/*! 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
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Heebo:400,800');
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.7.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.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.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;
}
/* 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 #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-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 {
  -ms-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 {
  -ms-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 {
  -ms-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 {
  -ms-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 {
  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: #fff;
}
/* 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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.antialias {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.posrel {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clickable {
  cursor: pointer;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.opac0 {
  opacity: 0;
}
.opac1 {
  opacity: 1;
}
.pos-rel {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.pos-rel:before,
.pos-rel:after {
  content: "";
  display: table;
}
.pos-rel:after {
  clear: both;
}
.pos-rel:before,
.pos-rel:after {
  content: "";
  display: table;
}
.pos-rel:after {
  clear: both;
}
.clear-a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.clear-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.clear-children a {
  font-style: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
}
.clear-children ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.vtable {
  display: table;
  width: 100%;
}
.vtable > * {
  display: table-cell;
  vertical-align: middle;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.background-contain {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.posrel {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html.js {
  opacity: 0;
  -webkit-transition: opacity .2s;
       -o-transition: opacity .2s;
          transition: opacity .2s;
}
html.wf-active,
html.wf-inactive {
  opacity: 1;
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
#browser-upgrade {
  text-align: center;
  background: #f4f4f4;
  padding: 2em 0;
  display: block;
}
#browser-upgrade .fa {
  opacity: .5;
  margin-right: .5em;
  color: red;
}
.-white {
  color: white;
}
.cb-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
}
.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;
}
.cb-button.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.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;
  background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
  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.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.icon-button span {
  display: inline-block;
  background: #d13535;
  padding: 0 1em;
  margin-right: 1em;
  line-height: 3em;
}
.factcheck-button {
  background: #f4f4f4;
  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 {
  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%);
  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%);
  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 */
}
.fade-trans-to-white {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
}
.fade-trans-to-white-delayed {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.fade-trans-to-black-darken {
  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: -o-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 */
}
.fade-gray {
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
}
.fade-red-horizontal {
  background: -webkit-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}
.fade-yellow-horizontal {
  background: -webkit-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  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 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#panel {
  font-size: 100%;
  position: relative;
  background: white;
}
.shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.nada {
  padding: 36px 24px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.text-center {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.clear-a {
  color: inherit;
  text-decoration: inherit;
}
.bareul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.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;
}
body .gform_wrapper.gf_reset_wrapper,
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper h1,
body .gform_wrapper.gf_reset_wrapper h2,
body .gform_wrapper.gf_reset_wrapper h3,
body .gform_wrapper.gf_reset_wrapper h4,
body .gform_wrapper.gf_reset_wrapper h5,
body .gform_wrapper.gf_reset_wrapper h6,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
}
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper span {
  line-height: 1.8;
}
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul {
  list-style: none;
}
body .gform_wrapper.gf_reset_wrapper a img {
  border: none;
}
body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}
.gform_wrapper select,
.gform_wrapper textarea {
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit;
}
.gform_wrapper .gf_progressbar:after,
.gform_wrapper ol.validation_list:after {
  content: "";
}
.gform_wrapper {
  overflow: inherit;
  margin: 16px 0;
  max-width: 100%;
}
.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
  box-sizing: border-box;
}
.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
}
.gform_wrapper form {
  text-align: left;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  border-radius: 4px;
}
.gform_wrapper input[type=image] {
  border: none!important;
  padding: 0!important;
  width: auto !important;
}
.gform_wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  border-radius: 4px;
}
.gform_wrapper select {
  -webkit-appearance: none;
  -mozilla-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.5;
}
.gform_wrapper:not(.gf_browser_gecko):not(.gf_browser_ie):not(.ginput_container_multiselect) select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii0yOTcgMzgzIDE2IDI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yOTcgMzgzIDE2IDI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6Izg4ODg4ODt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI4MSwzOTRjMCwwLjMtMC4xLDAuNS0wLjMsMC43bC03LDdjLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zcy0wLjUtMC4xLTAuNy0wLjNsLTctN2MtMC4yLTAuMi0wLjMtMC40LTAuMy0wLjdzMC4xLTAuNSwwLjMtMC43czAuNC0wLjMsMC43LTAuM2gxNGMwLjMsMCwwLjUsMC4xLDAuNywwLjNTLTI4MSwzOTMuNy0yODEsMzk0eiIvPjwvc3ZnPg==);
  background-position: right 6px center;
  background-size: 11px 20px;
  background-repeat: no-repeat;
}
.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
}
.gform_wrapper ul {
  margin: 0!important;
  list-style-type: none;
}
.gform_wrapper ul,
html > body .entry ul {
  text-indent: 0;
}
.gform_wrapper form li,
.gform_wrapper li {
  margin-left: 0!important;
  list-style: none!important;
  overflow: visible;
}
.gform_wrapper ul li.gfield {
  clear: both;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: hidden;
}
.gform_wrapper form ul.left_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper ul.right_label li {
  margin-bottom: 14px;
}
.gform_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}
.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_wrapper select option {
  padding: 2px;
  display: block;
}
.gform_wrapper .inline {
  display: inline !important;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  width: 75px;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .top_label .ginput_container_time {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper ul:not(.top_label) .ginput_container_time span {
  float: left;
}
.gform_wrapper .gfield_time_hour i {
  font-style: normal!important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  margin-right: 12px;
}
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 6px;
}
.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gfield_time_ampm select {
  width: 4rem !important;
}
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_year input,
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  width: 70% !important;
}
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}
.gform_wrapper .gfield_date_year {
  width: 48px !important;
}
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_year input {
  width: 85% !important;
}
.gform_wrapper .gfield_date_year input {
  width: 88% !important;
}
.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last,
.gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gform_wrapper li.gfield_error {
  padding-left: 16px;
}
.gform_wrapper .gfield_error .ginput_container {
  padding-right: 16px;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex select {
  width: 100%;
}
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: 80%;
  letter-spacing: .5pt;
  white-space: nowrap;
}
.gform_wrapper .field_sublabel_above ul.gfield_radio li label,
.gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}
.gform_wrapper ul:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px;
}
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}
.gfield.left_label,
.gfield.right_label {
  padding-top: 10px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}
.gform_wrapper input.large,
.gform_wrapper input.medium,
.gform_wrapper input.small,
.gform_wrapper select.large,
.gform_wrapper select.medium,
.gform_wrapper select.small {
  width: 100%;
}
.gform_wrapper input.datepicker_with_icon.large,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.small {
  width: 90%;
}
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error select.small {
  width: 100%;
}
.gform_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.small {
  width: 85%;
}
.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gform_wrapper h2.gsection_title {
  margin: 0!important;
  padding: 0!important;
  letter-spacing: normal !important;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 20px;
}
.gform_wrapper h3.gform_title {
  letter-spacing: normal!important;
  margin: 10px 0 6px;
}
.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(84%);
  margin-bottom: 32px;
}
.gform_wrapper .gsection {
  border-bottom: 5px double #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0;
  clear: both;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 14px;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label,
.gform_wrapper div.charleft {
  white-space: nowrap !important;
}
.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 80%;
  line-height: 1.5;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}
.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}
.gform_wrapper .gfield_description {
  width: 100%;
}
.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px;
}
.gfield_date_year + .gfield_description {
  padding: 0;
}
.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(84%);
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left middle;
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px;
}
li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 100%;
}
.gform_wrapper .top_label .gfield_error,
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea,
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 64%;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 12px;
  margin-bottom: 12px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  max-width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}
.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}
.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gform_wrapper ol.validation_list li a {
  color: #790000;
}
.gform_wrapper div#error {
  margin-bottom: 25px;
}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
.gform_wrapper li.gfield fieldset > * {
  width: auto;
}
.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 16px;
  width: 99.5%;
  margin: 0 0 16px;
}
.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 16px;
  display: block;
  text-align: center;
}
.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto!important;
  background: 0 0!important;
  border: none!important;
  margin: 0 auto 16px!important;
  display: block;
  max-width: 100%;
}
.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select,
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.2;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px!important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type=hidden] {
  display: none!important;
  max-height: 1px!important;
  overflow: hidden;
}
.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}
.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none!important;
  position: absolute!important;
  left: -9000px;
}
.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_wrapper .simple_captcha_small input {
  width: 64px;
}
.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gform_wrapper .simple_captcha_large input {
  width: 128px;
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none!important;
  background: 0 0!important;
  float: none!important;
  margin: 0!important;
  padding: 0 !important;
}
.gform_wrapper .left_label .math_large,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .left_label .math_small,
.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label .math_large,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .right_label .math_small,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_wrapper .math_small input {
  width: 70px;
}
.gform_wrapper .math_medium input {
  width: 510px;
}
.gform_wrapper .math_large input {
  width: 612px;
}
.gform_wrapper div.charleft {
  font-size: 11px;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
}
.gform_wrapper div.charleft[style] {
  width: 92% !important;
}
.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}
.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gf_submission_limit_message {
  color: #790000;
  font-size: 22px;
}
.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: 0.7;
}
.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_wrapper span.ginput_product_price {
  color: #900;
}
.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}
.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}
.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0;
  clear: both;
}
.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-right: 10px;
}
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 16px;
  padding: 0 0 16px;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1!important;
  margin: 0 0 8px 12px!important;
  padding: 0!important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: calc(92%);
}
.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px!important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px;
}
.gform_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}
.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF;
}
.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF;
}
.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF;
}
.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}
.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}
.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #CCC;
}
.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 16px;
  height: 14px;
  line-height: 1.25!important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: inherit;
}
.gform_wrapper .gf_step span.gf_step_number {
  font-size: 20px;
  font-family: arial, sans-serif;
}
.gform_wrapper .gf_step span.gf_step_label,
.gform_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 64%;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}
.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc!important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc!important;
  margin: 16px 0 16px 18px;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal!important;
  overflow: visible;
  margin: 0 0 8px;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal!important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc!important;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 18px;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}
