@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_self
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  background-color: #f0f2f2;
  padding: 0;
  padding-bottom: 1px;
  margin: 0;
}

hr {
  margin: 15px 0;
  background: none;
  border: none;
  border-bottom: 1px dotted #e5e5e5;
}

article {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*!
 *  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("/assets/fontawesome-webfont-97a91f26.eot");
  src: url("/assets/fontawesome-webfont-97a91f26.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2b839022.woff2") format("woff2"), url("/assets/fontawesome-webfont-a29781b1.woff") format("woff"), url("/assets/fontawesome-webfont-34d64d05.ttf") format("truetype"), url("/assets/fontawesome-webfont-fb038f0f.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

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

.fa-blind:before {
  content: "\f29d";
}

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

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

.fa-braille:before {
  content: "\f2a1";
}

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

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

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("/assets/LatoLatin-Hairline-6b1f81b1.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 200;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("/assets/LatoLatin-Thin-0589cf59.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("/assets/LatoLatin-Light-8414ba4f.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("/assets/LatoLatin-Regular-c57b0db7.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("/assets/LatoLatin-Bold-f830542a.woff") format("woff");
}
.row, .about-partners-row, .intro-feature-row, .intro-row, .tile.user-account .chart-row, .filters .user-account.filters-dialog .chart-row, .tile-row, .form-row, .form-field-row {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.column, .about-partner, .intro-feature, .intro-column-3-4, .intro-column-1-4, .tile.user-account .expense-column, .filters .user-account.filters-dialog .expense-column, .tile.user-account .chart-column, .filters .user-account.filters-dialog .chart-column, .tile.user-account .graph-column-expenses, .filters .user-account.filters-dialog .graph-column-expenses, .tile.user-account .graph-column-no-expenses, .filters .user-account.filters-dialog .graph-column-no-expenses, .tile-column-2-3, .tile-column-1-3, .tile-column-1-2, .form-column-3-10, .form-column-1-10, .form-column-1-6, .form-column-2-5, .form-column-1-5, .form-column-1-4, .form-column-2-3, .form-column-1-3, .form-column-1-2, .form-field-column-3-5, .form-field-column-2-5, .form-field-column-3-4, .form-field-column-1-4, .form-field-column-1-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.column > :last-child, .about-partner > :last-child, .intro-feature > :last-child, .intro-column-3-4 > :last-child, .intro-column-1-4 > :last-child, .tile.user-account .expense-column > :last-child, .filters .user-account.filters-dialog .expense-column > :last-child, .tile.user-account .chart-column > :last-child, .filters .user-account.filters-dialog .chart-column > :last-child, .tile.user-account .graph-column-expenses > :last-child, .filters .user-account.filters-dialog .graph-column-expenses > :last-child, .tile.user-account .graph-column-no-expenses > :last-child, .filters .user-account.filters-dialog .graph-column-no-expenses > :last-child, .tile-column-2-3 > :last-child, .tile-column-1-3 > :last-child, .tile-column-1-2 > :last-child, .form-column-3-10 > :last-child, .form-column-1-10 > :last-child, .form-column-1-6 > :last-child, .form-column-2-5 > :last-child, .form-column-1-5 > :last-child, .form-column-1-4 > :last-child, .form-column-2-3 > :last-child, .form-column-1-3 > :last-child, .form-column-1-2 > :last-child, .form-field-column-3-5 > :last-child, .form-field-column-2-5 > :last-child, .form-field-column-3-4 > :last-child, .form-field-column-1-4 > :last-child, .form-field-column-1-2 > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .not-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 451px) {
  .phone-portrait-only {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .not-phone-portrait {
    display: none !important;
  }
}

body {
  font-family: "Lato", sans-serif;
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

h1 {
  /* Lato Hairline, 36pt, Optical spacing, 10pt tracking, anti-aliasing: strong, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 979px) {
  h1 {
    font-size: 28px;
  }
}
h1 {
  color: #333333;
  margin-bottom: 30px;
}

h2 {
  /* Lato Light, 32pt / 36pt, Optical spacing, 0pt tracking, 18pt before return,
     24pt after return, anti-aliasing: sharp, #00aeef */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (max-width: 979px) {
  h2 {
    font-size: 24px;
  }
}
h2 {
  color: #fba61a;
  margin-bottom: 24px;
}

h3 {
  /* Lato Bold, 17pt / 24pt, Optical spacing, 5pt tracking, 12pt before return,
     12pt after return, anti-aliasing: sharp, #00aeef */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.005em;
  color: #fba61a;
  color: #fba61a;
  margin-bottom: 12px;
}

h4 {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 8px;
}

th {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
}

td {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

p {
  margin-bottom: 12px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.p3, small {
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
}

a, .link {
  color: #00aeef;
  text-decoration: underline;
  cursor: pointer;
}

.p1 {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}

.p2, .tile, .filters .filters-dialog {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.truncate {
  display: block;
}

.explanation {
  margin-left: 1em;
}
.explanation::before {
  content: "Explanation: ";
  text-transform: uppercase;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border-color: #ddd;
}

.ql-toolbar.ql-snow {
  padding: 2px;
}

.ql-editor {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  padding: 10px 9px;
}

.ql-container {
  font-family: inherit;
  color: inherit;
}

.alert-notification {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  height: 24px;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 12px;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  width: 24px;
  position: relative;
  color: #f35050;
  border-color: #f35050;
}
.alert-notification .alert-count {
  position: absolute;
  top: 0;
  left: 65%;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  padding: 2px;
  border-radius: 2px;
  color: #fff;
  background: #f35050;
  margin: -3px -5px 0 0;
}

.alert-dot {
  color: #f35050;
  cursor: default;
}

.alert-errors {
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.alert-errors a {
  color: inherit;
}
.alert-errors {
  background: #f35050;
}

.button,
.cancel-button,
.secondary-button,
.delete-button {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  height: 24px;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 12px;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}

.glyph-button,
.glyph-cancel-button,
.glyph-secondary-button {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  height: 24px;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 12px;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  width: 24px;
  cursor: pointer;
}

.large-button,
.large-cancel-button {
  display: inline-block;
  margin: 0;
  padding: 9px 18px;
  border: 1px solid;
  border-radius: 16px;
  height: 32px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  white-space: nowrap;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
}

.large-glyph-button {
  display: inline-block;
  margin: 0;
  padding: 9px 18px;
  border: 1px solid;
  border-radius: 16px;
  height: 32px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  white-space: nowrap;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
  cursor: pointer;
}

.button,
.glyph-button,
.large-button {
  border-color: #fba61a;
  color: #fba61a;
}
.button:hover,
.glyph-button:hover,
.large-button:hover {
  background: #fba61a;
  color: white;
}

.glyph-secondary-button,
.secondary-button {
  color: #aaa;
  border-color: #aaa;
}
.glyph-secondary-button:hover,
.secondary-button:hover {
  color: #fba61a;
  border-color: #fba61a;
}

.cancel-button,
.glyph-cancel-button,
.large-cancel-button {
  color: #aaa;
  border-color: #aaa;
}
.cancel-button:hover,
.glyph-cancel-button:hover,
.large-cancel-button:hover {
  color: #f35050;
  border-color: #f35050;
}

.delete-button {
  border-color: #f35050;
  color: #f35050;
}
.delete-button:hover {
  background: #f35050;
  color: white;
}

.remove-new-nested-fields,
.remove-existing-nested-fields {
  color: #ddd;
}
.remove-new-nested-fields:hover,
.remove-existing-nested-fields:hover {
  color: #f35050;
}

.button[disabled], .button.disabled,
.cancel-button[disabled],
.cancel-button.disabled,
.secondary-button[disabled],
.secondary-button.disabled,
.delete-button[disabled],
.delete-button.disabled,
.glyph-button[disabled],
.glyph-button.disabled,
.glyph-cancel-button[disabled],
.glyph-cancel-button.disabled,
.glyph-secondary-button[disabled],
.glyph-secondary-button.disabled {
  color: #aaa;
  border-color: #aaa;
  background: #fff;
  cursor: not-allowed;
}

.button_to {
  display: inline;
}

.toggle-button-group {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #00aeef;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  margin: 0 auto 20px;
}
.toggle-button-group .toggle-button {
  color: #aaa;
  text-decoration: none;
  background: #fff;
  display: table-cell;
  padding: 9px 25px;
  border: 1px solid #aaa;
  border-width: 1px 0;
}
.toggle-button-group .toggle-button:first-child {
  border-radius: 16px 0 0 16px;
  border-left-width: 1px;
}
.toggle-button-group .toggle-button:last-child {
  border-radius: 0 16px 16px 0;
  border-right-width: 1px;
}
.toggle-button-group .toggle-button.active {
  background: #00aeef;
  color: #fff;
  border-color: #00aeef;
}

.filters-button {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  display: inline;
  position: relative;
  padding: 0;
  padding-right: 1em;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: normal;
  background: inherit;
  appearance: none;
  border: none;
  cursor: pointer;
}
.filters-button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.45em 0 0 0;
  padding: 0;
  line-height: 1;
  pointer-events: none;
  font-family: "FontAwesome";
  content: "\f107";
}

.line-graph .axis {
  shape-rendering: crispEdges;
}
.line-graph .axis text {
  font-size: 11px;
  fill: #aaa;
  text-transform: uppercase;
  font-weight: 400;
}
.line-graph .x.axis line {
  display: none;
}
.line-graph .x.axis path {
  stroke: #777;
  display: none;
  fill: none;
}
.line-graph .y.axis line {
  stroke: #e5e5e5;
  stroke-width: 1;
}
.line-graph .y.axis path {
  display: none;
}
.line-graph .y.axis text {
  letter-spacing: 0.5px;
  font-weight: normal;
}
.line-graph .y.axis .tick:first-child text {
  display: none;
}
.line-graph path.goal {
  stroke: #3bcc67;
  stroke-width: 2;
  fill: none;
}
.line-graph path.pledge {
  stroke: #fba61a;
  stroke-width: 2;
  stroke-dasharray: 1.5, 1.5;
  fill: none;
}
.line-graph path.gift {
  stroke: #00aeef;
  stroke-width: 2;
  fill: none;
}
.line-graph path.previous-period-gift {
  stroke: #99dff9;
  stroke-width: 2;
  fill: none;
}
.line-graph path.revenue {
  stroke: #00aeef;
  stroke-width: 2;
  fill: none;
}
.line-graph path.expenses {
  stroke: #fba61a;
  stroke-width: 2;
  fill: none;
}
.line-graph path.balance {
  stroke: #333333;
  stroke-width: 2;
  fill: none;
}
.line-graph path.donor {
  stroke: #00aeef;
  stroke-width: 2;
  fill: none;
}
.line-graph circle.spacer {
  stroke: #FFF;
  fill: #FFF;
}
.line-graph circle.amount {
  stroke-width: 1.5;
  fill: #FFF;
}
.line-graph circle.amount.pledge {
  stroke: #fba61a;
}
.line-graph circle.amount.gift {
  stroke: #00aeef;
}
.line-graph circle.amount.previous-period-gift {
  stroke: #99dff9;
}
.line-graph circle.amount.revenue {
  stroke: #00aeef;
}
.line-graph circle.amount.expenses {
  stroke: #fba61a;
}
.line-graph circle.amount.balance {
  stroke: #333333;
}
.line-graph circle.amount.donor {
  stroke: #00aeef;
}

.ring-chart {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}
.ring-chart path {
  fill: #dddddd;
  stroke: #FFF;
  stroke-width: 2;
}
.ring-chart text {
  font-size: 12px;
  text-anchor: middle;
  font-weight: normal;
  fill: #aaa;
}
.ring-chart text.amount {
  font-size: 16px;
  font-weight: bold;
}
.ring-chart path.slice0,
.ring-chart text.amount {
  fill: #00aeef;
}
.ring-chart.pledge path.slice0,
.ring-chart.pledge text.amount {
  fill: #fba61a;
}

.ring-chart-with-labels {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.ring-chart-with-labels ul {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: default;
}
.ring-chart-with-labels li {
  color: #aaa;
}
.ring-chart-with-labels li .percent, .ring-chart-with-labels li .count {
  display: inline-block;
  font-weight: 300;
  width: 2.9em;
  text-align: right;
  font-size: 18px;
  line-height: 18px;
}
.ring-chart-with-labels li .label {
  display: inline-block;
  vertical-align: middle;
  max-width: 7em;
  font-size: 12px;
  line-height: 12px;
}
.ring-chart-with-labels text.slice1 {
  display: none;
}
.ring-chart-with-labels.slice1 text.slice0 {
  display: none;
}
.ring-chart-with-labels.slice1 text.slice1 {
  display: block;
}
.ring-chart-with-labels text.slice2 {
  display: none;
}
.ring-chart-with-labels.slice2 text.slice0 {
  display: none;
}
.ring-chart-with-labels.slice2 text.slice2 {
  display: block;
}
.ring-chart-with-labels text.slice3 {
  display: none;
}
.ring-chart-with-labels.slice3 text.slice0 {
  display: none;
}
.ring-chart-with-labels.slice3 text.slice3 {
  display: block;
}
.ring-chart-with-labels text.slice4 {
  display: none;
}
.ring-chart-with-labels.slice4 text.slice0 {
  display: none;
}
.ring-chart-with-labels.slice4 text.slice4 {
  display: block;
}
.ring-chart-with-labels text.slice5 {
  display: none;
}
.ring-chart-with-labels.slice5 text.slice0 {
  display: none;
}
.ring-chart-with-labels.slice5 text.slice5 {
  display: block;
}
.ring-chart-with-labels .ring-chart path.slice0,
.ring-chart-with-labels .ring-chart text.amount {
  fill: #00aeef;
}
.ring-chart-with-labels li.slice0 {
  color: #00aeef;
}
.ring-chart-with-labels.slice1 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.slice1 path.slice1 {
  fill: #00aeef;
}
.ring-chart-with-labels.slice1 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.slice1 li.slice1 {
  color: #00aeef;
}
.ring-chart-with-labels.slice2 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.slice2 path.slice2 {
  fill: #00aeef;
}
.ring-chart-with-labels.slice2 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.slice2 li.slice2 {
  color: #00aeef;
}
.ring-chart-with-labels.slice3 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.slice3 path.slice3 {
  fill: #00aeef;
}
.ring-chart-with-labels.slice3 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.slice3 li.slice3 {
  color: #00aeef;
}
.ring-chart-with-labels.slice4 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.slice4 path.slice4 {
  fill: #00aeef;
}
.ring-chart-with-labels.slice4 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.slice4 li.slice4 {
  color: #00aeef;
}
.ring-chart-with-labels.slice5 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.slice5 path.slice5 {
  fill: #00aeef;
}
.ring-chart-with-labels.slice5 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.slice5 li.slice5 {
  color: #00aeef;
}
.ring-chart-with-labels.pledge .ring-chart path.slice0,
.ring-chart-with-labels.pledge .ring-chart text.amount {
  fill: #fba61a;
}
.ring-chart-with-labels.pledge li.slice0 {
  color: #fba61a;
}
.ring-chart-with-labels.pledge.slice1 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.pledge.slice1 path.slice1 {
  fill: #fba61a;
}
.ring-chart-with-labels.pledge.slice1 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.pledge.slice1 li.slice1 {
  color: #fba61a;
}
.ring-chart-with-labels.pledge.slice2 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.pledge.slice2 path.slice2 {
  fill: #fba61a;
}
.ring-chart-with-labels.pledge.slice2 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.pledge.slice2 li.slice2 {
  color: #fba61a;
}
.ring-chart-with-labels.pledge.slice3 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.pledge.slice3 path.slice3 {
  fill: #fba61a;
}
.ring-chart-with-labels.pledge.slice3 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.pledge.slice3 li.slice3 {
  color: #fba61a;
}
.ring-chart-with-labels.pledge.slice4 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.pledge.slice4 path.slice4 {
  fill: #fba61a;
}
.ring-chart-with-labels.pledge.slice4 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.pledge.slice4 li.slice4 {
  color: #fba61a;
}
.ring-chart-with-labels.pledge.slice5 path.slice0 {
  fill: #dddddd;
}
.ring-chart-with-labels.pledge.slice5 path.slice5 {
  fill: #fba61a;
}
.ring-chart-with-labels.pledge.slice5 li.slice0 {
  color: #aaa;
}
.ring-chart-with-labels.pledge.slice5 li.slice5 {
  color: #fba61a;
}

.progress-bar {
  display: inline-block;
  vertical-align: baseline;
  background: white;
  height: 8px;
  border-radius: 4px;
  border: 1px solid white;
  position: relative;
  width: 160px;
}
.progress-bar .progress {
  display: block;
  background: #00aeef;
  border-radius: 3px;
  height: 6px;
}

.checkbox-list {
  white-space: nowrap;
}

.checkbox-list-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox-dropdown .dropdown-menu:after, .checkbox-dropdown .dropdown-menu:before {
  left: auto;
  right: 30px;
  margin-left: 0;
}
.checkbox-dropdown .dropdown-menu:after {
  margin-right: -7px;
}
.checkbox-dropdown .dropdown-menu:before {
  margin-right: -8px;
}
.checkbox-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  width: auto;
  min-width: 100%;
  max-width: 500px;
  white-space: nowrap;
  line-height: 1.1;
}
.checkbox-dropdown .search-field input {
  border-width: 1px 0;
}
.checkbox-dropdown .search-field {
  margin-bottom: 0.5em;
}
.checkbox-dropdown h4 {
  margin: 0.5em 0;
}
.checkbox-dropdown .checkbox-dropdown-item {
  display: block;
  padding: 0.2em 0;
}

.dropdown {
  position: relative;
}
.dropdown > button::-moz-focus-inner {
  border: 0;
}
.dropdown > button:focus {
  outline: 0;
}
.dropdown > button[disabled] {
  cursor: not-allowed;
}

.dropdown-caret:before {
  font-family: "FontAwesome";
  content: "\f107";
}

.dropdown-menu {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 20px;
}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.dropdown-menu:before {
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -8px;
}
.dropdown-menu {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 1040;
  display: none;
  text-align: left;
  background-clip: padding-box;
}

.open > .dropdown-menu {
  display: block;
}
.open .dropdown-caret:before,
.open .select-button::after,
.open .filters-button::after {
  font-family: "FontAwesome";
  content: "\f106";
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1039;
}

.modal.edit-email .modal-dialog {
  width: 300px;
}

.field-label {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 0.7em;
  display: block;
}
.field-label.required:after {
  content: " *";
  color: #f35050;
}

.field-help {
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  margin-top: 0.7em;
}

fieldset {
  min-width: 0;
}

.fieldset {
  margin-bottom: 1em;
}
.fieldset.last-fieldset {
  margin-bottom: 0;
}
.fieldset .full-width {
  margin-bottom: 6px;
}
.fieldset .twitter-typeahead .full-width {
  margin-bottom: 0;
}

.text-field,
.money-field input,
.date-field input,
.search-field input,
.select-field select,
.select-button,
.radio-toggle {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-family: inherit;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  display: inline-flex;
  vertical-align: baseline;
  width: auto;
  height: 31px;
  margin: 0;
  padding: 3px 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  color: inherit;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.text-field.disabled, .text-field[disabled], fieldset[disabled] .text-field,
.money-field input.disabled,
.money-field input[disabled],
fieldset[disabled] .money-field input,
.date-field input.disabled,
.date-field input[disabled],
fieldset[disabled] .date-field input,
.search-field input.disabled,
.search-field input[disabled],
fieldset[disabled] .search-field input,
.select-field select.disabled,
.select-field select[disabled],
fieldset[disabled] .select-field select,
.select-button.disabled,
.select-button[disabled],
fieldset[disabled] .select-button,
.radio-toggle.disabled,
.radio-toggle[disabled],
fieldset[disabled] .radio-toggle {
  cursor: not-allowed;
  opacity: 0.65;
  color: #ddd;
}

.combo-field {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 31px;
  white-space: nowrap;
}
.combo-field .text-field,
.combo-field .money-field input,
.combo-field .date-field input,
.combo-field .search-field input,
.combo-field .select-field select,
.combo-field .select-button,
.combo-field .radio-toggle {
  height: 29px;
  border-radius: 0;
  border-width: 0 0 0 1px;
}
.combo-field .text-field:first-child,
.combo-field .money-field:first-child input,
.combo-field .date-field:first-child input,
.combo-field .search-field:first-child input,
.combo-field .select-field:first-child select,
.combo-field .select-button:first-child,
.combo-field .radio-toggle:first-child {
  border: 0;
}

textarea.text-field {
  height: auto;
}

.select-button::-moz-focus-inner {
  margin-top: -1px;
  margin-bottom: -1px;
}

.text-field:input-placeholder,
.money-field input:input-placeholder,
.date-field input:input-placeholder,
.search-field input:input-placeholder,
.tag input:input-placeholder {
  color: #ddd;
}
.text-field::-webkit-input-placeholder,
.money-field input::-webkit-input-placeholder,
.date-field input::-webkit-input-placeholder,
.search-field input::-webkit-input-placeholder,
.tag input::-webkit-input-placeholder {
  color: #ddd;
}
.text-field:-moz-placeholder,
.money-field input:-moz-placeholder,
.date-field input:-moz-placeholder,
.search-field input:-moz-placeholder,
.tag input:-moz-placeholder {
  color: #ddd;
}
.text-field::-moz-placeholder,
.money-field input::-moz-placeholder,
.date-field input::-moz-placeholder,
.search-field input::-moz-placeholder,
.tag input::-moz-placeholder {
  color: #ddd;
}
.text-field:-ms-input-placeholder,
.money-field input:-ms-input-placeholder,
.date-field input:-ms-input-placeholder,
.search-field input:-ms-input-placeholder,
.tag input:-ms-input-placeholder {
  color: #ddd;
}

.select-field,
.select-button,
.money-field,
.date-field,
.search-field {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.select-field::after,
.select-button::after,
.money-field::before,
.money-field::after,
.date-field::after,
.search-field::before {
  display: block;
  position: absolute;
  top: 50%;
  margin: -0.45em 0 0 0;
  padding: 0;
  line-height: 1;
  pointer-events: none;
  color: #ddd;
}

.select-field::after,
.select-button::after {
  right: 7px;
  font-family: "FontAwesome";
  content: "\f107";
}

.select-field select,
.select-button {
  padding-right: 1.4em;
}

.select-field select::-ms-expand {
  display: none;
}

.money-field::before {
  left: 7px;
  content: attr(data-symbol);
}
.money-field input {
  width: 7em;
  padding-left: 2em;
}
.money-field[data-code]::after {
  right: 7px;
  font-size: 0.75em;
  content: attr(data-code);
}
.money-field[data-code] input {
  width: 9.2em;
  padding-right: 2.2em;
}

.date-field::after {
  right: 7px;
  font-family: "FontAwesome";
  content: "\f073";
  font-size: 0.75em;
}
.date-field input {
  width: 10em;
  padding-right: 1.4em;
}
.date-field input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 7px;
  background-color: white;
  z-index: 1;
}

.search-field::before {
  left: 7px;
  font-family: "FontAwesome";
  content: "\f002";
}
.search-field input {
  padding-left: 1.7em;
}
.search-field.list-item::before {
  left: 0;
  padding-left: 1px;
}
.search-field.list-item input {
  border: 0;
  padding-left: 1.4em;
}
.search-field.list-item {
  padding: 5px 0;
}

.radio-toggle {
  padding: 1px;
  white-space: nowrap;
}
.radio-toggle input {
  display: none;
}
.radio-toggle label {
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px;
  color: #aaa;
  border-radius: 2px;
}
.radio-toggle input:checked + label {
  background: #fee4ba;
  color: inherit;
}

.text-field.full-width,
.money-field.full-width,
.select-field.full-width,
.select-button.full-width,
.date-field.full-width,
.search-field.full-width,
.twitter-typeahead.full-width {
  display: block;
  width: 100%;
}

.money-field.full-width input,
.date-field.full-width input,
.search-field.full-width input,
.select-field.full-width select {
  max-width: none;
  width: 100%;
}

.form-buttons {
  text-align: right;
}
.form-buttons .cancel-button {
  margin-right: 0.3em;
}

.form-field-row {
  margin: 0 0 0 -6px;
}

.form-field-column-1-2 {
  padding: 0 0 0 6px;
  width: 50%;
  margin-bottom: 6px;
}
@media screen and (max-width: 979px) {
  .form-field-column-1-2 {
    width: 100%;
  }
}

.form-field-column-1-4 {
  padding: 0 0 0 6px;
  width: 25%;
  margin-bottom: 6px;
}
@media screen and (max-width: 979px) {
  .form-field-column-1-4 {
    width: 100%;
  }
}

.form-field-column-3-4 {
  padding: 0 0 0 6px;
  width: 75%;
  margin-bottom: 6px;
}
@media screen and (max-width: 979px) {
  .form-field-column-3-4 {
    width: 100%;
  }
}

.form-field-column-2-5 {
  padding: 0 0 0 6px;
  width: 40%;
  margin-bottom: 6px;
}
@media screen and (max-width: 979px) {
  .form-field-column-2-5 {
    width: 100%;
  }
}

.form-field-column-3-5 {
  padding: 0 0 0 6px;
  width: 60%;
  margin-bottom: 6px;
}
@media screen and (max-width: 979px) {
  .form-field-column-3-5 {
    width: 100%;
  }
}

.form-row {
  margin: 0 0 0 -20px;
}

.form-column-1-2 {
  padding: 0 0 0 20px;
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-1-2 {
    width: 100%;
  }
}

.form-column-1-3 {
  padding: 0 0 0 20px;
  width: 33.3333333333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-1-3 {
    width: 100%;
  }
}

.form-column-2-3 {
  padding: 0 0 0 20px;
  width: 66.6666666667%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-2-3 {
    width: 100%;
  }
}

.form-column-1-4 {
  padding: 0 0 0 20px;
  width: 25%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-1-4 {
    width: 100%;
  }
}

.form-column-1-5 {
  padding: 0 0 0 20px;
  width: 20%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-1-5 {
    width: 100%;
  }
}

.form-column-2-5 {
  padding: 0 0 0 20px;
  width: 40%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-2-5 {
    width: 100%;
  }
}

.form-column-1-6 {
  padding: 0 0 0 20px;
  width: 16.6666666667%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-1-6 {
    width: 100%;
  }
}

.form-column-1-10 {
  padding: 0 0 0 20px;
  width: 10%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-1-10 {
    width: 100%;
  }
}

.form-column-3-10 {
  padding: 0 0 0 20px;
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .form-column-3-10 {
    width: 100%;
  }
}

.field_with_errors input, .field_with_errors select {
  border-color: #f35050;
}

.tt-menu {
  padding: 3px 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  cursor: pointer;
}

.icon-search-form input {
  width: 8em;
  border: none;
}
.icon-search-form button {
  vertical-align: 15%;
}

input[type=file] {
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.list > li {
  padding: 8px 0;
  border-top: 1px dotted #e5e5e5;
}
ul.list > li:first-child {
  border-top-width: 0;
}
ul.list:first-child > li:first-child {
  padding-top: 0;
}
ul.list:last-child > li:last-child {
  padding-bottom: 0;
}
ul.list a {
  color: inherit;
  text-decoration: none;
}
ul.list a:hover {
  color: #00aeef;
}

ul.bullets {
  margin-bottom: 1em;
}
ul.bullets li {
  padding-left: 1em;
  list-style: none;
  position: relative;
}
ul.bullets li::before {
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  width: 1em;
  left: 0;
}

ol {
  padding-left: 2em;
}
ol li {
  list-style-type: decimal;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 0 30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  overflow-y: scroll;
}
@media screen and (max-width: 979px) {
  .modal {
    padding: 0;
  }
}

.modal-dialog {
  display: block;
  margin: auto;
  width: 650px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1040px;
  padding: 0;
}
@media screen and (max-width: 979px) {
  .modal-dialog {
    max-width: 100%;
    margin: 0 !important;
  }
}
.modal-dialog .dropdown-menu {
  position: relative;
  margin-top: 14px;
}

.success-modal .modal-dialog {
  width: 450px;
}

.public-modal .tile-body {
  border-top: 2px solid #fba61a;
}
.public-modal .modal-title {
  color: #fba61a;
}
.public-modal .form-buttons {
  margin-top: 30px;
}
.public-modal .form-buttons .large-cancel-button {
  float: left;
}
.public-modal.public-success-modal .tile-body {
  border-color: #3bcc67;
}
.public-modal.public-success-modal .modal-title {
  color: #3bcc67;
}
.public-modal.public-success-modal .large-button {
  border-color: #3bcc67;
  color: #3bcc67;
}
.public-modal.public-success-modal .large-button:hover {
  background: #3bcc67;
  color: white;
}
.public-modal.public-success-modal {
  text-align: center;
}
.public-modal.public-success-modal .modal-dialog {
  width: 600px;
  min-height: 500px;
  padding: 100px;
}
.public-modal.public-success-modal svg {
  margin-bottom: 20px;
}
.public-modal.public-success-modal p {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}

.money-decimal-mark {
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.pagination {
  text-align: center;
  word-spacing: 0.3em;
  font-size: 110%;
  color: #aaa;
}
.pagination a {
  color: inherit;
  text-decoration: none;
}
.pagination .previous_page, .pagination .next_page {
  margin: 0 0.5em;
}
.pagination .current {
  color: #fba61a;
  font-style: normal;
}

.modal.edit-password .modal-dialog {
  width: 300px;
}

.initials {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #fba61a;
  vertical-align: middle;
}

article.simple {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  article.simple {
    padding-left: 15px;
    padding-right: 15px;
  }
}
article.simple {
  margin: 100px auto;
  padding: 0 30px;
  max-width: 600px;
  width: auto;
}

.major-stat {
  font-weight: 200;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  white-space: nowrap;
  overflow-x: visible;
  margin: 0;
  padding: 0;
  color: #00aeef;
}
.major-stat small {
  display: block;
  margin-top: 6px;
}
.major-stat small em {
  font-style: normal;
  font-weight: 300;
}

.major-stat-column {
  float: left;
  width: 33.3333333333%;
  border: 1px solid #e5e5e5;
  border-width: 0 0 0 1px;
  margin: 10px 0;
  text-align: center;
}
.major-stat-column:first-child {
  border: 0;
}
@media screen and (min-width: 980px) {
  .major-stat-column {
    min-height: 110px;
  }
}
@media screen and (max-width: 979px) {
  .major-stat-column {
    float: none;
    width: 100%;
    border-width: 1px 0 0 0;
    margin: 0;
    padding: 20px 0;
  }
  .major-stat-column:last-child {
    padding-bottom: 0;
  }
}

.minor-stat {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: visible;
  font-size: 45px;
  font-weight: 200;
  line-height: 1;
  color: #00aeef;
}
.minor-stat small {
  display: block;
  margin-top: 5px;
}

.goal-stat {
  color: #3bcc67;
}

.net-income-stat {
  color: #333333;
}

.net-income-negative-stat {
  color: #f35050;
}

.revenue-stat {
  color: #00aeef;
}

.expenses-stat {
  color: #fba61a;
}

.status-page {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .status-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.status-page {
  margin: 100px auto;
  padding: 0 30px;
  max-width: 600px;
}

.success-message,
.warning-message {
  display: block;
  padding: 5px;
  text-align: center;
  height: 40px;
  cursor: pointer;
}

.success-message {
  background: #CBE8D5;
  color: #3bcc67;
}

.warning-message {
  background: #fee4ba;
  color: #fe7d06;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 12px;
}

td, th {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  text-align: left;
  box-sizing: content-box;
}
td:first-child, th:first-child {
  padding-left: 0;
}
td:last-child, th:last-child {
  padding-right: 0;
}
td.align-right, th.align-right {
  text-align: right;
}

thead th {
  vertical-align: bottom;
  padding-top: 0;
}

th.date {
  width: 6.5em;
}
th.date.with-alert {
  width: 8em;
}
th.date-time {
  width: 14em;
}
th.date-time.with-alert {
  width: 15em;
}
th.frequency {
  width: 12em;
}
th.duration {
  width: 6em;
  text-align: right;
}
th.number {
  width: 7em;
  text-align: right;
}
th.money {
  width: 10em;
  text-align: right;
}
th.currency {
  width: 6.5em;
}
th.contact-status {
  width: 8em;
}
th.thanks {
  width: 2em;
}
th.gift-type {
  width: 6em;
}
@media screen and (max-width: 979px) {
  th.contact-name, th.donor-name, th.fund-name {
    width: 15em;
  }
  th.email, th.phone, th.address {
    width: 18em;
  }
}

td.date, td.date-time, td.freqency, td.money {
  white-space: nowrap;
}
td.duration, td.number, td.money {
  text-align: right;
}

form th {
  padding-bottom: 0;
}

table a {
  text-decoration: none;
}

.sort-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.sort-link:after {
  font-size: 0.9em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.5em;
}
.sort-link:hover:after {
  color: inherit;
}
.sort-link.sort-link-unsorted:after {
  color: #ccc;
  content: "\f0dc";
}
.sort-link.sort-link-asc:after {
  content: "\f0de";
}
.sort-link.sort-link-desc:after {
  content: "\f0dd";
}

tbody td, tbody th, tfoot td, tfoot th {
  border-top: 1px dotted #e5e5e5;
}
tbody td .button, tfoot td .button {
  vertical-align: top;
}

tbody tr:first-child td, tbody tr:first-child th {
  border-top: none;
}

td.truncate {
  max-width: 1px;
}

td .remove-new-nested-fields,
td .remove-existing-nested-fields {
  display: block;
  margin-top: 1px;
}

tr.link {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
tr.link:hover {
  cursor: pointer;
}

.tile-body table tr.link:hover {
  background: #fee4ba;
}
.tile-body table tr.link:hover td:first-child, .tile-body table tr.link:hover td:last-child {
  position: relative;
}
.tile-body table tr.link:hover td:first-child:before, .tile-body table tr.link:hover td:last-child:after {
  content: " ";
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  left: -20px;
  background: #fee4ba;
}
.tile-body table tr.link:hover td:last-child:after {
  right: -20px;
  left: auto;
}

.link .no-link {
  cursor: default;
}

.collapsed-table-wrapper, .quick-books-quick-books-expense-report-table-wrapper, .monthly-gifts-table-wrapper, .all-invoices-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 10rem;
  border-left: 1px dotted #e5e5e5;
}
.collapsed-table-wrapper th:first-child, .quick-books-quick-books-expense-report-table-wrapper th:first-child, .monthly-gifts-table-wrapper th:first-child, .all-invoices-table-wrapper th:first-child, .collapsed-table-wrapper td:first-child, .quick-books-quick-books-expense-report-table-wrapper td:first-child, .monthly-gifts-table-wrapper td:first-child, .all-invoices-table-wrapper td:first-child {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 10rem;
  margin-left: -10rem;
  margin-top: -0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile-body > .collapsed-table-wrapper, .tile-body > .quick-books-quick-books-expense-report-table-wrapper, .tile-body > .monthly-gifts-table-wrapper, .tile-body > .all-invoices-table-wrapper {
  box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.15);
  margin-right: -20px;
}
.tile-body > .collapsed-table-wrapper th:last-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper th:last-child, .tile-body > .monthly-gifts-table-wrapper th:last-child, .tile-body > .all-invoices-table-wrapper th:last-child, .tile-body > .collapsed-table-wrapper td:last-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper td:last-child, .tile-body > .monthly-gifts-table-wrapper td:last-child, .tile-body > .all-invoices-table-wrapper td:last-child {
  padding-right: 20px;
}
.tile-body > .collapsed-table-wrapper:first-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:first-child, .tile-body > .monthly-gifts-table-wrapper:first-child, .tile-body > .all-invoices-table-wrapper:first-child {
  margin-top: -20px;
  padding-top: 0;
}
.tile-body > .collapsed-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .monthly-gifts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .all-invoices-table-wrapper:first-child thead:first-child > tr:first-child > th {
  padding-top: 20px;
}
.tile-body > .collapsed-table-wrapper:last-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:last-child, .tile-body > .monthly-gifts-table-wrapper:last-child, .tile-body > .all-invoices-table-wrapper:last-child {
  margin-bottom: -20px;
  padding-bottom: 0;
}
.tile-body > .collapsed-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .monthly-gifts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .all-invoices-table-wrapper:last-child tbody:last-child > tr:last-child > td,
.tile-body > .collapsed-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
.tile-body > .quick-books-quick-books-expense-report-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
.tile-body > .monthly-gifts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
.tile-body > .all-invoices-table-wrapper:last-child tfoot:last-child > tr:last-child > td {
  padding-bottom: 20px;
}

@media screen and (max-width: 979px) {
  .collapsed-table-wrapper-mobile, .task-completions-table-wrapper, .tasks-table-wrapper, .quick-books-quick-books-expense-transactions-table-wrapper, .quick-books-quick-books-expense-report-table-wrapper, .pledge-report-table-wrapper, .organizations-table-wrapper, .notes-table-wrapper, .monthly-gifts-table-wrapper, .memberships-table-wrapper, .invoice-users-table-wrapper, .all-invoices-table-wrapper, .import-changes-table-wrapper, .gift-schedules-table-wrapper, .gifts-table-wrapper, .fund-gifts-table-wrapper, .funds-table-wrapper, .fund-transactions-table-wrapper, .fund-balances-table-wrapper, .donor-gifts-table-wrapper, .donor-gift-schedules-table-wrapper, .donors-table-wrapper, .donor-systems-table-wrapper, .donor-imports-report-table-wrapper, .donor-imports-table-wrapper, .donor-report-table-wrapper, .gift-report-table-wrapper, .contact-gifts-table-wrapper, .merge-contacts-table-wrapper, .approve-contact-import-table-wrapper, .cedarstones-table-wrapper, .recent-transactions-table-wrapper, .accounts-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 10rem;
    border-left: 1px dotted #e5e5e5;
  }
  .collapsed-table-wrapper-mobile th:first-child, .task-completions-table-wrapper th:first-child, .tasks-table-wrapper th:first-child, .quick-books-quick-books-expense-transactions-table-wrapper th:first-child, .quick-books-quick-books-expense-report-table-wrapper th:first-child, .pledge-report-table-wrapper th:first-child, .organizations-table-wrapper th:first-child, .notes-table-wrapper th:first-child, .monthly-gifts-table-wrapper th:first-child, .memberships-table-wrapper th:first-child, .invoice-users-table-wrapper th:first-child, .all-invoices-table-wrapper th:first-child, .import-changes-table-wrapper th:first-child, .gift-schedules-table-wrapper th:first-child, .gifts-table-wrapper th:first-child, .fund-gifts-table-wrapper th:first-child, .funds-table-wrapper th:first-child, .fund-transactions-table-wrapper th:first-child, .fund-balances-table-wrapper th:first-child, .donor-gifts-table-wrapper th:first-child, .donor-gift-schedules-table-wrapper th:first-child, .donors-table-wrapper th:first-child, .donor-systems-table-wrapper th:first-child, .donor-imports-report-table-wrapper th:first-child, .donor-imports-table-wrapper th:first-child, .donor-report-table-wrapper th:first-child, .gift-report-table-wrapper th:first-child, .contact-gifts-table-wrapper th:first-child, .merge-contacts-table-wrapper th:first-child, .approve-contact-import-table-wrapper th:first-child, .cedarstones-table-wrapper th:first-child, .recent-transactions-table-wrapper th:first-child, .accounts-table-wrapper th:first-child, .collapsed-table-wrapper-mobile td:first-child, .task-completions-table-wrapper td:first-child, .tasks-table-wrapper td:first-child, .quick-books-quick-books-expense-transactions-table-wrapper td:first-child, .quick-books-quick-books-expense-report-table-wrapper td:first-child, .pledge-report-table-wrapper td:first-child, .organizations-table-wrapper td:first-child, .notes-table-wrapper td:first-child, .monthly-gifts-table-wrapper td:first-child, .memberships-table-wrapper td:first-child, .invoice-users-table-wrapper td:first-child, .all-invoices-table-wrapper td:first-child, .import-changes-table-wrapper td:first-child, .gift-schedules-table-wrapper td:first-child, .gifts-table-wrapper td:first-child, .fund-gifts-table-wrapper td:first-child, .funds-table-wrapper td:first-child, .fund-transactions-table-wrapper td:first-child, .fund-balances-table-wrapper td:first-child, .donor-gifts-table-wrapper td:first-child, .donor-gift-schedules-table-wrapper td:first-child, .donors-table-wrapper td:first-child, .donor-systems-table-wrapper td:first-child, .donor-imports-report-table-wrapper td:first-child, .donor-imports-table-wrapper td:first-child, .donor-report-table-wrapper td:first-child, .gift-report-table-wrapper td:first-child, .contact-gifts-table-wrapper td:first-child, .merge-contacts-table-wrapper td:first-child, .approve-contact-import-table-wrapper td:first-child, .cedarstones-table-wrapper td:first-child, .recent-transactions-table-wrapper td:first-child, .accounts-table-wrapper td:first-child {
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 10rem;
    margin-left: -10rem;
    margin-top: -0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tile-body > .collapsed-table-wrapper-mobile, .tile-body > .task-completions-table-wrapper, .tile-body > .tasks-table-wrapper, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper, .tile-body > .quick-books-quick-books-expense-report-table-wrapper, .tile-body > .pledge-report-table-wrapper, .tile-body > .organizations-table-wrapper, .tile-body > .notes-table-wrapper, .tile-body > .monthly-gifts-table-wrapper, .tile-body > .memberships-table-wrapper, .tile-body > .invoice-users-table-wrapper, .tile-body > .all-invoices-table-wrapper, .tile-body > .import-changes-table-wrapper, .tile-body > .gift-schedules-table-wrapper, .tile-body > .gifts-table-wrapper, .tile-body > .fund-gifts-table-wrapper, .tile-body > .funds-table-wrapper, .tile-body > .fund-transactions-table-wrapper, .tile-body > .fund-balances-table-wrapper, .tile-body > .donor-gifts-table-wrapper, .tile-body > .donor-gift-schedules-table-wrapper, .tile-body > .donors-table-wrapper, .tile-body > .donor-systems-table-wrapper, .tile-body > .donor-imports-report-table-wrapper, .tile-body > .donor-imports-table-wrapper, .tile-body > .donor-report-table-wrapper, .tile-body > .gift-report-table-wrapper, .tile-body > .contact-gifts-table-wrapper, .tile-body > .merge-contacts-table-wrapper, .tile-body > .approve-contact-import-table-wrapper, .tile-body > .cedarstones-table-wrapper, .tile-body > .recent-transactions-table-wrapper, .tile-body > .accounts-table-wrapper {
    box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.15);
    margin-right: -20px;
  }
  .tile-body > .collapsed-table-wrapper-mobile th:last-child, .tile-body > .task-completions-table-wrapper th:last-child, .tile-body > .tasks-table-wrapper th:last-child, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper th:last-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper th:last-child, .tile-body > .pledge-report-table-wrapper th:last-child, .tile-body > .organizations-table-wrapper th:last-child, .tile-body > .notes-table-wrapper th:last-child, .tile-body > .monthly-gifts-table-wrapper th:last-child, .tile-body > .memberships-table-wrapper th:last-child, .tile-body > .invoice-users-table-wrapper th:last-child, .tile-body > .all-invoices-table-wrapper th:last-child, .tile-body > .import-changes-table-wrapper th:last-child, .tile-body > .gift-schedules-table-wrapper th:last-child, .tile-body > .gifts-table-wrapper th:last-child, .tile-body > .fund-gifts-table-wrapper th:last-child, .tile-body > .funds-table-wrapper th:last-child, .tile-body > .fund-transactions-table-wrapper th:last-child, .tile-body > .fund-balances-table-wrapper th:last-child, .tile-body > .donor-gifts-table-wrapper th:last-child, .tile-body > .donor-gift-schedules-table-wrapper th:last-child, .tile-body > .donors-table-wrapper th:last-child, .tile-body > .donor-systems-table-wrapper th:last-child, .tile-body > .donor-imports-report-table-wrapper th:last-child, .tile-body > .donor-imports-table-wrapper th:last-child, .tile-body > .donor-report-table-wrapper th:last-child, .tile-body > .gift-report-table-wrapper th:last-child, .tile-body > .contact-gifts-table-wrapper th:last-child, .tile-body > .merge-contacts-table-wrapper th:last-child, .tile-body > .approve-contact-import-table-wrapper th:last-child, .tile-body > .cedarstones-table-wrapper th:last-child, .tile-body > .recent-transactions-table-wrapper th:last-child, .tile-body > .accounts-table-wrapper th:last-child, .tile-body > .collapsed-table-wrapper-mobile td:last-child, .tile-body > .task-completions-table-wrapper td:last-child, .tile-body > .tasks-table-wrapper td:last-child, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper td:last-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper td:last-child, .tile-body > .pledge-report-table-wrapper td:last-child, .tile-body > .organizations-table-wrapper td:last-child, .tile-body > .notes-table-wrapper td:last-child, .tile-body > .monthly-gifts-table-wrapper td:last-child, .tile-body > .memberships-table-wrapper td:last-child, .tile-body > .invoice-users-table-wrapper td:last-child, .tile-body > .all-invoices-table-wrapper td:last-child, .tile-body > .import-changes-table-wrapper td:last-child, .tile-body > .gift-schedules-table-wrapper td:last-child, .tile-body > .gifts-table-wrapper td:last-child, .tile-body > .fund-gifts-table-wrapper td:last-child, .tile-body > .funds-table-wrapper td:last-child, .tile-body > .fund-transactions-table-wrapper td:last-child, .tile-body > .fund-balances-table-wrapper td:last-child, .tile-body > .donor-gifts-table-wrapper td:last-child, .tile-body > .donor-gift-schedules-table-wrapper td:last-child, .tile-body > .donors-table-wrapper td:last-child, .tile-body > .donor-systems-table-wrapper td:last-child, .tile-body > .donor-imports-report-table-wrapper td:last-child, .tile-body > .donor-imports-table-wrapper td:last-child, .tile-body > .donor-report-table-wrapper td:last-child, .tile-body > .gift-report-table-wrapper td:last-child, .tile-body > .contact-gifts-table-wrapper td:last-child, .tile-body > .merge-contacts-table-wrapper td:last-child, .tile-body > .approve-contact-import-table-wrapper td:last-child, .tile-body > .cedarstones-table-wrapper td:last-child, .tile-body > .recent-transactions-table-wrapper td:last-child, .tile-body > .accounts-table-wrapper td:last-child {
    padding-right: 20px;
  }
  .tile-body > .collapsed-table-wrapper-mobile:first-child, .tile-body > .task-completions-table-wrapper:first-child, .tile-body > .tasks-table-wrapper:first-child, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper:first-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:first-child, .tile-body > .pledge-report-table-wrapper:first-child, .tile-body > .organizations-table-wrapper:first-child, .tile-body > .notes-table-wrapper:first-child, .tile-body > .monthly-gifts-table-wrapper:first-child, .tile-body > .memberships-table-wrapper:first-child, .tile-body > .invoice-users-table-wrapper:first-child, .tile-body > .all-invoices-table-wrapper:first-child, .tile-body > .import-changes-table-wrapper:first-child, .tile-body > .gift-schedules-table-wrapper:first-child, .tile-body > .gifts-table-wrapper:first-child, .tile-body > .fund-gifts-table-wrapper:first-child, .tile-body > .funds-table-wrapper:first-child, .tile-body > .fund-transactions-table-wrapper:first-child, .tile-body > .fund-balances-table-wrapper:first-child, .tile-body > .donor-gifts-table-wrapper:first-child, .tile-body > .donor-gift-schedules-table-wrapper:first-child, .tile-body > .donors-table-wrapper:first-child, .tile-body > .donor-systems-table-wrapper:first-child, .tile-body > .donor-imports-report-table-wrapper:first-child, .tile-body > .donor-imports-table-wrapper:first-child, .tile-body > .donor-report-table-wrapper:first-child, .tile-body > .gift-report-table-wrapper:first-child, .tile-body > .contact-gifts-table-wrapper:first-child, .tile-body > .merge-contacts-table-wrapper:first-child, .tile-body > .approve-contact-import-table-wrapper:first-child, .tile-body > .cedarstones-table-wrapper:first-child, .tile-body > .recent-transactions-table-wrapper:first-child, .tile-body > .accounts-table-wrapper:first-child {
    margin-top: -20px;
    padding-top: 0;
  }
  .tile-body > .collapsed-table-wrapper-mobile:first-child thead:first-child > tr:first-child > th, .tile-body > .task-completions-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .tasks-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .pledge-report-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .organizations-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .notes-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .monthly-gifts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .memberships-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .invoice-users-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .all-invoices-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .import-changes-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .gift-schedules-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .gifts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .fund-gifts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .funds-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .fund-transactions-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .fund-balances-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donor-gifts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donor-gift-schedules-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donors-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donor-systems-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donor-imports-report-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donor-imports-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .donor-report-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .gift-report-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .contact-gifts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .merge-contacts-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .approve-contact-import-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .cedarstones-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .recent-transactions-table-wrapper:first-child thead:first-child > tr:first-child > th, .tile-body > .accounts-table-wrapper:first-child thead:first-child > tr:first-child > th {
    padding-top: 20px;
  }
  .tile-body > .collapsed-table-wrapper-mobile:last-child, .tile-body > .task-completions-table-wrapper:last-child, .tile-body > .tasks-table-wrapper:last-child, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper:last-child, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:last-child, .tile-body > .pledge-report-table-wrapper:last-child, .tile-body > .organizations-table-wrapper:last-child, .tile-body > .notes-table-wrapper:last-child, .tile-body > .monthly-gifts-table-wrapper:last-child, .tile-body > .memberships-table-wrapper:last-child, .tile-body > .invoice-users-table-wrapper:last-child, .tile-body > .all-invoices-table-wrapper:last-child, .tile-body > .import-changes-table-wrapper:last-child, .tile-body > .gift-schedules-table-wrapper:last-child, .tile-body > .gifts-table-wrapper:last-child, .tile-body > .fund-gifts-table-wrapper:last-child, .tile-body > .funds-table-wrapper:last-child, .tile-body > .fund-transactions-table-wrapper:last-child, .tile-body > .fund-balances-table-wrapper:last-child, .tile-body > .donor-gifts-table-wrapper:last-child, .tile-body > .donor-gift-schedules-table-wrapper:last-child, .tile-body > .donors-table-wrapper:last-child, .tile-body > .donor-systems-table-wrapper:last-child, .tile-body > .donor-imports-report-table-wrapper:last-child, .tile-body > .donor-imports-table-wrapper:last-child, .tile-body > .donor-report-table-wrapper:last-child, .tile-body > .gift-report-table-wrapper:last-child, .tile-body > .contact-gifts-table-wrapper:last-child, .tile-body > .merge-contacts-table-wrapper:last-child, .tile-body > .approve-contact-import-table-wrapper:last-child, .tile-body > .cedarstones-table-wrapper:last-child, .tile-body > .recent-transactions-table-wrapper:last-child, .tile-body > .accounts-table-wrapper:last-child {
    margin-bottom: -20px;
    padding-bottom: 0;
  }
  .tile-body > .collapsed-table-wrapper-mobile:last-child tbody:last-child > tr:last-child > td, .tile-body > .task-completions-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .tasks-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .quick-books-quick-books-expense-report-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .pledge-report-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .organizations-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .notes-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .monthly-gifts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .memberships-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .invoice-users-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .all-invoices-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .import-changes-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .gift-schedules-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .gifts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .fund-gifts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .funds-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .fund-transactions-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .fund-balances-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donor-gifts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donor-gift-schedules-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donors-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donor-systems-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donor-imports-report-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donor-imports-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .donor-report-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .gift-report-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .contact-gifts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .merge-contacts-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .approve-contact-import-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .cedarstones-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .recent-transactions-table-wrapper:last-child tbody:last-child > tr:last-child > td, .tile-body > .accounts-table-wrapper:last-child tbody:last-child > tr:last-child > td,
  .tile-body > .collapsed-table-wrapper-mobile:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .task-completions-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .tasks-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .quick-books-quick-books-expense-transactions-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .quick-books-quick-books-expense-report-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .pledge-report-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .organizations-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .notes-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .monthly-gifts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .memberships-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .invoice-users-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .all-invoices-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .import-changes-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .gift-schedules-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .gifts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .fund-gifts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .funds-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .fund-transactions-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .fund-balances-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donor-gifts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donor-gift-schedules-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donors-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donor-systems-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donor-imports-report-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donor-imports-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .donor-report-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .gift-report-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .contact-gifts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .merge-contacts-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .approve-contact-import-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .cedarstones-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .recent-transactions-table-wrapper:last-child tfoot:last-child > tr:last-child > td,
  .tile-body > .accounts-table-wrapper:last-child tfoot:last-child > tr:last-child > td {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 979px) {
  .mobile-table thead {
    display: none;
  }
  .mobile-table tr {
    display: block;
    border-top: 1px dotted #e5e5e5;
    padding: 8px 0;
  }
  .mobile-table tr:first-child {
    border: 0;
  }
  .mobile-table td {
    display: block;
    border: 0;
    padding: 0;
  }
  .tile-body > .mobile-table tr.link:hover {
    background: #fee4ba;
  }
  .tile-body > .mobile-table tr.link:hover td:first-child, .tile-body > .mobile-table tr.link:hover td:last-child {
    position: static;
  }
  .tile-body > .mobile-table tr.link:hover td:first-child:before, .tile-body > .mobile-table tr.link:hover td:last-child:after {
    content: none;
  }
  .tile-body > .mobile-table tr.link:hover {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sidescroll-tabs {
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.sidescroll-tabs .tabs {
  margin-bottom: 26px;
}

.tabs {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  padding-left: 0;
  font-weight: normal;
  line-height: 1;
  border-bottom: 1px solid #ababab;
}
.tabs a {
  display: inline-block;
  margin-bottom: -1px;
  padding: 8px 15px;
  color: #666666;
  text-decoration: none;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
}
.tabs a:hover, .tabs a:focus {
  text-decoration: none;
  color: #333333;
}
.tabs a.active {
  color: #333333;
  border: 1px solid #ababab;
  background-color: #f0f2f2;
  border-bottom-color: #f0f2f2;
  border-top: 2px solid #fba61a;
  cursor: default;
}

.tile-row {
  margin: 0 0 0 -36px;
}

.tile-column-1-2 {
  padding: 0 0 0 36px;
  width: 50%;
  margin-bottom: 36px;
}
@media screen and (max-width: 979px) {
  .tile-column-1-2 {
    width: 100%;
  }
}

.tile-column-1-3 {
  padding: 0 0 0 36px;
  width: 33.3333333333%;
  margin-bottom: 36px;
}
@media screen and (max-width: 979px) {
  .tile-column-1-3 {
    width: 100%;
  }
}

.tile-column-2-3 {
  padding: 0 0 0 36px;
  width: 66.6666666667%;
  margin-bottom: 36px;
}
@media screen and (max-width: 979px) {
  .tile-column-2-3 {
    width: 100%;
  }
}

.tile .tile-header, .filters .filters-dialog .tile-header {
  border-color: #fba61a;
  white-space: nowrap;
}
.tile .tile-title, .filters .filters-dialog .tile-title {
  color: #fba61a;
}
.tile, .filters .filters-dialog {
  position: relative;
  border: none;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
}
@media print {
  .tile, .filters .filters-dialog {
    box-shadow: none;
  }
}

.tile-row.match-height .tile, .tile-row.match-height .filters .filters-dialog, .filters .tile-row.match-height .filters-dialog {
  height: 100%;
}

.tile-header {
  position: relative;
  padding: 13px 20px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 2px 0 0 0;
}
.tile-header:before, .tile-header:after {
  content: " ";
  display: table;
}
.tile-header:after {
  clear: both;
}
@media print {
  .tile-header {
    border: none;
    box-shadow: none;
  }
}

.tile-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  float: left;
  white-space: nowrap;
}
.tile-title > .help-tooltip-icon {
  font-weight: 300;
  font-size: 16px;
}

.tile-description {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  font-weight: normal;
  color: inherit;
  margin-left: 1em;
}
@media screen and (max-width: 450px) {
  .tile-description {
    display: none;
  }
}

.tile-actions {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  background: #fff;
}
.tile-actions .icon-search-form {
  display: inline-block;
  vertical-align: -14%;
}

.tile-body {
  padding: 20px;
}
.tile-body:before, .tile-body:after {
  content: " ";
  display: table;
}
.tile-body:after {
  clear: both;
}
.tile-body table:last-child {
  margin: 0;
}
.tile-body .pagination {
  margin-bottom: 0;
}

.tile-body + .tile-body,
.tile-footer {
  border-top: 1px solid #e5e5e5;
}

.tile-footer {
  padding: 13px 20px;
}
.tile-footer:before, .tile-footer:after {
  content: " ";
  display: table;
}
.tile-footer:after {
  clear: both;
}
.tile-footer .button {
  float: right;
}
.tile-footer .cancel-button,
.tile-footer .delete-button,
.tile-footer .reinvite-button {
  float: left;
  margin-right: 1em;
}

.alert-tile .tile-header {
  border-color: #f35050;
  white-space: nowrap;
}
.alert-tile .tile-title {
  color: #f35050;
}

.chart-tile .tile-header {
  border-color: #00aeef;
  white-space: nowrap;
}
.chart-tile .tile-title {
  color: #00aeef;
}

.gift-tile .tile-header {
  border-color: #00aeef;
  white-space: nowrap;
}
.gift-tile .tile-title {
  color: #00aeef;
}

.success-tile .tile-header,
.goal-tile .tile-header,
.new-tile .tile-header {
  border-color: #3bcc67;
  white-space: nowrap;
}
.success-tile .tile-title,
.goal-tile .tile-title,
.new-tile .tile-title {
  color: #3bcc67;
}

.tile.foldable .tile-foldable-icon, .filters .foldable.filters-dialog .tile-foldable-icon {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  height: 24px;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 12px;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  width: 24px;
  color: #fba61a;
  transition: transform 0.2s;
}
.tile.foldable.folded .tile-header, .filters .foldable.folded.filters-dialog .tile-header {
  box-shadow: none;
}
.tile.foldable.folded .tile-foldable-icon, .filters .foldable.folded.filters-dialog .tile-foldable-icon {
  transform: rotate(180deg);
}
.tile.foldable.folded .tile-body, .filters .foldable.folded.filters-dialog .tile-body {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.95;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

.tooltip-inner {
  padding: 10px 15px;
  color: #FFF;
  text-transform: none;
  text-align: center;
  white-space: normal;
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
.tooltip-inner b {
  letter-spacing: 1px;
  font-weight: bold;
}
.tooltip-inner p {
  margin-bottom: 0.5em;
}
.tooltip-inner p:last-child {
  margin-bottom: 0;
}

.tooltip.error .tooltip-inner {
  background-color: #f35050;
}
.tooltip.error.top .tooltip-arrow {
  border-top-color: #f35050;
}
.tooltip.error.top-left .tooltip-arrow {
  border-top-color: #f35050;
}
.tooltip.error.top-right .tooltip-arrow {
  border-top-color: #f35050;
}
.tooltip.error.right .tooltip-arrow {
  border-right-color: #f35050;
}
.tooltip.error.left .tooltip-arrow {
  border-left-color: #f35050;
}
.tooltip.error.bottom .tooltip-arrow {
  border-bottom-color: #f35050;
}
.tooltip.error.bottom-left .tooltip-arrow {
  border-bottom-color: #f35050;
}
.tooltip.error.bottom-right .tooltip-arrow {
  border-bottom-color: #f35050;
}

.tooltip.gift .tooltip-inner {
  background-color: #00aeef;
}
.tooltip.gift.top .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.gift.top-left .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.gift.top-right .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.gift.right .tooltip-arrow {
  border-right-color: #00aeef;
}
.tooltip.gift.left .tooltip-arrow {
  border-left-color: #00aeef;
}
.tooltip.gift.bottom .tooltip-arrow {
  border-bottom-color: #00aeef;
}
.tooltip.gift.bottom-left .tooltip-arrow {
  border-bottom-color: #00aeef;
}
.tooltip.gift.bottom-right .tooltip-arrow {
  border-bottom-color: #00aeef;
}

.tooltip.previous-period-gift .tooltip-inner {
  background-color: #99dff9;
}
.tooltip.previous-period-gift.top .tooltip-arrow {
  border-top-color: #99dff9;
}
.tooltip.previous-period-gift.top-left .tooltip-arrow {
  border-top-color: #99dff9;
}
.tooltip.previous-period-gift.top-right .tooltip-arrow {
  border-top-color: #99dff9;
}
.tooltip.previous-period-gift.right .tooltip-arrow {
  border-right-color: #99dff9;
}
.tooltip.previous-period-gift.left .tooltip-arrow {
  border-left-color: #99dff9;
}
.tooltip.previous-period-gift.bottom .tooltip-arrow {
  border-bottom-color: #99dff9;
}
.tooltip.previous-period-gift.bottom-left .tooltip-arrow {
  border-bottom-color: #99dff9;
}
.tooltip.previous-period-gift.bottom-right .tooltip-arrow {
  border-bottom-color: #99dff9;
}

.tooltip.pledge .tooltip-inner {
  background-color: #fba61a;
}
.tooltip.pledge.top .tooltip-arrow {
  border-top-color: #fba61a;
}
.tooltip.pledge.top-left .tooltip-arrow {
  border-top-color: #fba61a;
}
.tooltip.pledge.top-right .tooltip-arrow {
  border-top-color: #fba61a;
}
.tooltip.pledge.right .tooltip-arrow {
  border-right-color: #fba61a;
}
.tooltip.pledge.left .tooltip-arrow {
  border-left-color: #fba61a;
}
.tooltip.pledge.bottom .tooltip-arrow {
  border-bottom-color: #fba61a;
}
.tooltip.pledge.bottom-left .tooltip-arrow {
  border-bottom-color: #fba61a;
}
.tooltip.pledge.bottom-right .tooltip-arrow {
  border-bottom-color: #fba61a;
}

.tooltip.revenue .tooltip-inner {
  background-color: #00aeef;
}
.tooltip.revenue.top .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.revenue.top-left .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.revenue.top-right .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.revenue.right .tooltip-arrow {
  border-right-color: #00aeef;
}
.tooltip.revenue.left .tooltip-arrow {
  border-left-color: #00aeef;
}
.tooltip.revenue.bottom .tooltip-arrow {
  border-bottom-color: #00aeef;
}
.tooltip.revenue.bottom-left .tooltip-arrow {
  border-bottom-color: #00aeef;
}
.tooltip.revenue.bottom-right .tooltip-arrow {
  border-bottom-color: #00aeef;
}

.tooltip.expenses .tooltip-inner {
  background-color: #fba61a;
}
.tooltip.expenses.top .tooltip-arrow {
  border-top-color: #fba61a;
}
.tooltip.expenses.top-left .tooltip-arrow {
  border-top-color: #fba61a;
}
.tooltip.expenses.top-right .tooltip-arrow {
  border-top-color: #fba61a;
}
.tooltip.expenses.right .tooltip-arrow {
  border-right-color: #fba61a;
}
.tooltip.expenses.left .tooltip-arrow {
  border-left-color: #fba61a;
}
.tooltip.expenses.bottom .tooltip-arrow {
  border-bottom-color: #fba61a;
}
.tooltip.expenses.bottom-left .tooltip-arrow {
  border-bottom-color: #fba61a;
}
.tooltip.expenses.bottom-right .tooltip-arrow {
  border-bottom-color: #fba61a;
}

.tooltip.balance .tooltip-inner {
  background-color: #333333;
}
.tooltip.balance.top .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.balance.top-left .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.balance.top-right .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.balance.right .tooltip-arrow {
  border-right-color: #333333;
}
.tooltip.balance.left .tooltip-arrow {
  border-left-color: #333333;
}
.tooltip.balance.bottom .tooltip-arrow {
  border-bottom-color: #333333;
}
.tooltip.balance.bottom-left .tooltip-arrow {
  border-bottom-color: #333333;
}
.tooltip.balance.bottom-right .tooltip-arrow {
  border-bottom-color: #333333;
}

.tooltip.donor .tooltip-inner {
  background-color: #00aeef;
}
.tooltip.donor.top .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.donor.top-left .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.donor.top-right .tooltip-arrow {
  border-top-color: #00aeef;
}
.tooltip.donor.right .tooltip-arrow {
  border-right-color: #00aeef;
}
.tooltip.donor.left .tooltip-arrow {
  border-left-color: #00aeef;
}
.tooltip.donor.bottom .tooltip-arrow {
  border-bottom-color: #00aeef;
}
.tooltip.donor.bottom-left .tooltip-arrow {
  border-bottom-color: #00aeef;
}
.tooltip.donor.bottom-right .tooltip-arrow {
  border-bottom-color: #00aeef;
}

.tooltip.help,
.tooltip.info {
  text-align: left;
}

.help-tooltip-icon,
.info-tooltip-icon {
  color: #aaa;
  margin-left: 0.2em;
}

.drag-and-drop-upload {
  display: block;
  background: #f0f2f2;
  color: #ababab;
  width: 650px;
  padding: 50px 10px 40px;
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}
.drag-and-drop-upload .upload-action-icon {
  font-size: 80px;
  line-height: 1.2;
  display: block;
}
.drag-and-drop-upload .on-uploading {
  display: none;
}
.drag-and-drop-upload.uploading .on-uploading {
  display: block;
}
.drag-and-drop-upload.uploading .off-uploading {
  display: none;
}
.drag-and-drop-upload.dragover, .drag-and-drop-upload.uploading {
  background: #fee4ba;
  color: #aa9f8c;
}
.drag-and-drop-upload .upload-error {
  color: #f35050;
}

.tile#dashboard_charts, .filters #dashboard_charts.filters-dialog {
  padding: 30px;
}
.tile#dashboard_charts:before, .filters #dashboard_charts.filters-dialog:before, .tile#dashboard_charts:after, .filters #dashboard_charts.filters-dialog:after {
  content: " ";
  display: table;
}
.tile#dashboard_charts:after, .filters #dashboard_charts.filters-dialog:after {
  clear: both;
}
@media screen and (max-width: 979px) {
  .tile#dashboard_charts, .filters #dashboard_charts.filters-dialog {
    padding: 20px;
  }
}
.tile#dashboard_charts .line-graph, .filters #dashboard_charts.filters-dialog .line-graph {
  width: 700px;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  float: left;
}
@media screen and (max-width: 979px) {
  .tile#dashboard_charts .line-graph, .filters #dashboard_charts.filters-dialog .line-graph {
    width: 100%;
    border: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.tile#dashboard_charts .minor-stat, .filters #dashboard_charts.filters-dialog .minor-stat, .tile#dashboard_charts div.chart, .filters #dashboard_charts.filters-dialog div.chart {
  float: right;
  text-align: center;
  width: 200px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.tile#dashboard_charts .minor-stat:last-child, .filters #dashboard_charts.filters-dialog .minor-stat:last-child, .tile#dashboard_charts div.chart:last-child, .filters #dashboard_charts.filters-dialog div.chart:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 979px) {
  .tile#dashboard_charts .minor-stat, .filters #dashboard_charts.filters-dialog .minor-stat {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 979px) {
  .tile#dashboard_charts div.chart, .filters #dashboard_charts.filters-dialog div.chart {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .tile#dashboard_charts div.chart, .filters #dashboard_charts.filters-dialog div.chart {
    width: 100%;
    float: none;
  }
}
.tile#dashboard_charts .goal-stat, .filters #dashboard_charts.filters-dialog .goal-stat {
  padding-top: 0;
  border-top: 0;
  position: relative;
}
.tile#dashboard_charts .goal-stat a, .filters #dashboard_charts.filters-dialog .goal-stat a {
  top: -10px;
  right: -10px;
}
.tile#dashboard_charts .net-income-stat, .filters #dashboard_charts.filters-dialog .net-income-stat,
.tile#dashboard_charts .net-income-negative-stat,
.filters #dashboard_charts.filters-dialog .net-income-negative-stat {
  font-size: 35px;
}

#dashboard_support_plan_progress .major-stat {
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .accounts-table-wrapper {
    margin-left: 10em;
  }
  .accounts-table-wrapper th:first-child, .accounts-table-wrapper td:first-child {
    width: 10em;
    margin-left: -10em;
  }
}

.accounts-table th.name {
  width: 19em;
}
.accounts-table th.type {
  width: 7em;
}
.accounts-table th.users {
  width: 15em;
}
@media screen and (max-width: 979px) {
  .accounts-table th.funds {
    width: 20em;
  }
  .accounts-table th.expense-classes {
    width: 20em;
  }
}

.account-modal .modal-dialog {
  width: 600px;
}

.tile.user-account .chart-row, .filters .user-account.filters-dialog .chart-row {
  margin: 0 0 0 -30px;
}
.tile.user-account .graph-column-no-expenses, .filters .user-account.filters-dialog .graph-column-no-expenses {
  padding: 0 0 0 30px;
  width: 66.6666666667%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .tile.user-account .graph-column-no-expenses, .filters .user-account.filters-dialog .graph-column-no-expenses {
    width: 100%;
  }
}
.tile.user-account .graph-column-expenses, .filters .user-account.filters-dialog .graph-column-expenses {
  padding: 0 0 0 30px;
  width: 41.6666666667%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .tile.user-account .graph-column-expenses, .filters .user-account.filters-dialog .graph-column-expenses {
    width: 100%;
  }
}
.tile.user-account .chart-column, .filters .user-account.filters-dialog .chart-column {
  padding: 0 0 0 30px;
  width: 16.6666666667%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .tile.user-account .chart-column, .filters .user-account.filters-dialog .chart-column {
    width: 100%;
  }
}
.tile.user-account .expense-column, .filters .user-account.filters-dialog .expense-column {
  padding: 0 0 0 30px;
  width: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .tile.user-account .expense-column, .filters .user-account.filters-dialog .expense-column {
    width: 100%;
  }
}
.tile.user-account .minor-stat, .filters .user-account.filters-dialog .minor-stat {
  margin-top: 30px;
}

@media screen and (max-width: 979px) {
  .recent-transactions-table-wrapper {
    margin-left: 5.5rem;
  }
  .recent-transactions-table-wrapper th:first-child, .recent-transactions-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

@media screen and (min-width: 980px) {
  .recent-transactions-table .date {
    width: 6rem;
  }
  .recent-transactions-table .frequency {
    width: 10rem;
  }
  .recent-transactions-table .money {
    width: 8rem;
  }
}
@media screen and (max-width: 979px) {
  .recent-transactions-table .contact-name {
    width: 10rem;
  }
}

.account-settings .mailchimp-logo {
  height: 1.6em;
}

.autocomplete {
  position: relative;
}
.autocomplete ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  color: #333333;
  border: 1px solid #ddd;
  z-index: 1040;
}
.autocomplete li {
  padding: 0.2em;
  cursor: pointer;
}
.autocomplete li.highlighted {
  background: #fee4ba;
}

@media screen and (max-width: 979px) {
  .cedarstones-table-wrapper {
    margin-left: 11rem;
  }
  .cedarstones-table-wrapper th:first-child, .cedarstones-table-wrapper td:first-child {
    width: 11rem;
    margin-left: -11rem;
  }
}

.cedarstones-table .number {
  width: 7rem;
}

.modal.contact-donor .modal-dialog {
  width: 600px;
}

.contact-donors-gifts-table {
  margin: 20px 0;
}
@media screen and (max-width: 979px) {
  .contact-donors-gifts-table th.fund {
    width: 22em;
  }
}

.modal.approve-contact-import .modal-dialog {
  width: 1040px;
}

@media screen and (max-width: 979px) {
  .approve-contact-import-table-wrapper {
    margin-left: 10rem;
  }
  .approve-contact-import-table-wrapper th:first-child, .approve-contact-import-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.approve-contact-import-table th.contact-name {
  padding-left: 30px;
}
.approve-contact-import-table td.contact-name label {
  display: block;
}
.approve-contact-import-table td.contact-name span.input {
  display: inline-block;
  width: 30px;
}
.approve-contact-import-table th.address {
  width: 30em;
}
.approve-contact-import-table th.phone {
  width: 11em;
}
@media screen and (max-width: 979px) {
  .approve-contact-import-table th.address {
    width: 20em;
  }
}

.new-contact-merge-modal .modal-dialog {
  width: 1040px;
}

@media screen and (max-width: 979px) {
  .merge-contacts-table-wrapper {
    margin-left: 10rem;
  }
  .merge-contacts-table-wrapper th:first-child, .merge-contacts-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.merge-contacts-table th.contact-name {
  padding-left: 30px;
}
.merge-contacts-table td.contact-name label {
  display: block;
}
.merge-contacts-table td.contact-name span.input {
  display: inline-block;
  width: 30px;
}
.merge-contacts-table th.address {
  width: 30em;
}
.merge-contacts-table th.phone {
  width: 13em;
}

.contacts-table td {
  height: 45px;
  vertical-align: middle;
}
.contacts-table th.checkbox {
  width: 1.5em;
}
.contacts-table th.location {
  width: 14em;
}
.contacts-table th.money {
  width: 7.5em;
}
.contacts-table td.name a {
  display: block;
  position: relative;
  padding-left: 55px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.contacts-table td.name a .initials {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contacts-table .contact-figure {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
}
.contacts-table .pledge-frequency {
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  font-weight: inherit;
}
@media screen and (max-width: 979px) {
  .contacts-table .name {
    padding-left: 0;
  }
}

.selected-contacts-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 96px;
  right: 0;
  padding: 15px 0;
  background: #fff;
  color: #fba61a;
  border-top: 1px solid #e5e5e5;
}
.selected-contacts-menu .container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .selected-contacts-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.selected-contacts-count {
  float: left;
}

.selected-contacts-actions {
  float: right;
}
.selected-contacts-actions a {
  margin-left: 0.2em;
}

.edit-selected-contacts-modal .modal-dialog {
  width: 400px;
}

.modal.new-contact .modal-dialog {
  width: 320px;
}

.tile.contact-information, .filters .contact-information.filters-dialog {
  position: relative;
}
.tile.contact-information .contact-initials, .filters .contact-information.filters-dialog .contact-initials {
  text-align: center;
  margin: -35px auto 10px auto;
}
.tile.contact-information h2.contact-name, .filters .contact-information.filters-dialog h2.contact-name {
  margin-bottom: 12px;
  color: inherit;
}
.tile.contact-information .actions, .filters .contact-information.filters-dialog .actions {
  float: right;
}
.tile.contact-information h4 i, .filters .contact-information.filters-dialog h4 i {
  color: #fba61a;
  margin-right: 0.5em;
}
.tile.contact-information h4.contact-type, .filters .contact-information.filters-dialog h4.contact-type {
  font-weight: normal;
  margin-right: 40px;
}

.contact-stats-and-chart-tile .line-graph {
  clear: both;
}

.contact-major-stat {
  float: left;
  width: 40%;
  margin: 10px 0 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  overflow-x: hidden;
  white-space: nowrap;
  font-weight: 200;
  color: #00aeef;
}
.contact-major-stat small {
  text-align: left;
  display: inline-block;
  vertical-align: 30%;
}
@media screen and (max-width: 979px) {
  .contact-major-stat {
    width: 50%;
  }
}

.contact-minor-stat {
  float: left;
  width: 20%;
  margin: 10px 0 20px;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  font-size: 17px;
  color: #00aeef;
  border-left: 1px solid #e5e5e5;
}
.contact-minor-stat small {
  display: block;
}
@media screen and (max-width: 979px) {
  .contact-minor-stat {
    width: 50%;
  }
}

.add-email-link,
.add-phone-link {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  color: #fba61a;
  text-decoration: none;
}
.add-email-link:hover,
.add-phone-link:hover {
  color: #fba61a;
}
.add-email-link:before,
.add-phone-link:before {
  font-family: "FontAwesome";
  content: "\f055";
  display: inline-block;
  vertical-align: 5%;
  font-size: 80%;
  margin-right: 2px;
}

.contact-fields .add-email-link,
.contact-fields .add-phone-link {
  margin-left: 1em;
}

@media screen and (max-width: 979px) {
  .contact-gifts-table-wrapper {
    margin-left: 5.5rem;
  }
  .contact-gifts-table-wrapper th:first-child, .contact-gifts-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.contacts-selector-field {
  padding: 3px 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
  min-height: 31px;
  background: #fff;
  line-height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .contacts-selector-field.focus {
    outline-width: 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-offset: -2px;
  }
}
.contacts-selector-field .tag {
  vertical-align: 20%;
}
.contacts-selector-field .autocomplete:first-child {
  margin-left: -5px;
}
.contacts-selector-field .autocomplete:not(:first-child) .text-field {
  padding-left: 0;
}
.contacts-selector-field .text-field {
  border: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  width: 12em;
}
.contacts-selector-field .text-field:focus {
  outline: none;
}

.contact-drawer {
  position: fixed;
  left: 96px;
  top: 0;
  bottom: 0;
  width: 25px;
  overflow-x: hidden;
}
@media screen and (max-width: 1135px) {
  .contact-drawer {
    display: none;
  }
}
.contact-drawer .contact-drawer-handle {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 165px;
  padding: 0;
  background: #393e40;
  color: #aaa;
  text-decoration: none;
  border-radius: 0 4px 4px 0;
  border: none;
  font-size: 18px;
  text-align: left;
}
.contact-drawer .contact-drawer-handle:before {
  font-family: "FontAwesome";
  margin-left: 4px;
  content: "\f105";
}
.contact-drawer .contact-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 200px;
  padding: 8px;
  background: #393e40;
  color: #aaa;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}
.contact-drawer h2 {
  color: inherit;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.contact-drawer .search-field::before {
  color: inherit;
}
.contact-drawer .search-field input {
  margin: 10px 0;
  border-color: #aaa;
  border-width: 1px 0;
  color: #eee;
  background-color: inherit;
  font-size: inherit;
}
.contact-drawer .search-field input:input-placeholder {
  color: #aaa;
}
.contact-drawer .search-field input::-webkit-input-placeholder {
  color: #aaa;
}
.contact-drawer .search-field input:-moz-placeholder {
  color: #aaa;
}
.contact-drawer .search-field input::-moz-placeholder {
  color: #aaa;
}
.contact-drawer .search-field input:-ms-input-placeholder {
  color: #aaa;
}
.contact-drawer a.contact {
  display: block;
  padding: 6px 8px;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.contact-drawer a.contact.selected {
  background: #43484b;
  color: #eee;
}
.contact-drawer a:hover {
  color: #eee;
}

.sidebar-layout {
  transition: padding-left 0.1s;
}
.sidebar-layout .contact-drawer {
  transition: width 0.1s;
}

.sidebar-layout.contact-drawer-open {
  padding-left: 296px;
}
.sidebar-layout.contact-drawer-open .contact-drawer {
  width: 220px;
  overflow-x: auto;
}
.sidebar-layout.contact-drawer-open .contact-drawer-handle:before {
  content: "\f104";
}
.sidebar-layout.contact-drawer-open .contact-search {
  overflow-y: scroll;
}

.tile.gift-report-charts, .filters .gift-report-charts.filters-dialog {
  padding: 30px;
}
@media screen and (max-width: 979px) {
  .tile.gift-report-charts, .filters .gift-report-charts.filters-dialog {
    padding: 20px;
  }
}
.tile.gift-report-charts .line-graph, .filters .gift-report-charts.filters-dialog .line-graph {
  width: 650px;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  float: left;
}
@media screen and (max-width: 979px) {
  .tile.gift-report-charts .line-graph, .filters .gift-report-charts.filters-dialog .line-graph {
    width: 100%;
    border: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.tile.gift-report-charts .minor-stat, .filters .gift-report-charts.filters-dialog .minor-stat, .tile.gift-report-charts .ring-chart-with-labels, .filters .gift-report-charts.filters-dialog .ring-chart-with-labels {
  float: right;
  width: 250px;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.tile.gift-report-charts .minor-stat:nth-child(3), .filters .gift-report-charts.filters-dialog .minor-stat:nth-child(3), .tile.gift-report-charts .ring-chart-with-labels:nth-child(3), .filters .gift-report-charts.filters-dialog .ring-chart-with-labels:nth-child(3) {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
@media screen and (min-width: 550px) and (max-width: 979px) {
  .tile.gift-report-charts .minor-stat, .filters .gift-report-charts.filters-dialog .minor-stat, .tile.gift-report-charts .ring-chart-with-labels, .filters .gift-report-charts.filters-dialog .ring-chart-with-labels {
    float: left;
    width: 50%;
  }
  .tile.gift-report-charts .minor-stat:nth-child(4), .filters .gift-report-charts.filters-dialog .minor-stat:nth-child(4), .tile.gift-report-charts .ring-chart-with-labels:nth-child(4), .filters .gift-report-charts.filters-dialog .ring-chart-with-labels:nth-child(4) {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
@media screen and (max-width: 549px) {
  .tile.gift-report-charts .minor-stat, .filters .gift-report-charts.filters-dialog .minor-stat, .tile.gift-report-charts .ring-chart-with-labels, .filters .gift-report-charts.filters-dialog .ring-chart-with-labels {
    width: 100%;
    float: none;
  }
  .tile.gift-report-charts .minor-stat.total-donors, .filters .gift-report-charts.filters-dialog .minor-stat.total-donors, .tile.gift-report-charts .minor-stat.ring-chart-with-labels, .tile.gift-report-charts .ring-chart-with-labels.total-donors, .tile.gift-report-charts .ring-chart-with-labels.ring-chart-with-labels, .filters .gift-report-charts.filters-dialog .ring-chart-with-labels.ring-chart-with-labels {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .gift-report-table-wrapper {
    margin-left: 5.5rem;
  }
  .gift-report-table-wrapper th:first-child, .gift-report-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.tile.donor-report-charts, .filters .donor-report-charts.filters-dialog {
  padding: 30px;
}
@media screen and (max-width: 979px) {
  .tile.donor-report-charts, .filters .donor-report-charts.filters-dialog {
    padding: 20px;
  }
}
.tile.donor-report-charts .line-graph, .filters .donor-report-charts.filters-dialog .line-graph {
  width: 650px;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  float: left;
}
@media screen and (max-width: 979px) {
  .tile.donor-report-charts .line-graph, .filters .donor-report-charts.filters-dialog .line-graph {
    width: 100%;
    border: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.tile.donor-report-charts .minor-stat, .filters .donor-report-charts.filters-dialog .minor-stat, .tile.donor-report-charts .ring-chart-with-labels, .filters .donor-report-charts.filters-dialog .ring-chart-with-labels {
  float: right;
  width: 250px;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.tile.donor-report-charts .minor-stat:nth-child(3), .filters .donor-report-charts.filters-dialog .minor-stat:nth-child(3), .tile.donor-report-charts .ring-chart-with-labels:nth-child(3), .filters .donor-report-charts.filters-dialog .ring-chart-with-labels:nth-child(3) {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .tile.donor-report-charts .minor-stat, .filters .donor-report-charts.filters-dialog .minor-stat, .tile.donor-report-charts .ring-chart-with-labels, .filters .donor-report-charts.filters-dialog .ring-chart-with-labels {
    float: left;
    width: 50%;
  }
  .tile.donor-report-charts .minor-stat:nth-child(4), .filters .donor-report-charts.filters-dialog .minor-stat:nth-child(4), .tile.donor-report-charts .ring-chart-with-labels:nth-child(4), .filters .donor-report-charts.filters-dialog .ring-chart-with-labels:nth-child(4) {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .tile.donor-report-charts .minor-stat, .filters .donor-report-charts.filters-dialog .minor-stat, .tile.donor-report-charts .ring-chart-with-labels, .filters .donor-report-charts.filters-dialog .ring-chart-with-labels {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 979px) {
  .tile.donor-report-charts .ring-chart-with-labels, .filters .donor-report-charts.filters-dialog .ring-chart-with-labels {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 471px) {
  .donor-report-new-donors-table th.contact-name,
  .donor-report-lapsed-donors-table th.contact-name {
    width: auto;
  }
  .donor-report-new-donors-table .money,
  .donor-report-lapsed-donors-table .money {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .donor-report-table-wrapper {
    margin-left: 10rem;
  }
  .donor-report-table-wrapper th:first-child, .donor-report-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

@media screen and (max-width: 450px) {
  .donor-report-table .date.first-gift {
    display: none;
  }
  .donor-report-table .money.last-gift {
    width: 4rem;
  }
  .donor-report-table .frequency {
    width: 6rem;
  }
  .donor-report-table .money.gift-total {
    width: 5rem;
  }
}

@media screen and (max-width: 979px) {
  .donor-imports-table-wrapper {
    margin-left: 10rem;
  }
  .donor-imports-table-wrapper th:first-child, .donor-imports-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.donor-imports-table th.status {
  width: 10em;
}
@media screen and (max-width: 979px) {
  .donor-imports-table th.name {
    width: 27em;
  }
}

@media screen and (max-width: 979px) {
  .donor-imports-report-table-wrapper {
    margin-left: 10rem;
  }
  .donor-imports-report-table-wrapper th:first-child, .donor-imports-report-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.donor-imports-report-table th.status {
  width: 10em;
}
@media screen and (max-width: 979px) {
  .donor-imports-report-table th.name {
    width: 27em;
  }
}

@media screen and (max-width: 979px) {
  .donor-systems-table-wrapper {
    margin-left: 12rem;
  }
  .donor-systems-table-wrapper th:first-child, .donor-systems-table-wrapper td:first-child {
    width: 12rem;
    margin-left: -12rem;
  }
}

.donor-systems-table th.status {
  width: 10em;
}
@media screen and (max-width: 979px) {
  .donor-systems-table th.name {
    width: 27em;
  }
  .donor-systems-table th.schedule {
    width: 18em;
  }
}

@media screen and (max-width: 979px) {
  .donors-table-wrapper {
    margin-left: 10rem;
  }
  .donors-table-wrapper th:first-child, .donors-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.donors-table th.uid {
  width: 19em;
}
@media screen and (min-width: 980px) {
  .donors-table th.date {
    width: 12em;
  }
}
@media screen and (max-width: 979px) {
  .donors-table th.uid {
    width: 15em;
  }
}

section.donor h4 i {
  color: #fba61a;
  margin-right: 0.5em;
}

@media screen and (max-width: 979px) {
  .donor-gift-schedules-table-wrapper {
    margin-left: 5.5rem;
  }
  .donor-gift-schedules-table-wrapper th:first-child, .donor-gift-schedules-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.donor-gift-schedules-table th.uid {
  width: 15em;
}

@media screen and (max-width: 979px) {
  .donor-gifts-table-wrapper {
    margin-left: 5.5rem;
  }
  .donor-gifts-table-wrapper th:first-child, .donor-gifts-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.donor-gifts-table th.uid {
  width: 19em;
}

.filters {
  margin-bottom: 36px;
}
.filters .filters-dialog {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 20px;
}
.filters .filters-dialog:after, .filters .filters-dialog:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.filters .filters-dialog:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.filters .filters-dialog:before {
  border-color: rgba(85, 85, 85, 0);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -8px;
}
.filters .filters-dialog {
  display: none;
  padding: 0;
  margin-top: 5px;
}
.filters.open .filters-dialog {
  display: block;
}
.filters form {
  margin: 0;
}
.filters .form-buttons {
  border-top: 1px dotted #e5e5e5;
  padding: 10px 20px;
}

.filters-row {
  display: flex;
  overflow: scroll;
}
.filters-row > * {
  flex: 1;
  padding: 20px;
  border-left: 1px dotted #e5e5e5;
}
.filters-row > *:first-child {
  border-left-width: 0;
}
@media screen and (max-width: 979px) {
  .filters-row {
    box-shadow: inset -10px 0 15px -10px rgba(0, 0, 0, 0.15);
  }
}

.date-filter {
  width: 310px;
}
.date-filter table {
  table-layout: auto;
  margin: 0;
}
.date-filter td:first-child {
  width: 1em;
}
.date-filter .date-field,
.date-filter .select-field {
  width: 10em;
}
.date-filter tr:first-child td {
  padding-top: 0;
}
.date-filter tr:last-child td {
  padding-bottom: 0;
}
.date-filter .calendar-year-row td,
.date-filter .calendar-month-row td,
.date-filter .custom-dates-row td {
  padding-top: 0;
  border: 0;
}

.list-filter {
  min-width: 180px;
  padding-bottom: 0;
  padding-right: 0;
}
.list-filter .scrollstop {
  max-height: 200px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.list-filter label {
  display: block;
}

#report-filters .list-filter .scrollstop {
  max-height: 290px;
}

.contacts-search-filter {
  padding: 20px;
  border-bottom: 1px dotted #e5e5e5;
}

@media screen and (max-width: 979px) {
  .fund-balances-table-wrapper {
    margin-left: 10rem;
  }
  .fund-balances-table-wrapper th:first-child, .fund-balances-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.fund-balances-table th.money {
  width: 11em;
}

.tile.fund-transactions-report-charts, .filters .fund-transactions-report-charts.filters-dialog {
  padding: 30px;
}
@media screen and (max-width: 979px) {
  .tile.fund-transactions-report-charts, .filters .fund-transactions-report-charts.filters-dialog {
    padding: 20px;
  }
}
.tile.fund-transactions-report-charts .line-graph, .filters .fund-transactions-report-charts.filters-dialog .line-graph {
  width: 650px;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  float: left;
}
@media screen and (max-width: 979px) {
  .tile.fund-transactions-report-charts .line-graph, .filters .fund-transactions-report-charts.filters-dialog .line-graph {
    width: 100%;
    border: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.tile.fund-transactions-report-charts .minor-stat, .filters .fund-transactions-report-charts.filters-dialog .minor-stat {
  float: right;
  width: 250px;
  text-align: center;
  font-size: 32px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.tile.fund-transactions-report-charts .minor-stat:first-of-type, .filters .fund-transactions-report-charts.filters-dialog .minor-stat:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
@media screen and (max-width: 979px) {
  .tile.fund-transactions-report-charts .minor-stat, .filters .fund-transactions-report-charts.filters-dialog .minor-stat {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .fund-transactions-table-wrapper {
    margin-left: 5.5rem;
  }
  .fund-transactions-table-wrapper th:first-child, .fund-transactions-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.fund-transactions-table th.type {
  width: 15em;
}
@media screen and (max-width: 979px) {
  .fund-transactions-table th.description {
    width: 20em;
  }
}

@media screen and (max-width: 979px) {
  .funds-table-wrapper {
    margin-left: 10rem;
  }
  .funds-table-wrapper th:first-child, .funds-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.funds-table th.uid {
  width: 19em;
}
.funds-table th.status {
  width: 9em;
}
@media screen and (min-width: 980px) {
  .funds-table th.date {
    width: 12em;
  }
}

@media screen and (max-width: 979px) {
  .fund-gifts-table-wrapper {
    margin-left: 5.5rem;
  }
  .fund-gifts-table-wrapper th:first-child, .fund-gifts-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.fund-gifts-table th.uid {
  width: 19em;
}

@media screen and (max-width: 979px) {
  .gifts-table-wrapper {
    margin-left: 5.5rem;
  }
  .gifts-table-wrapper th:first-child, .gifts-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.gifts-table th.money {
  width: 8em;
}
.gifts-table th.frequency {
  width: 8em;
}
.gifts-table th.uid {
  width: 15em;
}

@media screen and (max-width: 979px) {
  .gift-schedules-table-wrapper {
    margin-left: 12rem;
  }
  .gift-schedules-table-wrapper th:first-child, .gift-schedules-table-wrapper td:first-child {
    width: 12rem;
    margin-left: -12rem;
  }
}

.gift-schedules-table th.money {
  width: 8em;
}
.gift-schedules-table th.frequency {
  width: 8em;
}
.gift-schedules-table th.uid {
  width: 15em;
}

.help-article .tile-header {
  cursor: pointer;
}
.help-article .question {
  cursor: pointer;
}
.help-article .question:hover {
  color: #00aeef;
}
.help-article .answer {
  display: none;
}
.help-article.unfolded .tile-actions .fa {
  transform: rotate(180deg);
}

@media screen and (max-width: 979px) {
  .import-changes-table-wrapper {
    margin-left: 5.5rem;
  }
  .import-changes-table-wrapper th:first-child, .import-changes-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.import-changes-table th.import {
  width: 6.5em;
}
.import-changes-table th.operation {
  width: 5em;
}
.import-changes-table th.money {
  width: 10em;
}
@media screen and (max-width: 979px) {
  .import-changes-table th.description {
    width: 20em;
  }
}

.all-invoices-table-wrapper {
  margin-left: 15rem;
}
.all-invoices-table-wrapper th:first-child, .all-invoices-table-wrapper td:first-child {
  width: 15rem;
  margin-left: -15rem;
}
@media screen and (max-width: 979px) {
  .all-invoices-table-wrapper {
    margin-left: 10rem;
  }
  .all-invoices-table-wrapper th:first-child, .all-invoices-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.all-invoices-table th.money {
  width: 7em;
}

.invoice.tile .form-row .status, .filters .invoice.filters-dialog .form-row .status {
  text-align: right;
}
.invoice.tile .form-row, .filters .invoice.filters-dialog .form-row {
  margin-bottom: 30px;
}

@media screen and (max-width: 979px) {
  .invoice-users-table-wrapper {
    margin-left: 10rem;
  }
  .invoice-users-table-wrapper th:first-child, .invoice-users-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.invoice-users-table th.role {
  width: 5em;
}
.invoice-users-table th.accounts,
.invoice-users-table th.expenses {
  width: 9em;
}

@media print {
  .all-invoices {
    display: none;
  }
}
.modal.payment .modal-dialog,
.modal.payment-method .modal-dialog {
  width: 300px;
}
.modal.payment .modal-dialog .form-row .fieldset,
.modal.payment-method .modal-dialog .form-row .fieldset {
  margin-bottom: 0;
}

.learn-read-menu {
  float: right;
  width: 300px;
  padding: 47px 0 30px;
}
.learn-read-menu li {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  color: inherit;
  margin: 0 0 1em 0;
}
.learn-read-menu li a {
  display: block;
  padding: 0 30px;
  color: inherit;
  text-decoration: none;
  border-left: 3px solid transparent;
}
.learn-read-menu li a.active, .learn-read-menu li:hover a {
  border-left: 3px solid #fba61a;
}

.learn-read-content {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  padding: 30px;
  margin-right: 300px;
  border-right: 1px solid #ababab;
}

@media screen and (max-width: 850px) {
  .learn-read-menu {
    display: none;
  }
  .learn-read-content {
    padding: 20px;
    margin-right: 0;
    border-right: 0;
  }
}
.learn-watch {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 979px) {
  .learn-watch {
    padding: 20px;
  }
}
.learn-watch .learn-watch-description {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}
.learn-watch .current-iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 36px;
}
.learn-watch .current-iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.learn-watch .current-video-title {
  color: #333333;
  margin: 20px 0;
  font-size: 24px;
}
.learn-watch nav {
  overflow-x: scroll;
  white-space: nowrap;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
.learn-watch .video-thumbnail {
  display: inline-block;
  width: 9em;
  color: rgb(178.5, 178.5, 178.5);
  line-height: 1.3em;
  margin-right: 15px;
  text-decoration: none;
}
.learn-watch .video-thumbnail:hover, .learn-watch .video-thumbnail.active {
  color: #333333;
}
.learn-watch .video-thumbnail img {
  display: block;
  width: 100%;
  border-bottom: 2px solid black;
  margin-bottom: 5px;
}
.learn-watch .video-thumbnail.active img {
  border-color: #fba61a;
}

.modal.mail-chimp-sync-modal .modal-dialog {
  width: 400px;
}

.permissions-dropdown .access {
  padding-left: 2.2em;
  display: none;
}
.permissions-dropdown .access label {
  margin-right: 0.7em;
}
.permissions-dropdown .checkbox-dropdown-item.is-checked .access {
  display: block;
}

.tile.memberships, .filters .memberships.filters-dialog {
  margin-bottom: 400px;
}

.new-membership-table .role {
  width: 11em;
}
@media screen and (max-width: 979px) {
  .new-membership-table .name {
    width: 20em;
  }
  .new-membership-table .email {
    width: 20em;
  }
  .new-membership-table .permissions {
    width: 20em;
  }
}

@media screen and (max-width: 979px) {
  .memberships-table-wrapper {
    margin-left: 10rem;
  }
  .memberships-table-wrapper th:first-child, .memberships-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.memberships-table th.role {
  width: 5em;
}
@media screen and (max-width: 979px) {
  .memberships-table th.permissions {
    width: 20em;
  }
}

.membership-modal .modal-dialog {
  width: 450px;
}

.monthly-gifts-table-wrapper {
  margin-left: 13rem;
}
.monthly-gifts-table-wrapper th:first-child, .monthly-gifts-table-wrapper td:first-child {
  width: 13rem;
  margin-left: -13rem;
}
@media screen and (max-width: 979px) {
  .monthly-gifts-table-wrapper {
    margin-left: 10rem;
  }
  .monthly-gifts-table-wrapper th:first-child, .monthly-gifts-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.monthly-gifts-table th.money.month {
  width: 7em;
}

@media screen and (max-width: 979px) {
  .notes-table-wrapper {
    margin-left: 10rem;
  }
  .notes-table-wrapper th:first-child, .notes-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.notes-table th.contacts {
  width: 18em;
}

.note-text {
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #aaa;
  margin-left: 0.5em;
}

.note-modal .modal-dialog {
  width: 980px;
}

.shared-note-modal .modal-dialog {
  width: 800px;
}

.organization-modal .modal-dialog {
  width: 300px;
}

@media screen and (max-width: 979px) {
  .organizations-table-wrapper {
    margin-left: 10rem;
  }
  .organizations-table-wrapper th:first-child, .organizations-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.organizations-table th.money {
  width: 5em;
}
@media screen and (max-width: 979px) {
  .organizations-table th.donor-systems {
    width: 20em;
  }
}

.user-organizations-table th.role {
  width: 7em;
}
@media screen and (max-width: 979px) {
  .user-organizations-table .role, .user-organizations-table .accounts {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .pledge-report-stats .major-stat-column:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .pledge-report-table-wrapper {
    margin-left: 10rem;
  }
  .pledge-report-table-wrapper th:first-child, .pledge-report-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

@media screen and (max-width: 450px) {
  .pledge-report-table th.money {
    width: 4rem;
  }
  .pledge-report-table th.frequency {
    width: 6rem;
  }
}

.connect-to-quick-books {
  display: inline-block;
  width: 250px;
  height: 43.5897435897px;
  font-size: 0px;
  background: image-url("integrations/quick_books/C2QB_green_btn_lg_default.png") no-repeat;
  background-size: contain;
}
.connect-to-quick-books:hover {
  background-image: image-url("integrations/quick_books/C2QB_green_btn_lg_hover.png");
}

.tile.quick-books-expense-report-charts, .filters .quick-books-expense-report-charts.filters-dialog {
  padding: 30px;
}
@media screen and (max-width: 979px) {
  .tile.quick-books-expense-report-charts, .filters .quick-books-expense-report-charts.filters-dialog {
    padding: 20px;
  }
}
.tile.quick-books-expense-report-charts .line-graph, .filters .quick-books-expense-report-charts.filters-dialog .line-graph {
  width: 650px;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  float: left;
}
@media screen and (max-width: 979px) {
  .tile.quick-books-expense-report-charts .line-graph, .filters .quick-books-expense-report-charts.filters-dialog .line-graph {
    width: 100%;
    border: 0;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.tile.quick-books-expense-report-charts .minor-stat, .filters .quick-books-expense-report-charts.filters-dialog .minor-stat {
  float: right;
  width: 250px;
  text-align: center;
  font-size: 32px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.tile.quick-books-expense-report-charts .minor-stat:first-of-type, .filters .quick-books-expense-report-charts.filters-dialog .minor-stat:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
@media screen and (max-width: 979px) {
  .tile.quick-books-expense-report-charts .minor-stat, .filters .quick-books-expense-report-charts.filters-dialog .minor-stat {
    float: none;
    width: 100%;
  }
}

.quick-books-quick-books-expense-report-table-wrapper {
  margin-left: 18rem;
}
.quick-books-quick-books-expense-report-table-wrapper th:first-child, .quick-books-quick-books-expense-report-table-wrapper td:first-child {
  width: 18rem;
  margin-left: -18rem;
}
@media screen and (max-width: 979px) {
  .quick-books-quick-books-expense-report-table-wrapper {
    margin-left: 12rem;
  }
  .quick-books-quick-books-expense-report-table-wrapper th:first-child, .quick-books-quick-books-expense-report-table-wrapper td:first-child {
    width: 12rem;
    margin-left: -12rem;
  }
}

.quick-books-expense-report-table .group-header td {
  text-transform: uppercase;
  font-weight: 400;
}
.quick-books-expense-report-table .summary td,
.quick-books-expense-report-table .money:last-child {
  font-weight: 400;
}
.quick-books-expense-report-table thead th,
.quick-books-expense-report-table th.money {
  width: 9em;
  text-align: right;
}
.quick-books-expense-report-table td.money {
  text-align: right;
}

.quick-books-expense-transactions-modal .modal-dialog {
  width: 1024px;
}

@media screen and (max-width: 979px) {
  .quick-books-quick-books-expense-transactions-table-wrapper {
    margin-left: 5.5rem;
  }
  .quick-books-quick-books-expense-transactions-table-wrapper th:first-child, .quick-books-quick-books-expense-transactions-table-wrapper td:first-child {
    width: 5.5rem;
    margin-left: -5.5rem;
  }
}

.quick-books-expense-transactions-table th.text {
  width: 20em;
}
.quick-books-expense-transactions-table th.text:nth-child(2) {
  width: 12em;
}

.tabs.report-tabs {
  margin-bottom: 10px;
}

.scrollstop {
  max-height: 300px;
  overflow-x: hidden;
  padding-right: 1em;
}

article.search fieldset:last-child {
  margin-bottom: 0;
}
article.search th.type {
  width: 7em;
}

article.session {
  margin: 40px auto;
  max-width: 320px;
  padding: 20px;
}
article.session h1 {
  color: #333333;
  text-align: center;
  font-size: 28px;
  font-weight: 200;
}

.session-tile {
  background: #fff;
  padding: 30px 20px 20px 20px;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.session-tile label {
  display: none;
}

.session-field {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  border: none;
  padding: 5px;
  font-size: 17px;
  border-bottom: 1px solid #e5e5e5;
}
.session-field ::input-placeholder {
  color: #f0f2f2;
}

.session-button {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  height: 24px;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 12px;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  margin: 20px 0 10px;
  display: block;
  width: 100%;
  height: auto;
  background: #00aeef;
  color: white;
  font-size: 15px;
  line-height: 1;
  font-weight: 200;
  padding: 10px;
  border-radius: 50px;
}

.password-reset-link {
  display: block;
  text-align: center;
  font-size: 90%;
  color: #aaa;
}

span.status {
  text-transform: uppercase;
}
span.status.new {
  color: #3bcc67;
}
span.status.inactive {
  color: #999;
}
span.status.lapsed, span.status.lost, span.status.declined, span.status.failed {
  color: #f35050;
}
span.status.due {
  color: #fba61a;
}
span.status.closed, span.status.paid {
  color: #999;
}

.support-goal-amount a {
  position: absolute;
  right: 0;
  top: 0;
}

.support-goal-amount-form {
  display: inline-block;
  vertical-align: middle;
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
  padding: 4px 8px;
  background: #f0f2f2;
  color: inherit;
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  height: 20px;
  white-space: nowrap;
  border-radius: 12px;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
}
.tag .remove {
  margin: 0 0 0 0.2em;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  line-height: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: inherit;
  cursor: pointer;
}

.tag-editor-field {
  padding: 2px 5px 3px;
  border: 1px solid #ddd;
  border-radius: 2px;
  min-height: 31px;
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  line-height: 22px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .tag-editor-field.focus {
    outline-width: 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-offset: -2px;
  }
}
.tag-editor-field .tag.empty-tag-field {
  background: inherit;
  padding-left: 0;
}
.tag-editor-field .tag input[type=text] {
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0;
  width: 10em;
  background: inherit;
  color: inherit;
  font-size: 12px;
  line-height: 16px;
  margin: -2px 0;
  letter-spacing: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

@media screen and (max-width: 979px) {
  .tasks-table-wrapper {
    margin-left: 8rem;
  }
  .tasks-table-wrapper th:first-child, .tasks-table-wrapper td:first-child {
    width: 8rem;
    margin-left: -8rem;
  }
}

.tasks-table th.done {
  width: 10em;
}
.tasks-table th.date-time.with-alert {
  width: 15em;
}
.tasks-table th.contacts {
  width: 16em;
}

.task-stats .major-stat {
  position: relative;
}
.task-stats .major-stat a {
  top: 0px;
  right: 15px;
}

.first-gift-anniversaries-table th.date {
  width: 6rem;
}
@media screen and (max-width: 628.3333333333px) {
  .first-gift-anniversaries-table th.date {
    width: 5rem;
  }
  .first-gift-anniversaries-table th.event {
    width: auto;
  }
}

.task-description {
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #aaa;
  margin-left: 0.5em;
}

.task-modal .modal-dialog {
  width: 640px;
}

.task-completions-modal .modal-dialog {
  width: 400px;
}
.task-completions-modal.record-responses .modal-dialog {
  width: 75em;
  max-width: 100%;
}

@media screen and (max-width: 979px) {
  .task-completions-table-wrapper {
    margin-left: 10rem;
  }
  .task-completions-table-wrapper th:first-child, .task-completions-table-wrapper td:first-child {
    width: 10rem;
    margin-left: -10rem;
  }
}

.task-completions-table th.amount-and-frequency {
  width: 33em;
  white-space: nowrap;
  overflow: visible;
}
.task-completions-table th.response {
  width: 10em;
}
@media screen and (max-width: 979px) {
  .task-completions-table th.contact {
    width: 15em;
  }
}
.task-completions-table td.contact-name label {
  display: block;
}

.related-contact-and-more small {
  color: #00aeef;
}

.task-completion-checkbox-and-link .button {
  margin-left: 1em;
}

.task-contacts .modal-dialog {
  width: 300px;
}

.topbar-layout article {
  padding-top: 30px;
}

.topbar {
  height: 43px;
  border-bottom: 1px solid #ccc;
  background: #f0f2f2;
}

.topbar-container {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-width: 0 1px;
}
@media screen and (max-width: 979px) {
  .topbar-container {
    border: none;
  }
}
.topbar-container > * {
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.topbar-text, .current-user .name-and-close-button, .topbar-settings-link, .account-search .search-field, .account-progress, .topbar-button, .sidebar > button, .topbar-dropdown > button, .current-user > button, .account-search > button, .account-notifications > button, .account-selector > button, .topbar-capitalized-text, .return-to-account {
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  padding: 0 15px;
  line-height: 42px;
  height: 43px;
  white-space: nowrap;
  color: #888;
  text-decoration: none;
  background-color: #f0f2f2;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  position: relative;
  z-index: 1041;
}

.topbar-capitalized-text, .return-to-account {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 14px;
  line-height: normal;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

.topbar-button, .sidebar > button, .topbar-dropdown > button, .current-user > button, .account-search > button, .account-notifications > button, .account-selector > button {
  appearence: none;
  margin: 0;
  cursor: pointer;
  text-align: left;
}
.topbar-button:active, .sidebar > button:active, .topbar-dropdown > button:active, .current-user > button:active, .account-search > button:active, .account-notifications > button:active, .account-selector > button:active {
  background-color: rgb(226.3392857143, 230.1607142857, 230.1607142857);
  color: rgb(110.5, 110.5, 110.5);
}

.topbar-dropdown.open > button, .open.current-user > button, .open.account-search > button, .open.account-notifications > button, .open.account-selector > button {
  background-color: rgb(226.3392857143, 230.1607142857, 230.1607142857);
  color: rgb(110.5, 110.5, 110.5);
}
.topbar-dropdown > button, .current-user > button, .account-search > button, .account-notifications > button, .account-selector > button {
  width: 100%;
  position: relative;
  padding-right: 20px;
}
.topbar-dropdown > button .dropdown-caret, .current-user > button .dropdown-caret, .account-search > button .dropdown-caret, .account-notifications > button .dropdown-caret, .account-selector > button .dropdown-caret {
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 451px) {
  .topbar-dropdown .dropdown-menu, .current-user .dropdown-menu, .account-search .dropdown-menu, .account-notifications .dropdown-menu, .account-selector .dropdown-menu {
    width: 250px;
    left: -1px;
    max-height: initial;
    overflow-x: initial;
  }
}
.topbar-dropdown .dropdown-menu .scrollstop, .current-user .dropdown-menu .scrollstop, .account-search .dropdown-menu .scrollstop, .account-notifications .dropdown-menu .scrollstop, .account-selector .dropdown-menu .scrollstop {
  max-height: 200px;
  margin-bottom: 20px;
}
.topbar-dropdown .dropdown-menu .scrollstop:last-child, .current-user .dropdown-menu .scrollstop:last-child, .account-search .dropdown-menu .scrollstop:last-child, .account-notifications .dropdown-menu .scrollstop:last-child, .account-selector .dropdown-menu .scrollstop:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 450px) {
  .topbar-dropdown, .current-user, .account-search, .account-notifications, .account-selector {
    position: static;
  }
  .topbar-dropdown .dropdown-menu, .current-user .dropdown-menu, .account-search .dropdown-menu, .account-notifications .dropdown-menu, .account-selector .dropdown-menu {
    display: block;
  }
  .topbar-dropdown .dropdown-menu:after, .current-user .dropdown-menu:after, .account-search .dropdown-menu:after, .account-notifications .dropdown-menu:after, .account-selector .dropdown-menu:after, .topbar-dropdown .dropdown-menu:before, .current-user .dropdown-menu:before, .account-search .dropdown-menu:before, .account-notifications .dropdown-menu:before, .account-selector .dropdown-menu:before {
    content: none;
  }
  .topbar-dropdown .dropdown-menu, .current-user .dropdown-menu, .account-search .dropdown-menu, .account-notifications .dropdown-menu, .account-selector .dropdown-menu {
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    border-width: 0 0 1px 0;
    padding-top: 57px;
    transform: translateY(-100%);
    transition: transform 0.2s;
    max-height: 100vh;
  }
  .topbar-dropdown .dropdown-menu .scrollstop, .current-user .dropdown-menu .scrollstop, .account-search .dropdown-menu .scrollstop, .account-notifications .dropdown-menu .scrollstop, .account-selector .dropdown-menu .scrollstop {
    max-height: none;
  }
  .topbar-dropdown.open .dropdown-menu, .open.current-user .dropdown-menu, .open.account-search .dropdown-menu, .open.account-notifications .dropdown-menu, .open.account-selector .dropdown-menu {
    transform: translateY(0);
  }
}
.sidebar > button {
  width: 42px;
}

.return-to-account {
  width: 15em;
  flex-grow: 1;
}
.return-to-account i {
  margin-right: 0.5em;
}
@media screen and (max-width: 450px) {
  .return-to-account {
    display: none;
  }
  .return-to-account:nth-last-child(2) {
    display: block;
  }
}

.account-selector {
  width: 10em;
  flex-grow: 10;
  flex-shrink: 1;
}
@media screen and (min-width: 451px) {
  .account-selector .dropdown-menu {
    width: 350px;
    left: -2px;
  }
}

.account-notifications {
  width: 42px;
}
.account-notifications > button {
  padding: 0;
  text-align: center;
}
.account-notifications.open > button {
  background: #FDE5DC;
}
@media screen and (min-width: 451px) {
  .account-notifications .dropdown-menu {
    width: 280px;
  }
}

.account-progress {
  /* Lato Bold, 12pt / 18pt, All caps, Optical spacing, 40pt tracking, anti-aliasing: sharp, #000000 */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 42px;
  font-size: 11px;
  color: #00aeef;
  letter-spacing: 1px;
  font-weight: normal;
}
.account-progress .progress-bar {
  margin: 0 5px;
}
.account-progress.none {
  color: #888;
}
@media screen and (max-width: 979px) {
  .account-progress {
    display: none;
  }
}

.account-search {
  width: 10em;
}
@media screen and (max-width: 693.3333333333px) {
  .account-search {
    display: none;
  }
}
.account-search .search-field {
  padding: 0;
}
.account-search .search-field input {
  border: 0;
  background-color: transparent;
  color: inherit;
  padding-left: 40px;
}
.account-search .search-field input:focus {
  outline: none;
}
.account-search .search-field:before {
  left: 15px;
  color: inherit;
}
.account-search.focused .search-field, .account-search.open .search-field {
  background: white;
  color: rgb(110.5, 110.5, 110.5);
}
.account-search button {
  display: none;
}
.account-search h4 {
  margin: 0;
}

.topbar-settings-link {
  width: 42px;
  padding: 0;
  text-align: center;
  font-size: 130%;
}
@media screen and (max-width: 450px) {
  .topbar-settings-link {
    display: none;
  }
}

.current-user {
  width: 10em;
  max-width: 15em;
  flex-grow: 1;
}
.current-user > button {
  border-right: none;
}

@media screen and (min-width: 1136px) {
  .sidebar-layout {
    padding-left: 96px;
  }
}

@media print {
  .sidebar {
    display: none;
  }
}
@media screen and (min-width: 1136px) {
  .sidebar > button {
    display: none;
  }
}
.sidebar .dropdown-menu {
  display: block;
  padding: 0;
  border: 0;
  position: fixed;
  z-index: 1042;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  width: 96px;
  background: #43484b;
  padding-bottom: 96px;
  overflow-x: hidden;
}
@media screen and (max-width: 1135px) {
  .sidebar .dropdown-menu {
    width: 414px;
    max-width: 100%;
    transform: translateX(-100%);
    transition: transform 0.2s;
  }
}
.sidebar.open .dropdown-menu {
  transform: translateX(0);
}
.sidebar .logo {
  background: linear-gradient(to bottom, #fba61a, rgb(247.1824034335, 155.4334763948, 4.3175965665));
}
.sidebar .logo a {
  display: block;
  width: 96px;
}
.sidebar .logo img {
  display: block;
  height: 42px;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 1135px) {
  .sidebar .logo {
    padding-left: 10px;
  }
}
.sidebar .close-button {
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  padding: 10px;
  top: 0px;
  line-height: 1;
  right: 0;
  color: white;
}
@media screen and (max-width: 1135px) {
  .sidebar .close-button {
    display: block;
  }
}
.sidebar a {
  display: block;
  margin: 0;
  background: inherit;
  height: 96px;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #393e40;
  font-size: 10px;
  letter-spacing: 0.07em;
  color: #aaa;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.sidebar a svg {
  display: block;
  margin: 0 auto;
}
.sidebar a path {
  fill: #aaa;
  fill-rule: evenodd;
}
.sidebar a.sidebar-admin {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-height: 600px) {
  .sidebar a {
    height: auto;
    padding: 10px 0;
  }
  .sidebar a svg {
    display: none;
  }
}
@media screen and (max-width: 1135px) {
  .sidebar a {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }
  .sidebar a:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
  }
  .sidebar a svg {
    width: 30px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
}

.sidebar a:hover,
.sidebar-selected-accounts .sidebar-accounts,
.sidebar-selected-memberships .sidebar-memberships,
.sidebar-selected-invoices .sidebar-invoices,
.sidebar-selected-donor_systems .sidebar-donor-systems,
.sidebar-selected-dashboard .sidebar-dashboard,
.sidebar-selected-contacts .sidebar-contacts,
.sidebar-selected-reports .sidebar-reports,
.sidebar-selected-learn .sidebar-learn,
.sidebar-selected-plan .sidebar-plan,
.sidebar-selected-admin .sidebar-admin {
  background: #393e40;
  color: #eee;
}
.sidebar a:hover path,
.sidebar-selected-accounts .sidebar-accounts path,
.sidebar-selected-memberships .sidebar-memberships path,
.sidebar-selected-invoices .sidebar-invoices path,
.sidebar-selected-donor_systems .sidebar-donor-systems path,
.sidebar-selected-dashboard .sidebar-dashboard path,
.sidebar-selected-contacts .sidebar-contacts path,
.sidebar-selected-reports .sidebar-reports path,
.sidebar-selected-learn .sidebar-learn path,
.sidebar-selected-plan .sidebar-plan path,
.sidebar-selected-admin .sidebar-admin path {
  fill: #eee;
}

@media screen and (max-width: 979px) {
  .current-user > button {
    padding: 0;
    text-align: center;
  }
}
.current-user .initials {
  margin-top: -5px;
}
.current-user .dropdown-menu:after, .current-user .dropdown-menu:before {
  left: auto;
  right: 30px;
  margin-left: 0;
}
.current-user .dropdown-menu:after {
  margin-right: -7px;
}
.current-user .dropdown-menu:before {
  margin-right: -8px;
}
.current-user .dropdown-menu {
  right: -1px;
  width: auto;
}
.current-user .dropdown-menu > a {
  display: block;
  padding: 8px 0;
  border-top: 1px dotted #e5e5e5;
  color: inherit;
  text-decoration: none;
}
.current-user .dropdown-menu > a:hover {
  color: #00aeef;
}
.current-user .dropdown-menu > a:first-of-type {
  border-top-width: 0;
}
.current-user .name-and-close-button {
  border-right: none;
  position: relative;
  display: none;
}
@media screen and (max-width: 979px) {
  .current-user {
    width: 42px;
    flex-grow: 0;
  }
  .current-user .dropdown-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 450px;
    max-width: 100%;
    transform: translateX(100%) translateY(0);
    transition: transform 0.2s;
    z-index: 1042;
    padding: 0;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
  }
  .current-user .dropdown-menu > a {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }
  .current-user .dropdown-menu > a:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
  }
  .current-user .dropdown-menu > a {
    border-style: solid;
    padding-left: 15px;
    padding-right: 15px;
  }
  .current-user.open .dropdown-menu {
    transform: translateX(0) translateY(0);
  }
  .current-user .name-and-close-button {
    display: block;
  }
  .current-user .close-button {
    border: none;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin: 0;
    padding: 10px;
    transform: translateY(-50%);
  }
  .current-user .close-button svg {
    display: block;
    margin: 0;
  }
  .current-user .close-button line {
    stroke: #888;
  }
}

.editable-user-field {
  position: relative;
}
.editable-user-field a {
  position: absolute;
  right: 0;
}

.public-layout {
  position: relative;
  padding-top: 55px;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 55px;
  background: #fff;
}
.public-layout h1 {
  color: #333333;
  font-weight: 300;
}
.public-layout h2 {
  color: #333333;
  font-weight: 300;
}
.public-layout h3 {
  font-size: 22px;
  line-height: 1.2;
}

.public-container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .public-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.public-container {
  max-width: 1200px;
}

.public-get-started-button {
  display: inline-block;
  margin: 0;
  padding: 14px 28px;
  border: 1px solid;
  border-radius: 25px;
  height: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1;
  white-space: nowrap;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  text-align: center;
  color: inherit;
  display: block;
  margin: 40px auto;
  max-width: 20em;
}

.public-secondary-page-lead {
  padding-top: 40px;
}
.public-secondary-page-lead h1 {
  margin-bottom: 15px;
}
@media screen and (min-width: 781px) {
  .public-secondary-page-lead {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .public-secondary-page-lead h1 {
    display: none;
  }
  .public-secondary-page-lead p.lead {
    /* Lato Hairline, 36pt, Optical spacing, 10pt tracking, anti-aliasing: strong, #333333 */
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
@media screen and (min-width: 781px) and (max-width: 979px) {
  .public-secondary-page-lead p.lead {
    font-size: 28px;
  }
}

.public-footer {
  position: absolute;
  height: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #43484b;
  color: #aaa;
}
.public-footer .public-footer-links {
  float: left;
}
.public-footer .public-footer-links > a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  padding: 0 20px;
  color: inherit;
  text-decoration: none;
  line-height: 55px;
}
.public-footer .public-footer-links > a:first-child {
  padding-left: 0;
}
.public-footer .copyright {
  float: right;
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin: 0;
  line-height: 55px;
}

.public-quotes {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  background: #e6e6e6;
  margin-bottom: 80px;
}
.public-quotes blockquote {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .public-quotes blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.public-quotes blockquote {
  max-width: 1200px;
}
.public-quotes p {
  font-size: 24px;
  line-height: 1.3;
}

.public-text {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .public-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.public-text {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 80px;
}
.public-text h1 {
  margin: 40px 0 40px;
}
.public-text h3 {
  color: inherit;
  font-size: 18px;
  line-height: 1.2em;
}
.public-text p {
  margin-bottom: 1em;
}

.field-label-public {
  /* Caption text */
  /* Lato Regular, 12pt / 15pt, Optical spacing, 5pt tracking, anti-aliasing: sharp, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* The UI guide says 15px/24px, but it all looks like 12px to me. */
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
.field-label-public.required:after {
  content: "*";
  color: #f35050;
}

.text-field-public,
.select-field-public select {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 2px;
  vertical-align: baseline;
  height: auto;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
  color: inherit;
  box-shadow: none;
  text-align: left;
  word-spacing: inherit;
  letter-spacing: inherit;
}
.text-field-public.disabled, .text-field-public[disabled], fieldset[disabled] .text-field-public,
.select-field-public select.disabled,
.select-field-public select[disabled],
fieldset[disabled] .select-field-public select {
  cursor: not-allowed;
  opacity: 0.65;
  color: #ddd;
}

.select-field-public {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.select-field-public::after {
  display: block;
  position: absolute;
  top: 50%;
  margin: -0.45em 0 0 0;
  padding: 0;
  line-height: 1;
  pointer-events: none;
  color: #ddd;
  right: 15px;
  font-family: "FontAwesome";
  content: "\f107";
}
.select-field-public select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.4em;
  max-width: none;
}
.select-field-public select.disabled, .select-field-public select[disabled], fieldset[disabled] .select-field-public select {
  cursor: not-allowed;
  opacity: 0.65;
  color: #ddd;
}
.select-field-public select::-ms-expand {
  display: none;
}

.public-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fba61a;
  background: linear-gradient(to bottom, #fba61a, #fe7d06);
  color: white;
  height: 55px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 400;
}
.public-topbar .logo img {
  width: auto;
  height: 30px;
  margin-top: 10px;
}
.public-topbar .public-topbar-links {
  float: right;
}
.public-topbar .public-topbar-links > a {
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  padding: 0 10px;
  text-decoration: none;
  color: inherit;
  line-height: 55px;
}
.public-topbar .public-topbar-links > a:last-child {
  padding-right: 0;
}
.public-topbar .public-topbar-links > a.get-started {
  display: inline-block;
  margin: 0;
  padding: 9px 18px;
  border: 1px solid;
  border-radius: 16px;
  height: 32px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  white-space: nowrap;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  text-align: center;
  height: auto;
  margin: 0 20px;
  font-weight: 400;
}
.public-topbar .public-topbar-links > a.selected {
  position: relative;
}
.public-topbar .public-topbar-links > a.selected:before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}

.public-dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.public-dropdown button.open, .public-dropdown button.close {
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  width: 55px;
  height: 55px;
  font-size: 22px;
  font-weight: 200;
  background: transparent;
}
.public-dropdown button.close {
  position: absolute;
  top: 0;
  right: 0;
}
.public-dropdown > .dropdown-menu:after, .public-dropdown > .dropdown-menu:before {
  content: none;
}
.public-dropdown > .dropdown-menu {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .public-dropdown > .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.public-dropdown > .dropdown-menu {
  max-width: 1200px;
  background: inherit;
  border: none;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  left: auto;
  right: 0;
  background: #fba61a;
  background: linear-gradient(to bottom, #fba61a, #fe7d06);
  padding-bottom: 100px;
  transform: translateX(100%);
  transition: transform 0.2s;
}
.public-dropdown .public-get-started-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .public-dropdown .public-get-started-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.public-dropdown .public-get-started-wrapper {
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
}
.public-dropdown .public-get-started-button {
  max-width: none;
  margin: 0;
}
.public-dropdown.open > .dropdown-menu {
  transform: translateX(0);
}

@media screen and (max-width: 780px) {
  .public-topbar-links, .public-footer-links {
    display: none;
  }
  .public-topbar .public-container {
    padding-right: 0;
  }
  .public-dropdown {
    display: block;
  }
}
.primary-public-dropdown-links {
  border-bottom: 1px solid white;
  padding: 30px 0;
}
.primary-public-dropdown-links a {
  display: block;
  padding: 15px 0;
  /* Lato Hairline, 36pt, Optical spacing, 10pt tracking, anti-aliasing: strong, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 979px) {
  .primary-public-dropdown-links a {
    font-size: 28px;
  }
}
.primary-public-dropdown-links a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.public-dropdown-links-primary {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
}
.public-dropdown-links-primary a {
  display: block;
  padding: 15px 0;
  /* Lato Hairline, 36pt, Optical spacing, 10pt tracking, anti-aliasing: strong, #333333 */
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 979px) {
  .public-dropdown-links-primary a {
    font-size: 28px;
  }
}
.public-dropdown-links-primary a {
  font-weight: 300;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.public-dropdown-links-secondary {
  padding-top: 20px;
}
.public-dropdown-links-secondary a {
  display: block;
  padding: 5px 0;
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.public-layout-intro {
  padding-top: 0;
}

.public-topbar-intro {
  position: static;
  background: #fba61a;
}

.intro-lead {
  padding: 1px 0;
  color: #fff;
  background: #fba61a;
  background: linear-gradient(to bottom, #fba61a, #fe7d06);
  position: relative;
  height: calc(100vh - 55px);
}
.intro-lead:after {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f078";
  font-size: 18px;
}

.intro-title {
  margin-top: 30px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-70%);
}
.intro-title h1 {
  margin-bottom: 1em;
  font-weight: 200;
  color: inherit;
}
@media screen and (min-width: 451px) {
  .intro-title h1 {
    margin-bottom: 1em;
    font-size: 48px;
    line-height: 1.2;
  }
  .intro-title p {
    font-weight: 200;
    font-size: 28px;
    line-height: 1.4;
  }
}

.intro-demos {
  background: #fff;
}
.intro-demos p {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}
.intro-demos img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
}
.intro-demos .intro-demo {
  margin: 0;
  padding: 30px 0 60px;
}
@media screen and (min-width: 980px) {
  .intro-demos .intro-demo {
    height: 100vh;
  }
  .intro-demos .intro-demo img {
    display: none;
  }
  .intro-demos .intro-demo-description {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .intro-demos .screenshot-wrapper {
    height: 100vh;
    margin-left: 0 !important;
    padding-left: 100px;
  }
  .intro-demos .screenshot {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.intro-row {
  margin: 0 0 0 0;
  flex-wrap: nowrap;
}

.intro-column-1-4 {
  padding: 0 0 0 0;
  width: 25%;
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .intro-column-1-4 {
    width: 100%;
  }
}

.intro-column-3-4 {
  padding: 0 0 0 0;
  width: 75%;
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .intro-column-3-4 {
    width: 100%;
  }
}

.public-quotes.intro-quotes {
  margin-bottom: 0;
}

.public-trusted-by {
  margin-bottom: 80px;
  text-align: center;
  background: #f0f2f2;
  padding: 30px 0 20px;
}
.public-trusted-by ul {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .public-trusted-by ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.public-trusted-by ul {
  max-width: 1200px;
  display: grid;
}
@media screen and (max-width: 979px) {
  .public-trusted-by ul {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  }
  .public-trusted-by img {
    width: 175px;
    height: 175px;
  }
}
@media screen and (min-width: 980px) {
  .public-trusted-by ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .public-trusted-by li {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    position: relative;
    margin-left: -1px;
    margin-bottom: -1px;
  }
  .public-trusted-by li:before, .public-trusted-by li:after {
    display: block;
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    background: #f0f2f2;
  }
  .public-trusted-by li:before {
    left: -15px;
    top: -15px;
  }
  .public-trusted-by li:after {
    bottom: -15px;
    right: -15px;
  }
  .public-trusted-by li:nth-child(5n) {
    border-right-width: 0;
  }
  .public-trusted-by li:nth-last-child(-n+5) {
    border-bottom-width: 0;
  }
  .public-trusted-by img {
    width: 200px;
    height: 200px;
  }
}

.intro-features {
  position: relative;
  background: #fff;
  margin-bottom: 80px;
}

.intro-feature-row {
  margin: 0 0 0 -30px;
}

.intro-feature {
  padding: 0 0 0 30px;
  width: 33.3333333333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .intro-feature {
    width: 100%;
  }
}
.intro-feature img {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto 30px;
}
.intro-feature h3 {
  text-align: center;
}

.features-section-lead {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .features-section-lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features-section-lead {
  max-width: 1200px;
}
.features-section-lead .toggle-button-group {
  margin: 30px auto 30px;
}
.features-section-lead .toggle-button {
  width: 50%;
}

.features-section {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .features-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features-section {
  max-width: 1200px;
  margin: 0 auto 80px;
  position: relative;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 2px solid #e5e5e5;
  border-width: 2px 0;
}
.features-section .feature {
  margin-bottom: 40px;
}
.features-section img {
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .features-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .features-section .feature {
    margin: 0;
    padding: 50px;
    border-top: 1px solid #e5e5e5;
  }
  .features-section .feature:nth-child(odd) {
    padding-left: 0;
    border-left-width: 0;
    border-right: 1px solid #e5e5e5;
  }
  .features-section .feature:nth-child(even) {
    padding-right: 0;
  }
  .features-section .feature:nth-child(1), .features-section .feature:nth-child(2) {
    border-top: 0;
  }
  .features-section img {
    float: left;
    width: 74px;
  }
  .features-section h3, .features-section p {
    margin-left: 100px;
  }
}

.pricing-section-lead {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .pricing-section-lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pricing-section-lead {
  max-width: 1200px;
}
@media screen and (min-width: 980px) {
  .pricing-section-lead .first-month-free {
    display: block;
    /* Text in charts, tables */
    /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
        19pt after return, anti-aliasing: sharp, #333333
        (#d9d9d9 for unfilled form text), dotted line between lines of text */
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-top: 30px;
  }
}

.pricing-types {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .pricing-types {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pricing-types {
  max-width: 1200px;
  margin-bottom: 60px;
}

.pricing-type {
  text-align: center;
}
.pricing-type:first-child {
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 0;
}

.pricing-tiers {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.pricing-users {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.pricing-price {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #fba61a;
}

@media screen and (min-width: 980px) {
  .pricing-types {
    display: flex;
    flex-flow: row nowrap;
    width: 75%;
  }
  .pricing-type {
    padding: 0 30px;
  }
  .pricing-type:first-child {
    border-width: 0 1px 0 0;
    width: 67%;
  }
  .pricing-type:last-child {
    width: 33%;
  }
}
.about-lead {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .about-lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-lead {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 800px;
  margin: 40px auto;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.5;
}

.about-partners {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 450px) {
  .about-partners {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-partners {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 800px;
  margin: 80px auto;
  /* Text in charts, tables */
  /* Lato Regular, 15pt / 24pt, Optical spacing, 10pt tracking,
      19pt after return, anti-aliasing: sharp, #333333
      (#d9d9d9 for unfilled form text), dotted line between lines of text */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.about-partners-row {
  margin: 0 0 0 -30px;
}

.about-partner {
  padding: 0 0 0 30px;
  width: 33.3333333333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .about-partner {
    width: 100%;
  }
}
.about-partner {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.about-partner img {
  width: 80%;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .about-partner img {
    width: 60%;
  }
}
.about-partner h3 {
  color: inherit;
}
.about-partner h3 .title {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
.about-partner p {
  text-align: left;
}

.modal.contact-us-modal .modal-dialog {
  width: 550px;
}
.modal.contact-us-modal .fieldset.reasons {
  margin: 40px 0 30px;
}
.modal.contact-us-modal .fieldset.reasons label {
  /* Normal paragraph text */
  /* Lato Regular, 17pt / 30pt, Optical spacing, 0pt tracking, 12pt after return, anti-aliasing: sharp, #333333,
     14pt indentation on lists and indented paragraphs */
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  margin-right: 1em;
}

.modal.recommend-modal .tile-body {
  border-color: #00aeef;
}
.modal.recommend-modal .modal-title {
  color: #00aeef;
}
.modal.recommend-modal .large-button {
  border-color: #00aeef;
  color: #00aeef;
}
.modal.recommend-modal .large-button:hover {
  background: #00aeef;
  color: white;
}
.modal.recommend-modal .modal-dialog {
  width: 600px;
}
.modal.recommend-modal p {
  margin-bottom: 40px;
}
