@charset "UTF-8";
.container {
  max-width: 1600px;
  margin: 0 auto; }
  .container .column {
    width: 100%;
    padding: 0 15px; }
    .container .column.pad2x {
      padding: 0 30px; }

@media screen and (max-width: 400px) {
  .container .column {
    padding: 0 1em; }
    .container .column.pad2x {
      padding: 0 1.5em; } }

* {
  box-sizing: border-box; }

html, body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  background: white;
  font-family: MuseoSans;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit; }

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

a:hover, a:active, a:focus {
  outline: 0; }

a.bare {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit; }

.mobile-only {
  display: none !important; }

.opac-0 {
  opacity: 0; }

@media screen and (max-width: 500px) {
  .mobile-only {
    display: block !important; }
  .desktop-only {
    display: none !important; } }

/*!
 *  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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-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); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-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);
  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);
  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);
  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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/*!
  Ionicons, v2.0.1
  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

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.1");
  src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#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: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

@font-face {
  font-family: MinionPro;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/minion-pro/MinionPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: MuseoSans;
  font-weight: 100;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-sans/MuseoSans_100.otf") format("opentype"); }

@font-face {
  font-family: MuseoSans;
  font-weight: 300;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-sans/MuseoSans_300.otf") format("opentype"); }

@font-face {
  font-family: MuseoSans;
  font-weight: 300;
  font-style: italic;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-sans/MuseoSans_300Italic.otf") format("opentype"); }

@font-face {
  font-family: MuseoSans;
  font-weight: 500;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-sans/MuseoSans_500.otf") format("opentype"); }

@font-face {
  font-family: MuseoSans;
  font-weight: 700;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-sans/MuseoSans_700.otf") format("opentype"); }

@font-face {
  font-family: MuseoSlab;
  font-weight: 100;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-slab/Museo_Slab_100.otf") format("opentype"); }

@font-face {
  font-family: MuseoSlab;
  font-weight: 300;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-slab/Museo_Slab_300.otf") format("opentype"); }

@font-face {
  font-family: MuseoSlab;
  font-weight: 500;
  src: url("/wp-content/themes/omidyar-group/assets/fonts/museo-slab/Museo_Slab_500.otf") format("opentype"); }

.tog-align {
  padding: 5.5em 0; }
  .tog-align.pad2x {
    padding: 11em 0; }
  .tog-align.pad2x-bottom {
    padding-bottom: 11em; }
  .tog-align.pad2x-top {
    padding-top: 11em; }

@media screen and (max-width: 800px) {
  .tog-align {
    padding: 2.89474em 0; }
    .tog-align.pad2x {
      padding: 5.78947em 0; }
    .tog-align.pad2x-bottom {
      padding-bottom: 5.78947em; }
    .tog-align.pad2x-top {
      padding-top: 5.78947em; } }

.tog-areas {
  text-align: center;
  font-size: 100%;
  color: #636466; }
  .tog-areas nav {
    max-width: 1300px;
    margin: 0 auto;
    padding: 3.5em 0 3.8em; }
    .tog-areas nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: block;
      overflow: hidden; }
      .tog-areas nav ul li {
        float: left;
        width: 20%;
        line-height: 1.2; }
        .tog-areas nav ul li img {
          height: 85px;
          margin-bottom: 10px; }
        .tog-areas nav ul li a {
          text-decoration: inherit;
          color: inherit;
          font-size: inherit; }
        .tog-areas nav ul li p {
          margin: 0 auto;
          font-size: .8em; }

@media screen and (max-width: 800px) {
  .tog-areas h3 {
    margin: 1em 0 2em; }
  .tog-areas nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 40px; }
    .tog-areas nav ul li:last-child {
      margin-bottom: 0; }
    .tog-areas nav ul li p {
      max-width: none; } }

@media screen and (max-width: 450px) {
  .tog-areas.flexes {
    padding: 0 15px; } }

.tog-gdpr {
  background: #344450;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 25px 0;
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  .tog-gdpr .tog-grid {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto; }
  .tog-gdpr a {
    color: #4A90E2; }
  .tog-gdpr .posrel {
    position: relative; }
  .tog-gdpr .message {
    padding-right: 230px; }
  .tog-gdpr .cta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .tog-gdpr .cta a {
      display: inline-block;
      /* Rectangle 12: */
      background: #4A90E2;
      border-radius: 5px;
      /* Allow: */
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 2px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 48px;
      padding: 0 34px; }
  @media screen and (max-width: 800px) {
    .tog-gdpr .message {
      padding-right: 0;
      padding-bottom: 10px; }
    .tog-gdpr .cta {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      text-align: center; }
      .tog-gdpr .cta a {
        line-height: 38px; } }

.tog-big-list,
.tog-content-section.tog-big-list {
  background: #dfe5e8;
  padding: 0;
  font-size: 100%; }
  .tog-big-list ul,
  .tog-content-section.tog-big-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block; }
    .tog-big-list ul li,
    .tog-content-section.tog-big-list ul li {
      border-bottom: 1px solid #c8ced2;
      padding: 45px 0; }
      .tog-big-list ul li:last-child,
      .tog-content-section.tog-big-list ul li:last-child {
        border-bottom: none; }

.tog-blockquote {
  font-size: 100%;
  line-height: 54px;
  color: #317da0;
  text-align: center;
  font-weight: 300;
  font-family: MuseoSlab;
  margin: 0 15px;
  padding: 0;
  text-align: center; }
  .tog-blockquote .quote-body {
    font-size: 2em;
    line-height: 1.3; }
  .tog-blockquote cite {
    font-family: MuseoSans;
    display: block;
    font-style: normal;
    font-size: 1em;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 0 0;
    margin: 30px 0 0;
    position: relative; }
    .tog-blockquote cite:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 2px;
      background: #55aac8; }

.tog-br {
  clear: both;
  display: block; }

@media screen and (max-width: 800px) {
  .tog-br.desktop-only {
    display: none; } }

.tog-breadcrumbs {
  font-size: 16px;
  color: #fff;
  font-family: MuseoSans;
  text-transform: uppercase;
  font-weight: 100; }
  .tog-breadcrumbs a {
    color: #fff;
    font-weight: 400;
    text-decoration: none; }