.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important;
}
.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list th {
  padding: 4px 0;
}
.gform_wrapper ul:not(.top_label) table.gfield_list th {
  padding: 0 0 4px;
}
.gform_wrapper table.gfield_list td + td,
.gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}
.gform_wrapper .gfield_list,
.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gfield_icon_disabled {
  cursor: default!important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: 0.6;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
  width: 48px!important;
  padding: 0 0 0 4px!important;
  box-sizing: border-box;
}
.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px!important;
  min-height: 28px !important;
}
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.gform_wrapper .chosen-container a {
  cursor: pointer;
}
.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
  background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover,
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) 0 2px no-repeat;
}
.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: url(../images/chosen-sprite.png) 100% -20px no-repeat;
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF;
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text;
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0!important;
  background: 0 0!important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default;
}
.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #EEE), color-stop(80%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -o-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}
.gform_wrapper .chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close,
.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gform_wrapper .chosen-rtl {
  text-align: right;
}
.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.gform_wrapper .chosen-rtl .chosen-drop,
.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../images/chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span,
  .gform_wrapper .chosen-container .chosen-results-scroll-up span,
  .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .gform_wrapper .chosen-container-single .chosen-single abbr,
  .gform_wrapper .chosen-container-single .chosen-single div b,
  .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite-2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px;
}
.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}
.gform_wrapper .form_saved_message {
  margin: 16px 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  border: 2px solid #91AFC7;
  background-color: #E3F3F3;
  text-align: center;
  border-radius: 2px;
}
.gform_wrapper .form_saved_message form {
  text-align: center;
}
.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 28px 16px;
}
.form_saved_message a.resume_form_link {
  word-wrap: break-word;
}
.form_saved_message a.resume_form_link:after,
.form_saved_message a.resume_form_link:before {
  content: "";
  display: block;
}
.form_saved_message a.resume_form_link:before {
  margin-top: 12px;
}
.form_saved_message a.resume_form_link:after {
  margin-bottom: 12px;
}
.form_saved_message a + br,
.form_saved_message br + br {
  display: none;
}
.form_saved_message .form_saved_message_emailform {
  margin: 16px 0 0;
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 24px;
  margin-bottom: 4px;
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: 12px auto 0;
  display: block;
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
}
.form_saved_message_sent {
  margin: 16px 0;
  width: 100%;
  font-size: 16px;
  border: 2px solid #CFE2C0;
  background-color: #E9FFD9;
  text-align: center;
  border-radius: 2px;
}
.form_saved_message_sent span:first-child {
  display: block;
  padding: 16px;
}
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px!important;
  height: 16px!important;
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}
.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}
.gform_wrapper table.recaptchatable {
  table-layout: auto;
}
.gform_wrapper ul.gform_fields.left_label div.ginput_container_captcha,
.gform_wrapper ul.gform_fields.right_label div.ginput_container_captcha {
  margin-left: 30%;
}
.gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gfield .wp-switch-editor {
  border-color: #ddd;
}
.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}
.gfield .mce-edit-area iframe {
  width: 99.9%!important;
  margin: 0 !important;
}
body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0!important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  .gform_wrapper textarea {
    border-radius: 4px;
  }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC;
  }
  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_wrapper table.gfield_list td:last-child {
    border-bottom: 0;
    margin: 16px 0 0 !important;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    content: attr(data-label);
    font-size: 14px;
    letter-spacing: .5pt;
    white-space: nowrap;
    margin: 8px 0 3px 3px;
    display: block;
    clear: both;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    line-height: 1.6;
    display: block !important;
  }
  .gform_wrapper table.gfield_list td + td,
  .gform_wrapper table.gfield_list th + th {
    padding: 4px 0 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_even,
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 0;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons,
  .gform_wrapper table.gfield_list tr td:last-child {
    width: 100%!important;
    padding: 0 4px 4px!important;
    background-color: #EEE;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img {
    margin-top: 2px !important;
  }
  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(84%);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3;
  }
  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_wrapper ul:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .right_label .gfield_description {
    width: 64%;
  }
  .gform_wrapper form ul.left_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_wrapper ul.left_label li ul.gfield_radio li,
  .gform_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .left_label .instruction,
  .gform_wrapper .right_label .gfield_description,
  .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_wrapper ul:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_wrapper form ul:not(.top_label) li.gfield_html_formatted {
    margin-left: 30%!important;
    width: 64%;
  }
  .gform_wrapper ul:not(.top_label) ul.gfield_checkbox,
  .gform_wrapper ul:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper .left_label div.ginput_complex,
  .gform_wrapper .right_label div.ginput_complex {
    width: 64%;
    margin-left: 29%;
  }
  .gform_wrapper .left_label input.small,
  .gform_wrapper .left_label select.small,
  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small {
    width: 15%;
  }
  .gform_wrapper .left_label input.medium,
  .gform_wrapper .left_label select.medium,
  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium {
    width: 35%;
  }
  .gform_wrapper .left_label input.large,
  .gform_wrapper .left_label select.large,
  .gform_wrapper .left_label textarea.large,
  .gform_wrapper .left_label textarea.medium,
  .gform_wrapper .left_label textarea.small,
  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .right_label textarea.large,
  .gform_wrapper .right_label textarea.medium,
  .gform_wrapper .right_label textarea.small,
  .gform_wrapper ul:not(.top_label) .ginput_list {
    width: 64%;
  }
  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_wrapper .left_label .gf_list_one_column,
  .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_wrapper .left_label li.hidden_label input,
  .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 30%;
  }
  .gform_wrapper .top_label input.small,
  .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 49.5%;
  }
  .gform_wrapper .hidden_label input.large,
  .gform_wrapper .hidden_label select.large,
  .gform_wrapper .top_label input.large,
  .gform_wrapper .top_label select.large {
    width: 100%;
  }
  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_wrapper .gfield_error .ginput_complex .ginput_right,
  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47%!important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 24px 16px 0;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=image],
  .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 16px;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px!important;
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px!important;
    margin-right: -8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 29%;
    width: 64%;
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(115%);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(113%);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(114%);
  }
  ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(79%);
    margin-left: 29%;
  }
  ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(77%);
    margin-left: 29%;
  }
  ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(78%);
    margin-left: 29%;
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  html:not("dir=rtl") div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  html:not("dir=rtl") div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  html:not("dir=rtl") div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  html:not("dir=rtl") div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(115%);
  }
  .gform_wrapper ul:not(.top_label) .ginput_complex.ginput_container.ginput_container_email {
    width: calc(80%);
    margin-left: 29%;
  }
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .xgform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
    background-color: #ff0;
  }
  html:not("dir=rtl") .gform_wrapper ul:not(.top_label) .clear-multi,
  html:not("dir=rtl") .gform_wrapper ul:not(.top_label) .gfield_description,
  html:not("dir=rtl") .gform_wrapper ul:not(.top_label) .ginput_container:not(.ginput_container_time) {
    width: 64%;
    margin-left: 30%;
  }
  .gform_wrapper ul:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 64%;
  }
  .gform_wrapper:not(.gf_browser_gecko):not(.gf_browser_ie) select {
    background-size: 9px 16px;
  }
  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(42%);
    margin-right: 0;
  }
}
.grid {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin: 0 auto;
  max-width: 1375px;
  padding: 0 40px;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .grid {
    padding: 0 24px;
  }
}
.grid.slim {
  max-width: 960px;
}
.grid.xslim {
  max-width: 760px;
}
.grid.flex {
  max-width: 1600px;
}
.grid.flex-max {
  max-width: none;
}
.grid.xpad,
.grid.xpadr {
  padding-right: 0;
}
.grid.xpad,
.grid.xpadl {
  padding-left: 0;
}
.w12 {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  float: none;
  width: 100%;
}
.w12:before,
.w12:after {
  content: "";
  display: table;
}
.w12:after {
  clear: both;
}
.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) {
  body.mobs-a .grid {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .grid {
    padding: 0 16px;
  }
}
.cb-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cb-icon.award-wreath {
  width: 85px;
  height: 68px;
  background-image: url('../images/icon-national-awards@2x.png');
}
.cb-icon.award-trophy {
  width: 60px;
  height: 60px;
  background-image: url('../images/icon-regional-awards@2x.png');
}
.cb-icon.award-hawaii {
  width: 75px;
  height: 75px;
  background-image: url('../images/icon-local-awards@2x.png');
}
.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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cb-image.bg img {
  opacity: 0;
}
.cb-image.bg .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cb-loading {
  background: #dbdbdb;
  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: #c1c1c1;
}
.cb-page {
  position: relative;
}
.cb-page .page-spacer {
  display: block;
  height: 1em;
}
.cb-page .page-spacer.x2 {
  height: 2em;
}
.cb-page .page-align {
  padding: 0 20px .5em;
  max-width: 1000px;
  margin: 0 auto;
}
.cb-page .page-align.-xpad {
  padding: 0;
}
.cb-page .page-align.-flex {
  padding: 0 50px;
  max-width: 1240px;
}
.cb-page .page-align.-breathe {
  padding-top: 35px;
  padding-bottom: 47px;
}
.cb-page .page-align.-breathe-x2 {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .cb-page .page-align.-flex {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cb-page .page-section {
  padding: 45px 0;
}
.cb-page .page-section.bg-gray {
  background: #f4f4f4;
}
.cb-page .page-section.-flush {
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .cb-page .page-section {
    padding: 30px 0;
  }
}
.cb-page .page-header .factcheck {
  margin-bottom: 1em;
}
.cb-page .page-header .comment-count {
  float: right;
  margin-left: 16px;
}
.cb-page .page-header .about-page-title {
  /* Member Benefits: */
  font-size: 48px;
  font-weight: normal;
  color: #1A1A1A;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 56px;
}
@media screen and (max-width: 720px) {
  .cb-page .page-header .about-page-title {
    font-size: 34px;
    margin: 0 0 30px;
  }
}
.cb-page .page-header .intro {
  font-size: 18px;
  text-align: center;
  line-height: 1.55555556;
  max-width: 870px;
  margin: 0 auto 50px;
  padding: 0 1em;
}
@media screen and (max-width: 720px) {
  .cb-page .page-header .intro {
    font-size: 17px;
  }
}
.cb-page .page-header .legend {
  text-align: center;
  margin: 0 0 50px;
}
.cb-page .page-header .legend img {
  display: inline-block;
}
.cb-page .page-header .legend.-space > a,
.cb-page .page-header .legend.-space > img {
  display: inline-block;
  margin: 0 50px;
  vertical-align: middle;
}
.cb-page .page-header .legend.-space > a:first-child,
.cb-page .page-header .legend.-space > img:first-child {
  margin-left: 0;
}
.cb-page .page-header .legend.-space > a:last-child,
.cb-page .page-header .legend.-space > img:last-child {
  margin-right: 0;
}
.cb-page .page-header .legend.-space img {
  max-width: 200px;
  max-height: 100px;
}
@media screen and (max-width: 600px) {
  .cb-page .page-header .legend {
    display: none;
  }
}
.cb-page .page-header.white {
  color: white;
}
.cb-page .page-header.tc {
  text-align: center;
}
.cb-page .page-header.pad {
  padding: 60px 0;
}
.cb-page .page-header.bord {
  border-bottom: 1px solid #26292B;
  margin: 0 0 100px;
}
.cb-page .page-lede {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 20px;
}
.cb-page .page-lede:before,
.cb-page .page-lede:after {
  content: "";
  display: table;
}
.cb-page .page-lede:after {
  clear: both;
}
.cb-page .page-lede:before,
.cb-page .page-lede:after {
  content: "";
  display: table;
}
.cb-page .page-lede:after {
  clear: both;
}
.cb-page .page-lede .page-comment-count {
  float: right;
  margin-top: -8px;
}
.cb-page .page-lede .deck {
  margin-right: 140px;
}
.cb-page .page-byline {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
  margin-bottom: 24px;
}
.cb-page .page-byline:before,
.cb-page .page-byline:after {
  content: "";
  display: table;
}
.cb-page .page-byline:after {
  clear: both;
}
.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: 15px;
  line-height: 19px;
  float: left;
  color: black;
  padding: 8px 0;
}
.cb-page .page-byline .cb-share {
  float: right;
}
.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: 2em 0 1em;
}
.cb-page .page-banner.-xpadt {
  padding-top: 0;
}
.cb-page .page-content-feature {
  margin-bottom: 1em;
}
.cb-page .page-content-feature iframe {
  width: 100%;
  height: 700px;
  border: none;
}
@media screen and (max-width: 750px) {
  .cb-page .page-content-feature {
    margin-bottom: 20px;
  }
}
.cb-page .page-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cb-page .page-body.-breathe,
.cb-page .page-body.breathe {
  padding: 35px 0 47px;
}
.cb-page .page-body.-breathet {
  padding-top: 35px;
}
.cb-page .page-body.-breatheb {
  padding-bottom: 47px;
}
@media screen and (max-width: 800px) {
  .cb-page .page-body.-breathe {
    padding-top: 25px;
  }
}
.cb-page .page-body .body-section {
  margin-bottom: 50px;
}
.cb-page .page-body .body-section.-first {
  padding-top: 25px;
}
.cb-page .page-body .body-section.-last {
  margin-bottom: 0;
}
.cb-page .page-body .col-asides {
  width: 400px;
  padding-left: 23px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 1;
  border-left: 1px solid #F1F0EB;
}
@media screen and (max-width: 1200px) {
  .cb-page .page-body .col-asides {
    width: 350px;
  }
}
.cb-page .page-body .col-asides.-small {
  width: 300px;
}
.cb-page .page-body .col-asides.-l {
  padding-left: 0;
}
.cb-page .page-body .col-asides.-xbord {
  border-left: none;
  border-right: none;
}
.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: 2em;
}
.cb-page .page-body .col-asides.on-right {
  padding-right: 0;
  padding-left: 2em;
}
.cb-page .page-body .col-main {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-right: 35px;
  z-index: 2;
}
.cb-page .page-body .col-main .cb-about-authors {
  margin-bottom: 2em;
}
.cb-page .page-body.-compact-cols .col-main {
  padding-right: 10px;
}
.cb-page .page-body.-compact-cols .col-asides {
  border: none;
  padding-left: 10px;
}
.cb-page .page-body .cb-stream.tiles .cb-tile {
  padding-bottom: 1em;
  padding-top: 1em;
}
.cb-page .page-more-posts .cb-stream.tiles {
  margin-bottom: 0;
}
.cb-page .page-more-posts .cb-paginate {
  padding: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .cb-page .page-more-posts .cb-paginate {
    padding-bottom: 24px;
  }
}
.cb-page .page-footer.stream {
  border-top: 1px solid #E5E3DD;
  padding: 0;
}
.cb-page .page-footer.stream .cb-banner.feature {
  padding-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .cb-page .page-footer.stream {
    background: #f4f4f4;
  }
}
.cb-page .page-tile {
  margin-bottom: 2em;
}
.cb-page .page-tile:last-child {
  margin-bottom: 0;
}
.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: 18px;
  line-height: 24px;
}
.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-lede .deck {
    margin: 0 !important;
    font-size: 20px;
    line-height: 1.5;
  }
  .cb-page .page-banner {
    padding: 1.5em 0 0;
  }
  .cb-page .page-byline {
    padding: 15px 0 !important;
  }
  .cb-page .page-byline .cb-byline {
    padding-top: 0;
  }
  .cb-page .page-byline .cb-share {
    float: left;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .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;
    border: none;
  }
  .cb-page .page-body .col-asides .cb-aside {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }
  .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: 50px;
    padding: 0;
    border: none;
  }
  .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: .75em;
    padding-right: .75em;
  }
  .cb-page .page-header .main-category {
    font-size: 19px;
  }
  .cb-page .page-header .page-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: .25em;
  }
  .cb-page .page-body {
    font-size: 1.05em;
    padding: 0;
  }
}
.cb-richtext {
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
}
.cb-richtext.-small {
  font-size: 15px;
}
.cb-richtext.main {
  font-size: 18px;
  line-height: 28px;
}
.cb-richtext.tc {
  text-align: center;
}
.cb-richtext p,
.cb-richtext address,
.cb-richtext pre,
.cb-richtext hr,
.cb-richtext ul,
.cb-richtext ol,
.cb-richtext dl,
.cb-richtext dd,
.cb-richtext table,
.cb-richtext iframe,
.cb-richtext blockquote,
.cb-richtext section {
  margin-bottom: 23px;
}
.cb-richtext p > img,
.cb-richtext address > img,
.cb-richtext pre > img,
.cb-richtext hr > img,
.cb-richtext ul > img,
.cb-richtext ol > img,
.cb-richtext dl > img,
.cb-richtext dd > img,
.cb-richtext table > img,
.cb-richtext iframe > img,
.cb-richtext blockquote > img,
.cb-richtext section > img {
  margin-bottom: 0;
}
.cb-richtext.-compact p,
.cb-richtext.-compact address,
.cb-richtext.-compact pre,
.cb-richtext.-compact hr,
.cb-richtext.-compact ul,
.cb-richtext.-compact ol,
.cb-richtext.-compact dl,
.cb-richtext.-compact dd,
.cb-richtext.-compact table,
.cb-richtext.-compact iframe,
.cb-richtext.-compact blockquote,
.cb-richtext.-compact section {
  margin-bottom: 11.5px;
}
.cb-richtext > *:last-child {
  margin-bottom: 0 !important;
}
.cb-richtext a {
  color: #013167;
  text-decoration: underline;
}
.cb-richtext ul,
.cb-richtext ol {
  padding: 0 0 0 23px;
}
.cb-richtext iframe {
  width: 100%;
  margin: 0 0 23px 0;
}
.cb-richtext .cb-carousel {
  margin: 0 0 23px 0;
}
.cb-richtext h1,
.cb-richtext h2,
.cb-richtext h3,
.cb-richtext h4,
.cb-richtext h5,
.cb-richtext h6 {
  margin: 0 0 .4em;
}
.cb-richtext h1 {
  font-size: 1.6em;
}
.cb-richtext h2 {
  font-size: 1.5em;
}
.cb-richtext h3 {
  font-size: 1.4em;
}
.cb-richtext h4 {
  font-size: 1.3em;
}
.cb-richtext h5 {
  font-size: 1.2em;
}
.cb-richtext h6 {
  font-size: 1.1em;
}
.cb-richtext .dropcap {
  float: left;
  font-size: 3.4em;
  line-height: .8;
  padding-top: .1em;
  padding-right: .2em;
  padding-left: .05em;
}
.cb-richtext .wp-caption.aligncenter {
  float: none;
  margin: 0 auto;
  width: 100% !important;
  margin-bottom: 1.4em;
}
.cb-richtext .wp-caption.aligncenter img {
  width: 100%;
}
.cb-richtext .alignnone {
  float: none;
  margin-bottom: 1em;
  max-width: 100%;
}
.cb-richtext .alignnone img {
  height: auto;
}
.cb-richtext .alignleft {
  float: left;
  max-width: 100%;
  margin-right: 1em;
  margin-bottom: .3em;
}
.cb-richtext .alignright {
  float: right;
  max-width: 100%;
  margin-left: 1em;
  margin-bottom: .3em;
}
.cb-richtext .alignbleed.scroll {
  overflow-x: auto;
  margin-bottom: 1em;
  background: #f4f4f4;
}
.cb-richtext .alignbleed.scroll img {
  height: auto !important;
  width: auto !important;
  max-height: none;
  max-width: none;
}
.cb-richtext .dealign {
  clear: both;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.2em;
}
.cb-richtext .wp-caption {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.cb-richtext .wp-caption > br {
  display: none;
}
.cb-richtext .wp-caption.alignbleed {
  max-width: none;
  margin-bottom: 1.2em;
}
.cb-richtext .wp-caption.alignnone {
  margin-bottom: 40px;
  margin-top: 40px;
}
.cb-richtext .wp-caption img,
.cb-richtext .wp-caption iframe {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
.cb-richtext .wp-caption p {
  margin: 0;
}
.cb-richtext .wp-caption .wp-caption-text,
.cb-richtext .wp-caption .caption {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  display: block;
  clear: both;
  padding: .5em 0 .7em;
  margin: 0;
  font-size: 14px;
  color: #363B3F;
  line-height: 20px;
  padding-top: 12px;
}
.cb-richtext .wp-caption .wp-caption-text:before,
.cb-richtext .wp-caption .caption:before,
.cb-richtext .wp-caption .wp-caption-text:after,
.cb-richtext .wp-caption .caption:after {
  content: "";
  display: table;
}
.cb-richtext .wp-caption .wp-caption-text:after,
.cb-richtext .wp-caption .caption:after {
  clear: both;
}
.cb-richtext .wp-caption .wp-caption-text:before,
.cb-richtext .wp-caption .caption:before,
.cb-richtext .wp-caption .wp-caption-text:after,
.cb-richtext .wp-caption .caption:after {
  content: "";
  display: table;
}
.cb-richtext .wp-caption .wp-caption-text:after,
.cb-richtext .wp-caption .caption:after {
  clear: both;
}
.cb-richtext .wp-caption .wp-caption-source {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 4px 10px;
}
.cb-richtext .wp-caption .caption-button {
  display: inline-block;
  padding: 10px 1em;
  color: white;
  background: #ff5831;
  text-decoration: none;
  float: left;
  font-size: .85em;
  font-style: normal;
  margin-right: .75em;
  background: #E60000;
}
.cb-richtext .wp-caption .caption-button .button-icon {
  opacity: .8;
  margin-left: .25em;
}
.cb-richtext .wp-caption .caption-button .fa {
  margin-right: 5px;
}
@media screen and (max-width: 550px) {
  .cb-richtext .wp-caption .caption-button {
    padding: 6px 15px;
    margin-right: .8em;
  }
}
.cb-richtext .wp-caption.w-audio .caption.timeleft {
  font-size: .8em;
  padding-bottom: 0;
  color: black;
  margin-bottom: -5px;
}
.cb-richtext .wp-caption.w-audio audio {
  display: none;
  margin: .7em 0 0;
}
.cb-richtext blockquote {
  color: #ff5831;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 1em;
  margin: 0 0 1em;
  border-left: 5px solid #f4f4f4;
  line-height: 1.3;
}
.cb-richtext blockquote p:last-child {
  margin: 0;
}
.cb-richtext .inline-quote {
  margin: 34.5px 0;
  border-left: 10px solid #eee;
  color: #444;
  font-style: italic;
  font-size: 16px;
  padding: 0 1em;
  padding-left: 20px;
}
.cb-richtext.extensive-styling h1,
.cb-richtext.extensive-styling h2,
.cb-richtext.extensive-styling h3,
.cb-richtext.extensive-styling h4,
.cb-richtext.extensive-styling h5,
.cb-richtext.extensive-styling h6 {
  /* About the Author: */
  font-weight: 400;
  font-size: 24px;
  color: #ff5831;
  margin: 0 0 18px;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .cb-richtext.extensive-styling h1,
  .cb-richtext.extensive-styling h2,
  .cb-richtext.extensive-styling h3,
  .cb-richtext.extensive-styling h4,
  .cb-richtext.extensive-styling h5,
  .cb-richtext.extensive-styling h6 {
    font-size: 16px;
  }
}
.cb-richtext.extensive-styling h3 {
  font-size: 22px;
}
.cb-richtext.extensive-styling h4 {
  font-size: 21px;
}
.cb-richtext.extensive-styling h5 {
  font-size: 20px;
}
.cb-richtext.extensive-styling h6 {
  font-size: 20px;
  font-weight: normal;
}
.cb-richtext.extensive-styling blockquote {
  /* The remoteness of Pa: */
  margin: 47px 0;
  font-weight: bold;
  font-size: 38px;
  color: #25292B;
  line-height: 42px;
  border-left: 15px solid #ff5831;
  padding-left: 23px;
  margin-left: 10px;
}
.cb-richtext .tumblr_import > blockquote,
.cb-richtext .tumblr_body > blockquote {
  font-size: 1em;
  line-height: 1.4;
  color: inherit;
  border-left: none;
  padding: 0;
  font-weight: normal;
  margin: 1em 0;
}
.cb-richtext .tumblr_import > blockquote blockquote,
.cb-richtext .tumblr_body > blockquote blockquote {
  font-size: 1em;
  color: inherit;
  font-weight: normal;
  margin: 23px 0;
}
.cb-richtext .tumblr_import img,
.cb-richtext .tumblr_body img {
  margin: 0 0 1.4em;
}
.cb-richtext .tumblr_import p img,
.cb-richtext .tumblr_body p img {
  margin-bottom: 0;
}
.cb-richtext .cb-button {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 10px 1em;
}
.cb-richtext .cb-button .button-icon {
  opacity: .8;
  margin-left: .25em;
}
.cb-richtext .legacy-insert {
  display: none;
}
.cb-richtext.header-styling {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.cb-richtext table {
  table-layout: fixed;
  max-width: 100%;
  border-collapse: collapse;
  margin: 0 0 23px 0;
  font-size: .9em;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.cb-richtext table thead {
  background: #f4f4f4;
  font-weight: bold;
}
.cb-richtext table tr {
  border-bottom: 1px solid #ddd;
}
.cb-richtext table tr:last-child {
  border-bottom: none;
}
.cb-richtext table th,
.cb-richtext table td {
  padding: .5em .8em;
}
.cb-richtext p img,
.cb-richtext p table,
.cb-richtext p iframe,
.cb-richtext p ul,
.cb-richtext p ol,
.cb-richtext p blockquote {
  margin-bottom: 0;
}
.cb-richtext .grube-timeline {
  margin: 0 0 23px 0;
}
.cb-richtext .grube-timeline .tl-timenav,
.cb-richtext .grube-timeline .tl-menubar,
.cb-richtext .grube-timeline .tl-headline-date,
.cb-richtext .grube-timeline .tl-slidenav-description {
  display: none !important;
}
.cb-richtext .grube-timeline .tl-slide-content {
  width: 100% !important;
}
.cb-richtext.large {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 28px;
}
.cb-richtext.large p:first-child {
  font-size: 22px;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 800px) {
  .cb-richtext.extensive-styling blockquote {
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em;
    border-left: 10px solid #ff5831;
    line-height: 1.3;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .cb-richtext .alignright,
  .cb-richtext .alignleft {
    float: none;
    margin: 0;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 23px;
  }
  .cb-richtext .alignright img,
  .cb-richtext .alignleft img {
    width: 100% !important;
    height: auto !important;
  }
  .cb-richtext.main {
    font-size: 18px;
    line-height: 26px;
  }
  .cb-richtext.main p {
    margin: 0 0 20px;
  }
  .cb-richtext.main > *:last-child {
    margin-bottom: 0;
  }
}
.article-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.article-title.-hyphenate {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.article-title.-large {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.11px;
  line-height: 46px;
}
@media screen and (max-width: 1150px) {
  .article-title.-large {
    font-size: 28px;
    line-height: 30px;
  }
}
.article-title.-medium {
  font-size: 36px;
  line-height: 39px;
}
.article-title.-white {
  color: white;
}
.article-title.-marg {
  margin-bottom: 10px;
}
.article-title.-margx2 {
  margin-bottom: 15px;
}
.page-title {
  font-size: 48px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: -0.41px;
  line-height: 56px;
  margin: 0 0 21px;
}
@media screen and (max-width: 750px) {
  .page-title {
    font-size: 34px;
    line-height: 38px;
  }
}
.page-subtitle {
  font-weight: bold;
}
.page-lede .cb-richtext {
  font-weight: 100;
  font-size: 23px;
  color: #000000;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  .page-lede .cb-richtext {
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
  }
}
.cb-section-title {
  /* About the Author: */
  font-weight: 400;
  font-size: 24px;
  color: #ff5831;
  margin: 0 0 18px;
}
@media screen and (max-width: 750px) {
  .cb-section-title {
    font-size: 16px;
  }
}
.whuh,
.cb-richtext .whuh {
  background: #ff5831;
  border-radius: 50%;
  display: inline-block;
  color: white !important;
  width: 98px;
  height: 98px;
  margin: 0 0 20px !important;
  font-size: 100px !important;
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
}
.main-category {
  color: #ff5831;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 6px;
}
.main-category .prefixes {
  font-weight: 500;
}
.main-category.-large {
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 750px) {
  .main-category.-large {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .article-title {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
  }
  body.mobs-a .main-category {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .article-title {
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
  }
}
.valign,
.vhalign {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.valign > *,
.vhalign > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.valign.unfixed,
.vhalign.unfixed {
  table-layout: inherit;
}
.vhalign {
  height: 100%;
}
.vhalign > .w100 {
  width: 100%;
}
.cb-archive.connections,
.cb-archive.issue {
  background: #f4f4f4;
}
.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: #f4f4f4;
  padding-bottom: 2em;
}
.cb-archive.data .cb-banner.three-titles h1 {
  line-height: 1;
}
.cb-archive.data .page-body {
  padding: 3em 0;
}
.cb-archive.data .page-body .col-asides.on-right {
  width: 340px;
  padding-left: 2.5em;
}
.cb-archive.data .page-body .col-asides.on-right .cb-aside .scroll {
  font-size: .95em;
  max-height: 500px !important;
  overflow-y: auto;
}
.cb-archive.data .page-body .col-asides.on-right .cb-aside .scroll .cb-image {
  float: left;
  max-width: 100px;
  margin: 0 .75em .25em 0;
}
.cb-archive.data .data-excerpts {
  font-size: 1.1em;
  padding: 0 0 2em 0;
}
.cb-archive.data .ongoing-coverage {
  border-top: 1px solid #ccc;
  padding: 2em 0 0;
}
.cb-archive.data .series-tiles h4 {
  margin: 0 0 1em;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}
.cb-archive.data .cb-aside.related {
  border: 1px solid #e0e0e0;
}
@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.issue {
  background: #f4f4f4;
  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: #f4f4f4;
  padding: 2em 0;
}
.cb-archive.list .page-body {
  background: white;
  padding: 0;
}
.cb-archive.list .page-body .col-asides {
  border-right: 1px solid #f4f4f4;
  width: 240px;
  padding: 1em;
}
.cb-archive.list .page-body .col-asides .reset-link {
  color: #ff5831;
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 12px;
  border: 1px solid #ff5831;
  border-radius: 5px;
  padding: .25em 1.5em;
}
.cb-archive.list .page-body .col-asides .cb-aside {
  font-size: .9em;
  margin-bottom: 1.5em;
}
.cb-archive.list .page-body .col-asides .cb-aside .align {
  width: 100%;
}
.cb-archive.list .page-body .col-asides .cb-aside .aside-title {
  margin-bottom: .2em;
  font-size: 14px;
  color: black;
  font-weight: bold;
}
.cb-archive.list .page-body .col-asides .cb-aside input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
}
.cb-archive.list .page-body .col-asides .cb-aside select {
  display: inline-block;
  width: 49%;
  border: 1px solid #ccc;
}
.cb-archive.list .page-body .col-asides .cb-aside select:first-child {
  text-align: left;
}
.cb-archive.list .page-body .col-asides .cb-aside select:last-child {
  text-align: right;
}
.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 {
  margin-bottom: .25em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li input {
  float: left;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li .label {
  display: block;
  margin-left: 25px;
}
.cb-archive.list .page-body .col-asides .cb-aside.submit {
  padding-top: .5em;
}
.cb-archive.list .page-body .col-asides .cb-aside.submit .align {
  width: 100%;
}
.cb-archive.list .page-body .col-asides .cb-aside.submit .cb-button {
  outline: none;
  border: 1px solid #ff5831;
  background: white;
  color: black;
  display: block;
  margin: 0;
  width: 100%;
  padding: .5em 0;
}
.cb-archive.list .page-body .col-main {
  padding: 2em;
}
.cb-archive.projects {
  background: #f4f4f4;
  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 #f4f4f4;
  margin: 0;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  background: transparent;
  color: black;
  font-size: .9em;
  border-bottom: 1px solid #f4f4f4;
  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: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-richtext {
  color: black;
  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: rgba(248, 249, 249, 0.95);
  min-height: 500px;
}
.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: 1.5em;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .body .cb-richtext {
  margin: .8em 0;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .cb-byline {
  font-size: 12px;
  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 {
  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 40px;
}
@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: #f4f4f4;
}
.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 {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  padding: 1.5em;
  font-size: 1.1em;
  margin: 0;
  border-bottom: 1px solid #f4f4f4;
}
.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: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 #f4f4f4;
  padding: 1em 1.5em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside.about-series .aside-title {
  background: #ff5831;
  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-richtext {
  color: white;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside.about-series .aside-body a {
  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 .excerpts .cb-excerpt .cb-image {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
}
.cb-page.cb-taxonomy {
  background: #f4f4f4;
}
.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: #ff5831;
  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 {
  /* ie 6/7 */
  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: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 h4.term-name a:hover {
  text-decoration: underline;
}
.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-page.-archive.-v3 .section-title {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0 0 27px;
  padding: 0;
}
.cb-page.-archive.-v3 .section-title.-tc {
  text-align: center;
}
.cb-page.-archive.-v3 .section-text {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
}
.cb-page.-archive.-v3 .page-section {
  padding: 50px 0;
}
.cb-page.-archive.-v3 .page-section.-bordt {
  border-top: 1px solid #ccc;
}
.cb-page.-archive.-v3 .page-section.-flush {
  padding: 0;
}
.cb-page.-archive.-v3 .page-section.-excerpts .section-title {
  margin-bottom: 50px;
  text-align: center;
}
.cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt {
  margin: 0 0 70px;
}
.cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt .body .main-category {
  display: none;
}
.cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt .body h2.headline {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 29px;
}
.cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt .body .cb-richtext {
  font-size: 18px;
  line-height: 26px;
  font-family: 'proxima-nova', Helvetica, sans-serif;
}
.cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt.thumb .cb-image img {
  width: 150px;
}
.cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt.thumb .body {
  margin-left: 150px;
  padding-left: 22px;
}
@media screen and (max-width: 600px) {
  .cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt.thumb .cb-image img {
    width: 100%;
    display: block;
  }
  .cb-page.-archive.-v3 .page-section.-excerpts .cb-excerpt.thumb .body {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-stream.tiles.-xpad .grid .visible {
    margin: 0 !important;
  }
  body.mobs-a .cb-stream.tiles.-v2 .cb-tile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  body.mobs-a .cb-stream.tiles.-v2 .cb-tile .align {
    padding: 0 12px;
    border-bottom: 1px solid #E5E3DD;
    min-height: 0 !important;
  }
  body.mobs-a .cb-stream.tiles.-v2 .cb-tile .align .body {
    padding: 15px 0;
  }
  body.mobs-a .cb-stream.tiles.-v2 .cb-tile.interstitial {
    padding-bottom: 12px !important;
  }
  body.mobs-a .cb-stream.tiles.-v2 .cb-tile.interstitial .align {
    border-bottom: none;
  }
  body.mobs-a .page-more-posts .cb-stream {
    border-top: 1px solid #E5E3DD;
    padding-top: 0;
  }
  body.mobs-a .page-more-posts .cb-tile.interstitial {
    display: none;
  }
  .cb-stream.tiles.one-col .cb-tile .cb-image,
  .cb-stream.tiles.one-col .cb-aside .cb-image {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-stream.tiles.-v2 .cb-tile .align {
    min-height: 0 !important;
  }
  body.mobs-b .cb-stream.tiles.-v2 .cb-tile.interstitial .align {
    border-bottom: none;
  }
  body.mobs-b .page-more-posts .cb-tile.interstitial {
    display: none;
  }
}
.cb-banner.-literacy {
  padding: 45px 40px 60px;
}
.cb-banner.-literacy .banner-title {
  font-size: 24px;
}
.cb-banner.-literacy .banner-content {
  padding-right: 100px;
}
.cb-banner.-literacy .banner-content .cb-richtext {
  font-family: 'open sans';
  font-size: 18px;
  color: #1A1A1A;
  line-height: 28px;
}
.cb-page.author {
  background: #f4f4f4;
  padding: 0;
}
.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.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-richtext {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 0 !important;
}
.cb-page.connection .cb-about-authors .cb-richtext p {
  margin: 0;
}
.cb-page.connection .responses-footer {
  padding: 2em 0;
  margin-bottom: 0;
  background: #f4f4f4;
}
.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-richtext.deck {
  margin: 1em 0;
  font-style: italic;
}
.cb-page.single.format-face .face-hero .cb-richtext.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%;
  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-richtext 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: 'proxima-nova', Helvetica, sans-serif;
  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;
  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: #f4f4f4;
  /* ie 6/7 */
  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: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.-bgtrans {
  background: transparent;
}
.cb-page.form .cb-page-form .back-stripe {
  padding: .8em;
  background: #ff5831;
  color: white;
  font-weight: bold;
  font-size: .9em;
}
.cb-page.form .cb-page-form .page-body {
  padding: 0;
  margin: 0;
  padding: 70px;
}
@media screen and (max-width: 1000px) {
  .cb-page.form .cb-page-form .page-body {
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  .cb-page.form .cb-page-form .page-body {
    padding: 30px 16px;
  }
}
.cb-page.form .cb-page-form .page-body .cb-richtext .cb-gravity-form .gform_wrapper {
  max-width: none;
}
.cb-page.form .cb-page-form .page-body .cb-richtext .cb-gravity-form .gform_wrapper .gform_heading {
  margin: 0;
  width: 100%;
}
.cb-page.form .cb-page-form .page-body .cb-richtext .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-richtext .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-richtext .cb-gravity-form .gform_wrapper .top_label input[type=text] {
  background: white;
  box-shadow: none;
  border: 1px solid #aaa;
  padding: .6em;
}
.cb-page.form .cb-page-form .page-body .cb-richtext .cb-gravity-form .gform_wrapper .gform_footer {
  padding-top: 0;
}
.cb-page.form .cb-page-form .page-body .cb-richtext .cb-gravity-form h3 {
  margin: 0;
}
.cb-page.form .cb-page-form .page-body .cb-richtext .cb-gravity-form .field {
  margin-bottom: 1em;
}
.cb-page.form .cb-page-form.medium {
  max-width: 700px;
}
.cb-page.form .cb-page-form.small {
  max-width: 550px;
}
.cb-page.type-morning-beat .cb-richtext label {
  display: block;
  font-weight: bold;
  margin: 1em 0;
}
.cb-page.type-morning-beat .cb-richtext textarea {
  display: block;
  width: 100%;
}
.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;
  border: none !important;
}
.cb-page.threecol .page-align .page-body .col-asides.on-right {
  width: 320px !important;
}
.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 .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-richtext.main {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 1.05em;
  line-height: 1.7;
}
.cb-page.threecol .cb-richtext.main h1,
.cb-page.threecol .cb-richtext.main h2 {
  border-top: none;
  color: black;
}
.cb-page.threecol .cb-richtext.main h1 .fa,
.cb-page.threecol .cb-richtext.main h2 .fa {
  display: none;
}
.cb-page.threecol .cb-richtext.main > p:first-of-type {
  font-size: 1.3em;
}
.cb-page.threecol .cb-richtext.main blockquote {
  color: black;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.4;
}
.cb-page.threecol .cb-richtext.main .cb-sidebar {
  /*border-top: 5px solid black;*/
}
.cb-page.threecol .cb-richtext.main .cb-sidebar h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.cb-page.threecol .cb-richtext.main .cb-sidebar ul {
  font-size: .8em;
  padding: 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .cb-page.threecol .cb-richtext.main .cb-sidebar {
    font-size: 1.1em;
  }
}
.cb-page.threecol .cb-richtext.main #comments .cb-discussion-prompt-and-header h1 {
  display: none;
}
.cb-page.threecol .cb-richtext.main #comments nav.injected {
  display: none;
}
.cb-page.threecol .cb-richtext.main .cb-about-authors {
  padding-top: 5px;
}
.cb-page.threecol .cb-richtext.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-richtext.main {
    line-height: 1.5;
    font-size: 1em;
  }
  .cb-page.threecol .cb-richtext.main .cb-sidebar {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cb-page.threecol .cb-richtext.main .cb-sidebar ul {
    font-size: .8em;
  }
  .cb-page.threecol .cb-richtext.main .cb-sidebar ul li h5 {
    line-height: 1.2;
    margin-top: -3px;
  }
}
.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 .cb-nohero {
  padding-top: 50px;
  margin: 0 0 23px;
}
.cb-page.threecol .page-align .page-body .col-asides {
  width: 240px;
  padding-right: 2em;
  border: none !important;
}
.cb-page.threecol .page-align .page-body .col-asides.on-right {
  width: 320px !important;
}
.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 .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-richtext.main {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}
.cb-page.threecol .cb-richtext.main h1,
.cb-page.threecol .cb-richtext.main h2 {
  border-top: none;
  color: black;
}
.cb-page.threecol .cb-richtext.main h1 .fa,
.cb-page.threecol .cb-richtext.main h2 .fa {
  display: none;
}
.cb-page.threecol .cb-richtext.main > p:first-of-type {
  font-size: 1.3em;
}
.cb-page.threecol .cb-richtext.main blockquote {
  color: black;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.4;
}
.cb-page.threecol .cb-richtext.main .cb-sidebar {
  /*border-top: 5px solid black;*/
}
.cb-page.threecol .cb-richtext.main .cb-sidebar h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.cb-page.threecol .cb-richtext.main .cb-sidebar ul {
  font-size: .8em;
  padding: 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .cb-page.threecol .cb-richtext.main .cb-sidebar {
    font-size: 1.1em;
  }
}
.cb-page.threecol .cb-richtext.main #comments .cb-discussion-prompt-and-header h1 {
  display: none;
}
.cb-page.threecol .cb-richtext.main #comments nav.injected {
  display: none;
}
.cb-page.threecol .cb-richtext.main .cb-about-authors {
  padding-top: 5px;
}
.cb-page.threecol .cb-richtext.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 .cb-richtext.main {
    line-height: 1.5;
    font-size: 1em;
  }
  .cb-page.threecol .cb-richtext.main .cb-sidebar {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cb-page.threecol .cb-richtext.main .cb-sidebar ul {
    font-size: .8em;
  }
  .cb-page.threecol .cb-richtext.main .cb-sidebar ul li h5 {
    line-height: 1.2;
    margin-top: -3px;
  }
}
.page-comment-count {
  font-size: 2.7em;
  font-weight: bold;
  line-height: 65px;
  color: #ff5831;
  overflow: hidden;
}
.page-comment-count .comment-count {
  font-size: 30px;
  font-weight: normal;
  color: #ff5831;
}
.page-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.donate .aside-logo {
  float: left;
  width: 58px;
}
.cb-aside.donate .aside-title.-large {
  font-size: 28px;
  line-height: 1.1;
  padding-left: 20px;
  margin: 0 0 5px 58px;
  vertical-align: top;
}
.cb-aside.donate .cb-button {
  display: block;
  width: 100%;
}
.cb-aside.donate .cb-donate-form {
  margin: 0;
}
.cb-aside.donate .cb-donate-form .form-body {
  clear: both;
  float: none;
}
.cb-aside.donate .cb-donate-form .form-body .field.amount label {
  font-size: 14px;
  font-weight: normal;
  color: #1A1A1A;
  letter-spacing: 0;
  display: block;
  float: none;
  opacity: .5;
}
.cb-aside.donate .cb-donate-form .form-body .field.amount .input-wrap {
  float: none;
  overflow: hidden;
  width: 100%;
}
.cb-aside.donate .cb-donate-form .form-body .field.amount input {
  width: 100%;
  display: block;
}
.cb-aside.donate .cb-donate-form .form-body .field.frequency {
  text-align: center;
}
.cb-aside.donate .cb-donate-form .form-body .field.frequency .field-label {
  display: inline-block;
  margin: 0 5px;
}
.cb-aside.donate .cb-donate-form .form-footer .secured {
  display: block;
  padding-top: 26px;
  text-align: center;
}
.cb-aside.donate .disclaimer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 19px;
}
.cb-aside.donate .disclaimer p {
  margin-bottom: 24px;
}
.cb-aside.donate .disclaimer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .cb-aside.donate {
    display: none;
  }
}
.cb-aside.-excerpts .excerpt .article-title {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}
.cb-aside.logo {
  max-width: 200px;
}
.cb-aside.logo img {
  width: 100%;
  height: auto;
}
.cb-aside.logo.project-partner {
  margin-top: 2em;
}
.cb-aside.logo small {
  padding-top: 1em;
  display: block;
  font-size: 85%;
  line-height: 1.3;
  color: #666;
}
.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 {
  padding: 0 1.5em 1.5em;
}
.cb-aside.page-sections .cb-share > div {
  display: inline-block;
}
.cb-aside.podcast {
  font-size: .9em;
  padding-bottom: 1em;
}
.cb-aside.podcast .cb-richtext a {
  color: #ff5831;
  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: #ff5831;
}
.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-aside {
  background: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .cb-aside {
    margin-bottom: 50px;
  }
}
.cb-aside:last-child,
.cb-aside.-xmargb {
  margin-bottom: 0;
}
.cb-aside.-compact {
  margin-bottom: 32px;
}
.cb-aside .-pad {
  padding: 32px 30px 40px;
}
.cb-aside .-pad.-gray {
  background: #f4f4f4;
}
.cb-aside.-nopad {
  padding: 0 !important;
}
.cb-aside .aside-logo {
  margin-bottom: 16px;
}
.cb-aside .aside-title {
  font-weight: normal;
  font-size: 21px;
  color: #ff5831;
  margin: 0 0 15px;
}
.cb-aside .aside-title.stripe {
  background: #f4f4f4;
  color: #666;
  padding: .3em 1em;
  margin-bottom: 0;
}
.cb-aside .aside-title.above-scroll {
  margin: 0;
  line-height: 1;
  padding: 1em;
  background: white;
  border-bottom: 1px solid #f4f4f4;
  color: black;
}
.cb-aside .aside-title.-large {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0;
  font-weight: 100;
  text-transform: none;
  color: #1A1A1A;
  margin: 0 0 30px;
}
.cb-aside .aside-subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 24px;
  margin: 0 0 30px;
}
.cb-aside .align {
  background: white;
}
.cb-aside .align > .body {
  padding: 1em 1em 2em;
}
.cb-aside .cb-excerpt {
  margin-bottom: 1.5em;
}
.cb-aside.dark {
  background: black;
  color: white;
}
.cb-aside.dark .aside-title {
  color: #efefef;
}
.cb-aside.dark .aside-title.stripe {
  background: #ff5831;
  color: white;
}
.cb-aside.-excerpts .excerpt {
  overflow: hidden;
  margin-bottom: 21px;
}
.cb-aside.-excerpts .excerpt:last-child {
  margin-bottom: 0;
}
.cb-aside.-excerpts .excerpt .article-title {
  font-size: 15px;
  line-height: 21px;
}
.cb-aside.-excerpts .excerpt.-thumb .cb-image {
  float: left;
  width: 100px;
}
.cb-aside.-excerpts .excerpt.-thumb .cb-image img {
  display: block;
  width: 100%;
}
.cb-aside.-excerpts .excerpt.-thumb .cb-image .photo-credit {
  display: none;
}
.cb-aside.-excerpts .excerpt.-thumb .article-title {
  margin-left: 100px;
  padding-left: 16px;
}
.cb-aside.-excerpts .excerpt.-iframe .cb-image {
  margin: 0 0 10px;
}
@media screen and (max-width: 750px) {
  .cb-aside {
    margin-bottom: 50px;
  }
  .cb-aside.-excerpts .article-title {
    font-size: 19px;
    line-height: 24px;
  }
}
.cb-card.-candidate {
  background: #F1F0EB;
}
.cb-card.-candidate.-style-democrat .card-tile .card-header {
  background: #215895;
}
.cb-card.-candidate.-style-republican .card-tile .card-header {
  background: #aa2926;
}
.cb-card.-candidate.-style-green .card-tile .card-header {
  background: #21955e;
}
.cb-card.-candidate.-style-nonpartisan .card-tile .card-header {
  background: #bfb62a;
  background: #e6df69;
}
.cb-card.-candidate.-style-nonpartisan .card-tile .card-header .card-header-title {
  color: #666 !important;
}
.cb-card.-candidate.-style-libertarian .card-tile .card-header {
  background: #d68646;
}
.cb-card.-candidate .card-tile .card-header {
  color: white;
  text-aign: center;
  margin: 0;
  height: 120px;
  padding-top: 17px;
}
.cb-card.-candidate .card-tile .card-header .card-header-title {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.52px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cb-card.-candidate .card-tile .card-photo {
  text-align: center;
}
.cb-card.-candidate .card-tile .card-photo.-overlay {
  margin-top: -72px;
}
.cb-card.-candidate .card-tile .card-photo .avatar {
  border-radius: 50%;
  width: 145px;
  height: 145px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cb-card.-candidate .card-tile .card-name {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 37.09px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
}
.cb-card.-candidate .card-tile .card-name a {
  text-decoration: none;
  color: #1a1a1a;
}
.cb-card.-candidate .card-tile .card-name strong,
.cb-card.-candidate .card-tile .card-name span {
  display: block;
}
.cb-card.-candidate .card-tile .card-name strong {
  font-size: 36px;
  color: #1A1A1A;
  letter-spacing: 0;
  text-align: center;
  line-height: 37.09px;
}
.cb-card.-candidate .card-tile .card-bg {
  background-image: url('../images//Capitol.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.cb-card.-candidate .card-tile .card-meta-items {
  padding: 25px 12px;
  overflow: hidden;
}
.cb-card.-candidate .card-tile .card-meta-items.-col3 .-col {
  float: left;
  width: 33.33%;
}
.cb-card.-candidate .card-tile .card-meta-items.-col-flex {
  text-align: center;
}
.cb-card.-candidate .card-tile .card-meta-items.-col-flex .-col {
  display: inline-block;
  max-width: 50%;
  margin: 0px 5px 10px 5px;
}
.cb-card.-candidate .card-tile .card-meta-items .-col {
  padding: 0 8px;
  border-left: 2px solid #FF3B21;
}
.cb-card.-candidate .card-tile .card-meta-items .-col .label,
.cb-card.-candidate .card-tile .card-meta-items .-col .value {
  display: block;
}
.cb-card.-candidate .card-tile .card-meta-items .-col .label {
  /* Party: */
  font-weight: 500;
  font-size: 10px;
  color: #1A1A1A;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
}
.cb-card.-candidate .card-tile .card-meta-items .-col .value {
  /* Democrat: */
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.2;
}
.cb-card.-candidate .card-tile .card-extras {
  background: #E7E6E1;
  padding: 22px;
}
.cb-card.-candidate .card-tile .card-extras .card-extras-title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 10px;
  color: #1A1A1A;
  letter-spacing: 0.5px;
  padding: 0 0 7px;
  text-transform: uppercase;
}
.cb-card.-candidate .card-tile .card-extras .cb-richtext.-extras-body {
  /* Lieutenant governor;: */
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
}
.cb-card.-candidate .card-tile .card-extras .cb-richtext.-extras-body.-margb {
  margin-bottom: 24px;
}
.cb-banner.alert {
  background: #ff5831;
  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: 'proxima-nova', Helvetica, sans-serif;
}
.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: transparent;
  margin-bottom: 32px;
}
.cb-banner.author .thumbnail img {
  width: 100%;
}
.cb-banner.author .align {
  padding: 2em;
  position: relative;
}
.cb-banner.author .align .cb-richtext .thumbnail {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.cb-banner.author .align .cb-richtext .expand {
  overflow: hidden;
  position: relative;
}
.cb-banner.author .align .cb-richtext .expand:before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}
.cb-banner.author .align .cb-richtext .expand.expanded:before {
  display: none;
}
.cb-banner.author .align .cb-richtext .more {
  margin-bottom: -5px;
}
.cb-banner.author .align .cb-richtext .more a {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  background: white;
  padding: 0;
  color: black;
  font-size: .9em;
  text-decoration: none;
}
.cb-banner.author .align .cb-richtext .more a.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-banner.author .align .cb-richtext .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;
}
.cb-banner.author .align .cb-richtext .more a.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
@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: #f4f4f4;
}
.cb-banner.breadcrumbs.-bordb {
  border-bottom: 1px solid #E5E3DD;
}
.cb-banner.breadcrumbs.-white {
  background: white;
  color: black;
}
.cb-banner.breadcrumbs a:hover {
  color: #ff5831;
}
.cb-banner.breaking {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #DC0E0E;
  padding: 16px 0;
  font-size: 18px;
  line-height: 26px;
  color: white;
  text-align: center;
}
.cb-banner.breaking .breaking-label {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.cb-banner.breaking .breaking-label.-right {
  left: auto;
  right: 0;
}
.cb-banner.breaking .breaking-label.-small-text {
  font-size: 13px;
  text-transform: none;
}
.cb-banner.breaking .breaking-label .fa {
  margin-right: 4px;
}
.cb-banner.breaking .breaking-label a:hover {
  text-decoration: underline;
}
.cb-banner.breaking .breaking-content {
  font-weight: 500;
  padding: 0 200px;
}
@media screen and (max-width: 980px) {
  .cb-banner.breaking {
    padding: 16px 0 0;
  }
  .cb-banner.breaking .breaking-label {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  .cb-banner.breaking .breaking-content {
    line-height: 1.7;
    padding: 12px 0 16px 0;
  }
}
.cb-banner.connection {
  position: relative;
  overflow: hidden;
}
.cb-banner.connection.nothumb {
  height: 500px;
  background: #f4f4f4;
}
.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;
  box-shadow: 0 1px 4px 0 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: 43px;
  vertical-align: middle;
  margin-top: -3px;
}
.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;
  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: #f8f9f9;
}
.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 {
  /* ie 6/7 */
  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: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-richtext,
.cb-banner.series .dropdown ul li .dropdown-align .cb-richtext {
  font-size: .75em;
  line-height: 1.4;
  display: none;
}
.cb-banner.connections .dropdown ul li .dropdown-align .cb-richtext p:last-child,
.cb-banner.series .dropdown ul li .dropdown-align .cb-richtext 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 !important;
    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.donate {
  position: absolute;
  border: none;
}
.cb-banner.donate .secured {
  float: right;
  margin: 23px 0 0;
}
@media screen and (max-width: 600px) {
  .cb-banner.donate .secured {
    float: none;
    margin: 5px 0;
  }
}
.cb-banner.donation-drive {
  background: #4fcaf2;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: black;
  font-family: 'Heebo', sans-serif;
  padding: 26px 0;
  height: 110px;
  overflow: hidden;
  -webkit-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
}
.cb-banner.donation-drive h1,
.cb-banner.donation-drive h2 {
  color: white;
  font: 'proxima-nova', Helvetica, sans-serif;
  margin: 0;
}
.cb-banner.donation-drive h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
}
.cb-banner.donation-drive h2 {
  font-size: 14px;
  font-weight: normal;
  color: #55555a;
}
.cb-banner.donation-drive .grid > * {
  position: relative;
}
.cb-banner.donation-drive .logos {
  position: absolute;
  right: 0;
  top: -12px;
}
.cb-banner.donation-drive .logos img {
  display: inline-block;
  width: auto;
  width: 140px;
  float: right;
}
.cb-banner.donation-drive .cta-area {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 10px;
}
.cb-banner.donation-drive .cta-area .cta {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
  font-family: Heebo;
  font-weight: bold;
  font-size: 19px;
  text-transform: none;
  border-radius: 0;
  line-height: 36px;
  margin: 0 0 6px;
  padding: 0 16px;
  float: left;
  margin-left: 5px;
  margin-bottom: 0;
}
.cb-banner.donation-drive .cta-area .cta.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-banner.donation-drive .cta-area .cta.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-banner.donation-drive .cta-area .cta.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.cb-banner.donation-drive .cta-area .cta .fa {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
}
.cb-banner.donation-drive .cta-area .cta:hover {
  color: #333;
}
.cb-banner.donation-drive .cta-area .bar {
  float: left;
  height: 36px;
  width: 280px;
  position: relative;
}
.cb-banner.donation-drive .cta-area .bar .stripe {
  width: 100%;
  height: 100%;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.25);
  color: #55555a;
  padding: 0 16px;
}
.cb-banner.donation-drive .cta-area .bar .stripe.-black {
  background: #333;
  color: white;
}
.cb-banner.donation-drive .cta-area .bar .stripe.-orange {
  background: #363B3F;
  color: white;
}
.cb-banner.donation-drive .cta-area .bar .stripe.-anim {
  width: 0;
  min-width: 15px;
  padding: 0;
}
.cb-banner.donation-drive .cta-area .bar .stripe span.in-bar {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 0;
  z-index: 999;
}
.cb-banner.donation-drive .cta-area .bar .stripe span.in-bar .fa {
  display: none;
}
.cb-banner.donation-drive .cta-area .bar .stripe span.below-bar {
  position: absolute;
  top: 100%;
  right: -43px;
  margin-top: -3px;
}
.cb-banner.donation-drive .cta-area .bar .stripe span.below-bar .fa {
  -webkit-transform: rotate(-30deg) translate(100%, 0);
      -ms-transform: rotate(-30deg) translate(100%, 0);
       -o-transform: rotate(-30deg) translate(100%, 0);
          transform: rotate(-30deg) translate(100%, 0);
  margin-right: 6px;
  color: black;
}
.cb-banner.donation-drive .cta-area .bar .stripe span.in-bar {
  color: white;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 9;
}
.cb-banner.donation-drive .cta-area .bar.-extended {
  width: 340px;
}
.cb-banner.donation-drive .cta-area .bar.-extended .achieved {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 75%;
  background: #555;
  color: white;
  line-height: 36px;
  padding: 0 16px;
}
.cb-banner.donation-drive .cta-area .bar.-extended .achieved .fa {
  color: #ff5831;
  margin-right: 3px;
}
.cb-banner.donation-drive .cta-area .bar.-extended .stretch {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
.cb-banner.donation-drive .cta-area .bar.-extended .stripe {
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .cb-banner.donation-drive {
    height: auto;
    background-position: 50px center;
    text-align: center;
    padding-bottom: 16px;
  }
  .cb-banner.donation-drive h1 {
    font-size: 36px;
    margin: 0 0 8px;
  }
  .cb-banner.donation-drive .cta-area {
    padding-top: 10px;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0 auto;
  }
  .cb-banner.donation-drive .cta-area > * {
    display: inline-block;
    float: none;
  }
  .cb-banner.donation-drive .cta-area .logos {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 16px;
    margin-right: 0;
    margin-top: 0;
    clear: both;
    display: block;
    text-align: center;
  }
  .cb-banner.donation-drive .cta-area .bar {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .cb-banner.donation-drive .logos {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0 0 16px;
  }
  .cb-banner.donation-drive .logos img {
    float: none;
  }
  .cb-banner.donation-drive .cta-area > * {
    display: block;
    margin-top: 10px;
  }
  .cb-banner.donation-drive .cta-area .bar {
    margin: 0;
    width: 100%;
  }
  .cb-banner.donation-drive .cta-area .bar.-extended {
    width: 100%;
    margin-bottom: 25px;
  }
  .cb-banner.donation-drive .cta-area .bar .stripe span.below-bar {
    right: 0;
    margin-top: -5px;
  }
  .cb-banner.donation-drive .cta-area .bar .stripe span.below-bar .fa {
    display: none;
  }
  .cb-banner.donation-drive .cta-area .cta {
    display: block;
    margin: 10px 0 0 0;
    padding: 5px 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.scrolled .cb-banner.donation-drive {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
/* #Component - ELECTION BANNER
================================================== */
.cb-election-banner .strip {
  background: #333;
  color: white;
  padding: .5em 0;
}
.cb-election-banner .strip h4 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.1em;
  display: inline-block;
  margin: 0 1em 0 0;
  opacity: .85;
  line-height: 30px;
  vertical-align: middle;
  color: #ff5831;
}
.cb-election-banner .strip small {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.cb-election-banner .strip .expander {
  cursor: pointer;
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 11px;
  padding-bottom: 8px;
  height: 20px;
  width: 21px;
  text-align: center;
  margin-top: 5px;
  margin-right: 12px;
}
.cb-election-banner .legend {
  font-size: 12px;
}
.cb-election-banner .legend i.dot {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: black;
  margin-right: 2px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.cb-election-banner .legend a {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}
.cb-election-banner .cb-election-results {
  background: #f4f4f4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5em 0;
  display: none;
}
.cb-election-banner .cb-election-results h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.cb-election-banner .cb-election-results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.cb-election-banner .cb-election-results ul li {
  float: left;
  width: 20%;
}
.cb-election-banner .cb-election-results ul li .cb-election-result {
  padding-right: 20px;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate {
  margin-bottom: 5px;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate.unfeatured {
  display: none;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate b {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-bottom: 2px;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate b i {
  color: #999;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate var {
  float: right;
  font-size: 11px;
  color: #666;
  font-style: normal;
  line-height: 22px;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate.incumbent b:after {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: black;
  margin-left: 5px;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph {
  width: 100%;
  height: 20px;
  background: #ddd;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph i {
  display: block;
  height: 100%;
  background: #363b3f;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph i.democrat {
  background: #215895;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph i.republican {
  background: #aa2926;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph i.green {
  background: #21955e;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph i.nonpartisan {
  background: #e6df69;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate .graph i.libertarian {
  background: #d68646;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .candidate.lead .graph i {
  background: #cc0000;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .more {
  font-size: 12px;
  text-decoration: none;
  padding-top: 5px;
  line-height: 20px;
  float: left;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .more:after {
  font-family: FontAwesome;
  content: "\f0dd";
  display: inline-block;
  margin-left: 4px;
  float: right;
  margin-top: -2px;
}
.cb-election-banner .cb-election-results ul li .cb-election-result .more.less:after {
  content: "\f0de";
  margin-top: 3px;
}
.cb-election-banner.on .strip .expander:before {
  content: "\f0de";
  line-height: 25px;
}
.cb-election-banner.on .cb-election-results {
  display: block;
}
@media screen and (max-width: 500px) {
  .cb-election-banner .col-12,
  .cb-election-banner .legend {
    padding: 0 15px;
  }
  .cb-election-banner .cb-election-results ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }
  .cb-election-banner .strip small {
    display: none;
  }
}
.cb-banner.factcheck {
  background: #f4f4f4;
  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 {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding: 27px 0 29px;
  background: #0F95A5;
  color: white;
}
.cb-banner.feature .grid {
  max-width: 970px;
}
.cb-banner.feature .feature-label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 120px;
}
.cb-banner.feature .feature-label.-photo {
  margin-top: -32px;
  text-align: right;
}
.cb-banner.feature .feature-label.-photo img {
  width: auto;
  height: 65px;
  display: inline-block;
  border: 1px solid white;
}
.cb-banner.feature .feature-label.-button {
  margin-top: -25px;
}
.cb-banner.feature .feature-label.-button .cb-button {
  background: white;
  color: #0F95A5;
  border-radius: 40px;
  font-size: 20px;
  color: #0F95A4;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 49px;
  vertical-align: middle;
  display: block;
  width: auto;
  text-align: center;
}
.cb-banner.feature .feature-label.-right {
  right: 0;
  left: auto;
}
.cb-banner.feature .feature-content {
  padding: 0 150px;
}
.cb-banner.feature .feature-content h1 {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 5px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.cb-banner.feature .feature-content .meta-items {
  opacity: 0.8;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.cb-banner.feature .feature-content .meta-items .meta-item {
  display: inline-block;
}
.cb-banner.feature .feature-content .meta-items .meta-item a:hover {
  text-decoration: underline;
}
.cb-banner.feature .feature-content .meta-items .meta-item .delim {
  margin: 0 12px;
}
.cb-banner.feature .feature-content .meta-items .meta-item:last-child .delim {
  display: none;
}
@media screen and (max-width: 980px) {
  .cb-banner.feature .feature-content .meta-items .meta-item {
    display: block;
    margin-bottom: 3px;
  }
  .cb-banner.feature .feature-content .meta-items .meta-item:last-child {
    margin-bottom: 0;
  }
  .cb-banner.feature .feature-content .meta-items .meta-item .delim {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .cb-banner.feature .feature-content {
    margin: 16px 0 20px;
    padding: 0;
  }
  .cb-banner.feature .feature-label {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: auto;
    text-align: center !important;
    margin-top: 0 !important;
  }
  .cb-banner.feature .feature-label.-button .cb-button {
    display: inline-block;
    width: auto;
  }
}
.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-richtext .thumbnail {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 127px;
}
.cb-banner.featurette .align .cb-richtext .expand {
  overflow: hidden;
  position: relative;
  padding-bottom: 1em;
}
.cb-banner.featurette .align .cb-richtext .expand:before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}
.cb-banner.featurette .align .cb-richtext .expand.expanded:before {
  display: none;
}
.cb-banner.featurette .align .cb-richtext .expand.no-need {
  padding-bottom: 0;
}
.cb-banner.featurette .align .cb-richtext .expand.no-need p:last-child {
  margin-bottom: 0;
}
.cb-banner.featurette .align .cb-richtext .expand.no-need:before {
  display: none;
}
.cb-banner.featurette .align .cb-richtext .more {
  margin-top: 5px;
  margin-bottom: -5px;
}
.cb-banner.featurette .align .cb-richtext .more a {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  background: white;
  padding: 0;
  color: black;
  font-size: .9em;
  text-decoration: none;
}
.cb-banner.featurette .align .cb-richtext .more a.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-banner.featurette .align .cb-richtext .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;
}
.cb-banner.featurette .align .cb-richtext .more a.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
@media only screen and (max-width: 600px) {
  .cb-banner.featurette .align {
    padding: 1.5em;
  }
}
.cb-banner.simple-footer {
  background: #ffffff;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  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 {
    /* ie 6/7 */
    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: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 {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  padding: 50px 0;
  background: #f4f4f4;
}
.cb-banner.footer-threecol:before,
.cb-banner.footer-threecol:after {
  content: "";
  display: table;
}
.cb-banner.footer-threecol:after {
  clear: both;
}
.cb-banner.footer-threecol:before,
.cb-banner.footer-threecol:after {
  content: "";
  display: table;
}
.cb-banner.footer-threecol:after {
  clear: both;
}
.cb-banner.footer-threecol h4 {
  margin: 0 0 .8em 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
}
.cb-banner.footer-threecol .col-12 {
  overflow: hidden;
}
.cb-banner.footer-threecol ul,
.cb-banner.footer-threecol div.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cb-banner.footer-threecol ul .row,
.cb-banner.footer-threecol div.ul .row {
  overflow: hidden;
  padding: 0 0 20px;
}
.cb-banner.footer-threecol ul li,
.cb-banner.footer-threecol div.ul li,
.cb-banner.footer-threecol ul div.li,
.cb-banner.footer-threecol div.ul div.li {
  float: left;
  font-size: 1em;
  line-height: 1.4;
  width: 25%;
  display: none;
  padding: 0 20px;
}
.cb-banner.footer-threecol ul li .img,
.cb-banner.footer-threecol div.ul li .img,
.cb-banner.footer-threecol ul div.li .img,
.cb-banner.footer-threecol div.ul div.li .img {
  background: rgba(0, 0, 0, 0.2);
  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,
.cb-banner.footer-threecol div.ul li .img img,
.cb-banner.footer-threecol ul div.li .img img,
.cb-banner.footer-threecol div.ul div.li .img img {
  display: none;
}
.cb-banner.footer-threecol ul li .img .curtain,
.cb-banner.footer-threecol div.ul li .img .curtain,
.cb-banner.footer-threecol ul div.li .img .curtain,
.cb-banner.footer-threecol div.ul div.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,
.cb-banner.footer-threecol div.ul li.selected .img,
.cb-banner.footer-threecol ul div.li.selected .img,
.cb-banner.footer-threecol div.ul div.li.selected .img {
  border: 2px solid #ffc600;
}
.cb-banner.footer-threecol ul li .part,
.cb-banner.footer-threecol div.ul li .part,
.cb-banner.footer-threecol ul div.li .part,
.cb-banner.footer-threecol div.ul div.li .part {
  font-style: normal;
  text-transform: uppercase;
  color: #555555;
}
.cb-banner.footer-threecol ul li h5,
.cb-banner.footer-threecol div.ul li h5,
.cb-banner.footer-threecol ul div.li h5,
.cb-banner.footer-threecol div.ul div.li h5 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0;
}
.cb-banner.footer-threecol.-no-slide ul li,
.cb-banner.footer-threecol.-no-slide div.ul li,
.cb-banner.footer-threecol.-no-slide ul div.li,
.cb-banner.footer-threecol.-no-slide div.ul div.li {
  display: block;
}
.cb-banner.footer-threecol.-whitebg {
  padding: 0;
  background: transparent;
}
.cb-banner.footer-threecol.-cols2 ul li,
.cb-banner.footer-threecol.-cols2 div.ul li,
.cb-banner.footer-threecol.-cols2 ul div.li,
.cb-banner.footer-threecol.-cols2 div.ul div.li {
  width: 50%;
}
.cb-banner.footer-threecol.-cols3 ul li,
.cb-banner.footer-threecol.-cols3 div.ul li,
.cb-banner.footer-threecol.-cols3 ul div.li,
.cb-banner.footer-threecol.-cols3 div.ul div.li {
  width: 33.33%;
}
.cb-banner.footer-threecol.-cols3 ul li h5,
.cb-banner.footer-threecol.-cols3 div.ul li h5,
.cb-banner.footer-threecol.-cols3 ul div.li h5,
.cb-banner.footer-threecol.-cols3 div.ul div.li h5 {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .cb-banner.footer-threecol ul li,
  .cb-banner.footer-threecol div.ul li,
  .cb-banner.footer-threecol ul div.li,
  .cb-banner.footer-threecol div.ul div.li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 5%;
    padding: 0 0 5% !important;
  }
  .cb-banner.footer-threecol ul li:last-child,
  .cb-banner.footer-threecol div.ul li:last-child,
  .cb-banner.footer-threecol ul div.li:last-child,
  .cb-banner.footer-threecol div.ul div.li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .cb-banner.footer-threecol ul li .img,
  .cb-banner.footer-threecol div.ul li .img,
  .cb-banner.footer-threecol ul div.li .img,
  .cb-banner.footer-threecol div.ul div.li .img {
    height: auto;
  }
  .cb-banner.footer-threecol ul li .img img,
  .cb-banner.footer-threecol div.ul li .img img,
  .cb-banner.footer-threecol ul div.li .img img,
  .cb-banner.footer-threecol div.ul div.li .img img {
    display: block;
    width: 100%;
  }
}
.cb-banner.footer .threecol {
  background: #25292b;
  color: white;
  padding: 3.25em 0;
}
.cb-banner.footer .threecol .col1 {
  padding-right: 1em;
}
.cb-banner.footer .threecol .col2 {
  padding-left: 1em;
  padding-right: 1em;
}
.cb-banner.footer .site-description {
  font-size: .9em;
  padding-right: 3em;
}
.cb-banner.footer .site-description img {
  margin-bottom: 1.6em;
  height: 100px;
}
.cb-banner.footer .site-description p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5;
}
.cb-banner.footer .site-description p:first-child {
  font-size: 1.15em;
}
.cb-banner.footer .site-description p:last-child {
  margin-bottom: 0;
}
.cb-banner.footer .spj-award {
  border: 1px solid #b59d2d;
  padding: 16px 20px 23px;
  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;
  line-height: 21px;
  vertical-align: middle;
  margin-bottom: 12px;
}
.cb-banner.footer .spj-award .title i {
  display: inline-block;
  width: 21px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  background: url('../images/spj-icon.png') no-repeat center;
}
.cb-banner.footer .spj-award .title b {
  display: inline-block;
  font-weight: normal;
  line-height: 31px;
  vertical-align: middle;
}
.cb-banner.footer .spj-award p {
  font-weight: 300;
  margin-bottom: 0;
}
.cb-banner.footer .inn-membership {
  text-align: center;
  padding-top: center;
  padding-top: 2em;
}
.cb-banner.footer .inn-membership .label {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 12px;
  opacity: .35;
  display: block;
  letter-spacing: 2px;
}
.cb-banner.footer .inn-membership img {
  display: inline-block;
}
.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;
  -webkit-transition: opacity .2s;
       -o-transition: opacity .2s;
          transition: opacity .2s;
}
.cb-banner.footer .cb-menu.footer-social ul.menu li.nav-main-item a.nav-main-link:hover {
  opacity: .5;
}
.cb-banner.footer .cb-menu.footer-social ul.menu li.nav-main-item:first-child a.nav-main-link {
  padding-left: 0;
}
.cb-banner.footer .cb-menu.footer-social ul.menu li.nav-main-item:last-child a.nav-main-link {
  padding-right: 0;
}
.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.75;
}
.cb-banner.footer .cb-menu.footer-main ul.menu li.nav-main-item a.nav-main-link:hover {
  text-decoration: underline;
}
.cb-banner.footer .copyright {
  background: #f4f4f4;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 3em 0;
  font-weight: 300;
}
@media only screen and (max-width: 975px) {
  .cb-banner.footer {
    font-size: 17px;
  }
  .cb-banner.footer .threecol {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }
  .cb-banner.footer .threecol .w4 {
    width: 100%;
    float: none;
    margin-bottom: 2em;
  }
  .cb-banner.footer .threecol .w4:last-child {
    margin-bottom: 0;
  }
  .cb-banner.footer .threecol .site-description {
    padding-right: 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .cb-banner.footer .threecol .spj-award.flush {
    max-width: 400px;
    margin: 0 auto;
  }
  .cb-banner.footer .threecol .spj-award p {
    font-size: 15px;
  }
  .cb-banner.footer .threecol .menus {
    padding-left: 0;
    max-width: 500px;
    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;
    line-height: 2.5;
    margin: 0 5px;
    padding: 0 2%;
  }
  .cb-banner.footer .copyright {
    padding: 1.5em 0;
  }
  .cb-banner.footer .copyright .w8.centered {
    width: 97%;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-banner.footer .threecol {
    padding: 30px 0 !important;
  }
  body.mobs-a .cb-banner.footer .site-description img {
    width: 150px;
    height: auto;
  }
  body.mobs-a .cb-banner.footer .cb-menu.footer-main {
    display: none;
  }
}
.cb-banner.voices {
  background-image: -webkit-linear-gradient(180deg, #FC5937 28%, #ff5831 72%);
  background-image: -o-linear-gradient(180deg, #FC5937 28%, #ff5831 72%);
  background-image: linear-gradient(-90deg, #FC5937 28%, #ff5831 72%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: white;
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cb-banner.voices .valign {
  width: 100%;
}
.cb-banner.voices .-col.-icon {
  width: 40px;
}
.cb-banner.voices .-col.-icon .fa {
  font-size: 24px;
}
.cb-banner.voices .-col.-logo {
  text-align: center;
}
.cb-banner.voices .-col.-logo > span {
  display: inline-block;
}
.cb-banner.voices .-col.-logo img {
  float: left;
  margin: 0 15px 0 0;
}
.cb-banner.voices .-col.-logo h1 {
  float: left;
  font-weight: normal;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
}
.cb-banner.voices .-col.-mid {
  text-align: center;
}
.cb-banner.voices .-col.-last {
  text-align: right;
}
.cb-banner-voices-spacer {
  height: 98px;
}
body.admin-bar .cb-banner.voices {
  top: 32px;
}
.cb-banner.header-spacer {
  display: block;
  height: 104px;
  background: black;
}
@media screen and (max-width: 600px) {
  .cb-banner.header-spacer {
    background: white;
  }
}
body.donation-drive .cb-banner.header-spacer {
  height: 214px;
}
body.testimonials .cb-banner.header-spacer {
  height: 184px;
}
.cb-banner.header {
  color: #B6BFBF;
  background: #25292B;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s;
       -o-transition: 0.4s;
          transition: 0.4s;
}
.cb-banner.header #utility-bar {
  font-size: 13px;
  background: #363B3F;
  line-height: 29px;
}
.cb-banner.header #utility-bar .cb-powered-by {
  float: left;
}
.cb-banner.header #utility-bar .cb-menu {
  float: right;
}
.cb-banner.header #utility-bar .cb-menu .menu-item .menu-item-icon,
.cb-banner.header #utility-bar .cb-menu .menu-item .menu-item-link {
  -webkit-transition: 0.4s;
       -o-transition: 0.4s;
          transition: 0.4s;
  color: #b1b1b1;
}
.cb-banner.header #utility-bar .cb-menu .menu-item:hover .menu-item-icon {
  color: #ff5831;
}
.cb-banner.header #utility-bar .cb-menu .menu-item:hover .menu-item-link {
  color: white;
}
.cb-banner.header #main-menu {
  position: relative;
  height: 75px;
  -webkit-transition: height 0.4s;
       -o-transition: height 0.4s;
          transition: height 0.4s;
}
.cb-banner.header #main-menu .cb-menu {
  height: 75px;
}
.cb-banner.header #main-menu .logo {
  position: absolute;
  left: 40px;
  top: -2px;
  width: 179px;
  height: 75px;
  -webkit-transition: 0.4s;
       -o-transition: 0.4s;
          transition: 0.4s;
}
.cb-banner.header #main-menu .logo img {
  width: 179px;
}
.cb-banner.header #main-menu .cb-menu.primary {
  height: 75px;
}
body.scrolled .cb-banner.header {
  top: -29px;
  box-shadow: -1px 1px 32px 0px rgba(0, 0, 0, 0.3);
}
body.scrolled .cb-banner.header #main-menu {
  height: 75px;
}
body.scrolled .cb-banner.header #main-menu .cb-menu {
  height: 75px;
}
body.scrolled.donation-drive .cb-banner.header {
  top: -139px;
}
body.scrolled.testimonials .cb-banner.header {
  top: -109px;
}
@media screen and (max-width: 900px) {
  body.scrolled.donation-drive .cb-banner.header {
    top: -249px;
  }
  body.scrolled.testimonials .cb-banner.header {
    top: -173px;
  }
}
body.scrolled.scrolling-up .cb-banner.header {
  top: 0;
}
@media screen and (max-width: 1350px) {
  .cb-banner.header #main-menu .logo {
    width: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .cb-banner.header #main-menu .grid {
    padding: 0;
  }
  .cb-banner.header #main-menu .cb-menu.primary .on-left {
    display: none;
  }
  .cb-banner.header #main-menu .cb-menu.primary .on-right .cta {
    display: none;
  }
  .cb-banner.header #main-menu .cb-menu.primary .on-right .hamburger {
    display: block;
  }
  .cb-banner.header #main-menu .cb-menu.primary .on-right .hamburger .menu-item-link {
    padding: 0 24px;
  }
  .cb-banner.header #main-menu .cb-menu.primary .on-right .search .menu-item-link {
    padding: 0;
  }
}
@media screen and (max-width: 975px) {
  .cb-banner.header #utility-bar {
    height: 29px;
    text-align: center;
  }
  .cb-banner.header #utility-bar .cb-powered-by {
    display: none;
  }
  .cb-banner.header #utility-bar .cb-menu {
    overflow: hidden;
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .cb-banner.header #main-menu .logo {
    float: left;
    width: 200px;
    border: none;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu-item.desk {
    display: none;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu-item.mobile {
    display: block;
    border-right: none;
  }
  .cb-banner.header-spacer {
    height: 104px;
  }
  body.donation-drive .cb-banner.header-spacer {
    height: 324px;
  }
}
@media screen and (max-width: 675px) {
  .cb-banner.header #utility-bar {
    display: none !important;
  }
  .cb-banner.header #main-menu .grid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .cb-banner.header #main-menu .grid:before,
  .cb-banner.header #main-menu .grid:after {
    display: none;
  }
  .cb-banner.header #main-menu .logo {
    position: absolute;
    left: 50%;
    margin-left: -100px;
  }
  .cb-banner.header #main-menu .cb-menu.primary {
    float: none;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu {
    position: relative;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.hamburger {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.hamburger .menu-item-link {
    padding: 0 15px;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.search {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.search .menu-item-link {
    padding: 0 15px;
  }
  .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate {
    display: none;
  }
  .cb-banner.header-spacer {
    height: 75px;
  }
  body.donation-drive .cb-banner.header-spacer {
    height: 295px;
  }
  body.scrolled .cb-banner.header {
    top: 0;
    -webkit-transition: 0;
         -o-transition: 0;
            transition: 0;
  }
  body.scrolled.donation-drive .cb-banner.header {
    top: 0;
  }
}
@media screen and (max-width: 675px) {
  body.testimonials .cb-banner.header-spacer {
    height: 220px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 600px) {
  body .cb-banner.header-spacer {
    height: 60px;
  }
  body .cb-banner.header #main-menu {
    height: 60px;
  }
  body .cb-banner.header #main-menu .logo {
    height: auto;
    left: 50px;
    margin-left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 130px;
  }
  body .cb-banner.header #main-menu .cb-menu.primary {
    height: 60px;
  }
  body .cb-banner.header .cb-menu.primary .menu .menu-item.big-icon .menu-item-link {
    font-size: 21px;
    width: 50px;
    line-height: 60px;
    padding: 0 !important;
    text-align: center;
  }
  body .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.search {
    display: none;
  }
  body .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
  }
  body .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate .menu-item-link {
    font-weight: normal;
    font-size: 16px;
    height: auto;
    line-height: 60px;
    padding: 0 20px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-banner.header-spacer {
    height: 60px;
  }
  body.mobs-a .cb-banner.header #main-menu {
    height: 60px;
  }
  body.mobs-a .cb-banner.header #main-menu .logo {
    height: auto;
    left: 50px;
    margin-left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 130px;
  }
  body.mobs-a .cb-banner.header #main-menu .cb-menu.primary {
    height: 60px;
  }
  body.mobs-a .cb-banner.header .cb-menu.primary .menu .menu-item.big-icon .menu-item-link {
    font-size: 21px;
    width: 50px;
    line-height: 60px;
    padding: 0 !important;
    text-align: center;
  }
  body.mobs-a .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.search {
    display: none;
  }
  body.mobs-a .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
  }
  body.mobs-a .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate .menu-item-link {
    font-weight: normal;
    font-size: 16px;
    height: auto;
    line-height: 60px;
    padding: 0 20px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-banner.header-spacer {
    height: 60px;
  }
  body.mobs-b .cb-banner.header #main-menu {
    height: 60px;
  }
  body.mobs-b .cb-banner.header #main-menu .logo {
    height: auto;
    left: 50px;
    margin-left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 130px;
  }
  body.mobs-b .cb-banner.header #main-menu .cb-menu.primary {
    height: 60px;
  }
  body.mobs-b .cb-banner.header .cb-menu.primary .menu .menu-item.big-icon .menu-item-link {
    font-size: 21px;
    width: 50px;
    line-height: 60px;
    padding: 0 !important;
    text-align: center;
  }
  body.mobs-b .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.search {
    display: none;
  }
  body.mobs-b .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
  }
  body.mobs-b .cb-banner.header #main-menu .cb-menu.primary .menu .menu-item.donate .menu-item-link {
    font-weight: normal;
    font-size: 16px;
    height: auto;
    line-height: 60px;
    padding: 0 20px;
    vertical-align: middle;
  }
}
.cb-banner.issue {
  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: #f4f4f4;
}
.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-page-breadcrumbs {
  font-size: 15px;
  padding: 16px 0;
  background: #f4f4f4;
  box-shadow: inset 0 -1px 0 0 #E5E3DD;
  text-align: center;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 65px;
}
.cb-page-breadcrumbs .delim {
  margin: 0 .5em;
}
.cb-page-breadcrumbs.-bordb {
  border-bottom: 1px solid #E5E3DD;
}
.cb-page-breadcrumbs.-white {
  background: white;
  color: black;
}
.cb-page-breadcrumbs a:hover {
  color: #ff5831;
}
.cb-banner.series.fixed.-custom {
  background: transparent;
  color: white;
  box-shadow: none;
  -webkit-transition: .4s background;
       -o-transition: .4s background;
          transition: .4s background;
}
.cb-banner.series.fixed.-custom .logo img.dark {
  display: none;
}
.cb-banner.series.fixed.-custom .banner-lower .crumbs {
  display: none;
}
.cb-banner.series.fixed.-custom .banner-title {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0;
  color: white;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 16px;
  line-height: 64px;
}
.cb-banner.series.fixed.-custom .cb-menu.-social {
  float: right;
  color: white;
}
.cb-banner.series.fixed.-custom .cb-menu.-social .menu .menu-item {
  display: inline-block;
  margin-left: 18px;
}
.cb-banner.series.fixed.-custom .cb-menu.-social .menu .menu-item:first-child {
  margin-left: 0;
}
.cb-banner.series.fixed.-custom .cb-menu.-social .menu .menu-item .menu-item-link {
  font-size: 23px;
  line-height: 64px;
}
@media screen and (max-width: 800px) {
  .cb-banner.series.fixed.-custom {
    background: white;
    color: #333;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
  }
  .cb-banner.series.fixed.-custom .logo img.light {
    display: none;
  }
  .cb-banner.series.fixed.-custom .logo img.dark {
    display: inline-block;
  }
  .cb-banner.series.fixed.-custom .cb-menu.-social {
    display: none;
  }
  .cb-banner.series.fixed.-custom .banner-title {
    display: none;
  }
}
body.scrolled .cb-banner.series.fixed.-custom {
  background: white;
  color: #333;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
body.scrolled .cb-banner.series.fixed.-custom .logo img.light {
  display: none;
}
body.scrolled .cb-banner.series.fixed.-custom .logo img.dark {
  display: inline-block;
}
body.scrolled .cb-banner.series.fixed.-custom .banner-title {
  display: none;
}
body.scrolled .cb-banner.series.fixed.-custom .banner-lower .crumbs {
  display: block;
}
body.scrolled .cb-banner.series.fixed.-custom .cb-menu.-social .-facebook {
  color: #3B5998;
}
body.scrolled .cb-banner.series.fixed.-custom .cb-menu.-social .-twitter {
  color: #00ACED;
}
.cb-banner.related {
  /* ie 6/7 */
  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: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 #f4f4f4;
}
@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.support {
  text-align: center;
  background: #ff5831;
  color: white;
}
.cb-banner.support .table-wrap {
  padding: 27px 0;
  max-width: 620px;
  margin: 0 auto;
}
.cb-banner.support .table-wrap .cell {
  width: auto;
}
.cb-banner.support .table-wrap .cell.for-logo {
  width: 83px;
}
.cb-banner.support .table-wrap .cell.for-cta {
  width: 45px;
}
.cb-banner.support .table-wrap .cell.for-message {
  padding: 0 32px;
}
.cb-banner.support .logo img {
  width: 83px;
}
.cb-banner.support .cta a {
  display: inline-block;
  padding: 12px 23px;
  color: #ff5831;
  background: white;
  border-radius: 40px;
  font-size: 20px;
}
.cb-banner.support .message .title {
  font-size: 28px;
  line-height: 33px;
  margin: 0 0 3px;
}
.cb-banner.support .message .description {
  font-size: 13px;
  line-height: 16px;
  opacity: .8;
}
@media screen and (max-width: 1000px) {
  .cb-banner.support .table-wrap .valign {
    display: block;
    float: none;
  }
  .cb-banner.support .table-wrap .valign .cell {
    display: block;
    text-align: center;
    width: 100% !important;
  }
  .cb-banner.support .table-wrap .valign .cell.for-message {
    padding: 20px 0;
  }
  .cb-banner.support .table-wrap .valign .cell.for-message .message {
    max-width: 420px;
    margin: 0 auto;
  }
}
.cb-banner.tags {
  background: #f4f4f4;
  font-size: 1em;
  text-align: center;
  padding: 12.5px 0;
}
.cb-banner.tags .cb-menu {
  font-weight: normal;
}
.cb-banner.tags .cb-menu .menu .nav-main-item .nav-main-link {
  font-size: 16px;
  line-height: 32px;
  color: #25292B;
  padding: 0;
  margin: 0 8px;
}
.cb-banner.tags .cb-menu .menu .nav-main-item .nav-main-link:hover {
  color: #ff5831;
}
.cb-banner.tags .cb-menu .menu .nav-main-item .delim {
  font-style: normal;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .cb-banner.tags {
    padding: 5px 0;
  }
  .cb-banner.tags .cb-menu .menu .nav-main-item .nav-main-link {
    font-size: 15px;
  }
  .cb-banner.tags .cb-menu .menu .nav-main-item .delim {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-banner.tags {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-banner.tags {
    display: none;
  }
}
.cb-banner.testimonials {
  background: white;
  height: 80px;
}
.cb-banner.testimonials ul {
  cursor: pointer;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.cb-banner.testimonials ul li {
  float: left;
  width: 60px;
  height: 100%;
  position: relative;
  overflow: visible;
}
.cb-banner.testimonials ul li .photo {
  display: block;
  width: 101%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .95;
  -webkit-transition: .3s opacity;
       -o-transition: .3s opacity;
          transition: .3s opacity;
}
.cb-banner.testimonials ul li blockquote {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  padding: 10px 20px;
  margin: 0;
  height: 80px;
  width: 440px;
  left: 100%;
  background: white;
  z-index: 40;
}
.cb-banner.testimonials ul li blockquote i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ff5831;
}
.cb-banner.testimonials ul li blockquote i.line:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 11px 7.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -10px;
  z-index: 2;
}
.cb-banner.testimonials ul li blockquote i.line:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 12px 8.5px 0;
  border-color: transparent #ff5831 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  margin-left: -11px;
  z-index: 1;
}
.cb-banner.testimonials ul li blockquote:before {
  float: left;
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url('../images/testimonial-quote@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.cb-banner.testimonials ul li blockquote .content-align {
  padding-left: 40px;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cb-banner.testimonials ul li blockquote p {
  font-size: 16px;
  line-height: 19px;
  color: #ff5831;
  letter-spacing: 0;
  display: inline;
  margin: 0;
}
.cb-banner.testimonials ul li blockquote cite {
  font-style: normal;
  font-size: 11px;
  color: #666666;
  letter-spacing: 0;
  display: inline-block;
  line-height: 19px;
}
.cb-banner.testimonials ul li blockquote.-left {
  left: auto;
  right: 100%;
}
.cb-banner.testimonials ul li blockquote.-left i.line {
  left: auto;
  right: 0;
}
.cb-banner.testimonials ul li blockquote.-left i.line:before {
  margin-left: 0;
  margin-right: -11px;
  border-width: 7.5px 0 7.5px 11px;
  border-color: transparent transparent transparent #fff;
}
.cb-banner.testimonials ul li blockquote.-left i.line:after {
  margin-left: 0;
  margin-right: -11px;
  border-width: 8.5px 0 8.5px 12px;
  border-color: transparent transparent transparent #ff5831;
}
.cb-banner.testimonials ul li.-active .photo {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .cb-banner.testimonials {
    height: 144px;
    overflow: hidden;
  }
  .cb-banner.testimonials blockquote {
    font-size: 15px;
  }
  .cb-banner.testimonials ul {
    margin-top: 84px;
    height: 60px;
    position: relative;
    overflow: visible;
  }
  .cb-banner.testimonials ul li {
    position: static !important;
    overflow: visible;
  }
  .cb-banner.testimonials ul li blockquote,
  .cb-banner.testimonials ul li blockquote.-left {
    position: absolute;
    top: -84px;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 84px;
  }
  .cb-banner.testimonials ul li blockquote i.line,
  .cb-banner.testimonials ul li blockquote.-left i.line {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-banner.testimonials {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-banner.testimonials {
    display: none;
  }
}
.cb-banner.threecol {
  font-size: 1.1em;
  line-height: 1.3;
  color: white;
  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%;
  padding: 0;
  z-index: 9;
}
.cb-banner.threecol .banner-align .banner-content {
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cb-banner.threecol .banner-align .banner-content .banner-content-align {
  vertical-align: middle;
}
.cb-banner.threecol .banner-align .banner-content .cb-byline {
  font-size: 14px;
}
.cb-banner.threecol .banner-align .cb-richtext {
  font-size: 20px;
  margin-bottom: 28px;
  color: white;
}
.cb-banner.threecol .banner-align .cb-byline cite a {
  font-weight: bold;
}
.cb-banner.threecol .banner-align .cb-byline .delim {
  margin: 0 12px;
}
.cb-banner.threecol.align-left .banner-content {
  left: 25px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
       -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.cb-banner.threecol.align-bottom-left .banner-content {
  left: 25px;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.cb-banner.threecol.align-right .banner-content {
  left: auto;
  right: 25px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
       -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.cb-banner.threecol.align-bottom-right .banner-content {
  right: 25px;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  text-align: right;
}
.cb-banner.threecol.align-center aside {
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.cb-banner.threecol.align-center .banner-content {
  width: 100%;
}
.cb-banner.threecol.align-bottom-center aside {
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.cb-banner.threecol.align-bottom-center .banner-content {
  width: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: auto;
  bottom: 75px;
}
.cb-banner.threecol h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 24px;
}
.cb-banner.threecol .banner-label {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  opacity: .75;
  margin: -6px 0 16px;
  letter-spacing: 1px;
}
.cb-banner.threecol .cb-richtext.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: 600px;
}
.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 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 rgba(255, 255, 255, 0.7);
  line-height: 40px;
  padding: 0 35px;
  text-transform: uppercase;
}
.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 {
  /* ie 6/7 */
  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;
}
.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: 3em;
  }
  .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,
  .cb-banner.threecol.align-right,
  .cb-banner.threecol.align-left,
  .cb-banner.threecol.align-center {
    max-height: none;
    height: 5000px;
  }
  .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;
    top: auto;
    left: auto;
    right: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .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 {
    position: relative;
    display: block;
    padding: 2em 1em;
    background: #f4f4f4;
    color: black;
    font-size: 1em;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    max-width: none;
  }
  .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 {
    font-size: 32px;
    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 .cb-richtext.deck,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align .cb-richtext.deck,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align .cb-richtext.deck,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align .cb-richtext.deck {
    color: black;
  }
  .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-richtext.deck,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align .cb-richtext.deck,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align .cb-richtext.deck,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align .cb-richtext.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: 'proxima-nova', Helvetica, sans-serif;
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: bold;
  margin: -7px 0 0.2em;
}
.cb-banner.tiles aside .align .excerpt {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  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 {
  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;
}
.project-style .cb-featurette.-nomarg {
  margin-bottom: 0;
}
@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: 3em .5em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.1;
}
.cb-banner.two-titles.graybg,
.cb-banner.three-titles.graybg {
  background: #eee;
  margin-bottom: 2em;
}
.cb-banner.two-titles h3,
.cb-banner.three-titles h3 {
  margin: .25em 0 0;
  font-weight: normal;
}
.cb-banner.two-titles h2,
.cb-banner.three-titles h2 {
  font-size: 1em;
  color: #ff5831;
  font-weight: bold;
  margin: 0 0 .1em;
}
.cb-banner.two-titles h1,
.cb-banner.three-titles h1 {
  font-size: 2.2em;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .cb-banner.two-titles,
  .cb-banner.three-titles {
    font-size: 1em;
  }
}
.cb-excerpt.hpr.community.-thumb.-thumb-left .excerpt-content {
  margin-left: 100px;
}
.cb-excerpt.hpr.community .cb-byline {
  display: inline;
}
.cb-excerpt.hpr.community .meta-items .meta-item {
  display: inline-block;
}
.cb-excerpt.event .date {
  color: #666666;
  font-size: 14px;
  margin: 0 0 5px;
}
.cb-excerpt.event .date .delim {
  font-weight: bold;
  margin: 0 .4em;
}
.cb-excerpt.event .event-type-icon {
  float: left;
  margin: 2px 12px 2px 8px;
}
.cb-excerpt.hpr {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 47px;
  position: relative;
}
.cb-excerpt.hpr:before,
.cb-excerpt.hpr:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr:after {
  clear: both;
}
.cb-excerpt.hpr:before,
.cb-excerpt.hpr:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr:after {
  clear: both;
}
.cb-excerpt.hpr:last-child {
  margin-bottom: 0;
}
.cb-excerpt.hpr .excerpt-header.-margb {
  margin-bottom: 15px;
}
.cb-excerpt.hpr .excerpt-body {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin: 0 0 20px;
}
.cb-excerpt.hpr .excerpt-body:before,
.cb-excerpt.hpr .excerpt-body:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr .excerpt-body:after {
  clear: both;
}
.cb-excerpt.hpr .excerpt-body:before,
.cb-excerpt.hpr .excerpt-body:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr .excerpt-body:after {
  clear: both;
}
.cb-excerpt.hpr .excerpt-body.-xmarg {
  margin-bottom: 0;
}
.cb-excerpt.hpr .excerpt-body .excerpt-content {
  font-size: 15px;
  line-height: 18px;
}
.cb-excerpt.hpr .excerpt-body .excerpt-content p {
  margin-bottom: 21px;
}
.cb-excerpt.hpr .excerpt-body .excerpt-content p:last-child {
  margin-bottom: 0;
}
.cb-excerpt.hpr .mobile-share-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.cb-excerpt.hpr .mobile-share-popup .cb-share {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.cb-excerpt.hpr .mobile-share-popup .cb-share > a {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.cb-excerpt.hpr .mobile-share-popup .close {
  border-radius: 50%;
  color: white;
  background: #555;
  font-size: 28px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 10px;
  box-shadow: none !important;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cb-excerpt.hpr .mobile-footer {
  display: none !important;
}
.cb-excerpt.hpr .mobile-footer.-full-line {
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
}
.cb-excerpt.hpr .mobile-footer .share-btn {
  margin: 0 2px;
  background: #F4F4F4;
  border-radius: 63px;
  line-height: 30px;
  padding: 0 20px;
  /* Share: */
  font-family: ProximaNova-Light;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
}
.cb-excerpt.hpr .mobile-footer .share-btn.cb-bookmark {
  display: none;
}
.cb-excerpt.hpr .mobile-footer .share-btn .ic {
  margin-right: 10px;
  font-size: 19px;
  line-height: 30px;
  vertical-align: middle;
  color: #666666;
}
.cb-excerpt.hpr .mobile-footer .share-btn.-saved {
  background: #ff5831;
  color: white;
}
.cb-excerpt.hpr .mobile-footer .share-btn.-saved .ic {
  color: white;
}
.cb-excerpt.hpr .mobile-footer .share-btn span {
  line-height: 30px;
  vertical-align: middle;
  font-size: 13px;
}
.cb-excerpt.hpr .mobile-footer.-on-right {
  float: right;
  margin-left: 1em;
}
.cb-excerpt.hpr .mobile-footer.-on-right .share-btn {
  padding: 0 10px;
  margin: 0 1px;
}
.cb-excerpt.hpr .mobile-footer.-on-right .share-btn .ic {
  margin-right: 0;
}
.cb-excerpt.hpr .mobile-footer.-on-right .share-btn span {
  display: none;
}
.cb-excerpt.hpr .related-articles .article {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  font-weight: 100;
  font-size: 13px;
  color: #000;
  margin-bottom: 23px;
}
.cb-excerpt.hpr .related-articles .article:before,
.cb-excerpt.hpr .related-articles .article:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr .related-articles .article:after {
  clear: both;
}
.cb-excerpt.hpr .related-articles .article:before,
.cb-excerpt.hpr .related-articles .article:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr .related-articles .article:after {
  clear: both;
}
.cb-excerpt.hpr .related-articles .article:last-child {
  margin-bottom: 0;
}
.cb-excerpt.hpr .related-articles .article .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 9px;
  display: block;
}
.cb-excerpt.hpr .related-articles .article .comment-count {
  float: right;
}
.cb-excerpt.hpr .meta-items {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  font-weight: 100;
  font-size: 13px;
  color: #000;
}
.cb-excerpt.hpr .meta-items:before,
.cb-excerpt.hpr .meta-items:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr .meta-items:after {
  clear: both;
}
.cb-excerpt.hpr .meta-items:before,
.cb-excerpt.hpr .meta-items:after {
  content: "";
  display: table;
}
.cb-excerpt.hpr .meta-items:after {
  clear: both;
}
.cb-excerpt.hpr .meta-items.-padt {
  padding-top: 23px;
}
.cb-excerpt.hpr .meta-items .meta-item {
  margin-bottom: 12px;
}
.cb-excerpt.hpr .meta-items .meta-item:last-child {
  margin-bottom: 0;
}
.cb-excerpt.hpr .meta-items .meta-item.-featured {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 25px;
}
.cb-excerpt.hpr .meta-items .meta-item a:hover {
  text-decoration: underline;
}
.cb-excerpt.hpr .meta-items .meta-item.-author {
  font-style: normal;
  margin-bottom: 0;
  margin-right: 40px;
}
.cb-excerpt.hpr .meta-items .meta-item.-comments {
  float: right;
  margin-bottom: 0;
  color: #666;
  line-height: 20px;
}
.cb-excerpt.hpr .meta-items .meta-item.-comments.-left {
  float: none;
}
.cb-excerpt.hpr .meta-items .meta-item.-comments .comment-count .fa {
  line-height: 20px;
  vertical-align: middle;
  margin: -1px 5px 0;
}
.cb-excerpt.hpr .meta-items .meta-item.-comments .comment-count .var {
  line-height: 20px;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  vertical-align: middle;
}
.cb-excerpt.hpr.-thumb .excerpt-content {
  margin-right: 108px;
}
.cb-excerpt.hpr.-thumb .excerpt-content.-wrap {
  margin-right: 0;
}
.cb-excerpt.hpr.-thumb .cb-image {
  float: right;
  width: 100px;
  margin-left: 1em;
  margin-bottom: .5em;
}
.cb-excerpt.hpr.-thumb .cb-image.bg {
  width: 80px;
  height: 80px;
}
.cb-excerpt.hpr.-thumb .cb-image img {
  display: block;
  width: 100%;
}
.cb-excerpt.hpr.-thumb .cb-image .caption {
  display: none;
}
.cb-excerpt.hpr.-thumb .cb-image .photo-credit {
  display: none;
}
.cb-excerpt.hpr.-thumb.-nocontent .cb-image {
  float: none;
  margin: 0;
  width: 100%;
}
.cb-excerpt.hpr.-thumb.-nocontent .cb-image img {
  display: block;
}
.cb-excerpt.hpr.-thumb.-thumb-left .cb-image {
  float: left;
  margin-left: 0;
}
.cb-excerpt.hpr.-thumb.-thumb-left .excerpt-content {
  margin-left: 136px;
  margin-right: 0;
}
.cb-excerpt.hpr.-image .excerpt-body .cb-image img {
  display: inline-block;
  width: auto;
}
.cb-excerpt.hpr.-video .excerpt-body {
  margin: 0;
}
.cb-excerpt.hpr.-video .excerpt-body .excerpt-content {
  margin-bottom: 19px;
}
.cb-excerpt.hpr.-video .video {
  display: block;
}
.cb-excerpt.hpr.-video .video iframe,
.cb-excerpt.hpr.-video .video object,
.cb-excerpt.hpr.-video .video img,
.cb-excerpt.hpr.-video .video .iframe,
.cb-excerpt.hpr.-video .video .fb-video {
  display: block;
  width: 100%;
}
.cb-excerpt.hpr.-large {
  text-align: center;
}
.cb-excerpt.hpr.-large .cat {
  margin-bottom: 6px;
}
.cb-excerpt.hpr.-large .excerpt-body {
  margin-bottom: 30px;
}
.cb-excerpt.hpr.-large .meta-items {
  float: none !important;
  display: inline-block;
}
.cb-excerpt.hpr.-large .meta-items .meta-item {
  margin: 0 1.5em;
  float: left;
}
.cb-excerpt.hpr.-large.-thumb .excerpt-content {
  margin: 0 0 19px;
}
.cb-excerpt.hpr.-large.-thumb .cb-image {
  margin: 0;
  display: block;
  float: none;
  width: 100%;
}
.cb-excerpt.hpr.-large.-thumb .cb-image img {
  display: block;
  width: 100%;
  height: auto;
}
.cb-excerpt.hpr.-large.-thumb .cb-image .photo-credit {
  display: block;
}
.cb-excerpt.hpr.-large.-deck .deck {
  padding-top: 24px;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.cb-excerpt.hpr.-light {
  color: #999;
}
.cb-excerpt.hpr.-light .article-title {
  color: white;
}
.cb-excerpt.hpr.-light .meta-items {
  color: #999;
}
.cb-excerpt.hpr.-light .cb-byline,
.cb-excerpt.hpr.-light .comment-count {
  color: #999;
}
.cb-excerpt.hpr.-light .cb-richtext {
  color: #999;
}
.cb-excerpt.hpr.-project .excerpt-body {
  margin-bottom: 0;
}
.cb-excerpt.hpr.-project .excerpt-body.-chapters {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .cb-excerpt.hpr {
    margin-bottom: 35px;
  }
  .cb-excerpt.hpr .excerpt-body {
    margin-bottom: 10px;
  }
  .cb-excerpt.hpr.-large {
    text-align: left;
  }
  .cb-excerpt.hpr.-large .meta-items {
    display: block;
  }
  .cb-excerpt.hpr.-large .meta-items .meta-item {
    margin: 0;
  }
  .cb-excerpt.hpr.-large .excerpt-body {
    margin-bottom: 15px;
  }
  .cb-excerpt.hpr.-large .excerpt-body .article-title {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
  }
  .cb-excerpt.hpr.-large.-thumb .cb-image {
    float: right;
    width: 100px;
    margin-left: 1em;
    margin-bottom: .25em;
  }
  .cb-excerpt.hpr.-large.-thumb .cb-image .photo-credit {
    display: none;
  }
  .cb-excerpt.hpr.-large.-thumb .excerpt-content {
    margin-bottom: 12px;
  }
  .cb-excerpt.hpr.-large.-deck .deck {
    padding-top: 6px;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-f3 .cols .col.-main {
    border: none;
    margin: 0;
    padding: 0;
  }
  body.mobs-a .cb-f3.-break .cols .col {
    border: none;
    margin: 0;
    padding: 0;
  }
  body.mobs-a .cb-excerpt.hpr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em;
    margin: 0 0 1em;
  }
  body.mobs-a .cb-excerpt.hpr .cb-image.bg {
    width: 53px;
    height: 53px;
  }
  body.mobs-a .cb-excerpt.hpr.-video .excerpt-body {
    float: right;
    width: 40%;
  }
  body.mobs-a .cb-excerpt.hpr.-video .excerpt-header {
    margin: 0;
  }
  body.mobs-a .cb-excerpt.hpr.-video .article-title {
    float: left;
    width: 60%;
    padding-right: 10px;
  }
  body.mobs-a .cb-excerpt.hpr.-large .excerpt-body {
    margin: 0 0 8px;
  }
  body.mobs-a .cb-excerpt.hpr.-large .excerpt-content {
    margin: 0;
  }
  body.mobs-a .cb-excerpt.hpr.-brief.-thumb.-nocontent {
    border-bottom: none;
    margin: 0;
  }
  body.mobs-a .cb-excerpt.hpr.-brief.-thumb.-nocontent img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.mobs-a .cb-excerpt.hpr.-large .excerpt-body .article-title {
    float: left;
    width: 70%;
    font-size: 29px;
    font-weight: 600;
    line-height: 32px;
    padding-right: 10px;
    margin: 0;
  }
  body.mobs-a .cb-excerpt.hpr.-large .excerpt-body .cb-image {
    float: right;
    margin: 0;
    width: 30%;
  }
  body.mobs-a .cb-excerpt.hpr.-large.-deck .deck {
    display: none;
  }
  body.mobs-a .cb-excerpt.hpr.-brief.-thumb.-content .excerpt-body .cb-image {
    display: none;
  }
  body.mobs-a .col.-small.-right .cb-excerpts .cb-excerpt:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-f3 .cols .col.-main {
    border: none;
    margin: 0;
    padding: 0;
  }
  body.mobs-b .cb-f3 .cols .col.-small > .scroll {
    overflow: visible;
  }
  body.mobs-b .cb-f3.-break .cols .col {
    border: none;
    margin: 0;
    padding: 0;
  }
  body.mobs-b .cb-excerpt.hpr {
    margin: 0;
    border-top: 1px solid #E5E3DD;
    padding: 12px 0;
  }
  body.mobs-b .cb-excerpt.hpr .cb-discussion-flag {
    display: none;
  }
  body.mobs-b .cb-excerpt.hpr.-large,
  body.mobs-b .cb-excerpt.hpr.-no-bord {
    border-top: none;
    padding: 12px 0 32px 0;
  }
  body.mobs-b .cb-excerpt.hpr .mobile-footer {
    display: block;
  }
  body.mobs-b .cb-excerpt.hpr .excerpt-body {
    margin: 0;
  }
  body.mobs-b .cb-excerpt.hpr .excerpt-footer {
    display: none;
  }
  body.mobs-b .cb-excerpt.hpr.-large .excerpt-content {
    margin: 0;
  }
  body.mobs-b .cb-excerpt.hpr.-brief.-thumb.-nocontent {
    border-bottom: none;
    margin: 0;
  }
  body.mobs-b .cb-excerpt.hpr.-brief.-thumb.-nocontent img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.mobs-b .cb-excerpt.hpr.-large .excerpt-body .article-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 31px;
    margin: 0 0 .5em;
    text-align: center;
  }
  body.mobs-b .cb-excerpt.hpr.-large .excerpt-body .cb-image {
    float: none;
    width: auto;
    min-width: 100%;
    margin: 0 0 .5em;
  }
  body.mobs-b .cb-excerpt.hpr.-brief.-thumb.-content .excerpt-body .cb-image {
    display: none;
  }
  body.mobs-b .cb-excerpt.hpr.-thumb .cb-image.bg {
    display: none;
    float: none;
    margin: 0;
    height: auto;
    width: auto;
    padding-top: 10px;
    margin-left: -24px;
    margin-right: -24px;
  }
  body.mobs-b .cb-excerpt.hpr.-thumb .cb-image.bg img {
    opacity: 1;
  }
  body.mobs-b .col.-small.-right .cb-excerpts .cb-excerpt:last-child {
    border-bottom: none;
  }
}
.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.333%;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: none;
}
.cb-excerpt.media .article-title {
  font-weight: 600;
}
.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.-full-width {
  float: none;
  width: 100%;
}
.cb-excerpt.media.-full-width .align.scroll,
.cb-excerpt.media.-full-width .align .scroll-inner {
  min-height: 0;
  max-width: none;
  height: auto !important;
}
.cb-excerpt.media .tile-count .comment-count {
  font-size: 15px;
}
.cb-excerpt.media .tile-count .comment-count .var {
  font-size: 16px;
  padding-left: 8px;
  color: #666;
}
.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 .top-label a:hover {
  text-decoration: underline;
}
.cb-excerpt.media .body {
  padding: 21px 26px 30px;
}
.cb-excerpt.media .body .headline {
  font-weight: 600;
  margin-bottom: 30px;
}
.cb-excerpt.media .body .thumbnail2 {
  display: none;
}
.cb-excerpt.media .body .spacer {
  padding: 17px 0 30px;
}
.cb-excerpt.media .body .cb-richtext {
  font-size: 16px;
  margin: -5px 0 16px;
}
.cb-excerpt.media .body .cb-richtext.-stretch-only {
  display: none;
}
.cb-excerpt.media .body .cb-richtext.-xmarg {
  margin: 0;
}
.cb-excerpt.media .body .cb-richtext p {
  margin: 1em 0;
}
.cb-excerpt.media .body .cb-richtext p:first-of-type {
  margin-top: 0;
}
.cb-excerpt.media .body .cb-richtext 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 .align.-stretched .body .cb-richtext.-stretch-only {
  display: block;
}
.cb-excerpt.media .comments {
  float: right;
}
.cb-excerpt.media .loading {
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  font-size: .8em;
  padding: 2em 0;
}
@media screen and (max-width: 1024px) {
  .cb-excerpt.media .body {
    padding: 21px 21px 34px;
  }
}
.cb-excerpt.media .thumbnail {
  display: none;
}
.cb-excerpt.media .sizer {
  min-height: 450px;
}
.cb-excerpt.media .article-title {
  margin-bottom: 17px;
}
.cb-excerpt.media .body {
  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%);
  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%);
  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 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cb-excerpt.media .body .main-category {
  color: #ff5831 !important;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
.cb-excerpt.media .comment-count {
  position: absolute;
  bottom: 16px;
  right: 22px;
  color: white;
  font-weight: normal;
}
.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-richtext {
  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 {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1em;
}
.cb-excerpt:before,
.cb-excerpt:after {
  content: "";
  display: table;
}
.cb-excerpt:after {
  clear: both;
}
.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: #ff5831;
  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.35em;
  margin: 0 0 .25em;
}
.cb-excerpt .body .cb-byline {
  font-size: 1em;
  line-height: 2;
  margin: 0 0 3px;
}
.cb-excerpt.no-thumb .body {
  margin-left: 0;
}
.cb-excerpt.-iframe .iframe > div,
.cb-excerpt.-iframe .iframe > p {
  display: none;
}
.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 {
  /* ie 6/7 */
  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: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: #ff5831;
  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.35em;
  margin: 0 0 .25em;
}
.cb-var-excerpt-large .body .cb-byline {
  font-size: 1em;
  line-height: 2;
  margin: 0 0 3px;
}
.cb-var-excerpt-large.no-thumb .body {
  margin-left: 0;
}
.cb-var-excerpt-large.-iframe .iframe > div,
.cb-var-excerpt-large.-iframe .iframe > p {
  display: none;
}
.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%;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-excerpt .excerpt-content .cb-richtext {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-excerpt .excerpt-content .cb-richtext {
    display: none;
  }
}
.cb-menu.cb-menu-header {
  font-weight: bold;
  font-size: 1.1em;
}
#menu {
  background: #25292b;
  color: white;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  left: 0;
  top: 0;
  height: 100%;
  width: 300px;
  box-shadow: 5px 0px 30px -5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
  padding-bottom: 100px;
}
#menu .logo {
  display: block;
  padding: 2em;
  border-bottom: 1px solid #2a2d2f;
}
#menu .close-btn {
  opacity: .25;
  font-size: 35px;
  color: white;
  position: absolute;
  bottom: 35px;
  right: 20px;
}
#menu .close-menu {
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
#menu .close-menu i {
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#menu ul {
  margin: 0 0 30px 0;
}
#menu ul li {
  display: block;
}
#menu ul li a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#menu ul li.pregnant .fa {
  margin-left: 3px;
  -webkit-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
}
#menu ul li.pregnant ul.submenu {
  padding: 0;
  margin: 0;
  box-shadow: none;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  background: transparent;
  font-size: 15px;
  display: block;
  display: none;
  color: rgba(255, 255, 255, 0.8);
}
#menu ul li.pregnant ul.submenu li {
  margin: 0;
  padding: 0;
}
#menu ul li.pregnant ul.submenu li a {
  font-size: 15px;
  border: none;
  padding: 9px 16px 9px 30px;
}
#menu ul li.pregnant ul.submenu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 18px;
}
#menu ul li.pregnant.-open a.nav-main-link {
  border-bottom-color: transparent;
  padding-bottom: 10px;
}
#menu ul li.pregnant.-open .fa {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: .5;
}
#menu ul li.pregnant.-open ul.submenu {
  display: block;
}
#menu ul li .title {
  display: block;
  line-height: 1.3;
}
#menu ul li small {
  display: none;
  color: #85888d;
  line-height: 1.2;
}
#menu ul li.mobile-cta a {
  display: block;
  background: #ff5831;
  text-transform: uppercase;
  border-bottom: none;
  text-align: center;
  margin: 0 0 .25em;
  padding: 0 16px;
  height: 70px;
  padding: 25px 0;
  font-size: 16px;
}
body.admin-bar #menu {
  top: 32px;
}
.cb-menu.primary .menu .menu-item {
  float: left;
}
.cb-menu.primary .menu .menu-item .menu-item-link {
  float: left;
  display: block;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 75px;
  -webkit-transition: 0.4s;
       -o-transition: 0.4s;
          transition: 0.4s;
  padding: 0 20px;
  color: #B6BFBF;
}
.cb-menu.primary .menu .menu-item .menu-item-link:hover {
  color: #EFEFEF;
}
.cb-menu.primary .menu .menu-item.open .menu-item-link {
  background: #606970;
  color: white;
  position: relative;
  z-index: 1;
  padding: 0 26px;
}
.cb-menu.primary .menu .menu-item.float-right {
  float: right;
}
.cb-menu.primary .menu .menu-item.cta .menu-item-link {
  font-size: 16px;
  font-weight: 600;
  background-color: #ff5831;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 37px;
  text-align: center;
}
.cb-menu.primary .menu .menu-item.bord,
.cb-menu.primary .menu .menu-item.bordl {
  border-left: 1px solid #25292b;
}
.cb-menu.primary .menu .menu-item.bord,
.cb-menu.primary .menu .menu-item.bordr {
  border-right: 1px solid #25292b;
}
.cb-menu.primary .menu .menu-item.big-icon .menu-item-link {
  font-size: 24px;
  padding: 0 37px;
}
.cb-menu.primary .menu .menu-item.big-icon .menu-item-link:hover {
  color: white;
}
.cb-menu.primary .menu .menu-item.big-icon:first-of-type .menu-item-link {
  padding-left: 0;
}
.cb-menu.primary .menu .menu-item.mobile {
  display: none;
}
.cb-menu.primary .menu.on-left {
  float: none;
  display: block;
  text-align: center;
  margin-left: -75px;
}
.cb-menu.primary .menu.on-left li {
  display: inline-block;
  float: none;
  text-align: left;
}
.cb-menu.primary .menu.on-right {
  position: absolute;
  right: 0;
  top: 0;
}
.cb-menu.primary .slideout {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
}
.cb-menu.primary .slideout .logo-round.-mobile {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 600px) {
  .cb-menu.primary .slideout .logo-round.-mobile {
    display: block;
  }
}
.cb-menu.primary .slideout .align {
  background: #25292B;
  height: 100%;
  text-align: right;
  padding: 17px 10px;
  position: relative;
}
.cb-menu.primary .slideout .social {
  color: white;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  min-width: 60px;
  padding: 0 20px;
  background: #3b5998;
  text-align: center;
  text-transform: uppercase;
}
.cb-menu.primary .slideout .social .ic {
  font-size: 20px;
}
.cb-menu.primary .slideout .social.-reddit {
  background: #FF5700;
}
.cb-menu.primary .slideout .social.-twitter {
  background: #0084b4;
}
.cb-menu.primary .slideout .social.-mail {
  background: #efefef;
  color: #333;
}
.cb-menu.primary .slideout.visible {
  display: block;
}
@media screen and (max-width: 600px) {
  .cb-menu.primary .slideout {
    left: 50px;
  }
  .cb-menu.primary .slideout .align {
    padding: 10px 10px;
  }
}
.cb-menu.primary .cb-menu-child {
  display: none;
  box-shadow: -10px 1px 15px 0px rgba(0, 0, 0, 0.1);
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #363b3f;
  padding: 0 10px;
}
.cb-menu.primary .cb-menu-child .menu-column {
  float: left;
  width: 20%;
  border-right: 1px solid #f0f0f1;
  padding: 19px 30px 25px;
}
.cb-menu.primary .cb-menu-child .menu-column:first-child {
  border-left: 1px solid #f0f0f1;
}
.cb-menu.primary .cb-menu-child .menu-column .column-category {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.cb-menu.primary .cb-menu-child .menu-column .column-category .label {
  display: block;
  overflow: hidden;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-menu.primary .cb-menu-child .menu-column .column-category .label span {
  float: left;
}
.cb-menu.primary .cb-menu-child .menu-column .column-category .label .label-arrow {
  float: right;
  color: #cfcfcf;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-menu.primary .cb-menu-child .menu-column .column-category .label:hover {
  color: #ff5831;
}
.cb-menu.primary .cb-menu-child .menu-column .column-category .label:hover .label-arrow {
  color: #ff5831;
  margin-right: 3px;
}
.cb-menu.primary .cb-menu-child .menu-column .column-excerpt .column-thumbnail {
  margin-bottom: 12px;
  position: relative;
}
.cb-menu.primary .cb-menu-child .menu-column .column-excerpt .column-thumbnail .cb-flags {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .65em;
}
.cb-menu.primary .cb-menu-child .menu-column .column-excerpt .column-title h2 {
  font-weight: normal;
  color: black;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 7px;
}
.cb-menu.primary .cb-menu-child .menu-column .column-excerpt .column-date time {
  text-transform: uppercase;
  color: #888888;
  font-size: 12px;
}
.cb-menu.primary .cb-menu-child .menu-column.nav {
  border: none;
  padding-bottom: 0;
  cursor: default;
  padding-bottom: 30px;
}
.cb-menu.primary .cb-menu-child .menu-column.nav ul {
  border-right: 1px solid #f0f0f1;
  padding: 10px 10px 30px 0;
}
.cb-menu.primary .cb-menu-child .menu-column.nav ul li {
  display: block;
  margin-bottom: 25px;
}
.cb-menu.primary .cb-menu-child .menu-column.nav ul li h4 {
  font-size: 18px;
  margin: 0;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-menu.primary .cb-menu-child .menu-column.nav ul li h4:hover {
  color: #ff5831;
}
.cb-menu.primary .cb-menu-child .menu-column.nav ul li small {
  font-size: 14px;
}
.cb-menu.primary .cb-menu-child .menu-column.nav ul li:last-child {
  margin-bottom: 0;
}
.cb-menu.primary .cb-menu-child .menu-column.commentary {
  border: none;
}
.cb-menu.primary .cb-menu-child .menu-column.commentary .column-title h2 {
  font-size: 15px;
  font-weight: bold;
}
.cb-menu.primary .cb-menu-child .menu-column.project {
  border: none;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
}
.cb-menu.primary .cb-menu-child .menu-column.project .column-thumbnail {
  margin-bottom: 15px;
  width: 80px;
}
.cb-menu.primary .cb-menu-child .menu-column.project .column-title h2 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 8px;
}
.cb-menu.primary .cb-menu-child .menu-column.project .column-description {
  font-size: 13px;
  line-height: 1.45;
  color: #212121;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all {
  padding-bottom: 30px;
  float: right;
  text-align: right;
  width: 100% !important;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all .column-thumbnail {
  font-weight: bold;
  position: relative;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all .column-thumbnail img {
  display: block;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all .label-align {
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  font-weight: bold;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all .label-align .fa {
  margin-left: .25em;
  -webkit-transition: margin .3s;
       -o-transition: margin .3s;
          transition: margin .3s;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all a:hover img {
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
  opacity: .75;
}
.cb-menu.primary .cb-menu-child .menu-column.project.see-all a:hover .label-align {
  color: #ff5831;
}
@media screen and (max-width: 1100px) {
  .cb-menu.primary .cb-menu-child .menu-column {
    width: 25%;
  }
  .cb-menu.primary .cb-menu-child .menu-column.large-screen {
    display: none;
  }
}
.cb-menu.primary .cb-menu-child.five-col .menu-column {
  width: 19%;
  padding-top: 30px;
}
.cb-menu.primary .cb-menu-child.five-col .menu-column.nav {
  width: 23%;
}
@media screen and (max-width: 1100px) {
  .cb-menu.primary .cb-menu-child.five-col .menu-column {
    width: 23%;
  }
  .cb-menu.primary .cb-menu-child.five-col .menu-column.large-screen {
    display: none;
  }
  .cb-menu.primary .cb-menu-child.five-col .menu-column.nav {
    width: 31%;
  }
}
.cb-menu.primary .cb-menu-child.five-col.no-nav .menu-column {
  width: 20%;
}
@media screen and (max-width: 1100px) {
  .cb-menu.primary .cb-menu-child.five-col.no-nav .menu-column {
    width: 25%;
  }
}
.cb-menu.social {
  color: #363b3f;
}
.cb-menu.social ul.menu {
  font-size: 18px;
}
.cb-menu.social ul.menu li.nav-main-item {
  /*
            &.facebook a:hover {
                color: #3b5998;
            }
            &.twitter a:hover {
                color: #00aced;
            }
            &.instagram a:hover {
                color: #517fa4;
            }
            &.rss a:hover {
                color: #ff9900;
            }
            */
}
.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:hover {
  color: #ff5831;
}
.cb-menu.utility {
  height: 28px;
}
.cb-menu.utility .menu .menu-item {
  float: left;
  padding: 0 12px;
}
.cb-menu.utility .menu .menu-item.bord-left {
  border-left: 1px solid #25292B;
}
.cb-menu.utility .menu .menu-item.bord-right {
  border-right: 1px solid #25292B;
}
.cb-menu.utility .menu .menu-item.pad,
.cb-menu.utility .menu .menu-item.padr {
  padding-right: 16px;
}
.cb-menu.utility .menu .menu-item.pad,
.cb-menu.utility .menu .menu-item.padl {
  padding-left: 16px;
}
.cb-menu.utility .menu .menu-item.pregnant .see-children {
  margin-left: 2px;
  opacity: .5;
}
.cb-menu.utility .menu .menu-item.pregnant .submenu {
  text-align: left !important;
  display: none;
  position: absolute;
  background: #111;
  min-width: 280px;
  z-index: 999;
  margin-left: -12px;
  padding: .75em 0;
}
.cb-menu.utility .menu .menu-item.pregnant .submenu .menu .menu-item {
  float: none;
  margin: 0;
  padding: 0;
}
.cb-menu.utility .menu .menu-item.pregnant .submenu .menu .menu-item .menu-item-link {
  display: block;
  padding: 0 1em;
}
.cb-menu.utility .menu .menu-item.pregnant .submenu .menu .menu-item:last-child .menu-item-link {
  border-bottom: none;
}
.cb-menu.utility .menu .menu-item.pregnant:hover {
  background: #111;
  border-left: none;
  border-right: none;
}
.cb-menu.utility .menu .menu-item.pregnant:hover .submenu {
  display: block;
}
.cb-menu.utility .menu .menu-item.pregnant:hover .submenu .menu-item .menu-item-link {
  color: #b1b1b1 !important;
}
.cb-menu.utility .menu .menu-item.pregnant:hover .submenu .menu-item .menu-item-link:hover {
  color: white !important;
}
.cb-menu.utility .menu .menu-item.icon {
  padding: 0 9px;
}
.cb-menu.utility .menu .menu-item.icon > .menu-item-link > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.cb-menu.utility .menu .menu-item.icon.pad-left {
  padding-left: 16px;
}
.cb-menu.utility .menu .menu-item.icon.pad-right {
  padding-right: 16px;
}
.cb-menu.utility .menu .menu-item.icon .menu-item-link {
  font-size: 16px;
}
.cb-menu.utility .menu .menu-item.icon:hover .menu-item-icon {
  color: white !important;
}
.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: #ff5831;
}
.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;
  content: "\f06d";
  display: inline-block;
}
.cb-menu ul li.nav-main-item.fire a.nav-main-link:before.fa-pull-left,
.cb-menu ul li.nav-delim.fire a.nav-main-link:before.fa-pull-left {
  margin-right: .3em;
}
.cb-menu ul li.nav-main-item.fire a.nav-main-link:before.fa-pull-right,
.cb-menu ul li.nav-delim.fire a.nav-main-link:before.fa-pull-right {
  margin-left: .3em;
}
.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 {
  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 #f4f4f4;
  padding: 1em;
}
.cb-menu.box ul.menu li.nav-main-item:first-child {
  border-top: 1px solid #f4f4f4;
}
.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-tile.category .align.scroll {
  min-height: 500px;
}
.cb-tile.category .body {
  padding: 1.25em 1em .4em;
}
.cb-tile.category .top-label {
  color: #ff5831;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 6px;
}
.cb-tile.category .top-label .prefixes {
  font-weight: 500;
}
.cb-tile.category .top-label.-large {
  font-size: 24px;
  line-height: 29px;
}
@media screen and (max-width: 750px) {
  .cb-tile.category .top-label.-large {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
  }
}
.cb-tile.category .top-label.w-sponsor {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  border-bottom: 1px solid #f4f4f4;
  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: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;
  border-bottom: 1px solid #E5E3DD;
}
.cb-tile.category ul.cat-items li.cat-item {
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.cb-tile.category ul.cat-items li.cat-item .cat-item-title {
  line-height: 1.2;
  font-size: 1.1em;
  color: #363b3f;
  margin: 0 0 .3em;
}
.cb-tile.category ul.cat-items li.cat-item .cb-byline {
  margin: .1em 0;
}
.cb-tile.category ul.cat-items li.cat-item .comments {
  font-weight: normal;
  float: right;
  opacity: .8;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-left: .5em;
  font-size: 90%;
}
.cb-tile.category .carousel {
  padding-top: 16px;
}
.cb-tile.category .carousel .top-label {
  margin-bottom: 10px;
}
.cb-stream.two-col .cb-tile.category {
  font-size: 1.1em;
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-tile .top-label {
    font-size: 21px;
    font-weight: 500;
  }
}
.cb-tile.connections .body,
.cb-tile.videos .body {
  padding: 1.5em 1.2em 2.5em;
}
.cb-tile.connections .body .connections-header,
.cb-tile.videos .body .connections-header {
  text-align: center;
  padding: 0 0 1.5em;
}
.cb-tile.connections .body .connections-header .connections-title,
.cb-tile.videos .body .connections-header .connections-title {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.7;
}
.cb-tile.connections .body .connections-header small,
.cb-tile.videos .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,
.cb-tile.videos .body .connections-header .thumbnail img {
  -webkit-transition: .1s;
       -o-transition: .1s;
          transition: .1s;
}
.cb-tile.connections .body .connections-header .thumbnail img:hover,
.cb-tile.videos .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,
.cb-tile.videos .body .connections-posts .connections-row {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1em;
}
.cb-tile.connections .body .connections-posts .connections-row:before,
.cb-tile.videos .body .connections-posts .connections-row:before,
.cb-tile.connections .body .connections-posts .connections-row:after,
.cb-tile.videos .body .connections-posts .connections-row:after {
  content: "";
  display: table;
}
.cb-tile.connections .body .connections-posts .connections-row:after,
.cb-tile.videos .body .connections-posts .connections-row:after {
  clear: both;
}
.cb-tile.connections .body .connections-posts .connections-row:before,
.cb-tile.videos .body .connections-posts .connections-row:before,
.cb-tile.connections .body .connections-posts .connections-row:after,
.cb-tile.videos .body .connections-posts .connections-row:after {
  content: "";
  display: table;
}
.cb-tile.connections .body .connections-posts .connections-row:after,
.cb-tile.videos .body .connections-posts .connections-row:after {
  clear: both;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post,
.cb-tile.videos .body .connections-posts .connections-row .connections-post {
  float: left;
  width: 50%;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post:first-child,
.cb-tile.videos .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,
.cb-tile.videos .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,
.cb-tile.videos .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,
.cb-tile.videos .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,
.cb-tile.videos .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,
.cb-tile.videos .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,
.cb-tile.videos .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.dynamic .align {
  padding: 0;
  padding-bottom: 42px;
  font-size: 15px;
}
.cb-tile.dynamic .align img {
  max-width: 100%;
  display: block;
}
.cb-tile.dynamic .align a {
  color: #ff5831;
  font-weight: bold;
}
.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: #ff5831 !important;
  margin: 0;
}
.cb-tile.face header .cb-richtext 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;
  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: 'proxima-nova', Helvetica, sans-serif;
  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: #ff5831;
}
.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 {
  /* ie 6/7 */
  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: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 40px;
}
.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 .5em .5em;
  width: 75px;
}
.cb-stream.three-col .cb-tile.full-width .byline-and-comment,
.cb-stream.feature.two-col .cb-tile.full-width .byline-and-comment {
  margin: 15px 0 0;
}
.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: 11px;
}
.cb-tile.half-height .align .half-height-posts .half-height-post:last-child {
  padding-top: 11px;
}
.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;
  /* ie 6/7 */
  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: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 {
  display: none;
}
.cb-tile.media .sizer,
.cb-var-tile-media .sizer {
  min-height: 450px;
}
.cb-tile.media .article-title,
.cb-var-tile-media .article-title {
  margin-bottom: 17px;
}
.cb-tile.media .body,
.cb-var-tile-media .body {
  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%);
  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%);
  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 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cb-tile.media .body .main-category,
.cb-var-tile-media .body .main-category {
  color: #ff5831 !important;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
.cb-tile.media .comment-count,
.cb-var-tile-media .comment-count {
  position: absolute;
  bottom: 16px;
  right: 22px;
  color: white;
  font-weight: normal;
}
.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: 1.25em 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: .95em;
}
.cb-tile.news ul.news-items li.news-item {
  padding: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #E5E3DD;
}
.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 {
  color: #363b3f;
  margin: 0 0 .3em;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin: 0;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext:before,
.cb-tile.news ul.news-items li.news-item .cb-richtext:after {
  content: "";
  display: table;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext:after {
  clear: both;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext:before,
.cb-tile.news ul.news-items li.news-item .cb-richtext:after {
  content: "";
  display: table;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext:after {
  clear: both;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext.with-thumb .thumbnail {
  float: left;
  width: 3.8em;
  height: 3.8em;
  margin-top: .2em;
  margin-right: .65em;
  margin-bottom: .1em;
}
.cb-tile.news ul.news-items li.news-item .cb-richtext.with-thumb .thumbnail .thumb {
  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 {
  font-size: 23px;
  margin: 0;
  font-weight: 400;
}
.cb-tile.opinion .header small {
  font-style: italic;
  font-size: .85em;
  display: block;
}
.cb-tile.opinion .body {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  padding: 0 1.5em 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: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 .cb-byline cite {
  display: block;
}
.cb-tile.opinion .body .articles .opinion .opinion-align .cb-byline time {
  display: block;
}
.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 {
  position: relative;
}
.cb-tile.podcast .featured-podcast .comments {
  position: relative;
  right: auto;
  bottom: auto;
}
.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: 100px;
  margin: 0 1em .5em 0;
}
.cb-tile.podcast .featured-podcast .cb-excerpt.thumb .cb-image .photo-credit {
  display: none;
}
.cb-tile.podcast .other-podcasts {
  background: #e8eef2;
  font-size: .75em;
}
.cb-tile.podcast .other-podcasts .podcast {
  border-bottom: 1px solid white;
  padding: 1em;
  display: table;
  width: 100%;
  /* ie 6/7 */
  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: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: top;
  position: relative;
}
.cb-tile.podcast .other-podcasts .podcast .table-cell.play {
  text-align: right;
}
.cb-tile.podcast .other-podcasts .podcast .comments {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: right;
  margin: 4px 1em .5em;
}
.cb-tile.podcast .other-podcasts .podcast .icon-button {
  text-transform: uppercase;
  color: #333 !important;
  padding: 0;
  width: auto;
  background: transparent;
}
.cb-tile.podcast .other-podcasts .podcast .icon-button .fa {
  background: #999;
  color: white !important;
  padding: 0;
  width: 28px;
  text-align: center;
  float: left;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-tile.podcast .other-podcasts .podcast .icon-button:hover .fa {
  background: #ff5831;
}
.cb-tile.podcast .other-podcasts .podcast .icon-button span {
  margin: 0;
}
.cb-tile.podcast .other-podcasts .podcast:last-child {
  border-bottom: none;
}
.cb-tile.podcast .other-podcasts .podcast .cb-byline {
  margin: 0;
  padding: 0;
}
.cb-tile.podcast .other-podcasts .podcast .cb-richtext {
  display: none;
}
.cb-tile.podcast .podcast-link {
  padding: .8em 1.5em;
  text-align: right;
}
.cb-tile.podcast .podcast-link a {
  font-size: .8em;
}
.cb-tile.podcast .podcast-link a .fa {
  margin-left: .25em;
  opacity: .5;
}
.cb-tile.podcast .podcast-link a:hover {
  color: #ff5831;
}
.cb-tile.popular .body {
  padding: 1em;
}
.cb-tile.popular .list {
  font-weight: bold;
  color: #ff5831;
}
.cb-tile.popular .list .item {
  margin-bottom: 1em;
}
.cb-tile.popular .list .item .num {
  float: left;
  font-size: 20px;
  line-height: 23px;
  vertical-align: middle;
}
.cb-tile.popular .list .item .title {
  color: black;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-left: 40px;
  vertical-align: middle;
}
.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;
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-tile.popular .body {
    padding: 20px;
  }
  body.mobs-a .cb-tile.popular .body .list .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.mobs-a .cb-tile.popular .body .list .item .title {
    font-size: 18px;
  }
  body.mobs-a .cb-tile.popular .body .list .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-tile.popular .body {
    padding: 16px 10px !important;
  }
  body.mobs-b .cb-tile.popular .body .list .item {
    padding-bottom: 16px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.mobs-b .cb-tile.popular .body .list .item .title {
    font-size: 17px;
  }
}
.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-richtext {
  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: #ff5831;
}
.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: #ff5831;
  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 {
  color: #ff5831;
}
.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;
  color: white;
}
.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: #ff5831;
  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: #ff5831;
  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: #f4f4f4;
}
.cb-stream.one-col .cb-tile.twitter {
  display: none;
}
.cb-tile.video .tile-thumbnail.-icon-overlay {
  position: relative;
}
.cb-tile.video .tile-thumbnail.-icon-overlay .ic {
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url("../images/play-icon@2x.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.cb-tile {
  font-size: 1em;
  float: left;
  width: 33.333%;
  position: relative;
  overflow: hidden;
}
.cb-tile .article-title {
  font-weight: 600;
}
.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.-full-width {
  float: none;
  width: 100%;
}
.cb-tile.-full-width .align.scroll,
.cb-tile.-full-width .align .scroll-inner {
  min-height: 0;
  max-width: none;
  height: auto !important;
}
.cb-tile .tile-count .comment-count {
  font-size: 15px;
}
.cb-tile .tile-count .comment-count .var {
  font-size: 16px;
  padding-left: 8px;
  color: #666;
}
.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 .top-label a:hover {
  text-decoration: underline;
}
.cb-tile .body {
  padding: 21px 26px 30px;
}
.cb-tile .body .headline {
  font-weight: 600;
  margin-bottom: 30px;
}
.cb-tile .body .thumbnail2 {
  display: none;
}
.cb-tile .body .spacer {
  padding: 17px 0 30px;
}
.cb-tile .body .cb-richtext {
  font-size: 16px;
  margin: -5px 0 16px;
}
.cb-tile .body .cb-richtext.-stretch-only {
  display: none;
}
.cb-tile .body .cb-richtext.-xmarg {
  margin: 0;
}
.cb-tile .body .cb-richtext p {
  margin: 1em 0;
}
.cb-tile .body .cb-richtext p:first-of-type {
  margin-top: 0;
}
.cb-tile .body .cb-richtext 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 .align.-stretched .body .cb-richtext.-stretch-only {
  display: block;
}
.cb-tile .comments {
  float: right;
}
.cb-tile .loading {
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  font-size: .8em;
  padding: 2em 0;
}
@media screen and (max-width: 1024px) {
  .cb-tile .body {
    padding: 21px 21px 34px;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-tile {
    overflow: hidden;
  }
  body.mobs-b .cb-tile .align {
    padding: 10px;
  }
  body.mobs-b .cb-tile .cb-image {
    margin: 0 0 0 10px !important;
  }
  body.mobs-b .cb-tile .body {
    padding: 0;
  }
  body.mobs-b .cb-tile .body .cb-discussion-flag {
    display: none;
  }
  body.mobs-b .cb-tile .body .main-category {
    display: none;
  }
  body.mobs-b .cb-tile .body .article-title {
    font-size: 17px;
    line-height: 20px;
  }
  body.mobs-b .cb-tile .body .cb-byline cite {
    display: none;
  }
  body.mobs-b .cb-tile .body .delim {
    display: none;
  }
}
.cb-tile.text .alignright,
.cb-tile.text .alignleft {
  max-width: 50%;
  width: 160px;
  margin: 0 12px .5em;
}
.cb-tile.text .alignright img,
.cb-tile.text .alignleft img {
  height: auto;
}
.cb-about-authors .authors {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-about-authors .authors .author {
  /* ie 6/7 */
  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: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: 100px;
  margin-right: .8em;
  margin-bottom: .1em;
}
.cb-about-authors .authors .author .thumbnail img {
  display: block;
  width: 100%;
}
.cb-about-authors .authors .author .author-align.w-thumb {
  margin-left: 124px;
}
.cb-about-authors .authors .author .author-align .author-title {
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.cb-about-authors .authors .author .author-align .author-name {
  font-size: 18px;
  color: #25292B;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.cb-about-authors .authors .author .author-align .author-name .social-icons {
  font-weight: normal;
  display: inline-block;
  font-size: .75em;
  -webkit-transition: .25s;
       -o-transition: .25s;
          transition: .25s;
}
.cb-about-authors .authors .author .author-align .author-name .social-icons .social-icon {
  margin: 0 4px;
}
.cb-about-authors .authors .author .author-align .author-name .social-icons :hover {
  color: #ff5831;
}
.cb-about-authors .authors .author .author-align .author-bio {
  margin-bottom: 0.7em;
  font-size: 18px;
  color: #25292B;
}
.cb-about-authors .authors .author .author-align .rss-link {
  font-size: 18px;
  font-weight: bold;
  color: #1573CB;
  letter-spacing: 0;
}
.cb-about-authors .authors .author.nothumb .author-align {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .cb-about-authors .authors .author {
    font-size: 16px;
  }
  .cb-about-authors .authors .author .thumbnail {
    margin-right: 1em;
    margin-bottom: .5em;
  }
  .cb-about-authors .authors .author .author-align {
    margin-left: 0;
  }
  .cb-about-authors .authors .author .author-align .author-name {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 10px;
  }
  .cb-about-authors .authors .author .author-align .author-bio {
    font-size: 16px;
    line-height: 21px;
  }
  .cb-about-authors .authors .author .author-align .rss-link {
    font-size: 16px;
    line-height: 21px;
  }
}
.cb-about-homepage .content {
  table-layout: fixed;
  width: 100%;
}
.cb-about-homepage .content .cell.with-thumb {
  width: 460px;
  padding-left: 60px;
}
.cb-about-homepage .content .thumb {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .cb-about-homepage .content {
    display: block;
  }
  .cb-about-homepage .content .cell,
  .cb-about-homepage .content .cell.with-thumb {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  .cb-about-homepage .content .cell.with-thumb {
    padding-top: 45px;
    text-align: center;
  }
  .cb-about-homepage .content .cell.with-thumb img {
    width: 300px;
  }
}
.cb-about-homepage .about-tiles .row {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin: 0 0 22px;
}
.cb-about-homepage .about-tiles .row:before,
.cb-about-homepage .about-tiles .row:after {
  content: "";
  display: table;
}
.cb-about-homepage .about-tiles .row:after {
  clear: both;
}
.cb-about-homepage .about-tiles .row:before,
.cb-about-homepage .about-tiles .row:after {
  content: "";
  display: table;
}
.cb-about-homepage .about-tiles .row:after {
  clear: both;
}
.cb-about-homepage .about-tiles .row:last-child {
  margin: 0;
}
.cb-about-homepage .about-tiles .tile {
  float: left;
  padding: 0 11px;
  margin: 0 0 22px;
}
.cb-about-homepage .about-tiles .tile .align {
  background: white;
}
.cb-about-homepage .about-tiles .tile .align .thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 250px;
}
.cb-about-homepage .about-tiles .tile .align .thumb img {
  display: none;
}
.cb-about-homepage .about-tiles .tile .align .below-thumb {
  padding: 29px 29px 25px;
}
.cb-about-homepage .about-tiles .tile .align .below-thumb .title {
  font-size: 22px;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 10px;
}
.cb-about-homepage .about-tiles .tile .align .below-thumb .description {
  font-size: 15px;
  color: #1A1A1A;
}
.cb-about-homepage .about-tiles .tile .align .below-thumb .description > *:last-child {
  margin-bottom: 0 !important;
}
.cb-about-homepage .about-tiles.-threecol .row .tile {
  float: left;
  width: 33.33%;
}
@media screen and (max-width: 1000px) {
  .cb-about-homepage .about-tiles.-threecol .row {
    margin: 0;
  }
  .cb-about-homepage .about-tiles.-threecol .row .tile {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  .cb-about-homepage .about-tiles.-threecol .row .tile .thumb {
    background-image: none !important;
    height: auto !important;
  }
  .cb-about-homepage .about-tiles.-threecol .row .tile .thumb img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.literacy-resource-groups {
  padding-bottom: 40px;
}
.literacy-resource-group {
  border-bottom: 1px solid #E1E1E1;
  margin: 0 0 40px;
}
.literacy-resource-group:last-child {
  border-bottom: none;
}
.literacy-resource-group .resource-group-title {
  font-size: 24px;
  letter-spacing: 0;
}
.literacy-resource-group .resource-list:last-child {
  border-bottom: none;
}
.literacy-resource-group .resource-list .resource {
  margin: 0 0 60px;
}
.literacy-resource-group .resource-list .resource.-thumb .thumb {
  display: block;
  float: right;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
.literacy-resource-group .resource-list .resource.-thumb .thumb-align {
  margin-right: 150px;
  padding-right: 2em;
}
.literacy-resource-group .resource-list .resource .resource-title {
  font-size: 22px;
  font-weight: normal;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 16px;
}
.literacy-resource-group .resource-list .resource .cb-richtext {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 28px;
}
.cb-affixed-sponsor {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: .5em;
}
.cb-affixed-sponsor label {
  display: block;
  color: white;
  text-align: center;
  font-size: 12px;
  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 4px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.4;
}
.cb-archive-results h4.day-name {
  font-weight: normal;
  margin: 0 0 .3em;
  font-size: 1em;
  font-weight: bold;
  color: #ff5831;
}
.cb-archive-results .cb-image {
  display: none;
}
.cb-archive-results .cb-excerpt {
  margin-bottom: .8em;
  font-size: .9em;
}
.cb-archive-results .cb-excerpt .cb-richtext {
  display: none;
}
.cb-archive-results .body {
  margin-left: 2.1em;
}
.cb-archive-results .body .main-category {
  display: none;
}
.cb-archive-results .body h2.headline {
  margin: 0;
}
.cb-archive-results .months .days {
  padding-left: 1.5em;
}
.cb-archive-results .months .days .posts {
  padding-left: 1.5em;
}
.cb-awards .big-award {
  text-align: center;
  padding: 0 20px;
  font-size: 17px;
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto 115px;
}
.cb-awards .big-award img {
  margin: 0 0 15px;
}
.cb-awards .big-award h4,
.cb-awards .big-award h5 {
  font-weight: 400;
  margin: 0;
}
.cb-awards .big-award h4 {
  font-size: 24px;
}
.cb-awards .big-award h5 {
  font-size: 19px;
}
.cb-awards .awards-group {
  border-bottom: 1px solid #E5E3DD;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.cb-awards .awards-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.cb-awards .awards-group .title {
  text-align: center;
  margin: 0 0 40px;
}
.cb-awards .awards-group .title .cb-icon {
  margin: 0 0 10px;
}
.cb-awards .awards-group .title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #ff5831;
  letter-spacing: 0;
}
.cb-awards .awards-group .list .row {
  margin: 0 0 65px;
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
}
.cb-awards .awards-group .list .row:before,
.cb-awards .awards-group .list .row:after {
  content: "";
  display: table;
}
.cb-awards .awards-group .list .row:after {
  clear: both;
}
.cb-awards .awards-group .list .row:before,
.cb-awards .awards-group .list .row:after {
  content: "";
  display: table;
}
.cb-awards .awards-group .list .row:after {
  clear: both;
}
.cb-awards .awards-group .list .row.extra {
  display: none;
}
.cb-awards .awards-group .list .view-more {
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: #ff5831;
  font-size: 13px;
}
.cb-awards .awards-group .list .award {
  text-align: center;
  padding: 0 22px;
  font-size: 15px;
}
.cb-awards .awards-group .list .award h4,
.cb-awards .awards-group .list .award h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.cb-awards .awards-group .list .award h4 {
  font-size: 24px;
}
.cb-awards .awards-group .list .award h5 {
  font-size: 18px;
}
.cb-awards .awards-group .list .award .meta-items .item a {
  color: #003366;
  text-decoration: underline;
}
.cb-awards .awards-group .list.-twocol .row .award {
  float: left;
  width: 50%;
  margin: 0;
}
.cb-awards .awards-group .list.-twocol .row .award:first-child {
  padding-left: 0;
}
.cb-awards .awards-group .list.-twocol .row .award:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .cb-awards .awards-group .list.-twocol .row {
    margin: 0;
  }
  .cb-awards .awards-group .list.-twocol .row .award {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .cb-awards .awards-group .list.-twocol .view-more {
    margin-top: 0;
  }
}
.cb-fixed-overlay .fixed {
  width: 1236px;
  height: 600px;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.cb-fixed-overlay .unfixed {
  width: 100%;
  height: 600px;
}
.cb-bleedstick .wp-caption-source {
  display: none;
}
.cb-bleedstick .wp-caption-text {
  display: none !important;
}
.cb-richtext.bleedstick-affixed .overlays {
  z-index: 2;
  position: relative;
  font-size: 18px;
}
.cb-richtext.bleedstick-affixed .overlays > p {
  color: #FFFFFF;
  font-size: 18px;
  background: rgba(37, 41, 43, 0.9);
  line-height: 32px;
  border-left: 5px solid #FF552C;
  padding: 25px;
  margin: 0 0 1000px;
}
.cb-richtext.bleedstick-affixed .cb-bleedstick {
  z-index: 1;
}
.cb-richtext.bleedstick-affixed .cb-bleedstick .image-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
  content: "\f105";
  display: inline-block;
  margin: 0 .5em;
}
.cb-breadcrumbs li:after.fa-pull-left {
  margin-right: .3em;
}
.cb-breadcrumbs li:after.fa-pull-right {
  margin-left: .3em;
}
.cb-breadcrumbs li:after.pull-left {
  margin-right: .3em;
}
.cb-breadcrumbs li:after.pull-right {
  margin-left: .3em;
}
.cb-breadcrumbs li h1 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}
.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: black;
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
  display: block;
}
.cb-byline.-white {
  color: white;
}
.cb-byline.-large {
  font-size: 15px;
  font-weight: normal;
}
.cb-byline .delim {
  margin: 0 0.3em 0 -0.4em;
}
.cb-byline .comma {
  margin: 0 .2em 0 0;
  display: inline;
}
.cb-byline cite {
  font-style: normal;
}
.cb-byline cite.-nosocial {
  margin-right: .6em;
}
.cb-byline .social-icons {
  margin: 0 .6em 0 .1em;
}
.cb-byline .social-icons a {
  margin: 0 3px;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-byline .social-icons a:hover {
  color: #ff5831;
  text-decoration: none !important;
}
.cb-byline .contributor-level {
  text-transform: uppercase;
  color: green;
  margin: 0 .2em;
}
.cb-byline .author a:hover {
  text-decoration: underline;
}
.page-byline {
  padding: 10px 0 !important;
}
.page-byline .authors-and-share {
  jdisplay: block;
  overflow: hidden;
}
.page-byline .reading-time {
  display: block;
  overflow: hidden;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: black;
}
.page-byline .reading-time .ic {
  margin: 0 3px 0 0;
}
@media screen and (max-width: 600px) {
  .page-byline .reading-time {
    font-size: 16px;
    padding: 8px 0;
    display: block;
    overflow: hidden;
  }
}
.page-byline .byline-and-time {
  float: left;
}
.page-byline .cb-byline {
  float: none !important;
  padding: 0 !important;
  margin: 0 0 3px;
}
.page-byline .cb-share .addthis_default_style > a {
  margin-bottom: 0 !important;
  display: inline-block !important;
  clear: none !important;
}
.page-byline .cb-share .addthis_default_style > a.addthis_button_facebook_share {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .page-byline .cb-byline .delim {
    display: none;
  }
  .page-byline .cb-byline time {
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 10px 0 0;
  }
}
.cb-carousel-mini .pane {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.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: 1em 35px;
  text-align: center;
  color: white;
  font-size: 1em;
  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: #f4f4f4;
  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;
  opacity: 0;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-carousel .selected a.arrow.next {
  background-image: url('../images//carousel-right.png');
  left: auto;
  right: 1em;
}
.cb-carousel .selected a.arrow:hover {
  opacity: 1;
}
.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: #111;
  padding: 12px 1em;
  margin: 0;
  display: block;
  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;
  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 #ff5831;
  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;
}
.cbni-map {
  position: relative;
  overflow: hidden;
}
.cbni-map img.raster {
  display: block;
}
.cbni-map img.raster.-mobile {
  display: none;
}
.cbni-map #cbni-svg-map {
  display: block;
}
.cbni-map #cbni-map-container {
  width: 100%;
  height: 100%;
}
.cbni-map #cbni-map-container .start-button {
  cursor: pointer;
}
.cbni-map #cbni-map-container .boat {
  cursor: pointer;
  z-index: 100;
  position: relative;
}
.cbni-map #cbni-map-container .location {
  cursor: pointer;
  z-index: 90;
  position: relative;
}
.cbni-map #cbni-map-container .svg-pan-zoom-control {
  float: left;
  cursor: pointer;
  fill: #F4F4F4;
  fill-opacity: 1;
}
.cbni-map #cbni-map-container .svg-pan-zoom-control:hover {
  fill-opacity: 1;
}
.cbni-map #cbni-map-container .svg-pan-zoom-control-background {
  fill: transparent;
  fill-opacity: 0.5;
}
.cbni-map #cbni-map-container .svg-pan-zoom-control-background {
  fill-opacity: 0.8;
}
.cbni-map #cbni-map-thumb-container {
  position: relative;
  width: 300px;
  height: 165px;
  position: absolute;
  left: 40px;
  bottom: 30px;
  border: 4px solid #BA9465;
}
.cbni-map #cbni-map-thumb-container .cbni-map-thumb {
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 110;
  width: 100%;
  height: 100%;
}
.cbni-map #cbni-map-thumb-container #cbni-scope-container {
  z-index: 120;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .cbni-map #cbni-map-thumb-container {
    display: none;
  }
}
.cbni-map .cbni-slides {
  display: none;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 400px;
  background: white;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.6);
  font-family: Lato;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cbni-map .cbni-slides .slide-nav {
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  padding: 14px 20px;
  opacity: 0;
}
.cbni-map .cbni-slides .slide-nav .count {
  float: left;
  color: #FC3A20;
  line-height: 38px;
}
.cbni-map .cbni-slides .slide-nav .count .suffix {
  color: #333;
}
.cbni-map .cbni-slides .slide-nav .count var {
  font-style: normal;
}
.cbni-map .cbni-slides .slide-nav .toggle {
  display: none;
  float: right;
}
.cbni-map .cbni-slides .slide-nav .toggle .prev,
.cbni-map .cbni-slides .slide-nav .toggle .next {
  background: #F4F4F4;
  border: 1px solid #96A4A4;
  border-radius: 6px;
  font-size: 28px;
  width: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  color: black;
}
.cbni-map .cbni-slides .slide {
  display: none;
}
.cbni-map .cbni-slides .slide .slide-header {
  width: 100%;
}
.cbni-map .cbni-slides .slide .slide-header .thumb {
  display: block;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: white;
}
.cbni-map .cbni-slides .slide .slide-header .thumb .tear {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url('/wp-content/themes/becivil/views/projects/northern-islands/assets/images/paper-tear.png');
  background-size: contain;
}
.cbni-map .cbni-slides .slide .slide-header .thumb .tear.-top {
  bottom: auto;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cbni-map .cbni-slides .slide .slide-header .thumb .-valign {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}
.cbni-map .cbni-slides .slide .slide-header .thumb .-valign .slide-title {
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 7.78px;
  line-height: 38px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
}
.cbni-map .cbni-slides .slide .slide-header .thumb .-valign .meta-items {
  display: block;
  font-size: 11px;
  color: #FFFFFF;
}
.cbni-map .cbni-slides .slide .slide-header .thumb .-valign .meta-items .meta-item {
  display: block;
}
.cbni-map .cbni-slides .slide .slide-body {
  padding: 30px;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
}
.cbni-map .cbni-slides .slide .slide-footer {
  padding: 0 30px 30px;
  font-size: 11px;
  color: #333333;
}
.cbni-map .cbni-slides .slide .slide-footer .button a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  color: #FC3A20;
  letter-spacing: 0;
  border: 4px solid #FC3A20;
  line-height: 46px;
  padding: 0 25px;
}
.cbni-map .cbni-slides .slide .slide-footer .meta-items {
  padding-top: 32px;
}
@media screen and (max-width: 600px) {
  .cbni-map {
    overflow: auto;
    position: relative;
  }
  .cbni-map img.raster.-desk {
    display: none;
  }
  .cbni-map img.raster.-mobile {
    display: block;
  }
  .cbni-map #cbni-svg-map {
    display: none;
  }
  .cbni-map .positioner {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    height: 400px;
  }
  .cbni-map .cbni-slides {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: auto;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-top: 0;
  }
  .cbni-map .cbni-slides .slide:first-child {
    display: block;
  }
}
body.admin-bar .cbni-page-popup {
  top: 30px;
}
.cbni-location-preview {
  display: none;
  position: absolute;
  width: 300px;
  background: white;
  z-index: 300;
  top: 0;
  left: 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  overflow: hidden;
}
.cbni-location-preview .close {
  color: white;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: .5;
  z-index: 5;
  -webkit-transform: .4s;
      -ms-transform: .4s;
       -o-transform: .4s;
          transform: .4s;
}
.cbni-location-preview .close:hover {
  opacity: 1;
}
.cbni-location-preview .thumb {
  height: 143px;
  background-color: #eee;
  position: relative;
}
.cbni-location-preview .thumb .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cbni-location-preview .thumb .tear {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: red;
  background: url('/wp-content/themes/becivil/views/projects/northern-islands/assets/images/paper-tear.png');
  background-size: contain;
}
.cbni-location-preview .thumb-align {
  padding: 16px 20px;
}
.cbni-location-preview .location-title {
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.cbni-location-preview .button a {
  font-size: 13px;
  color: #FC3A20;
}
.cbni-location-preview .button a > * {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.cbni-location-preview .button a .ic {
  font-size: 18px;
  margin-left: 5px;
}
.cbni-location-preview .button a:hover > span {
  text-decoration: underline;
}
.cbni-page-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #333;
  color: white;
  z-index: 99999;
  overflow: hidden;
}
.cbni-page-popup .-disabled {
  display: none;
}
.cbni-page-popup .popup-header {
  position: relative;
  padding: 5px 32px;
  z-index: 3;
}
.cbni-page-popup .popup-header .ic {
  font-size: 32px;
  vertical-align: middle;
  color: white;
  line-height: 0;
  display: inline-block;
  cursor: pointer;
}
.cbni-page-popup .popup-header .close {
  display: block;
  background: black;
  position: absolute;
  right: 32px;
  top: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cbni-page-popup .popup-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cbni-page-popup .popup-body .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
  opacity: .5;
}
.cbni-page-popup .popup-body .loading .ic {
  margin: 0 2px 0 0;
}
.cbni-page-popup .popup-body .-loading .loading {
  display: block;
}
.cbni-page-popup .popup-body .curtain {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 2;
}
.cbni-page-popup .popup-body .curtain.-top {
  bottom: auto;
  top: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cbni-page-popup .popup-body .curtain.-right {
  height: 100%;
  width: 75%;
  left: auto;
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cbni-page-popup .popup-body .curtain.-left {
  height: 100%;
  width: 75%;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cbni-page-popup .popup-body .caption {
  position: absolute;
  left: 50%;
  bottom: 70px;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
  font-family: Lato;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
}
.cbni-page-popup .popup-body .caption.-left {
  left: 120px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 90%;
  max-width: 465px;
}
.cbni-page-popup .popup-body .caption.-right {
  left: auto;
  right: 120px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 90%;
  max-width: 465px;
}
.cbni-page-popup .popup-body .caption.-top {
  bottom: auto;
  top: 70px;
}
.cbni-page-popup .popup-body .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cbni-page-popup .popup-body .content.-section-title .-valign {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-family: Lato;
  text-align: center;
}
.cbni-page-popup .popup-body .content.-section-title .-valign small {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0 2px 8px #000000;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.cbni-page-popup .popup-body .content.-section-title .-valign small .delim {
  opacity: .5;
  margin: 0 8px;
}
.cbni-page-popup .popup-body .content.-section-title .-valign .section-prefix {
  margin: 0;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  opacity: .9;
}
.cbni-page-popup .popup-body .content.-section-title .-valign .section-title {
  display: block;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 1.2;
  text-shadow: 0 2px 8px #000000;
  margin: 0 0 28px;
}
.cbni-page-popup .popup-body .content.-section-title .-valign .lede {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
  margin: 0 0 28px;
}
.cbni-page-popup .popup-body .content.-section-title .-valign .continue {
  clear: both;
  display: inline-block;
  border: 1px solid white;
  font-size: 22px;
  line-height: 59px;
  padding: 0 20px;
  font-weight: 500;
}
.cbni-page-popup .popup-body .content.-section-title .-valign .continue .ic {
  margin: 0 0 0 5px;
  opacity: .75;
  font-weight: 400;
}
.cbni-page-popup .popup-body .content.-video video,
.cbni-page-popup .popup-body .content.-iframe video,
.cbni-page-popup .popup-body .content.-video iframe,
.cbni-page-popup .popup-body .content.-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding-bottom: 40px;
}
.cbni-page-popup .popup-body .content.-video iframe,
.cbni-page-popup .popup-body .content.-iframe iframe {
  padding-bottom: 0;
}
.cbni-page-popup .popup-body .content.-video video,
.cbni-page-popup .popup-body .content.-iframe video {
  background: black !important;
}
.cbni-page-popup .popup-body .content.-photo .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.cbni-page-popup .popup-body .content.-photo .-above-photo {
  position: relative;
  z-index: 2;
}
.cbni-page-popup .popup-body .content.-quote .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-family: Lato;
  text-align: center;
}
.cbni-page-popup .popup-body .content.-quote .quote blockquote {
  font-weight: bold;
  font-size: 54px;
  color: #FFFFFF;
  line-height: 60px;
  text-shadow: 0 2px 8px #000000;
  margin: 0;
}
.cbni-page-popup .popup-body .content.-quote .quote cite {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
  font-style: normal;
  padding-top: 40px;
}
.cbni-page-popup .popup-body .content.-article .scroll {
  position: absolute;
  width: 100%;
  max-width: 940px;
  background: rgba(0, 0, 0, 0.7);
  top: 50px;
  bottom: 50px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow-y: auto;
  padding: 80px;
  color: white;
}
.cbni-page-popup .popup-body .content.-article .scroll .article-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  line-height: 52px;
  margin: 0;
}
.cbni-page-popup .popup-body .content.-article .scroll .cb-richtext {
  font-family: Lato-Bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
}
.cbni-page-popup .popup-body .content.-article .scroll .cb-richtext .meta-items {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  padding: 16px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  margin-bottom: 20px;
}
.cbni-page-popup .popup-body .content.-share .share {
  position: relative;
  z-index: 2;
}
.cbni-page-popup .popup-body .content.-share .share h4 {
  display: block;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0 2px 8px #000000;
  margin: 0;
  clear: both;
  float: none;
}
.cbni-page-popup .popup-body .content.-share .share h3 {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 1.2;
  text-shadow: 0 2px 8px #000000;
  margin: 0;
  float: none;
}
.cbni-page-popup .popup-body .content.-share .share .share {
  overflow: hidden;
  padding: 40px 0 30px;
}
.cbni-page-popup .popup-body .content.-share .share .share a {
  display: inline-block;
  color: white;
  border: 2px solid white;
  line-height: 61px;
  padding: 0 40px;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 24px;
  text-shadow: 0 2px 8px #000000;
  margin: 0 10px;
}
.cbni-page-popup .popup-body .content.-share .share .share a .ic {
  font-size: 24px;
  margin-right: 20px;
}
.cbni-page-popup .popup-body .content.-share .share .blocks {
  display: block;
  clear: both;
  width: 100%;
}
.cbni-page-popup .popup-body .content.-share .share .blocks .block {
  margin-bottom: 30px;
}
.cbni-page-popup .popup-body .content.-share .share .blocks .block.-last {
  margin-bottom: 0;
}
.cbni-page-popup .popup-body .content.-share .share .blocks .block small {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
  margin: 0;
}
.cbni-page-popup .popup-body .content.-share .share .blocks .block ul {
  list-style-type: none;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
  margin: 0;
  padding: 0;
}
.cbni-page-popup .popup-body .content.-share .share .blocks .block .par {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0 2px 8px #000000;
}
.cbni-page-popup .popup-body .content.-share .-valign {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-family: Lato;
  text-align: center;
}
.cbni-page-popup .popup-nav .prev,
.cbni-page-popup .popup-nav .next {
  display: none;
  position: absolute;
  left: 20px;
  height: 120px;
  width: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/wp-content/themes/becivil/views/projects/northern-islands/assets/images/carousel-left@2x.png');
  z-index: 2;
}
.cbni-page-popup .popup-nav .prev.next,
.cbni-page-popup .popup-nav .next.next {
  left: auto;
  right: 20px;
  background-image: url('/wp-content/themes/becivil/views/projects/northern-islands/assets/images/carousel-right@2x.png');
}
.cbni-page-popup .popup-footer {
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.cbni-page-popup .popup-footer .page {
  text-align: center;
}
.cbni-page-popup .popup-footer .page > * {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
}
.cbni-page-popup .popup-footer .page .count {
  font-size: 14px;
}
.cbni-page-popup .popup-footer .page .count var {
  font-style: normal;
}
.cbni-page-popup .popup-footer .page .icon {
  font-size: 18px;
  opacity: .75;
  margin: 0 0 0 10px;
  position: relative;
}
.cbni-page-popup .popup-footer .page .icon .hover {
  position: absolute;
  width: 200px;
  margin-left: -100px;
  bottom: 35px;
  display: none;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 11px;
  border: 1px solid white;
}
.cbni-page-popup .popup-footer .page .icon:hover .hover {
  display: block;
}
.cbni-page-popup .popup-footer .share {
  position: absolute;
  right: 20px;
  top: 0;
}
.cbni-page-popup .popup-footer .share .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cbni-page-popup .popup-footer .share .menu .menu-item {
  display: inline-block;
  margin: 0 0 0 10px;
  line-height: 38px;
  vertical-align: middle;
}
.cbni-page-popup .popup-footer .share .menu .menu-item:first-child {
  margin-left: 0;
}
.cbni-page-popup .popup-footer .share .menu .menu-item .menu-item-link {
  font-size: 21px;
}
@media screen and (max-width: 600px) {
  .cbni-page-popup .popup-header {
    padding-left: 16px;
  }
  .cbni-page-popup .popup-header .close {
    right: 16px;
  }
  .cbni-page-popup .popup-body .content.-section-title .-valign .section-title {
    font-size: 42px;
    margin: 0 0 10px;
  }
  .cbni-page-popup .popup-body .content.-quote .quote {
    padding: 0 10px;
  }
  .cbni-page-popup .popup-body .content.-quote .quote blockquote {
    font-size: 34px;
    line-height: 46px;
    margin: 0;
  }
  .cbni-page-popup .popup-body .content.-quote .quote cite {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
  }
  .cbni-page-popup .popup-body .content.-photo .photo.-mobile-contain {
    background-size: contain !important;
  }
  .cbni-page-popup .popup-body .caption {
    font-size: 15px;
    line-height: 26px;
  }
  .cbni-page-popup .popup-body .caption.-right {
    right: auto;
    width: 100%;
    padding: 0 10px;
  }
  .cbni-page-popup .popup-body .caption.-left {
    left: auto;
    width: 100%;
    padding: 0 10px;
  }
  .cbni-page-popup .popup-body .caption.-bottom {
    left: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0 10px;
  }
  .cbni-page-popup .popup-body .caption.-top {
    top: auto;
    bottom: 60px;
    left: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0 10px;
  }
  .cbni-page-popup .popup-nav .prev,
  .cbni-page-popup .popup-nav .next {
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
    top: 5%;
  }
  .cbni-page-popup .popup-nav .next {
    right: 10px;
  }
  .cbni-page-popup .popup-nav .prev {
    left: 10px;
  }
}
#full-clndr {
  width: 100%;
  background-color: #ebebeb;
  font-weight: 700;
  box-shadow: 0px 4px 0 #343434;
}
#full-clndr .clndr-controls {
  position: relative;
  padding: 30px;
  background-color: #414141;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
}
#full-clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
#full-clndr .clndr-controls .clndr-previous-button,
#full-clndr .clndr-controls .clndr-next-button {
  display: block;
  background: rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 50%;
}
#full-clndr .clndr-controls .clndr-next-button {
  left: auto;
  right: 15px;
}
#full-clndr .clndr-controls .clndr-previous-button,
#full-clndr .clndr-controls .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
#full-clndr .clndr-controls .clndr-previous-button:hover,
#full-clndr .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
#full-clndr .clndr-grid {
  float: left;
  width: 65%;
  border-right: 2px solid white;
}
#full-clndr .clndr-grid .days-of-the-week {
  width: 100%;
  background-color: #333;
}
#full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 14px;
  text-align: center;
  color: white;
}
#full-clndr .clndr-grid .days {
  width: 100%;
}
#full-clndr .clndr-grid .days .day,
#full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 100px;
  padding: 24px 0;
  padding: 2px;
  text-align: center;
  color: #4f4f4f;
  background-image: url('triangle.svg');
  background-size: cover;
  background-position: center;
}
#full-clndr .clndr-grid .days .day .cell,
#full-clndr .clndr-grid .days .empty .cell {
  border: 1px solid #eee;
  height: 100%;
  position: relative;
}
#full-clndr .clndr-grid .days .day .day-number,
#full-clndr .clndr-grid .days .empty .day-number {
  position: absolute;
  font-weight: normal;
  color: black;
  right: 5px;
  top: 5px;
}
#full-clndr .clndr-grid .days .day.event,
#full-clndr .clndr-grid .days .empty.event {
  position: relative;
}
#full-clndr .clndr-grid .days .day.event .day-number,
#full-clndr .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
}
#full-clndr .clndr-grid .days .day.event .event-title img,
#full-clndr .clndr-grid .days .empty.event .event-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}
#full-clndr .clndr-grid .days .day.adjacent-month .day-number,
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#full-clndr .clndr-grid .days .today {
  background-color: white;
  background-image: none;
}
#full-clndr .event-listing {
  float: left;
  width: 35%;
}
#full-clndr .event-listing .event-listing-title {
  padding: 14px;
  background-color: #ff5831;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}
#full-clndr .event-listing .event-item {
  padding: 14px;
  color: #4f4f4f;
}
#full-clndr .event-listing .event-item-location {
  font-weight: 400;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
#mini-clndr {
  font-family: Asap, Helvetica, Arial;
  margin: 0 auto;
  width: 294px;
  box-shadow: 4px 4px 0 #343434;
}
#mini-clndr .clndr {
  overflow: hidden;
  border-bottom: 7px solid #69a776;
}
#mini-clndr .clndr .controls {
  background-color: #69a776;
  color: white;
}
#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#mini-clndr .clndr .controls .clndr-previous-button:hover,
#mini-clndr .clndr .controls .clndr-next-button:hover {
  background-color: #528b5e;
}
#mini-clndr .clndr .controls .month {
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#mini-clndr .clndr .days-container {
  position: relative;
  width: 294px;
  height: 213px;
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
}
#mini-clndr .clndr .days-container:before,
#mini-clndr .clndr .days-container:after {
  content: "";
  display: table;
}
#mini-clndr .clndr .days-container:after {
  clear: both;
}
#mini-clndr .clndr .days-container:before,
#mini-clndr .clndr .days-container:after {
  content: "";
  display: table;
}
#mini-clndr .clndr .days-container:after {
  clear: both;
}
#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
  width: 42px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
  color: #212121;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event {
  background-color: #d2d2d2;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