.button {
  color: #109ec0;
  border: 2px solid #109ec0;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  background: none;
  letter-spacing: .15em;
  width: auto;
  min-width: 280px;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 1.1em 2.5em;
  line-height: 1.5; }
  .button:after {
    content: '';
    display: block;
    height: 2px;
    width: 38px;
    background: #109ec0;
    position: absolute;
    bottom: 12px;
    right: -6px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
  .button.clip-top:after {
    bottom: auto;
    top: 12px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  .button.blue {
    border-color: #109ec0 !important;
    color: #109ec0 !important; }
    .button.blue:after {
      background: #109ec0 !important; }
  .button.black {
    border-color: black !important;
    color: black !important; }
    .button.black:after {
      background: black !important; }
  .button.white {
    border-color: white !important;
    color: white !important; }
    .button.white:after {
      background: white !important; }
  .button.gray {
    border-color: #636466 !important;
    color: #636466 !important; }
    .button.gray:after {
      background: #636466 !important; }
  .button.light-gray, .tog-form footer button.button, .tog-form footer input.button, .tog-form .gform_wrapper .gform_footer button.button, .tog-form .gform_wrapper .gform_footer input.button {
    border-color: #878e94 !important;
    color: #878e94 !important; }
    .button.light-gray:after, .tog-form footer button.button:after, .tog-form footer input.button:after, .tog-form .gform_wrapper .gform_footer button.button:after, .tog-form .gform_wrapper .gform_footer input.button:after {
      background: #878e94 !important; }
  .button.dark-blue {
    border-color: #116281 !important;
    color: #116281 !important; }
    .button.dark-blue:after {
      background: #116281 !important; }
  .button.dark-orange {
    border-color: #da651d !important;
    color: #da651d !important; }
    .button.dark-orange:after {
      background: #da651d !important; }
  .button.green {
    border-color: #9cbd3c !important;
    color: #9cbd3c !important; }
    .button.green:after {
      background: #9cbd3c !important; }
  .button.small {
    font-size: 13px;
    border: 1px solid #109ec0;
    min-width: 280px; }
    .button.small:after {
      height: 1px;
      top: 7px; }
  .button .fa {
    margin-right: 10px;
    margin-left: -15px;
    font-size: 22px;
    vertical-align: middle;
    line-height: 0; }

@media screen and (max-width: 450px) {
  .button {
    font-size: 1em;
    letter-spacing: .1em; } }

.tog-buttons {
  text-align: center; }
  .tog-buttons .button {
    margin: 0 15px;
    min-width: 200px; }

@media screen and (max-width: 800px) {
  .tog-buttons {
    text-align: center; }
    .tog-buttons .button {
      margin-bottom: 20px;
      clear: both; }
      .tog-buttons .button:last-child {
        margin-bottom: 0; } }

.tog-content-section {
  background: #dfe5e8;
  padding: 45px 0;
  border-bottom: 1px solid #c8ced2; }
  .tog-content-section.borderless {
    border-bottom: none; }
  .tog-content-section.flush-bottom {
    padding-bottom: 0; }
  .tog-content-section.flush-top {
    padding-top: 0; }
  .tog-content-section.-light {
    background: white; }
  .tog-content-section.-xpad {
    padding: 90px 0; }
  .tog-content-section .centered {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15%; }
  .tog-content-section .cta {
    text-align: center;
    padding-top: 20px; }
  .tog-content-section a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit; }

@media screen and (max-width: 500px) {
  .tog-content-section .centered {
    padding-left: 1.2em;
    padding-right: 1.2em; }
  .tog-content-section.-xpad {
    padding: 45px 0; } }

.tog-darksite-banner {
  background: #f3812d;
  font-size: 100%;
  text-align: center;
  padding: 1% 0; }
  .tog-darksite-banner .message {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.6;
    text-decoration: none;
    padding: 10px 5px; }
    .tog-darksite-banner .message:hover {
      text-decoration: underline; }

.tog-darksite-page .tog-darksite-banner .message {
  color: black; }
  .tog-darksite-page .tog-darksite-banner .message:hover {
    text-decoration: none; }

.tog-darksite-page .tog-content-section {
  background: white;
  text-align: center;
  font-size: 100%; }
  .tog-darksite-page .tog-content-section .tog-post-body {
    font-size: 1em;
    color: black; }
    .tog-darksite-page .tog-content-section .tog-post-body h1 {
      font-weight: 100;
      color: #f58220;
      font-size: 2em; }
    .tog-darksite-page .tog-content-section .tog-post-body h2 {
      color: #f58220;
      font-size: 1.4em;
      padding-top: 20px; }
    .tog-darksite-page .tog-content-section .tog-post-body .fa {
      color: #f58220;
      clear: both;
      display: block;
      font-size: 1.5em;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .tog-darksite-page .tog-content-section .tog-post-body small {
      text-transform: uppercase;
      color: #bcbdc0;
      font-size: .7em;
      line-height: 1.5;
      display: block;
      margin: 0; }

#tog-darksite-curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.75);
  display: none; }

.tog-darksite-popup {
  position: fixed;
  top: 50px;
  width: 100%;
  text-align: center;
  z-index: 999;
  font-size: 100%;
  display: none; }
  .tog-darksite-popup .modal {
    display: inline-block;
    background: #fef0e3;
    margin: 0 1%;
    max-width: 1100px; }
    .tog-darksite-popup .modal h4 {
      text-transform: uppercase;
      background: #f58220;
      color: #fff;
      font-weight: 300;
      font-size: 1em;
      text-align: center;
      line-height: 1.4;
      margin: 0;
      padding: .7% 0; }
      .tog-darksite-popup .modal h4 span {
        padding: 5px 0;
        display: block; }
    .tog-darksite-popup .modal h1 {
      color: #f58220;
      font-size: 2em;
      line-height: 1.2;
      margin-bottom: .4em;
      font-weight: 100; }
    .tog-darksite-popup .modal cite {
      font-style: normal;
      text-transform: uppercase;
      color: #bdbec0;
      display: block;
      font-size: .9em;
      line-height: 1.5;
      margin-bottom: 2em; }
    .tog-darksite-popup .modal .padded {
      padding: 5% 10% 8%;
      text-align: center; }
      .tog-darksite-popup .modal .padded .body {
        font-size: 1em;
        line-height: 1.6; }
        .tog-darksite-popup .modal .padded .body p {
          margin-bottom: 25px; }
          .tog-darksite-popup .modal .padded .body p:last-child {
            margin-bottom: 0; }

.tog-disclosure {
  text-align: center;
  background: #fcb53c; }
  .tog-disclosure .tog-post-body h4 {
    color: white;
    margin: 0 0 10px; }
  .tog-disclosure .tog-post-body div > p {
    margin: 0 0 10px; }
  .tog-disclosure .tog-post-body div a {
    text-decoration: underline;
    font-weight: bold; }

.tog-expander .expander-title {
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #eee;
  position: relative;
  cursor: pointer; }
  .tog-expander .expander-title .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%); }

.tog-expander .expander-content {
  display: none;
  padding: 10px 20px;
  background: #f0f0f0;
  font-size: 90%; }

.tog-expander.open .expander-title .fa, .tog-expander.expanded .expander-title .fa {
  transform: translate(0, -50%) rotate(180deg); }

.tog-expander.open .expander-content, .tog-expander.expanded .expander-content {
  display: block; }

.tog-expander.archive {
  text-align: center;
  padding-top: 100px; }

.tog-expanders,
.tog-content-section.tog-expanders {
  padding: 0 0 100px;
  font-size: 100%; }
  .tog-expanders.no-pad,
  .tog-content-section.tog-expanders.no-pad {
    padding-bottom: 0; }
  .tog-expanders .centered,
  .tog-content-section.tog-expanders .centered {
    max-width: 900px; }
  .tog-expanders > ul,
  .tog-content-section.tog-expanders > ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .tog-expanders > ul li.expander,
    .tog-content-section.tog-expanders > ul li.expander {
      border-bottom: 1px solid #c8ced2;
      position: relative; }
      .tog-expanders > ul li.expander.no-bord,
      .tog-content-section.tog-expanders > ul li.expander.no-bord {
        border-bottom: none; }
      .tog-expanders > ul li.expander.for-post:after,
      .tog-content-section.tog-expanders > ul li.expander.for-post:after {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        bottom: 0;
        left: 0;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dfe5e8 90%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, #dfe5e8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dfe5e8 90%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dfe5e8 90%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #dfe5e8 90%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dfe5e8 90%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dfe5e8',GradientType=0 );
        /* IE6-9 */ }
      .tog-expanders > ul li.expander .centered,
      .tog-content-section.tog-expanders > ul li.expander .centered {
        padding: 85px 0 65px;
        position: relative; }
      .tog-expanders > ul li.expander .icon,
      .tog-content-section.tog-expanders > ul li.expander .icon {
        float: left;
        margin-top: -10px;
        background-size: 70%; }
        .tog-expanders > ul li.expander .icon.informed-citizens,
        .tog-content-section.tog-expanders > ul li.expander .icon.informed-citizens {
          background-size: 55%; }
        .tog-expanders > ul li.expander .icon.communities,
        .tog-content-section.tog-expanders > ul li.expander .icon.communities {
          background-size: 75%; }
        .tog-expanders > ul li.expander .icon.transformative-leadership,
        .tog-content-section.tog-expanders > ul li.expander .icon.transformative-leadership {
          background-size: 55%; }
      .tog-expanders > ul li.expander .icon-aligned,
      .tog-content-section.tog-expanders > ul li.expander .icon-aligned {
        margin-left: 160px; }
      .tog-expanders > ul li.expander.for-post .icon,
      .tog-content-section.tog-expanders > ul li.expander.for-post .icon {
        margin-top: 2px; }
      .tog-expanders > ul li.expander.for-post .icon-aligned,
      .tog-content-section.tog-expanders > ul li.expander.for-post .icon-aligned {
        margin-left: 50px; }
      .tog-expanders > ul li.expander.for-post .tog-post-body,
      .tog-content-section.tog-expanders > ul li.expander.for-post .tog-post-body {
        max-height: 200px;
        overflow: hidden;
        position: relative; }
        .tog-expanders > ul li.expander.for-post .tog-post-body.clearfix,
        .tog-content-section.tog-expanders > ul li.expander.for-post .tog-post-body.clearfix {
          overflow: visible; }
      .tog-expanders > ul li.expander h3.area-title,
      .tog-content-section.tog-expanders > ul li.expander h3.area-title {
        font-size: 2.4em;
        line-height: 50px;
        font-weight: 300;
        color: #fabe3a; }
      .tog-expanders > ul li.expander p,
      .tog-content-section.tog-expanders > ul li.expander p {
        margin-bottom: 23px; }
      .tog-expanders > ul li.expander h1, .tog-expanders > ul li.expander h2, .tog-expanders > ul li.expander h3,
      .tog-content-section.tog-expanders > ul li.expander h1,
      .tog-content-section.tog-expanders > ul li.expander h2,
      .tog-content-section.tog-expanders > ul li.expander h3 {
        font-size: 1.5em;
        line-height: 1.2;
        margin-bottom: 10px; }
        @media screen and (max-width: 500px) {
          .tog-expanders > ul li.expander h1, .tog-expanders > ul li.expander h2, .tog-expanders > ul li.expander h3,
          .tog-content-section.tog-expanders > ul li.expander h1,
          .tog-content-section.tog-expanders > ul li.expander h2,
          .tog-content-section.tog-expanders > ul li.expander h3 {
            font-size: 1.6em; } }
      .tog-expanders > ul li.expander.blue h1, .tog-expanders > ul li.expander.blue h2, .tog-expanders > ul li.expander.blue h3,
      .tog-content-section.tog-expanders > ul li.expander.blue h1,
      .tog-content-section.tog-expanders > ul li.expander.blue h2,
      .tog-content-section.tog-expanders > ul li.expander.blue h3 {
        color: #025d7c; }
      .tog-expanders > ul li.expander.orange h1, .tog-expanders > ul li.expander.orange h2, .tog-expanders > ul li.expander.orange h3,
      .tog-content-section.tog-expanders > ul li.expander.orange h1,
      .tog-content-section.tog-expanders > ul li.expander.orange h2,
      .tog-content-section.tog-expanders > ul li.expander.orange h3 {
        color: #f47821; }
      .tog-expanders > ul li.expander.dark-orange h1, .tog-expanders > ul li.expander.dark-orange h2, .tog-expanders > ul li.expander.dark-orange h3,
      .tog-content-section.tog-expanders > ul li.expander.dark-orange h1,
      .tog-content-section.tog-expanders > ul li.expander.dark-orange h2,
      .tog-content-section.tog-expanders > ul li.expander.dark-orange h3 {
        color: #da651d; }
      .tog-expanders > ul li.expander.purple h1, .tog-expanders > ul li.expander.purple h2, .tog-expanders > ul li.expander.purple h3,
      .tog-content-section.tog-expanders > ul li.expander.purple h1,
      .tog-content-section.tog-expanders > ul li.expander.purple h2,
      .tog-content-section.tog-expanders > ul li.expander.purple h3 {
        color: #7b4a7e; }
      .tog-expanders > ul li.expander.green h1, .tog-expanders > ul li.expander.green h2, .tog-expanders > ul li.expander.green h3,
      .tog-content-section.tog-expanders > ul li.expander.green h1,
      .tog-content-section.tog-expanders > ul li.expander.green h2,
      .tog-content-section.tog-expanders > ul li.expander.green h3 {
        color: #9cbd3c; }
      .tog-expanders > ul li.expander .expander-button,
      .tog-content-section.tog-expanders > ul li.expander .expander-button {
        text-decoration: inherit;
        color: inherit;
        font-size: inherit;
        background: #dfe5e8;
        border: 1px solid #c8ced2;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        line-height: 65px;
        text-transform: uppercase;
        color: #878e94;
        font-size: 12px;
        text-align: center;
        display: block;
        font-weight: 500;
        position: absolute;
        bottom: -32.5px;
        left: 50%;
        margin-left: -32.5px;
        z-index: 11; }
        .tog-expanders > ul li.expander .expander-button.long-text,
        .tog-content-section.tog-expanders > ul li.expander .expander-button.long-text {
          font-size: 10px;
          font-weight: 400; }
        .tog-expanders > ul li.expander .expander-button.bottom,
        .tog-content-section.tog-expanders > ul li.expander .expander-button.bottom {
          display: block;
          background: white url("/wp-content/themes/omidyar-group/assets/images/icon-close.png") no-repeat center center;
          border-top: none;
          border-left: none;
          border-right: none; }
      .tog-expanders > ul li.expander .expandable,
      .tog-content-section.tog-expanders > ul li.expander .expandable {
        background: white;
        display: none; }
      .tog-expanders > ul li.expander .expander-button.bottom,
      .tog-content-section.tog-expanders > ul li.expander .expander-button.bottom {
        display: none; }
      .tog-expanders > ul li.expander.expanded,
      .tog-content-section.tog-expanders > ul li.expander.expanded {
        padding-bottom: 0; }
        .tog-expanders > ul li.expander.expanded .expandable,
        .tog-content-section.tog-expanders > ul li.expander.expanded .expandable {
          display: block; }
        .tog-expanders > ul li.expander.expanded .expander-button.bottom,
        .tog-content-section.tog-expanders > ul li.expander.expanded .expander-button.bottom {
          display: block; }
        .tog-expanders > ul li.expander.expanded .tog-post-body,
        .tog-content-section.tog-expanders > ul li.expander.expanded .tog-post-body {
          max-height: none; }
        .tog-expanders > ul li.expander.expanded:after,
        .tog-content-section.tog-expanders > ul li.expander.expanded:after {
          display: none; }
  .tog-expanders.inner,
  .tog-content-section.tog-expanders.inner {
    padding: 35px 0; }
    .tog-expanders.inner ul,
    .tog-content-section.tog-expanders.inner ul {
      padding-bottom: 0; }
      .tog-expanders.inner ul li.expander,
      .tog-content-section.tog-expanders.inner ul li.expander {
        border-bottom: none;
        padding: 0; }
        .tog-expanders.inner ul li.expander .centered,
        .tog-content-section.tog-expanders.inner ul li.expander .centered {
          padding: 35px 0; }
        .tog-expanders.inner ul li.expander .icon,
        .tog-content-section.tog-expanders.inner ul li.expander .icon {
          width: 130px; }
          .tog-expanders.inner ul li.expander .icon img,
          .tog-content-section.tog-expanders.inner ul li.expander .icon img {
            display: block; }
        .tog-expanders.inner ul li.expander h3,
        .tog-content-section.tog-expanders.inner ul li.expander h3 {
          font-size: 31px;
          line-height: 41px;
          margin-bottom: 5px; }
        .tog-expanders.inner ul li.expander p,
        .tog-content-section.tog-expanders.inner ul li.expander p {
          margin-top: 0; }
  .tog-expanders.inner-content,
  .tog-content-section.tog-expanders.inner-content {
    background: #f7f7f9;
    padding: 4em 1.2em;
    font-size: .9em; }
    .tog-expanders.inner-content .tog-post-body,
    .tog-content-section.tog-expanders.inner-content .tog-post-body {
      max-width: 900px;
      margin: 0 auto; }
      .tog-expanders.inner-content .tog-post-body ul,
      .tog-content-section.tog-expanders.inner-content .tog-post-body ul {
        list-style-type: none; }
        .tog-expanders.inner-content .tog-post-body ul li,
        .tog-content-section.tog-expanders.inner-content .tog-post-body ul li {
          margin-bottom: 2em; }
          .tog-expanders.inner-content .tog-post-body ul li:last-child,
          .tog-content-section.tog-expanders.inner-content .tog-post-body ul li:last-child {
            margin-bottom: 0; }
  .tog-expanders.compressed,
  .tog-content-section.tog-expanders.compressed {
    padding-bottom: 0; }
    .tog-expanders.compressed ul li:last-child,
    .tog-content-section.tog-expanders.compressed ul li:last-child {
      border-bottom: none; }
  .tog-expanders .suborgs,
  .tog-content-section.tog-expanders .suborgs {
    padding-top: 15px; }
    .tog-expanders .suborgs .suborg,
    .tog-content-section.tog-expanders .suborgs .suborg {
      margin-bottom: 1.2em; }
      .tog-expanders .suborgs .suborg:last-child,
      .tog-content-section.tog-expanders .suborgs .suborg:last-child {
        margin-bottom: 0; }
      .tog-expanders .suborgs .suborg h3,
      .tog-content-section.tog-expanders .suborgs .suborg h3 {
        font-size: 1.1em !important; }
      .tog-expanders .suborgs .suborg .post-body-content,
      .tog-content-section.tog-expanders .suborgs .suborg .post-body-content {
        font-size: .85em; }
        .tog-expanders .suborgs .suborg .post-body-content a,
        .tog-content-section.tog-expanders .suborgs .suborg .post-body-content a {
          text-decoration: underline; }
        @media screen and (max-width: 700px) {
          .tog-expanders .suborgs .suborg .post-body-content,
          .tog-content-section.tog-expanders .suborgs .suborg .post-body-content {
            font-size: 1em !important; } }
  .tog-expanders .subfocuses .subfocus,
  .tog-content-section.tog-expanders .subfocuses .subfocus {
    margin-bottom: 2.3em; }
    .tog-expanders .subfocuses .subfocus h3,
    .tog-content-section.tog-expanders .subfocuses .subfocus h3 {
      margin-bottom: .3em;
      line-height: 1.2;
      font-size: 1.1em; }
      @media screen and (max-width: 500px) {
        .tog-expanders .subfocuses .subfocus h3,
        .tog-content-section.tog-expanders .subfocuses .subfocus h3 {
          font-size: 1.3em; } }
    .tog-expanders .subfocuses .subfocus .post-body-content,
    .tog-content-section.tog-expanders .subfocuses .subfocus .post-body-content {
      font-size: 1em; }
      .tog-expanders .subfocuses .subfocus .post-body-content p,
      .tog-content-section.tog-expanders .subfocuses .subfocus .post-body-content p {
        line-height: 1.8; }
      .tog-expanders .subfocuses .subfocus .post-body-content a,
      .tog-content-section.tog-expanders .subfocuses .subfocus .post-body-content a {
        text-decoration: underline; }
    .tog-expanders .subfocuses .subfocus:last-child,
    .tog-content-section.tog-expanders .subfocuses .subfocus:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 800px) {
  .tog-expanders > ul,
  .tog-content-section.tog-expanders > ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .tog-expanders > ul li.expander .centered, .tog-expanders > ul li.expander.for-post .centered,
    .tog-content-section.tog-expanders > ul li.expander .centered,
    .tog-content-section.tog-expanders > ul li.expander.for-post .centered {
      padding: 3em 15px; }
    .tog-expanders > ul li.expander .icon, .tog-expanders > ul li.expander.for-post .icon,
    .tog-content-section.tog-expanders > ul li.expander .icon,
    .tog-content-section.tog-expanders > ul li.expander.for-post .icon {
      float: none;
      margin-top: 0;
      margin-bottom: 16px;
      display: block; }
      .tog-expanders > ul li.expander .icon .tog-icon, .tog-expanders > ul li.expander.for-post .icon .tog-icon,
      .tog-content-section.tog-expanders > ul li.expander .icon .tog-icon,
      .tog-content-section.tog-expanders > ul li.expander.for-post .icon .tog-icon {
        width: 35px;
        height: 30px;
        background-size: cover; }
    .tog-expanders > ul li.expander .icon-aligned, .tog-expanders > ul li.expander.for-post .icon-aligned,
    .tog-content-section.tog-expanders > ul li.expander .icon-aligned,
    .tog-content-section.tog-expanders > ul li.expander.for-post .icon-aligned {
      margin-left: 0; } }

.flexes {
  padding-left: 45px;
  padding-right: 45px; }

@media screen and (max-width: 1100px) {
  .flexes {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 960px) {
  .flexes {
    padding-left: 20px;
    padding-right: 20px; } }

.tog-footer {
  background: #545a5f;
  border-top: 1px solid #605051;
  border-bottom: 1px solid #5d6368;
  color: white;
  padding: 0;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4;
  font-family: MuseoSans;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative; }
  .tog-footer .tog-nav {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    padding: 2.5em 0; }
    .tog-footer .tog-nav ul {
      display: inline-block; }
      .tog-footer .tog-nav ul li {
        line-height: 0;
        padding: 0 15px; }
        .tog-footer .tog-nav ul li a {
          color: #eaebec; }
        .tog-footer .tog-nav ul li.terms {
          position: absolute;
          right: 0;
          bottom: 0;
          font-size: 10px;
          font-weight: 100;
          background: rgba(255, 255, 255, 0.3);
          padding: .4em 1em .2em !important;
          line-height: 1.4; }
  .tog-footer .copyright {
    font-size: .6em;
    text-transform: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: table;
    padding: 1.5em 0;
    background: rgba(0, 0, 0, 0.04); }
    .tog-footer .copyright .grid {
      margin: 0 auto;
      max-width: 1100px; }
    .tog-footer .copyright .statement {
      float: left;
      line-height: 29px;
      vertical-align: middle; }
      .tog-footer .copyright .statement a {
        color: #eaebec;
        text-decoration: none; }
    .tog-footer .copyright .logo {
      float: right;
      text-align: right;
      line-height: 0; }
      .tog-footer .copyright .logo img {
        width: 249px;
        height: 29px; }

@media screen and (max-width: 950px) {
  .tog-footer .tog-nav {
    display: none; }
  .tog-footer .copyright {
    text-align: center;
    padding: 3em 0;
    font-size: .85em; }
    .tog-footer .copyright .statement {
      float: none;
      margin-bottom: 1em; }
    .tog-footer .copyright .logo {
      float: none; } }

.tog-form form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

.tog-form .field, .tog-form .gform_wrapper .gfield {
  margin-bottom: 30px; }
  .tog-form .field label, .tog-form .field .top_label .gfield_label, .tog-form .gform_wrapper .gfield label, .tog-form .gform_wrapper .gfield .top_label .gfield_label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 8px;
    color: #535a5f; }
  .tog-form .field input, .tog-form .field textarea, .tog-form .gform_wrapper .gfield input, .tog-form .gform_wrapper .gfield textarea {
    width: 100%;
    border: none;
    font-size: 19px;
    font-weight: 300;
    padding: 11px; }
  .tog-form .field textarea, .tog-form .gform_wrapper .gfield textarea {
    resize: vertical;
    height: 200px; }

.tog-form footer, .tog-form .gform_wrapper .gform_footer {
  text-align: center;
  padding: 20px 0 0;
  margin: 0; }
  .tog-form footer button, .tog-form footer input.button, .tog-form .gform_wrapper .gform_footer button, .tog-form .gform_wrapper .gform_footer input.button {
    display: inline-block; }

.tog-header {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 100%;
  font-weight: 300;
  color: #696a6c;
  letter-spacing: 2px;
  max-width: 2000px;
  margin: 0 auto; }
  .tog-header .logo {
    width: 174px;
    outline: none;
    text-decoration: none;
    display: table-cell; }
    .tog-header .logo img {
      height: 68px;
      width: 154px;
      width: auto;
      display: block; }
    .tog-header .logo img.uncropped {
      display: none; }
  .tog-header .tog-nav {
    vertical-align: top;
    text-transform: uppercase;
    display: table-cell;
    font-size: 1em; }
    .tog-header .tog-nav ul {
      display: inline-block; }
      .tog-header .tog-nav ul li a {
        display: inline-block;
        line-height: 68px;
        vertical-align: middle; }
      .tog-header .tog-nav ul li.current_page_ancestor a, .tog-header .tog-nav ul li.current-page-ancestor a, .tog-header .tog-nav ul li.current_page_parent a, .tog-header .tog-nav ul li.current_page_item a {
        font-weight: 800;
        color: #5c5d5f; }
  .tog-header .tog-search {
    display: none; }
  .tog-header .left-mobile-toggler {
    float: left; }
  .tog-header .right-mobile-toggler {
    float: right; }
  .tog-header .hamburger {
    background: url("/wp-content/themes/omidyar-group/assets/images/icon-hamburger-large.png") no-repeat center;
    height: 68px;
    width: 50px;
    min-height: 30px; }
  .tog-header .search {
    background: url("/wp-content/themes/omidyar-group/assets/images/icon-search-large.png") no-repeat center;
    height: 68px;
    width: 50px;
    min-height: 30px; }
  .tog-header .left-mobile-toggler, .tog-header .right-mobile-toggler {
    display: none;
    line-height: 68px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 100;
    color: #878e94;
    padding: 0 20px;
    text-decoration: none; }
  .tog-header.search-selected .tog-search {
    display: block; }

@media screen and (max-width: 1100px) {
  .tog-header {
    letter-spacing: 0;
    font-size: 14px; }
    .tog-header .logo {
      width: 159px; } }

@media screen and (max-width: 900px) {
  .tog-header {
    font-size: 12px; } }

@media screen and (max-width: 830px) {
  .tog-header {
    overflow: visible;
    padding: 0; }
    .tog-header .logo {
      display: block;
      margin: 0 auto; }
    .tog-header .tog-nav {
      display: none;
      position: absolute;
      background: #edf0f2;
      color: #696a6c;
      z-index: 999;
      width: 100%;
      letter-spacing: 1px; }
      .tog-header .tog-nav ul {
        display: block; }
        .tog-header .tog-nav ul li {
          display: block;
          padding: 0 !important;
          border-bottom: 1px solid #aeb5ba; }
          .tog-header .tog-nav ul li a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 18px;
            font-weight: 300;
            line-height: 68px;
            text-align: center; }
    .tog-header .left-mobile-toggler, .tog-header .right-mobile-toggler {
      display: inline-block; }
    .tog-header.hamburger-selected .tog-nav {
      display: block; } }

.tog-home-body {
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.6; }
  .tog-home-body p {
    margin: 0 0 1em; }
    .tog-home-body p:last-child {
      margin-bottom: 0; }

.tog-home-title {
  color: #109ec0;
  font-family: MuseoSlab;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.2; }

.tog-icon-list,
.tog-content-section.tog-icon-list {
  padding: 0;
  font-size: 100%; }
  .tog-icon-list ul,
  .tog-content-section.tog-icon-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #4d4d4f; }
    .tog-icon-list ul li,
    .tog-content-section.tog-icon-list ul li {
      border-bottom: 1px solid #c8ced2;
      padding: 30px 0; }
      .tog-icon-list ul li:last-child,
      .tog-content-section.tog-icon-list ul li:last-child {
        border-bottom: none; }
      .tog-icon-list ul li a.icon,
      .tog-content-section.tog-icon-list ul li a.icon {
        float: left;
        color: #009ebf;
        text-decoration: none;
        margin-top: 4px; }
      .tog-icon-list ul li .icon-aligned,
      .tog-content-section.tog-icon-list ul li .icon-aligned {
        margin-left: 50px; }
      .tog-icon-list ul li h5,
      .tog-content-section.tog-icon-list ul li h5 {
        font-size: 1em;
        line-height: 1.3;
        font-weight: 500;
        margin: 0 0 .2em; }
      .tog-icon-list ul li cite,
      .tog-content-section.tog-icon-list ul li cite {
        font-size: .8em;
        font-style: normal;
        display: block; }
        .tog-icon-list ul li cite a,
        .tog-content-section.tog-icon-list ul li cite a {
          text-decoration: inherit;
          color: inherit;
          font-size: inherit; }

.tog-icon {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; }
  .tog-icon.hawaii {
    width: 60px;
    height: 39px;
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-hawaii.png");
    margin-left: -25px;
    margin-top: -5px; }
  .tog-icon.paper-blue {
    width: 30px;
    height: 25px;
    background-image: url("/wp-content/themes/omidyar-group/assets/images/icon-page-blue.png"); }
  .tog-icon.paper-orange {
    width: 30px;
    height: 25px;
    background-image: url("/wp-content/themes/omidyar-group/assets/images/icon-page-orange.png"); }
  .tog-icon.paper-gray {
    width: 30px;
    height: 25px;
    background-image: url("/wp-content/themes/omidyar-group/assets/images/icon-page-gray.png"); }

.selected .tog-icon.selectable-paper-white {
  background-image: url("/wp-content/themes/omidyar-group/assets/images/icon-page-white.png"); }

.tog-interstitial {
  position: relative;
  font-size: 100%;
  background-size: cover;
  overflow: hidden; }
  .tog-interstitial img.main {
    width: 100%;
    display: block; }
  .tog-interstitial img.main.mobile {
    display: none; }
  .tog-interstitial aside {
    position: absolute;
    right: 18%;
    top: 0;
    font-family: MuseoSlab;
    font-size: 2.5em;
    width: auto;
    height: 100%;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    z-index: 11;
    text-align: center; }
    .tog-interstitial aside b {
      display: block;
      font-size: 1.8em;
      letter-spacing: 10px;
      font-weight: 300;
      margin: 7px 0;
      line-height: .9; }
    .tog-interstitial aside .aside-align {
      display: table;
      table-layout: fixed;
      height: 100%; }
      .tog-interstitial aside .aside-align .aside-content {
        display: table-cell;
        vertical-align: middle; }
  .tog-interstitial .center {
    color: #636466;
    width: 100%;
    text-align: center;
    font-weight: 300;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80%;
    font-size: 1.05em; }
    .tog-interstitial .center .tog-align {
      padding: 4em 0; }
    .tog-interstitial .center .tog-home-title {
      color: #545a5f;
      margin-bottom: .2em; }
    .tog-interstitial .center .tog-home-body {
      color: #545a5f; }
  .tog-interstitial img.placement {
    width: 100%;
    height: auto;
    opacity: 0; }
    .tog-interstitial img.placement.pull-top {
      margin-top: -300px; }
  .tog-interstitial.gray-text {
    color: #545a5f; }
    .tog-interstitial.gray-text aside {
      color: #545a5f; }
  .tog-interstitial.darken:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 9;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #b0b5ba 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #b0b5ba));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #b0b5ba 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #b0b5ba 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #b0b5ba 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #b0b5ba 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b0b5ba',GradientType=1 );
    /* IE6-9 */ }
  .tog-interstitial.lighten .center {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,ffffff+100&amp;1+10,0+100 */
    background: -moz-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.83) 25%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), color-stop(25%, rgba(255, 255, 255, 0.83)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.83) 25%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.83) 25%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.83) 25%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0.83) 25%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }

@media screen and (max-width: 1000px) {
  .tog-interstitial img.main.desk {
    display: none; }
  .tog-interstitial img.main.mobile {
    display: block; }
  .tog-interstitial aside {
    display: block;
    margin: 0 !important;
    font-size: 2.1em;
    left: 0;
    width: 100%;
    bottom: auto;
    top: 9%;
    padding: 2em 0;
    opacity: 1 !important; }
    .tog-interstitial aside .aside-align {
      display: block;
      height: auto; }
      .tog-interstitial aside .aside-align .aside-content {
        display: block; }
  .tog-interstitial .center {
    display: block;
    margin: 0 !important;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 0 16px; }
  .tog-interstitial.mobile-aside-black aside, .tog-interstitial.mobile-aside-black .center {
    background: transparent;
    color: white; }
  .tog-interstitial.mobile-aside-white aside, .tog-interstitial.mobile-aside-white .center {
    color: black; }
  .tog-interstitial:before {
    display: none; }
  .tog-interstitial.darken:after {
    display: none; } }

@media screen and (max-width: 500px) {
  .tog-interstitial aside {
    font-size: 1.5em;
    top: 3%; }
    .tog-interstitial aside b {
      letter-spacing: 5px;
      font-size: 2.1em; } }

.tog-logo-banner {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .tog-logo-banner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  .tog-logo-banner img.main {
    display: block;
    width: 100%; }
    .tog-logo-banner img.main.mobile {
      display: none; }
  .tog-logo-banner aside {
    opacity: 0;
    position: absolute;
    height: 100%;
    right: 5%;
    top: 0;
    padding: 80px 0; }
    .tog-logo-banner aside img {
      display: inline;
      height: 100%;
      width: auto; }

@media screen and (max-width: 600px) {
  .tog-logo-banner img.main.desk {
    display: none; }
  .tog-logo-banner img.main.mobile {
    display: block; } }

.tog-iframe-embed iframe {
  width: 100%;
  height: 1000px;
  border: none;
  display: block; }

.tog-expander .expander-content.tog-mini-teasers {
  padding: 3rem 0;
  background: #dfe5e8;
  overflow: hidden; }
  .tog-expander .expander-content.tog-mini-teasers .align {
    float: left;
    margin: 0 0 1rem; }
  .tog-expander .expander-content.tog-mini-teasers .tog-post-body {
    text-align: left; }
    .tog-expander .expander-content.tog-mini-teasers .tog-post-body .icon {
      float: left;
      display: block; }
    .tog-expander .expander-content.tog-mini-teasers .tog-post-body .icon-aligned {
      margin-left: 50px;
      font-weight: 500;
      font-size: 23px;
      color: #535A5F;
      letter-spacing: 0;
      line-height: 25px; }

.tog-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .tog-nav ul li {
    display: inline-block; }
    .tog-nav ul li a {
      text-decoration: none;
      color: inherit; }

.organization-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 920px;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
  padding: 70px; }
  .organization-modal .close {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    text-decoration: none;
    color: #B6CBD2;
    font-family: Arial;
    font-size: 38px;
    line-height: 38px; }
  .organization-modal .modal-body {
    font-size: 20px;
    font-weight: 500;
    color: #636466;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px; }
    .organization-modal .modal-body a {
      color: inherit; }
  .organization-modal .modal-footer {
    padding-top: 41px; }
  @media screen and (max-width: 600px) {
    .organization-modal {
      padding: 50px 35px; }
      .organization-modal .close {
        top: 4px;
        right: 10px; }
      .organization-modal .modal-header img {
        width: 200px; }
      .organization-modal .modal-body {
        font-size: 16px; }
        .organization-modal .modal-body a {
          color: inherit; } }

.tog-organizations-featured {
  background: #dfe5e8; }
  .tog-organizations-featured .tog-post-body {
    padding: 85px 0 65px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
  .tog-organizations-featured .organization-tile {
    transition: .2s;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 15px; }
    .tog-organizations-featured .organization-tile .thumb a {
      display: block;
      width: 100%;
      height: 200px;
      background-color: white;
      background-repeat: no-repeat;
      background-position: center; }
    @media screen and (max-width: 600px) {
      .tog-organizations-featured .organization-tile {
        width: 180px;
        margin: 5px; }
        .tog-organizations-featured .organization-tile .thumb a {
          height: 180px; } }
    .tog-organizations-featured .organization-tile .name {
      padding-top: 20px; }
      .tog-organizations-featured .organization-tile .name h4 {
        font-size: 20px;
        color: #636466;
        letter-spacing: 0; }
    .tog-organizations-featured .organization-tile:hover .thumb a {
      border: 5px solid black; }
    .tog-organizations-featured .organization-tile:hover .name h4 {
      color: black; }
    .tog-organizations-featured .organization-tile:hover.blue .thumb a {
      border: 5px solid #025d7c; }
    .tog-organizations-featured .organization-tile:hover.blue .name h4 {
      color: #025d7c; }
    .tog-organizations-featured .organization-tile:hover.flourish .thumb a {
      border: 5px solid #2E337B; }
    .tog-organizations-featured .organization-tile:hover.flourish .name h4 {
      color: #2E337B; }
    .tog-organizations-featured .organization-tile:hover.orange .thumb a {
      border: 5px solid #f47821; }
    .tog-organizations-featured .organization-tile:hover.orange .name h4 {
      color: #f47821; }
    .tog-organizations-featured .organization-tile:hover.dark-orange .thumb a {
      border: 5px solid #da651d; }
    .tog-organizations-featured .organization-tile:hover.dark-orange .name h4 {
      color: #da651d; }
    .tog-organizations-featured .organization-tile:hover.purple .thumb a {
      border: 5px solid #7b4a7e; }
    .tog-organizations-featured .organization-tile:hover.purple .name h4 {
      color: #7b4a7e; }
    .tog-organizations-featured .organization-tile:hover.green .thumb a {
      border: 5px solid #9cbd3c; }
    .tog-organizations-featured .organization-tile:hover.green .name h4 {
      color: #9cbd3c; }

.expander-box,
.tog-post .tog-post-body .expander-box {
  padding: 40px;
  background: #FFF;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  border: 1px solid #FFF;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top: 10px solid #59B4E5;
  border-top-width: 10px !important;
  margin: 0 0 30px;
  transition: .4s;
  cursor: pointer; }
  .expander-box.no-desc,
  .tog-post .tog-post-body .expander-box.no-desc {
    cursor: inherit; }
  .expander-box:hover,
  .tog-post .tog-post-body .expander-box:hover {
    border: 1px solid #59B4E5;
    box-shadow: 0 40px 100px -10px rgba(0, 0, 0, 0.15); }
  .expander-box.-stripe-green,
  .tog-post .tog-post-body .expander-box.-stripe-green {
    border-top: 10px solid #B6C707; }
    .expander-box.-stripe-green:hover,
    .tog-post .tog-post-body .expander-box.-stripe-green:hover {
      border-color: #B6C707; }
  .expander-box.-stripe-orange,
  .tog-post .tog-post-body .expander-box.-stripe-orange {
    border-top: 10px solid #F68611; }
    .expander-box.-stripe-orange:hover,
    .tog-post .tog-post-body .expander-box.-stripe-orange:hover {
      border-color: #F68611; }
  .expander-box.-stripe-purple,
  .tog-post .tog-post-body .expander-box.-stripe-purple {
    border-top: 10px solid #91188F; }
    .expander-box.-stripe-purple:hover,
    .tog-post .tog-post-body .expander-box.-stripe-purple:hover {
      border-color: #91188F; }
  .expander-box.-stripe-yellow,
  .tog-post .tog-post-body .expander-box.-stripe-yellow {
    border-top: 10px solid #FFB71B; }
    .expander-box.-stripe-yellow:hover,
    .tog-post .tog-post-body .expander-box.-stripe-yellow:hover {
      border-color: #FFB71B; }
  .expander-box.-xmargb,
  .tog-post .tog-post-body .expander-box.-xmargb {
    margin-bottom: 0; }
  .expander-box .expander-header,
  .tog-post .tog-post-body .expander-box .expander-header {
    position: relative; }
    .expander-box .expander-header .expander-ic,
    .tog-post .tog-post-body .expander-box .expander-header .expander-ic {
      font-size: 40px;
      color: #878E94;
      letter-spacing: 0;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      line-height: 40px;
      transition: .4s; }
  .expander-box .expander-body,
  .tog-post .tog-post-body .expander-box .expander-body {
    font-weight: 300;
    font-size: 18px;
    color: #636466;
    letter-spacing: 0;
    line-height: 30px; }
    .expander-box .expander-body .expanded,
    .tog-post .tog-post-body .expander-box .expander-body .expanded {
      display: none;
      border-top: 1px solid #dfe5e8;
      padding-top: 20px;
      margin-top: 20px; }
      .expander-box .expander-body .expanded > p:first-child,
      .tog-post .tog-post-body .expander-box .expander-body .expanded > p:first-child {
        margin-top: 0; }
  .expander-box .expander-footer,
  .tog-post .tog-post-body .expander-box .expander-footer {
    padding-top: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #109EC0;
    letter-spacing: 0;
    line-height: 30px; }
    .expander-box .expander-footer a,
    .tog-post .tog-post-body .expander-box .expander-footer a {
      text-decoration: none; }
  .expander-box.expanded,
  .tog-post .tog-post-body .expander-box.expanded {
    cursor: inherit; }
    .expander-box.expanded .expander-header .expander-ic,
    .tog-post .tog-post-body .expander-box.expanded .expander-header .expander-ic {
      transform: rotate(-180deg); }

.tog-oval {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  height: 130px;
  width: 130px;
  padding: 20px 20px 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center; }
  .tog-oval.trans {
    background-color: transparent; }
  .tog-oval img {
    display: none; }
  @media screen and (max-width: 500px) {
    .tog-oval {
      width: 95px;
      height: 95px;
      background-size: 80%; } }

.tog-owner {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 23px;
  vertical-align: middle;
  padding: 0 9px;
  display: inline-block;
  margin: 0 0 0 4px;
  font-style: normal;
  border: 1px solid #ccc;
  color: #aeb5ba;
  font-family: MuseoSans;
  letter-spacing: 1px;
  font-weight: 700; }

.tog-page-links {
  text-align: center;
  padding: 0 10px;
  font-size: 100%; }
  .tog-page-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1em; }
    .tog-page-links ul li {
      display: inline-block;
      text-transform: uppercase;
      color: #6b6697;
      font-weight: 500;
      letter-spacing: 1px; }
      .tog-page-links ul li a {
        text-decoration: inherit;
        color: inherit;
        font-size: inherit;
        display: inline-block;
        padding: 40px 25px; }
        .tog-page-links ul li a.selected-purple.selected {
          background: #6b6697;
          color: white; }
        .tog-page-links ul li a.selected-blue.selected {
          background: #317da0;
          color: white; }
        .tog-page-links ul li a.selected-orange.selected {
          background: #da651d;
          color: white; }
      .tog-page-links ul li.blue {
        color: #317da0; }
      .tog-page-links ul li.orange {
        color: #da651d; }
      .tog-page-links ul li.gray {
        color: #878e94; }
  .tog-page-links.with-icons {
    padding: 0; }
    .tog-page-links.with-icons ul li {
      padding: 0; }
      .tog-page-links.with-icons ul li .tog-icon {
        vertical-align: middle;
        margin-right: 8px; }
      .tog-page-links.with-icons ul li span {
        display: inline-block;
        line-height: 25px;
        vertical-align: middle; }
      .tog-page-links.with-icons ul li a {
        padding: 40px 25px; }

@media screen and (max-width: 800px) {
  .tog-page-links, tog-page-links.with-icons {
    padding: 0; }
    .tog-page-links ul li, tog-page-links.with-icons ul li {
      display: block;
      border-bottom: 1px solid #c4c9cd;
      padding: 0; }
      .tog-page-links ul li a, tog-page-links.with-icons ul li a {
        padding: 25px 10px;
        display: block; }
      .tog-page-links ul li:last-child, tog-page-links.with-icons ul li:last-child {
        border-bottom: none; } }

.tog-paper .paper,
.tog-content-section.tog-paper .paper {
  max-width: 850px;
  background: white url("/wp-content/themes/omidyar-group/assets/images/treatment-page-ear.png") no-repeat top right;
  margin: 0 auto;
  padding: 80px;
  position: relative; }

@media screen and (max-width: 800px) {
  .tog-paper,
  .tog-content-section.tog-paper {
    padding: 10px 0; }
    .tog-paper .paper,
    .tog-content-section.tog-paper .paper {
      margin: 0 10px;
      padding: 50px 40px; } }

@media screen and (max-width: 450px) {
  .tog-paper,
  .tog-content-section.tog-paper {
    padding: 0; }
    .tog-paper .paper,
    .tog-content-section.tog-paper .paper {
      margin: 0;
      padding: 15px;
      background-image: none; } }

.tog-photo-aside {
  background: #109ec0;
  color: white;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.4; }
  .tog-photo-aside.dark-blue {
    background: #317da0; }
  .tog-photo-aside .content {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .tog-photo-aside .content .content-cell {
      display: table-cell;
      vertical-align: middle;
      padding: 15px 70px;
      font-size: .9em; }
      .tog-photo-aside .content .content-cell .tog-align {
        max-width: 900px;
        margin: 0 auto; }
      .tog-photo-aside .content .content-cell img {
        margin-bottom: 30px; }
      .tog-photo-aside .content .content-cell h2 {
        font-size: 2.7em;
        margin-bottom: 30px;
        font-weight: 300; }
      .tog-photo-aside .content .content-cell p {
        font-size: 1.35em;
        line-height: 1.6;
        margin-bottom: 30px; }
        .tog-photo-aside .content .content-cell p.byline {
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 35px; }
      .tog-photo-aside .content .content-cell blockquote {
        color: #84c1d7; }
    .tog-photo-aside .content .photo-cell {
      display: table-cell;
      max-width: 500px;
      position: relative;
      vertical-align: middle; }
      .tog-photo-aside .content .photo-cell .bg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: top center; }
      .tog-photo-aside .content .photo-cell img {
        display: block;
        width: auto;
        max-width: none;
        width: 100%;
        opacity: 0; }
  .tog-photo-aside.quote .photo-cell {
    width: 30%; }
  .tog-photo-aside.green {
    background: #9cbd3c;
    color: #333; }
    .tog-photo-aside.green .content .content-cell .tog-blockquote {
      color: #d7e5ad; }
      .tog-photo-aside.green .content .content-cell .tog-blockquote cite:after {
        background: #d7e5ad; }

@media screen and (max-width: 900px) {
  .tog-photo-aside .content {
    display: block; }
    .tog-photo-aside .content .content-cell {
      display: block;
      padding: 0 15px; }
      .tog-photo-aside .content .content-cell h2 {
        font-size: 30px; }
      .tog-photo-aside .content .content-cell img {
        width: 400px;
        max-width: 100%; }
      .tog-photo-aside .content .content-cell .mobile-only {
        display: block !important; }
      .tog-photo-aside .content .content-cell blockquote {
        margin: 0; }
    .tog-photo-aside .content .photo-cell {
      display: none;
      max-width: none;
      width: 100%;
      clear: both;
      overflow: hidden; }
      .tog-photo-aside .content .photo-cell .bg {
        background-image: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
        .tog-photo-aside .content .photo-cell .bg img {
          opacity: 1;
          width: 100%;
          height: auto; }
  .tog-photo-aside.quote .content .photo-cell {
    display: block; } }

.tog-post .tog-post-body a {
  color: #109ec0;
  text-decoration: underline; }

.tog-post-body {
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
  color: #636466; }
  .tog-post-body h4 {
    font-size: 1.3em;
    line-height: 1.4;
    color: #797b7d;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }
  .tog-post-body p {
    margin: 1em 0;
    line-height: 1.6; }
    .tog-post-body p:last-child {
      margin-bottom: 0; }
  .tog-post-body .text-center {
    text-align: center; }
  .tog-post-body .text-left {
    text-align: left; }
  .tog-post-body .alignright {
    float: right;
    margin: 0 0 15px 15px; }
  .tog-post-body .alignleft {
    float: left;
    margin: 0 15px 15px 0; }
  .tog-post-body table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5rem; }
    .tog-post-body table thead {
      background: #545A5F;
      font-weight: bold;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 38px; }
    .tog-post-body table tbody {
      font-weight: 300;
      font-size: 18px;
      color: #636466;
      line-height: 1.2; }
      .tog-post-body table tbody tr td {
        border-bottom: 1px solid #636466;
        padding: 1em; }

@media screen and (max-width: 500px) {
  .tog-post-body {
    line-height: 24px; } }

.tog-post {
  font-size: 100%; }
  .tog-post .icon .author {
    display: none; }
  .tog-post .icon time {
    display: none; }
  .tog-post header h2 {
    color: #535a5f;
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: .3em; }
  .tog-post header cite {
    text-transform: uppercase;
    font-style: normal;
    font-size: 1em;
    color: #878e94;
    font-weight: 500; }

.privacy-toggle {
  background: #eee;
  padding: 40px;
  font-size: 18px;
  line-height: 24px; }
  .privacy-toggle p {
    padding: 0 !important;
    margin: 0 0 16px;
    line-height: 1.5; }
  .privacy-toggle p label input {
    float: left;
    margin: 0 10px 0 0;
    height: 24px;
    vertical-align: middle; }
  .privacy-toggle p label span {
    line-height: 24px;
    font-weight: bold; }

.tog-richtext {
  font-size: 27px;
  line-height: 1.6;
  color: #636466;
  letter-spacing: 0;
  line-height: 44px; }
  .tog-richtext div, .tog-richtext p, .tog-richtext object, .tog-richtext iframe, .tog-richtext img {
    margin-bottom: 31px; }
  .tog-richtext h1, .tog-richtext h2, .tog-richtext h3, .tog-richtext h4, .tog-richtext h5, .tog-richtext h6 {
    color: #0694C5;
    letter-spacing: 0;
    padding-top: 40px;
    line-height: 1.4;
    margin-bottom: 31px; }
  .tog-richtext h1 {
    font-size: 58px; }
  .tog-richtext h2 {
    font-size: 50px; }
  .tog-richtext h3 {
    font-size: 42px; }
  .tog-richtext h4 {
    font-size: 34px; }
  .tog-richtext a {
    text-decoration: underline; }
  .tog-richtext *:last-child {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 500px) {
    .tog-richtext {
      font-size: 24px; }
      .tog-richtext h1, .tog-richtext h2, .tog-richtext h3, .tog-richtext h4, .tog-richtext h5, .tog-richtext h6 {
        padding-top: 10px; }
      .tog-richtext h1 {
        font-size: 48px; }
      .tog-richtext h2 {
        font-size: 40px; }
      .tog-richtext h3 {
        font-size: 32px; }
      .tog-richtext h4 {
        font-size: 26px; } }

.tog-search-results {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .tog-search-results .tog-search-result {
    padding: 1em;
    border-bottom: 1px solid #ccc; }
    .tog-search-results .tog-search-result:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .tog-search-results .tog-search-result h1 {
      font-size: 1.3em;
      margin-bottom: .2em; }
    .tog-search-results .tog-search-result .tog-post-body {
      font-size: 1em;
      line-height: 1.3; }
      .tog-search-results .tog-search-result .tog-post-body .read-more {
        color: black;
        text-decoration: underline;
        font-weight: bold; }

.tog-search {
  color: white;
  background: #b98bab;
  border-top: #c1c6ca;
  padding: 1em;
  display: none;
  position: absolute;
  top: 68px;
  right: 0;
  width: 100%;
  max-width: 500px;
  z-index: 999;
  box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.2); }
  .tog-search.selected {
    display: block; }
  .tog-search .single-line {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .tog-search .field-cell {
    display: table-cell;
    width: 65%; }
  .tog-search .button-cell {
    display: table-cell;
    width: 35%;
    padding-left: 10px; }
  .tog-search input {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 2px solid white;
    padding: 10px;
    float: left;
    font-size: 20px;
    font-weight: 300;
    outline: none;
    -webkit-appearance: none;
    color: white; }
  .tog-search button {
    cursor: pointer;
    float: left;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: white;
    height: 44px;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    outline: none; }

body.admin-bar .tog-search {
  top: 100px; }

.tog-section-break {
  background: #fcb53c;
  text-align: center;
  font-family: MuseoSlab;
  font-size: 100%;
  font-weight: 100;
  line-height: 1.4;
  color: white;
  padding: 0; }
  .tog-section-break > div {
    font-size: 3.8em;
    padding: .7em 5px; }
    @media screen and (max-width: 500px) {
      .tog-section-break > div {
        font-size: 4em; } }
  .tog-section-break.gray {
    background: #aeb5ba;
    color: white; }
  .tog-section-break.blue {
    background: #55aac8;
    color: white; }
  .tog-section-break.light-blue {
    background: #92c4ea;
    color: white; }
  .tog-section-break.green {
    background: #9cbd3c;
    color: white; }
  .tog-section-break.light-yellow {
    background: #faf293;
    color: #535a5f; }
  .tog-section-break.purple {
    background: #a39fbd;
    color: white; }
  .tog-section-break.light-purple {
    background: #b98bab;
    color: white; }
  .tog-section-break.smaller {
    font-size: .65em;
    font-weight: 300; }
  .tog-section-break.tiny > div {
    padding: .4em 5px; }
  .tog-section-break small {
    display: block;
    font-family: MuseoSans;
    font-size: .35em;
    line-height: 1.4;
    font-weight: 300;
    max-width: 850px;
    margin: 0 auto;
    padding: 10px 5px; }
    .tog-section-break small p {
      margin: 0; }
  .tog-section-break.upper {
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 300;
    font-family: MuseoSans; }
    .tog-section-break.upper > div {
      font-size: 2em; }

@media screen and (max-width: 800px) {
  .tog-section-break {
    font-size: .75em; }
    .tog-section-break.smaller {
      font-size: .5em; }
    .tog-section-break small {
      font-size: .45em; } }

@media screen and (max-width: 400px) {
  .tog-section-break small {
    font-weight: 200; } }

.tog-share {
  color: #878e94;
  line-height: 50px; }
  .tog-share label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9em;
    vertical-align: top; }
  .tog-share nav {
    display: inline-block; }
    .tog-share nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .tog-share nav ul li {
        display: inline-block;
        margin-left: 23px; }
        .tog-share nav ul li a {
          font-weight: 400;
          font-size: 1.4em;
          color: #878e94; }

.tog-slate-body {
  background: white; }

.tog-subheader,
.tog-content-section.tog-subheader {
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  line-height: 29px;
  color: #535a5f; }
  .tog-subheader a,
  .tog-content-section.tog-subheader a {
    text-decoration: underline; }
  .tog-subheader p:first-child,
  .tog-content-section.tog-subheader p:first-child {
    margin-top: 0; }
  .tog-subheader p:last-child,
  .tog-content-section.tog-subheader p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 500px) {
  .tog-subheader,
  .tog-content-section.tog-subheader {
    padding: 20px 0;
    font-size: 17px;
    line-height: 27px; } }

.tog-title {
  text-align: center;
  padding: 0 5px;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
  color: #636466; }
  .tog-title .tog-home-body {
    margin-bottom: 2em; }

@media screen and (max-width: 450px) {
  .tog-title {
    padding: 0 21px; }
    .tog-title h1 {
      font-size: 2.6em; }
    .tog-title .container {
      font-size: .95em; }
      .tog-title .container .column,
      .tog-title .container .column.pad2x {
        padding: 0; } }

.treatment-1,
.treatment-2,
.treatment-3,
.treatment-4,
.treatment-5,
.treatment-6,
.treatment-logo {
  position: relative; }
  .treatment-1:before,
  .treatment-2:before,
  .treatment-3:before,
  .treatment-4:before,
  .treatment-5:before,
  .treatment-6:before,
  .treatment-logo:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 10;
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-blue-bar.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  .treatment-1.treatment-2:before,
  .treatment-2.treatment-2:before,
  .treatment-3.treatment-2:before,
  .treatment-4.treatment-2:before,
  .treatment-5.treatment-2:before,
  .treatment-6.treatment-2:before,
  .treatment-logo.treatment-2:before {
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-green-radius.png");
    width: 30%; }
  .treatment-1.treatment-2 aside,
  .treatment-2.treatment-2 aside,
  .treatment-3.treatment-2 aside,
  .treatment-4.treatment-2 aside,
  .treatment-5.treatment-2 aside,
  .treatment-6.treatment-2 aside,
  .treatment-logo.treatment-2 aside {
    right: 20%; }
  .treatment-1.treatment-3:before,
  .treatment-2.treatment-3:before,
  .treatment-3.treatment-3:before,
  .treatment-4.treatment-3:before,
  .treatment-5.treatment-3:before,
  .treatment-6.treatment-3:before,
  .treatment-logo.treatment-3:before {
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-orange-bar.png");
    width: 30%; }
  .treatment-1.treatment-4:before,
  .treatment-2.treatment-4:before,
  .treatment-3.treatment-4:before,
  .treatment-4.treatment-4:before,
  .treatment-5.treatment-4:before,
  .treatment-6.treatment-4:before,
  .treatment-logo.treatment-4:before {
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-rainbow-radius.png");
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-rainbow-radius.svg");
    width: 190px;
    height: 546px;
    top: auto;
    bottom: 0; }
  .treatment-1.treatment-5:before,
  .treatment-2.treatment-5:before,
  .treatment-3.treatment-5:before,
  .treatment-4.treatment-5:before,
  .treatment-5.treatment-5:before,
  .treatment-6.treatment-5:before,
  .treatment-logo.treatment-5:before {
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-purple-radius.png");
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-purple-radius.svg");
    background-size: auto 100%;
    background-position: top left;
    width: 478px;
    height: 100%;
    max-height: 100%;
    right: auto;
    left: 0; }
  .treatment-1.treatment-6:before,
  .treatment-2.treatment-6:before,
  .treatment-3.treatment-6:before,
  .treatment-4.treatment-6:before,
  .treatment-5.treatment-6:before,
  .treatment-6.treatment-6:before,
  .treatment-logo.treatment-6:before {
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-blue-radius.png");
    background-image: url("/wp-content/themes/omidyar-group/assets/images/treatment-blue-radius.svg");
    width: 201px;
    height: 201px;
    max-height: 100%; }
  .treatment-1.treatment-logo:before,
  .treatment-2.treatment-logo:before,
  .treatment-3.treatment-logo:before,
  .treatment-4.treatment-logo:before,
  .treatment-5.treatment-logo:before,
  .treatment-6.treatment-logo:before,
  .treatment-logo.treatment-logo:before {
    background-image: url("/wp-content/themes/omidyar-group/assets/images/logo-omidyar-group.png");
    width: 120px;
    height: 120px;
    max-height: 100%;
    top: 80px;
    right: 80px; }

.over-treatment {
  position: relative;
  z-index: 11; }

@media screen and (max-width: 1100px) {
  .treatment-1:before,
  .treatment-2:before,
  .treatment-3:before,
  .treatment-4:before,
  .treatment-5:before,
  .treatment-logo:before {
    display: none; } }

.tog-tweets {
  text-align: center;
  position: relative;
  font-size: 100%;
  z-index: 9; }
  .tog-tweets nav ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 15px solid #115e7d; }
    .tog-tweets nav ul li {
      display: inline-block;
      padding: 0 25px 50px;
      width: 195px;
      position: relative;
      line-height: 0; }
      .tog-tweets nav ul li img {
        width: 100%;
        display: block; }
        .tog-tweets nav ul li img.off {
          display: block; }
        .tog-tweets nav ul li img.on {
          display: none; }
        .tog-tweets nav ul li img.mobile-off, .tog-tweets nav ul li img.mobile-on {
          display: none; }
      .tog-tweets nav ul li.omidyar-network {
        width: 110px; }
      .tog-tweets nav ul li.ulupono {
        width: 150px;
        margin-bottom: -22px; }
      .tog-tweets nav ul li.on img.off {
        display: none; }
      .tog-tweets nav ul li.on img.on {
        display: block; }
      .tog-tweets nav ul li.on:before {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        background: url("/wp-content/themes/omidyar-group/assets/images/icon-twitter-bird.png") no-repeat center bottom;
        position: absolute;
        bottom: -19px;
        left: 0;
        z-index: 11; }
      .tog-tweets nav ul li.on:after {
        content: '';
        display: block;
        width: 100%;
        height: 52px;
        background: url("/wp-content/themes/omidyar-group/assets/images/triangle-blue.png") no-repeat center bottom;
        position: absolute;
        bottom: -25px;
        left: 0;
        z-index: 10; }
  .tog-tweets .tweet-container-wrapper {
    background: #2e7ea1; }
  .tog-tweets .tweet-content {
    color: white;
    padding: 2em 15px;
    display: table;
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
    .tog-tweets .tweet-content .tweet-thumb {
      display: table-cell;
      vertical-align: middle;
      height: 3.2em; }
      .tog-tweets .tweet-content .tweet-thumb img {
        width: auto;
        height: 100%; }
    .tog-tweets .tweet-content .tweet-body {
      font-size: 1.1em;
      font-family: MuseoSans;
      font-weight: 300;
      color: #e2e6e8;
      text-align: left;
      vertical-align: top; }
      .tog-tweets .tweet-content .tweet-body cite {
        display: inline-block;
        font-weight: bold;
        font-style: normal; }
        .tog-tweets .tweet-content .tweet-body cite a {
          text-decoration: none; }
      .tog-tweets .tweet-content .tweet-body a {
        text-decoration: inherit;
        color: inherit;
        font-size: inherit;
        text-decoration: underline; }
      .tog-tweets .tweet-content .tweet-body p {
        margin: 0;
        display: inline; }
      .tog-tweets .tweet-content .tweet-body time {
        font-style: italic;
        color: white;
        font-size: 85%; }

@media screen and (max-width: 920px) {
  .tog-tweets nav ul {
    position: relative;
    padding-bottom: 105px;
    background: #f6f6f6; }
    .tog-tweets nav ul li {
      display: block;
      width: 100% !important;
      border-top: 1px solid #c2c7ca;
      height: 100px;
      text-align: center;
      padding: 0;
      margin-bottom: 0 !important;
      margin-top: 0 !important; }
      .tog-tweets nav ul li a {
        display: block;
        padding: 30px 40px; }
      .tog-tweets nav ul li img {
        max-width: none;
        width: auto;
        height: 40px; }
        .tog-tweets nav ul li img.off, .tog-tweets nav ul li img.on, .tog-tweets nav ul li img.mobile-on {
          display: none; }
        .tog-tweets nav ul li img.mobile-off {
          display: inline-block; }
      .tog-tweets nav ul li.on {
        position: absolute;
        bottom: 5px;
        left: 0; }
        .tog-tweets nav ul li.on img.on {
          display: none; }
        .tog-tweets nav ul li.on img.mobile-on {
          display: inline-block; }
        .tog-tweets nav ul li.on img.mobile-off {
          display: none; }
        .tog-tweets nav ul li.on:before {
          bottom: -24px; }
        .tog-tweets nav ul li.on:after {
          height: 40px;
          bottom: -24px;
          background-position: top center; }
  .tog-tweets .tweet-content {
    font-size: 1.15em; }
    .tog-tweets .tweet-content .container {
      max-width: 1100px; }
    .tog-tweets .tweet-content .tweet-thumb {
      display: none; }
    .tog-tweets .tweet-content .tweet-body {
      padding: 0; } }