#mini-clndr .clndr .days-container .days .day.event:hover,
#mini-clndr .clndr .days-container .days .empty.event:hover {
  background-color: #b8b8b8;
}
#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
#mini-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
#mini-clndr .clndr .days-container .days .headers {
  background-color: #97ce7f;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 42px;
  display: inline-block;
  text-align: center;
  color: white;
}
#mini-clndr .clndr .days-container .events {
  position: absolute;
  left: 294px;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #ebebeb;
}
#mini-clndr .clndr .days-container .events .headers {
  position: relative;
}
#mini-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #97ce7f;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}
#mini-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .x-button:hover {
  color: white;
}
#mini-clndr .clndr .days-container .events .events-list {
  overflow: scroll;
  height: 185px;
}
#mini-clndr .clndr .days-container .events .events-list .event {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event:hover {
  background-color: #f5f5f5;
}
#mini-clndr .clndr .days-container .events .events-list .event a {
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: transparent;
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
#mini-clndr .clndr .days-container .events .events-list .event a:hover {
  background-color: transparent;
  color: #69a776;
}
#mini-clndr .clndr .days-container.show-events .days {
  left: -294px;
}
#mini-clndr .clndr .days-container.show-events .events {
  left: 0;
}
#clndr-3 {
  max-width: 400px;
  margin: 0 auto;
  background-color: #f4f4f4;
  box-shadow: 4px 4px 0 #343434;
  padding-bottom: 12px;
}
#clndr-3 .month-bar {
  text-align: center;
  padding: 12px;
}
#clndr-3 .days-of-the-week {
  width: 100%;
}
#clndr-3 .days-of-the-week .header-day {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  float: left;
  width: 14.2857%;
  padding: 12px 0;
  text-align: center;
}
#clndr-3 .days-of-the-week .header-day:before,
#clndr-3 .days-of-the-week .header-day:after {
  content: "";
  display: table;
}
#clndr-3 .days-of-the-week .header-day:after {
  clear: both;
}
#clndr-3 .days-of-the-week .header-day:before,
#clndr-3 .days-of-the-week .header-day:after {
  content: "";
  display: table;
}
#clndr-3 .days-of-the-week .header-day:after {
  clear: both;
}
#clndr-3 .days .day,
#clndr-3 .days .empty {
  float: left;
  width: 14.2857%;
  padding: 12px 0;
  text-align: center;
}
#clndr-3 .days .day.today,
#clndr-3 .days .empty.today {
  background-color: #ebebeb;
  box-shadow: inset 0 0 8px #d4d4d4;
}
#clndr-3 .days .day.event,
#clndr-3 .days .empty.event {
  color: #71bbd2;
}
#clndr-3 .days .day.adjacent-month .day-number,
#clndr-3 .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#clndr-4 {
  box-shadow: 4px 4px 0 #343434;
}
#clndr-4 .date-range {
  padding: 0.4em;
  text-align: center;
  color: white;
}
#clndr-4 .days-of-the-week {
  background-color: #ff9e92;
  padding: 0.4em 8%;
}
#clndr-4 .day-of-the-week {
  display: inline-block;
  width: 14.2857%;
  text-align: center;
}
#clndr-4 .clndr-previous-button,
#clndr-4 .clndr-next-button {
  display: inline-block;
  vertical-align: top;
  width: 8%;
  height: 160px;
  padding-top: 54px;
  background-color: #ebebeb;
  text-align: center;
  font-size: 32px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#clndr-4 .clndr-previous-button:hover,
#clndr-4 .clndr-next-button:hover {
  cursor: pointer;
  background-color: #dedede;
}
#clndr-4 .days-container {
  display: inline-block;
  width: 84%;
}
#clndr-4 .day {
  display: inline-block;
  width: 14.2857%;
  height: 160px;
  overflow: scroll;
  padding: 0.5em;
  background-color: #f4f4f4;
  border-right: 2px solid #ebebeb;
  text-align: right;
}
#clndr-4 .day:last-child {
  border-right: none;
}
#clndr-4 .day.today .day-number {
  color: #ff5a45;
  padding-bottom: 2px;
  border-bottom: 2px solid #ff5a45;
}
#clndr-4 .events {
  margin-top: 1em;
}
#clndr-4 .event-listing {
  display: inline-block;
  width: 100%;
  padding: 0.25em;
  border: 2px solid #414141;
  border-radius: 2px;
  text-align: left;
  font-size: 10px;
  color: #414141;
}
@media screen and (max-width: 800px) {
  #full-clndr {
    box-shadow: none;
  }
  #full-clndr .clndr-grid {
    display: none;
  }
  #full-clndr .event-listing {
    display: block;
    float: none;
    width: 100%;
  }
}
.cb-collapsable-comments .toggler {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  color: #363B3F;
  padding: 0;
  font-size: 16px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #B6BFBF;
  line-height: 50px;
}
.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.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.cb-collapsable-comments #comments-toggle {
  display: none;
  min-height: 0;
}
.comment-count {
  font-weight: 100;
  font-size: 13px;
}
.comment-count .circ {
  background: #FF3B21;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 28px;
  color: #FFFFFF;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
}
.comment-count .var {
  font-size: 30px;
  color: #FF3B21;
  text-align: left;
  line-height: 55px;
  padding-left: 10px;
  font-weight: 500;
}
.comment-count a:hover {
  color: #ff5831;
  text-decoration: none !important;
  font-weight: 500;
}
#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;
}
.civil-comments-note {
  font-size: 92%;
  color: #1a1a1a;
}
.cb-cover {
  background: #eee;
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}
.cb-cover video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cb-cover .cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
       -o-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  max-width: 940px;
}
.cb-cover .cover-content .cover-title {
  text-align: center;
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  color: white;
  margin: 0 0 25px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.cb-cover .cover-content .cover-title small {
  display: block;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 30px;
}
.cb-cover .cover-content .cover-title span {
  display: block;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 5px;
  letter-spacing: 11.25px;
  line-height: 60px;
}
.cb-cover .cover-content .cover-description {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 29px;
  font-weight: bold;
  margin: 0 0 25px;
}
.cb-cover .cover-content .cover-description span {
  display: block;
}
.cb-cover .cover-content .cover-byline {
  color: white;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.cb-cover .cover-content .cover-byline .delim {
  opacity: .9;
  margin: 0 10px;
}
.cb-cover .cover-content .scroll {
  display: block;
  color: white;
  font-size: 36px;
  border: 3px solid white;
  line-height: 44px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .cb-cover video {
    display: none;
  }
  .cb-cover .cover-content {
    width: 100%;
    padding: 0 20px;
  }
  .cb-cover .cover-content .cover-title {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 48px;
  }
  .cb-cover .cover-content .cover-title span {
    line-height: 48px;
    display: inline;
    margin-right: 5px;
  }
  .cb-cover .cover-content .cover-description {
    font-size: 15px;
    line-height: 1.6;
  }
  .cb-cover .cover-content .cover-description span {
    display: inline;
    clear: none;
  }
  .cb-cover .cover-content .cover-description br {
    display: none;
  }
  .cb-cover .cover-content .cover-byline {
    font-size: 12px;
  }
}
.cb-custom-form .form-errors {
  display: none;
  margin-bottom: 2em;
}
.cb-custom-form .form-errors .error {
  background: #f2dede;
  text-align: center;
  padding: .75em;
  border-radius: 5px;
  color: #a94442;
  margin-bottom: 1em;
}
.cb-custom-form .form-errors .error:last-child {
  margin-bottom: 0;
}
.cb-custom-form .form-notifications {
  margin: 1em 0;
}
.cb-custom-form .form-notifications .notification {
  background: #ccc;
  color: #333;
  text-align: center;
  padding: .75em;
  border-radius: 5px;
}
.cb-custom-form .form-body label {
  display: block;
  font-size: 18px;
  color: #666666;
  margin-bottom: 3px;
}
.cb-custom-form .form-body label .req {
  color: #660000;
  font-style: normal;
}
.cb-custom-form .form-body label small {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  margin-top: -3px;
}
.cb-custom-form .form-body .field-section {
  padding-bottom: 1em;
  margin-bottom: 1.3em;
  border-bottom: 1px solid #dadfdf;
}
.cb-custom-form .form-body .field {
  margin-bottom: 1em;
}
.cb-custom-form .form-body .field input[type="text"],
.cb-custom-form .form-body .field input[type="number"],
.cb-custom-form .form-body .field select {
  height: 40px;
  font-size: 16px;
  color: black;
  border: 1px solid #d2d2d2;
  width: 100%;
  padding: 0 .5em;
}
.cb-custom-form .form-body .field .input-half {
  width: 50%;
  padding-right: 1em;
}
.cb-custom-form .form-body .field.prefixed-input {
  overflow: hidden;
}
.cb-custom-form .form-body .field.prefixed-input .field-label {
  font-weight: bold;
  float: left;
  margin-right: 1em;
  line-height: 41px;
}
.cb-custom-form .form-body .field.prefixed-input .input-wrap {
  border: 1px solid #d2d2d2;
  float: left;
  position: relative;
  width: 100%;
}
.cb-custom-form .form-body .field.prefixed-input .input-wrap input {
  border: none;
  background: transparent;
  display: block;
  height: 40px;
  font-size: 17px;
  padding-left: 30px;
  width: 100%;
}
.cb-custom-form .form-body .field.prefixed-input .input-wrap .prefix {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  text-align: center;
  font-weight: bold;
  color: #999;
  font-size: 17px;
}
.cb-custom-form .form-body .field.richtext small {
  display: block;
}
.cb-custom-form .form-body .field.checkbox .checkbox-wrap input {
  float: left;
  margin-top: 7px;
}
.cb-custom-form .form-body .field.checkbox .checkbox-wrap > span {
  display: block;
  margin-left: 30px;
  color: #1a1a1a;
}
.cb-custom-form .form-body .field.checkbox .checkbox-wrap > span small {
  display: block;
  font-size: .8em;
  line-height: 1.2;
}
.cb-custom-form .form-body .two-fields {
  overflow: hidden;
  margin-bottom: 1em;
}
.cb-custom-form .form-body .two-fields .field {
  float: left;
  width: 50%;
  margin: 0;
}
.cb-custom-form .form-body .two-fields .field input {
  width: 100%;
}
.cb-custom-form .form-body .two-fields .field:first-of-type {
  padding-right: 1em;
}
.cb-custom-form .form-body .two-fields .field:last-of-type {
  padding-left: 1em;
}
.cb-custom-form .form-body .field-section.credit-card .field label {
  display: inline-block;
}
.cb-custom-form .form-body .field-section.credit-card .field label span.label {
  display: block;
  margin-bottom: 3px;
}
.cb-custom-form .form-body .field-section.credit-card .field input[type="text"],
.cb-custom-form .form-body .field-section.credit-card .field input[type="number"],
.cb-custom-form .form-body .field-section.credit-card .field select {
  width: auto;
}
.cb-custom-form .form-body .field-section.credit-card .field .delim {
  margin: 0 .5em;
  opacity: .5;
}
.cb-custom-form .form-footer .cb-button {
  font-size: 15px;
  padding: 11px 30px;
}
.cb-custom-form .form-footer .secured {
  padding-top: 10px;
}
.cb-custom-form .form-footer .footer-message {
  padding: 1.5em 0 0;
  color: #777;
  font-size: 90%;
}
.cb-custom-form .form-footer .footer-message a {
  text-decoration: underline;
}
.cb-custom-form .form-footer .footer-message p {
  margin-bottom: 1em;
}
.cb-custom-form .form-footer .footer-message p:last-child {
  margin-bottom: 0;
}
.cb-custom-form .form-footer small {
  color: #666;
  padding-top: 1em;
  display: block;
}
.cb-discussion-flag {
  overflow: hidden;
  margin-bottom: 10px;
}
.cb-discussion-flag .-flag {
  padding: 0 10px;
  display: inline-block;
  background: #F3F3F3;
  border-radius: 5px;
  font-size: 16px;
  color: #2D8300;
}
.cb-discussion-flag .-flag .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 31px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 3px;
}
.cb-discussion-flag .-flag .label {
  vertical-align: middle;
  line-height: 31px;
}
.cb-discussion-flag .-cbd-subtitle {
  line-height: 31px;
  font-size: 12px;
  color: #80898E;
  text-align: left;
  padding-left: 5px;
}
.cb-discussion-flag.-active .-flag .dot {
  background: #5CD700;
}
.cb-discussion-flag.-inactive .-flag {
  color: #7E7E7E;
}
.cb-discussion-flag.-inactive .-flag .dot {
  background: #B1B1B1;
}
.cb-discussion-flag.-inactive .-cbd-subtitle {
  display: none;
}
.cb-donate-form {
  margin-bottom: 3em;
}
.cb-donate-form .form-errors {
  display: none;
  margin-bottom: 2em;
}
.cb-donate-form .form-errors .error {
  background: #f2dede;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  color: #a94442;
}
.cb-donate-form .form-body .field {
  margin-bottom: 1em;
}
.cb-donate-form .form-body .field.amount {
  overflow: hidden;
}
.cb-donate-form .form-body .field.amount .field-label {
  font-weight: bold;
  float: left;
  margin-right: 1em;
  line-height: 41px;
}
.cb-donate-form .form-body .field.amount .input-wrap {
  border: 1px solid #999;
  float: left;
  position: relative;
  background: white;
}
.cb-donate-form .form-body .field.amount .input-wrap input {
  border: none;
  background: transparent;
  display: block;
  height: 42px;
  font-size: 17px;
  padding-left: 30px;
  width: 100px;
}
.cb-donate-form .form-body .field.amount .input-wrap .prefix {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  text-align: center;
  font-weight: bold;
  color: #999;
  font-size: 17px;
}
.cb-donate-form .form-body .field.frequency label {
  margin-right: .5em;
}
.cb-donate-form .form-body .field.level a {
  color: #003366;
  text-decoration: underline;
}
.cb-donate-form .form-footer {
  padding: .35em 0 0;
}
.cb-donate-form .form-footer .cb-button {
  font-size: 15px;
  padding: 11px 30px;
}
.cb-donate-form .form-footer .secured {
  padding-top: 10px;
}
.cb-donate-form .form-footer .footer-message {
  padding: 1.5em 0 0;
  color: #777;
  font-size: 90%;
}
.cb-donate-form .form-footer .footer-message a {
  text-decoration: underline;
}
.cb-donate-form .form-footer .footer-message p {
  margin-bottom: 1em;
}
.cb-donate-form .form-footer .footer-message p:last-child {
  margin-bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.cb-donate-section {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f0eb+0,e5e5e0+100 */
  background: #f1f0eb;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1f0eb 0%, #e5e5e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #f1f0eb 0%, #e5e5e0 100%);
  background: linear-gradient(45deg, #f1f0eb 0%, #e5e5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f0eb', endColorstr='#e5e5e0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
  margin-bottom: -23px;
  padding: 3.5em 0;
}
.cb-donate-section h1 {
  color: #ff5831;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 30px;
}
.cb-donate-section .cb-section-title {
  margin-bottom: 0;
}
.cb-donate-section .description {
  margin: 0 0 22px;
  font-size: .9em;
  line-height: 1.8;
  color: #666;
}
.cb-donate-section .cb-donate-form {
  margin-bottom: 0;
}
.cb-donate-section .donate-tile {
  background: white;
  padding: 3em;
}
.cb-donation-group {
  margin-bottom: 2em;
}
.cb-donation-group .donation-richtext i,
.cb-donation-group .donation-richtext em {
  color: #777;
}
.cb-donation-group .donation-richtext ul li,
.cb-donation-group .donation-richtext ol li {
  margin-bottom: .25em;
}
.cb-donation-levels .badges {
  padding: 1em 0 5em;
  overflow: hidden;
}
.cb-donation-levels .badges .badge {
  float: left;
  width: 20%;
  text-align: center;
}
.cb-donation-levels .badges .badge .badge-thumb {
  margin-bottom: .5em;
}
.cb-donation-levels .badges .badge .badge-thumb img {
  max-width: 80%;
  height: auto;
}
.cb-donation-levels .badges .badge .badge-name {
  color: #333;
}
.cb-donation-levels .badges .badge .badge-name .stars {
  color: #fe4f3e;
}
.cb-donation-levels .badges .badge .badge-name > span,
.cb-donation-levels .badges .badge .badge-name > small {
  display: block;
}
.cb-donation-levels .badges .badge .badge-name > span.name,
.cb-donation-levels .badges .badge .badge-name > small.name {
  font-size: 24px;
}
.cb-donation-levels .badges .badge .badge-name > span.range,
.cb-donation-levels .badges .badge .badge-name > small.range {
  font-size: 18px;
}
.cb-donation-levels .badges .badge .badge-name > span.freq,
.cb-donation-levels .badges .badge .badge-name > small.freq {
  text-transform: uppercase;
}
.cb-donation-levels .comparison-table {
  margin-bottom: 2em;
}
.cb-donation-levels .comparison-table table {
  border: none;
  box-shadow: none;
}
.cb-donation-levels .comparison-table table thead {
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
.cb-donation-levels .comparison-table table thead tr th.benefits {
  padding: 2em 0;
  text-align: left;
  font-size: 18px;
  padding-left: 15px;
}
.cb-donation-levels .comparison-table table thead tr th.level {
  line-height: 1.2;
  width: 130px;
}
.cb-donation-levels .comparison-table table thead tr th.level > strong {
  display: block;
  margin-bottom: .5em;
  font-size: 15px;
}
.cb-donation-levels .comparison-table table thead tr th.level > span {
  display: block;
  font-weight: 100;
  font-size: 90%;
}
.cb-donation-levels .comparison-table table thead tr th.level.fullw {
  width: 25%;
}
.cb-donation-levels .comparison-table table tbody {
  color: #3f3f3f;
}
.cb-donation-levels .comparison-table table tbody tr td {
  padding: 2em 10px;
}
.cb-donation-levels .comparison-table table tbody tr td.benefit {
  padding-right: 1em;
  padding-left: 15px;
  font-size: 15px;
}
.cb-donation-levels .comparison-table table tbody tr td.check {
  font-size: 20px;
  text-align: center;
  color: #009700;
}
.cb-donation-levels .comparison-table table tbody tr td.desc {
  text-align: center;
  padding: 1.5em 15px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cb-donation-levels .badges {
    margin: 0 auto;
  }
  .cb-donation-levels .badges .badge {
    width: 33.33%;
    margin-bottom: 1em;
  }
  .cb-donation-levels .comparison-table table thead tr th.level {
    width: 65px;
  }
  .cb-donation-levels .comparison-table table thead tr th.level strong {
    font-size: 11px;
  }
  .cb-donation-levels .comparison-table table tbody tr td.benefit {
    font-size: 12px;
  }
  .cb-donation-levels .comparison-table table tbody tr td.check {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cb-donation-levels .badges .badge {
    width: 50%;
    margin-bottom: 1em;
  }
  .cb-donation-levels .comparison-table table {
    min-width: 960px;
  }
  .cb-donation-levels .comparison-table table thead tr th.level {
    width: 55px;
  }
  .cb-donation-levels .comparison-table table thead tr th.level strong {
    font-size: 11px;
  }
  .cb-donation-levels .comparison-table table tbody tr td.benefit {
    font-size: 11px;
  }
  .cb-donation-levels .comparison-table table tbody tr td.check {
    font-size: 15px;
  }
}
.cb-f3 {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 41px 0 47px;
}
.cb-f3:before,
.cb-f3:after {
  content: "";
  display: table;
}
.cb-f3:after {
  clear: both;
}
.cb-f3:before,
.cb-f3:after {
  content: "";
  display: table;
}
.cb-f3:after {
  clear: both;
}
.cb-f3 .cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cb-f3 .cols .col {
  display: table-cell;
  vertical-align: top;
  width: auto;
  min-width: 0;
}
.cb-f3 .cols .col.-main.-leftbord {
  border-left: 1px solid #E5E3DD;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .cb-f3 .cols .col.-main.-leftbord {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .cb-f3 .cols .col.-main.-leftbord {
    padding-left: 20px;
  }
}
.cb-f3 .cols .col.-main.-rightbord {
  border-right: 1px solid #E5E3DD;
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  .cb-f3 .cols .col.-main.-rightbord {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cb-f3 .cols .col.-main.-rightbord {
    padding-right: 20px;
  }
}
.cb-f3 .cols .col.-small {
  width: 350px;
}
.cb-f3 .cols .col.-small.-right {
  padding-left: 39px;
}
.cb-f3 .cols .col.-small.-left {
  padding-right: 39px;
}
.cb-f3 .cols .col.-small.-empty {
  width: 1px;
  padding: 0 !important;
}
@media screen and (max-width: 1280px) {
  .cb-f3 .cols .col.-small {
    width: 300px;
  }
  .cb-f3 .cols .col.-small.-right {
    padding-left: 30px;
  }
  .cb-f3 .cols .col.-small.-left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cb-f3 .cols .col.-small {
    width: 280px;
  }
  .cb-f3 .cols .col.-small.-right {
    padding-left: 20px;
  }
  .cb-f3 .cols .col.-small.-left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cb-f3 .cols .col.-small {
    width: 250px;
  }
}
.cb-f3 .cols .col.-small > .scroll {
  overflow: hidden;
}
.cb-f3 .cols .col .scroll {
  position: relative;
}
.cb-f3 .cols .col .scroll .read-more {
  padding: 1px 0 0;
  background: white;
  display: none;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
}
.cb-f3 .cols .col .scroll .read-more:hover {
  color: #ff5831;
}
.cb-f3 .cols .col .scroll .read-more:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
}
.cb-f3 .cols .col .scroll.-overflow .read-more {
  display: block;
}
.cb-f3 .cols .col .scroll.-open {
  max-height: none !important;
}
.cb-f3 .cols .col .scroll.-open .read-more {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  background: transparent;
  padding-top: 1em;
}
.cb-f3 .cols .col .scroll.-open .read-more:before {
  display: none;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media {
  width: 100%;
  height: 600px;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .thumbnail {
  display: none;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .sizer {
  min-height: 450px;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .article-title {
  margin-bottom: 17px;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .body {
  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%);
  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%);
  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 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .body .main-category {
  color: #ff5831 !important;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .comment-count {
  position: absolute;
  bottom: 16px;
  right: 22px;
  color: white;
  font-weight: normal;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .cb-byline {
  color: white;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 8px;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .cb-richtext {
  color: white;
  font-size: 16px;
  line-height: 22px;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .body .headline {
  font-size: 30px;
  margin: 0;
}
.cb-f3.-twocol .col.-main .cb-excerpt.media .align {
  width: 100%;
  height: 100%;
}
.cb-f3.-break .cols {
  display: block;
}
.cb-f3.-break .cols .col {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E5E3DD;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.cb-f3.-break .cols .col:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cb-f3.-break .cols .col.-small .scroll {
  max-height: none !important;
}
.cb-f3.-break .cols .col.-small .scroll .read-more {
  display: none;
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-f3 {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-f3 {
    padding: 15px 0 0;
    margin-bottom: 20px;
  }
  body.mobs-b .cb-f3 .col.-small.-right {
    display: none;
  }
}
/* #Component - Series Box
================================================== */
.cb-factcheck-box {
  width: 360px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  max-width: 100%;
}
.cb-factcheck-box.bleed {
  margin-right: -91px;
}
.cb-factcheck-box.align-left {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.cb-factcheck-box.align-left.bleed {
  margin-left: -390px;
}
.cb-factcheck-box > header {
  background: #ff5831;
  overflow: hidden;
  padding: 0 20px;
}
.cb-factcheck-box > header h4 {
  text-transform: uppercase;
  float: left;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  vertical-align: middle;
}
.cb-factcheck-box > header .count {
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
  vertical-align: middle;
}
.cb-factcheck-box > header .count a {
  font-style: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
}
.cb-factcheck-box .title {
  text-transform: uppercase;
  color: white;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  margin: 25px 0;
}
.cb-factcheck-box .title a {
  font-style: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
}
.cb-factcheck-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0 25px 0 20px;
  margin-bottom: 10px;
}
.cb-factcheck-box ul li {
  margin-bottom: 18px;
}
.cb-factcheck-box ul li time {
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
  float: left;
  width: 85px;
  line-height: 16px;
}
.cb-factcheck-box ul li a,
.cb-factcheck-box ul li span {
  display: block;
  margin-left: 85px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
}
.cb-factcheck-box ul li.future time,
.cb-factcheck-box ul li.future span {
  color: #999999 !important;
}
.cb-factcheck-box {
  background: #efefef;
  color: black;
  width: 310px;
}
.cb-factcheck-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  line-height: 16px;
  padding: 20px 10px 0;
}
.cb-factcheck-box ul li {
  margin-bottom: 10px;
}
.cb-factcheck-box ul li > i {
  display: block;
  width: 129px;
  height: 15px;
  background: url('../images//factchecks-sprite.png') center top;
  margin-bottom: 5px;
}
.cb-factcheck-box ul li:last-child {
  margin-bottom: 0;
}
.cb-factcheck-box ul li.mostly-true > i {
  background-position: center -15px;
}
.cb-factcheck-box ul li.half-true > i {
  background-position: center -31px;
}
.cb-factcheck-box ul li.mostly-false > i {
  background-position: center -47px;
}
.cb-factcheck-box ul li.false > i {
  background-position: center -63px;
}
.cb-factcheck-box ul li.screaming-lie > i {
  background-position: center -79px;
}
.cb-factcheck-box ul li.in-progress > i {
  background-position: center -95px;
}
.cb-factcheck-box ul li.unverifiable > i {
  background-position: center -112px;
}
.cb-stream .cb-tile--project .cb-series-box header h4 {
  float: none;
  display: block;
  text-align: center;
}
.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 {
  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');
    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');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.cb-faq {
  padding: 30px 0;
}
.cb-faq.bord-top {
  border-top: 1px solid #dddddd;
}
.cb-faq .faq-header {
  font-size: 20px;
  font-weight: normal;
}
.cb-faq .faq-questions {
  padding: 1em 0;
}
.cb-faq .faq-questions .question {
  font-size: .95em;
}
.cb-faq .faq-questions .question .header {
  color: #003366;
  cursor: pointer;
}
.cb-faq .faq-questions .question .header .header-icon {
  color: #003366;
  display: inline-block;
  width: 21px;
  float: left;
}
.cb-faq .faq-questions .question .header .header-icon .when-open {
  display: none;
}
.cb-faq .faq-questions .question .header .label {
  text-decoration: underline;
  display: inline-block;
}
.cb-faq .faq-questions .question .body {
  display: none;
  padding: .5em 0 .5em 21px;
}
.cb-faq .faq-questions .question.open {
  padding: .75em 0;
}
.cb-faq .faq-questions .question.open .header {
  font-weight: bold;
}
.cb-faq .faq-questions .question.open .header .header-icon .when-closed {
  display: none;
}
.cb-faq .faq-questions .question.open .header .header-icon .when-open {
  display: inline-block;
}
.cb-faq .faq-questions .question.open .header .label {
  text-decoration: none;
}
.cb-faq .faq-questions .question.open .body {
  display: block;
}
.cb-faq .faq-questions .question.open .body .cb-richtext p {
  margin-bottom: 15px;
}
.cb-faq .faq-questions .question.open .body .cb-richtext > *:last-child {
  margin-bottom: 0 !important;
}
.cb-feature-box {
  background: white;
  background: #25292b;
  color: white;
}
.cb-feature-box .thumbnail {
  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-richtext {
  color: white;
}
.cb-feature-box .feature-align .cb-richtext p:last-child {
  margin-bottom: 0;
}
.cb-feature-box .feature-align .cb-richtext a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 550px) {
  .cb-feature-box .cb-richtext {
    font-size: .9em;
  }
}
.cb-flags .flags {
  font-size: 13px;
  background: rgba(255, 255, 0, 0.75);
  padding: 0 1em;
  line-height: 22px;
  height: 22px;
  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.breaking .flags,
.cb-flags.new .flags {
  background: rgba(255, 59, 33, 0.5);
  color: white;
}
.cb-flags.small .flags {
  display: inline-block;
  font-weight: 100;
  line-height: 11px;
  height: 11px;
}
.cb-flags.small .flags .flag {
  font-size: 12px;
}
.page-donate-footnote.-below-footnote {
  padding-top: 50px;
}
.cb-footnote-donate {
  padding-left: 32px;
  border-left: 4px solid #ff5831;
}
.cb-footnote-donate h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 12px;
  vertical-align: top;
}
.cb-footnote-donate .message {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
}
.cb-footnote-donate .cb-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  border: 2px solid #ff5831;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-footnote-donate .cb-button:hover {
  background: transparent;
  color: #ff5831;
}
@media screen and (max-width: 500px) {
  .cb-footnote-donate {
    border: 3px solid #ff5831;
    padding: 20px;
  }
  .cb-footnote-donate h3 {
    font-size: 26px;
  }
  .cb-footnote-donate .message {
    font-size: 16px;
  }
}
#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;
  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;
  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;
  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: 'proxima-nova', Helvetica, sans-serif;
  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 {
  /* ie 6/7 */
  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: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;
  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;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.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 {
  /* ie 6/7 */
  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: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: #ff5831;
}
.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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
.cb-gravity-form .gform_wrapper input {
  border-radius: 0 !important;
  background: transparent !important;
}
.cb-gravity-form .gform_wrapper {
  margin: 0;
}
.cb-gravity-form .gform_wrapper ul li.gfield {
  margin-bottom: 16px;
}
.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-weight: 400 !important;
  font-size: 24px !important;
  color: #ff5831;
  margin: 0 0 13px !important;
}
.cb-gravity-form .gform_wrapper .gform_description h4 {
  margin: 0;
}
.cb-gravity-form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.cb-gravity-form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.cb-gravity-form .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100%;
}
.cb-gravity-form .gform_wrapper .gform_footer {
  padding-top: 32px !important;
}
.cb-gravity-form .gform_wrapper .gform_footer input[type="submit"] {
  padding: .5em 1.5em;
  line-height: 1;
}
.cb-gravity-form .gform_wrapper div.ginput_container_name span:first-child {
  padding-right: 10px;
}
.cb-gravity-form .gform_wrapper div.ginput_container_name span:last-child {
  padding-right: 0;
  padding-left: 10px;
}
.cb-gravity-form .gform_wrapper .gfield {
  padding-right: 0 !important;
}
.cb-gravity-form .gform_wrapper label,
.cb-gravity-form .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  color: black !important;
  margin-bottom: 0;
}
.cb-gravity-form .gform_wrapper textarea,
.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: #fff !important;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  height: auto;
  padding: 6px 5px;
  margin: 2px 6px 0 0;
  border-radius: 0;
}
.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: #ff5831;
  text-decoration: underline;
}
.cb-gravity-form .gform_wrapper li.gfield.gfield_error {
  border: none;
  background: #f4f4f4;
  padding: 1em;
  border-left: 15px solid #ff5831;
}
.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;
  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;
  background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  border-radius: 0;
  background: #ff5831 !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 input[type=submit].breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.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 abbr {
  border-bottom: none;
  color: #ff5831;
}
.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;
  background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  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.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.cb-gravity-form .header-button.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff5831;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
}
#timeline-embed.cb-grube-timeline {
  width: 100% !important;
  height: 600px !important;
  margin-bottom: -140px !important;
  background: transparent !important;
}
#timeline-embed.cb-grube-timeline .tl-timenav,
#timeline-embed.cb-grube-timeline .tl-menubar,
#timeline-embed.cb-grube-timeline .tl-headline-date,
#timeline-embed.cb-grube-timeline .tl-slidenav-description {
  display: none !important;
}
#timeline-embed.cb-grube-timeline .tl-slide-content {
  width: 100% !important;
}
html.js .cb-hero {
  opacity: 0;
}
.cb-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.cb-hero.caption-below {
  margin-bottom: .75em;
}
.cb-hero .placeholder {
  opacity: 0;
  width: 100%;
  height: auto;
}
.cb-hero .hero-align {
  position: absolute;
  bottom: 0;
  padding-bottom: 2em;
  z-index: 2;
  width: 100%;
}
.cb-hero .curtain {
  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%);
  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%);
  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 */
  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;
}
.cb-hero .hero-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.cb-hero-caption {
  color: #666;
  font-size: .9em;
  font-style: italic;
  margin-bottom: .5em;
}
@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-richtext.deck {
    margin-bottom: 1em;
  }
  .cb-nohero .page-byline {
    padding: .5em 0;
  }
}
.has-tweet .fa,
.has-facebook .fa {
  font-size: 14px;
}
.has-tweet,
.has-facebook {
  height: 45px;
  background: #32CCFE;
  -o-transition: background-color 200ms;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  z-index: 1000;
  margin-left: -15px;
  box-shadow: 4px 4px 39px -2px rgba(0, 0, 0, 0.25);
}
.has-facebook {
  background: #3c5a9e;
}
.has-tweet:after,
.has-facebook.has-no-twitter:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #32CCFE;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 30px;
  -o-transition: border-color 200ms;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
}
.has-facebook.has-no-twitter:after {
  border-top: 10px solid #3c5a9e;
}
.has-facebook.has-mobile:after,
.has-tweet.has-mobile:after {
  display: none;
}
.has-tweet:hover:after {
  border-top: 10px solid #00aced;
}
.has-tweet:hover {
  background: #00aced;
}
.has-facebook.has-no-twitter:hover:after {
  border-top: 10px solid #1F3C83;
}
.has-facebook:hover {
  background: #1F3C83;
}
.has-tweet:hover a,
.has-facebook:hover a {
  color: #FFF;
}
.has-tweet a,
.has-tweet a:hover,
.has-tweet a:visited,
.has-facebook a,
.has-facebook a:hover,
.has-facebook a:visited {
  font-family: 'FranklinGothic', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.150em;
  font-size: 14px;
  letter-spacing: .2em;
  color: #f8f8f8;
  display: block;
  height: 100%;
  padding: 12px 20px;
  text-decoration: none;
}
#hub-acq-modals .hub-modal {
  max-width: 800px;
}
#hub-acq-modals .hub-modal .message {
  display: block;
  width: 100%;
}
#hub-acq-modals .hub-modal .modal-body .modal-title {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 4px 25px;
  margin: 0 0 10px;
}
#hub-acq-modals .hub-modal .modal-body .modal-desc {
  color: white;
  margin: 0 0 15px;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate {
  display: block;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .modal-title {
  width: auto !important;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .message {
  display: block;
  padding: 0;
  width: 100%;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .cta {
  display: inline-block;
  width: auto;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .cancel {
  display: inline-block;
  width: auto;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .modal-button {
  border: none;
  padding: 8px 15px;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .modal-button.-cta {
  color: white;
  cursor: pointer;
  font-weight: bold;
}
#hub-acq-modals .hub-modal .modal-body .align.-donate .modal-button.-cancel {
  color: #777 !important;
  text-decoration: underline;
  font-size: 13px;
}
#hub-acq-modals .hub-modal .modal-header {
  padding-bottom: 30px;
}
#hub-acq-modals .hub-modal .modal-header .modal-title-mobile {
  margin-bottom: 0;
}
#hub-acq-modals .hub-modal .form-error,
#hub-acq-modals .hub-modal .form-confirmation {
  color: white;
  font-weight: bold;
}
#hub-acq-modals .hub-modal .cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline {
  position: relative;
}
#hub-acq-modals .hub-modal .cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline input {
  display: block;
  outline: none;
  padding-right: 150px;
  width: 100%;
}
#hub-acq-modals .hub-modal .cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 130px;
}
#hub-acq-modals .hub-modal .cb-modal-subscribe .modal-align .modal-box .form-footer {
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  #hub-acq-modals .hub-modal .modal-body .modal-title {
    display: none;
  }
}
.cb-journal-quote blockquote.cb-journal-quote,
.cb-page.threecol .cb-richtext.main blockquote.cb-journal-quote {
  width: 18em;
  border-left: none;
  padding-left: none;
  float: left;
  margin-left: -9em;
}
.cb-journal-quote blockquote.cb-journal-quote .quote-body,
.cb-page.threecol .cb-richtext.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-richtext.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-richtext.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-richtext.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-richtext.main blockquote.cb-journal-quote .quote-content p {
  margin-bottom: 1em;
}
.cb-media-list h2 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.cb-media-list .row {
  /* ie 6/7 */
  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: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;
  background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
  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.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.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-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9998;
  display: none;
}
.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;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.cb-modal.search .align {
  padding: 3em;
}
.cb-modal.visible {
  display: block;
}
@media only screen and (max-width: 400px) {
  .cb-modal {
    padding: 0 .5em;
  }
  .cb-modal .align {
    padding: 1.5em;
  }
}
.cb-more-boxes h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  margin: 0 0 24px;
}
.cb-more-boxes .boxes .box {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  background: #F4F4F4;
  margin-bottom: 27px;
  padding: 20px 18px;
}
.cb-more-boxes .boxes .box:before,
.cb-more-boxes .boxes .box:after {
  content: "";
  display: table;
}
.cb-more-boxes .boxes .box:after {
  clear: both;
}
.cb-more-boxes .boxes .box:before,
.cb-more-boxes .boxes .box:after {
  content: "";
  display: table;
}
.cb-more-boxes .boxes .box:after {
  clear: both;
}
.cb-more-boxes .boxes .box:last-child {
  margin-bottom: 0;
}
.cb-more-boxes .boxes .box .box-title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 8px;
}
.cb-more-boxes .boxes .box .box-content {
  font-size: 16px;
  color: #1A1A1A;
  line-height: 26px;
}
.cb-more-boxes .boxes .box .cta {
  padding-top: 8px;
}
.cb-more-boxes .boxes .box .cta a {
  color: #013167;
}
.cb-more-boxes .boxes .box .cta .delim {
  margin: 0 3px;
  opacity: .5;
}
.cb-more-boxes .boxes .box.-thumb .thumb {
  float: left;
  width: 120px;
}
.cb-more-boxes .boxes .box.-thumb .box-content {
  margin-left: 145px;
}
#page-comments #cvl-cmt .civil-comments {
  min-height: 0;
}
.cb-paginate-simple .prev,
.cb-paginate-simple .next {
  float: left;
  margin: 0 .35em;
}
.cb-paginate-simple .prev .fa,
.cb-paginate-simple .next .fa {
  opacity: .5;
}
.cb-paginate-simple .prev .fa {
  margin-right: .15em;
}
.cb-paginate-simple .next .fa {
  margin-left: .15em;
}
.cb-paginate-simple ul.pages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-paginate-simple ul.pages li {
  float: left;
  margin: 0 .35em;
}
.cb-paginate-simple ul.pages li a {
  text-decoration: underline;
  color: #013167;
}
.cb-paginate {
  display: block;
  background: #f4f4f4;
  text-align: center;
  padding: 11px 0 0;
}
.cb-paginate a {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #ff5831;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  cursor: pointer;
  text-transform: none;
  font-size: 15px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  border-radius: 3px;
  color: #505050;
  border: 1px solid #ddd;
  display: inline-block;
  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.breaking {
  background: white;
  color: black;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 11px;
  text-align: center;
  text-transform: none;
  margin: 0 14px;
}
.cb-paginate a .fa {
  display: inline-block;
  margin: 0 0 0 2px;
  opacity: .85;
}
.cb-paginate a:after {
  opacity: .3;
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #ff5831;
}
.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-partner-voice {
  text-align: center;
  border-bottom: 1px solid #26292B;
  padding-bottom: 100px;
  margin: 0 0 70px;
}
.cb-partner-voice:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.cb-partner-voice .partner-logo {
  margin: 0 0 40px;
}
.cb-partner-voice .partner-logo img {
  max-width: 260px;
  max-height: 130px;
}
.cb-partner-voice .partner-title {
  /* Bank of Hawaii Found: */
  font-size: 34px;
  color: #000000;
  line-height: 40px;
  margin: 0 0 20px;
}
.cb-partner-voice .partner-desc {
  /* For more than 100 ye: */
  font-size: 16px;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 26px;
}
.cb-partner-voice .excerpts {
  text-align: left;
  padding-top: 70px;
}
.cb-partner-voice .excerpts .cb-excerpt {
  padding: 25px;
  background: #F4F4F4;
  box-shadow: inset 0 -1px 0 0 rgba(229, 227, 221, 0.5);
  margin: 0 0 30px;
}
.cb-partner-voice .excerpts .cb-excerpt.thumb .cb-image {
  width: 255px;
}
.cb-partner-voice .excerpts .cb-excerpt.thumb .cb-image img {
  width: 100%;
}
.cb-partner-voice .excerpts .cb-excerpt.thumb .body {
  margin-left: 255px;
  padding-left: 25px;
}
.sponsor-message {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  margin: 50px 0 30px;
  overflow: hidden;
}
.sponsor-message .logo {
  width: 120px;
}
.sponsor-message .logo img {
  width: 100%;
}
.sponsor-message .content-align {
  padding-left: 1em;
}
.sponsor-message a {
  color: #013167;
}
.cb-posts-archive {
  background: white;
}
.cb-posts-archive nav.filter-nav {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.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: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 {
  font-size: 16px;
  display: inline-block;
  line-height: 2.5;
  padding: 0 1.5em;
  color: #666;
  background: #f5f5f5;
}
.cb-posts-archive nav.filter-nav ul.filter-links li.filter-link.selected a {
  background: #ff5831;
  color: white;
}
@media screen and (max-width: 800px) {
  .cb-posts-archive nav.filter-nav ul.filter-links li.filter-link {
    float: none;
  }
  .cb-posts-archive nav.filter-nav ul.filter-links li.filter-link a {
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    background: white;
  }
}
.cb-posts-archive .filter {
  display: none;
}
.cb-posts-archive #archive-latest,
.cb-posts-archive .archive-excerpts {
  padding: 0;
}
.cb-posts-archive #archive-latest .cb-excerpt,
.cb-posts-archive .archive-excerpts .cb-excerpt {
  padding: 1.5em 1.75em;
  margin: 0;
  border-bottom: 1px solid #f4f4f4;
}
.cb-posts-archive #archive-latest .cb-excerpt .body,
.cb-posts-archive .archive-excerpts .cb-excerpt .body {
  font-size: 90%;
}
.cb-posts-archive #archive-latest .cb-excerpt .body h2.headline,
.cb-posts-archive .archive-excerpts .cb-excerpt .body h2.headline {
  color: black;
  font-size: 22px;
  line-height: 26px;
}
.cb-posts-archive #archive-latest .cb-excerpt.thumb .body,
.cb-posts-archive .archive-excerpts .cb-excerpt.thumb .body {
  padding-left: 1em;
}
.cb-posts-archive #archive-latest .cb-excerpt.thumb.thumb-right .cb-image,
.cb-posts-archive .archive-excerpts .cb-excerpt.thumb.thumb-right .cb-image {
  float: right;
}
.cb-posts-archive #archive-latest .cb-excerpt.thumb.thumb-right .body,
.cb-posts-archive .archive-excerpts .cb-excerpt.thumb.thumb-right .body {
  margin: 0;
  padding-right: 2em;
  margin-right: 9em;
}
.cb-posts-archive #archive-latest .cb-excerpt .main-category,
.cb-posts-archive .archive-excerpts .cb-excerpt .main-category {
  display: none;
}
.cb-posts-archive #archive-latest .cb-excerpt .cb-image .photo-credit,
.cb-posts-archive .archive-excerpts .cb-excerpt .cb-image .photo-credit {
  display: none;
}
.cb-posts-archive #archive-latest .cb-excerpt:last-child,
.cb-posts-archive .archive-excerpts .cb-excerpt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 800px) {
  .cb-posts-archive #archive-latest .cb-excerpt,
  .cb-posts-archive .archive-excerpts .cb-excerpt {
    padding: 1.5em 1em;
  }
}
.cb-posts-archive #archive-latest .cb-paginate,
.cb-posts-archive .archive-excerpts .cb-paginate {
  padding: 1.5em;
  border-top: 1px solid #f4f4f4;
}
.cb-posts-archive .cb-excerpt.paginate {
  padding: 1.5em;
  border-top: 1px solid #f4f4f4;
}
.cb-posts-archive .cb-richtext.archive,
.cb-posts-archive .cb-archive-results.archive {
  padding: 2em;
}
.cb-posts-archive .cb-richtext.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-richtext.archive h2:first-of-type,
.cb-posts-archive .cb-archive-results.archive h2:first-of-type {
  padding-top: 0;
}
.cb-posts-archive .cb-richtext.archive strong,
.cb-posts-archive .cb-archive-results.archive strong {
  display: block;
  padding-top: .6em;
  padding-bottom: .2em;
}
.cb-posts-archive .cb-richtext.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-richtext.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;
  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-powered-by {
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-powered-by .animated-stripe {
  opacity: 0;
  float: left;
}
.cb-powered-by .animated-stripe .prefix {
  float: left;
}
.cb-powered-by .animated-stripe .ticker {
  float: left;
  padding: 0 .5em;
  overflow: hidden;
  height: 29px;
}
.cb-powered-by .animated-stripe .ticker span {
  display: block;
  width: 100%;
}
.cb-powered-by:hover {
  color: white;
}
.cb-print {
  background: #f4f4f4;
  padding: .75em 0 0;
  color: #aaa;
  font-size: .9em;
  text-align: right;
}
.cb-promotion {
  padding: 100px 0;
  background: #333;
  background-image: url('../images//coffee.jpg');
  background-size: cover;
  color: white;
}
.cb-promotion .grid {
  width: 1400px;
  max-width: 100%;
}
.cb-promotion .col-main {
  float: left;
  width: 65%;
  padding-right: 40px;
}
.cb-promotion .col-aside {
  width: 35%;
  float: right;
}
.cb-promotion .promotion-logo img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 32px;
}
.cb-promotion .promotion-form {
  background: #d9e2e2;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 300px auto;
  font-size: 17px;
  line-height: 1.5;
  color: #363B3F;
  border-top: 30px solid #b6bfbf;
  overflow: hidden;
  padding: 40px;
}
.cb-promotion .promotion-form.-result {
  background-image: none;
}
.cb-promotion .promotion-form a {
  color: #ff5831;
}
.cb-promotion .promotion-form .coll {
  float: left;
  width: 45%;
  padding-right: 30px;
}
.cb-promotion .promotion-form .coll .description {
  display: block;
  margin: 0 0 40px;
}
.cb-promotion .promotion-form .colr {
  float: left;
  width: 55%;
}
.cb-promotion .promotion-form .form-header {
  font-size: 30px;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 800;
  color: #ff5831;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 30px;
}
.cb-promotion .promotion-form .form-header h1 {
  margin: 0;
}
.cb-promotion .promotion-form .thanks {
  font-size: 21px;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.cb-promotion .promotion-form .thanks p {
  margin: 0 0 16px;
}
.cb-promotion .promotion-form .thanks p.-tc {
  text-align: center;
}
.cb-promotion .promotion-form .thanks p.-pad {
  padding-top: 16px;
}
.cb-promotion .promotion-form .thanks small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  margin: 0;
  vertical-align: top;
}
.cb-promotion .promotion-form .thanks .cta {
  display: inline-block;
  background: #ff5831;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 16px;
}
.cb-promotion .promotion-form .error {
  font-weight: bold;
  color: red;
  margin: 0 0 20px;
}
.cb-promotion .promotion-form .form-body input.text {
  background: transparent;
  display: block;
  width: 100%;
  max-width: 350px;
  border: 1px solid black;
  height: 40px;
  margin: 0 0 12px;
  padding: 5px 10px;
  font-size: 16px;
}
.cb-promotion .promotion-form .form-body .field-spacer {
  height: 1em;
}
.cb-promotion .promotion-form .form-body .cb {
  margin: 0 0 12px;
  font-size: 14px;
}
.cb-promotion .promotion-form .form-body label.main {
  font-size: 14px;
  display: block;
  margin: 10px 0 5px;
}
.cb-promotion .promotion-form .form-footer {
  padding-top: 20px;
}
.cb-promotion .promotion-form .form-footer button {
  background: #ff5831;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .cb-promotion .col-main,
  .cb-promotion .col-aside {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .cb-promotion .grid {
    padding: 0 16px !important;
  }
  .cb-promotion .promotion-form {
    padding-left: 25px;
    padding-right: 25px;
    background-size: 600px auto;
  }
  .cb-promotion .promotion-form .form-header {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .cb-promotion .promotion-form {
    background-image: none;
  }
  .cb-promotion .promotion-form .coll,
  .cb-promotion .promotion-form .colr {
    padding: 0;
    float: none;
    width: 100%;
  }
  .cb-promotion .promotion-form .coll {
    margin: 0 0 40px;
  }
  .cb-promotion .promotion-form .form-body input.text {
    max-width: none;
  }
}
.cb-page-form.receipt .page-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
}
.cb-page-form.receipt table {
  width: 100%;
  border: none;
  box-shadow: none;
}
.cb-page-form.receipt table tr {
  border: none;
}
.cb-page-form.receipt table tr td.price {
  text-align: right;
}
.cb-page-form.receipt table thead {
  background: #363b3f;
  text-align: left;
  color: white;
}
.cb-page-form.receipt table thead tr.date {
  background: white;
  color: #666;
}
.cb-page-form.receipt table thead th.desc {
  width: 75%;
}
.cb-page-form.receipt table thead th.price {
  text-align: right;
}
.cb-page-form.receipt table tfoot {
  border-top: 1px solid #eee;
  font-weight: bold;
}
.cb-page-form.receipt .below-receipt {
  text-align: center;
}
.cb-reference {
  font-weight: bold;
  margin-bottom: 2em;
}
.cb-reference .title {
  color: #ff5831;
}
.cb-related-videos h3 {
  font-size: 20px;
  color: #1A1A1A;
  margin: 0 0 25px;
}
.cb-related-videos h3 a {
  color: #1573CB;
}
.cb-related-videos .videos {
  background: #F4F4F4;
  padding: 25px 10px;
}
.cb-related-videos .videos .row {
  overflow: hidden;
  margin: 0 0 50px;
}
.cb-related-videos .videos .row:last-child {
  margin: 0;
}
.cb-related-videos .videos .row .video {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.cb-related-videos .videos .row .video .thumb {
  margin: 0 0 15px;
  position: relative;
}
.cb-related-videos .videos .row .video .thumb .ic {
  width: 35px;
  height: 27px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/play-icon@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.cb-related-videos .videos .row .video h4 {
  font-size: 16px;
  color: #25292B;
  margin: 0;
}
.cb-search-results ul.results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-search-results ul.results li.result {
  /* ie 6/7 */
  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: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-richtext p:first-child {
  margin-top: 0;
}
.cb-search-results ul.results li.result .cb-richtext p:last-child {
  margin-bottom: 0;
}
.cb-section-buffer {
  background: #f4f4f4;
  height: .75em;
  display: block;
}
.cb-series-box {
  background: black;
  color: white;
  width: 330px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  max-width: 100%;
}
.cb-series-box.bleed {
  margin-right: -91px;
}
.cb-series-box.align-left {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.cb-series-box.align-left.bleed {
  margin-left: -390px;
}
.cb-series-box > header {
  background: #ff5831;
  overflow: hidden;
  padding: .2em 1em;
  font-size: .9em;
}
.cb-series-box > header h4 {
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  color: white;
  font-weight: bold;
  margin: 0;
  vertical-align: middle;
}
.cb-series-box > header .count {
  float: right;
  font-weight: bold;
  vertical-align: middle;
}
.cb-series-box > header .count a {
  color: inherit;
  text-decoration: none;
}
.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-series-box ul {
  list-style-type: none;
  margin: 0;
  padding: 1em;
  font-size: .8em;
  line-height: 1.2;
}
.cb-series-box ul li {
  margin-bottom: 18px;
}
.cb-series-box ul li time {
  color: #ff5831;
  font-weight: bold;
  float: left;
  width: 85px;
}
.cb-series-box ul li a,
.cb-series-box ul li span {
  display: block;
  margin-left: 85px;
  color: white;
  text-decoration: none;
}
.cb-series-box ul li.future time,
.cb-series-box ul li.future span {
  color: #999999 !important;
}
.cb-series-box .projlink {
  text-align: center;
}
.cb-series-box .projlink a {
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  color: black;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  padding: 3px 12px;
}
.cb-share .social {
  color: white;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  min-width: 30px;
  padding: 0 15px;
  background: #3b5998;
  text-align: center;
  text-transform: uppercase;
}
.cb-share .social .ic {
  font-size: 20px;
}
.cb-share .social.-reddit {
  background: #FF5700;
}
.cb-share .social.-twitter {
  background: #0084b4;
}
.cb-share .social.-mail {
  background: #efefef;
  color: #333;
}
.cb-shortcode-col {
  float: left;
  width: 50%;
}
.cb-shortcode-col.left {
  padding-right: 1em;
}
.cb-shortcode-col.right {
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  .cb-shortcode-col {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
.cb-sidebar,
.cb-richtext .cb-sidebar {
  width: 45%;
  max-width: 400px;
  background: #f4f4f4;
  font-size: 1em;
  padding: 20px 25px;
}
.cb-sidebar.align-left,
.cb-richtext .cb-sidebar.align-left {
  margin-right: 1.5em;
  margin-bottom: 1em;
  float: left;
}
.cb-sidebar.align-right,
.cb-richtext .cb-sidebar.align-right {
  margin-left: 1.5em;
  margin-bottom: 1;
  float: right;
}
.cb-sidebar h4,
.cb-richtext .cb-sidebar h4 {
  font-size: 16px;
  font-weight: 400;
  color: #ff5831;
  margin: 0 0 13px;
}
.cb-sidebar .sidebar-body-content,
.cb-richtext .cb-sidebar .sidebar-body-content {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}
.cb-sidebar .sidebar-body-content p,
.cb-richtext .cb-sidebar .sidebar-body-content p {
  margin: 0 0 13px;
}
.cb-sidebar .sidebar-body-content p:last-child,
.cb-richtext .cb-sidebar .sidebar-body-content p:last-child {
  margin-bottom: 0;
}
.cb-sidebar ul,
.cb-richtext .cb-sidebar ul {
  font-size: .9em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-sidebar ul li,
.cb-richtext .cb-sidebar ul li {
  overflow: hidden;
  border-bottom: 1px solid #E5E3DD;
  padding: 14px 0;
}
.cb-sidebar ul li:first-child,
.cb-richtext .cb-sidebar ul li:first-child {
  padding-top: 0;
}
.cb-sidebar ul li:last-child,
.cb-richtext .cb-sidebar ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cb-sidebar ul li .cb-image,
.cb-richtext .cb-sidebar ul li .cb-image {
  width: 55px;
  float: left;
  background-image: none !important;
  margin-top: 2px;
}
.cb-sidebar ul li .cb-image .photo-credit,
.cb-richtext .cb-sidebar ul li .cb-image .photo-credit {
  display: none;
}
.cb-sidebar ul li .content,
.cb-richtext .cb-sidebar ul li .content {
  margin-left: 70px;
}
.cb-sidebar ul li h5,
.cb-richtext .cb-sidebar ul li h5 {
  line-height: 1.2;
  font-size: 1em;
  font-weight: 500;
  color: black;
  margin: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.cb-sidebar ul li h5 a,
.cb-richtext .cb-sidebar ul li h5 a {
  color: black;
  text-decoration: none;
}
.cb-sidebar ul li time,
.cb-richtext .cb-sidebar ul li time {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  color: #666;
}
@media screen and (max-width: 750px) {
  .cb-sidebar,
  .cb-richtext .cb-sidebar {
    float: none !important;
    margin: 23px 0 !important;
    width: 100% !important;
    max-width: none;
  }
  .cb-sidebar header,
  .cb-richtext .cb-sidebar header {
    margin: 0 0 10px;
  }
  .cb-sidebar h4,
  .cb-richtext .cb-sidebar h4 {
    font-size: 16px;
    margin: 0;
  }
  .cb-sidebar .sidebar-body-content,
  .cb-richtext .cb-sidebar .sidebar-body-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.cb-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.cb-slider img {
  display: block;
  width: 100%;
}
.cb-slider .img-w-credit {
  margin: 0 !important;
}
.cb-slider .slide-wrap {
  position: relative;
}
.cb-slider .end {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cb-slider .end img {
  width: 100%;
}
.cb-slider .slider-mobile {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 99;
  overflow-y: auto;
  display: none;
  opacity: 0;
}
.cb-slider .slider-mobile i {
  display: block;
  width: 500%;
  height: 1px;
  background: red;
}
.cb-slider .slider {
  height: 30px;
  width: 100%;
  background: black;
  position: relative;
}
.cb-slider .slider i.grip {
  display: block;
  width: 30px;
  background: #E60000;
  color: white;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0%;
  cursor: pointer;
  margin-left: -15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb-slider.slide .end {
  left: -100%;
  border-right: 2px solid #E60000;
}
.cb-slider.slide .end.i-100 {
  border-right: none;
}
.cb-slider.fade .end {
  opacity: 0;
}
body.cb-sliding {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cb-stream.tiles {
  background: #f4f4f4;
  overflow: hidden;
  padding: 11px;
}
.cb-stream.tiles.mtop {
  padding-top: 1em;
}
.cb-stream.tiles > .align {
  overflow: hidden;
  margin: -11px -11px 11px;
}
.cb-stream.tiles.-xpad {
  padding: 21px;
  padding-left: 0;
  padding-right: 0;
}
.cb-stream.tiles.-xpad .grid .visible {
  margin: 0 -11px;
}
@media screen and (max-width: 750px) {
  .cb-stream.tiles.-xpad {
    padding: 0 0 11px;
  }
}
.cb-stream.tiles.-v2 .align {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-stream.tiles .loading {
  text-align: center;
  padding: 1em 0;
  font-size: .8em;
  opacity: .5;
  text-transform: uppercase;
}
.cb-stream.tiles .tiles {
  overflow: hidden;
}
.cb-stream.tiles .row {
  overflow: hidden;
}
.cb-stream.tiles .queued {
  display: none;
}
.cb-stream.tiles .cb-tile,
.cb-stream.tiles .cb-aside {
  padding: 11px;
}
.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%;
}
@media screen and (max-width: 1024px) {
  .cb-stream.tiles.-v2 .cb-tile.cols-1 {
    width: 50%;
  }
  .cb-stream.tiles.-v2 .cb-tile.cols-2 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .cb-stream.tiles.-v1 {
    padding-top: 0;
  }
  .cb-stream.tiles.-v2 {
    padding: 12px 0;
  }
  .cb-stream.tiles.-v2 .cb-tile {
    padding: 12px 18px !important;
  }
  .cb-stream.tiles.-v2 .cb-tile:first-child {
    padding-top: 24px;
  }
  .cb-stream.tiles.-v2 .cb-tile.cols-1 {
    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;
  margin: 0;
  padding-bottom: 0 !important;
}
.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;
  float: right;
  width: 80px;
  height: 80px;
  display: block;
  margin: 21px 21px 10px;
}
.cb-stream.tiles.one-col .cb-tile .cb-image .photo-credit,
.cb-stream.tiles.one-col .cb-aside .cb-image .photo-credit {
  display: none;
}
.cb-stream.tiles.one-col .cb-tile .body .article-title,
.cb-stream.tiles.one-col .cb-aside .body .article-title {
  font-size: 19px;
  line-height: 24px;
}
.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: #f4f4f4;
}
.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;
}
.cb-stream.tiles.-preview h1 {
  font-size: 30px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: -0.41px;
  line-height: 56px;
  margin: 0;
  padding-top: 20px;
}
.cb-stream.tiles.-preview .cb-tile {
  padding: 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-subscribe-insert {
  display: none;
}
.cb-modal-subscribe {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.cb-modal-subscribe .modal-align .modal-box {
  padding: 25px 20px;
  background: #ff5831;
  border-bottom: none;
  position: relative;
  color: white;
}
.cb-modal-subscribe .modal-align .modal-box img {
  width: 290px;
}
.cb-modal-subscribe .modal-align .modal-box .anim {
  opacity: 0;
}
.cb-modal-subscribe .modal-align .modal-box .close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 13px;
  font-size: 30px;
  opacity: .2;
  cursor: pointer;
}
.cb-modal-subscribe .modal-align .modal-box .modal-tape {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.cb-modal-subscribe .modal-align .modal-box .modal-tape > span {
  background: #363b3f;
  display: inline-block;
  padding: 5px 20px;
}
.cb-modal-subscribe .modal-align .modal-box .modal-title {
  color: white;
  line-height: 1.4;
  font-weight: normal;
  font-size: 14px;
}
.cb-modal-subscribe .modal-align .modal-box .modal-title > .-cta {
  background: #363b3f;
  display: inline-block;
  padding: 5px 20px;
  font-size: 17px !important;
  font-weight: bold !important;
}
@media screen and (max-width: 480px) {
  .cb-modal-subscribe .modal-align .modal-box .modal-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 350px) {
  .cb-modal-subscribe .modal-align .modal-box .modal-title {
    font-size: 17px;
  }
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-body {
  padding: 0 0 10px 0;
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline input {
  border: 1px solid #1a1a1a;
  height: 43px;
  width: 290px;
  padding: 0 15px;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline button {
  vertical-align: middle;
  background: #b6bfbf;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  font-weight: bold;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  text-transform: uppercase;
  height: 43px;
  padding: 0 22px;
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline button .fa {
  margin-right: .5em;
  opacity: .85;
  display: none;
}
@media screen and (max-width: 480px) {
  .cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline input {
    width: 100%;
    margin-bottom: 5px;
  }
  .cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-field.oneline button {
    display: block;
    width: 100%;
  }
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-error {
  display: none;
  color: #771000;
  font-size: 14px;
  padding-top: 13px;
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-body .form-confirmation {
  margin: 0 0 5px;
  display: none;
  font-weight: bold;
}
.cb-modal-subscribe .modal-align .modal-box .modal-form .form-footer {
  font-size: 14px;
  color: #fff;
}
.cb-modal-subscribe .modal-align .modal-box .modal-form.thinking .form-body .form-field.oneline button .fa {
  display: inline-block;
}
.cb-modal-subscribe.-hub-modal .modal-align .modal-box {
  border: none;
  padding: 0;
}
.cb-modal-subscribe.-hub-modal .modal-align .modal-box .modal-form {
  padding: 0 20px;
}
.cb-modal-subscribe.-hub-modal .modal-align .modal-box .modal-form .form-body .form-field.oneline input {
  border: none;
  margin: 0;
}
.cb-modal-subscribe.-insert {
  position: relative;
  bottom: auto;
  z-index: inherit;
  display: block !important;
}
.cb-modal-subscribe.-insert .modal-align .modal-box {
  background: #f9f9f9;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 25px 28px;
}
.cb-modal-subscribe.-insert .modal-align .modal-box .modal-title {
  color: #333;
  font-size: 15px;
  margin: 0;
  text-align: left;
  display: block;
  max-width: 400px;
  margin: 0 auto 20px;
}
.cb-modal-subscribe.-insert .modal-align .modal-box .modal-title > span {
  display: block;
  margin-left: 37px;
  padding-left: 12px;
}
.cb-modal-subscribe.-insert .modal-align .modal-box .modal-title img {
  float: left;
  width: 37px !important;
  max-width: 37px !important;
}
.cb-modal-subscribe.-insert .modal-align .modal-box .modal-form .form-body .form-field.oneline input {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cb-modal-subscribe.-insert .modal-align .modal-box .form-body .form-field.oneline {
  position: relative;
}
.cb-modal-subscribe.-insert .modal-align .modal-box .form-body .form-field.oneline button {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
.cb-modal-subscribe.cb-banner {
  position: inherit;
  bottom: auto;
  display: block;
}
.cb-modal-subscribe.cb-banner .modal-align .modal-box {
  border-width: 0px;
  border-top-width: 4px;
  margin: 0;
}
#subscribe-modal-screen {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
}
.cb-team .team-group .title {
  margin: 0 0 33px;
}
.cb-team .team-group .title h4 {
  font-weight: 400;
  font-size: 24px;
  color: #ff5831;
  margin: 0 0 18px;
  margin-top: 48px;
  margin: 0;
}
.cb-team .team-group .list .row {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin: 0 0 36px;
}
.cb-team .team-group .list .row:before,
.cb-team .team-group .list .row:after {
  content: "";
  display: table;
}
.cb-team .team-group .list .row:after {
  clear: both;
}
.cb-team .team-group .list .row:before,
.cb-team .team-group .list .row:after {
  content: "";
  display: table;
}
.cb-team .team-group .list .row:after {
  clear: both;
}
.cb-team .team-group .list .row .person {
  text-align: center;
}
.cb-team .team-group .list .row .person .bubble {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0 0 20px;
}
.cb-team .team-group .list .row .person .name {
  font-size: 18px;
}
.cb-team .team-group .list .row .person .title {
  font-size: 16px;
}
.cb-team .team-group .list.-fourcol .person {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .cb-team .team-group .list.-fourcol .row {
    margin: 0;
  }
  .cb-team .team-group .list.-fourcol .person {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .cb-team .team-group .list.-fourcol .person {
    float: left;
    width: 100%;
  }
}
.cb-team .team-group .list.-longform .person {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  margin: 0 0 64px;
  text-align: left;
}
.cb-team .team-group .list.-longform .person:before,
.cb-team .team-group .list.-longform .person:after {
  content: "";
  display: table;
}
.cb-team .team-group .list.-longform .person:after {
  clear: both;
}
.cb-team .team-group .list.-longform .person:before,
.cb-team .team-group .list.-longform .person:after {
  content: "";
  display: table;
}
.cb-team .team-group .list.-longform .person:after {
  clear: both;
}
.cb-team .team-group .list.-longform .person .bubble {
  float: left;
  margin: 0 32px 1em 0;
}
.cb-team .team-group .list.-longform .person .name {
  margin: 0 0 16px;
}
@media screen and (max-width: 550px) {
  .cb-team .team-group .list.-longform .person .bubble {
    float: none;
    margin: 0 auto 32px;
    display: block;
  }
  .cb-team .team-group .list.-longform .person .name {
    font-weight: bold;
    text-align: center;
  }
}
.cb-underwriting-practices .toggler {
  font-size: .8em;
  padding: 1em 0;
  display: block;
  color: #666;
}
.cb-underwriting-practices .toggler .fa {
  display: inline-block;
  background: #f4f4f4;
  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: #dbdbdb;
}
.cb-underwriting-practices .toggled {
  display: none;
  background: #f4f4f4;
  font-size: .8em;
  padding: 1em;
}
.cb-underwriting-practices.open .toggled {
  display: block;
}
.cb-video-box {
  position: relative;
}
.cb-video-box img {
  display: block;
}
.cb-video-box .cb-icon.video-play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images//play.png');
  background-repeat: no-repeat;
  background-position: center;
}
.cb-voices {
  background: #25292B;
  color: white;
  padding: 50px 0;
}
.cb-voices .voices-title {
  font-size: 24px;
  font-weight: normal;
  color: #ff5831;
  margin: 0 0 36px;
}
.cb-voices.-two-col .cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cb-voices.-two-col .cols .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.cb-voices.-two-col .cols .col.-left {
  padding-right: 40px;
}
.cb-voices.-two-col .cols .col.-right {
  padding-left: 40px;
  border-left: 1px solid #363B3F;
}
@media screen and (max-width: 1024px) {
  .cb-voices {
    padding: 2em 24px 3em;
  }
  .cb-voices.-two-col .cols {
    display: block;
  }
  .cb-voices.-two-col .cols .col {
    display: block;
    width: 100%;
  }
  .cb-voices.-two-col .cols .col.-left {
    padding: 0;
  }
  .cb-voices.-two-col .cols .col.-right {
    padding: 0;
    border-left: none;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr {
    margin-bottom: 45px;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr .article-title {
    font-size: 19px;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr:last-child {
    margin-bottom: 45px;
  }
  .cb-voices.-two-col .cols .col:last-child .cb-excerpt.hpr:last-child {
    margin-bottom: 0;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr.-thumb.-thumb-left .excerpt-content {
    margin-left: 0;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr.-thumb .cb-image.bg {
    width: 70px;
    margin-right: 1em;
    margin-bottom: .25em;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr .meta-items {
    padding-top: 13px;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr .meta-items .meta-item {
    float: none;
    display: block;
    margin-bottom: 8px;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr .meta-items .meta-item:last-child {
    margin-bottom: 0;
  }
  .cb-voices.-two-col .cols .col .cb-excerpt.hpr .meta-items .meta-item.-comments .comment-count {
    color: white;
  }
}
@media screen and (max-width: 750px) {
  .cb-voices .voices-title {
    font-size: 19px;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-a .cb-voices {
    display: none;
    padding: 32px 0 16px;
  }
  body.mobs-a .cb-voices .grid {
    padding: 0;
  }
  body.mobs-a .cb-voices .cb-excerpt.hpr.community {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1em !important;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  body.mobs-a .cb-voices .cb-excerpt.hpr.community .excerpt-content .cb-richtext {
    display: block;
  }
  body.mobs-a .cb-voices .col.-right .cb-excerpt.hpr.community:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  body.mobs-b .cb-voices {
    padding: 32px 0;
  }
  body.mobs-b .cb-voices .voices-title {
    font-size: 18px;
    font-weight: 100;
    padding: 0 16px;
    margin-bottom: 8px;
  }
  body.mobs-b .cb-voices .grid {
    padding: 0;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin: 0 !important;
    overflow: hidden;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .article-title {
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .excerpt-content .cb-richtext {
    display: none;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .cb-image.bg {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0;
    float: right;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .cb-image.bg img {
    display: none;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .cb-byline {
    font-size: 13px;
    color: white;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .cb-byline cite {
    display: none;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .cb-byline .delim {
    display: none;
  }
  body.mobs-b .cb-voices .cb-excerpt.hpr.community .meta-items {
    padding-top: 0 !important;
  }
  body.mobs-b .cb-voices .col.-right .cb-excerpt.hpr.community:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.cb-wiki {
  overflow: hidden;
  background: white;
  padding: 0 2em;
}
@media screen and (max-width: 480px) {
  .cb-wiki {
    padding: 0 1.5em;
  }
}
.cb-wiki .wiki-header {
  /* ie 6/7 */
  zoom: 1;
  /* ie 6/7 */
  padding: 3em 0 1em;
  border-bottom: 1px solid #f1f0eb;
}
.cb-wiki .wiki-header:before,
.cb-wiki .wiki-header:after {
  content: "";
  display: table;
}
.cb-wiki .wiki-header:after {
  clear: both;
}
.cb-wiki .wiki-header:before,
.cb-wiki .wiki-header:after {
  content: "";
  display: table;
}
.cb-wiki .wiki-header:after {
  clear: both;
}
.cb-wiki .wiki-header h1 {
  font-size: 40px;
  margin: 0;
  float: left;
}
.cb-wiki .wiki-header .meta {
  float: right;
  font-size: 13px;
  margin-top: 23px;
}
.cb-wiki .wiki-header .meta time {
  color: #aaa;
}
.cb-wiki .wiki-header .meta .delim {
  margin: 0 1em;
  font-size: 12px;
}
.cb-wiki .wiki-header .meta .contact {
  color: #ff5831;
  font-weight: bold;
}
.cb-wiki .wiki-header .meta .contact .fa {
  margin-right: .35em;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .cb-wiki .wiki-header h1 {
    float: none;
  }
  .cb-wiki .wiki-header .meta {
    margin: 0;
    float: none;
  }
}
.cb-wiki .wiki-body {
  padding: 2em 0;
  overflow: hidden;
}
.cb-wiki .wiki-body .column.main {
  float: left;
  width: 70%;
  padding-right: 2em;
}
.cb-wiki .wiki-body .column.main .cb-richtext {
  color: #333;
}
.cb-wiki .wiki-body .column.side {
  float: left;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .cb-wiki .wiki-body .column {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 2em;
  }
  .cb-wiki .wiki-body .column:last-child {
    margin-bottom: 0;
  }
}
.cb-wiki .wiki-toc {
  background: #f6f7f7;
  padding: 24px 34px;
  border-top: 4px solid #ff5831;
  border-bottom: 1px solid #dadfdf;
  margin: 2em 0;
}
.cb-wiki .wiki-toc .toc-title {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 24px;
}
.cb-wiki .wiki-toc .toc-body > .section {
  margin-bottom: 1.25em;
  font-weight: bold;
}
.cb-wiki .wiki-toc .toc-body > .section:last-child {
  margin-bottom: 0;
}
.cb-wiki .wiki-toc .toc-body > .section a {
  display: block;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
  margin-bottom: .8em;
}
.cb-wiki .wiki-toc .toc-body > .section a:hover {
  color: #ff5831;
}
.cb-wiki .wiki-toc .toc-body > .section .section {
  padding-left: 1.25em;
  font-size: .9em;
}
.cb-wiki .wiki-body-content .cb-richtext h1 {
  font-size: 26px;
  margin: 24px 0 5px 0;
}
.cb-wiki .wiki-body-content .cb-richtext h2 {
  font-size: 18px;
  margin: 16px 0 8px 0;
}
.cb-wiki .wiki-body-content .cb-richtext h3 {
  font-size: 1em;
  margin: 14px 0 8px 0;
}
.cb-wiki .wiki-body-content .cb-richtext h4 {
  font-size: 13px;
  margin: 14px 0 8px 0;
}
.cb-wiki .wiki-body-content .cb-richtext h5 {
  font-size: 12px;
  margin: 14px 0 8px 0;
}
.cb-wiki .wiki-body-content .cb-richtext h6 {
  font-size: 11px;
  margin: 14px 0 8px 0;
}
.cb-wiki .wiki-resources {
  margin: 34px 0 0;
}
.cb-wiki .wiki-resources .resources-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #888888;
  margin: 0;
  margin: 0 0 .5em;
}
.cb-wiki .wiki-resources .resource-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-wiki .wiki-resources .resource-links li {
  margin: 0 0 .5em;
}
.cb-wiki .wiki-resources .resource-links li:last-child {
  margin: 0;
}
.cb-wiki .wiki-resources .resource-links li a {
  font-weight: bold;
  color: #1a1a1a;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-wiki .wiki-resources .resource-links li a .fa {
  color: #cacaca;
  margin-right: .65em;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
  float: left;
  margin-top: 3px;
}
.cb-wiki .wiki-resources .resource-links li a:hover {
  color: #ff5831;
}
.cb-wiki .wiki-resources .resource-links li a:hover .fa {
  color: black;
}
.cb-wiki .wiki-widget {
  color: #333;
  margin-bottom: 1.5em;
  border: 1px solid #f1f0eb;
  padding: 1.5em 2em;
}
.cb-wiki .wiki-widget .widget-title {
  font-size: 20px;
  margin: 0 0 21px;
}
.cb-wiki .wiki-widget .widget-body .cb-richtext {
  font-size: .9em;
  color: #333;
}
.cb-wiki .wiki-widget .widget-body .cb-richtext a {
  color: inherit;
  text-decoration: none;
}
.cb-wiki .wiki-widget .widget-body .cb-richtext a .fa {
  width: 20px;
}
.cb-wiki .wiki-widget .widget-body .cb-richtext a:hover {
  text-decoration: underline;
}
.cb-wiki .wiki-widget:last-child {
  margin-bottom: 0;
}
.cb-wiki .wiki-widget.photo {
  padding: 0;
  border: none;
}
.cb-wiki .wiki-widget.photo img {
  width: 100%;
  height: auto;
}
/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
/* ==========================================================================
   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-richtext.extensive-styling blockquote {
    margin-left: 0 !important;
  }
  .cb-page .page-body .col-asides {
    display: none;
  }
  .cb-banner.series {
    display: none;
  }
  .cb-page.threecol {
    max-width: 960px;
    margin: 0 auto;
  }
  .cb-page.threecol .cb-banner.threecol {
    background-image: none !important;
    margin-bottom: 0;
  }
  .cb-page.threecol .cb-banner.threecol .cb-byline {
    color: black;
  }
  .cb-page.threecol .cb-banner.threecol .align-curtain {
    display: none;
  }
  .cb-page.threecol .cb-banner.threecol #big-video-fyd {
    display: none;
  }
  .cb-page.threecol .cb-banner.threecol .banner-align {
    max-width: none;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    padding: 0;
  }
  .cb-page.threecol .cb-banner.threecol .banner-align .banner-content {
    color: black;
    padding: 35px 25px 0;
  }
  .cb-page.threecol .cb-banner.threecol .banner-align .banner-content .scroll-cta {
    display: none;
  }
  .cb-page.threecol .page-align {
    padding: 0 25px;
  }
  .cb-page.threecol .page-align .page-body .col-asides {
    display: none;
  }
  .cb-page.threecol .page-align .page-body .cb-richtext .wp-caption.alignbleed,
  .cb-page.threecol .page-align .page-body blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cb-journal-quote blockquote.cb-journal-quote,
  .cb-page.threecol .cb-richtext.main blockquote.cb-journal-quote {
    width: 60%;
    font-size: 1.2em;
  }
  .cb-journal-quote blockquote.cb-journal-quote .quote-body,
  .cb-page.threecol .cb-richtext.main blockquote.cb-journal-quote .quote-body {
    padding: 10px;
    background: #fefefe;
  }
  .cb-banner.footer-threecol {
    display: none;
  }
  .cb-banner.simple-footer {
    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 */
}
