@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.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: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/regular/Lato-Regular.eot");
  src: url("../fonts/lato/regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/regular/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/regular/Lato-Regular.woff") format("woff"), url("../fonts/lato/regular/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/regular/Lato-Regular-Italic.eot");
  src: url("../fonts/lato/regular/Lato-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/regular/Lato-Regular-Italic.woff2") format("woff2"), url("../fonts/lato/regular/Lato-Regular-Italic.woff") format("woff"), url("../fonts/lato/regular/Lato-Regular-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/semibold/Lato-Semibold.eot");
  src: url("../fonts/lato/semibold/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/semibold/Lato-Semibold.woff2") format("woff2"), url("../fonts/lato/semibold/Lato-Semibold.woff") format("woff"), url("../fonts/lato/semibold/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/semibold/Lato-Semibold-Italic.eot");
  src: url("../fonts/lato/semibold/Lato-Semibold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/semibold/Lato-Semibold-Italic.woff2") format("woff2"), url("../fonts/lato/semibold/Lato-Semibold-Italic.woff") format("woff"), url("../fonts/lato/semibold/Lato-Semibold-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/bold/Lato-Bold.eot");
  src: url("../fonts/lato/bold/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/bold/Lato-Bold.woff2") format("woff2"), url("../fonts/lato/bold/Lato-Bold.woff") format("woff"), url("../fonts/lato/bold/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/bold/Lato-Bold-Italic.eot");
  src: url("../fonts/lato/bold/Lato-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/bold/Lato-Bold-Italic.woff2") format("woff2"), url("../fonts/lato/bold/Lato-Bold-Italic.woff") format("woff"), url("../fonts/lato/bold/Lato-Bold-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/extrabold/Lato-Extrabold.eot");
  src: url("../fonts/lato/extrabold/Lato-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/extrabold/Lato-Extrabold.woff2") format("woff2"), url("../fonts/lato/extrabold/Lato-Extrabold.woff") format("woff"), url("../fonts/lato/extrabold/Lato-Extrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/extrabold/Lato-Extrabold-Italic.eot");
  src: url("../fonts/lato/extrabold/Lato-Extrabold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/extrabold/Lato-Extrabold-Italic.woff2") format("woff2"), url("../fonts/lato/extrabold/Lato-Extrabold-Italic.woff") format("woff"), url("../fonts/lato/extrabold/Lato-Extrabold-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #ffffff;
  color: #6A7086;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-weight: 700 !important; }

img {
  max-width: 100%; }

button {
  background-color: transparent;
  border: none; }

fieldset {
  margin: 0;
  padding: 0; }
  fieldset:disabled button, fieldset:disabled a {
    opacity: 0.7;
    cursor: not-allowed; }

button, input, optgroup, select, textarea {
  line-height: 1.4; }

button:focus, a:focus {
  outline: 0; }

svg {
  fill: currentColor; }

select {
  width: 100%; }

label {
  padding-left: 0 !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.8rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.9rem; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

strong {
  font-weight: 700; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

li {
  margin-top: 0;
  margin-bottom: 10px; }

a {
  color: #6A7086;
  text-decoration: none; }

.text-underline {
  text-decoration: underline; }

form [class*='col-'], form [class*=' col-'] {
  padding-right: 8px;
  padding-left: 8px; }

form .row {
  margin-right: -8px;
  margin-left: -8px; }

.no-results {
  background-color: #F8F8F8;
  padding: 15px 10px;
  border-radius: 5px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.no-results__message {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px; }
  @media only screen and (min-width: 48em) {
    .no-results__message {
      font-size: 15px; } }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.icon--youtube {
  color: #FF0000; }

.icon--twitter {
  color: #1DA1F2; }

.icon--blog {
  color: #4B7B8B; }

.icon--facebook {
  color: #3b5998; }

.icon--dark-green {
  color: #4B7B8B; }

.g-serverside__errors {
  display: none;
  list-style: none;
  background-color: #A76262;
  border: 1px solid #995656;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .g-serverside__errors.is-visible {
    display: block; }

.g-serverside__errors-items {
  margin-bottom: 5px;
  font-size: 14px;
  color: #ffffff; }
  .g-serverside__errors-items:last-child {
    margin-bottom: 0; }

@-moz-keyframes bounce_1 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(10px);
    transform: translateX(10px); }
  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-webkit-keyframes bounce_1 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(10px);
    transform: translateX(10px); }
  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px); } }

@keyframes bounce_1 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-moz-keyframes bounce_2 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(10px);
    transform: translateX(10px); }
  60% {
    -moz-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes bounce_2 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px); }
  60% {
    -moz-transform: translateX(5px);
    transform: translateX(5px); } }

@keyframes bounce_2 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  60% {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

/*

Command: gulp icon-png
File: /tbp/static/tbp-static/dist/assets/img/png_sprite.png

*/
.icon--blog-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: 0px -25px;
  width: 26px;
  height: 26px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--blog-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--commission-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: -28px 0px;
  width: 26px;
  height: 26px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--commission-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--cross, .cr-collab-form__hashtags-remove-btn {
  background-image: url(../img/png_sprite.png);
  background-position: -82px -47px;
  width: 8px;
  height: 8px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--cross, .cr-collab-form__hashtags-remove-btn {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--facebook-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: -82px -22px;
  width: 17px;
  height: 25px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--facebook-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--gifting-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: 0px 0px;
  width: 28px;
  height: 25px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--gifting-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--heart-outline {
  background-image: url(../img/png_sprite.png);
  background-position: -55px -51px;
  width: 24px;
  height: 22px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--heart-outline {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--heart-solid {
  background-image: url(../img/png_sprite.png);
  background-position: -82px 0px;
  width: 24px;
  height: 22px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--heart-solid {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--instagram-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: -28px -26px;
  width: 24px;
  height: 25px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--instagram-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--paid-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: -27px -51px;
  width: 28px;
  height: 22px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--paid-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--twitter-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: 0px -51px;
  width: 27px;
  height: 23px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--twitter-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--unpaid-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: -54px -23px;
  width: 25px;
  height: 25px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--unpaid-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

.icon--youtube-dropshadow {
  background-image: url(../img/png_sprite.png);
  background-position: -54px 0px;
  width: 28px;
  height: 23px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon--youtube-dropshadow {
      background-image: url(../img/png_sprite@2x.png);
      background-size: 106px 74px; } }

/*

Command: gulp icon-svg
File: /tbp/templates/includes/svgs_sprite.svg

Markup Example:
<svg class="svg--[SVG NAME]">
    <use xlink:href="#[SVG NAME]"></use>
</svg>

*/
.footer__sitemap-wrapper {
  border-top: 1px solid #F0F0F0;
  padding-top: 30px;
  padding-bottom: 20px; }

.footer__sitemap-logo {
  max-width: 48px; }

.footer__sitemap-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 18px; }

.footer__sitemap-link:hover, .footer__sitemap-link:focus {
  color: #6A7086;
  text-decoration: none;
  opacity: 0.8; }

.footer__social-wrapper {
  border-top: 1px solid #d7d7d7;
  background: #F0F0F0;
  padding-top: 15px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 40em) {
    .footer__social-wrapper {
      padding-top: 25px; } }

.footer__social-list {
  text-align: center;
  margin-bottom: 0; }

.footer__social-item {
  display: inline-block;
  list-style: none;
  font-size: 1.2rem;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px; }

.footer__social-link {
  display: table;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in; }
  .footer__social-link .fa {
    color: #6A7086;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
  .footer__social-link:hover {
    background-color: #6A7086;
    color: #ffffff; }
    .footer__social-link:hover .fa {
      color: #ffffff; }
  .footer__social-link:hover, .footer__social-link:focus {
    text-decoration: none;
    outline: 0; }

.footer__social-icon {
  display: table-cell;
  vertical-align: middle; }

.footer__copyright-wrapper {
  text-align: center;
  background-color: #F0F0F0;
  padding-bottom: 25px; }
  @media only screen and (min-width: 40em) {
    .footer__copyright-wrapper {
      padding-bottom: 50px; } }

.footer__copyright {
  font-size: 0.7rem; }

.footer__sitemap-link--return-home {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .footer__sitemap-link--return-home:hover, .footer__sitemap-link--return-home:focus {
    opacity: 1; }

.footer__sitemap-list-item--title {
  font-weight: 700;
  color: #6A7086; }

.footer__social-link--facebook {
  padding-top: 3px; }

.btn2, .pagination__link {
  display: inline-block;
  color: white;
  border-radius: 5px;
  padding: 8px 22px;
  font-size: 18px;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in; }
  .btn2:hover, .pagination__link:hover, .btn2:focus, .pagination__link:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0; }

.btn2__small {
  padding: 7px 14px;
  font-size: 14px; }

.btn2__dark-green {
  background-color: #4B7B8B; }
  .btn2__dark-green:hover, .btn2__dark-green:focus {
    background-color: #426c7a; }

.btn2__red {
  background-color: #A76262; }
  .btn2__red:hover, .btn2__red:focus {
    background-color: #995656; }

.btn2__purple {
  background-color: #6A7086; }
  .btn2__purple:hover, .btn2__purple:focus {
    background-color: #5f6478; }

.btn2--white, .pagination__link {
  background-color: #ffffff;
  border: 1px solid #91C4C4;
  color: #4B7B8B; }
  .btn2--white:hover, .pagination__link:hover, .btn2--white:focus, .pagination__link:focus {
    background-color: #91C4C4; }

.btn2__purple-plain {
  background-color: transparent;
  text-decoration: underline;
  color: #6A7086;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .btn2__purple-plain:hover, .btn2__purple-plain:focus {
    color: #6A7086;
    opacity: 0.8;
    text-decoration: underline; }

.btn2__green-dark-plain {
  background-color: transparent;
  text-decoration: underline;
  color: #4B7B8B;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .btn2__green-dark-plain:hover, .btn2__green-dark-plain:focus {
    color: #4B7B8B;
    opacity: 0.8;
    text-decoration: underline; }

.btn2__green-dark-outline {
  background-color: transparent;
  text-decoration: underline;
  color: #4B7B8B;
  border: 2px solid #4B7B8B;
  text-decoration: none;
  font-style: italic;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .btn2__green-dark-outline:hover, .btn2__green-dark-outline:focus {
    color: #ffffff;
    background-color: #4B7B8B; }

.btn2__blue-grey {
  border: 1px solid #726F7B;
  background-color: #726F7B; }
  .btn2__blue-grey:hover, .btn2__blue-grey:focus {
    background-color: #66636e; }

.btn2__grey-outline {
  border: 1px solid #979797;
  background-color: transparent;
  color: #6A7086; }
  .btn2__grey-outline:hover, .btn2__grey-outline:focus {
    color: #6A7086;
    background-color: rgba(151, 151, 151, 0.1); }

.tippy-tooltip {
  text-align: left;
  max-width: 330px; }

.tippy-tooltip.light-theme {
  background-color: #ffffff;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: 0px 0px 1px #e2e2e2;
  color: #6A7086; }
  .tippy-tooltip.light-theme .tippy-backdrop {
    background-color: white; }
  .tippy-tooltip.light-theme .tippy-roundarrow {
    fill: white; }
  .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent; }

.pagination_wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

.pagination__list {
  display: inline-block;
  margin-bottom: 0; }

.pagination-item {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  text-align: center; }

.pagination__link {
  padding: 0;
  line-height: 31px;
  height: 36px;
  width: 36px; }

.pagination__link-icon {
  width: 6px;
  height: 10px; }

.pagination__link--upgrade {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: normal;
  height: auto;
  line-height: 28px; }

.pagination-new--left-align .pagination_wrapper {
  text-align: left; }

.back-button__icon {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px; }

.back-button__link {
  font-size: 14px;
  color: #6A7086;
  vertical-align: middle;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .back-button__link:focus, .back-button__link:hover {
    outline: 0;
    text-decoration: none;
    color: #6A7086; }
  .back-button__link:hover {
    opacity: 0.8; }

.back-button--narrow {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px; }

.section-title {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FAFAFA; }

.section-title__wrapper {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.section-title__heading {
  margin-top: 0;
  margin-bottom: 5px;
  color: #6A7086; }

.section-title__subheading {
  margin: 0; }

.default-sortby__label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; }

@media only screen and (max-width: 47.938em) {
  .default-sortby .pull-right {
    float: none !important; } }

@media only screen and (min-width: 48em) {
  .default-sortby__count, .default-sortby__input-wrap {
    display: inline-block;
    float: left; } }

.default-sortby__form {
  display: inline-block;
  vertical-align: middle;
  width: 130px; }

.narrow-form__form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  margin-bottom: 80px; }

.narrow-form__form-inner {
  width: 100%;
  background-color: #F1F4F8;
  border: 1px solid #E2E7EE;
  padding: 20px; }
  @media only screen and (min-width: 40em) {
    .narrow-form__form-inner {
      padding: 40px 55px; } }
  @media screen and (min-width: 650px) {
    .narrow-form__form-inner {
      border-radius: 2px; } }

.narrow-form__heading {
  border-bottom: 1px solid #DFE3E9;
  padding-bottom: 17px;
  margin-bottom: 15px; }

.narrow-form__heading-title {
  font-size: 25px;
  font-weight: 700;
  color: #6A7086;
  float: left;
  margin: 0; }

.narrow-form__heading-link {
  float: right;
  display: inline-block;
  margin-top: 7px;
  font-size: 15px;
  color: #4B7B8B;
  text-decoration: underline;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .narrow-form__heading-link:hover, .narrow-form__heading-link:focus {
    color: #4B7B8B; }
  .narrow-form__heading-link:hover {
    opacity: 0.8; }

.narrow-form__form-section {
  margin-bottom: 30px; }

.narrow-form__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #DFE3E9;
  font-size: 25px;
  font-weight: 700;
  color: #6A7086; }

.narrow-form__title-help {
  font-size: 13px;
  color: #8F8F8F;
  opacity: 0.75;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0; }

.narrow-form__checkbox {
  margin-left: 30px;
  font-weight: 400;
  font-size: 14px; }
  .narrow-form__checkbox .tbp-checkbox__checkmark {
    position: absolute;
    left: -32px;
    top: 4px; }
  .narrow-form__checkbox .narrow-form__checkbox-link {
    text-decoration: underline;
    -webkit-transition: 0.3s opacity ease;
    -moz-transition: 0.3s opacity ease;
    -ms-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease; }
    .narrow-form__checkbox .narrow-form__checkbox-link:hover, .narrow-form__checkbox .narrow-form__checkbox-link:focus {
      color: #6A7086; }
    .narrow-form__checkbox .narrow-form__checkbox-link:hover {
      opacity: 0.8; }
  .narrow-form__checkbox .tbp-input-status.is-visible {
    display: block;
    margin-left: 0;
    margin-top: 3px; }

.narrow-form__form-submit {
  padding: 8px 28px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto; }

.narrow-form__form-submit-icon {
  width: 14px;
  height: 14px;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 15px; }

.tbp-input-style, select[tbp-selectbox-init], .tbp-selectbox__inner, .tbp-date-picker, .tbp-textfield, .tbp-textarea {
  border-radius: 4px;
  font-size: 15px;
  padding: 0 10px;
  border: 1px solid #E2E7EE;
  height: 40px;
  width: 100%;
  background-color: #ffffff; }
  .tbp-input-style:hover, select:hover[tbp-selectbox-init], .tbp-selectbox__inner:hover, .tbp-date-picker:hover, .tbp-textfield:hover, .tbp-textarea:hover, .tbp-input-style:focus, select:focus[tbp-selectbox-init], .tbp-selectbox__inner:focus, .tbp-date-picker:focus, .tbp-textfield:focus, .tbp-textarea:focus {
    outline: 0; }
  .tbp-input-style::-webkit-input-placeholder, select[tbp-selectbox-init]::-webkit-input-placeholder, .tbp-selectbox__inner::-webkit-input-placeholder, .tbp-date-picker::-webkit-input-placeholder, .tbp-textfield::-webkit-input-placeholder, .tbp-textarea::-webkit-input-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .tbp-input-style:-moz-placeholder, select:-moz-placeholder[tbp-selectbox-init], .tbp-selectbox__inner:-moz-placeholder, .tbp-date-picker:-moz-placeholder, .tbp-textfield:-moz-placeholder, .tbp-textarea:-moz-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .tbp-input-style::-moz-placeholder, select[tbp-selectbox-init]::-moz-placeholder, .tbp-selectbox__inner::-moz-placeholder, .tbp-date-picker::-moz-placeholder, .tbp-textfield::-moz-placeholder, .tbp-textarea::-moz-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .tbp-input-style:-ms-input-placeholder, select:-ms-input-placeholder[tbp-selectbox-init], .tbp-selectbox__inner:-ms-input-placeholder, .tbp-date-picker:-ms-input-placeholder, .tbp-textfield:-ms-input-placeholder, .tbp-textarea:-ms-input-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .tbp-input-style::-ms-input-placeholder, select[tbp-selectbox-init]::-ms-input-placeholder, .tbp-selectbox__inner::-ms-input-placeholder, .tbp-date-picker::-ms-input-placeholder, .tbp-textfield::-ms-input-placeholder, .tbp-textarea::-ms-input-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .tbp-input-style::placeholder, select[tbp-selectbox-init]::placeholder, .tbp-selectbox__inner::placeholder, .tbp-date-picker::placeholder, .tbp-textfield::placeholder, .tbp-textarea::placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .tbp-input-style:focus, select:focus[tbp-selectbox-init], .tbp-selectbox__inner:focus, .tbp-date-picker:focus, .tbp-textfield:focus, .tbp-textarea:focus {
    outline: 0; }

.form-input-col {
  margin-bottom: 20px; }

.tbp-input-failed {
  border-color: #D0021B !important;
  box-shadow: none !important; }

.tbp-input-status {
  display: none;
  font-size: 12px;
  position: relative;
  bottom: 1px;
  margin-left: 5px;
  font-weight: 400; }
  .tbp-input-status.is-visible {
    display: inline-block; }

.tbp-input-status--bottom.is-visible {
  display: block;
  position: absolute;
  bottom: -20px;
  margin-left: 0; }

.tbp-input-status--red {
  color: #D0021B; }

.tbp-input-label {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 5px; }

.tbp-input-label__small-text {
  color: rgba(143, 143, 143, 0.75);
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px; }

.tbp-input-label--block {
  display: block; }

.tbp-input-label__optional {
  font-weight: normal;
  font-size: 12px;
  font-style: italic; }

.tbp-input-label--light {
  font-weight: 400; }

.form-input-group {
  position: relative; }

.tbp-input-label--small {
  font-size: 14px;
  font-weight: 400; }

.form-input-group--extra-spacing {
  margin-bottom: 40px; }

select[tbp-selectbox-init] option {
  padding-top: 9px;
  padding-left: 4px;
  color: #6A7086;
  opacity: 0.5; }

.tbp-radio {
  position: relative;
  padding-left: 250%;
  cursor: pointer; }

.tbp-radio input[type='radio']:checked ~ .tbp-radio__checkmark {
  background-color: #4B7B8B; }

.tbp-radio input[type='radio']:checked ~ .tbp-radio__checkmark:after {
  display: block; }

.tbp-radio__checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1); }
  .tbp-radio__checkmark:after {
    display: none;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    background-color: #ffffff;
    border-radius: 50%; }

.tbp-toggle__element {
  display: inline-block;
  vertical-align: middle;
  background-color: #4B7B8B;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  vertical-align: middle; }
  .tbp-toggle__element:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 20px;
    position: absolute;
    top: 2px;
    background-color: #ffffff; }

.tbp-toggle__element--on:before {
  right: 2px; }

.tbp-toggle__element--off {
  background-color: #DFE3E9; }

.tbp-toggle__element--off:before {
  left: 2px; }

.tbp-toggle__text {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #6A7086;
  vertical-align: middle;
  margin-left: 5px; }

.tbp-checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.tbp-checkbox input[type='checkbox']:checked ~ .tbp-checkbox__checkmark {
  background-color: #4B7B8B; }

.tbp-checkbox input[type='checkbox']:checked ~ .tbp-checkbox__checkmark:after {
  display: block; }

.tbp-checkbox__checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1); }
  .tbp-checkbox__checkmark:after {
    display: none;
    content: "";
    background-image: url(../img/tick-icon-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto;
    pointer-events: none; }

.cr-collab-form__checkbox--left .tbp-checkbox__checkmark {
  left: 0;
  float: left;
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 10px; }

.tbp-checlbox--left .tbp-checkbox__checkmark {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 0; }

.tbp-file-drop {
  position: relative;
  height: 60px;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px dashed black;
  border-image: url(../img/large_dashed_border.png) 2 round;
  -webkit-transition: 0.3s box-shadow ease;
  -moz-transition: 0.3s box-shadow ease;
  -ms-transition: 0.3s box-shadow ease;
  -o-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease; }

.tbp-file-drop__selected, .tbp-file-drop__unselected {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #fafbfd; }

.tbp-file-drop__inner {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(143, 143, 143, 0.75); }

.tbp-file-drop__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.tbp-file-drop__contents {
  text-align: left; }

.tbp-file-drop__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px; }

.tbp-file-drop__remove {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  pointer-events: auto; }

.tbp-file-drop__error {
  display: block;
  font-size: 13px;
  color: red; }

.tbp-file-drop--hovering {
  box-shadow: 0px 0 4px 0px black; }

.tbp-input-failed.tbp-file-drop {
  border: 1px solid #D0021B;
  border-image: none; }

.tbp-age-fields__from, .tbp-age-fields__to {
  display: inline-block;
  float: left;
  width: 50%; }
  .tbp-age-fields__from:focus, .tbp-age-fields__to:focus {
    z-index: 2; }

.tbp-age-fields__from {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.tbp-age-fields__to {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px; }

.tbp-selectbox {
  position: relative;
  margin-bottom: 24px;
  font-size: 15px;
  cursor: pointer; }
  .tbp-selectbox:after {
    content: "";
    background-image: url(../img/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease; }
  .tbp-selectbox:last-child {
    margin-bottom: 0; }
  .tbp-selectbox:focus {
    outline: none; }
  .tbp-selectbox * {
    outline: 0; }

.tbp-selectbox--open:after {
  transform: rotate(180deg); }

.tbp-selectbox__inner {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  overflow: hidden; }

.tbp-selectbox__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  cursor: pointer;
  z-index: 10 !important; }

.tbp-selectbox__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400; }

.tbp-selectbox__input {
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 2px;
  border-bottom: 1px solid #E2E7EE;
  border-radius: 0;
  background-color: #ffffff;
  margin: 0;
  vertical-align: baseline;
  margin-bottom: 5px; }
  .tbp-selectbox__input:focus {
    outline: 0; }

.tbp-selectbox__search-wrapper {
  position: relative;
  padding: 8px;
  background-color: #F1F4F8; }

[type=text].tbp-selectbox__search-input {
  margin: 0;
  border-radius: 4px;
  border: 1px solid #DFE3E9 !important;
  font-weight: 400;
  opacity: 0.8;
  color: #6A7086;
  padding-right: 34px;
  padding-left: 10px;
  width: 100%;
  height: 35px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  [type=text].tbp-selectbox__search-input:hover, [type=text].tbp-selectbox__search-input:focus, [type=text].tbp-selectbox__search-input:active {
    opacity: 1; }
  [type=text].tbp-selectbox__search-input::-webkit-input-placeholder {
    color: #6A7086; }
  [type=text].tbp-selectbox__search-input::-moz-placeholder {
    color: #6A7086; }
  [type=text].tbp-selectbox__search-input:-ms-input-placeholder {
    color: #6A7086; }
  [type=text].tbp-selectbox__search-input:-moz-placeholder {
    color: #6A7086; }

.tbp-selectbox__search-icon {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 15px; }

.tbp-selectbox__item-msg--default {
  opacity: 0.5; }

.tbp-selectbox__list--dropdown .tbp-selectbox__item[data-value="Invite"] {
  display: block;
  opacity: 1;
  padding-left: 36px; }
  .tbp-selectbox__list--dropdown .tbp-selectbox__item[data-value="Invite"]:before {
    content: "";
    background-image: url(../img/icon-add-person.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    pointer-events: none; }

.tbp-selectbox__item--disabled {
  display: none; }

.tbp-selectbox__list--single {
  display: inline-block;
  padding: 4px 35px 4px 4px;
  width: 100%;
  padding-right: 16px;
  padding-top: 8px; }

.tbp-selectbox__list--single .tbp-selectbox__item {
  width: 100%; }

.tbp-selectbox__item--disabled {
  opacity: 0.5; }

.tbp-selectbox__item--selectable {
  cursor: pointer; }

.tbp-selectbox__item--no-results {
  display: none;
  font-weight: 700; }

.tbp-selectbox__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E2E7EE;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  word-break: break-all; }

.tbp-selectbox__list--dropdown .tbp-selectbox__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.tbp-selectbox__list--dropdown .tbp-selectbox__item {
  position: relative;
  padding: 10px;
  padding-right: 35px;
  border-bottom: 1px solid #E2E7EE;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .tbp-selectbox__list--dropdown .tbp-selectbox__item:after {
    opacity: 0;
    display: inline-block;
    content: "";
    background-image: url(../img/tick-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .tbp-selectbox__list--dropdown .tbp-selectbox__item:last-child {
    border-bottom: 0; }
  .tbp-selectbox__list--dropdown .tbp-selectbox__item:hover {
    background-color: rgba(241, 244, 248, 0.5); }

.tbp-selectbox__list--dropdown--open {
  display: block; }

.tbp-selectbox--open .tbp-selectbox__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.tbp-selectbox__input--option-selected:not(.tbp-selectbox__item--disabled) {
  background-color: #F1F4F8;
  color: #4B7B8B; }
  .tbp-selectbox__input--option-selected:not(.tbp-selectbox__item--disabled):after {
    opacity: 1; }

.tbp-date-picker {
  cursor: pointer; }

.pika-lendar {
  width: 300px; }

.pika-label {
  color: #6A7086; }

.pika-single {
  z-index: 10; }

.pika-single.is-bound {
  margin-top: 5px;
  border: 1px solid #DFE3E9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08); }

.pika-title {
  border-bottom: 1px solid #DFE3E9;
  margin-bottom: 20px;
  padding-bottom: 5px; }

.pika-table {
  margin-bottom: 0; }

.pika-table abbr {
  text-decoration: none;
  color: #6A7086;
  font-weight: 400;
  display: block;
  cursor: default; }

.pika-lendar table tbody tr:nth-child(even), .pika-lendar table tfoot, .pika-lendar table thead, .pika-lendar table tbody, .pika-lendar table tfoot, .pika-lendar table thead {
  background-color: #ffffff !important;
  border: none !important; }

.pika-table td {
  padding-bottom: 10px; }

.pika-button {
  background: #ffffff;
  height: 28px;
  width: 28px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: #6A7086;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.is-today .pika-button {
  color: #6A7086; }

.pika-button:hover {
  color: #6A7086;
  border-radius: 50%;
  background: rgba(241, 244, 248, 0.5); }

.is-selected .pika-button {
  color: #ffffff;
  background: #8FC4C5;
  box-shadow: none;
  border-radius: 50%; }

.tbp-textfield:focus, .tbp-textarea:focus {
  position: relative;
  outline: 0;
  box-shadow: 0px 0px 0 1px #91C4C4;
  border-color: #91C4C4; }

.tbp-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 300px;
  padding-top: 10px; }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative; }

/* Wrapper for all connect elements.
*/
.noUi-connects {
  overflow: hidden; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -7px;
  cursor: pointer; }

.noUi-vertical {
  width: 4px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto; }

.noUi-target {
  background: #d9e0e8;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 20px; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #91C4C4; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 3px solid #91C4C4;
  cursor: default;
  outline: 0; }

.noUi-active {
  background-color: #91C4C4; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.tbp-file-uploader__icon {
  width: 9px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px; }

.tbp-file-uploader__text {
  font-size: 15px;
  vertical-align: middle;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity; }
  .tbp-file-uploader__text:hover {
    opacity: 0.8; }

input.tbp-file-uploader__input {
  display: none; }

.tbp-file-uploader__remove {
  display: none;
  vertical-align: middle;
  margin-left: 2px;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity; }
  .tbp-file-uploader__remove.is-visible {
    display: inline-block; }
  .tbp-file-uploader__remove:focus {
    outline: 0; }
  .tbp-file-uploader__remove:hover {
    opacity: 0.7; }

.tbp-file-uploader__remove-icon {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  display: inline-block; }

.card-brand-widget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 300px;
  max-height: 300px;
  position: relative; }
  .card-brand-widget:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .card-brand-widget > .card-brand-widget__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.card-brand-widget__inner {
  background: #ffffff;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 12px;
  overlow: hidden; }

.card-brand-widget__logo-wrap {
  position: relative;
  height: 100px;
  overflow: hidden; }

.card-brand-widget__logo-link:hover, .card-brand-widget__logo-link:focus, .card-brand-widget__logo-link:active {
  text-decoration: none; }

.card-brand-widget__logo {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  max-width: 170px;
  max-height: 100%; }

.card-brand-widget__logo-text {
  text-align: center;
  color: #4A4A4A;
  line-height: 1.3;
  font-weight: 800;
  font-size: 23px;
  max-width: 200px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  word-wrap: break-word;
  overflow: hidden; }

.card-brand-widget__bottom-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px; }

.card-brand-widget__view-profile-link {
  float: left;
  color: #4A4A4A;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .card-brand-widget__view-profile-link:hover, .card-brand-widget__view-profile-link:focus {
    color: #4A4A4A;
    text-decoration: none; }
  .card-brand-widget__view-profile-link:hover {
    opacity: 0.8; }

.card-brand-widget__view-profile-link-icon {
  width: 18px;
  height: 17px;
  margin-right: 5px; }

.card-brand-widget__view-profile-link-text {
  font-size: 13px;
  font-weight: 700; }

.card-brand-widget__collab-count {
  float: right;
  color: #4A4A4A;
  font-size: 13px; }

.card-brand-widget__genres-list {
  list-style: none;
  margin: 0;
  margin-top: 25px;
  text-align: center; }

.card-brand-widget__genre-item {
  display: inline-block;
  border: 2px solid #558696;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 12px;
  color: #558696;
  font-weight: bold;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 8px; }

.card-collab {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  perspective: 1000px;
  position: relative; }
  .card-collab:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .card-collab > .card-collab__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.card-collab--featured {
  max-width: none;
  position: relative; }
  .card-collab--featured:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.77345%; }
  .card-collab--featured > .card-collab__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.card-collab__front-wrapper, .card-collab__back-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5); }

.card-collab__front-wrapper {
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff; }

.card-collab__back-wrapper {
  background-color: #ffffff;
  transform: rotateY(180deg);
  overflow: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: left; }

.card-collab__front-logo-wrap {
  position: absolute;
  top: 20px;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  height: 45px;
  width: 85%;
  pointer-events: none; }
  @media only screen and (min-width: 40em) {
    .card-collab__front-logo-wrap {
      top: 25px;
      max-height: 65px; } }
  @media only screen and (min-width: 64em) {
    .card-collab__front-logo-wrap {
      top: 45px;
      max-height: 65px; } }

.card-collab__front-logo-text {
  margin: 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 1px 2px 4px #000000;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  max-height: 56px;
  overflow: hidden; }
  @media only screen and (min-width: 30em) {
    .card-collab__front-logo-text {
      font-size: 23px; } }

.card-collab__front-logo-img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.card-collab__front-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 1px 2px 4px #000000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px; }
  @media only screen and (min-width: 40em) {
    .card-collab__front-title {
      font-size: 17px;
      bottom: 75px; } }

.card-collab__front-req-wrap {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 10px;
  overflow: hidden;
  height: 50px; }
  .card-collab__front-req-wrap:before {
    content: '';
    width: 90%;
    max-width: 210px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 30em) {
    .card-collab__front-req-wrap {
      height: 60px; } }

.card-collab__front-req-list {
  text-align: center;
  margin: 0;
  padding: 0; }

.card-collab__front-req-item {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  padding-left: 2px;
  padding-right: 2px; }
  @media only screen and (min-width: 30em) {
    .card-collab__front-req-item {
      font-size: 12px;
      padding-left: 4px;
      padding-right: 4px; } }

.card-wdget__front-req-text {
  position: relative;
  margin-top: 2px;
  display: block;
  text-shadow: 1px 2px 4px #000000; }

.card-collab__front-req-icon-new {
  display: block;
  margin-left: auto;
  margin-right: auto;
  zoom: 0.8; }
  @media only screen and (min-width: 30em) {
    .card-collab__front-req-icon-new {
      zoom: 1; } }

.card-collab__front-darken-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  border-radius: 3px; }

.card-collab__front-manage-actions-btn {
  pointer-events: none;
  position: relative;
  display: table;
  width: 50%;
  height: 50%;
  float: left;
  text-align: center; }
  .card-collab__front-manage-actions-btn:hover, .card-collab__front-manage-actions-btn:focus {
    outline: 0;
    text-decoration: none; }

.card-collab__front-manage-actions {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .card-collab__front-manage-actions:hover {
    opacity: 1; }
    .card-collab__front-manage-actions:hover .card-collab__front-manage-actions-btn {
      pointer-events: auto; }

.card-collab__front-manage-actions-btn-inner {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .card-collab__front-manage-actions-btn-inner:hover {
    opacity: 0.7; }

.card-collab__front-manage-actions-btn-icon {
  width: 20px;
  height: 20px; }
  @media only screen and (min-width: 30em) {
    .card-collab__front-manage-actions-btn-icon {
      width: 30px;
      height: 30px; } }

.card-collab__front-manage-actions-btn-text {
  display: block;
  font-size: 12px;
  margin-top: 5px; }
  .card-collab__front-manage-actions-btn-text:hover, .card-collab__front-manage-actions-btn-text:focus {
    outline: 0;
    text-decoration: none; }
  @media only screen and (min-width: 30em) {
    .card-collab__front-manage-actions-btn-text {
      font-size: 14px; } }

.card-collab__back-small-logo {
  pointer-events: none;
  margin-bottom: 5px;
  max-height: 35px;
  max-width: 80%;
  margin-top: 5px; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-small-logo {
      max-height: 22px;
      margin-bottom: 0; } }

.card-collab__back-header {
  position: relative;
  display: table;
  background-color: #F7F8F8;
  padding-left: 13px;
  padding-right: 13px;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-header {
      height: 87px; } }

.card-collab__back-header-content {
  display: table-cell;
  vertical-align: middle; }

.card-collab__back-title {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
  color: #6A7086;
  margin-right: 20px;
  font-weight: 700; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-title {
      font-size: 15px;
      margin-top: 0;
      padding-right: 20px; } }

.card-collab__back-by-brand {
  font-size: 12px; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-by-brand {
      margin: 0; } }

.card-collab__back-requirements tbody,
.card-collab__back-requirements tfoot,
.card-collab__back-requirements thead,
.card-collab__back-requirements tbody tr {
  background-color: transparent !important;
  border: none !important; }

.card-collab__back-row, .card-collab__back-requirements tbody tr {
  border-bottom: 1px solid #D8D8D8 !important; }

.card-collab__back-requirements-wrap {
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
  min-height: 160px; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-requirements-wrap {
      margin-top: 0;
      margin-left: 15px;
      margin-right: 15px; } }

.card-collab__back-requirements {
  margin-top: 3px; }

.card-collab__back-row:last-child {
  border-bottom: 0 !important; }

.card-collab__back-heading {
  font-size: 12px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-right: 5px;
  white-space: nowrap; }

.card-collab__back-unflip, .card-collab__front-flip {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  fill: #6A7086;
  z-index: 1; }
  .card-collab__back-unflip:hover, .card-collab__back-unflip:focus, .card-collab__front-flip:hover, .card-collab__front-flip:focus {
    opacity: 0.8; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-unflip, .card-collab__front-flip {
      display: block; } }

.card-collab__front-flip {
  fill: #ffffff; }

.card-collab__back-data {
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
  white-space: nowrap;
  text-align: left; }

.card-collab__back-data-text {
  float: left; }

.card-collab__back-data-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: #6A7086; }

.card-collab__back-payment-text {
  vertical-align: middle;
  margin-left: 5px; }

.card-collab__back-exp-wrap {
  display: inline-block;
  width: 50%;
  float: left;
  white-space: nowrap; }

.card-collab__back-footer {
  padding-bottom: 20px; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-footer {
      position: absolute;
      width: 100%;
      bottom: 14px;
      padding-bottom: 0; } }

.card-collab__back-exp {
  display: block;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 20px; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-exp {
      padding-left: 15px; } }

.card-collab__back-apply-cta-wrap {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 15px; }
  @media only screen and (min-width: 40em) {
    .card-collab__back-apply-cta-wrap {
      padding-right: 10px; } }

.card-collab__modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.card-collab__modal--open {
  visibility: visible; }

.card-collab__modal-inner {
  max-width: 330px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  left: -100px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.card-collab__modal--open .card-collab__modal-inner {
  left: 0;
  opacity: 1; }

.card-collab__modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 27px;
  z-index: 1; }
  .card-collab__modal-close:hover, .card-collab__modal-close:focus {
    outline: 0;
    box-shadow: 0; }

.card-collab__modal-close-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px; }
  .card-collab__modal-close-icon:before, .card-collab__modal-close-icon:after {
    position: absolute;
    left: 6px;
    content: '';
    height: 18px;
    width: 2px;
    background-color: #6A7086; }
  .card-collab__modal-close-icon:before {
    transform: rotate(45deg); }
  .card-collab__modal-close-icon:after {
    transform: rotate(-45deg); }

.card-collab__status {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 40em) {
    .card-collab__status {
      margin-bottom: 0; } }

.card-collab--is-active .card-collab__front-wrapper {
  transform: rotateY(180deg); }

.card-collab--is-active .card-collab__back-wrapper {
  transform: rotateY(360deg); }

@media only screen and (min-width: 75em) {
  .card-collab--clear-desktop:after {
    content: "";
    display: table;
    clear: both; } }

.card-collab__back-data-icon.svg--icon-commission {
  width: 17px;
  height: 17px; }

.card-collab__grid-large, .card-collab__grid-small {
  display: inline-block;
  float: left;
  margin-bottom: 6px;
  margin-right: 3px;
  margin-left: 3px; }
  @media only screen and (min-width: 40em) {
    .card-collab__grid-large, .card-collab__grid-small {
      margin-bottom: 30px;
      margin-left: 15px;
      margin-right: 15px; } }

.card-collab__grid-large {
  width: calc(100% - 6px); }
  @media only screen and (min-width: 40em) {
    .card-collab__grid-large {
      width: calc(100% - 30px); } }
  @media only screen and (min-width: 75em) {
    .card-collab__grid-large {
      width: calc(75% - 30px); } }

.card-collab__grid-small {
  width: calc(50% - 6px); }
  @media only screen and (min-width: 40em) {
    .card-collab__grid-small {
      width: calc(50% - 30px); } }
  @media only screen and (min-width: 61.25em) {
    .card-collab__grid-small {
      width: calc(33.33% - 30px); } }
  @media only screen and (min-width: 75em) {
    .card-collab__grid-small {
      width: calc(25% - 30px); } }

.card-blogger {
  position: relative;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3), 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3), 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3), 1px 1px 4px 1px rgba(0, 0, 0, 0.3); }

.card-blogger__avatar {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-color: #4A4A4A;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden; }

.card-blogger__shortlist-btn-wrap {
  position: absolute;
  top: 10px;
  right: 10px; }

.card-blogger__shortlist-btn {
  display: block; }
  .card-blogger__shortlist-btn:hover, .card-blogger__shortlist-btn:focus {
    outline: 0; }

.card-blogger__shortlist-btn-icon {
  display: block;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .card-blogger__shortlist-btn-icon:hover {
    opacity: 0.8; }

.card-blogger__avatar-content {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-align: center;
  color: #ffffff; }

.card-blogger__avatar-name {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1px 2px 4px #000000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px; }

.card-blogger__avatar-location {
  display: block;
  text-shadow: 1px 2px 4px #000000;
  font-size: 13px;
  margin-bottom: 4px; }

.card-blogger__avatar-actions {
  margin: 0; }

.card-blogger__avatar-action {
  display: inline-block;
  list-style: none;
  font-size: 13px;
  position: relative;
  padding: 0 10px;
  margin: 0; }
  .card-blogger__avatar-action:last-child:after {
    display: none; }

.card-blogger__avatar-action-link {
  color: #ffffff;
  padding: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .card-blogger__avatar-action-link:hover, .card-blogger__avatar-action-link:focus {
    outline: 0;
    text-decoration: none;
    color: #ffffff; }
  .card-blogger__avatar-action-link:hover {
    opacity: 0.8; }

.card-blogger__avatar-action-icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin-bottom: -2px; }

.card-blogger__avatar-clickthrough {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.card-blogger__avatar-darken-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0.2) 63%, #000000 100%, rgba(0, 0, 0, 0.57) 100%, rgba(0, 0, 0, 0.59) 100%, rgba(0, 0, 0, 0.52) 100%); }

.card-blogger__stat-list {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
  white-space: nowrap;
  height: 88px;
  overflow: hidden; }

.card-blogger__stat-item {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0; }
  .card-blogger__stat-item:hover, .card-blogger__stat-item:focus, .card-blogger__stat-item:active {
    outline: 0;
    text-decoration: none; }
  .card-blogger__stat-item:first-child {
    margin-left: 0; }
  .card-blogger__stat-item:last-child {
    margin-right: 0; }

.card-blogger__stat-icon {
  display: block;
  margin-left: auto;
  margin-right: auto !important;
  margin-bottom: 5px;
  width: 18px;
  height: 18px; }

.card-blogger__stat-text {
  color: #4A4A4A;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700; }

.card-blogger__action-btn {
  width: 50%;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  border-top: 1px solid rgba(106, 112, 134, 0.25);
  border-right: 1px solid rgba(106, 112, 134, 0.25);
  padding: 16px 5px;
  font-size: 13px;
  color: #4A4A4A;
  font-weight: 700;
  text-align: center; }
  .card-blogger__action-btn:last-child {
    border-right: 0; }

a.card-blogger__action-btn {
  cursor: pointer;
  color: #4A4A4A;
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -ms-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in; }
  a.card-blogger__action-btn:hover {
    background-color: rgba(241, 244, 248, 0.5);
    color: inital; }
  a.card-blogger__action-btn:hover, a.card-blogger__action-btn:focus {
    outline: 0;
    text-decoration: none; }

.card-blogger__action-icon {
  width: 21px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px; }

a.card-blogger__stat-item--twitter {
  color: #4099ff; }

a.card-blogger__stat-item--facebook {
  color: #3b5998; }

a.card-blogger__stat-item--youtube {
  color: #FF0000; }

a.card-blogger__stat-item--instagram {
  color: #cd486b; }

.card-blogger__stat-item--blog {
  color: #4A4A4A; }

.card-blogger__stat-icon--er-crown {
  color: #F5A623;
  width: 17px;
  height: 17px; }

a.card-blogger__action-btn--accept, span.card-blogger__action-btn--accept {
  color: #4B7B8B; }

a.card-blogger__action-btn--reject, span.card-blogger__action-btn--reject {
  color: #A76262; }

.card-blogger__action-btn--large {
  width: 50%; }

.card-blogger__avatar-actions--simple:after {
  display: none; }

.card-blogger__avatar-actions--simple .card-blogger__avatar-action {
  padding: 0 5px; }

.card-blogger__avatar-action-icon--small {
  width: 13px;
  height: 13px; }

.card-blogger__shortlist-btn-icon--saved:hover {
  opacity: 1; }

.card-blogger--expired {
  cursor: not-allowed; }
  .card-blogger--expired * {
    pointer-events: none; }

.card-collab--large {
  position: relative; }
  .card-collab--large:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.77345%; }
  .card-collab--large > .card-large-widget__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.card-collab--large .card-collab__front-wrapper {
  padding: 10px; }
  @media only screen and (min-width: 30em) {
    .card-collab--large .card-collab__front-wrapper {
      padding: 25px 15px; } }
  @media only screen and (min-width: 61.25em) {
    .card-collab--large .card-collab__front-wrapper {
      padding: 40px 35px; } }

.card-collab--large .card-collab__front-wrapper {
  cursor: auto;
  color: #ffffff; }

.card-collab--large__logo {
  position: relative;
  display: inline-block;
  float: left;
  max-width: 30px;
  margin-right: 15px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__logo {
      max-width: 50px; } }
  @media only screen and (min-width: 40em) {
    .card-collab--large__logo {
      max-width: 100px;
      margin-right: 30px; } }
  @media only screen and (min-width: 48em) {
    .card-collab--large__logo {
      max-width: 200px;
      max-height: 100px; } }

.card-collab--large__content-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__content-wrapper {
      width: calc(100% - (50px + 15px)); } }
  @media only screen and (min-width: 40em) {
    .card-collab--large__content-wrapper {
      width: calc(100% - (100px + 30px)); } }
  @media only screen and (min-width: 48em) {
    .card-collab--large__content-wrapper {
      width: calc(100% - (200px + 30px)); } }

.inner-wrapper {
  height: 100%; }

.card-collab--large__title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  max-width: 410px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 40em) {
    .card-collab--large__title {
      font-size: 20px; } }
  @media only screen and (min-width: 48em) {
    .card-collab--large__title {
      font-size: 25px; } }
  @media only screen and (min-width: 61.25em) {
    .card-collab--large__title {
      font-size: 30px; } }

.card-collab--large__desc {
  margin-bottom: 20px;
  font-size: 14px; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__desc {
      font-size: 18px; } }

.card-collab--large__apply {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 39.938em) {
    .card-collab--large__apply {
      float: left;
      font-size: 13px;
      padding: 6px 14px;
      text-align: center;
      margin-top: 5px; } }

.card-collab--large__requirements tbody,
.card-collab--large__requirements tfoot,
.card-collab--large__requirements thead,
.card-collab--large__requirements tbody tr {
  background-color: transparent !important;
  border: none !important; }

.card-collab--large__requirements-row, .card-collab--large__requirements tbody tr {
  border: none !important; }

.card-collab--large__requirements-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-bottom: 12px; }
  @media only screen and (min-width: 48em) {
    .card-collab--large__requirements-wrap {
      max-width: 385px;
      padding-top: 10px;
      margin-bottom: 15px; } }

.card-collab--large__requirements {
  margin-top: 3px;
  margin-bottom: 3px; }
  @media only screen and (min-width: 48em) {
    .card-collab--large__requirements {
      margin-bottom: 15px; } }

.card-collab--large__requirements-heading {
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 5px;
  white-space: nowrap;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 48em) {
    .card-collab--large__requirements-heading {
      font-size: 14px;
      padding-bottom: 5px;
      padding-top: 5px; } }

.card-collab--large__requirements-text {
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 10px;
  white-space: nowrap;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 48em) {
    .card-collab--large__requirements-text {
      font-size: 17px;
      padding-bottom: 5px;
      padding-top: 5px; } }

.card-collab--large__requirements-payment-text {
  vertical-align: middle;
  margin-left: 5px; }

.card-collab--large__requirements-row:last-child {
  border-bottom: 0 !important; }

.card-collab--large__requirements-icon {
  display: inline-block;
  vertical-align: middle;
  zoom: 0.8; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__requirements-icon {
      zoom: 1; } }

@media only screen and (max-width: 39.938em) {
  .card-collab--large__front-req-wrap {
    width: 80%;
    float: left;
    margin: auto;
    overflow: hidden; } }

.card-collab--large__front-req-list {
  margin: 0;
  padding: 0; }

.card-collab--large__front-req-item {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  padding-left: 2px;
  padding-right: 2px; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__front-req-item {
      font-size: 12px;
      padding-left: 4px;
      padding-right: 4px; } }

.card-collab--large__front-req-text {
  position: relative;
  margin-top: 2px;
  display: block;
  text-align: center;
  text-shadow: 1px 2px 4px #000000; }

.card-collab--large__front-req-icon-new {
  display: block;
  margin-left: auto;
  margin-right: auto;
  zoom: 0.8; }
  @media only screen and (min-width: 40em) {
    .card-collab--large__front-req-icon-new {
      zoom: 1; } }

.card-collab--large__footer-wrapper {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__footer-wrapper {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      bottom: auto; } }
  @media only screen and (min-width: 40em) {
    .card-collab--large__footer-wrapper {
      width: calc(100% - (100px + 30px)); } }

.card-collab--large__requirements-inner, .card-collab__back-data-inner {
  float: left; }

.card-collab--large__title--desktop {
  display: none; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__title--desktop {
      display: block; } }

.card-collab--large__title--mobile {
  display: inline-block;
  float: left;
  width: calc(100% - 65px);
  position: relative;
  margin-top: 0; }
  @media only screen and (min-width: 30em) {
    .card-collab--large__title--mobile {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 30em) {
    .card-collab--large__title--mobile {
      display: none; } }

.collab-details {
  margin-top: 50px;
  font-family: "Lato", sans-serif; }

@media only screen and (min-width: 40em) {
  .collab-details__top-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px; } }

.collab-details__section-title {
  font-size: 20px;
  color: #6A7086;
  margin-top: 0;
  margin-bottom: 15px; }

.collab-details__top-by-brand {
  display: block;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity; }
  .collab-details__top-by-brand:hover, .collab-details__top-by-brand:focus {
    text-decoration: none;
    color: #6A7086;
    opacity: 0.8; }

.collab-details__top-logo-clickthrough:hover, .collab-details__top-logo-clickthrough:focus {
  text-decoration: none; }

.collab-details__top-logo-img {
  max-width: 170px;
  max-height: 100px; }
  @media only screen and (min-width: 64em) {
    .collab-details__top-logo-img {
      display: inline-block; } }

.collab-details__top-title-wrap {
  vertical-align: bottom;
  margin-top: 10px; }
  @media only screen and (min-width: 64em) {
    .collab-details__top-title-wrap {
      display: inline-block;
      padding-left: 20px;
      margin-top: 0;
      width: 75%;
      bottom: 5px; } }

.collab-details__top-title {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #6A7086;
  vertical-align: middle;
  margin-right: 10px; }

.tbp-toggle {
  display: inline-block; }

.collab-details__top-details-list {
  margin: 0;
  margin-top: 17px;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none; }
  @media only screen and (min-width: 40em) {
    .collab-details__top-details-list {
      border-top: 1px solid #E3E3E3;
      border-bottom: 1px solid #E3E3E3; } }

.collab-details__top-details-item {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(227, 227, 227, 0.5); }
  .collab-details__top-details-item:last-child {
    border-bottom: 0; }
  @media only screen and (min-width: 40em) {
    .collab-details__top-details-item {
      width: 50%;
      padding-bottom: 0;
      border-bottom: 0; } }
  @media only screen and (min-width: 61.25em) {
    .collab-details__top-details-item {
      width: 25%;
      margin-bottom: 0; } }

.collab-details__top-details-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: #6A7086;
  margin-right: 3px;
  margin-top: -3px; }

.collab-details__top-details-title {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px; }

.collab-details__top-details-text {
  display: block;
  font-size: 15px;
  margin-right: 30px;
  margin-bottom: 5px;
  color: #726F7B; }

.collab-details__top-details-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  fill: #6A7086;
  opacity: 0.6;
  margin-right: 8px; }

.collab-details__breif-desc {
  font-size: 15px;
  margin-bottom: 30px;
  margin-right: 50px;
  color: #726F7B; }
  .collab-details__breif-desc p {
    margin-bottom: 15px; }

@media only screen and (min-width: 48em) {
  .col-sm-6.collab-details__content-right-col {
    padding-left: 0; } }

.collab-details__content-details-row {
  margin-bottom: 15px; }

.collab-details__content-details-wrap {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3; }

.collab-details__content-details-title {
  margin: 0;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 15px;
  color: #6A7086; }

.collab-details__content-details-text {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #726F7B;
  margin-right: 20px; }

.collab-details__content-details-link {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #726F7B;
  margin-right: 20px;
  text-decoration: underline;
  -webkit-transition: 0.3s opacity ease-in;
  -moz-transition: 0.3s opacity ease-in;
  -ms-transition: 0.3s opacity ease-in;
  -o-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in; }
  .collab-details__content-details-link:hover, .collab-details__content-details-link:focus {
    color: #726F7B;
    opacity: 0.8; }

.collab-details__content-details-optional {
  font-size: 13px;
  font-style: italic; }

@media only screen and (min-width: 48em) {
  .collab-details__content-details-social-wrap {
    padding-left: 0 !important; } }

.collab-details__content-details-icon-wrap {
  display: inline-block;
  float: left;
  width: 25px;
  margin-top: 3px; }

.collab-details__content-details-icon {
  width: 16px;
  height: 16px; }

.collab-details__content-details-text-wrap {
  display: inline-block;
  float: left;
  width: calc(100% - 25px);
  margin-bottom: 20px; }

.collab-details__requirements-title {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  color: #6A7086; }

.collab-details__requirements-sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  color: #6A7086; }

.collab-details__requirements-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #726F7B; }

.card-blogger-widget__requirements-icon {
  display: inline-block;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  margin-bottom: -2px; }

.card-blogger-widget__requirements-social-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle; }

.collab-details__content-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3E3E3; }

.collab-details__bottom-draft-text {
  margin-top: 7px;
  margin-bottom: 25px;
  font-size: 15px; }

.collab-details__bottom-draft-link {
  color: #4B7B8B;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .collab-details__bottom-draft-link:hover {
    opacity: 0.8; }
  .collab-details__bottom-draft-link:hover, .collab-details__bottom-draft-link:focus, .collab-details__bottom-draft-link:active {
    color: #4B7B8B; }

.collab-details__bottom-actions-row {
  text-align: right; }
  @media only screen and (min-width: 40em) {
    .collab-details__bottom-actions-row {
      padding-left: 0 !important; } }

.collab-details__bottom-action-btn {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: left;
  padding: 8px 15px; }
  .collab-details__bottom-action-btn:focus {
    outline: 0; }
  .collab-details__bottom-action-btn:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 40em) {
    .collab-details__bottom-action-btn {
      width: auto;
      display: inline-block; } }

.collab-details__bottom-edit-wrapper {
  margin-top: 10px; }
  @media only screen and (min-width: 61.25em) {
    .collab-details__bottom-edit-wrapper {
      margin-top: 0;
      text-align: right; } }

@media only screen and (min-width: 40em) {
  .collab-details__bottom-edit-wrapper .collab-details__bottom-action-btn {
    max-width: 130px;
    width: 100%; } }

.collab-details__bottom-action-btn--small {
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .collab-details__bottom-action-btn--small {
      display: inline-block;
      width: 130px; } }

.collab-details__bottom-action-icon {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  opacity: 0.8; }

.collab-details__bottom-action-text {
  margin-bottom: 0;
  margin-top: 8px; }

.collab-details__bottom-action-text-link {
  color: #4B7B8B;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  display: block; }
  .collab-details__bottom-action-text-link:hover {
    color: #4B7B8B;
    opacity: 0.8; }
  @media only screen and (min-width: 40em) {
    .collab-details__bottom-action-text-link {
      margin-left: 5px;
      display: inline-block; } }

.collab-details__preview {
  margin-bottom: 50px;
  display: none; }
  @media only screen and (min-width: 48em) {
    .collab-details__preview {
      display: block; } }

.collab-details__preview-card {
  max-width: 260px; }

.collab-details__preview-actions {
  margin-top: 15px; }

.collab-details__preview-btn {
  display: none;
  color: #477E82;
  margin-bottom: 5px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  @media only screen and (min-width: 64em) {
    .collab-details__preview-btn {
      display: block; } }
  .collab-details__preview-btn:hover, .collab-details__preview-btn:focus {
    color: #477E82;
    opacity: 0.8;
    outline: 0; }

.collab-details__preview-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px; }

.collab-details__preview-text {
  font-size: 15px;
  text-decoration: underline; }

.tbp-modal__genre {
  margin-bottom: 40px; }

.collab-details__top-details-budget {
  font-size: 13px; }

.collab-details__content-details-icon--facebook {
  width: 8px;
  height: 16px; }

.collab-details__content-details-icon--facebook, .card-blogger-widget__requirements-social-icon--facebook {
  color: #3b5998; }

.collab-details__content-details-icon--twitter, .card-blogger-widget__requirements-social-icon--twitter {
  color: #4099ff; }

.collab-details__content-details-icon--instagram, .card-blogger-widget__requirements-social-icon--instagram {
  color: #cd486b; }

.collab-details__content-details-icon--youtube, .card-blogger-widget__requirements-social-icon--youtube {
  color: #FF0000; }

.card-blogger-widget__requirements-social-icon--total-reach {
  width: 19px;
  height: 19px;
  margin-bottom: 3px; }

.collab-details__requirements-row--social .collab-details__requirements-text {
  margin-top: 0;
  margin-bottom: 15px; }
  .collab-details__requirements-row--social .collab-details__requirements-text:last-child {
    margin-bottom: 20px; }

.collab-details__content-details-icon--live-date {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  fill: #6A7086;
  opacity: 0.6;
  margin-right: 8px; }

.collab-details__content-details-text--live-date {
  display: inline-block;
  color: #726F7B; }

.collab-details__bottom-action-btn--center {
  text-align: center; }

.collab-details__top-details-item-icon.svg--icon-commission {
  width: 17px;
  height: 17px; }

.collab-details__top-details-text--comp {
  margin-right: 10px;
  display: inline-block; }

.manage-opportunities__sortby-wrapper {
  margin-top: 10px; }
  @media only screen and (min-width: 48em) {
    .manage-opportunities__sortby-wrapper {
      margin-top: 0; } }

.manage-opportunities__top-wrapper {
  margin-top: 15px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 47.938em) {
    .manage-opportunities__top-wrapper {
      text-align: center; } }

@media only screen and (max-width: 47.938em) {
  .manage-opportunities__top-col {
    padding-left: 0 !important; } }

.manage-opportunities__results .tbp-toggle {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 48em) {
    .manage-opportunities__results .tbp-toggle {
      margin-bottom: 0; } }

.manage-opportunities__create-btn {
  font-size: 14px;
  font-weight: 700; }

.manage-opportunities__create-btn-icon {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  margin-bottom: -1px;
  color: #ffffff; }

.c-login {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }

.c-login-form {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F1F4F8;
  border: 1px solid #E2E7EE;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6); }

.c-login-form__header {
  text-align: center;
  margin-bottom: 25px; }

.c-login-form__headline {
  margin-top: 0;
  margin-bottom: 5px;
  color: #4A4A4A;
  font-size: 25px;
  font-weight: 700; }

.c-login-form__text {
  font-size: 15px;
  margin: 0;
  color: #4A4A4A; }

.c-login-form__form, .c-login-form__errors, .c-login-form__providers {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto; }

.c-login-form__form-label-link {
  float: right;
  font-size: 13px;
  color: #4A4A4A;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .c-login-form__form-label-link:hover, .c-login-form__form-label-link:focus {
    outline: 0;
    color: #4A4A4A; }
  .c-login-form__form-label-link:hover {
    opacity: 0.8; }

.c-login-form__submit {
  display: block;
  padding: 8px 28px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto; }

.c-login-form__providers {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px; }

.c-login-form__providers-link {
  display: inline-block;
  width: calc(50% - 12px);
  float: left;
  margin-right: 6px;
  margin-left: 6px;
  margin-top: 12px;
  color: #ffffff;
  padding: 9px 15px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in; }
  .c-login-form__providers-link:hover, .c-login-form__providers-link:focus {
    outline: 0;
    text-decoration: none;
    color: #ffffff; }

.c-login-form__social-icon {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px; }

.c-login-form__signup {
  border-top: 1px solid #e0e0e0;
  margin-top: 25px;
  padding-top: 15px;
  text-align: center; }

.c-login-form__signup-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-decoration: underline;
  color: #4A4A4A;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .c-login-form__signup-link:after {
    content: '';
    position: absolute;
    height: 73%;
    width: 1px;
    background-color: #4A4A4A;
    right: -8px;
    top: 4px;
    margin: auto; }
  .c-login-form__signup-link:last-child:after {
    display: none; }
  .c-login-form__signup-link:hover, .c-login-form__signup-link:focus {
    outline: 0;
    color: #4A4A4A; }
  .c-login-form__signup-link:hover {
    opacity: 0.8; }

.c-login-form__providers-link--facebook {
  background-color: #3b5998; }
  .c-login-form__providers-link--facebook:hover {
    background-color: #344e86; }

.c-login-form__providers-link--twitter {
  background-color: #1DA1F2; }
  .c-login-form__providers-link--twitter:hover {
    background-color: #0d95e8; }

.c-login-form__providers-link--instagram {
  background-color: #5280a4; }
  .c-login-form__providers-link--instagram:hover {
    background-color: #4a7393; }

.c-login-form__providers-link--youtube {
  background-color: #FF0000; }
  .c-login-form__providers-link--youtube:hover {
    background-color: #e60000; }

.cr-collab-timeline {
  list-style: none;
  margin-top: calc(55px + 60px);
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.cr-collab-timeline__title {
  margin-left: auto;
  line-height: 1.2;
  position: absolute;
  bottom: 55px;
  margin-right: auto;
  display: block;
  left: 0;
  right: 0; }
  @media only screen and (min-width: 48em) {
    .cr-collab-timeline__title {
      font-size: 20px; } }

.cr-collab-timeline__wrap {
  display: inline-block;
  width: 40px;
  height: 40px; }

.cr-collab-timeline__item {
  position: relative;
  display: inline-block;
  width: 33.33%;
  float: left;
  margin: 0; }
  .cr-collab-timeline__item:not(:last-child):after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: #e5f0f0;
    left: 50%;
    bottom: 19px; }

.cr-collab-timeline__count {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #e5f0f0;
  border: 4px solid #e5f0f0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 1px;
  z-index: 1;
  text-align: center; }

.cr-collab-timeline__count-tick {
  display: none;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-color: #91C4C4; }

.cr-collab-timeline__item--active .cr-collab-timeline__count {
  background-color: #ffffff;
  border-color: #91C4C4;
  color: #477E82;
  font-weight: 700; }

.cr-collab-timeline__item--complete .cr-collab-timeline__count {
  background-color: #91C4C4;
  border-color: #91C4C4; }

.cr-collab-timeline__item--complete:not(:last-child):after {
  background-color: #91C4C4; }

.cr-collab-timeline__item--complete .cr-collab-timeline__title {
  display: none; }

.cr-collab-timeline__item--complete .cr-collab-timeline__count-tick {
  display: block; }

.cr-collab-form__brief-input {
  max-height: 550px;
  padding-bottom: 70px; }

.cr-collab-form__trial-info {
  position: absolute;
  display: inline;
  right: 9px;
  cursor: pointer; }

.cr-collab-form__trial-info-icon {
  width: 16px;
  height: 16px;
  float: right;
  color: #91C4C4;
  margin: 0;
  pointer-events: none;
  opacity: 0.6;
  -webkit-transition: 0.3s opacity ease-in;
  -moz-transition: 0.3s opacity ease-in;
  -ms-transition: 0.3s opacity ease-in;
  -o-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in; }
  .cr-collab-form__trial-info-icon:hover, .cr-collab-form__trial-info-icon:focus {
    opacity: 0.8; }

.cr-collab-form__selfhosted {
  display: none;
  margin-top: -10px; }
  @media only screen and (min-width: 61.25em) {
    .cr-collab-form__selfhosted {
      position: absolute; } }
  .cr-collab-form__selfhosted.is-visible {
    display: block; }
  .cr-collab-form__selfhosted .tbp-input-label--small {
    display: block; }

.cr-collab-form__selfhosted .cr-collab-form__checkbox {
  margin-bottom: 0; }

.cr-collab-form__trial-info-popup-link {
  text-decoration: underline;
  color: #ffffff;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .cr-collab-form__trial-info-popup-link:hover, .cr-collab-form__trial-info-popup-link:focus {
    color: #ffffff;
    opacity: 0.8; }

.cr-collab-form__label-icon {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle; }

.cr-collab-form__validation-msg {
  font-size: 12px;
  color: #D0021B;
  font-weight: 400;
  margin-left: 10px; }

.cr-collab-form__subheading {
  position: relative;
  bottom: 1px;
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
  color: #6A7086; }

.cr-collab-form__actions {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px; }

.cr-collab-form__actions-btn {
  font-size: 15px; }
  .cr-collab-form__actions-btn:not(:last-child) {
    margin-right: 15px; }

.cr-collab-form__actions-icon {
  width: 14px;
  height: 14px;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 15px; }

.cr-collab-form__paid-inputs {
  display: none; }
  .cr-collab-form__paid-inputs.is-visible {
    display: block;
    padding-left: 15px;
    padding-right: 15px; }

.cr-collab-form__datepicker {
  position: relative; }
  .cr-collab-form__datepicker .tbp-date-picker {
    padding-left: 45px; }
  .cr-collab-form__datepicker:before {
    content: '';
    background-image: url(../img/icon-calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    pointer-events: none; }
  .cr-collab-form__datepicker:after {
    content: '';
    background-image: url(../img/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease; }
  .cr-collab-form__datepicker.is-visible:after {
    transform: rotate(180deg); }

.cr-collab-form__paid-range-budget {
  float: left;
  display: inline-block;
  padding-left: 8px;
  width: 70%; }

.cr-collab-form__paid-currency {
  float: left;
  display: inline-block;
  width: 30%; }

.cr-collab-form__paid-range-input {
  visibility: hidden;
  width: 50%;
  float: left;
  display: inline-block; }
  .cr-collab-form__paid-range-input:focus {
    z-index: 2; }

.cr-collab-form__paid-inputs {
  display: none; }
  .cr-collab-form__paid-inputs.is-visible {
    display: inline-block; }
    .cr-collab-form__paid-inputs.is-visible .cr-collab-form__paid-range-input {
      visibility: visible; }

.cr-collab-form__input-publish-from, .cr-collab-form__input-publish-to {
  display: inline-block;
  width: 180px;
  float: left; }

.cr-collab-form__input-publish-from .tbp-date-picker {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0; }

.cr-collab-form__input-publish-to .tbp-date-picker {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.cr-collab-form__followers .tbp-input-status {
  margin-left: 21px; }

.cr-collab-form__followers .form-input-col {
  margin-bottom: 30px; }

.cr-collab-form__followers-icon {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: -8px;
  width: 19px;
  height: 17px; }

.create-collab-form__followers-input {
  display: inline-block;
  width: calc(100% - 50px);
  float: left; }
  @media only screen and (min-width: 48em) {
    .create-collab-form__followers-input {
      width: calc(100% - 21px); } }

.cr-collab-form__req-followers-row {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 15px; }

.cr-collab-form__req-followers-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__req-followers-label {
      left: -30px; } }

.cr-collab-form__min-followers-rule {
  opacity: 0;
  margin-bottom: 50px; }
  .cr-collab-form__min-followers-rule.is-visible {
    opacity: 1; }
  .cr-collab-form__min-followers-rule.is-disabled {
    opacity: 0; }

.cr-collab-form__radio {
  padding-left: 0; }
  .cr-collab-form__radio .tbp-radio__checkmark {
    margin-left: 0; }
  @media only screen and (max-width: 39.938em) {
    .cr-collab-form__radio .tbp-radio__checkmark {
      position: absolute;
      top: 5px; } }

.cr-collab-form__radio .tbp-checkbox__checkmark {
  margin-left: 0; }

.cr-collab-form__radio-text {
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px; }
  @media only screen and (max-width: 39.938em) {
    .cr-collab-form__radio-text {
      padding-left: 25px; } }

.cr-collab-form__radio-text-underline {
  text-decoration: underline; }

.cr-collab-form__checkbox {
  padding-left: 0; }

.cr-collab-form__checkbox-text {
  vertical-align: middle; }

.cr-collab-form__checkbox-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px; }

.cr-collab-form__req-followers {
  margin-top: 60px; }

.cr-collab-form__req-followers-per-platform, .cr-collab-form__req-followers-combined {
  border: 1px solid #E2E7EE;
  border-radius: 4px;
  margin-top: 10px;
  background-color: rgba(241, 244, 248, 0.5); }
  .cr-collab-form__req-followers-per-platform .form-input-col, .cr-collab-form__req-followers-combined .form-input-col {
    margin-top: 8px;
    margin-bottom: 8px; }
  .cr-collab-form__req-followers-per-platform.is-disabled, .cr-collab-form__req-followers-combined.is-disabled {
    cursor: pointer;
    opacity: 0.5; }

.cr-collab-form__req-followers-combined {
  padding: 15px; }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__req-followers-combined {
      padding: 15px 30px 30px 30px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: -1px; } }

.cr-collab-form__req-followers-per-platform {
  padding: 8px 15px; }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__req-followers-per-platform {
      padding: 15px 30px 30px 15px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

.cr-collab-form__actions-btn--back:hover .cr-collab-form__actions-icon {
  -webkit-animation: bounce_1 1s;
  -moz-animation: bounce_1 1s;
  -o-animation: bounce_1 1s;
  animation: bounce_1 1s; }

.cr-collab-form__actions-btn--back .cr-collab-form__actions-icon {
  margin-left: 0;
  margin-right: 30px; }

.cr-collab-form__actions-btn--forward:hover .cr-collab-form__actions-icon {
  -webkit-animation: bounce_2 1s;
  -moz-animation: bounce_2 1s;
  -o-animation: bounce_2 1s;
  animation: bounce_2 1s; }

.cr-collab-form__paid-range-input--min {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.cr-collab-form__paid-range-input--max {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.cr-collab-form__hashtags {
  background-color: #ffffff;
  position: absolute;
  bottom: 6px;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #e2e7ee;
  padding-top: 10px;
  padding-bottom: 10px; }

.cr-collab-form__hashtags-list {
  position: relative;
  display: inline-block;
  margin: 0;
  min-height: 31px;
  white-space: nowrap;
  overflow-x: auto;
  vertical-align: middle;
  max-width: 45%; }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__hashtags-list {
      max-width: 70%; } }
  @media only screen and (min-width: 64em) {
    .cr-collab-form__hashtags-list {
      max-width: 75%; } }

.cr-collab-form__hashtags-input {
  display: inline-block;
  max-width: calc(55%); }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__hashtags-input {
      max-width: calc(30%);
      font-size: 15px; } }
  @media only screen and (min-width: 64em) {
    .cr-collab-form__hashtags-input {
      max-width: calc(25%); } }

.cr-collab-form__hashtags-input-icon {
  width: 18px;
  height: 18px;
  color: #8F8F8F;
  opacity: 1;
  vertical-align: middle;
  margin-top: -2px; }

.cr-collab-form__hashtags-input-field {
  display: inline-block;
  height: 100%;
  width: calc(100% - 25px);
  border: none;
  padding: 0;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #8F8F8F; }
  .cr-collab-form__hashtags-input-field:hover, .cr-collab-form__hashtags-input-field:focus {
    outline: 0; }
  .cr-collab-form__hashtags-input-field::-webkit-input-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .cr-collab-form__hashtags-input-field:-moz-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .cr-collab-form__hashtags-input-field::-moz-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .cr-collab-form__hashtags-input-field:-ms-input-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .cr-collab-form__hashtags-input-field::-ms-input-placeholder {
    color: #6A7086;
    opacity: 0.5; }
  .cr-collab-form__hashtags-input-field::placeholder {
    color: #6A7086;
    opacity: 0.5; }
  @media only screen and (min-width: 61.25em) {
    .cr-collab-form__hashtags-input-field {
      font-size: 15px; } }

.cr-collab-form__hashtags-item {
  display: inline-block;
  background-color: #91C4C4;
  margin-right: 10px;
  color: white;
  padding: 5px 11px;
  border: 1px solid #5fa9a9;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 14px; }

.cr-collab-form__hashtags-remove-btn {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity; }
  .cr-collab-form__hashtags-remove-btn:hover {
    opacity: 0.7; }

.cr-collab-form__platforms {
  margin-top: 5px; }

.cr-collab-form__platforms-tabs {
  margin: 0; }

.cr-collab-form__platforms-tabs-item {
  display: inline-block;
  width: 20%;
  float: left;
  height: 48px;
  background: rgba(145, 196, 196, 0.1);
  border: 1px solid #DFE3E9;
  padding: 12px 10px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cr-collab-form__platforms-tabs-item:not(:last-child) {
    border-right: 0; }
  .cr-collab-form__platforms-tabs-item.is-visible {
    background: #ffffff;
    border-bottom: 0; }

.cr-collab-form__platforms-content {
  display: none;
  border: 1px solid #DFE3E9;
  border-top: 0;
  padding: 20px 12px; }
  .cr-collab-form__platforms-content.is-visible {
    display: block; }

.cr-collab-form__platforms-tabs-icon {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none; }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__platforms-tabs-icon {
      display: inline-block;
      margin-right: 8px;
      margin-left: 20px; } }

.cr-collab-form__platforms-tabs-text {
  display: none; }
  @media only screen and (min-width: 48em) {
    .cr-collab-form__platforms-tabs-text {
      display: inline-block;
      vertical-align: middle;
      pointer-events: none; } }

.cr-collab-form__platforms-inputs {
  display: none;
  border-top: 1px solid #DFE3E9;
  margin-top: 20px;
  padding-top: 20px; }
  .cr-collab-form__platforms-inputs * {
    visibility: hidden; }
  .cr-collab-form__platforms-inputs.is-visible {
    display: block; }
    .cr-collab-form__platforms-inputs.is-visible * {
      visibility: visible; }

.cr-collab-form__platforms-title {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 15px;
  color: #6A7086;
  margin-top: 11px;
  margin-bottom: 5px;
  margin-right: 25px;
  font-weight: 700;
  min-width: 300px; }

.cr-collab-form__platforms-required-selectbox {
  display: inline-block;
  float: left;
  width: 200px; }

.cr-collab-form__platforms-checkbox {
  margin-top: 20px;
  font-size: 15px; }
  @media only screen and (min-width: 61.25em) {
    .cr-collab-form__platforms-checkbox {
      margin-top: 35px; } }
  @media only screen and (min-width: 64em) {
    .cr-collab-form__platforms-checkbox {
      margin-left: 25px; } }

.dashboard-dash-nav {
  background-color: #F8F8F8;
  border-bottom: 1px solid #DFE3E9;
  padding-top: 25px;
  padding-bottom: 30px; }

.dashboard-dash-nav__label {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-weight: 400;
  font-size: 15px;
  vertical-align: middle; }

.dashboard-dash-nav__brand-switcher {
  display: inline-block;
  min-width: 220px;
  vertical-align: middle; }

.dashboard-dash-nav__right-button {
  display: block;
  color: #726F7B;
  margin-top: 9px;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  @media only screen and (min-width: 48em) {
    .dashboard-dash-nav__right-button {
      text-align: right; } }
  .dashboard-dash-nav__right-button:hover, .dashboard-dash-nav__right-button:focus {
    color: #726F7B;
    opacity: 0.8;
    text-decoration: none; }

.dashboard-dash-nav__right-button-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-90deg); }

.dashboard-dash-nav__right-button-text {
  font-size: 13px;
  text-decoration: underline; }

.brand-profile-overview__expanded {
  background-color: #F8F8F8;
  border-bottom: 1px solid #DFE3E9;
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }

.brand-profile-overview__expanded-inner {
  padding-top: 40px;
  padding-bottom: 20px; }

.brand-profile-overview__logo {
  max-width: 155px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .brand-profile-overview__logo {
      float: left;
      display: inline-block;
      margin-right: 0; } }

.brand-profile-overview__logo-inner {
  width: 155px;
  height: 155px;
  background-color: #F0F0F0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex; }

.brand-profile-overview__logo-img {
  display: block; }

.brand-profile-overview__text {
  margin-top: 20px; }
  @media only screen and (min-width: 48em) {
    .brand-profile-overview__text {
      width: calc(100% - 155px);
      float: left;
      display: inline-block;
      margin-top: 0;
      padding-left: 55px; } }

.brand-profile-overview__name {
  color: #4A4A4A;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px; }

.brand-profile-overview__edit-btn {
  margin-left: 5px;
  color: #4B7B8B;
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -ms-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease; }
  .brand-profile-overview__edit-btn:focus {
    outline: 0; }
  .brand-profile-overview__edit-btn:hover {
    color: #4B7B8B;
    text-decoration: none;
    opacity: 0.8; }

.brand-profile-overview__edit-btn-icon {
  width: 12px;
  height: 12px;
  margin-right: 3px; }

.brand-profile-overview__edit-btn-text {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline; }

.brand-profile-overview__genres {
  margin-bottom: 10px; }

.brand-profile-overview__genre {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #4A4A4A;
  margin: 0;
  padding-right: 10px; }
  .brand-profile-overview__genre:not(:last-child):after {
    content: '';
    height: 75%;
    width: 1px;
    background-color: #4A4A4A;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.brand-profile-overview__meta {
  margin-bottom: 5px; }

.brand-profile-overview__meta-item {
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  font-size: 15px;
  color: #9B9B9B; }

.brand-profile-overview__meta-link {
  color: #9B9B9B;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .brand-profile-overview__meta-link:hover, .brand-profile-overview__meta-link:focus {
    color: #9B9B9B;
    text-decoration: none;
    outline: 0; }
  .brand-profile-overview__meta-link:hover {
    opacity: 0.8; }

.brand-profile-overview__meta-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px; }

.brand-profile-overview__desc {
  color: #4A4A4A;
  font-size: 15px;
  max-width: 700px; }

.brand-profile-overview__social {
  margin: 0; }

.brand-profile-overview__social-item {
  display: inline-block;
  margin-top: 12px;
  margin-right: 20px; }

.brand-profile-overview__social-icon {
  width: 19px;
  height: 19px; }

.brand-profile-overview__toggle {
  padding: 5px 0;
  margin-top: 15px; }
  .brand-profile-overview__toggle:focus {
    outline: 0; }
  .brand-profile-overview__toggle:hover {
    opacity: 0.8; }

.brand-profile-overview__toggle-text {
  display: inline-block;
  text-align: left;
  min-width: 90px; }

.brand-profile-overview__toggle-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  color: #000000;
  opacity: 0.4;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out; }

.brand-profile-overview__toggle-text--when-visible {
  display: none; }

.brand-profile-overview__toggle.is-visible .brand-profile-overview__toggle-text--when-visible {
  display: inline-block; }

.brand-profile-overview__toggle.is-visible .brand-profile-overview__toggle-text--when-hidden {
  display: none; }

.brand-profile-overview__toggle.is-visible .brand-profile-overview__toggle-icon {
  transform: rotate(0); }

.brand-profile-overview__expanded.is-visible {
  display: block;
  height: auto; }

.app-management__top-wrapper {
  margin-top: 20px;
  margin-bottom: 25px; }

.app-management__top-pagination {
  display: inline-block;
  vertical-align: middle; }

.app-management__top-results-count {
  display: inline-block;
  vertical-align: middle; }

.default-sortby--applications-list .default-sortby__form {
  width: 200px;
  margin-top: 15px; }
  @media only screen and (min-width: 48em) {
    .default-sortby--applications-list .default-sortby__form {
      margin-top: 0; } }

.brand-dashboard-collabs {
  position: relative;
  margin-top: 40px;
  margin-bottom: 150px; }

.brand-dashboard-collabs__results .tbp-toggle {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 48em) {
    .brand-dashboard-collabs__results .tbp-toggle {
      margin-bottom: 0; } }

@media only screen and (min-width: 48em) {
  .brand-dashboard-collabs__menu, .brand-dashboard-collabs__results {
    display: inline-block;
    float: left; } }

@media only screen and (min-width: 48em) {
  .brand-dashboard-collabs__menu {
    width: 200px; } }

.brand-dashboard-collabs__results {
  margin-top: 30px; }
  @media only screen and (min-width: 48em) {
    .brand-dashboard-collabs__results {
      margin-top: 0;
      width: calc(100% - 200px);
      padding-left: 16px; } }

.brand-dashboard-collabs__results-row {
  margin-left: -3px;
  margin-right: -3px; }
  @media only screen and (min-width: 48em) {
    .brand-dashboard-collabs__results-row {
      margin-left: -8px;
      margin-right: -8px; } }

.brand-dashboard-collabs__results-grid {
  width: calc(50% - 6px);
  display: inline-block;
  float: left;
  margin-bottom: 6px;
  margin-right: 3px;
  margin-left: 3px; }
  @media only screen and (min-width: 48em) {
    .brand-dashboard-collabs__results-grid {
      width: calc(50% - 16px);
      margin-bottom: 30px;
      margin-right: 8px;
      margin-left: 8px; } }
  @media only screen and (min-width: 61.25em) {
    .brand-dashboard-collabs__results-grid {
      width: calc(33.33% - 16px); } }

.brand-dashboard-collabs__menu-list {
  list-style: none;
  margin: 0; }

.brand-dashboard-collabs__menu-list__menu-item {
  margin: 0; }

.brand-dashboard-collabs__menu-list__menu-link {
  display: block;
  width: 100%;
  padding: 7px 15px;
  font-size: 15px;
  color: #4A4A4A;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }
  .brand-dashboard-collabs__menu-list__menu-link:focus {
    outline: 0; }
  .brand-dashboard-collabs__menu-list__menu-link:focus, .brand-dashboard-collabs__menu-list__menu-link:hover {
    color: #4A4A4A;
    text-decoration: none; }
  .brand-dashboard-collabs__menu-list__menu-link:hover {
    opacity: 0.8; }

.brand-dashboard-collabs__menu-list__menu-counter {
  float: right;
  font-size: 14px; }

.brand-dashboard-collabs__menu-btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px; }

.brand-dashboard-collabs__menu-btn-icon {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  margin-bottom: -1px;
  color: #ffffff; }

.brand-dashboard-collabs__menu-msg {
  border-top: 1px solid #DFE3E9;
  border-bottom: 1px solid #DFE3E9;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.brand-dashboard-collabs__menu-msg-btn {
  color: #4B7B8B;
  vertical-align: middle;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .brand-dashboard-collabs__menu-msg-btn:hover, .brand-dashboard-collabs__menu-msg-btn:focus {
    color: #4B7B8B;
    opacity: 0.8;
    text-decoration: none; }

.brand-dashboard-collabs__menu-msg-icon {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  vertical-align: middle; }

.brand-dashboard-collabs__menu-msg-link {
  font-size: 15px;
  vertical-align: middle;
  text-decoration: underline;
  font-weight: 600;
  color: #4B7B8B;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }
  .brand-dashboard-collabs__menu-msg-link:focus, .brand-dashboard-collabs__menu-msg-link:hover {
    color: #4B7B8B; }
  .brand-dashboard-collabs__menu-msg-link:hover {
    opacity: 0.8; }

.brand-dashboard-collabs__menu-managers-title {
  font-size: 15px;
  color: #6A7086;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px; }

.brand-dashboard-collabs__menu-list__menu-item.is-active .brand-dashboard-collabs__menu-list__menu-link {
  background-color: rgba(145, 196, 196, 0.25);
  font-weight: 700; }

.agency-data {
  margin-bottom: 65px; }

.agency-data__header-title {
  font-size: 20px;
  color: #6A7086;
  margin: 0;
  margin-bottom: 12px;
  font-weight: 600; }

.agency-data__header-actions {
  margin-bottom: 15px; }
  @media only screen and (min-width: 48em) {
    .agency-data__header-actions {
      text-align: right;
      margin-bottom: 0; } }

.agency-data__header-link {
  font-size: 15px;
  text-align: left;
  min-width: 125px;
  display: inline-block;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .agency-data__header-link:not(:last-child) {
    margin-right: 25px; }
  .agency-data__header-link:hover, .agency-data__header-link:focus {
    text-decoration: none; }
  .agency-data__header-link:hover {
    color: #6A7086;
    opacity: 0.8; }

.agency-data__header-link-icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.80; }

.agency-data__header-text {
  text-decoration: underline;
  vertical-align: middle; }

.agency-data__results {
  min-height: .01%;
  overflow-x: auto;
  border: 1px solid #F8F8F8; }

.agency-data__table {
  width: 100%;
  margin: 0; }
  .agency-data__table tbody, .agency-data__table tfoot, .agency-data__table thead {
    border: none; }
  .agency-data__table thead {
    background: #f8f8f8;
    color: #4A4A4A; }
  .agency-data__table th {
    font-weight: 400;
    font-size: 14px;
    padding: 15px 30px;
    color: #4A4A4A; }
  .agency-data__table tbody tr {
    background-color: #ffffff !important;
    border-bottom: 1px solid #F8F8F8; }
  .agency-data__table td {
    padding: 25px 30px;
    color: #726F7B;
    white-space: nowrap;
    vertical-align: top; }

.agency-data__error-link {
  color: #4B7B8B;
  text-decoration: underline;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .agency-data__error-link:hover {
    color: #4B7B8B;
    opacity: 0.8; }

.agency-data__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.agency-data__logo-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #979797; }

.agency-data__brandname, .agency-data__managername {
  display: inline-block;
  white-space: initial;
  vertical-align: top; }

.agency-data__brandname {
  text-decoration: underline;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .agency-data__brandname:hover, .agency-data__brandname:focus {
    color: #726F7B; }
  .agency-data__brandname:hover {
    color: #726F7B;
    opacity: 0.8; }

.agency-data__link {
  display: block;
  text-decoration: underline;
  color: #726F7B;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .agency-data__link:hover {
    color: #726F7B;
    opacity: 0.8; }

.agency-data__action {
  margin-right: 70px;
  color: #726F7B;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .agency-data__action:last-child {
    margin-right: 0; }
  .agency-data__action:hover, .agency-data__action:focus {
    text-decoration: none; }
  .agency-data__action:hover {
    color: #726F7B;
    opacity: 0.8; }

.agency-data__action-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.agency-data__action-text {
  vertical-align: middle;
  text-decoration: underline;
  margin-left: 5px;
  font-size: 15px; }

.agency-data__header-link--cr-brand, .agency-data__header-link--new-member {
  color: #4B7B8B; }
  .agency-data__header-link--cr-brand:hover, .agency-data__header-link--new-member:hover {
    color: #4B7B8B; }

.agency-data__action--delete {
  color: #A76262; }
  .agency-data__action--delete:hover {
    color: #A76262; }

.cr-brand-form {
  margin-top: 20px; }

.cr-brand-form__textarea {
  min-height: 130px;
  max-height: 300px; }

@media only screen and (min-width: 48em) {
  .cr-brand-form__social .form-input-col {
    margin-bottom: 35px; } }

.cr-brand-form__social .tbp-input-status--bottom {
  bottom: 15px; }
  @media only screen and (max-width: 47.938em) {
    .cr-brand-form__social .tbp-input-status--bottom {
      position: static;
      margin-top: 5px; } }

.cr-brand-form__social-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.cr-brand-review__logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 20px; }

.cr-brand-review__label {
  display: block; }

.cr-brand-review__text {
  display: block;
  margin-bottom: 25px;
  color: #4A4A4A; }

.cr-brand-review__link {
  color: #4A4A4A;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .cr-brand-review__link:hover, .cr-brand-review__link:focus {
    color: #4A4A4A;
    text-decoration: none; }
  .cr-brand-review__link:hover {
    opacity: 0.8; }

.cr-brand-review__social {
  margin-top: 20px; }

.cr-brand-review__social-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.cr-brand-review__actions-btn {
  position: relative;
  width: 100%;
  min-width: 120px;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: left;
  padding: 8px 15px; }
  .cr-brand-review__actions-btn:focus {
    outline: 0; }
  .cr-brand-review__actions-btn:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 40em) {
    .cr-brand-review__actions-btn {
      width: auto;
      display: inline-block; } }

.cr-brand-review__actions-btn-icon {
  width: 14px;
  height: 14px;
  color: #ffffff;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 15px;
  float: right; }

.cr-brand-review__actions-btn--next:hover .narrow-form__form-submit-icon {
  -webkit-animation: bounce_2 1s;
  -moz-animation: bounce_2 1s;
  -o-animation: bounce_2 1s;
  animation: bounce_2 1s; }

.invite-acc-manager-form__errors {
  margin-top: 30px;
  margin-bottom: 0; }

.agency-overview {
  margin-top: 50px;
  margin-bottom: 30px; }

@media only screen and (min-width: 40em) {
  .agency-overview__logo, .agency-overview__meta {
    display: inline-block;
    padding-right: 35px;
    float: left; } }

.agency-overview__logo {
  max-width: 270px; }

.agency-overview__meta {
  margin-top: 20px; }
  @media only screen and (min-width: 40em) {
    .agency-overview__meta {
      width: calc(100% - 270px);
      margin-top: 0; } }

.agency-overview__link {
  color: #4B7B8B;
  text-decoration: underline; }
  .agency-overview__link:hover, .agency-overview__link:focus {
    color: #4B7B8B; }

.agency-overview__plan-popup {
  display: none;
  position: absolute;
  top: -25px;
  left: 95px;
  background: #ffffff;
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5)); }
  .agency-overview__plan-popup:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 13px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto; }

.agency-overview__plan-popup-link {
  display: block;
  font-size: 13px;
  color: #4B7B8B;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .agency-overview__plan-popup-link:not(:last-child) {
    margin-bottom: 10px; }
  .agency-overview__plan-popup-link:hover, .agency-overview__plan-popup-link:focus {
    text-decoration: none; }
  .agency-overview__plan-popup-link:hover {
    color: #4B7B8B;
    opacity: 0.8; }

.agency-overview__plan-popup-link-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px; }

.agency-overview__plan-popup-link-text {
  text-decoration: underline;
  vertical-align: middle; }

.agency-overview__name {
  font-size: 24px;
  font-weight: 700;
  color: #6A7086;
  margin: 0;
  margin-bottom: 5px; }

.agency-overview__text {
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #726F7B; }

.agency-overview__sm-title {
  font-size: 12px; }

.agency-overview__plan-popup.is-visible {
  display: block; }

.discover-title {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F8F8F8; }

.discover-title__wrapper {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.discover-title__heading {
  margin-top: 0;
  margin-bottom: 5px; }

.discover-title__subheading {
  margin: 0; }

.discover-title--small {
  padding-top: 30px;
  padding-bottom: 25px; }

.discover-sortby {
  margin-top: 35px;
  margin-bottom: 35px; }

.discover-sortby__count {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 20px; }
  @media only screen and (min-width: 48em) {
    .discover-sortby__count {
      margin-bottom: 0; } }

@media only screen and (max-width: 47.938em) {
  .discover-sortby .pull-right {
    float: none !important; } }

@media only screen and (min-width: 48em) {
  .discover-sortby__count, .discover-sortby__input-wrap {
    display: inline-block; } }

.discover-sortby__input-wrap .tbp-selectbox {
  min-width: 230px;
  max-width: 350px; }

.tbp-modal {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tbp-modal.is-visible {
    visibility: visible; }

.tbp-modal__inner {
  background-color: white;
  vertical-align: middle;
  max-width: 1200px;
  max-height: 90%;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 0 30px; }
  @media only screen and (min-width: 40em) {
    .tbp-modal__inner {
      padding: 30px; } }

.tbp-modal__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #726F7B; }
  @media only screen and (min-width: 48em) {
    .tbp-modal__title {
      font-size: 24px; } }

.tbp-modal__title-icon {
  width: 20px;
  height: 22px;
  margin-bottom: -2px;
  margin-right: 10px; }

.tbp-modal__text {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 48em) {
    .tbp-modal__text {
      font-size: 15px; } }

.tbp-modal__footer {
  text-align: right; }

.tbp-modal__footer-form {
  display: inline-block; }

.btn2.tbp-modal__action, .tbp-modal__action.pagination__link {
  min-width: 105px;
  font-weight: 700;
  font-size: 15px;
  margin-left: 20px; }

.tbp-modal--small .tbp-modal__inner {
  max-width: 550px;
  height: auto; }

.tbp-modal--danger .tbp-modal__title {
  color: #A76262; }

.modal-change-collab-img .tbp-modal__inner {
  overflow: hidden; }

.modal-change-collab-img__heading {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #6A7086;
  font-size: 20px; }

.modal-change-collab-img__upload {
  display: inline; }

.modal-change-collab-img__upload-btn {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 15px;
  cursor: pointer; }

.modal-change-collab-img__upload-input {
  display: none !important; }

.modal-change-collab-img__genre {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px; }
  .modal-change-collab-img__genre.is-hidden {
    display: none; }

.modal-change-collab-img__apply-form {
  display: inline-block; }

.modal-change-collab-img__actions {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 214, 214, 0.4); }

.modal-change-collab-img__actions-btn--apply.is-disabled {
  opacity: 0.6;
  pointer-events: none; }

.modal-change-collab-img__image-row {
  margin-left: -5px;
  margin-right: -5px;
  height: 555px;
  overflow: auto;
  margin-bottom: 10px;
  padding-right: 10px; }

.modal-change-collab-img__image-wrap {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 5px; }
  @media only screen and (min-width: 40em) {
    .modal-change-collab-img__image-wrap {
      width: 33.333%; } }
  @media only screen and (min-width: 48em) {
    .modal-change-collab-img__image-wrap {
      width: 25%; } }
  @media only screen and (min-width: 61.25em) {
    .modal-change-collab-img__image-wrap {
      width: 20%; } }

.modal-change-collab-img__image {
  position: relative;
  background-size: cover;
  background-position: center;
  max-width: 200px;
  border: 1px solid #d6d6d6;
  cursor: pointer; }
  .modal-change-collab-img__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

.modal-change-collab-img__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in 0.2s;
  -moz-transition: opacity ease-in 0.2s;
  -ms-transition: opacity ease-in 0.2s;
  -o-transition: opacity ease-in 0.2s;
  transition: opacity ease-in 0.2s; }
  .modal-change-collab-img__image-overlay.is-visible {
    opacity: 0.7; }

.modal-change-collab-img__image-overlay-icon {
  width: 66px;
  height: 99px;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0; }

.modal-change-collab-img__top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  height: 50px;
  padding-top: 5px; }

.modal-change-collab-img__close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
  .modal-change-collab-img__close:hover, .modal-change-collab-img__close:focus {
    outline: 0;
    box-shadow: 0; }

.modal-change-collab-img__close-icon {
  position: absolute;
  right: -5px;
  top: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto; }
  .modal-change-collab-img__close-icon:before, .modal-change-collab-img__close-icon:after {
    position: absolute;
    left: 6px;
    content: '';
    height: 23px;
    width: 2px;
    background-color: #6A7086; }
  .modal-change-collab-img__close-icon:before {
    transform: rotate(45deg); }
  .modal-change-collab-img__close-icon:after {
    transform: rotate(-45deg); }

.modal-change-collab-img__sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 0; }

.modal-change-collab-img__sidebar-list {
  list-style: none;
  padding-top: 10px;
  position: relative;
  height: 600px;
  overflow: auto;
  padding-right: 15px; }

.modal-change-collab-img__sidebar-item {
  position: relative;
  display: block;
  color: #6A7086;
  border-bottom: 1px solid rgba(226, 231, 238, 0.37);
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 10px; }
  .modal-change-collab-img__sidebar-item:hover, .modal-change-collab-img__sidebar-item:focus {
    color: #6A7086;
    background-color: rgba(241, 244, 248, 0.5); }
  .modal-change-collab-img__sidebar-item.is-active {
    background-color: #F1F4F8; }
    .modal-change-collab-img__sidebar-item.is-active:after {
      opacity: 1; }

.discover-filter__wrapper {
  background-color: #F8F8F8;
  border-top: 1px solid #E2E7EE;
  padding-top: 25px;
  padding-bottom: 45px;
  display: none; }

.discover-filter__form-group {
  margin-bottom: 30px; }

.discover-filter__form-actions {
  margin-top: 37px; }
  @media only screen and (min-width: 48em) {
    .discover-filter__form-actions {
      text-align: right; } }

.discover-filter__form-reset, .discover-filter__form-apply {
  display: inline-block; }

@media only screen and (min-width: 48em) {
  .discover-filter__row {
    margin-top: 20px; } }

.discover-filter__form-apply {
  max-width: 130px;
  width: 100%; }

.discover-filter__advanced-btn-wrapper {
  display: inline-block;
  text-align: center; }
  @media only screen and (min-width: 40em) {
    .discover-filter__advanced-btn-wrapper {
      text-align: left; } }

.discover-filter__checkbox-wrapper {
  margin-top: 10px; }
  @media only screen and (min-width: 40em) {
    .discover-filter__checkbox-wrapper {
      display: inline-block;
      margin-top: 0;
      margin-left: 20px; } }

.discover-filter__checkbox-label {
  position: relative;
  font-weight: 400;
  font-size: 15px; }

.discover-filter__checkbox-text {
  float: right;
  margin-left: 10px; }

.discover-filter__advanced-btn {
  padding: 15px 25px;
  background-color: #F8F8F8;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in; }
  .discover-filter__advanced-btn:hover, .discover-filter__advanced-btn:focus {
    outline: 0; }
  .discover-filter__advanced-btn:hover {
    color: #585d6f; }

.discover-filter__advanced-btn-icon {
  margin-left: 10px;
  margin-bottom: 1px; }

.discover-filter-new--show .discover-filter__wrapper {
  display: block; }

.discover-filter-new--show .discover-filter__advanced-btn-icon {
  transform: rotate(180deg); }

.discover-blogger-filter__unexpanded {
  background-color: #F1F4F8;
  border-top: 1px solid #E2E7EE;
  border-bottom: 1px solid #E2E7EE; }

.discover-blogger-filter__looking-for-unexpanded {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFE3E9; }
  .discover-blogger-filter__looking-for-unexpanded.is-hidden {
    display: none; }

@media only screen and (min-width: 40em) {
  .discover-blogger-filter__actions, .discover-blogger-filter__looking-for {
    display: inline-block;
    float: left; } }

.discover-blogger-filter__actions {
  margin-bottom: 15px; }
  @media only screen and (min-width: 40em) {
    .discover-blogger-filter__actions {
      max-width: 170px;
      margin-bottom: 0; } }

.discover-blogger-filter__looking-for {
  font-size: 13px; }
  @media only screen and (min-width: 40em) {
    .discover-blogger-filter__looking-for {
      width: calc(100% - 170px);
      margin-top: 8px; } }

.discover-blogger-filter__looking-for-list {
  display: inline-block;
  margin: 0;
  margin-left: 5px; }

.discover-blogger-filter__looking-for-item {
  display: inline-block;
  margin: 0; }
  .discover-blogger-filter__looking-for-item:first-child {
    font-weight: 700;
    margin-right: 5px; }
  .discover-blogger-filter__looking-for-item:not(:first-child):not(:nth-child(2)):before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #6A7086;
    display: block;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 3px; }

.discover-blogger-filter__label-em {
  font-size: 13px;
  font-weight: 400; }

.discover-blogger-filter__tab-btn {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #4B7B8B;
  width: 50%;
  max-width: 200px;
  float: left;
  font-weight: 700; }
  .discover-blogger-filter__tab-btn:hover, .discover-blogger-filter__tab-btn:focus {
    outline: 0; }
  .discover-blogger-filter__tab-btn.is-active {
    background-color: #FCFDFD;
    border: 1px solid #E2E7EE;
    border-top: 0;
    border-bottom: 0; }
    .discover-blogger-filter__tab-btn.is-active:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #FCFDFD; }
    .discover-blogger-filter__tab-btn.is-active .discover-blogger-filter__tab-icon {
      transform: rotate(92deg); }

.discover-blogger-filter__tab-text {
  position: relative;
  font-size: 15px;
  pointer-events: none; }

.discover-blogger-filter__tab-beta {
  position: absolute;
  font-size: 10px;
  top: 17px;
  left: 0; }

.discover-blogger-filter__tab-icon {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  pointer-events: none;
  transform: rotate(270deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease; }

.discover-blogger-filter__tab-star {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
  pointer-events: none; }

.discover-blogger-filter__buttons {
  text-align: left; }

.discover-blogger-filter__search {
  position: relative;
  height: 37px;
  margin-bottom: 25px;
  max-width: none;
  margin-top: 12px; }
  @media only screen and (min-width: 48em) {
    .discover-blogger-filter__search {
      margin-bottom: 0; } }

.discover-blogger-filter__search-input {
  height: 100%; }

.discover-blogger-filter__search-btn {
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -ms-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity; }
  .discover-blogger-filter__search-btn:focus {
    outline: 0; }
  .discover-blogger-filter__search-btn:hover {
    opacity: 0.8; }

.discover-blogger-filter__search-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  color: #CED0DA; }

.discover-blogger-filter__checkbox {
  display: block;
  padding-left: 0;
  margin-top: 11px; }

.discover-blogger-filter__checkbox-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px; }

.discover-blogger-filter__followers__preview {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  overflow: hidden; }

.discover-blogger-filter__followers-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0; }
  .discover-blogger-filter__followers-item:first-child .discover-blogger-filter__followers-unexpanded {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .discover-blogger-filter__followers-item:last-child .discover-blogger-filter__followers-unexpanded {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.discover-blogger-filter__followers-unexpanded {
  margin-left: -1px;
  padding: 10px 18px;
  background-color: #F1F4F8;
  border: 1px solid #DFE3E9;
  cursor: pointer; }

.discover-blogger-filter__followers-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  pointer-events: none; }

.discover-blogger-filter__followers-arrow {
  transform: rotate(270deg);
  width: 10px;
  height: 10px;
  color: #6A7086;
  float: right;
  margin-top: 7px;
  pointer-events: none;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease; }

.discover-blogger-filter__followers-expanded {
  display: none;
  position: absolute;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.35);
  width: 200px;
  padding: 10px;
  background-color: #F1F4F8;
  border: 1px solid #dfe3e9;
  margin-top: -1px;
  margin-left: -1px;
  z-index: 1; }

.discover-blogger-filter__followers-item {
  margin-bottom: 20px; }

.discover-blogger-filter__followers-item.is-visible:first-child .discover-blogger-filter__followers-unexpanded {
  border-bottom-left-radius: 0; }

.discover-blogger-filter__followers-item.is-visible:last-child .discover-blogger-filter__followers-unexpanded {
  border-bottom-right-radius: 0; }

.discover-blogger-filter__followers-item.is-visible .discover-blogger-filter__followers-expanded {
  display: block; }

.discover-blogger-filter__followers-item.is-visible .discover-blogger-filter__followers-arrow {
  transform: rotate(92deg); }

.discover-blogger-filter__expanded {
  display: none;
  background-color: #FCFDFD;
  border-bottom: 1px solid #E2E7EE;
  padding: 20px 0; }
  .discover-blogger-filter__expanded.is-visible {
    display: block; }

.discover-blogger-filter__followers {
  max-width: 450px; }

.discover-blogger-filter__followers-input {
  width: 40%;
  display: inline-block;
  float: left; }

.discover-blogger-filter__followers-line {
  width: 20%;
  display: inline-block;
  float: left;
  font-size: 24px;
  text-align: center; }

.discover-blogger-filter__row {
  margin-bottom: 20px; }

.discover-blogger-filter__bottom {
  border-top: 1px solid #E2E7EE;
  padding-top: 20px; }

.discover-blogger-filter__upgrade-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 18px; }
  @media only screen and (min-width: 61.25em) {
    .discover-blogger-filter__upgrade-btn {
      margin-bottom: 0; } }

.discover-blogger-filter__upgrade-btn-icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 8px; }

.discover-blogger-filter__upgrade-msg {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  margin: 0; }

.discover-blogger-filter__btns {
  display: inline-block; }

.discover-blogger-filter__engagement-wrapper {
  display: block;
  width: 100%;
  max-width: 600px; }
  @media only screen and (min-width: 64em) {
    .discover-blogger-filter__engagement-wrapper {
      padding-left: 30px; } }

.discover-blogger-filter__engagement {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 61.25em) {
    .discover-blogger-filter__engagement {
      margin-bottom: 0; } }

.discover-blogger-filter__engagement-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 10px;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -15px; }

.discover-blogger-filter__engagement-range-wrapper {
  width: 90%;
  float: right; }

.discover-blogger-filter__engagement-label {
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal; }

.discover-blogger-filter__age-col {
  display: inline-block;
  float: left;
  width: 55%;
  margin-right: 15px; }

.discover-blogger-filter__age-percentage-col {
  display: inline-block;
  float: left;
  width: calc(45% - 15px); }

.discover-blogger-filter__btns--reset {
  text-transform: uppercase;
  font-size: 10px; }

.discover-blogger-filter__followers-item--totalreach {
  width: 81px;
  color: #4B7B8B; }

.discover-blogger-filter__followers-item--totalreach .discover-blogger-filter__followers-icon {
  margin-right: 10px; }

.discover-blogger-filter__engagement-label--lower {
  float: left; }

.discover-blogger-filter__engagement-label--upper {
  float: right; }

.terms {
  line-height: 1.4;
  margin-top: 20px; }

.terms__col {
  padding-top: 45px; }
  @media only screen and (min-width: 61.25em) {
    .terms__col {
      position: sticky;
      top: 100px; } }

.terms__menu {
  font-size: 15px;
  padding-right: 10px; }
  @media only screen and (min-width: 61.25em) {
    .terms__menu {
      text-align: right; } }
  .terms__menu ul {
    list-style: none; }
  .terms__menu a {
    -webkit-transition: 0.3s ease-in opacity;
    -moz-transition: 0.3s ease-in opacity;
    -ms-transition: 0.3s ease-in opacity;
    -o-transition: 0.3s ease-in opacity;
    transition: 0.3s ease-in opacity; }
    .terms__menu a:hover, .terms__menu a:focus {
      outline: 0;
      text-decoration: none;
      color: #6A7086; }
    .terms__menu a:hover {
      opacity: 0.8; }

.terms__menu-category {
  margin-bottom: 25px; }

.terms__menu-title {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }

.terms__address {
  font-style: normal;
  margin-bottom: 50px;
  margin-top: 50px;
  border-top: 1px solid #F0F0F0;
  padding-top: 30px;
  font-size: 15px; }

.terms__intro {
  margin-top: 20px;
  margin-bottom: 40px; }

.terms__heading {
  margin-top: 40px; }

.terms__link {
  color: #4B7B8B; }

.terms__subheading-1 {
  font-weight: 700; }

.terms__data {
  border-top: 1px solid #F0F0F0;
  margin-top: 50px; }
  @media only screen and (min-width: 61.25em) {
    .terms__data {
      border-left: 1px solid #F0F0F0;
      border-top: 0;
      margin-top: 0;
      padding-left: 35px; } }

.terms__lists ol {
  counter-reset: item; }

.terms__lists li {
  display: block;
  margin-bottom: 15px; }
  .terms__lists li:before {
    content: counters(item, ".") ". ";
    counter-increment: item; }
  .terms__lists li ol {
    margin-left: 30px;
    margin-top: 15px; }

.page-signup-new main, .page-login-new main {
  background-image: url(../img/login_background_image.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; }

a label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0; }

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #333; }

.is-invalid-input:not(:focus) {
  background-color: rgba(217, 65, 65, 0.1);
  border-color: #D94141; }

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700; }

.form-error.is-visible {
  display: block; }

.hide {
  display: none !important; }

.compose-message label,
.create__collaboration .image-select input[type=radio],
.main-nav__nested,
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.hide-for-portrait,
.show-for-landscape {
  display: block !important; }

@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.block-list-header .title,
.float-left,
.message-inbox-header .title,
.short-list-header .title {
  float: left !important; }

.float-right,
.message-thread-list .message.received .message-content,
.message-thread-list .message.sent .avatar {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.accordion {
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: .75rem;
  color: #479AE2;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }

.accordion-title:focus,
.accordion-title:hover {
  background-color: #e6e6e6; }

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5rem; }

.is-active > .accordion-title::before {
  content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: #479AE2 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem; }

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: .3em;
  min-width: 2.1em;
  border-radius: 50%;
  background: #479AE2;
  color: #fefefe; }

.badge.secondary {
  background: #777;
  color: #fefefe; }

.badge.success {
  background: #66A621;
  color: #fefefe; }

.badge.alert {
  background: #D94141;
  color: #fefefe; }

.badge.warning {
  background: #479AE2;
  color: #fefefe; }

.callout {
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 0;
  position: relative;
  color: #85828F;
  background-color: #fff; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #e3f0fb; }

.callout.secondary {
  background-color: #ebebeb; }

.callout.success {
  background-color: #e8f7d8; }

.callout.alert {
  background-color: #f9e3e3; }

.callout.warning {
  background-color: #e3f0fb; }

.callout.small {
  padding: .5rem; }

.callout.large {
  padding: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: .45rem;
  top: 0;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }

[data-whatinput=mouse] .close-button {
  outline: 0; }

.close-button:focus,
.close-button:hover {
  color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear, -webkit-transform .15s linear; }

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: transparent transparent transparent #479AE2;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset;
  border-color: transparent #479AE2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  width: 300px;
  z-index: 10; }

.dropdown-pane.is-open {
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-submenu-parent.is-down-arrow > a::after,
.is-dropdown-submenu-parent.is-left-arrow > a::after,
.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px; }

.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
  border: 5px inset;
  border-color: #479AE2 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: .825rem;
  right: 5px; }

.is-dropdown-submenu-parent.is-left-arrow > a::after {
  border: 5px inset;
  border-color: transparent #479AE2 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px; }

.is-dropdown-submenu-parent.is-right-arrow > a::after {
  border: 5px inset;
  border-color: transparent transparent transparent #479AE2;
  border-left-style: solid;
  border-right-width: 0; }

.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto; }

.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto; }

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%; }

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active,
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu {
  display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.label {
  display: inline-block;
  padding: .33333rem .5rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #479AE2;
  color: #fefefe; }

.label.secondary {
  background: #777;
  color: #fefefe; }

.label.success {
  background: #66A621;
  color: #fefefe; }

.label.alert {
  background: #D94141;
  color: #fefefe; }

.label.warning {
  background: #479AE2;
  color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }

.media-object img {
  max-width: none; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0 0 1rem; }
  .media-object.stack-for-small .media-object-section img {
    width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }

.media-object-section:first-child {
  padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; }

.media-object-section.middle {
  vertical-align: middle; }

.media-object-section.bottom {
  vertical-align: bottom; }

.no-js [data-responsive-menu] ul {
  display: none; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }

.off-canvas-wrapper-inner::after,
.off-canvas-wrapper-inner::before {
  content: ' ';
  display: table; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background .5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.orbit-caption,
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5); }

[data-whatinput=mouse] .off-canvas {
  outline: 0; }

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px; }

.is-open-left {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px; }

.is-open-right {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px; } }

.orbit,
.orbit-container {
  position: relative; }

.orbit-container {
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-caption,
.orbit-next,
.orbit-previous {
  position: absolute;
  padding: 1rem;
  color: #fefefe; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  bottom: 0;
  width: 100%;
  margin-bottom: 0; }

.orbit-next,
.orbit-previous {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0; }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem; }

[data-whatinput=mouse] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  background-color: #cacaca;
  border-radius: 50%; }

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
  background-color: #8a8a8a; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }

.progress.primary .progress-meter {
  background-color: #479AE2; }

.progress.secondary .progress-meter {
  background-color: #777; }

.progress.success .progress-meter {
  background-color: #66A621; }

.progress.alert .progress-meter {
  background-color: #D94141; }

.progress-meter,
.progress.warning .progress-meter {
  background-color: #479AE2; }

.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%; }

.progress-meter-text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: .75rem;
  white-space: nowrap; }

.slider-fill,
.slider-handle {
  left: 0;
  display: inline-block; }

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  max-width: 100%;
  height: .5rem;
  background-color: #cacaca;
  transition: all .2s ease-in-out; }

.slider-fill.is-dragging {
  transition: all 0s linear; }

.slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #479AE2;
  transition: all .2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0; }

[data-whatinput=mouse] .slider-handle {
  outline: 0; }

.slider-handle:hover {
  background-color: #2285da; }

.slider-handle.is-dragging {
  transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: .25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%; }

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  position: absolute;
  overflow-y: auto; }

.switch-paddle,
.switch-paddle::after {
  display: block;
  transition: all .25s ease-out; }

[data-whatinput=mouse] .reveal {
  outline: 0; }

.reveal .column,
.reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

.reveal.collapse {
  padding: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    width: 500px !important;
    max-width: 76.25rem; }
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto; }
  .reveal.tiny {
    width: 30%;
    max-width: 76.25rem; }
  .reveal.small {
    width: 50%;
    max-width: 76.25rem; }
  .reveal.large {
    width: 90%;
    max-width: 76.25rem; } }

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0; }

.switch {
  outline: 0;
  position: relative;
  user-select: none;
  font-size: .875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  position: relative;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }

.switch-paddle::after {
  background: #fefefe;
  content: '';
  position: absolute;
  height: 1.5rem;
  left: .25rem;
  top: .25rem;
  width: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0; }

.switch-active,
.switch-inactive,
.tooltip.left::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

.switch-inactive {
  right: 15%; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

.tabs,
.tabs-content {
  border: 1px solid #e6e6e6; }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  background: #fefefe; }

.tabs::after,
.tabs::before {
  content: ' ';
  display: table; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs-title,
.title-bar-left {
  float: left; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: 0 0; }

.tabs.primary {
  background: #479AE2; }

.tabs.primary > li > a {
  color: #fefefe; }

.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #3a93e0; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #479AE2; }

.tabs-title > a:hover {
  background: #fefefe; }

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all .5s ease;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel.is-active {
  display: block; }

.thumbnail {
  border: 4px solid #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow .2s ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }

.thumbnail:focus,
.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(71, 154, 226, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: .5rem; }

.title-bar::after,
.title-bar::before {
  content: ' ';
  display: table; }

.title-bar-right {
  float: right;
  text-align: right; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip.top::before,
.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0; }

.tooltip {
  padding: .75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + .3897rem);
  max-width: 10rem !important; }

.tooltip::before {
  border: .45rem inset;
  border-color: transparent transparent #DEDCE6;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top::before {
  border: .45rem inset;
  border-color: #DEDCE6 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto; }

.tooltip.left::before,
.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  bottom: auto;
  top: 50%; }

.tooltip.left::before {
  border: .45rem inset;
  border-color: transparent transparent transparent #DEDCE6;
  border-left-style: solid;
  border-right-width: 0;
  left: 100%;
  transform: translateY(-50%); }

.tooltip.right::before {
  border: .45rem inset;
  border-color: transparent #DEDCE6 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  left: auto;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.get-involved .event-group > li:after,
.get-involved .event-group > li:focus:after,
.get-involved .event-group > li:hover:after,
.img-zoom:after,
.img-zoom:focus:after,
.img-zoom:hover:after,
.love-tbp .event-group > li:after,
.love-tbp .event-group > li:focus:after,
.love-tbp .event-group > li:hover:after,
.portfolio-group li:after,
.portfolio-group li:focus:after,
.portfolio-group li:hover:after {
  right: 0; }

.top-bar {
  padding: .5rem; }

.top-bar::after,
.top-bar::before {
  content: ' ';
  display: table; }

.top-bar,
.top-bar ul {
  background-color: #e6e6e6; }

.top-bar input {
  width: 200px;
  margin-right: 1rem; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right,
  .stacked-for-small .top-bar-title {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right,
  .stacked-for-medium .top-bar-title {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right,
  .stacked-for-large .top-bar-title {
    width: 100%; } }

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-left,
  .stacked-for-xlarge .top-bar-right,
  .stacked-for-xlarge .top-bar-title {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-left,
  .top-bar-right,
  .top-bar-title {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.colour_panel-left,
.colour_panel-right,
.docs-colour-block {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
  color: inherit; }

.highlight {
  color: #8FC4C5; }

.discover-panel-content .title,
.discover_refine-form .accordion-title,
.font_light {
  font-family: lato-light-webfont, Helvetica, Roboto, Arial, sans-serif; }

.collab__create-panel time,
.custom-search-bar .controls.custom-input input,
.discover-panel-accounts .followers,
.font_semibold,
.message-thread-list .message .message-content .text-muted,
.profile__hero .title {
  font-family: lato-semibold-webfont, Helvetica, Roboto, Arial, sans-serif; }

.font_black {
  font-family: lato-black-webfont, Helvetica, Roboto, Arial, sans-serif; }

.custom-hr {
  overflow: hidden;
  text-align: center;
  display: block;
  color: #85828F;
  margin-bottom: 1.25rem; }

.custom-hr:after,
.custom-hr:before {
  height: .0625rem;
  background-color: #d7d7d7;
  content: " ";
  display: inline-block;
  width: 43%;
  position: relative;
  vertical-align: middle; }

.custom-hr:before {
  margin-right: .625rem; }

.custom-hr:after {
  margin-left: .625rem; }

.divider {
  margin: 0 auto;
  max-width: 100%;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1); }

.summary-txt {
  font-size: .875rem; }

.dashed-link {
  border-bottom: .0625rem dashed;
  color: #85828F; }

.dashed-link:focus,
.dashed-link:hover {
  color: #8FC4C5; }

.section-heading {
  line-height: 2.2; }

.colour_panel-left {
  width: 100%; }

@media screen and (min-width: 64em) {
  .colour_panel-left {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left; } }

.colour_panel-right {
  width: 100%; }

@media screen and (min-width: 64em) {
  .colour_panel-right {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left; } }

.docs-colour-block {
  width: 50%;
  text-align: left; }

@media screen and (min-width: 40em) {
  .row-align-right {
    margin-right: 2.5rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }
  .colour_panel-left,
  .colour_panel-right,
  .docs-colour-block {
    padding-left: .625rem;
    padding-right: .625rem; }
  .docs-colour-block {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .docs-colour-block {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .colour_panel-right .docs-colour-block {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left; } }

@media screen and (min-width: 64em) and (min-width: 40em) {
  .colour_panel-left,
  .colour_panel-right,
  .colour_panel-right .docs-colour-block {
    padding-left: .625rem;
    padding-right: .625rem; } }

.docs-colour-block > div:first-child {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: .625rem; }

.docs-colour-block > div:first-child:after,
.docs-colour-block > div:first-child:before {
  content: '';
  position: abosolute;
  width: 50%;
  height: 50%;
  display: block;
  right: 0;
  top: 0; }

.docs-colour-block > div:first-child:after {
  top: inherit;
  bottom: 0; }

@media screen and (min-width: 64em) {
  .docs-colour-block > div:first-child {
    width: 9.375rem;
    height: 9.375rem; } }

.docs-colour-block .colour_woodland {
  background: #024959; }

.docs-colour-block .colour_woodland:before {
  background: #03728b; }

.docs-colour-block .colour_woodland:after {
  background: #012027; }

.docs-colour-block .colour_marine {
  background: #5B9EA6; }

.docs-colour-block .colour_marine:before {
  background: #7cb2b8; }

.docs-colour-block .colour_marine:after {
  background: #487f86; }

.docs-colour-block .colour_pebble {
  background: #85828F; }

.docs-colour-block .colour_pebble:before {
  background: #9f9da7; }

.docs-colour-block .colour_pebble:after {
  background: #6c6975; }

.docs-colour-block .colour_glacier {
  background: #F0F0F0; }

.docs-colour-block .colour_glacier:before {
  background: #fff; }

.docs-colour-block .colour_glacier:after {
  background: #d7d7d7; }

.docs-colour-block .colour_sapphire {
  background: #479AE2; }

.docs-colour-block .colour_sapphire:before {
  background: #73b2e9; }

.docs-colour-block .colour_sapphire:after {
  background: #2181d5; }

.docs-colour-block .colour_buttercup {
  background: #F0B724; }

.docs-colour-block .colour_buttercup:before {
  background: #f3c754; }

.docs-colour-block .colour_buttercup:after {
  background: #d39c0e; }

.docs-colour-block .colour_sorrel {
  background: #66A621; }

.docs-colour-block .colour_sorrel:before {
  background: #80d129; }

.docs-colour-block .colour_sorrel:after {
  background: #4c7b19; }

.docs-colour-block .colour_watermelon {
  background: #D94141; }

.docs-colour-block .colour_watermelon:before {
  background: #e26c6c; }

.docs-colour-block .colour_watermelon:after {
  background: #c12727; }

.colour_heading {
  color: #5B9EA6; }

.docs-code pre {
  position: relative; }

.docs-code.docs_grid-container code {
  padding: 0; }

.docs-code .row {
  margin: .3125rem 0; }

.docs-code .columns {
  background: #85828F;
  border: .0625rem solid #fff; }

.docs-examples {
  padding: 1.25rem;
  border: .0625rem solid #F0F0F0; }

.docs-examples.tooltips,
.docs-icon-col {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.docs-examples.links a {
  margin-right: 3.125rem; }

.docs-examples.tooltips {
  width: 50%;
  border: inherit; }

@media screen and (min-width: 40em) {
  .docs-examples.tooltips {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left; }
  .docs-icon-col {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .docs-examples.tooltips {
    width: 16.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.docs-icon-col {
  width: 50%; }

@media screen and (min-width: 40em) {
  .docs-icon-col {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .docs-examples.tooltips,
  .docs-icon-col {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .docs-icon-col {
    width: 25%;
    float: left;
    padding-left: .3125rem;
    padding-right: .3125rem; } }

.docs-icon-col .docs-icon-container {
  border: .0625rem solid #F0F0F0;
  padding: .625rem;
  margin: .625rem 0 0; }

.docs-icon-col .docs-icon-title {
  font-size: 1rem;
  border: .0625rem solid #F0F0F0;
  display: block;
  margin-bottom: 1.25rem;
  padding: .3125rem .625rem; }

.badge,
.label {
  font-size: .875rem; }

.docs-icon-col:focus .docs-icon-title,
.docs-icon-col:hover .docs-icon-title {
  background: #F0F0F0; }

.get-involved .event-group > li:after,
.get-involved .event-group > li:before,
.img-zoom:after,
.img-zoom:before,
.love-tbp .event-group > li:after,
.love-tbp .event-group > li:before,
.portfolio-group li:after,
.portfolio-group li:before {
  content: '';
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  width: .625rem;
  height: 100%;
  z-index: 1; }

.get-involved .event-group > li:before,
.img-zoom:before,
.love-tbp .event-group > li:before,
.portfolio-group li:before {
  left: 0; }

.get-involved .event-group > li img,
.img-zoom img,
.love-tbp .event-group > li img,
.portfolio-group li img {
  transition: all .22s ease-in-out; }

.get-involved .event-group > li:focus:before,
.get-involved .event-group > li:hover:before,
.img-zoom:focus:before,
.img-zoom:hover:before,
.love-tbp .event-group > li:focus:before,
.love-tbp .event-group > li:hover:before,
.portfolio-group li:focus:before,
.portfolio-group li:hover:before {
  left: 0; }

.get-involved .event-group > li:focus img,
.get-involved .event-group > li:hover img,
.img-zoom:focus img,
.img-zoom:hover img,
.love-tbp .event-group > li:focus img,
.love-tbp .event-group > li:hover img,
.portfolio-group li:focus img,
.portfolio-group li:hover img {
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15); }

.base-header .sticky,
.base-header .sticky a,
.base-header.sticky-container {
  background: #024959;
  height: 3.125rem;
  color: #fff; }

@media screen and (min-width: 40em) {
  .base-header .sticky,
  .base-header .sticky a,
  .base-header.sticky-container {
    height: 4.375rem; } }

.custom-dropdown {
  position: relative; }

.custom-dropdown:after {
  content: "";
  position: absolute;
  color: #6c6975;
  right: 1px;
  top: 19px;
  font-size: 10px;
  background: #fafafa;
  width: 17px;
  height: 17px;
  pointer-events: none; }

.custom-dropdown select {
  cursor: pointer; }

.badge {
  background-color: #85828F; }

.badge.new {
  background-color: #479AE2; }

.label {
  border-radius: .25rem;
  background-color: #5B9EA6; }

.label.ACTIVE,
.label.review {
  background-color: transparent;
  border: .0625rem solid #479AE2;
  color: #479AE2; }

.label.DRAFT,
.label.draft {
  background-color: transparent;
  border: .0625rem solid #85828F;
  color: #85828F; }

.label.COMPLETED,
.label.complete {
  background-color: transparent;
  border: .0625rem solid #66A621;
  color: #66A621; }

.callout-avatar {
  margin-bottom: 1.25rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.callout-avatar_image {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 50%;
  float: left; }

@media screen and (min-width: 40em) {
  .callout-avatar_image {
    padding-left: .625rem;
    padding-right: .625rem; } }

.callout-avatar_image-wrap {
  border-radius: 50%;
  width: 7.0625rem;
  height: 7.0625rem;
  border: .0625rem solid #F0F0F0;
  overflow: hidden; }

@media screen and (min-width: 64em) {
  .callout-avatar_image-wrap {
    width: 7.3125rem;
    height: 7.3125rem; } }

.callout-avatar_image-wrap img {
  height: 100%;
  border-radius: 50%;
  border: .125rem solid #FFF; }

.callout-avatar_image-wrap .icon-profile {
  font-size: 5.9375rem;
  margin-left: .75rem; }

.callout-avatar_cta {
  padding: .625rem 0;
  width: 50%;
  float: left; }

.user-avatar_image-wrap {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: .0625rem solid #F0F0F0;
  overflow: hidden; }

.user-avatar_name {
  display: inline-block;
  padding-left: .625rem; }

.user-avatar_notification-wrap {
  position: relative;
  border: .125rem solid #FFF; }

.user-avatar_image-box {
  display: block;
  height: 1.875rem; }

.has-tip {
  color: #d7d7d7; }

.has-tip:focus,
.has-tip:hover {
  color: #479AE2;
  outline: inherit; }

.has-tip.icon-hint {
  border-bottom: none; }

.tooltip {
  border-radius: .25rem;
  background-color: #479AE2;
  color: #FFF;
  font-size: .875rem; }

.callout.alert-error:before,
.callout.alert-success:before,
.callout.alert-warning:before,
.callout.alert:before,
.callout.success:before,
.callout.warning:before,
.callout[class*=' icon-']:before {
  position: absolute;
  left: .9375rem;
  top: .625rem;
  font-size: 1.375rem; }

.notifications {
  margin-left: 0; }

.callout {
  border: .0625rem solid transparent;
  margin-bottom: .0625rem; }

.callout-radius {
  border-radius: .25rem; }

@media screen and (min-width: 40em) {
  .callout-radius {
    border-radius: .5rem; }
  .callout.confirm,
  .callout.login,
  .callout.signup {
    margin: 1.875rem 0 3.125rem; } }

.callout.alert-success,
.callout.success {
  padding-left: 2.9375rem;
  color: #66A621;
  background: #e4f6d0; }

.callout.alert-success:before,
.callout.success:before {
  content: ""; }

.callout.alert-success a,
.callout.success a {
  color: #66A621;
  text-decoration: none; }

.callout.alert-success a:focus,
.callout.alert-success a:hover,
.callout.success a:focus,
.callout.success a:hover {
  color: #4c7b19; }

.callout.alert,
.callout.alert-error {
  padding-left: 2.9375rem;
  color: #D94141;
  background: #f9e3e3; }

.callout.alert-error:before,
.callout.alert:before {
  content: ""; }

.callout.alert a,
.callout.alert-error a {
  color: #D94141;
  text-decoration: none; }

.callout.alert a:focus,
.callout.alert a:hover,
.callout.alert-error a:focus,
.callout.alert-error a:hover {
  color: #c12727; }

.callout.alert-info,
.callout.primary {
  color: #2181d5;
  background: #eef6fc; }

.callout.alert-info a,
.callout.primary a {
  color: #2181d5;
  text-decoration: none; }

.callout.alert-info a:focus,
.callout.alert-info a:hover,
.callout.primary a:focus,
.callout.primary a:hover {
  color: #2181d5; }

.callout.alert-warning,
.callout.warning {
  padding-left: 2.9375rem;
  color: #2181d5;
  background: #eef6fc; }

.callout.alert-warning:before,
.callout.warning:before {
  content: ""; }

.callout.alert-warning a,
.callout.warning a {
  color: #2181d5;
  text-decoration: none; }

.link__buttercup.underline,
.link__buttercup.underline-hover:active,
.link__buttercup.underline-hover:focus,
.link__buttercup.underline-hover:hover,
.link__glacier.underline,
.link__glacier.underline-hover:active,
.link__glacier.underline-hover:focus,
.link__glacier.underline-hover:hover,
.link__green.underline,
.link__green.underline-hover:active,
.link__green.underline-hover:focus,
.link__green.underline-hover:hover,
.link__marine.underline,
.link__marine.underline-hover:active,
.link__marine.underline-hover:focus,
.link__marine.underline-hover:hover,
.link__pebble.underline,
.link__pebble.underline-hover:active,
.link__pebble.underline-hover:focus,
.link__pebble.underline-hover:hover,
.link__red.underline,
.link__red.underline-hover:active,
.link__red.underline-hover:focus,
.link__red.underline-hover:hover,
.link__sapphire.underline,
.link__sorrel.underline,
.link__sorrel.underline-hover:active,
.link__sorrel.underline-hover:focus,
.link__sorrel.underline-hover:hover,
.link__watermelon.underline,
.link__watermelon.underline-hover:active,
.link__watermelon.underline-hover:focus,
.link__watermelon.underline-hover:hover,
.link__woodland.underline,
.link__woodland.underline-hover:active,
.link__woodland.underline-hover:focus,
.link__woodland.underline-hover:hover {
  text-decoration: underline; }

.callout.alert-warning a:focus,
.callout.alert-warning a:hover,
.callout.warning a:focus,
.callout.warning a:hover {
  color: #2181d5; }

.callout.hollow {
  background-color: transparent;
  border: .125rem solid #5B9EA6;
  color: #85828F; }

.callout.hollow .title {
  color: #5B9EA6; }

.callout.hollow a {
  color: inherit; }

.callout[class*=' icon-'] {
  padding-left: 2.9375rem; }

.callout .callout-body {
  font-size: .875rem; }

.callout .callout-list {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.callout .callout-list::after,
.callout .callout-list::before {
  content: ' ';
  display: table; }

.callout .callout-list::after {
  clear: both; }

.callout .callout-list ul {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .callout .callout-list li,
  .callout-form-wrapper .callout .callout-list li {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  .callout .callout-list li {
    margin-left: 1.0625rem; } }

.callout .submit {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) {
  .callout .submit {
    padding-left: .625rem;
    padding-right: .625rem; } }

.callout .control-label {
  color: #6c6975; }

.callout-border {
  border: .0625rem solid #F0F0F0; }

.title__callout {
  background-color: #F0F0F0;
  color: #85828F;
  text-align: center;
  padding: 2.5rem 0;
  border-bottom: .0625rem solid #F0F0F0; }
  .title__callout .lead {
    padding-left: 15px;
    padding-right: 15px; }

.callout-input,
.form-control,
.text-input {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  color: #85828F;
  box-shadow: inherit; }

.callout-input:focus,
.form-control:focus,
.text-input:focus {
  border: .125rem solid #479AE2;
  box-shadow: inherit; }

.discover_refine-form .form-title {
  display: block; }

.link__woodland {
  color: #024959; }

.link__woodland:active,
.link__woodland:focus,
.link__woodland:hover {
  color: #012027; }

.link__woodland.underline {
  color: #024959; }

.link__woodland.underline:active,
.link__woodland.underline:focus,
.link__woodland.underline:hover {
  color: #012027; }

.link__marine {
  color: #5B9EA6; }

.link__marine:active,
.link__marine:focus,
.link__marine:hover {
  color: #487f86; }

.link__marine.underline {
  color: #5B9EA6; }

.link__marine.underline:active,
.link__marine.underline:focus,
.link__marine.underline:hover {
  color: #487f86; }

.link__pebble {
  color: #85828F; }

.link__pebble:active,
.link__pebble:focus,
.link__pebble:hover {
  color: #6c6975; }

.link__pebble.underline {
  color: #85828F; }

.link__pebble.underline:active,
.link__pebble.underline:focus,
.link__pebble.underline:hover {
  color: #6c6975; }

.link__glacier {
  color: #F0F0F0; }

.link__glacier:active,
.link__glacier:focus,
.link__glacier:hover {
  color: #d7d7d7; }

.link__glacier.underline {
  color: #F0F0F0; }

.link__glacier.underline:active,
.link__glacier.underline:focus,
.link__glacier.underline:hover {
  color: #d7d7d7; }

.link__sapphire {
  color: #479AE2; }

.link__sapphire:active,
.link__sapphire:focus,
.link__sapphire:hover {
  color: #2181d5; }

.link__sapphire.underline {
  color: #479AE2; }

.link__sapphire.underline:active,
.link__sapphire.underline:focus,
.link__sapphire.underline:hover {
  color: #2181d5; }

.link__sapphire.underline-hover:active,
.link__sapphire.underline-hover:focus,
.link__sapphire.underline-hover:hover {
  text-decoration: underline; }

.link__buttercup {
  color: #F0B724; }

.link__buttercup:active,
.link__buttercup:focus,
.link__buttercup:hover {
  color: #d39c0e; }

.link__buttercup.underline {
  color: #F0B724; }

.link__buttercup.underline:active,
.link__buttercup.underline:focus,
.link__buttercup.underline:hover {
  color: #d39c0e; }

.link__sorrel {
  color: #66A621; }

.link__sorrel:active,
.link__sorrel:focus,
.link__sorrel:hover {
  color: #4c7b19; }

.link__sorrel.underline {
  color: #66A621; }

.link__sorrel.underline:active,
.link__sorrel.underline:focus,
.link__sorrel.underline:hover {
  color: #4c7b19; }

.link__watermelon {
  color: #D94141; }

.link__watermelon:active,
.link__watermelon:focus,
.link__watermelon:hover {
  color: #c12727; }

.link__watermelon.underline {
  color: #D94141; }

.link__watermelon.underline:active,
.link__watermelon.underline:focus,
.link__watermelon.underline:hover {
  color: #c12727; }

.link__green {
  color: #8FC4C5; }

.link__green:active,
.link__green:focus,
.link__green:hover {
  color: #6db2b4; }

.link__green.underline {
  color: #8FC4C5; }

.link__green.underline:active,
.link__green.underline:focus,
.link__green.underline:hover {
  color: #6db2b4; }

.link__red {
  color: #D79695; }

.link__red:active,
.link__red:focus,
.link__red:hover {
  color: #c97170; }

.link__red.underline {
  color: #D79695; }

.link__red.underline:active,
.link__red.underline:focus,
.link__red.underline:hover {
  color: #c97170; }

.signup-hero {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: .625rem auto;
  float: none; }

.signup-hero__image {
  border-radius: 50%;
  width: 9.375rem;
  height: 9.375rem;
  border: .0625rem solid #F0F0F0;
  overflow: hidden;
  z-index: 3; }

.signup-hero__image img {
  height: 100%; }

.signup-hero__badge {
  position: absolute;
  display: block;
  text-align: center;
  width: 5.625rem;
  height: 5.625rem;
  background: #F0B724;
  color: #FFF;
  border: .125rem solid #FFF;
  border-radius: 50%;
  z-index: 4;
  top: 3.75rem;
  left: 5.625rem; }

.navbar-logo,
.signup-hero-bleed .signup .signup-title {
  color: #5B9EA6; }

.signup-hero__title {
  position: absolute;
  left: 0;
  top: 1.4375rem;
  line-height: 1.25rem; }

.signup-hero-bleed img {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 4.375rem; }

@media screen and (min-width: 40em) {
  .signup-hero-bleed img {
    margin-top: 0; } }

.signup-hero-bleed img.agency {
  margin-top: 4.5625rem; }

.signup-hero-bleed .signup-hero-frame {
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0; }

.navbar-logo,
.user-nav > li,
.user-nav_toggle {
  display: inline-block; }

@media screen and (min-width: 40em) {
  .signup-hero-bleed img.agency {
    margin-top: 5.1875rem; }
  .signup-hero-bleed .signup-hero-frame {
    height: 5vh; }
  .signup-hero-bleed .signup-form .two-column {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .signup-hero-bleed .signup-hero-frame {
    height: 18vh; } }

.signup-hero-bleed .signup {
  background: 0 0; }

.signup-hero-bleed .signup .callout-radius {
  background: #FFF; }

.signup-hero-bleed .signup .callout-border {
  border: .0625rem solid #d7d7d7; }

.signup-hero-bleed .signup-form .two-column {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) {
  .signup-hero-bleed .signup-form .two-column {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .signup-hero-bleed .signup-form .two-column {
    padding-left: .625rem;
    padding-right: .625rem; } }

.add-to-list,
.remove-from-list {
  color: #fefefe;
  display: inline-block;
  height: initial;
  width: inherit;
  position: absolute;
  bottom: 6.25rem;
  right: .625rem;
  font-size: 1.25rem;
  transition: all .5s ease; }

.add-to-list:focus,
.add-to-list:hover,
.remove-from-list:focus,
.remove-from-list:hover {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  color: #fefefe; }

.add-to-list:focus,
.remove-from-list:focus {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.blogger-display img,
.brand-display img,
.collab-display img,
.discover-panel-frame img {
  font-family: Helvetica;
  font-weight: 300;
  line-height: 2;
  text-align: center; }

.blogger-display img:after,
.brand-display img:after,
.collab-display img:after,
.discover-panel-frame img:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon;
  font-size: 1.875rem;
  color: #fefefe;
  display: block;
  position: absolute;
  top: 0;
  left: .3125rem;
  width: 95%;
  background-color: #85828F; }

.discover-panel-frame img:after {
  background-color: #F0F0F0;
  border-radius: .5rem;
  left: 0; }

.discover-panel-frame .discover-panel-logo {
  overflow: hidden; }

.discover-panel-frame .discover-panel-logo:after {
  background-color: #F0F0F0;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  position: absolute; }

.social-networks-verification .icon-decline {
  color: #F0F0F0; }

.btn-scroll {
  visibility: hidden; }

.get-started .btn-scroll {
  margin: 1.875rem auto 0; }

.back-link {
  display: inline-block;
  margin-bottom: 1.25rem; }

.back-link:focus,
.back-link:hover {
  font-weight: 700;
  cursor: pointer; }

.compose-message {
  position: relative; }

.compose-message .speech-bubble {
  display: block;
  position: relative;
  border-radius: .5rem 0 .5rem .5rem;
  padding: .3125rem .625rem;
  background-color: #FFF;
  margin-bottom: 1.25rem;
  border: .0625rem solid #d7d7d7;
  width: 75%;
  float: left; }

.compose-message .speech-bubble:after,
.compose-message .speech-bubble:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -3.125rem; }

.file-upload,
.file-upload:after {
  position: relative; }

.compose-message .speech-bubble:before {
  width: 0;
  height: 0;
  border-top: 2.5625rem solid #d7d7d7;
  border-right: 3.125rem solid transparent;
  top: -.0625rem; }

.compose-message .speech-bubble:after {
  width: 0;
  height: 0;
  border-top: 2.5rem solid #FFF;
  border-right: 3.0625rem solid transparent;
  right: -2.9375rem; }

.compose-message .speech-bubble textarea {
  width: 37.5rem;
  max-width: 100%;
  height: 9.375rem;
  border: none;
  box-shadow: inherit;
  margin: 0; }

.compose-message .speech-bubble:focus,
.compose-message .speech-bubble:hover {
  border: .0625rem solid #85828F; }

.compose-message .speech-bubble:focus:before,
.compose-message .speech-bubble:hover:before {
  border-top: 2.5625rem solid #85828F; }

.compose-message .speech-bubble hr {
  margin: .625rem 0; }

.compose-message-image {
  width: 25%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.compose-message-image .profile-pic {
  width: 5rem;
  height: 5rem;
  border: .25rem solid #8FC4C5;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 1.25rem auto 0; }

.reveal,
.switch .switch-paddle,
.switch .switch-paddle:after {
  border-radius: .5rem; }

.compose-message-image .profile-pic img {
  width: 100%; }

@media screen and (min-width: 64em) {
  .compose-message-image .profile-pic {
    width: 7.5rem;
    height: 7.5rem; } }

@media screen and (min-width: 75em) {
  .compose-message-image .profile-pic {
    width: 8.125rem;
    height: 8.125rem; } }

.file-upload {
  overflow: hidden;
  margin: 0 0 .625rem;
  z-index: 10; }

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: .625rem; }

.switch {
  margin-bottom: .625rem; }

.reveal {
  padding: 0; }

.reveal__head {
  background-color: #6A6F86;
  padding: .3125rem .625rem; }

.reveal__head .title {
  color: #FFF;
  font-size: 1.875rem; }

.reveal__body {
  padding: .625rem .625rem 0; }

.reveal__body-contents {
  margin-bottom: 1.25rem;
  padding: .625rem;
  border: .0625rem solid #F0F0F0;
  border-radius: .5rem; }

.reveal__list {
  list-style: none;
  margin: 0; }

.reveal .close-button {
  color: #FFF; }

.panel-container {
  background-color: #F0F0F0;
  padding: 1.25rem;
  border-radius: .5rem; }

.panel-container.hollow {
  background-color: transparent;
  border: .0625rem solid #F0F0F0; }

.callout.callout-form {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .callout.callout-form {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .callout.callout-form {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 64em) and (min-width: 40em) {
  .callout.callout-form {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (max-width: 74.9375em) {
  .callout.callout-form {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.callout .callout-form-wrapper {
  width: 83.33333%;
  float: left;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem .625rem; }

@media screen and (min-width: 40em) {
  .callout .callout-form-wrapper {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .callout .callout-form-wrapper.signup {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 91.66667%;
    float: left;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .tbp-header.header-resize .navbar-logo {
    line-height: 4.0625rem; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .callout .callout-form-wrapper,
  .callout .callout-form-wrapper.signup {
    padding-left: .625rem;
    padding-right: .625rem; } }

.callout .age,
.callout .gender,
.callout .postcode,
.callout .town {
  width: 50%;
  float: left;
  padding-left: .3125rem;
  padding-right: .3125rem; }

.callout .age,
.callout .town {
  padding-left: 0; }

.callout .gender,
.callout .postcode {
  padding-right: 0; }

.callout .form-header {
  margin-bottom: 1.25rem; }

.callout .form-body,
.callout .form-footer,
.callout .form-header {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.callout .form-body::after,
.callout .form-body::before,
.callout .form-footer::after,
.callout .form-footer::before,
.callout .form-header::after,
.callout .form-header::before {
  content: ' ';
  display: table; }

.report__form-button:focus,
.report__form-button:hover {
  cursor: pointer; }

.report__form .reveal {
  border-radius: .5rem; }

.report__form .reveal label {
  font-size: .875rem;
  font-weight: 700;
  color: #6c6975; }

.report__form-head {
  position: absolute;
  display: block;
  height: 3.75rem;
  width: 100%;
  left: 0;
  top: 0;
  background: #D94141;
  color: #fefefe;
  padding: .8125rem 1.25rem; }

.report__form-body {
  text-align: left; }

.report__form-title {
  font-size: 1.375rem; }

.report__form-title i {
  margin-right: .625rem; }

.report__form-container {
  margin-top: 4.375rem; }

.report__form .close-button {
  color: #fefefe; }

.social-media-slider {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .social-media-slider {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem; } }

.love-tbp .social-media-slider.brand {
  margin-bottom: 0;
  padding-bottom: 0; }

.portfolio-group {
  list-style: none;
  margin-top: 1.875rem;
  margin-left: 0; }

.portfolio-group li {
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .portfolio-group li {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-in-up.mui-enter,
.slide-out-down.mui-leave,
.slide-out-left.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear; }

.account-nav {
  background: #7cb2b8; }

.account-nav .nav-item {
  font-size: 1.125rem; }

.account-nav .nav-link {
  padding: 1.25rem 1.5625rem;
  color: #FFF; }

.account-nav .nav-link.active {
  background: #FFF;
  color: #7cb2b8; }

.account-nav .nav-link:focus,
.account-nav .nav-link:hover {
  background: #fff;
  color: #7cb2b8; }

.account-form {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .account-form {
    width: 66.66667%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 64em) {
  .account-form {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-left: 25%; } }

.account-form-edit {
  background-color: #F0F0F0;
  padding: 1.25rem;
  border-radius: .5rem; }

.account-form.blogger #id_birthdate:focus,
.account-form.blogger #id_birthdate:hover {
  cursor: pointer; }

@media screen and (min-width: 40em) {
  .account-form.blogger #div_id_birthdate.form-group,
  .account-form.blogger #div_id_gender.form-group {
    width: 50%;
    float: left;
    padding-right: .625rem;
    padding-left: 0; }
  .account-form.blogger #div_id_gender.form-group {
    padding-left: .625rem;
    padding-right: 0; }
  .account-form .password_change .form-group {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .account-form .password_change .form-group {
    padding-left: .625rem;
    padding-right: .625rem; } }

.account-form__default-image {
  border-radius: .5rem;
  border: .0625rem solid #F0F0F0;
  padding: .3125rem;
  overflow: hidden;
  display: inline-block;
  position: relative; }

.account-form__default-image:before {
  content: "";
  top: .1875rem;
  right: .3125rem;
  position: absolute;
  padding: 0 .0625rem;
  color: #66A621; }

.account-form__image-upload {
  margin: 0; }

.account-form__image-upload > li,
.account-form__image-upload > li ul {
  list-style: none; }

.account-form__image-upload > li ul {
  margin-left: 0;
  display: inline-block; }

.account-form__image-upload > li ul li {
  display: inline-block;
  border-radius: .5rem;
  border: .0625rem solid #F0F0F0;
  margin: 1.25rem .125rem;
  padding: .3125rem;
  position: relative; }

.account-form__image-upload > li ul li:first-of-type {
  margin-left: 0; }

.account-form__image-upload > li ul li label {
  overflow: hidden;
  width: 5.9375rem; }

.account-form__image-upload > li ul li label:focus,
.account-form__image-upload > li ul li label:hover {
  cursor: pointer; }

.account-form__image-upload > li ul li label img {
  padding-left: .4375rem; }

.account-form__image-upload > li ul li [type=radio] {
  margin-left: -1.25rem; }

.account-form__image-upload > li ul li [type=radio]:checked:before {
  content: "";
  top: .3125rem;
  right: .3125rem;
  position: absolute;
  padding: 0 .0625rem;
  color: #85828F; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter,
.slide-in-up.mui-enter {
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden; }

.slide-in-right.mui-enter,
.slide-out-down.mui-leave {
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden; }

.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave,
.spin-in.mui-enter {
  transition-property: opacity, -webkit-transform; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter,
.spin-out.mui-leave {
  transition-property: opacity, -webkit-transform; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important;
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important;
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important;
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important;
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important;
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important;
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

@-webkit-keyframes tbp-scale {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: .1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes tbp-scale {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: .1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes animatedProfileGradient {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 61%; } }

@keyframes animatedProfileGradient {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 61%; } }

@-webkit-keyframes scroll-to {
  0% {
    top: 15%;
    background: #FFF; }
  100% {
    top: 70%;
    background: 0 0; } }

@keyframes scroll-to {
  0% {
    top: 15%;
    background: #FFF; }
  100% {
    top: 70%;
    background: 0 0; } }

@-webkit-keyframes progress-bar {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes progress-bar {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.slide-up,
.slide-up-2,
.slide-up-3 {
  transition: all .25s ease-in;
  margin-top: 6.25rem;
  opacity: 0; }

.slide-up-2.slide-active,
.slide-up-3.slide-active,
.slide-up.slide-active {
  margin-top: 0;
  opacity: 1; }

@-webkit-keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.short-delay {
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.long-delay {
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.block-list {
  background: #F0F0F0;
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .block-list {
    padding: 3.75rem 0 1.875rem; }
  .block-list-header {
    padding-left: .625rem;
    padding-right: .625rem; } }

.block-list-container,
.block-list-header {
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.block-list-header {
  width: 100%; }

@media screen and (min-width: 40em) {
  .block-list-header {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.block-list-header .title {
  font-size: 3.125rem;
  margin-bottom: 1.875rem; }

.block-list-container {
  width: 25%;
  margin-bottom: 1.875rem; }

.block-list-empty {
  text-align: center;
  padding: .625rem 0 3.125rem;
  background-color: #FFF;
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  margin-bottom: 1.875rem; }

.block-list-empty .message {
  font-size: 1.875rem;
  padding-top: 3.75rem; }

.blogger-display {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 50%;
  float: left;
  margin: .3125rem 0 .625rem; }

@media screen and (min-width: 40em) {
  .blogger-display {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .blogger-display {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .blogger-display {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 33.33333%;
    float: left; } }

@media screen and (min-width: 64em) and (min-width: 40em) {
  .blogger-display {
    padding-left: .625rem;
    padding-right: .625rem; } }

.blogger-display .blogger-profile {
  border: .0625rem solid #F0F0F0;
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 15rem; }

@media screen and (min-width: 40em) {
  .blogger-display .blogger-profile {
    height: 16.25rem; } }

@media screen and (min-width: 64em) {
  .blogger-display .blogger-profile {
    height: 16.875rem; } }

.blogger-display .blogger-profile__picture {
  overflow: hidden;
  background: #85828F;
  margin: 0 auto;
  height: 8.75rem; }

@media screen and (min-width: 40em) {
  .blogger-display .blogger-profile__picture {
    height: 10rem; } }

@media screen and (min-width: 64em) {
  .blogger-display .blogger-profile__picture {
    height: 10.625rem; } }

.blogger-display .blogger-profile__picture img {
  width: 100%; }

.blogger-display .blogger-profile__picture img.wide {
  width: 120%;
  max-width: 150%;
  margin-left: -10%; }

.blogger-display .blogger-profile__picture img.tall {
  width: 100%; }

.blogger-display .blogger-profile__picture:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5.9375rem;
  left: 0;
  right: 0;
  transition: all .5s ease;
  height: 4.375rem;
  background: linear-gradient(to bottom, rgba(91, 158, 166, 0) 0, #5b9ea6 100%);
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005b9ea6', endColorstr='#5b9ea6', GradientType=0) compiler error! */ }

@media screen and (min-width: 40em) {
  .blogger-display .blogger-profile__picture:before {
    height: 4.375rem; } }

@media screen and (min-width: 64em) {
  .blogger-display .blogger-profile__picture:before {
    height: 5.625rem; } }

.blogger-display .blogger-profile:focus .blogger-profile__picture:before,
.blogger-display .blogger-profile:hover .blogger-profile__picture:before {
  height: 3.75rem; }

@media screen and (min-width: 40em) {
  .blogger-display .blogger-profile:focus .blogger-profile__picture:before,
  .blogger-display .blogger-profile:hover .blogger-profile__picture:before {
    height: 3.75rem; } }

.blogger-display .blogger-profile:focus .blogger-meta-info,
.blogger-display .blogger-profile:hover .blogger-meta-info {
  left: 1.125rem;
  font-size: .875rem; }

.blogger-display .blogger-profile:focus .social-media-stats,
.blogger-display .blogger-profile:hover .social-media-stats {
  left: -16.25rem; }

.blogger-display__info {
  padding: 1.25rem .625rem .625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem; }

.blogger-display__info h3 {
  font-size: .875rem;
  text-transform: capitalize;
  z-index: 5;
  position: absolute;
  bottom: 5.625rem;
  width: 7.5rem;
  color: #FFF; }

@media screen and (min-width: 40em) {
  .blogger-display__info h3 {
    width: 11.25rem;
    bottom: 6.4375rem;
    margin: 0 .625rem;
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  .blogger-display__info h3 {
    font-size: 1.125rem; } }

.blogger-display__info h3 a {
  color: #FFF;
  display: block;
  padding-top: 40%;
  max-width: 85%; }

.blogger-display .blogger-meta-info {
  font-size: .875rem;
  position: absolute;
  bottom: 3.125rem;
  left: 16.25rem;
  height: 2.5rem;
  width: 12.5rem;
  transition: all .5s ease; }

.blogger-display .social-media-stats {
  display: block;
  font-size: .875rem;
  position: absolute;
  bottom: 2.5rem;
  left: .625rem;
  width: 100%;
  height: 2.5rem;
  padding-left: 0;
  transition: all .5s ease; }

.blogger-display .social-media-stats span {
  padding-right: .625rem;
  width: 50%;
  float: left;
  margin-right: 0;
  margin-bottom: .625rem;
  padding-left: inherit; }

@media screen and (min-width: 40em) {
  .blogger-display .social-media-stats span {
    padding-left: .625rem;
    padding-right: .625rem; } }

.brand-activities-cta {
  background-color: #F0F0F0; }

.brand-activities-cta .options {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.brand-activities-cta .options.three-col li {
  padding: 0 .625rem;
  width: 100%;
  float: left; }

.brand-activities-cta .options.three-col li a {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.brand-activities-cta .options.three-col li a [class*=icon-] {
  display: block;
  font-size: 1.5625rem; }

@media screen and (min-width: 40em) {
  .brand-activities-cta .options.three-col li {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .brand-activities-cta .options.three-col li a {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  .brand-activities-cta .options.three-col li a [class*=icon-] {
    display: block;
    font-size: 3.4375rem; } }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem; }

.breadcrumbs::after,
.breadcrumbs::before {
  content: ' ';
  display: table; }

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: .6875rem;
  cursor: default; }

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 .75rem;
  position: relative;
  top: 1px;
  opacity: 1; }

.breadcrumbs a {
  color: #479AE2; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination::after,
.pagination::before {
  content: ' ';
  display: table; }

.pagination li {
  font-size: .875rem;
  margin-right: .0625rem;
  border-radius: 0;
  display: none; }

.pagination li:first-child,
.pagination li:last-child {
  display: inline-block; }

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; }
  .reveal {
    min-height: 0; } }

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0; }

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  color: #fefefe;
  cursor: default; }

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: default; }

.pagination .disabled:hover {
  background: 0 0; }

.pagination .ellipsis::after {
  content: '…';
  padding: .1875rem .625rem;
  color: #0a0a0a; }

.progress-meter-text,
.switch {
  color: #fefefe;
  font-weight: 700; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: .5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: .5rem; }

.pagination {
  text-align: right; }

.pagination .current {
  background: #85828F; }

.pagination a {
  border: .0625rem solid #d7d7d7; }

.pagination a:focus,
.pagination a:hover {
  border-radius: .5rem;
  padding: .3125rem .9375rem; }

.pagination .current,
.pagination a {
  border-radius: .5rem;
  padding: .3125rem .9375rem;
  padding-top: 6px;
  padding-bottom: 6px; }

.button-group {
  margin-bottom: 1rem;
  font-size: .9rem; }

.button-group::after,
.button-group::before {
  content: ' ';
  display: table; }

.button-group .button,
.button-group .discover-panel-details .shortlist,
.button-group .profile__main-nav a,
.discover-panel-details .button-group .shortlist,
.profile__main-nav .button-group a {
  float: left;
  margin: 0;
  font-size: inherit; }

.button-group .button:not(:last-child),
.button-group .discover-panel-details .shortlist:not(:last-child),
.button-group .profile__main-nav a:not(:last-child),
.discover-panel-details .button-group .shortlist:not(:last-child),
.profile__main-nav .button-group a:not(:last-child) {
  border-right: 1px solid #fefefe; }

.button-group.tiny {
  font-size: .6rem; }

.button-group.small {
  font-size: .75rem; }

.button-group.large {
  font-size: 1.25rem; }

.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%; }

.button-group.expanded::after,
.button-group.expanded::before {
  display: none; }

.button-group.expanded .button,
.button-group.expanded .discover-panel-details .shortlist,
.button-group.expanded .profile__main-nav a,
.discover-panel-details .button-group.expanded .shortlist,
.profile__main-nav .button-group.expanded a {
  display: table-cell;
  float: none; }

.button-group.primary .button,
.button-group.primary .discover-panel-details .shortlist,
.button-group.primary .profile__main-nav a,
.discover-panel-details .button-group.primary .shortlist,
.profile__main-nav .button-group.primary a {
  background-color: #479AE2;
  color: #fefefe; }

.button-group.primary .button:focus,
.button-group.primary .button:hover,
.button-group.primary .discover-panel-details .shortlist:focus,
.button-group.primary .discover-panel-details .shortlist:hover,
.button-group.primary .profile__main-nav a:focus,
.button-group.primary .profile__main-nav a:hover,
.discover-panel-details .button-group.primary .shortlist:focus,
.discover-panel-details .button-group.primary .shortlist:hover,
.profile__main-nav .button-group.primary a:focus,
.profile__main-nav .button-group.primary a:hover {
  background-color: #207dcd;
  color: #fefefe; }

.button-group.secondary .button,
.button-group.secondary .discover-panel-details .shortlist,
.button-group.secondary .profile__main-nav a,
.discover-panel-details .button-group.secondary .shortlist,
.profile__main-nav .button-group.secondary a {
  background-color: #777;
  color: #fefefe; }

.button-group.secondary .button:focus,
.button-group.secondary .button:hover,
.button-group.secondary .discover-panel-details .shortlist:focus,
.button-group.secondary .discover-panel-details .shortlist:hover,
.button-group.secondary .profile__main-nav a:focus,
.button-group.secondary .profile__main-nav a:hover,
.discover-panel-details .button-group.secondary .shortlist:focus,
.discover-panel-details .button-group.secondary .shortlist:hover,
.profile__main-nav .button-group.secondary a:focus,
.profile__main-nav .button-group.secondary a:hover {
  background-color: #5f5f5f;
  color: #fefefe; }

.button-group.success .button,
.button-group.success .discover-panel-details .shortlist,
.button-group.success .profile__main-nav a,
.discover-panel-details .button-group.success .shortlist,
.profile__main-nav .button-group.success a {
  background-color: #66A621;
  color: #fefefe; }

.button-group.success .button:focus,
.button-group.success .button:hover,
.button-group.success .discover-panel-details .shortlist:focus,
.button-group.success .discover-panel-details .shortlist:hover,
.button-group.success .profile__main-nav a:focus,
.button-group.success .profile__main-nav a:hover,
.discover-panel-details .button-group.success .shortlist:focus,
.discover-panel-details .button-group.success .shortlist:hover,
.profile__main-nav .button-group.success a:focus,
.profile__main-nav .button-group.success a:hover {
  background-color: #52851a;
  color: #fefefe; }

.button-group.alert .button,
.button-group.alert .discover-panel-details .shortlist,
.button-group.alert .profile__main-nav a,
.discover-panel-details .button-group.alert .shortlist,
.profile__main-nav .button-group.alert a {
  background-color: #D94141;
  color: #fefefe; }

.button-group.alert .button:focus,
.button-group.alert .button:hover,
.button-group.alert .discover-panel-details .shortlist:focus,
.button-group.alert .discover-panel-details .shortlist:hover,
.button-group.alert .profile__main-nav a:focus,
.button-group.alert .profile__main-nav a:hover,
.discover-panel-details .button-group.alert .shortlist:focus,
.discover-panel-details .button-group.alert .shortlist:hover,
.profile__main-nav .button-group.alert a:focus,
.profile__main-nav .button-group.alert a:hover {
  background-color: #bc2626;
  color: #fefefe; }

.button-group.warning .button,
.button-group.warning .discover-panel-details .shortlist,
.button-group.warning .profile__main-nav a,
.discover-panel-details .button-group.warning .shortlist,
.profile__main-nav .button-group.warning a {
  background-color: #479AE2;
  color: #fefefe; }

.button-group.warning .button:focus,
.button-group.warning .button:hover,
.button-group.warning .discover-panel-details .shortlist:focus,
.button-group.warning .discover-panel-details .shortlist:hover,
.button-group.warning .profile__main-nav a:focus,
.button-group.warning .profile__main-nav a:hover,
.discover-panel-details .button-group.warning .shortlist:focus,
.discover-panel-details .button-group.warning .shortlist:hover,
.profile__main-nav .button-group.warning a:focus,
.profile__main-nav .button-group.warning a:hover {
  background-color: #207dcd;
  color: #fefefe; }

.button-group.stacked .button,
.button-group.stacked .discover-panel-details .shortlist,
.button-group.stacked .profile__main-nav a,
.button-group.stacked-for-small .button,
.button-group.stacked-for-small .discover-panel-details .shortlist,
.button-group.stacked-for-small .profile__main-nav a,
.discover-panel-details .button-group.stacked .shortlist,
.discover-panel-details .button-group.stacked-for-small .shortlist,
.profile__main-nav .button-group.stacked a,
.profile__main-nav .button-group.stacked-for-small a {
  width: 100%; }

.button-group.stacked .button:not(:last-child),
.button-group.stacked .discover-panel-details .shortlist:not(:last-child),
.button-group.stacked .profile__main-nav a:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child),
.button-group.stacked-for-small .discover-panel-details .shortlist:not(:last-child),
.button-group.stacked-for-small .profile__main-nav a:not(:last-child),
.discover-panel-details .button-group.stacked .shortlist:not(:last-child),
.discover-panel-details .button-group.stacked-for-small .shortlist:not(:last-child),
.profile__main-nav .button-group.stacked a:not(:last-child),
.profile__main-nav .button-group.stacked-for-small a:not(:last-child) {
  border-right: 1px solid; }

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button,
  .button-group.stacked-for-small .discover-panel-details .shortlist,
  .button-group.stacked-for-small .profile__main-nav a,
  .discover-panel-details .button-group.stacked-for-small .shortlist,
  .profile__main-nav .button-group.stacked-for-small a {
    width: auto; }
  .button-group.stacked-for-small .button:not(:last-child),
  .button-group.stacked-for-small .discover-panel-details .shortlist:not(:last-child),
  .button-group.stacked-for-small .profile__main-nav a:not(:last-child),
  .discover-panel-details .button-group.stacked-for-small .shortlist:not(:last-child),
  .profile__main-nav .button-group.stacked-for-small a:not(:last-child) {
    border-right: 1px solid #fefefe; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block; }
  .button-group.stacked-for-small.expanded .button,
  .button-group.stacked-for-small.expanded .discover-panel-details .shortlist,
  .button-group.stacked-for-small.expanded .profile__main-nav a,
  .discover-panel-details .button-group.stacked-for-small.expanded .shortlist,
  .profile__main-nav .button-group.stacked-for-small.expanded a {
    display: block;
    border-right: 0; } }

.discover-panel-details .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .shortlist,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .name,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .button,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .discover-panel-details .shortlist,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .profile__main-nav a,
.h5,
.managed-campaigns-nav,
.profile__main-nav .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption a,
.section-heading,
h5 {
  font-size: .875rem; }

@media screen and (min-width: 40em) {
  .discover-panel-details .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .shortlist,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .name,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .button,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .discover-panel-details .shortlist,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .profile__main-nav a,
  .h5,
  .managed-campaigns-nav,
  .profile__main-nav .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption a,
  .section-heading,
  h5 {
    font-size: 1rem; } }

.discover-panel-details .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .shortlist,
.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .button,
.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .discover-panel-details .shortlist,
.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .profile__main-nav a,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li,
.featured-opportunities-sml .name,
.h6,
.profile__main-nav .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail a,
.short-list .profile__meta-detail,
.short-list .profile__network a,
h6 {
  font-size: .8125rem; }

@media screen and (min-width: 40em) {
  .discover-panel-details .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .shortlist,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .button,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .discover-panel-details .shortlist,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .profile__main-nav a,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li,
  .featured-opportunities-sml .name,
  .h6,
  .profile__main-nav .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail a,
  .short-list .profile__meta-detail,
  .short-list .profile__network a,
  h6 {
    font-size: .875rem; } }

.button,
.discover-panel-details .shortlist,
.profile__main-nav a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out, color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .85em 1em;
  margin: 0 0 1rem;
  background-color: #479AE2;
  color: #fff; }

.discover-panel-details [data-whatinput=mouse] .shortlist,
.profile__main-nav [data-whatinput=mouse] a,
[data-whatinput=mouse] .button,
[data-whatinput=mouse] .discover-panel-details .shortlist,
[data-whatinput=mouse] .profile__main-nav a {
  outline: 0; }

.button:focus,
.button:hover,
.discover-panel-details .shortlist:focus,
.discover-panel-details .shortlist:hover,
.profile__main-nav a:focus,
.profile__main-nav a:hover {
  background-color: #2285da;
  color: #fff; }

.button.tiny,
.discover-panel-details .tiny.shortlist,
.profile__main-nav a.tiny {
  font-size: .6rem; }

.button.small,
.discover-panel-details .small.shortlist,
.profile__main-nav a.small {
  font-size: .75rem; }

.button.expanded,
.discover-panel-details .expanded.shortlist,
.profile__main-nav a.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.button.primary,
.discover-panel-details .primary.shortlist,
.profile__main-nav a.primary {
  background-color: #479AE2;
  color: #fff; }

.button.primary:focus,
.button.primary:hover,
.discover-panel-details .primary.shortlist:focus,
.discover-panel-details .primary.shortlist:hover,
.profile__main-nav a.primary:focus,
.profile__main-nav a.primary:hover {
  background-color: #207dcd;
  color: #fff; }

.button.secondary,
.discover-panel-details .secondary.shortlist,
.profile__main-nav a.secondary {
  background-color: #777; }

.button.secondary:focus,
.button.secondary:hover,
.discover-panel-details .secondary.shortlist:focus,
.discover-panel-details .secondary.shortlist:hover,
.profile__main-nav a.secondary:focus,
.profile__main-nav a.secondary:hover {
  background-color: #5f5f5f;
  color: #fff; }

.button.success,
.discover-panel-details .success.shortlist,
.profile__main-nav a.success {
  background-color: #66A621; }

.button.success:focus,
.button.success:hover,
.discover-panel-details .success.shortlist:focus,
.discover-panel-details .success.shortlist:hover,
.profile__main-nav a.success:focus,
.profile__main-nav a.success:hover {
  background-color: #52851a;
  color: #fff; }

.button.alert,
.discover-panel-details .alert.shortlist,
.profile__main-nav a.alert {
  background-color: #D94141; }

.button.alert:focus,
.button.alert:hover,
.discover-panel-details .alert.shortlist:focus,
.discover-panel-details .alert.shortlist:hover,
.profile__main-nav a.alert:focus,
.profile__main-nav a.alert:hover {
  background-color: #bc2626;
  color: #fff; }

.button.warning,
.discover-panel-details .warning.shortlist,
.profile__main-nav a.warning {
  background-color: #479AE2; }

.button.warning:focus,
.button.warning:hover,
.discover-panel-details .warning.shortlist:focus,
.discover-panel-details .warning.shortlist:hover,
.profile__main-nav a.warning:focus,
.profile__main-nav a.warning:hover {
  background-color: #207dcd;
  color: #fff; }

.button.hollow,
.discover-panel-details .hollow.shortlist,
.profile__main-nav a.hollow {
  border: 1px solid #479AE2;
  color: #479AE2; }

.button.hollow,
.button.hollow:focus,
.button.hollow:hover,
.discover-panel-details .hollow.shortlist,
.discover-panel-details .hollow.shortlist:focus,
.discover-panel-details .hollow.shortlist:hover,
.profile__main-nav a.hollow,
.profile__main-nav a.hollow:focus,
.profile__main-nav a.hollow:hover {
  background-color: transparent; }

.button.hollow:focus,
.button.hollow:hover,
.discover-panel-details .hollow.shortlist:focus,
.discover-panel-details .hollow.shortlist:hover,
.profile__main-nav a.hollow:focus,
.profile__main-nav a.hollow:hover {
  border-color: #144e80;
  color: #144e80; }

.button.hollow.primary,
.discover-panel-details .hollow.primary.shortlist,
.profile__main-nav a.hollow.primary {
  border: 1px solid #479AE2;
  color: #479AE2; }

.button.hollow.primary:focus,
.button.hollow.primary:hover,
.discover-panel-details .hollow.primary.shortlist:focus,
.discover-panel-details .hollow.primary.shortlist:hover,
.profile__main-nav a.hollow.primary:focus,
.profile__main-nav a.hollow.primary:hover {
  border-color: #144e80;
  color: #144e80; }

.button.hollow.secondary,
.discover-panel-details .hollow.secondary.shortlist,
.profile__main-nav a.hollow.secondary {
  border: 1px solid #777;
  color: #777; }

.button.hollow.secondary:focus,
.button.hollow.secondary:hover,
.discover-panel-details .hollow.secondary.shortlist:focus,
.discover-panel-details .hollow.secondary.shortlist:hover,
.profile__main-nav a.hollow.secondary:focus,
.profile__main-nav a.hollow.secondary:hover {
  border-color: #3c3c3c;
  color: #3c3c3c; }

.button.hollow.success,
.discover-panel-details .hollow.success.shortlist,
.profile__main-nav a.hollow.success {
  border: 1px solid #66A621;
  color: #66A621; }

.button.hollow.success:focus,
.button.hollow.success:hover,
.discover-panel-details .hollow.success.shortlist:focus,
.discover-panel-details .hollow.success.shortlist:hover,
.profile__main-nav a.hollow.success:focus,
.profile__main-nav a.hollow.success:hover {
  border-color: #335311;
  color: #335311; }

.button.hollow.alert,
.discover-panel-details .hollow.alert.shortlist,
.profile__main-nav a.hollow.alert {
  border: 1px solid #D94141;
  color: #D94141; }

.button.hollow.alert:focus,
.button.hollow.alert:hover,
.discover-panel-details .hollow.alert.shortlist:focus,
.discover-panel-details .hollow.alert.shortlist:hover,
.profile__main-nav a.hollow.alert:focus,
.profile__main-nav a.hollow.alert:hover {
  border-color: #761818;
  color: #761818; }

.button.hollow.warning,
.discover-panel-details .hollow.warning.shortlist,
.profile__main-nav a.hollow.warning {
  border: 1px solid #479AE2;
  color: #479AE2; }

.button.hollow.warning:focus,
.button.hollow.warning:hover,
.discover-panel-details .hollow.warning.shortlist:focus,
.discover-panel-details .hollow.warning.shortlist:hover,
.profile__main-nav a.hollow.warning:focus,
.profile__main-nav a.hollow.warning:hover {
  border-color: #144e80;
  color: #144e80; }

.button.disabled,
.button[disabled],
.discover-panel-details .disabled.shortlist,
.discover-panel-details [disabled].shortlist,
.profile__main-nav a.disabled,
.profile__main-nav a[disabled] {
  opacity: .25;
  cursor: not-allowed;
  pointer-events: none; }

.button.dropdown::after,
.discover-panel-details .dropdown.shortlist::after,
.profile__main-nav a.dropdown::after {
  content: '';
  width: 0;
  height: 0;
  border: .4em inset;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: .4em;
  float: right;
  margin-left: 1em;
  display: inline-block; }

.button.arrow-only::after,
.discover-panel-details .arrow-only.shortlist::after,
.profile__main-nav a.arrow-only::after {
  margin-left: 0;
  float: none;
  top: .2em; }

.btn-green,
.discover-panel-details .get-started .onBoarding .form-body .one-column .cta .next.primary.shortlist,
.discover-panel-details .get-started .sendBrief .form-body .one-column .cta .next.primary.shortlist,
.get-started .onBoarding .form-body .one-column .cta .button.next.primary,
.get-started .onBoarding .form-body .one-column .cta .discover-panel-details .next.primary.shortlist,
.get-started .onBoarding .form-body .one-column .cta .profile__main-nav a.next.primary,
.get-started .sendBrief .form-body .one-column .cta .button.next.primary,
.get-started .sendBrief .form-body .one-column .cta .discover-panel-details .next.primary.shortlist,
.get-started .sendBrief .form-body .one-column .cta .profile__main-nav a.next.primary,
.profile__main-nav .get-started .onBoarding .form-body .one-column .cta a.next.primary,
.profile__main-nav .get-started .sendBrief .form-body .one-column .cta a.next.primary {
  background-color: #8FC4C5; }

.btn-red {
  background-color: #D79695; }

.btn-grey {
  background-color: #6A7086; }

.button,
.discover-panel-details .shortlist,
.profile__main-nav a {
  border-radius: .5rem;
  margin-right: .3125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  box-shadow: inset 0 0 0 0.0625rem rgba(0, 0, 0, 0.03);
  position: relative;
  font-weight: 700;
  font-size: 1rem; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .button,
  .discover-panel-details .shortlist,
  .profile__main-nav a {
    width: 100%; } }

@media screen and (min-width: 40em) {
  .form-group .controls input,
  .form-group .controls select,
  .form-group .controls textarea {
    border-radius: .5rem; }
  .discover_refine-form .form-title {
    margin-bottom: 2rem; }
  .button,
  .discover-panel-details .shortlist,
  .profile__main-nav a {
    border-radius: .5rem; }
  .callout .button.success,
  .callout .discover-panel-details .success.shortlist,
  .callout .profile__main-nav a.success,
  .discover-panel-details .callout .success.shortlist,
  .profile__main-nav .callout a.success {
    padding-left: .625rem;
    padding-right: .625rem; } }

.button.button-center,
.discover-panel-details .button-center.shortlist,
.profile__main-nav a.button-center {
  display: block;
  margin: 0 auto; }

.button.large,
.discover-panel-details .large.shortlist,
.profile__main-nav a.large {
  font-size: 1.125rem; }

.button.full-width,
.discover-panel-details .full-width.shortlist,
.profile__main-nav a.full-width {
  width: 100%; }

.button.btn-green,
.discover-panel-details .btn-green.shortlist,
.discover-panel-details .get-started .onBoarding .form-body .one-column .cta .next.primary.shortlist,
.discover-panel-details .get-started .sendBrief .form-body .one-column .cta .next.primary.shortlist,
.get-started .onBoarding .form-body .one-column .cta .button.next.primary,
.get-started .onBoarding .form-body .one-column .cta .discover-panel-details .next.primary.shortlist,
.get-started .onBoarding .form-body .one-column .cta .profile__main-nav a.next.primary,
.get-started .sendBrief .form-body .one-column .cta .button.next.primary,
.get-started .sendBrief .form-body .one-column .cta .discover-panel-details .next.primary.shortlist,
.get-started .sendBrief .form-body .one-column .cta .profile__main-nav a.next.primary,
.profile__main-nav .get-started .onBoarding .form-body .one-column .cta a.next.primary,
.profile__main-nav .get-started .sendBrief .form-body .one-column .cta a.next.primary,
.profile__main-nav a.btn-green {
  background-color: #8FC4C5; }

.button.btn-red,
.discover-panel-details .btn-red.shortlist,
.profile__main-nav a.btn-red {
  background-color: #D79695; }

.button.btn-grey,
.discover-panel-details .btn-grey.shortlist,
.profile__main-nav a.btn-grey {
  background-color: #9f9da7;
  color: #FFF; }

.button.btn-grey-dark,
.discover-panel-details .btn-grey-dark.shortlist,
.profile__main-nav a.btn-grey-dark {
  background-color: #626262; }

.button:after,
.discover-panel-details .shortlist:after,
.profile__main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.05); }

.button:focus:after,
.button:hover:after,
.discover-panel-details .shortlist:focus:after,
.discover-panel-details .shortlist:hover:after,
.profile__main-nav a:focus:after,
.profile__main-nav a:hover:after {
  width: 100%; }

.button.success,
.discover-panel-details .success.shortlist,
.profile__main-nav a.success {
  color: #FFF;
  background: #F0B724; }

.button.success:focus,
.button.success:hover,
.discover-panel-details .success.shortlist:focus,
.discover-panel-details .success.shortlist:hover,
.profile__main-nav a.success:focus,
.profile__main-nav a.success:hover {
  background: #D98B0D; }

.button.success.hollow,
.discover-panel-details .success.hollow.shortlist,
.profile__main-nav a.success.hollow {
  color: #F0B724;
  background: inherit;
  border-color: #F0B724; }

.button.success.hollow:focus,
.button.success.hollow:hover,
.discover-panel-details .success.hollow.shortlist:focus,
.discover-panel-details .success.hollow.shortlist:hover,
.profile__main-nav a.success.hollow:focus,
.profile__main-nav a.success.hollow:hover {
  color: #FFF;
  background: #D98B0D;
  border-color: #D98B0D; }

.button.success.link,
.discover-panel-details .success.link.shortlist,
.profile__main-nav a.success.link {
  background: 0 0;
  border-color: transparent; }

.button.success.link:focus,
.button.success.link:hover,
.discover-panel-details .success.link.shortlist:focus,
.discover-panel-details .success.link.shortlist:hover,
.profile__main-nav a.success.link:focus,
.profile__main-nav a.success.link:hover {
  color: #d39c0e;
  background: 0 0;
  border-color: transparent; }

.callout .button.success,
.callout .discover-panel-details .success.shortlist,
.callout .profile__main-nav a.success,
.discover-panel-details .callout .success.shortlist,
.profile__main-nav .callout a.success {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
  float: left;
  line-height: 1.5625rem; }

.button.secondary,
.discover-panel-details .secondary.shortlist,
.profile__main-nav a.secondary {
  color: #FFF;
  background: #85828F; }

.button.secondary:focus,
.button.secondary:hover,
.discover-panel-details .secondary.shortlist:focus,
.discover-panel-details .secondary.shortlist:hover,
.profile__main-nav a.secondary:focus,
.profile__main-nav a.secondary:hover {
  background: #6c6975; }

.button.secondary.hollow,
.discover-panel-details .secondary.hollow.shortlist,
.profile__main-nav a.secondary.hollow {
  color: #85828F;
  background: 0 0;
  border-color: #85828F; }

.button.secondary.hollow:focus,
.button.secondary.hollow:hover,
.discover-panel-details .secondary.hollow.shortlist:focus,
.discover-panel-details .secondary.hollow.shortlist:hover,
.profile__main-nav a.secondary.hollow:focus,
.profile__main-nav a.secondary.hollow:hover {
  color: #FFF;
  background: #6c6975;
  border-color: #6c6975; }

.button.secondary.hollow.link,
.discover-panel-details .secondary.hollow.link.shortlist,
.profile__main-nav a.secondary.hollow.link {
  background: 0 0;
  border-color: transparent; }

.button.secondary.hollow.link:focus,
.button.secondary.hollow.link:hover,
.discover-panel-details .secondary.hollow.link.shortlist:focus,
.discover-panel-details .secondary.hollow.link.shortlist:hover,
.profile__main-nav a.secondary.hollow.link:focus,
.profile__main-nav a.secondary.hollow.link:hover {
  color: #6c6975;
  background: 0 0;
  border-color: transparent; }

.button.alert,
.discover-panel-details .alert.shortlist,
.profile__main-nav a.alert {
  color: #FFF;
  background: #D94141; }

.button.alert:focus,
.button.alert:hover,
.discover-panel-details .alert.shortlist:focus,
.discover-panel-details .alert.shortlist:hover,
.profile__main-nav a.alert:focus,
.profile__main-nav a.alert:hover {
  background: #c12727; }

.button.alert.hollow,
.discover-panel-details .alert.hollow.shortlist,
.profile__main-nav a.alert.hollow {
  color: #D94141;
  background: 0 0;
  border-color: #D94141; }

.button.alert.hollow:focus,
.button.alert.hollow:hover,
.discover-panel-details .alert.hollow.shortlist:focus,
.discover-panel-details .alert.hollow.shortlist:hover,
.profile__main-nav a.alert.hollow:focus,
.profile__main-nav a.alert.hollow:hover {
  color: #FFF;
  background: #c12727;
  border-color: #c12727; }

.button.alert.hollow.link,
.discover-panel-details .alert.hollow.link.shortlist,
.profile__main-nav a.alert.hollow.link {
  background: 0 0;
  border-color: transparent; }

.button.alert.hollow.link:focus,
.button.alert.hollow.link:hover,
.discover-panel-details .alert.hollow.link.shortlist:focus,
.discover-panel-details .alert.hollow.link.shortlist:hover,
.profile__main-nav a.alert.hollow.link:focus,
.profile__main-nav a.alert.hollow.link:hover {
  color: #c12727;
  background: 0 0;
  border-color: transparent; }

.button.warning,
.discover-panel-details .warning.shortlist,
.profile__main-nav a.warning {
  color: #FFF;
  background: #479AE2; }

.button.warning:focus,
.button.warning:hover,
.discover-panel-details .warning.shortlist:focus,
.discover-panel-details .warning.shortlist:hover,
.profile__main-nav a.warning:focus,
.profile__main-nav a.warning:hover {
  background: #2181d5; }

.button.warning.hollow,
.discover-panel-details .warning.hollow.shortlist,
.profile__main-nav a.warning.hollow {
  color: #479AE2;
  background: 0 0;
  border-color: #479AE2; }

.button.warning.hollow:focus,
.button.warning.hollow:hover,
.discover-panel-details .warning.hollow.shortlist:focus,
.discover-panel-details .warning.hollow.shortlist:hover,
.profile__main-nav a.warning.hollow:focus,
.profile__main-nav a.warning.hollow:hover {
  color: #FFF;
  background: #2181d5;
  border-color: #2181d5; }

.button.colour_green.hollow,
.button.colour_green.hollow:focus,
.button.colour_green.hollow:hover,
.discover-panel-details .colour_green.hollow.shortlist,
.discover-panel-details .colour_green.hollow.shortlist:focus,
.discover-panel-details .colour_green.hollow.shortlist:hover,
.profile__main-nav a.colour_green.hollow,
.profile__main-nav a.colour_green.hollow:focus,
.profile__main-nav a.colour_green.hollow:hover {
  border: .0625rem solid #8FC4C5;
  color: #8FC4C5; }

.button.connected:before,
.discover-panel-details .connected.shortlist:before,
.profile__main-nav a.connected:before {
  left: 0; }

.button.connected [class*=icon-],
.discover-panel-details .connected.shortlist [class*=icon-],
.profile__main-nav a.connected [class*=icon-] {
  float: right;
  font-size: 1.375rem;
  padding-right: .625rem;
  -webkit-transform-origin: 5 0;
  -ms-transform-origin: 5 0;
  transform-origin: 5 0;
  -webkit-animation: tbp-scale .3s linear;
  animation: tbp-scale .3s linear; }

.button.connected .icon-arrow,
.discover-panel-details .connected.shortlist .icon-arrow,
.profile__main-nav a.connected .icon-arrow {
  float: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 1.375rem;
  padding: 0; }

.button.connected:focus,
.button.connected:hover,
.discover-panel-details .connected.shortlist:focus,
.discover-panel-details .connected.shortlist:hover,
.profile__main-nav a.connected:focus,
.profile__main-nav a.connected:hover {
  cursor: default; }

.discover-panel-details .form-header .connected.shortlist,
.form-header .button.connected,
.form-header .discover-panel-details .connected.shortlist,
.form-header .profile__main-nav a.connected,
.profile__main-nav .form-header a.connected {
  margin-bottom: 1.875rem; }

.button:disabled,
.discover-panel-details .shortlist:disabled,
.profile__main-nav a:disabled {
  opacity: .4; }

.button.colour_green:focus,
.button.colour_green:hover,
.discover-panel-details .colour_green.shortlist:focus,
.discover-panel-details .colour_green.shortlist:hover,
.profile__main-nav a.colour_green:focus,
.profile__main-nav a.colour_green:hover {
  background: #FFF; }

.button.colour_woodland,
.discover-panel-details .colour_woodland.shortlist,
.profile__main-nav a.colour_woodland {
  background: #024959; }

.button.colour_woodland:focus,
.button.colour_woodland:hover,
.discover-panel-details .colour_woodland.shortlist:focus,
.discover-panel-details .colour_woodland.shortlist:hover,
.profile__main-nav a.colour_woodland:focus,
.profile__main-nav a.colour_woodland:hover {
  background: #012027; }

.button.colour_woodland.hollow,
.discover-panel-details .colour_woodland.hollow.shortlist,
.profile__main-nav a.colour_woodland.hollow {
  background: 0 0;
  color: #024959;
  border: .0625rem solid #024959; }

.button.colour_woodland.hollow:focus,
.button.colour_woodland.hollow:hover,
.discover-panel-details .colour_woodland.hollow.shortlist:focus,
.discover-panel-details .colour_woodland.hollow.shortlist:hover,
.profile__main-nav a.colour_woodland.hollow:focus,
.profile__main-nav a.colour_woodland.hollow:hover {
  background: #024959;
  border: .0625rem solid #024959;
  color: #FFF; }

.button.colour_marine,
.discover-panel-details .colour_marine.shortlist,
.profile__main-nav a.colour_marine {
  background: #5B9EA6; }

.button.colour_marine:focus,
.button.colour_marine:hover,
.discover-panel-details .colour_marine.shortlist:focus,
.discover-panel-details .colour_marine.shortlist:hover,
.profile__main-nav a.colour_marine:focus,
.profile__main-nav a.colour_marine:hover {
  background: #487f86; }

.button.colour_marine.hollow,
.discover-panel-details .colour_marine.hollow.shortlist,
.profile__main-nav a.colour_marine.hollow {
  background: 0 0;
  color: #5B9EA6;
  border: .0625rem solid #5B9EA6; }

.button.colour_marine.hollow:focus,
.button.colour_marine.hollow:hover,
.discover-panel-details .colour_marine.hollow.shortlist:focus,
.discover-panel-details .colour_marine.hollow.shortlist:hover,
.profile__main-nav a.colour_marine.hollow:focus,
.profile__main-nav a.colour_marine.hollow:hover {
  background: #5B9EA6;
  border: .0625rem solid #5B9EA6;
  color: #FFF; }

.button.colour_pebble,
.discover-panel-details .colour_pebble.shortlist,
.profile__main-nav a.colour_pebble {
  background: #85828F; }

.button.colour_pebble:focus,
.button.colour_pebble:hover,
.discover-panel-details .colour_pebble.shortlist:focus,
.discover-panel-details .colour_pebble.shortlist:hover,
.profile__main-nav a.colour_pebble:focus,
.profile__main-nav a.colour_pebble:hover {
  background: #6c6975; }

.button.colour_pebble.hollow,
.discover-panel-details .colour_pebble.hollow.shortlist,
.profile__main-nav a.colour_pebble.hollow {
  background: 0 0;
  color: #85828F;
  border: .0625rem solid #85828F; }

.button.colour_pebble.hollow:focus,
.button.colour_pebble.hollow:hover,
.discover-panel-details .colour_pebble.hollow.shortlist:focus,
.discover-panel-details .colour_pebble.hollow.shortlist:hover,
.profile__main-nav a.colour_pebble.hollow:focus,
.profile__main-nav a.colour_pebble.hollow:hover {
  background: #85828F;
  border: .0625rem solid #85828F;
  color: #FFF; }

.button.colour_glacier,
.discover-panel-details .colour_glacier.shortlist,
.profile__main-nav a.colour_glacier {
  background: #F0F0F0; }

.button.colour_glacier:focus,
.button.colour_glacier:hover,
.discover-panel-details .colour_glacier.shortlist:focus,
.discover-panel-details .colour_glacier.shortlist:hover,
.profile__main-nav a.colour_glacier:focus,
.profile__main-nav a.colour_glacier:hover {
  background: #d7d7d7; }

.button.colour_glacier.hollow,
.discover-panel-details .colour_glacier.hollow.shortlist,
.profile__main-nav a.colour_glacier.hollow {
  background: 0 0;
  color: #F0F0F0;
  border: .0625rem solid #F0F0F0; }

.button.colour_glacier.hollow:focus,
.button.colour_glacier.hollow:hover,
.discover-panel-details .colour_glacier.hollow.shortlist:focus,
.discover-panel-details .colour_glacier.hollow.shortlist:hover,
.profile__main-nav a.colour_glacier.hollow:focus,
.profile__main-nav a.colour_glacier.hollow:hover {
  background: #F0F0F0;
  border: .0625rem solid #F0F0F0;
  color: #FFF; }

.button.colour_sapphire,
.discover-panel-details .colour_sapphire.shortlist,
.profile__main-nav a.colour_sapphire {
  background: #479AE2; }

.button.colour_sapphire:focus,
.button.colour_sapphire:hover,
.discover-panel-details .colour_sapphire.shortlist:focus,
.discover-panel-details .colour_sapphire.shortlist:hover,
.profile__main-nav a.colour_sapphire:focus,
.profile__main-nav a.colour_sapphire:hover {
  background: #2181d5; }

.button.colour_sapphire.hollow,
.discover-panel-details .colour_sapphire.hollow.shortlist,
.profile__main-nav a.colour_sapphire.hollow {
  background: 0 0;
  color: #479AE2;
  border: .0625rem solid #479AE2; }

.button.colour_sapphire.hollow:focus,
.button.colour_sapphire.hollow:hover,
.discover-panel-details .colour_sapphire.hollow.shortlist:focus,
.discover-panel-details .colour_sapphire.hollow.shortlist:hover,
.profile__main-nav a.colour_sapphire.hollow:focus,
.profile__main-nav a.colour_sapphire.hollow:hover {
  background: #479AE2;
  border: .0625rem solid #479AE2;
  color: #FFF; }

.button.colour_buttercup,
.discover-panel-details .colour_buttercup.shortlist,
.profile__main-nav a.colour_buttercup {
  background: #F0B724; }

.button.colour_buttercup:focus,
.button.colour_buttercup:hover,
.discover-panel-details .colour_buttercup.shortlist:focus,
.discover-panel-details .colour_buttercup.shortlist:hover,
.profile__main-nav a.colour_buttercup:focus,
.profile__main-nav a.colour_buttercup:hover {
  background: #d39c0e; }

.button.colour_buttercup.hollow,
.discover-panel-details .colour_buttercup.hollow.shortlist,
.profile__main-nav a.colour_buttercup.hollow {
  background: 0 0;
  color: #F0B724;
  border: .0625rem solid #F0B724; }

.button.colour_buttercup.hollow:focus,
.button.colour_buttercup.hollow:hover,
.discover-panel-details .colour_buttercup.hollow.shortlist:focus,
.discover-panel-details .colour_buttercup.hollow.shortlist:hover,
.profile__main-nav a.colour_buttercup.hollow:focus,
.profile__main-nav a.colour_buttercup.hollow:hover {
  background: #F0B724;
  border: .0625rem solid #F0B724;
  color: #FFF; }

.button.colour_sorrel,
.discover-panel-details .colour_sorrel.shortlist,
.profile__main-nav a.colour_sorrel {
  background: #66A621; }

.button.colour_sorrel:focus,
.button.colour_sorrel:hover,
.discover-panel-details .colour_sorrel.shortlist:focus,
.discover-panel-details .colour_sorrel.shortlist:hover,
.profile__main-nav a.colour_sorrel:focus,
.profile__main-nav a.colour_sorrel:hover {
  background: #4c7b19; }

.button.colour_sorrel.hollow,
.discover-panel-details .colour_sorrel.hollow.shortlist,
.profile__main-nav a.colour_sorrel.hollow {
  background: 0 0;
  color: #66A621;
  border: .0625rem solid #66A621; }

.button.colour_sorrel.hollow:focus,
.button.colour_sorrel.hollow:hover,
.discover-panel-details .colour_sorrel.hollow.shortlist:focus,
.discover-panel-details .colour_sorrel.hollow.shortlist:hover,
.profile__main-nav a.colour_sorrel.hollow:focus,
.profile__main-nav a.colour_sorrel.hollow:hover {
  background: #66A621;
  border: .0625rem solid #66A621;
  color: #FFF; }

.button.colour_watermelon,
.discover-panel-details .colour_watermelon.shortlist,
.profile__main-nav a.colour_watermelon {
  background: #D94141; }

.button.colour_watermelon:focus,
.button.colour_watermelon:hover,
.discover-panel-details .colour_watermelon.shortlist:focus,
.discover-panel-details .colour_watermelon.shortlist:hover,
.profile__main-nav a.colour_watermelon:focus,
.profile__main-nav a.colour_watermelon:hover {
  background: #c12727; }

.button.colour_watermelon.hollow,
.discover-panel-details .colour_watermelon.hollow.shortlist,
.profile__main-nav a.colour_watermelon.hollow {
  background: 0 0;
  color: #D94141;
  border: .0625rem solid #D94141; }

.button.colour_watermelon.hollow:focus,
.button.colour_watermelon.hollow:hover,
.discover-panel-details .colour_watermelon.hollow.shortlist:focus,
.discover-panel-details .colour_watermelon.hollow.shortlist:hover,
.profile__main-nav a.colour_watermelon.hollow:focus,
.profile__main-nav a.colour_watermelon.hollow:hover {
  background: #D94141;
  border: .0625rem solid #D94141;
  color: #FFF; }

.discover-panel-details .socialaccount_providers.online-profile .shortlist,
.profile__main-nav .socialaccount_providers.online-profile a,
.socialaccount_providers.online-profile .button,
.socialaccount_providers.online-profile .discover-panel-details .shortlist,
.socialaccount_providers.online-profile .profile__main-nav a {
  padding-left: 3.4375rem; }

.discover-panel-details .socialaccount_provider.shortlist,
.profile__main-nav a.socialaccount_provider,
.socialaccount_provider.button {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.compose-message .speech-bubble .button,
.compose-message .speech-bubble .discover-panel-details .shortlist,
.compose-message .speech-bubble .profile__main-nav a,
.discover-panel-details .compose-message .speech-bubble .shortlist,
.profile__main-nav .compose-message .speech-bubble a {
  margin-bottom: .3125rem; }

.compose-message .speech-bubble .button.primary,
.compose-message .speech-bubble .discover-panel-details .primary.shortlist,
.compose-message .speech-bubble .profile__main-nav a.primary,
.discover-panel-details .compose-message .speech-bubble .primary.shortlist,
.profile__main-nav .compose-message .speech-bubble a.primary {
  background-color: #8FC4C5; }

@media screen and (min-width: 40em) {
  .discover-panel-details .socialaccount__disconnect.callout .shortlist,
  .profile__main-nav .socialaccount__disconnect.callout a,
  .socialaccount__disconnect.callout .button,
  .socialaccount__disconnect.callout .discover-panel-details .shortlist,
  .socialaccount__disconnect.callout .profile__main-nav a {
    width: 9.375rem;
    margin-right: 1.25rem; } }

@media screen and (min-width: 64em) {
  .email_list:first-of-type .email__label {
    display: block; }
  .discover-panel-details .email .shortlist,
  .email .button,
  .email .discover-panel-details .shortlist,
  .email .profile__main-nav a,
  .profile__main-nav .email a {
    min-width: 6.25rem; } }

.discover-panel-details .email .shortlist,
.email .button,
.email .discover-panel-details .shortlist,
.email .profile__main-nav a,
.profile__main-nav .email a {
  width: 4.375rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  margin-bottom: 0;
  color: #FFF;
  border-color: #FFF; }

.discover-panel-details .email .shortlist:focus,
.discover-panel-details .email .shortlist:hover,
.email .button:focus,
.email .button:hover,
.email .discover-panel-details .shortlist:focus,
.email .discover-panel-details .shortlist:hover,
.email .profile__main-nav a:focus,
.email .profile__main-nav a:hover,
.profile__main-nav .email a:focus,
.profile__main-nav .email a:hover {
  color: #FFF;
  border-color: #FFF; }

@media screen and (min-width: 40em) {
  .discover-panel-details .email .shortlist,
  .email .button,
  .email .discover-panel-details .shortlist,
  .email .profile__main-nav a,
  .profile__main-nav .email a {
    width: 5.625rem; }
  .collab__create .sort-by .section-heading {
    text-align: right; } }

.discover-panel-details .email__status .icon.shortlist,
.email__status .button.icon,
.email__status .discover-panel-details .icon.shortlist,
.email__status .profile__main-nav a.icon,
.profile__main-nav .email__status a.icon {
  padding-top: .3125rem; }

@media screen and (max-width: 63.9375em) {
  .discover-panel-details .email__status .icon.shortlist,
  .email__status .button.icon,
  .email__status .discover-panel-details .icon.shortlist,
  .email__status .profile__main-nav a.icon,
  .profile__main-nav .email__status a.icon {
    width: 1.875rem; } }

.discover-panel-details .email__status .icon.shortlist:focus,
.discover-panel-details .email__status .icon.shortlist:hover,
.email__status .button.icon:focus,
.email__status .button.icon:hover,
.email__status .discover-panel-details .icon.shortlist:focus,
.email__status .discover-panel-details .icon.shortlist:hover,
.email__status .profile__main-nav a.icon:focus,
.email__status .profile__main-nav a.icon:hover,
.profile__main-nav .email__status a.icon:focus,
.profile__main-nav .email__status a.icon:hover {
  cursor: default; }

.discover-panel-details .get-started .onBoarding .form-body .expand.shortlist,
.discover-panel-details .get-started .sendBrief .form-body .expand.shortlist,
.get-started .onBoarding .form-body .button.expand,
.get-started .onBoarding .form-body .discover-panel-details .expand.shortlist,
.get-started .onBoarding .form-body .profile__main-nav a.expand,
.get-started .sendBrief .form-body .button.expand,
.get-started .sendBrief .form-body .discover-panel-details .expand.shortlist,
.get-started .sendBrief .form-body .profile__main-nav a.expand,
.profile__main-nav .get-started .onBoarding .form-body a.expand,
.profile__main-nav .get-started .sendBrief .form-body a.expand {
  background-color: #8FC4C5;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.discover-panel-details .get-started .onBoarding .form-body .next.shortlist,
.discover-panel-details .get-started .sendBrief .form-body .next.shortlist,
.get-started .onBoarding .form-body .button.next,
.get-started .onBoarding .form-body .discover-panel-details .next.shortlist,
.get-started .onBoarding .form-body .profile__main-nav a.next,
.get-started .sendBrief .form-body .button.next,
.get-started .sendBrief .form-body .discover-panel-details .next.shortlist,
.get-started .sendBrief .form-body .profile__main-nav a.next,
.profile__main-nav .get-started .onBoarding .form-body a.next,
.profile__main-nav .get-started .sendBrief .form-body a.next {
  background-color: #85828F;
  float: right;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.discover-panel-details .get-started .onBoarding .form-body .one-column .cta .next.shortlist,
.discover-panel-details .get-started .sendBrief .form-body .one-column .cta .next.shortlist,
.get-started .onBoarding .form-body .one-column .cta .button.next,
.get-started .onBoarding .form-body .one-column .cta .discover-panel-details .next.shortlist,
.get-started .onBoarding .form-body .one-column .cta .profile__main-nav a.next,
.get-started .sendBrief .form-body .one-column .cta .button.next,
.get-started .sendBrief .form-body .one-column .cta .discover-panel-details .next.shortlist,
.get-started .sendBrief .form-body .one-column .cta .profile__main-nav a.next,
.profile__main-nav .get-started .onBoarding .form-body .one-column .cta a.next,
.profile__main-nav .get-started .sendBrief .form-body .one-column .cta a.next {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.discover-panel-details .top-bar input.shortlist,
.top-bar .discover-panel-details input.shortlist,
.top-bar input.button {
  width: auto; }

.discover-panel-details .label.shortlist,
.label.button,
.profile__main-nav a.label {
  margin: 0 0 1rem;
  display: inline-block;
  padding: .33333rem 1.5625rem .33333rem .5rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  text-transform: capitalize;
  font-size: .8125rem;
  border: .0625rem solid #5B9EA6;
  border-radius: .25rem;
  background-color: #5B9EA6;
  color: #FFF;
  position: relative; }

.discover-panel-details .label.shortlist > :first-child,
.label.button > :first-child,
.profile__main-nav a.label > :first-child {
  margin-top: 0; }

.discover-panel-details .label.shortlist > :last-child,
.label.button > :last-child,
.profile__main-nav a.label > :last-child {
  margin-bottom: 0; }

.discover-panel-details .label.shortlist .close-button,
.label.button .close-button,
.profile__main-nav a.label .close-button {
  font-size: 1rem;
  color: inherit;
  top: .25rem;
  right: .5625rem; }

.discover-panel-details .label.shortlist:focus,
.discover-panel-details .label.shortlist:hover,
.label.button:focus,
.label.button:hover,
.profile__main-nav a.label:focus,
.profile__main-nav a.label:hover {
  background-color: inherit;
  color: #5B9EA6;
  cursor: pointer; }

.label.button-link {
  background-color: #85828F;
  cursor: pointer; }

.label.button-link:focus,
.label.button-link:hover {
  background-color: #6c6975;
  color: #FFF; }

.discover-panel-details .label.static.shortlist,
.label.button.static,
.profile__main-nav a.label.static {
  padding-right: inherit;
  background-color: inherit;
  color: #5B9EA6;
  cursor: default; }

.callout-avatar_cta .button,
.callout-avatar_cta .discover-panel-details .shortlist,
.callout-avatar_cta .profile__main-nav a,
.discover-panel-details .callout-avatar_cta .shortlist,
.profile__main-nav .callout-avatar_cta a {
  width: 100%; }

.callout .callout-buttons {
  padding: .625rem 0; }

.callout .callout-buttons .button,
.callout .callout-buttons .discover-panel-details .shortlist,
.callout .callout-buttons .profile__main-nav a,
.discover-panel-details .callout .callout-buttons .shortlist,
.profile__main-nav .callout .callout-buttons a {
  margin-bottom: inherit;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-right: 1.25rem; }

.button.connected,
.discover-panel-details .connected.shortlist,
.form-group.left-align,
.profile__main-nav a.connected {
  text-align: left; }

.collab__create {
  background-color: #F0F0F0;
  padding-bottom: 3.75rem; }

.collab__create .sort-by .section-heading {
  display: block; }

.collab__create-cta {
  z-index: 2; }

.collab__create-head {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  background-color: #FFF;
  margin-top: 1.875rem;
  position: relative;
  width: 100%;
  float: left;
  padding: .625rem 1.25rem; }

@media screen and (min-width: 64em) {
  .collab__create-head {
    margin-top: 3.75rem;
    padding: 1.875rem 2.5rem; } }

.collab__create-head:after {
  content: "";
  font-size: 4.375rem;
  position: absolute;
  top: .625rem;
  right: 5%;
  color: #F0F0F0;
  z-index: 0; }

@media screen and (min-width: 40em) {
  .collab__create-head:after {
    font-size: 10rem;
    top: 0;
    right: 5%; } }

.collab__create-frame {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
  margin-top: 1.25rem; }

.collab__cta [class*=icon-] {
  font-size: 3.125rem;
  color: #F0F0F0; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .collab__cta [class*=icon-] {
    margin-left: 3.125rem; } }

@media screen and (min-width: 64em) {
  .collab__create-frame {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .collab__cta [class*=icon-] {
    font-size: 8.125rem; }
  .collab__create-panel {
    text-align: center;
    padding: 1.875rem 1.25rem .625rem; } }

.collab__create-panel {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  background-color: #FFF;
  padding: 1.875rem 1.25rem .625rem; }

.collab__create-panel .title span {
  font-size: 1rem;
  display: block; }

.collab__image-wrap,
.collab__meta-list li {
  display: inline-block; }

.collab__create-panel time {
  display: inline-block;
  padding: .5rem 1.25rem;
  margin: 0 0 .625rem;
  color: #FFF;
  background-color: #85828F;
  font-size: .875rem; }

.collab__details,
.collab__image {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.collab__create-panel .button.expired,
.collab__create-panel .discover-panel-details .expired.shortlist,
.collab__create-panel .profile__main-nav a.expired,
.collab__create-panel time.expired,
.discover-panel-details .collab__create-panel .expired.shortlist,
.profile__main-nav .collab__create-panel a.expired {
  background-color: #d7d7d7; }

.collab__create-panel .button,
.collab__create-panel .discover-panel-details .shortlist,
.collab__create-panel .profile__main-nav a,
.discover-panel-details .collab__create-panel .shortlist,
.profile__main-nav .collab__create-panel a {
  margin-right: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .collab__cta .collab__create-panel .button,
  .collab__cta .collab__create-panel .discover-panel-details .shortlist,
  .collab__cta .collab__create-panel .profile__main-nav a,
  .discover-panel-details .collab__cta .collab__create-panel .shortlist,
  .profile__main-nav .collab__cta .collab__create-panel a {
    margin-top: .9375rem; } }

.collab__create-panel .profile__network {
  margin-top: .3125rem;
  margin-bottom: .625rem;
  text-align: left; }

@media screen and (min-width: 64em) {
  .collab__create-panel .button,
  .collab__create-panel .discover-panel-details .shortlist,
  .collab__create-panel .profile__main-nav a,
  .discover-panel-details .collab__create-panel .shortlist,
  .profile__main-nav .collab__create-panel a {
    min-width: 11.25rem; }
  .collab__create-panel .profile__network {
    text-align: center;
    margin-top: .625rem;
    margin-bottom: 1.25rem; } }

.collab__create-panel .profile__network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-top: 0;
  margin-bottom: .3125rem; }

.collab__create-panel .profile__network a [class*=icon-] {
  font-size: .75rem; }

@media screen and (max-width: 63.9375em) {
  .collab__create-panel .profile__network a {
    text-align: center; }
  .collab__cta .collab__create-panel {
    padding-top: .9375rem; } }

.collab__details {
  text-align: left;
  width: 66.66667%; }

@media screen and (min-width: 64em) {
  .collab__details {
    text-align: center;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .collab__create-panel .button,
  .collab__create-panel .discover-panel-details .shortlist,
  .collab__create-panel .profile__main-nav a,
  .discover-panel-details .collab__create-panel .shortlist,
  .profile__main-nav .collab__create-panel a {
    position: relative;
    left: 33.33333%;
    margin-left: .625rem; }
  .collab__cta .collab__create-panel .button,
  .collab__cta .collab__create-panel .discover-panel-details .shortlist,
  .collab__cta .collab__create-panel .profile__main-nav a,
  .discover-panel-details .collab__cta .collab__create-panel .shortlist,
  .profile__main-nav .collab__cta .collab__create-panel a {
    position: relative;
    left: 0;
    margin-left: .625rem; }
  .collab__cta .collab__details {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.collab__image {
  width: 33.33333%; }

@media screen and (min-width: 64em) {
  .collab__image {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .collab__cta .collab__image {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.collab__image-wrap {
  border-radius: 50%;
  overflow: hidden;
  border: .1875rem solid #F0F0F0;
  background: rgba(240, 240, 240, 0.7);
  height: 5.625rem;
  width: 5.625rem;
  position: relative;
  z-index: 8; }

@media screen and (min-width: 40em) {
  .collab__image-wrap {
    height: 8.125rem;
    width: 8.125rem; } }

@media screen and (min-width: 64em) {
  .collab__image-wrap {
    height: 10rem;
    width: 10rem; } }

.collab__image-wrap img {
  height: initial;
  width: 100%;
  max-width: 18.75rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.collab__meta-list {
  margin: 0;
  list-style: none; }

.collab__meta-list [class*=icon-] {
  margin-left: .625rem;
  margin-right: .1875rem;
  color: #9f9da7; }

.collab__description {
  width: 100%;
  float: left;
  text-align: center;
  border-top: .0625rem solid #d7d7d7;
  border-bottom: .0625rem solid #d7d7d7;
  padding: 1.25rem .625rem .625rem; }

.collab__requirements {
  text-align: center;
  margin-top: 2.5rem;
  padding: 2.5rem 1.25rem 1.875rem;
  background-color: #F0F0F0;
  border-radius: .5rem; }

.collab__requirements .profile__social-stats {
  padding-top: 0; }

.collab__requirements-stats {
  list-style: none;
  margin: 0; }

.collab__requirements-stats li {
  width: 50%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .collab__requirements-stats li {
    display: inline-block;
    width: 18%;
    float: none; } }

@media screen and (min-width: 64em) {
  .collab__requirements-stats li {
    display: inline-block;
    width: 18%;
    float: none; } }

.collab__requirements-stats [class*=icon-] {
  font-size: 2.5rem;
  display: block;
  color: #5B9EA6; }

.collab__req-stat {
  display: block;
  font-size: 1.875rem;
  color: #012027;
  margin-bottom: .625rem; }

.collab__strap {
  font-size: .875rem;
  color: #85828F; }

.collab__heading {
  line-height: normal; }

.collab-brief .split-column.age .form-group .label-control,
.collab-brief .split-column.gender .form-group .label-control {
  line-height: 2.1875rem; }

.collab__requirements-social,
.collab__requirements-social-meta {
  list-style: none;
  margin: 0; }

.collab__requirements-social-meta > li,
.collab__requirements-social > li {
  margin: 1.875rem 0 0;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.collab-dash,
.collab__empty,
.collab__logo {
  margin-bottom: 1.25rem; }

@media screen and (min-width: 40em) {
  .collab__requirements-social-meta > li,
  .collab__requirements-social > li {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .collab__requirements-social-meta > li,
  .collab__requirements-social > li {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.filter .collab__requirements-social-meta [class*=icon-] {
  color: #8FC4C5;
  font-size: 4.375rem;
  margin-top: 1.875rem;
  height: 6.25rem; }

.filter .collab__requirements-social-meta .progress_bars,
.filter .collab__requirements-social-meta li {
  margin-top: 0; }

.collab__requirements-panel {
  background-color: #FFF;
  border: .0625rem solid #d7d7d7;
  padding: 1.25rem .625rem;
  display: table;
  width: 100%; }

.collab__requirements-panel .collab__requirements-social-text,
.collab__requirements-panel [class*=icon-] {
  display: inline-block; }

.collab__requirements-panel [class*=icon-] {
  width: 17%;
  display: table-cell;
  vertical-align: top;
  color: #d7d7d7;
  font-size: 1.625rem;
  border-right: .0625rem solid #d7d7d7;
  padding-right: 3%; }

.collab__requirements-panel .collab__requirements-social-text {
  width: 80%;
  text-align: left; }

.collab__empty {
  margin-top: 1.25rem;
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .collab__empty {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.collab__empty-message {
  padding: 3.125rem 1.25rem 2.5rem; }

.collab-dash__heading,
.collab-dash__row {
  padding-top: .625rem;
  padding-bottom: .625rem; }

.collab-dash,
.collab-dash .name {
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.collab__logo {
  font-size: 4.375rem;
  color: #FFF;
  width: 6.25rem;
  height: 6.25rem;
  background: #F0F0F0;
  border-radius: 50%;
  display: inline-block; }

.collab-dash__row.odd,
.picker__holder {
  background: #fff; }

.collab__dropdown-heading {
  display: block;
  font-weight: 700; }

@media screen and (max-width: 63.9375em) {
  .collab__dropdown-label {
    display: block;
    font-weight: 700; } }

.collab__dropdown-date {
  display: inline-block;
  min-width: 5.625rem;
  min-height: .625rem; }

.collab-dash {
  width: 100%; }

.collab-dash__heading {
  font-weight: 700;
  border-bottom: .0625rem solid #85828F;
  font-size: .8125rem;
  font-family: lato-semibold-webfont, Helvetica, Roboto, Arial, sans-serif; }

.collab-brief .facebook-icon:before,
.collab-brief .google-icon:before,
.collab-brief .instagram-icon:before,
.collab-brief .twitter-icon:before,
.custom-search-bar .controls.custom-button:before {
  font-weight: 400;
  font-family: icomoon;
  speak: none;
  font-style: normal; }

.collab-dash__row {
  border-bottom: .0625rem solid #F0F0F0; }

.collab-dash__row.even {
  background: #FFF; }

.collab-dash .name {
  width: 25%; }

@media screen and (min-width: 64em) {
  .collab-dash .name {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.collab-dash .info,
.collab-dash .info .info-text,
.collab-dash .status {
  float: left;
  padding-left: 0;
  padding-right: 0; }

.collab-dash .info {
  width: 16.66667%; }

.collab-dash .info .info-large {
  display: none; }

.collab-dash .info .info-small {
  display: block; }

.collab-dash .info .info-text {
  display: block;
  text-align: center;
  width: 100%; }

@media screen and (min-width: 64em) {
  .collab-dash .info,
  .collab-dash .info .info-text {
    width: 33.33333%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  .collab-dash .info .info-large {
    display: block; }
  .collab-dash .info .info-small {
    display: none; }
  .collab-dash .info .info-text {
    display: inline-block;
    text-align: center; }
  .collab-dash .status {
    width: 16.66667%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.collab-dash .status {
  text-align: center;
  width: 16.66667%; }

@media screen and (min-width: 64em) {
  .collab-dash .status .label {
    width: 8.125rem; }
  .collab-dash .status .label [class*=icon-] {
    float: left;
    padding-left: .1875rem; } }

.collab-dash .messages,
.collab-dash .report {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  float: left; }

.collab-dash .status .has-tip {
  border: 0;
  color: inherit; }

.collab-dash .messages {
  width: 16.66667%; }

@media screen and (min-width: 64em) {
  .collab-dash .messages {
    width: 8.33333%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.collab-dash .report {
  width: 25%; }

@media screen and (min-width: 64em) {
  .collab-dash .report {
    width: 16.66667%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.collab-brief .split-column {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .collab-brief .split-column {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.collab-brief .split-column .label-control {
  height: 1.875rem; }

.collab-brief .split-column.total .form-group {
  width: 83.33333%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.collab-brief .split-column.total .form-group:first-of-type {
  width: 8.33333%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.collab-brief .split-column.gender .form-group {
  width: 58.33333%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.collab-brief .split-column.gender .form-group:first-of-type {
  margin-right: 3.75rem;
  width: 8.33333%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.collab-brief .split-column.age .form-group {
  width: 33.33333%;
  float: left;
  padding-left: .3125rem;
  padding-right: .3125rem; }

.collab-brief .split-column.age .form-group:first-of-type {
  margin-right: 2.5rem;
  width: 8.33333%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.collab-brief .split-column.genre .controls,
.collab-brief .split-column.location .controls {
  margin-bottom: .625rem; }

.collab-brief .image-container {
  margin-bottom: 1.25rem; }

.collab-brief__requirements {
  background: #eeeeef;
  margin-bottom: 1.25rem; }

.collab-brief__requirements hr {
  border-bottom-color: #FFF; }

.collab-brief__input .form-group {
  width: 58.33333%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.collab-brief__input .form-group:first-of-type {
  width: 25%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .collab-brief__input .form-group:first-of-type {
    width: 41.66667%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  .custom-search-bar .controls.custom-dropdown {
    padding-left: .625rem;
    padding-right: .625rem; } }

.collab-brief__age {
  width: 50%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.collab-brief .facebook-icon .text,
.collab-brief .google-icon .text,
.collab-brief .icon-label-sr,
.collab-brief .instagram-icon .text,
.collab-brief .twitter-icon .text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.collab-brief .facebook-icon,
.collab-brief .google-icon,
.collab-brief .instagram-icon,
.collab-brief .twitter-icon {
  position: relative;
  font-size: 1.25rem; }

.collab-brief .facebook-icon:before,
.collab-brief .google-icon:before,
.collab-brief .instagram-icon:before,
.collab-brief .twitter-icon:before {
  display: inline-block;
  border: .0625rem solid #85828F;
  border-radius: .5rem;
  background: #FFF;
  width: 2.375rem;
  height: 2.375rem;
  bottom: 0;
  left: 0;
  text-align: center; }

.collab-brief .twitter-icon {
  color: #1DA1F2; }

.collab-brief .twitter-icon:before {
  content: ""; }

.collab-brief .instagram-icon {
  color: #125688; }

.collab-brief .instagram-icon:before {
  content: ""; }

.collab-brief .facebook-icon {
  color: #3B5998; }

.collab-brief .facebook-icon:before {
  content: ""; }

.collab-brief .google-icon {
  color: #D94141; }

.collab-brief .google-icon:before {
  content: ""; }

.create__collaboration {
  padding-bottom: 1.875rem; }

.create__collaboration .strap {
  letter-spacing: .125rem; }

.create__collaboration .opportunity {
  background: url(../img/background-3.png) top left no-repeat #F0F0F0;
  background-size: cover;
  color: #85828F;
  text-align: center;
  padding: 3.75rem 0;
  border-bottom: .0625rem solid #F0F0F0; }

.create__collaboration .alternate-bg {
  background-color: #F0F0F0;
  width: 100%;
  float: left;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 2.5rem 0 1.25rem; }

.create__collaboration .alternate-bg.soft-edge {
  border-radius: .5rem;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 64em) {
  .create__collaboration .alternate-bg.soft-edge {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.create__collaboration .image-select > li,
.create__collaboration-head,
.create__collabortation-body {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.create__collaboration .alternate-bg.light {
  background-color: #FFF; }

.create__collaboration .image-select {
  list-style: none;
  margin: 0; }

.create__collaboration .image-select input[type=radio] + label {
  border: .1875rem solid #FFF;
  transition: all .3s ease-in-out;
  margin: 0;
  overflow: hidden; }

.create__collaboration .image-select input[type=radio] + label img {
  transition: all .22s ease-in-out; }

.create__collaboration .image-select input[type=radio] + label.active,
.create__collaboration .image-select input[type=radio] + label:hover {
  border: .1875rem solid #5B9EA6;
  color: #5B9EA6;
  position: relative;
  box-shadow: .1875rem .1875rem .625rem #9f9da7;
  cursor: pointer; }

.create__collaboration .image-select input[type=radio] + label.active:after,
.create__collaboration .image-select input[type=radio] + label:hover:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon;
  position: absolute;
  top: 25%;
  left: 40%;
  font-size: 1.625rem; }

.create__collaboration .image-select input[type=radio] + label.active img,
.create__collaboration .image-select input[type=radio] + label:hover img {
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08); }

.create__collaboration .image-select input[type=radio]:checked + label {
  color: #5B9EA6;
  font-style: normal;
  border: .1875rem solid #5B9EA6; }

.create__collaboration .image-select > li {
  margin: 0 0 1.875rem;
  width: 50%; }

@media screen and (min-width: 40em) {
  .create__collaboration .image-select > li {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .create__collaboration .image-select > li {
    width: 16.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.create__collaboration-head {
  width: 100%; }

.create__collaboration-footer {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 3.75rem; }

.create__collabortation-body {
  width: 100%; }

.create__collaboration-form {
  padding-top: 2.5rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.create__collaboration-form .errors {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.create__collaboration-form .age .form-group,
.create__collaboration-form .range-fee .form-group {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.create__collaboration-form .age .form-group:first-of-type,
.create__collaboration-form .range-fee .form-group:first-of-type {
  padding-right: .625rem; }

.create__collaboration-form .age .form-group:last-of-type,
.create__collaboration-form .range-fee .form-group:last-of-type {
  padding-left: .625rem; }

.create__collaboration-form .controls {
  position: relative; }

.create__collaboration-form .controls.facebook input,
.create__collaboration-form .controls.hashtag input,
.create__collaboration-form .controls.instagram input,
.create__collaboration-form .controls.twitter input {
  padding-left: 2.1875rem; }

.create__collaboration-form .controls:after {
  position: absolute;
  bottom: .3125rem;
  left: .625rem;
  color: #5B9EA6; }

.create__collaboration-form .controls.hashtag:after {
  content: '#';
  font-size: 1.125rem;
  display: block;
  font-weight: 700; }

.create__collaboration-form .controls.facebook:after,
.create__collaboration-form .controls.instagram:after,
.create__collaboration-form .controls.twitter:after,
.create__collaboration-form .controls.youtube:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon;
  font-size: 1.125rem;
  display: block; }

.create__collaboration-form .controls.instagram:after {
  content: ""; }

.create__collaboration-form .controls.twitter:after {
  content: ""; }

.create__collaboration-form .controls.facebook:after {
  content: ""; }

.create__collaboration-form .controls.youtube:after {
  content: ""; }

.create__collaboration-form .social-requirements {
  margin-bottom: 1.25rem; }

.create__collaboration-form .social-requirements [class*=icon-] {
  text-align: center;
  color: #5B9EA6;
  font-size: 2.5rem;
  display: block; }

.create__collaboration-form .social-requirements .switch {
  text-align: center; }

.create__collaboration-form .social-requirements .combined {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .create__collaboration-form .social-requirements .combined {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.create__collaboration-form .social-requirements .combined .combined-number {
  width: 50%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .create__collaboration-form .social-requirements .combined .combined-number {
    width: 75%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.create__collaboration-form .social-requirements .combined .combined-text {
  width: 50%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: 2.1875rem; }

@media screen and (min-width: 40em) {
  .create__collaboration-form .social-requirements .combined .combined-text {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.create__collaboration-form .social-requirements .custom {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .create__collaboration-form .social-requirements .custom {
    width: 75%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.create__collaboration-form .social-requirements .instruction {
  text-align: center;
  display: block; }

.create__collaboration-form .social-requirements .controls input {
  text-align: center; }

.create__collaboration-head .red {
  color: #D79695; }

.create__collaboration-form-head {
  margin-top: .625rem;
  margin-bottom: .625rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.create__collaboration-form-head .title {
  font-size: 1.375rem;
  color: #024959;
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  position: relative;
  display: block; }

.create__collaboration-form-head .title:before {
  content: '';
  border-bottom: .125rem solid #85828F;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 10%; }

.create__collaboration-form-head .title small {
  font-size: .875rem; }

.our-community {
  text-align: center;
  padding: 3.125rem 0;
  background-color: #F0F0F0; }

.our-community [class*=icon-] {
  display: block;
  font-size: 3.4375rem;
  color: #8FC4C5; }

.our-community p span {
  display: block;
  font-size: 2.1875rem;
  color: #6c6975; }

.our-community-panel {
  margin: 2.5rem 0 0; }

.our-community-panel li {
  list-style: none;
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .our-community-panel li {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.our-community-panel li figure {
  margin: 0;
  position: relative;
  color: #FFF; }

.our-community-panel li figure a {
  color: #FFF; }

.our-community-panel li figure .genre,
.our-community-panel li figure .name {
  position: absolute;
  display: block;
  text-align: center;
  left: 0; }

.our-community-panel li figure .genre {
  top: 0;
  min-width: 40%;
  max-width: 85%; }

.our-community-panel li figure .genre span {
  position: relative;
  background-color: #85828F;
  padding: .5rem;
  margin-left: 2rem;
  display: block;
  font-weight: 700; }

.our-community-panel li figure .genre:after,
.our-community-panel li figure .genre:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0; }

.our-community-panel li figure .genre:before {
  left: .0625rem;
  width: 0;
  height: 0;
  border-top: 2.5625rem solid #85828F;
  border-left: 2rem solid transparent; }

.our-community-panel li figure .genre:after {
  right: -2rem;
  width: 0;
  height: 0;
  border-top: 2.5625rem solid #85828F;
  border-right: 2rem solid transparent; }

.our-community-panel li figure .name {
  border-radius: .3125rem;
  padding: .625rem .3125rem;
  background-color: rgba(215, 150, 149, 0.7);
  width: 84%;
  margin-left: 8%;
  font-weight: 700;
  bottom: 10.625rem; }

.our-community-panel li figure .statistics {
  position: absolute;
  background-color: rgba(143, 196, 197, 0.7);
  border-radius: .3125rem;
  padding: .625rem .3125rem;
  width: 84%;
  margin-left: 8%;
  bottom: 3.125rem; }

.our-community-panel li figure .statistics .number {
  font-size: .8125rem;
  padding: 0 .125rem;
  font-weight: 700;
  margin-bottom: 0; }

.our-community-panel li figure .statistics [class*=icon-] {
  display: block;
  background-color: #8FC4C5;
  border-radius: .3125rem;
  color: #FFF;
  font-size: 1.25rem;
  padding: .1875rem .75rem; }

.community-stats ul,
.community-stats ul li {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.our-community-panel li figure .name,
.our-community-panel li figure .statistics {
  opacity: 0;
  transition: all .2s ease-in-out; }

.our-community-panel li figure:focus .name,
.our-community-panel li figure:focus .statistics,
.our-community-panel li figure:hover .name,
.our-community-panel li figure:hover .statistics {
  opacity: 1; }

.our-community-panel li figure:focus .name,
.our-community-panel li figure:hover .name {
  bottom: 10rem; }

.our-community-panel li figure:focus .statistics,
.our-community-panel li figure:hover .statistics {
  bottom: 4.375rem; }

.community-stats ul {
  margin: 3.125rem 0 1.25rem;
  width: 100%; }

@media screen and (min-width: 40em) {
  .community-stats ul {
    width: 83.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-left: 16.66667%; } }

.community-stats ul li {
  list-style: none;
  display: inline-block;
  width: 100%; }

@media screen and (min-width: 40em) {
  .community-stats ul li {
    width: 16.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.community-stats [class*=icon-] {
  font-size: 3.4375rem; }

.community-stats .statistic {
  display: block;
  color: #6c6975;
  margin-bottom: 1.25rem; }

.custom-search-bar {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  margin: 0 0 1rem;
  background-color: #FFF;
  padding-right: .625rem;
  overflow: hidden; }

.custom-search-bar .controls {
  border-radius: 0;
  display: inline-block; }

.custom-search-bar .controls select {
  border-radius: .5rem; }

.custom-search-bar .controls input,
.custom-search-bar .controls select {
  margin: 0;
  border: inherit; }

.custom-search-bar .controls.custom-dropdown {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 33.33333%;
  float: left;
  border-right: .0625rem solid #F0F0F0; }

@media screen and (min-width: 40em) {
  .custom-search-bar .controls.custom-dropdown {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left; }
  .custom-search-bar .controls.custom-input {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .custom-search-bar .controls.custom-dropdown {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 16.66667%;
    float: left; } }

.custom-search-bar .controls.custom-dropdown:after {
  display: none; }

.custom-search-bar .controls.custom-dropdown select {
  border-right: none; }

.custom-search-bar .controls.custom-input {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 41.66667%;
  float: left; }

@media screen and (min-width: 40em) {
  .custom-search-bar .controls.custom-input {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 58.33333%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .custom-search-bar .controls.custom-dropdown,
  .custom-search-bar .controls.custom-input {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .custom-search-bar .controls.custom-input {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 75%;
    float: left; } }

@media screen and (min-width: 64em) and (min-width: 40em) {
  .custom-search-bar .controls.custom-dropdown,
  .custom-search-bar .controls.custom-input {
    padding-left: .625rem;
    padding-right: .625rem; } }

.custom-search-bar .controls.custom-input input {
  border-radius: 0;
  letter-spacing: .0625rem; }

.custom-search-bar .controls.custom-input.expanded {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: .625rem; }

@media screen and (min-width: 40em) {
  .custom-search-bar .controls.custom-input.expanded {
    width: 83.33333%;
    float: left;
    padding-right: 0;
    padding-left: .625rem; } }

@media screen and (min-width: 64em) {
  .custom-search-bar .controls.custom-input.expanded {
    width: 91.66667%;
    float: left;
    padding-right: 0;
    padding-left: .625rem; } }

.custom-search-bar .controls.custom-button {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 25%;
  float: left;
  position: relative;
  background: 0 0; }

@media screen and (min-width: 40em) {
  .custom-search-bar .controls.custom-button {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 16.66667%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .custom-search-bar .controls.custom-button {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .custom-search-bar .controls.custom-button {
    padding-left: .625rem;
    width: 8.33333%;
    float: left;
    padding-right: 1.25rem; } }

@media screen and (min-width: 64em) and (min-width: 40em) {
  .custom-search-bar .controls.custom-button {
    padding-left: .625rem;
    padding-right: .625rem; } }

.custom-search-bar .controls.custom-button .btn-block {
  position: relative; }

.custom-search-bar .controls.custom-button:before {
  content: "";
  position: absolute;
  left: .625rem;
  bottom: .4375rem; }

.custom-search-bar .controls.custom-button .btn-primary {
  background: 0 0;
  padding-left: 1.25rem; }

.custom-search-bar .controls.custom-button:focus,
.custom-search-bar .controls.custom-button:hover {
  background-color: #5B9EA6;
  color: #FFF; }

.custom-search-bar .controls.custom-button:focus .btn-primary,
.custom-search-bar .controls.custom-button:hover .btn-primary {
  color: #FFF; }

.picker__input {
  cursor: default; }

.picker__input.picker__input--active {
  border-color: #0089ec; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
  transition: opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s, -webkit-transform .15s ease-out;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s, -webkit-transform .15s ease-out; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 95%; }

.picker__footer,
.picker__header,
.picker__table {
  text-align: center; }

.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
  transition: opacity .15s ease-out, max-height 0s, border-width 0s, -webkit-transform .15s ease-out;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s, -webkit-transform .15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

.picker--opened .picker__holder:focus,
.picker--opened .picker__holder:hover {
  outline: 0; }

.picker__box {
  padding: 0 .3125rem; }

.picker__header {
  position: relative;
  margin-top: .75em; }

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

.picker__nav--next:before,
.picker__nav--prev:before {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }

.picker__nav--prev {
  left: -1.25em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -.45em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -.5em; }
  .picker__nav--next,
  .picker__nav--prev {
    top: -.33em; }
  .picker__nav--prev {
    padding-right: 1.5em; }
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--next:before {
  content: ""; }

.picker__nav--prev:before {
  content: ""; }

.picker__nav--next:before,
.picker__nav--prev:before {
  color: #5B9EA6;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000; }

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0; }

.picker__table {
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-bottom: 0; }

.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500; }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #ddd; }

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
  color: #fff; }

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background-color: #F0F0F0; }

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  border-color: #0089ec;
  outline: 0; }

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

.picker__list {
  list-style: none;
  padding: .75em 0 4.2em;
  margin: 0; }

.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em; }

.picker__list-item--highlighted,
.picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10; }

.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10; }

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto; }

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0; }

.picker--time .picker__button--clear:before {
  top: -.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700; }

.picker--time .picker__button--clear:focus:before,
.picker--time .picker__button--clear:hover:before {
  color: #fff;
  border-color: #fff; }

.picker--time {
  min-width: 256px;
  max-width: 320px; }

.picker--time .picker__holder {
  background: #f2f2f2; }

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em; } }

.picker--time .picker__box {
  padding: 0;
  position: relative; }

.form-error,
.is-invalid-label {
  color: #D94141; }

.custom-hr,
.has-tip,
.title-bar-title,
table caption {
  font-weight: 700; }

input + .switch-paddle {
  margin: 0; }

input:checked ~ .switch-paddle {
  background: #8FC4C5; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

input:checked + label > .switch-active {
  display: block; }

input:checked + label > .switch-inactive {
  display: none; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

table tbody,
table tfoot,
table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

table tfoot,
table thead {
  background: #f8f8f8;
  color: #85828F; }

table tfoot tr,
table thead tr {
  background: 0 0; }

table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left; }

table tbody tr:nth-child(even) {
  background-color: #f1f1f1; }

@media screen and (max-width: 63.9375em) {
  table.stack tfoot,
  table.stack thead {
    display: none; }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block; }
  table.stack td {
    border-top: 0; } }

.community-stats .statistic,
.h1,
.message-inbox-empty,
.profile-card-empty,
.profile__social-grid .stat span,
.responsiveGallery-btn,
.usp-module-group .title,
h1 {
  font-size: 1.5rem; }

@media screen and (min-width: 40em) {
  .community-stats .statistic,
  .h1,
  .message-inbox-empty,
  .profile-card-empty,
  .profile__social-grid .stat span,
  .responsiveGallery-btn,
  .usp-module-group .title,
  h1 {
    font-size: 1.875rem; } }

.discover-panel-overlay:focus .title,
.discover-panel-overlay:hover .title,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .new,
.get-started .options .title,
.h2,
.profile__total-stats,
.profile__total-stats i,
.usp-module-group .title,
h2 {
  font-size: 1.25rem; }

.community-stats ul li,
.discover-panel-content .title,
.discover-panel-logo-alt,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li,
.get-started .options li .panel,
.h4,
.message-inbox-content .date,
.message-inbox-content .status,
.message-inbox-content .subject,
.message-inbox-content .users,
.message-thread-messages .subject,
.new-message-form label,
.our-community p,
.our-community-panel li figure .name,
.profile__meta-detail,
.profile__social-grid .stat .title,
.section-heading,
.static-template .accordion .accordion-title,
.w-responsivGallery-info,
h4 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  .community-stats ul li,
  .discover-panel-content .title,
  .discover-panel-logo-alt,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li,
  .get-started .options li .panel,
  .h4,
  .message-inbox-content .date,
  .message-inbox-content .status,
  .message-inbox-content .subject,
  .message-inbox-content .users,
  .message-thread-messages .subject,
  .new-message-form label,
  .our-community p,
  .our-community-panel li figure .name,
  .profile__meta-detail,
  .profile__social-grid .stat .title,
  .section-heading,
  .static-template .accordion .accordion-title,
  .w-responsivGallery-info,
  h4 {
    font-size: 1.125rem; } }

.code,
code {
  background: #fff;
  white-space: normal;
  padding: .125rem; }

.docs-code code,
pre code {
  display: block;
  overflow-x: auto;
  padding: 1.25rem;
  background: #fff; }

.code ul,
code ul {
  list-style: none;
  margin: 0; }

.code {
  width: 100%;
  padding: .625rem;
  margin-bottom: .625rem;
  display: inline-block; }

pre {
  white-space: pre-wrap; }

.account-form__default-image:before,
.account-form__image-upload > li ul li [type=radio]:checked:before,
.collab__create-head:after,
.connected .socialaccount_row label:after,
.email__address.active:after,
.email__address:before,
main {
  box-shadow: inherit;
  padding-top: 4.75rem; }

@media screen and (min-width: 40em) {
  main {
    padding-top: 5.25rem; } }

@media screen and (min-width: 75em) {
  main {
    padding-top: 5.375rem; } }

.breadcrumbs::after,
.button-group::after,
.callout .form-body::after,
.callout .form-footer::after,
.callout .form-header::after,
.clearfix::after,
.email::after,
.featured-opportunities::after,
.get-involved .event-group::after,
.get-started .options::after,
.love-tbp .event-group::after,
.off-canvas-wrapper-inner::after,
.pagination::after,
.profile__body::after,
.profile__social-grid::after,
.social-slider .social-stats::after,
.tabs::after,
.title-bar::after,
.top-bar::after,
.usp-module-wrapper::after,
hr {
  clear: both; }

.discover-panel-overlay:focus .title,
.discover-panel-overlay:hover .title,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .new,
.get-started .options .title,
.h2,
.profile__total-stats,
.profile__total-stats i,
.usp-module-group .title,
h2 {
  font-size: 1.25rem; }

@media screen and (min-width: 40em) {
  .discover-panel-overlay:focus .title,
  .discover-panel-overlay:hover .title,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .new,
  .get-started .options .title,
  .h2,
  .profile__total-stats,
  .profile__total-stats i,
  .usp-module-group .title,
  h2 {
    font-size: 1.625rem; } }

.discover-panel-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15rem;
  text-align: center;
  transition: all .25s ease-in-out;
  opacity: 0; }

.discover-panel-overlay:before {
  content: '';
  background-color: rgba(106, 111, 134, 0.7);
  border-radius: .5rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  opacity: 0; }

.discover-panel-overlay:focus,
.discover-panel-overlay:focus:before,
.discover-panel-overlay:hover,
.discover-panel-overlay:hover:before {
  opacity: 1; }

.discover-panel-overlay:focus .title,
.discover-panel-overlay:hover .title {
  margin-bottom: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .discover-panel-overlay:focus .title,
  .discover-panel-overlay:hover .title {
    font-size: 1.875rem;
    margin-bottom: .625rem; } }

.discover-panel-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15rem;
  text-align: center;
  transition: all .25s ease-in-out;
  opacity: 0; }

.discover-panel-overlay:before {
  content: '';
  background-color: rgba(106, 111, 134, 0.7);
  border-radius: .5rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  opacity: 0; }

.discover-panel-overlay:focus,
.discover-panel-overlay:focus:before,
.discover-panel-overlay:hover,
.discover-panel-overlay:hover:before {
  opacity: 1; }

.discover-panel-overlay:focus .title,
.discover-panel-overlay:hover .title {
  margin-bottom: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .discover-panel-overlay:focus .title,
  .discover-panel-overlay:hover .title {
    font-size: 1.875rem;
    margin-bottom: .625rem; } }

.discover-panel-content {
  display: table;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .discover-panel-overlay:focus .title,
  .discover-panel-overlay:hover .title {
    margin-bottom: .625rem; }
  .discover-panel-content {
    height: 11.75rem; }
  .discover-panel-details .button,
  .discover-panel-details .profile__main-nav a,
  .discover-panel-details .shortlist,
  .profile__main-nav .discover-panel-details a {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

.discover-panel-content .title {
  color: #FFF;
  vertical-align: middle;
  margin-bottom: 1.25rem;
  transition: all .25s ease-in-out; }

.discover-panel-content .title a {
  color: #FFF;
  transition: all .25s ease-in-out; }

.blogger-display img,
.brand-display img,
.collab-display img,
.discover-panel-frame img {
  font-family: Helvetica;
  font-weight: 300;
  line-height: 2;
  text-align: center; }

.blogger-display img:after,
.brand-display img:after,
.collab-display img:after,
.discover-panel-frame img:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon;
  font-size: 1.875rem;
  color: #fefefe;
  display: block;
  position: absolute;
  top: 0;
  left: .3125rem;
  width: 95%;
  background-color: #85828F; }

.discover-panel-frame img:after {
  background-color: #F0F0F0;
  border-radius: .5rem;
  left: 0; }

.discover-panel-frame .discover-panel-logo {
  overflow: hidden; }

.discover-panel-frame .discover-panel-logo:after {
  background-color: #F0F0F0;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  position: absolute; }

.discover-panel-frame {
  border-radius: .5rem;
  border: .0625rem solid #d7d7d7;
  background-color: #F0F0F0;
  overflow: hidden;
  margin: 0 0 1.5625rem;
  position: relative;
  height: 13.75rem; }

@media screen and (min-width: 40em) {
  .discover-panel-frame {
    height: 11.875rem; } }

@media screen and (min-width: 64em) {
  .discover-panel-frame {
    height: 14.375rem; } }

.discover-panel-details {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%; }

.discover-panel-details .button,
.discover-panel-details .profile__main-nav a,
.discover-panel-details .shortlist,
.profile__main-nav .discover-panel-details a {
  background-color: #5B9EA6; }

.discover-panel-details .shortlist {
  color: #FFF;
  background-color: rgba(106, 112, 134, 0.7);
  border: .0625rem solid #8FC4C5;
  border-radius: 50%;
  display: inline-block;
  padding: .625rem;
  overflow: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .discover-panel-details .button,
  .discover-panel-details .profile__main-nav a,
  .discover-panel-details .shortlist,
  .profile__main-nav .discover-panel-details a {
    width: 60%;
    display: inline-block; }
  .discover-panel-details .shortlist {
    width: 2.5rem;
    display: inline-block; }
  .create__collaboration-form .social-requirements .combined .combined-text {
    text-align: center; } }

.discover-panel-details .shortlist:focus,
.discover-panel-details .shortlist:hover {
  background-color: #5B9EA6; }

.discover-panel-accounts {
  margin: 0 0 .625rem;
  color: #FFF;
  list-style: none; }

@media only screen and (min-width: 64em) {
  .discover-panel {
    width: 25%; } }

@media only screen and (min-width: 40em) {
  .discover-panel {
    width: 33%; } }

@media only screen and (min-width: 30em) {
  .discover-panel {
    width: 50%; } }

@media screen and (min-width: 64em) {
  .discover-panel {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 40em) {
  .discover-panel {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.discover-panel {
  width: 100%; }

.edit-profile__nav {
  text-align: left;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .edit-profile__nav {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile__nav .nav-links {
  list-style: none;
  padding: 2.5rem 0 1.25rem;
  margin: 0; }

.edit-profile__nav .nav-links .title {
  color: #5B9EA6; }

.edit-profile__nav .nav-links a {
  color: #85828F; }

.edit-profile__nav .nav-links a.active {
  font-weight: 700;
  color: #5B9EA6; }

.edit-profile__content {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.edit-profile__content-frame {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

@media screen and (min-width: 40em) {
  .edit-profile__content {
    border-left: .0625rem solid #F0F0F0;
    padding-top: 1.25rem;
    width: 75%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .edit-profile__content-frame {
    padding: 1.25rem; } }

.edit-profile__content-frame .form-title {
  color: #5B9EA6; }

.edit-profile__content-frame .form-title:after {
  content: '';
  width: 10%;
  display: block;
  border-bottom: .125rem solid #5B9EA6;
  padding-top: 1.25rem; }

@media screen and (min-width: 64em) {
  .edit-profile__content-frame.constrain {
    width: 75%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 75em) {
  .edit-profile__content-frame.constrain {
    width: 66.66667%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.edit-profile .form-container .two-column {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .edit-profile .form-container .two-column {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile .picture-frame {
  border-radius: .5rem;
  border: .0625rem solid #F0F0F0;
  padding: 1.25rem;
  position: relative; }

.edit-profile .picture-frame input {
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: block;
  z-index: 10; }

.edit-profile .avatar-controls,
.edit-profile .avatar-picture,
.edit-profile .profile-controls,
.edit-profile .profile-header,
.edit-profile .social-panel {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.edit-profile .picture-frame input + img {
  cursor: pointer;
  border: 2px solid transparent; }

.edit-profile .picture-frame input:checked + img {
  border: .125rem solid #7cb2b8;
  border-radius: .5rem; }

.edit-profile .avatar-picture {
  width: 100%; }

@media screen and (min-width: 40em) {
  .edit-profile .avatar-picture {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile .avatar-controls {
  width: 100%; }

@media screen and (min-width: 40em) {
  .edit-profile .avatar-controls {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile .profile-header {
  width: 100%; }

@media screen and (min-width: 40em) {
  .edit-profile .profile-header {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile .profile-controls {
  width: 100%; }

@media screen and (min-width: 40em) {
  .edit-profile .profile-controls {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile .social-panel {
  width: 100%; }

.edit-profile .social-panel .social-strip {
  border: .125rem solid #7cb2b8;
  border-radius: .5rem;
  padding: 1.25rem 1.25rem .1875rem;
  margin-bottom: 1.25rem; }

.edit-profile .social-panel .blog-location,
.edit-profile .social-panel .social-account {
  margin-bottom: 1.25rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .edit-profile .social-panel .blog-location,
  .edit-profile .social-panel .social-account {
    margin-bottom: initial;
    width: 58.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.edit-profile .social-panel .blog-account,
.edit-profile .social-panel .social-control {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .edit-profile .social-panel .blog-account,
  .edit-profile .social-panel .social-control {
    width: 41.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.discover-panel-details .edit-profile .social-panel .shortlist,
.edit-profile .social-panel .button,
.edit-profile .social-panel .discover-panel-details .shortlist,
.edit-profile .social-panel .profile__main-nav a,
.profile__main-nav .edit-profile .social-panel a {
  min-width: 7.5rem; }

.edit-settings .setting-list {
  list-style: none;
  margin: 0; }

.edit-settings .setting-list li {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem; }

.edit-settings .setting-list .control-label {
  display: block; }

.edit-settings .setting-list .title {
  color: #5B9EA6; }

.email_list:first-of-type .email__label {
  font-size: 1rem;
  color: #85828F;
  margin-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  height: 2.5rem;
  border-bottom: .0625rem solid #F0F0F0; }

.email_list .primary_email .email__row {
  background: #5B9EA6; }

.email {
  margin-bottom: .625rem; }

.email::after,
.email::before {
  content: ' ';
  display: table; }

.email__row {
  padding: .625rem;
  height: 3.4375rem;
  border-bottom: .0625rem solid #F0F0F0;
  display: block; }

.email__row [class*=icon-] {
  font-size: 1.25rem;
  color: #FFF; }

.email__label {
  display: none; }

.email__address {
  font-size: 1.125rem;
  color: #6c6975;
  padding-left: 2.5rem;
  position: relative;
  display: block; }

.email__action,
.email__info,
.email__name,
.email__status {
  padding-left: 0;
  padding-right: 0;
  float: left; }

.email__address:before {
  content: ""; }

.email__address:after,
.email__address:before {
  position: absolute;
  top: .0625rem;
  left: .5rem; }

.email__address.active:after {
  content: "";
  color: #85828F;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all .2s ease; }

.primary_email .email__address.active,
.primary_email .email__address.active:after {
  color: #FFF; }

.email__address:after {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1); }

.email__address:focus,
.email__address:hover {
  cursor: pointer; }

.email__name {
  color: #85828F;
  width: 100%; }

.email__name input {
  display: none; }

.email__name .email__row {
  background-color: #d7d7d7; }

@media screen and (min-width: 64em) {
  .email__name {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  .email__name .email__row {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem; } }

.email__info {
  width: 100%; }

@media screen and (min-width: 64em) {
  .email__info {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.email__status {
  width: 41.66667%; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .email__status {
    background: #fff; }
  .email__status .email__row {
    border-bottom-left-radius: .5rem; } }

@media screen and (min-width: 64em) {
  .email__status {
    width: 33.33333%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.email__status .email__row {
  background-color: #d7d7d7; }

.email__action {
  width: 58.33333%; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .email__action {
    background: #fff; }
  .email__action .email__row {
    border-bottom-right-radius: .5rem; } }

.email__action .email__row {
  background-color: #d7d7d7; }

@media screen and (min-width: 64em) {
  .email__action {
    width: 66.66667%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  .email__action .email__row {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem; } }

@media screen and (min-width: 40em) {
  .discover-panel-overlay:focus .title,
  .discover-panel-overlay:hover .title,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .new,
  .get-started .options .title,
  .h2,
  .profile__total-stats,
  .profile__total-stats i,
  .usp-module-group .title,
  h2 {
    font-size: 1.625rem; } }

.discover-panel-details .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .shortlist,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .name,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .button,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .discover-panel-details .shortlist,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .profile__main-nav a,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li,
.get-started .options .title,
.h3,
.profile__main-nav .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption a,
.profile__network i,
.promo-text-signup span,
.usp-module-group .title,
h3 {
  font-size: 1.1875rem; }

@media screen and (min-width: 40em) {
  .discover-panel-details .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .shortlist,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .name,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .button,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .discover-panel-details .shortlist,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .profile__main-nav a,
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li,
  .get-started .options .title,
  .h3,
  .profile__main-nav .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption a,
  .profile__network i,
  .promo-text-signup span,
  .usp-module-group .title,
  h3 {
    font-size: 1.375rem; } }

.featured-opportunities-col,
.featured-opportunities-lrg,
.featured-opportunities-sml {
  padding-left: .625rem;
  padding-right: .625rem; }

.featured-opportunities {
  float: none;
  max-width: 76.25rem;
  margin: 3.75rem auto 2.5rem; }

.featured-opportunities::after,
.featured-opportunities::before {
  content: ' ';
  display: table; }

@media screen and (min-width: 40em) {
  .love-tbp .social-media-slider {
    padding-bottom: 2.5rem; }
  .featured-opportunities {
    margin-bottom: .625rem; } }

.featured-opportunities-col {
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) {
  .featured-opportunities-col {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.featured-opportunities-lrg {
  height: auto;
  width: 100%;
  float: left; }

@media screen and (min-width: 75em) {
  .featured-opportunities {
    margin-bottom: 2.5rem; }
  .featured-opportunities-lrg {
    height: 27.125rem; }
  .featured-opportunities-lrg.left {
    margin-bottom: 1.25rem; } }

.featured-opportunities-lrg.left {
  margin-bottom: 1.25rem; }

@media screen and (min-width: 75em) {
  .featured-opportunities-lrg.right {
    margin-top: 1.25rem; } }

.featured-opportunities-lrg .name {
  font-size: 1.75rem; }

.featured-opportunities-lrg .statistics li {
  margin: 0 .625rem; }

.featured-opportunities-lrg .statistics [class*=icon-] {
  display: block;
  color: rgba(106, 111, 134, 0.7);
  background-color: #FFF;
  border-radius: 50%;
  font-size: 1.25rem;
  width: 2.375rem;
  height: 2.375rem;
  padding-top: .1875rem; }

.featured-opportunities-lrg .orbit-caption {
  top: 5%; }

@media screen and (min-width: 40em) {
  .featured-opportunities-lrg .orbit-caption {
    top: 0; } }

@media screen and (min-width: 64em) {
  .featured-opportunities-lrg .orbit-caption {
    top: 25%; } }

@media screen and (min-width: 75em) {
  .featured-opportunities-lrg .statistics [class*=icon-] {
    font-size: 1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    padding-top: .3125rem; }
  .featured-opportunities-lrg .orbit-caption {
    top: 20%; } }

.featured-opportunities-sml {
  height: auto;
  margin-bottom: 1.25rem;
  width: 100%;
  float: left; }

.featured-opportunities-sml .name {
  font-size: 1.75rem; }

@media screen and (min-width: 75em) {
  .featured-opportunities-sml {
    height: 13.25rem;
    margin-bottom: inherit; }
  .featured-opportunities-sml .name {
    font-size: 1.5rem; } }

.featured-opportunities-sml .statistics li {
  margin: 0 .3125rem; }

@media screen and (min-width: 40em) {
  .featured-opportunities-sml {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .featured-opportunities-sml .statistics li {
    margin: 0 .1875rem;
    font-size: .5rem; } }

@media screen and (min-width: 75em) {
  .featured-opportunities-sml .statistics li {
    margin: 0 .3125rem;
    font-size: 1rem; } }

.featured-opportunities-sml .statistics [class*=icon-] {
  display: block;
  color: rgba(106, 111, 134, 0.7);
  background-color: #FFF;
  border-radius: 50%;
  font-size: 1.25rem;
  width: 2.375rem;
  height: 2.375rem;
  padding-top: .1875rem; }

@media screen and (min-width: 75em) {
  .featured-opportunities-sml .statistics [class*=icon-] {
    font-size: 1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    padding-top: .3125rem; } }

@media screen and (min-width: 40em) {
  .featured-opportunities-sml .statistics [class*=icon-] {
    font-size: .4375rem;
    width: 1.125rem;
    height: 1.125rem; } }

@media screen and (min-width: 75em) {
  .featured-opportunities-sml .statistics [class*=icon-] {
    font-size: 1.125rem;
    width: 2.1875rem;
    height: 2.1875rem; } }

.featured-opportunities-sml .orbit-caption {
  top: 5%; }

@media screen and (min-width: 40em) {
  .featured-opportunities-sml .orbit-caption {
    top: 0;
    padding: 0; } }

.featured-opportunities.top-bloggers {
  margin-top: 0; }

.featured-opportunities-group .orbit {
  margin-bottom: 1.25rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .featured-opportunities-group .orbit {
    margin-bottom: inherit;
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.featured-opportunities-group .orbit .orbit-container {
  margin-bottom: 1.25rem 0; }

@media screen and (min-width: 40em) {
  .featured-opportunities-group .orbit .orbit-container {
    margin-bottom: .625rem 0; } }

@media screen and (min-width: 64em) {
  .featured-opportunities-sml .orbit-caption {
    top: 15%; }
  .featured-opportunities-group .orbit {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .featured-opportunities-group .orbit .orbit-container {
    margin-bottom: 1.25rem 0; } }

.featured-opportunities-group .orbit .orbit-container .orbit-slide:focus:before,
.featured-opportunities-group .orbit .orbit-container .orbit-slide:hover:before {
  background-color: rgba(215, 150, 149, 0.7); }

.featured-opportunities-group .orbit .orbit-container .orbit-slide .name {
  font-size: 1.5rem; }

.featured-opportunities-group .orbit .orbit-container .orbit-slide .new {
  background-color: #D79695;
  color: #FFF;
  border-radius: .5rem;
  display: block;
  width: 6.875rem;
  opacity: 1;
  position: absolute;
  bottom: 2.5rem;
  right: -.625rem; }

.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption {
  top: 30%; }

@media screen and (min-width: 40em) {
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption {
    top: 10%; } }

.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li {
  margin: 0 .625rem; }

.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption [class*=icon-] {
  display: block;
  color: rgba(106, 111, 134, 0.7);
  background-color: #FFF;
  border-radius: 50%;
  font-size: 1.25rem;
  width: 2.375rem;
  height: 2.375rem;
  padding-top: .1875rem; }

@media screen and (min-width: 75em) {
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption [class*=icon-] {
    font-size: 1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    padding-top: .3125rem; } }

@media screen and (min-width: 40em) {
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption li {
    margin: 0 .125rem; }
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption [class*=icon-] {
    font-size: .625rem;
    width: 1.3125rem;
    height: 1.3125rem; } }

@media screen and (min-width: 64em) {
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption {
    top: 30%; }
  .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption [class*=icon-] {
    font-size: .875rem;
    width: 1.875rem;
    height: 1.875rem; } }

.discover-panel-details .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .shortlist,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .button,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .discover-panel-details .shortlist,
.featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption .profile__main-nav a,
.profile__main-nav .featured-opportunities-group .orbit .orbit-container .orbit-slide .orbit-caption a {
  font-size: 1.25rem; }

.featured-opportunities .orbit-container .orbit-slide {
  position: relative; }

.featured-opportunities .orbit-container .orbit-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out; }

.featured-opportunities .orbit-container .orbit-slide .orbit-caption {
  background-color: transparent;
  opacity: 0; }

.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail {
  text-align: center; }

.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .statistics {
  list-style: none;
  margin: .625rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .statistics {
    margin: .125rem 0 .3125rem; }
  .discover-panel-details .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .shortlist,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .button,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .discover-panel-details .shortlist,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .profile__main-nav a,
  .profile__main-nav .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail a {
    padding: .4375rem .625rem; } }

.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .statistics li {
  display: inline-block;
  position: relative; }

.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .statistics li:before {
  content: '';
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  top: 0;
  left: 0; }

.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .statistics .number {
  display: block; }

.discover-panel-details .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .shortlist,
.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .button,
.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .discover-panel-details .shortlist,
.featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .profile__main-nav a,
.profile__main-nav .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail a {
  background-color: #8FC4C5; }

@media screen and (min-width: 75em) {
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .statistics {
    margin: .625rem 0 1.25rem; }
  .discover-panel-details .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .shortlist,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .button,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .discover-panel-details .shortlist,
  .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail .profile__main-nav a,
  .profile__main-nav .featured-opportunities .orbit-container .orbit-slide .orbit-caption .detail a {
    padding: .625rem .9375rem;
    font-size: 1.375rem; } }

.featured-opportunities .orbit-container .orbit-slide:focus:before,
.featured-opportunities .orbit-container .orbit-slide:hover:before {
  background-color: rgba(106, 111, 134, 0.7); }

.featured-opportunities .orbit-container .orbit-slide:focus .orbit-caption,
.featured-opportunities .orbit-container .orbit-slide:hover .orbit-caption {
  background-color: transparent;
  opacity: 1; }

.featured-opportunities .orbit-next,
.featured-opportunities .orbit-previous {
  top: 94%; }

.featured-opportunities .orbit-next:focus,
.featured-opportunities .orbit-next:hover,
.featured-opportunities .orbit-previous:focus,
.featured-opportunities .orbit-previous:hover {
  background-color: transparent; }

@font-face {
  font-family: lato-regular-webfont;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-regular-webfont.eot);
  src: url(../fonts/lato-regular-webfont.eot?) format("eot"), url(../fonts/lato-regular-webfont.woff) format("woff"), url(../fonts/lato-regular-webfont.ttf) format("truetype"); }

@font-face {
  font-family: lato-bold-webfont;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-bold-webfont.eot);
  src: url(../fonts/lato-bold-webfont.eot?) format("eot"), url(../fonts/lato-bold-webfont.woff) format("woff"), url(../fonts/lato-bold-webfont.ttf) format("truetype"); }

@font-face {
  font-family: lato-italic-webfont;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-italic-webfont.eot);
  src: url(../fonts/lato-italic-webfont.eot?) format("eot"), url(../fonts/lato-italic-webfont.woff) format("woff"), url(../fonts/lato-italic-webfont.ttf) format("truetype"); }

@font-face {
  font-family: lato-light-webfont;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-light-webfont.eot);
  src: url(../fonts/lato-light-webfont.eot?) format("eot"), url(../fonts/lato-light-webfont.woff) format("woff"), url(../fonts/lato-light-webfont.ttf) format("truetype"); }

@font-face {
  font-family: lato-black-webfont;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-black-webfont.eot);
  src: url(../fonts/lato-black-webfont.eot?) format("eot"), url(../fonts/lato-black-webfont.woff) format("woff"), url(../fonts/lato-black-webfont.ttf) format("truetype"); }

@font-face {
  font-family: lato-semibold-webfont;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato-semibold-webfont.eot);
  src: url(../fonts/lato-semibold-webfont.eot?) format("eot"), url(../fonts/lato-semibold-webfont.woff) format("woff"), url(../fonts/lato-semibold-webfont.ttf) format("truetype"); }

@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icons/icomoon.eot);
  src: url(../fonts/icons/icomoon.eot?) format("eot"), url(../fonts/icons/icomoon.woff) format("woff"), url(../fonts/icons/icomoon.ttf) format("truetype"); }

.icon-small {
  font-size: .9375rem; }

.icon-medium {
  font-size: 1.25rem; }

.icon-large {
  font-size: 1.875rem; }

.icon-add:before {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-cog:before {
  content: ""; }

.icon-collab:before {
  content: ""; }

.icon-COMPLETED:before,
.icon-confirm:before {
  content: ""; }

.icon-decline:before {
  content: ""; }

.icon-discover:before {
  content: ""; }

.icon-Facebook:before,
.icon-facebook:before {
  content: ""; }

.icon-hint:before {
  content: ""; }

.icon-Instagram:before,
.icon-instagram:before {
  content: ""; }

.icon-message:before {
  content: ""; }

.icon-notification:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-Twitter:before,
.icon-twitter:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-chevron:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-save-alt:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-Youtube:before,
.icon-youtube:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-alert:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-radio-on:before {
  content: ""; }

.icon-radio-off:before {
  content: ""; }

.icon-check-on:before {
  content: ""; }

.icon-check-off:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-ACTIVE:before,
.icon-clock:before {
  content: ""; }

.icon-DRAFT:before,
.icon-draft:before {
  content: ""; }

.icon-ellipsis:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-snap-ghost:before {
  content: ""; }

.icon-stack:before {
  content: ""; }

.icon-sphere:before {
  content: ""; }

.icon-infinite:before {
  content: ""; }

.icon-blogger:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

.icon-tumblr:before {
  content: ""; }

.icon-star-full:before {
  content: ""; }

.icon-profile-blog:before {
  content: ""; }

.icon-like:before {
  content: ""; }

.icon-loop:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-circle-right:before,
.responsiveGallery-btn_next:before {
  content: ""; }

.icon-circle-left:before,
.responsiveGallery-btn_prev:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-light-bulb-18:before {
  content: ""; }

.icon-light-bulb-15:before {
  content: ""; }

.icon-equalizer:before {
  content: ""; }

.icon-stats-dots:before {
  content: ""; }

.icon-stats-bars:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-light-bulb-1:before {
  content: ""; }

.icon-light-bulb-2:before {
  content: ""; }

.icon-user-tie:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-infinity-1:before {
  content: ""; }

.icon-infinity-2:before {
  content: ""; }

.icon-block:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-envelope-2:before {
  content: ""; }

.icon-bubbles:before {
  content: ""; }

.icon-drawer:before {
  content: ""; }

.icon-box-add:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-bin:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-minus:before {
  content: ""; }

.icon-coin-dollar:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-sunglasses:before {
  content: ""; }

.icon-brand:before {
  content: ""; }

.callout.alert-error:before,
.callout.alert-success:before,
.callout.alert-warning:before,
.callout.alert:before,
.callout.success:before,
.callout.warning:before,
.custom-dropdown:after,
.icon-ACTIVE:before,
.icon-COMPLETED:before,
.icon-DRAFT:before,
.icon-Facebook:before,
.icon-Instagram:before,
.icon-Twitter:before,
.icon-Youtube:before,
.icon-add:before,
.icon-alert:before,
.icon-arrow:before,
.icon-bin:before,
.icon-block:before,
.icon-box-add:before,
.icon-brand:before,
.icon-bubbles:before,
.icon-bullhorn:before,
.icon-calendar:before,
.icon-check-off:before,
.icon-check-on:before,
.icon-chevron:before,
.icon-circle-left:before,
.icon-circle-right:before,
.icon-clock:before,
.icon-cog:before,
.icon-coin-dollar:before,
.icon-collab:before,
.icon-confirm:before,
.icon-decline:before,
.icon-discover:before,
.icon-draft:before,
.icon-drawer:before,
.icon-ellipsis:before,
.icon-envelope-2:before,
.icon-envelope:before,
.icon-equalizer:before,
.icon-eye:before,
.icon-facebook:before,
.icon-google:before,
.icon-heart:before,
.icon-hint:before,
.icon-infinite:before,
.icon-infinity-1:before,
.icon-infinity-2:before,
.icon-instagram:before,
.icon-light-bulb-15:before,
.icon-light-bulb-18:before,
.icon-light-bulb-1:before,
.icon-light-bulb-2:before,
.icon-like:before,
.icon-location:before,
.icon-loop:before,
.icon-message:before,
.icon-notification:before,
.icon-pencil:before,
.icon-picture:before,
.icon-pinterest:before,
.icon-profile-blog:before,
.icon-profile:before,
.icon-radio-off:before,
.icon-radio-on:before,
.icon-remove:before,
.icon-save-alt:before,
.icon-save:before,
.icon-search:before,
.icon-snap-ghost:before,
.icon-sphere:before,
.icon-stack:before,
.icon-star-empty:before,
.icon-star-full:before,
.icon-stats-bars:before,
.icon-stats-dots:before,
.icon-sunglasses:before,
.icon-tick:before,
.icon-tree:before,
.icon-tumblr:before,
.icon-twitter:before,
.icon-user-minus:before,
.icon-user-plus:before,
.icon-user-tie:before,
.icon-user:before,
.icon-vimeo:before,
.icon-youtube:before,
.responsiveGallery-btn_next:before,
.responsiveGallery-btn_prev:before {
  font-weight: 400;
  speak: none;
  font-style: normal;
  font-family: icomoon; }

.get-involved,
.love-tbp {
  text-align: center;
  background-color: #F0F0F0;
  padding: 3.125rem 0 1.875rem; }

.get-involved.light,
.light.love-tbp {
  background-color: transparent; }

.get-involved.light .event-group li:after,
.get-involved.light .event-group li:before,
.light.love-tbp .event-group li:after,
.light.love-tbp .event-group li:before {
  background-color: #FFF; }

.get-involved .event-group,
.love-tbp .event-group {
  max-width: 76.25rem;
  margin: 1.875rem auto 1.25rem; }

.get-involved .event-group::after,
.get-involved .event-group::before,
.love-tbp .event-group::after,
.love-tbp .event-group::before {
  content: ' ';
  display: table; }

@media screen and (min-width: 40em) {
  .get-involved,
  .love-tbp {
    padding: 3.125rem 0; }
  .get-involved .event-group,
  .love-tbp .event-group {
    margin-bottom: 2.5rem; } }

.get-involved .event-group.brand-discover,
.love-tbp .event-group.brand-discover {
  margin-bottom: 0; }

.get-involved .event-group > li,
.love-tbp .event-group > li {
  list-style: none;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-involved .event-group > li,
  .love-tbp .event-group > li {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-involved .event-group > li:after,
.get-involved .event-group > li:before,
.love-tbp .event-group > li:after,
.love-tbp .event-group > li:before {
  background-color: #F0F0F0; }

.get-involved .event-group > li:focus img,
.get-involved .event-group > li:hover img,
.love-tbp .event-group > li:focus img,
.love-tbp .event-group > li:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.get-involved .event-group > li:focus figcaption,
.get-involved .event-group > li:hover figcaption,
.love-tbp .event-group > li:focus figcaption,
.love-tbp .event-group > li:hover figcaption {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.get-involved .event-group figure,
.love-tbp .event-group figure {
  position: relative;
  margin: 0;
  text-align: center; }

.get-involved .event-group figcaption,
.love-tbp .event-group figcaption {
  position: absolute;
  display: table;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  background-color: rgba(143, 196, 197, 0.7);
  width: 100%;
  padding: .3125rem;
  opacity: 0;
  transition: all .3s ease-in-out;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.get-involved .event-group figcaption .title,
.love-tbp .event-group figcaption .title {
  font-size: 1.125rem; }

@media screen and (min-width: 64em) {
  .get-involved .event-group figcaption,
  .love-tbp .event-group figcaption {
    padding: 1.875rem .9375rem; }
  .get-involved .event-group figcaption .title,
  .love-tbp .event-group figcaption .title {
    font-size: 1.625rem; } }

.get-involved .event-group figcaption ul,
.love-tbp .event-group figcaption ul {
  font-size: .875rem; }

.get-involved .event-group-meta,
.love-tbp .event-group-meta {
  display: table-cell;
  vertical-align: middle; }

.get-involved .event-group-meta .title a,
.love-tbp .event-group-meta .title a {
  color: #FFF; }

.get-involved .event-group-meta ul,
.love-tbp .event-group-meta ul {
  margin: 0;
  list-style: none; }

.get-involved .event-group-meta ul li,
.love-tbp .event-group-meta ul li {
  display: inline-block;
  margin: .125rem .1875rem;
  font-weight: 700; }

.get-started .blogger .panel {
  background-color: #8FC4C5; }

.get-started .blogger .panel:focus,
.get-started .blogger .panel:hover {
  background-color: #D79695; }

.get-started .brand .panel {
  background-color: #6A7086; }

.get-started .brand .panel:focus,
.get-started .brand .panel:hover {
  background-color: #d7d7d7; }

.get-started .agency .panel {
  background-color: #D79695; }

.get-started .agency .panel:focus,
.get-started .agency .panel:hover {
  background-color: #8FC4C5; }

.get-started .services .panel {
  background-color: #d7d7d7; }

.get-started .services .panel:focus,
.get-started .services .panel:hover {
  background-color: #6A7086; }

.get-started .onBoarding .close-button,
.get-started .sendBrief .close-button {
  font-size: 1.25rem;
  margin-top: .625rem;
  color: #d7d7d7; }

.get-started .onBoarding .modal--title,
.get-started .sendBrief .modal--title {
  text-align: left; }

.get-started .onBoarding .form-body,
.get-started .sendBrief .form-body {
  padding: 1.25rem;
  text-align: left; }

.get-started .onBoarding .form-body .three-column .form-group,
.get-started .sendBrief .form-body .three-column .form-group {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .form-body .three-column .form-group,
  .get-started .sendBrief .form-body .three-column .form-group {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .onBoarding .form-body .two-column .form-group,
.get-started .sendBrief .form-body .two-column .form-group {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .form-body .two-column .form-group,
  .get-started .sendBrief .form-body .two-column .form-group {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .onBoarding .form-body .one-column,
.get-started .onBoarding .form-body .one-column .small-print,
.get-started .sendBrief .form-body .one-column,
.get-started .sendBrief .form-body .one-column .small-print {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .form-body .one-column .small-print,
  .get-started .sendBrief .form-body .one-column .small-print {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .onBoarding .form-body .one-column .cta,
.get-started .sendBrief .form-body .one-column .cta {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .form-body .one-column .cta,
  .get-started .sendBrief .form-body .one-column .cta {
    width: 33.33333%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.get-started .description, .get-started .title {
  color: white !important; }

.get-started .onBoarding .social-connect .connect-row,
.get-started .sendBrief .social-connect .connect-row {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  padding: 1.25rem 1.25rem 0;
  margin-bottom: 1.25rem; }

.get-started .onBoarding .social-connect .scroll-container,
.get-started .sendBrief .social-connect .scroll-container {
  display: block;
  overflow-y: scroll;
  height: 10.625rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  border: .125rem solid #8FC4C5;
  border-radius: .5rem; }

.get-started .onBoarding .social-connect .controls,
.get-started .sendBrief .social-connect .controls {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .social-connect .controls,
  .get-started .sendBrief .social-connect .controls {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .onBoarding .social-connect .controls.social,
.get-started .sendBrief .social-connect .controls.social {
  line-height: 1.2;
  margin-bottom: .625rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .social-connect .controls.social,
  .get-started .sendBrief .social-connect .controls.social {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .onBoarding .image-upload,
.get-started .sendBrief .image-upload {
  display: block;
  overflow-y: auto;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  border: .125rem solid #F0F0F0;
  border-radius: .5rem; }

.get-started .onBoarding .image-upload .controls,
.get-started .sendBrief .image-upload .controls {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .image-upload .controls,
  .get-started .sendBrief .image-upload .controls {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .onBoarding .image-upload .controls.image,
.get-started .sendBrief .image-upload .controls.image {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .onBoarding .image-upload .controls.image,
  .get-started .sendBrief .image-upload .controls.image {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .get-started .onBoarding .small.reveal {
    width: 41.5625rem;
    max-width: 41.5625rem; } }

.get-started .onBoarding .controls.age .controls {
  width: 33.33333%;
  float: left;
  padding-left: .3125rem;
  padding-right: .3125rem; }

.promo-text .btn-scroll {
  display: block;
  text-align: center;
  width: 1.875rem;
  height: 3.125rem;
  position: relative;
  border: .0625rem solid #FFF;
  border-radius: .5rem;
  margin: 3.75rem auto 0; }

@media screen and (max-width: 63.9375em) {
  .promo-text .btn-scroll {
    margin: 1.875rem auto 0; } }

@media screen and (min-width: 64em) {
  .promo-text .btn-scroll {
    margin: 6.25rem auto 0; } }

.promo-text .btn-scroll:before {
  content: '';
  position: absolute;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #FFF;
  border-radius: 50%;
  left: .625rem;
  top: .5rem;
  -webkit-animation: scroll-to 1.5s ease-in-out infinite;
  animation: scroll-to 1.5s ease-in-out infinite; }

.promo-text .btn-scroll:focus,
.promo-text .btn-scroll:hover {
  cursor: pointer; }

@media screen and (min-width: 40em) {
  .promo-text .btn-scroll {
    visibility: visible; }
  .callout.callout-form {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 66.66667%;
    float: left;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.promo {
  position: relative;
  overflow: hidden; }

.promo-wrapper {
  min-height: 76vh; }

@media screen and (min-width: 40em) {
  .w-responsivGallery-info span {
    opacity: 0;
    margin-top: 6.25rem; }
  .active .w-responsivGallery-info span {
    opacity: 1;
    margin-top: 0; }
  .promo-wrapper {
    min-height: 90vh; } }

.promo-video_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0; }

.promo-text {
  text-transform: uppercase;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-left: .625rem;
  padding-right: .625rem; }

.promo-text h1,
.promo-text h2 {
  color: #FFF; }

.promo-text h1 {
  letter-spacing: .0625rem;
  font-weight: 700;
  font-family: sans-serif, arial; }

.promo-text-wrapper {
  position: absolute;
  width: 100%;
  height: 90vh;
  display: table;
  z-index: 1; }

.promo-text-signup {
  margin: 2.5rem 0; }

.promo-text-signup span {
  color: #FFF;
  border-top: .0625rem solid #FFF;
  padding: 2.1875rem 2.5rem 1.25rem; }

.discover-panel-details .promo .shortlist,
.profile__main-nav .promo a,
.promo .button,
.promo .discover-panel-details .shortlist,
.promo .profile__main-nav a {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.get-started {
  text-align: center;
  padding: 1.25rem 0 2.5rem;
  -webkit-font-smoothing: auto; }

.edit-profile,
.edit-profile__content-frame .form-title {
  -webkit-font-smoothing: subpixel-antialiased; }

.get-started .options {
  list-style: none;
  margin: 3.125rem auto 0;
  display: block;
  max-width: 76.25rem; }

.get-started .options::after,
.get-started .options::before {
  content: ' ';
  display: table; }

@media screen and (min-width: 40em) {
  .promo-text-wrapper {
    height: 100vh; }
  .get-started {
    padding: 3.125rem 0; }
  .get-started .options {
    margin: 3.125rem 0 1.25rem; } }

.get-started .options li {
  margin-bottom: 1.25rem;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .get-started .options li {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .get-started .options li {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.get-started .options li .panel {
  color: #FFF;
  display: block;
  transition: all .25s ease-in-out;
  padding: 2.5rem 1.25rem; }

@media screen and (min-width: 40em) {
  .get-started .options li .panel {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

.get-started .options li .panel [class*=icon-] {
  display: block;
  font-size: 3.4375rem; }

.get-started .options .description,
.get-started .options .title {
  display: block;
  font-weight: 700;
  padding: .625rem 1.25rem; }

.discover-panel-details .get-started .options .shortlist,
.get-started .options .button,
.get-started .options .discover-panel-details .shortlist,
.get-started .options .profile__main-nav a,
.profile__main-nav .get-started .options a {
  margin: .625rem 0;
  background-color: #FFF;
  color: #85828F;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.promo-text .get-started {
  padding: 0; }

.promo-text .get-started .options {
  padding: 0;
  margin: 0; }

.promo-text .get-started .options li .panel {
  padding-top: .625rem;
  padding-bottom: .625rem; }

.promo-text .get-started .options li .panel [class*=icon-] {
  display: block;
  font-size: 1.5625rem; }

@media screen and (min-width: 40em) {
  .promo-text .get-started .options {
    margin-top: 3.125rem;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .promo-text .get-started .options li {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .promo-text .get-started .options li .panel {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }
  .promo-text .get-started .options li .panel [class*=icon-] {
    display: block;
    font-size: 3.4375rem; } }

.responsiveGallery-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0; }

@media screen and (min-width: 40em) {
  .responsiveGallery-container {
    padding-bottom: 3.125rem; } }

.brand .responsiveGallery-container {
  padding-bottom: 1.875rem; }

.responsiveGallery-btn {
  position: absolute;
  top: 0;
  padding-top: 35%;
  z-index: 3;
  display: block;
  width: 5%;
  height: 100%;
  color: #6A6F86; }

.responsiveGallery-btn:focus,
.responsiveGallery-btn:hover {
  color: #8FC4C5; }

@media screen and (min-width: 40em) {
  .responsiveGallery-btn {
    padding-top: 15%; } }

.responsiveGallery-btn_prev {
  left: 0; }

.responsiveGallery-btn_next {
  right: 0; }

.responsiveGallery-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 25%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }

.responsiveGallery-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 25%;
  opacity: 0;
  visibility: hidden; }

.responsiveGallery-item.active {
  background-color: #FFF; }

@media screen and (min-width: 40em) {
  .responsiveGallery-item {
    width: 33.33%; }
  .responsiveGallery-wrapper {
    padding-top: 35%; } }

@media (max-width: 560px) {
  .responsiveGallery-wrapper {
    width: 80%;
    padding-top: 80%;
    padding-bottom: 20%; }
  .responsiveGallery-item {
    width: 100%; }
  .responsiveGallery-btn {
    width: 8%; } }

@media screen and (max-width: 560px) and (min-width: 40em) {
  .responsiveGallery-wrapper {
    padding: inherit; } }

.responsivGallery-link {
  display: block;
  width: 100%; }

.responsivGallery-pic {
  width: 100%;
  height: auto; }

.w-responsivGallery-info {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  overflow: hidden;
  height: 3.75rem;
  color: #8FC4C5; }

.w-responsivGallery-info span {
  display: inline-block;
  margin: 0 .625rem;
  opacity: 1;
  transition: all .35s ease; }

.responsivGallery-name {
  font-size: 1.25em; }

.responsivGallery-position {
  padding-top: 4%;
  font-size: .875em;
  line-height: 1.3; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) #id_remember {
  position: absolute !important;
  margin-top: 5px !important;
  margin-left: -20px !important; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .control-label {
  font-size: 1rem;
  margin-bottom: .625rem;
  font-weight: 700;
  color: #6c6975; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .control-label {
    font-size: .875rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group.error .controls input,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group.error .controls select,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group.error .controls textarea {
  border-color: #D94141; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls select,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls textarea {
  border-radius: .25rem;
  box-shadow: inherit;
  color: #6c6975;
  border: .0625rem solid #d7d7d7;
  padding: .625rem;
  font-size: .875rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input:hover,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls select:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls select:hover,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls textarea:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls textarea:hover {
  border-color: #6c6975;
  outline: inherit; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls select {
  padding: 0 .625rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox input[type=checkbox],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox input[type=radio],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio input[type=checkbox],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio input[type=radio] {
  display: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox input[type=checkbox]:checked + label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox input[type=radio]:checked + label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio input[type=checkbox]:checked + label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio input[type=radio]:checked + label:after {
  color: #5B9EA6;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox label,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio label {
  position: relative;
  padding-left: 1.875rem;
  margin-left: 0;
  cursor: pointer;
  font-weight: 400; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .discover_refine-form .form-group .controls.checkbox label,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .discover_refine-form .form-group .controls.radio label {
  margin-right: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox label:before,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio label:before {
  position: absolute;
  left: 0;
  top: .3125rem;
  bottom: .125rem;
  font-size: 1.25rem;
  line-height: normal;
  transition: all .2s ease; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio label:after {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1); }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox.reverse label,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio.reverse label {
  padding-right: 1.875rem;
  padding-left: initial; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox.reverse label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox.reverse label:before,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio.reverse label:after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio.reverse label:before {
  left: initial;
  right: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio input[type=radio]:checked + label:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio input[type=radio]:checked + label:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio label:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.radio label:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox input[type=checkbox]:checked + label:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox label:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls.checkbox label:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group.discover-sort select {
  margin: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-button a,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-button button,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-button input,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) fieldset {
  margin: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group > :first-child,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group > :last-child > * {
  border-radius: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-button,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-field,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-label {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-label {
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-label:first-child {
  border-right: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-label:last-child {
  border-left: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-field {
  border-radius: 0;
  height: 2.5rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  width: 1%; }

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%; }

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.intl-tel-input .hide {
  display: none; }

.intl-tel-input .v-hide {
  visibility: hidden; }

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  padding-right: 36px;
  margin-right: 0; }

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 14px;
  right: 0;
  padding: 1px; }

.intl-tel-input .flag-container:focus {
  outline: 0; }

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px; }

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }

.intl-tel-input .selected-flag:focus {
  outline: 0; }

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }

.intl-tel-input .country-list .country.highlight,
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.intl-tel-input .country-list .country {
  padding: 5px 10px; }

.intl-tel-input .country-list .country .dial-code {
  color: #999; }

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle; }

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px; }

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0; }

.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px; }

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table; }

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 76px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 84px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 92px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 100px; }

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px; }

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px;
  line-height: 1.5em; }

.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
  width: 20px; }

.iti-flag.be {
  width: 18px; }

.iti-flag.ch {
  width: 15px; }

.iti-flag.mc {
  width: 19px; }

.iti-flag.ne {
  width: 18px; }

.iti-flag.np {
  background-color: transparent;
  width: 13px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(../img/flags@2x.png);
    background-size: 5630px 15px; } }

.iti-flag.ac {
  height: 10px;
  background-position: 0 0; }

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0; }

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0; }

.iti-flag.af {
  height: 14px;
  background-position: -66px 0; }

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0; }

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0; }

.iti-flag.al {
  height: 15px;
  background-position: -132px 0; }

.iti-flag.am {
  height: 10px;
  background-position: -154px 0; }

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0; }

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0; }

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0; }

.iti-flag.as {
  height: 10px;
  background-position: -242px 0; }

.iti-flag.at {
  height: 14px;
  background-position: -264px 0; }

.iti-flag.au {
  height: 10px;
  background-position: -286px 0; }

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0; }

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0; }

.iti-flag.az {
  height: 10px;
  background-position: -352px 0; }

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0; }

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0; }

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0; }

.iti-flag.be {
  height: 15px;
  background-position: -440px 0; }

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0; }

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0; }

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0; }

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0; }

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0; }

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0; }

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0; }

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0; }

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0; }

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0; }

.iti-flag.br {
  height: 14px;
  background-position: -680px 0; }

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0; }

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0; }

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0; }

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0; }

.iti-flag.by {
  height: 10px;
  background-position: -790px 0; }

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0; }

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0; }

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0; }

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0; }

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0; }

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0; }

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0; }

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0; }

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0; }

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0; }

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0; }

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0; }

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0; }

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0; }

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0; }

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0; }

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0; }

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0; }

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0; }

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0; }

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0; }

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0; }

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0; }

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0; }

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0; }

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0; }

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0; }

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0; }

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0; }

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0; }

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0; }

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0; }

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0; }

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0; }

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0; }

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0; }

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0; }

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0; }

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0; }

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0; }

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0; }

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0; }

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0; }

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0; }

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0; }

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0; }

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0; }

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0; }

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0; }

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0; }

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0; }

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0; }

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0; }

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0; }

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0; }

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0; }

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0; }

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0; }

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0; }

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0; }

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0; }

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0; }

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0; }

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0; }

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0; }

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0; }

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0; }

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0; }

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0; }

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0; }

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0; }

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0; }

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0; }

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0; }

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0; }

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0; }

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0; }

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0; }

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0; }

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0; }

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0; }

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0; }

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0; }

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0; }

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0; }

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0; }

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0; }

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0; }

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0; }

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0; }

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0; }

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0; }

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0; }

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0; }

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0; }

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0; }

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0; }

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0; }

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0; }

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0; }

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0; }

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0; }

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0; }

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0; }

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0; }

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0; }

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0; }

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0; }

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0; }

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0; }

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0; }

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0; }

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0; }

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0; }

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0; }

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0; }

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0; }

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0; }

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0; }

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0; }

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0; }

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0; }

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0; }

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0; }

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0; }

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0; }

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0; }

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0; }

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0; }

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0; }

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0; }

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0; }

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0; }

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0; }

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0; }

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0; }

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0; }

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0; }

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0; }

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0; }

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0; }

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0; }

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0; }

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0; }

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0; }

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0; }

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0; }

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0; }

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0; }

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0; }

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0; }

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0; }

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0; }

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0; }

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0; }

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0; }

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0; }

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0; }

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0; }

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0; }

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0; }

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0; }

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0; }

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0; }

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0; }

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0; }

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0; }

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0; }

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0; }

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0; }

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0; }

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0; }

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0; }

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0; }

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0; }

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0; }

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0; }

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0; }

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0; }

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0; }

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0; }

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0; }

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0; }

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0; }

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0; }

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0; }

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0; }

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0; }

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0; }

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0; }

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0; }

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0; }

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0; }

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0; }

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0; }

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0; }

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0; }

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0; }

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0; }

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0; }

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0; }

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0; }

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0; }

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0; }

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0; }

.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0; }

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0; }

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0; }

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0; }

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0; }

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0; }

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0; }

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0; }

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0; }

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0; }

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0; }

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0; }

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0; }

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0; }

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0; }

.lets-chat {
  text-align: center;
  padding: 3.125rem 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: -300px; }

.lets-chat-form {
  text-align: center;
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .lets-chat-form {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 64em) {
  .get-involved .event-group figcaption ul,
  .love-tbp .event-group figcaption ul {
    font-size: initial; }
  .lets-chat {
    background-position-x: 0; }
  .lets-chat-form {
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.lets-chat .title {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 1.875rem; }

.love-tbp .social-media-slider {
  overflow: hidden;
  padding-bottom: 0; }

.love-tbp .responsivGallery-pic {
  width: 80%;
  border-radius: .5rem;
  border: .0625rem solid #F0F0F0; }

.love-tbp .w-responsivGallery-info {
  overflow: visible; }

.menu > li,
.menu > li > a > i,
.menu > li > a > img,
.menu > li > a > span {
  vertical-align: middle; }

.menu {
  margin: 0; }

[data-whatinput=mouse] .menu > li {
  outline: 0; }

.menu > li > a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1; }

.menu a,
.menu button,
.menu input {
  margin-bottom: 0; }

.menu > li > a > i,
.menu > li > a > img {
  display: inline-block;
  margin-right: .25rem; }

.menu > li {
  display: table-cell; }

.menu.vertical > li {
  display: block; }

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell; }
  .menu.medium-vertical > li {
    display: block; } }

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell; }
  .menu.large-vertical > li {
    display: block; } }

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell; }
  .menu.xlarge-vertical > li {
    display: block; } }

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem; }

.menu.simple a {
  padding: 0; }

.menu.align-right > li {
  float: right; }

.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%; }

.menu.expanded > li:first-child:last-child {
  width: 100%; }

.menu.icon-top > li > a > i,
.menu.icon-top > li > a > img {
  display: block;
  margin: 0 auto .25rem; }

.menu.nested {
  margin-left: 1rem; }

.menu-text {
  font-weight: 700;
  color: inherit;
  line-height: 1;
  padding: .7rem 1rem; }

.menu-icon {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 16px; }

.menu-icon::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }

.menu-icon.dark::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.menu-icon.dark::after,
.menu-icon::after {
  content: '';
  top: 0;
  left: 0; }

.menu-icon,
.title-bar-title {
  display: inline-block;
  vertical-align: middle; }

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .5rem; }

.modal--title {
  background-color: #F0F0F0;
  padding: .3125rem .625rem; }

@media screen and (min-width: 40em) {
  .modal--title {
    padding: 1.5625rem 1.875rem; } }

.modal .icon-decline {
  font-size: 1.375rem;
  color: #d7d7d7; }

.modal--form-wrapper {
  padding: .3125rem .3125rem 0; }

@media screen and (min-width: 40em) {
  .modal--form-wrapper {
    padding: 1.25rem 1.25rem 0; } }

.modal .checkbox .remember-me,
.modal .checkbox .text-right {
  display: inline-block; }

.modal .checkbox .text-right {
  float: right; }

.modal .socialaccount_provider {
  padding-left: 0; }

.modal .socialaccount_provider:before {
  position: relative;
  left: inherit; }

.modal .success,
.modal .success:hover {
  background-color: #6A6F86; }

.message-inbox {
  background: #F0F0F0;
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .message-inbox {
    padding: 3.75rem 0 1.875rem; }
  .message-inbox-header {
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-inbox-container,
.message-inbox-footer,
.message-inbox-head,
.message-inbox-header {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

@media screen and (min-width: 40em) {
  .message-inbox-header {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-inbox-header .title {
  font-size: 3.125rem; }

.message-inbox-container,
.message-inbox-footer {
  margin-bottom: 1.875rem; }

.message-inbox-container .controls,
.message-inbox-footer .controls {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .message-inbox-container .controls,
  .message-inbox-footer .controls {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.discover-panel-details .message-inbox-container .shortlist,
.discover-panel-details .message-inbox-footer .shortlist,
.message-inbox-container .button,
.message-inbox-container .discover-panel-details .shortlist,
.message-inbox-container .profile__main-nav a,
.message-inbox-footer .button,
.message-inbox-footer .discover-panel-details .shortlist,
.message-inbox-footer .profile__main-nav a,
.profile__main-nav .message-inbox-container a,
.profile__main-nav .message-inbox-footer a {
  margin: 0;
  background-color: #8FC4C5; }

@media screen and (max-width: 63.9375em) {
  .discover-panel-details .message-inbox-container .shortlist,
  .discover-panel-details .message-inbox-footer .shortlist,
  .message-inbox-container .button,
  .message-inbox-container .discover-panel-details .shortlist,
  .message-inbox-container .profile__main-nav a,
  .message-inbox-footer .button,
  .message-inbox-footer .discover-panel-details .shortlist,
  .message-inbox-footer .profile__main-nav a,
  .profile__main-nav .message-inbox-container a,
  .profile__main-nav .message-inbox-footer a {
    font-size: .875rem; } }

@media screen and (min-width: 75em) {
  .discover-panel-details .message-inbox-container .shortlist,
  .discover-panel-details .message-inbox-footer .shortlist,
  .message-inbox-container .button,
  .message-inbox-container .discover-panel-details .shortlist,
  .message-inbox-container .profile__main-nav a,
  .message-inbox-footer .button,
  .message-inbox-footer .discover-panel-details .shortlist,
  .message-inbox-footer .profile__main-nav a,
  .profile__main-nav .message-inbox-container a,
  .profile__main-nav .message-inbox-footer a {
    font-size: initial; } }

.discover-panel-details .message-inbox-container .archive.shortlist,
.discover-panel-details .message-inbox-footer .archive.shortlist,
.message-inbox-container .button.archive,
.message-inbox-container .discover-panel-details .archive.shortlist,
.message-inbox-container .profile__main-nav a.archive,
.message-inbox-footer .button.archive,
.message-inbox-footer .discover-panel-details .archive.shortlist,
.message-inbox-footer .profile__main-nav a.archive,
.profile__main-nav .message-inbox-container a.archive,
.profile__main-nav .message-inbox-footer a.archive {
  border-radius: 50%;
  padding: .75rem;
  background-color: transparent;
  border: .0625rem solid #d7d7d7;
  overflow: hidden;
  display: inline-block;
  margin-left: .625rem; }

@media screen and (min-width: 40em) {
  .discover-panel-details .message-inbox-container .archive.shortlist,
  .discover-panel-details .message-inbox-footer .archive.shortlist,
  .message-inbox-container .button.archive,
  .message-inbox-container .discover-panel-details .archive.shortlist,
  .message-inbox-container .profile__main-nav a.archive,
  .message-inbox-footer .button.archive,
  .message-inbox-footer .discover-panel-details .archive.shortlist,
  .message-inbox-footer .profile__main-nav a.archive,
  .profile__main-nav .message-inbox-container a.archive,
  .profile__main-nav .message-inbox-footer a.archive {
    margin-left: 0; } }

@media screen and (min-width: 64em) {
  .discover-panel-details .message-inbox-container .archive.shortlist,
  .discover-panel-details .message-inbox-footer .archive.shortlist,
  .message-inbox-container .button.archive,
  .message-inbox-container .discover-panel-details .archive.shortlist,
  .message-inbox-container .profile__main-nav a.archive,
  .message-inbox-footer .button.archive,
  .message-inbox-footer .discover-panel-details .archive.shortlist,
  .message-inbox-footer .profile__main-nav a.archive,
  .profile__main-nav .message-inbox-container a.archive,
  .profile__main-nav .message-inbox-footer a.archive {
    margin-left: .625rem; } }

.discover-panel-details .message-inbox-container .archive.shortlist [class*=icon-],
.discover-panel-details .message-inbox-footer .archive.shortlist [class*=icon-],
.message-inbox-container .button.archive [class*=icon-],
.message-inbox-container .discover-panel-details .archive.shortlist [class*=icon-],
.message-inbox-container .profile__main-nav a.archive [class*=icon-],
.message-inbox-footer .button.archive [class*=icon-],
.message-inbox-footer .discover-panel-details .archive.shortlist [class*=icon-],
.message-inbox-footer .profile__main-nav a.archive [class*=icon-],
.profile__main-nav .message-inbox-container a.archive [class*=icon-],
.profile__main-nav .message-inbox-footer a.archive [class*=icon-] {
  color: #8FC4C5; }

.message-inbox-empty {
  text-align: center;
  padding: .625rem 0 3.125rem; }

.message-inbox-empty [class*=icon-] {
  font-size: 3.125rem;
  display: block;
  transition: all 1.3s ease-in-out;
  -webkit-animation: flipInX 1.3s linear;
  animation: flipInX 1.3s linear; }

.message-inbox-thread {
  padding: 1.25rem .625rem 1.25rem 1.25rem;
  margin-top: 1.25rem;
  transition: all .3s linear;
  background-color: #FFF;
  border-radius: .5rem;
  border: .0625rem solid #d7d7d7; }

.message-inbox-content,
.message-inbox-pic {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.message-inbox-thread:focus,
.message-inbox-thread:hover {
  box-shadow: 0 .1875rem .3125rem #d7d7d7; }

.discover-panel-details .message-inbox-thread .shortlist,
.message-inbox-thread .button,
.message-inbox-thread .discover-panel-details .shortlist,
.message-inbox-thread .profile__main-nav a,
.profile__main-nav .message-inbox-thread a {
  margin: 0; }

.message-inbox-pic {
  width: 8.33333%;
  min-width: 5rem; }

@media screen and (min-width: 40em) {
  .message-inbox-pic {
    width: 8.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .discover-panel-details .message-inbox-thread .shortlist,
  .message-inbox-thread .button,
  .message-inbox-thread .discover-panel-details .shortlist,
  .message-inbox-thread .profile__main-nav a,
  .profile__main-nav .message-inbox-thread a {
    margin: 0 0 0 1.5625rem; }
  .message-inbox-pic {
    width: 8.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-inbox-pic .profile-pic {
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  height: 3.75rem;
  width: 3.75rem; }

@media screen and (min-width: 75em) {
  .message-inbox-pic .profile-pic {
    height: 4.6875rem;
    width: 4.6875rem; } }

.message-inbox-pic .profile-pic img {
  width: 3.75rem; }

@media screen and (min-width: 75em) {
  .message-inbox-pic .profile-pic img {
    width: 4.6875rem; } }

.message-inbox-content {
  width: 75%; }

@media screen and (min-width: 40em) {
  .message-inbox-content {
    width: 87%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .message-inbox-content {
    width: 91.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 75em) {
  .message-inbox-content {
    width: 91.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-inbox-content .content,
.message-inbox-content .date,
.message-inbox-content .status,
.message-inbox-content .subject,
.message-inbox-content .users {
  margin: 0;
  color: #85828F; }

.message-inbox-content .message-date {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .message-inbox-content .message-date {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 64em) {
  .message-inbox-content .message-date {
    width: 16.66667%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.message-inbox-content .subject-content {
  width: 100%;
  float: left;
  padding: 0;
  margin: .625rem 0 1.25rem; }

@media screen and (max-width: 63.9375em) {
  .message-inbox-content .subject-content .content {
    visibility: hidden;
    height: .625rem; } }

@media screen and (min-width: 40em) {
  .message-inbox-content .subject-content {
    margin: initial;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 64em) {
  .message-inbox-content .subject-content {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 75em) {
  .message-inbox-content .subject-content {
    width: 58.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-inbox-content .message-cta {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .message-inbox-content .message-cta {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 64em) {
  .message-inbox-content .message-cta {
    width: 33.33333%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 75em) {
  .message-inbox-content .message-cta {
    width: 25%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .discover-panel-details .message-inbox-content .message-cta .shortlist,
  .message-inbox-content .message-cta .button,
  .message-inbox-content .message-cta .discover-panel-details .shortlist,
  .message-inbox-content .message-cta .profile__main-nav a,
  .profile__main-nav .message-inbox-content .message-cta a {
    width: 75%; }
  .discover-panel-details .message-inbox-content .message-cta .archive.shortlist,
  .message-inbox-content .message-cta .button.archive,
  .message-inbox-content .message-cta .discover-panel-details .archive.shortlist,
  .message-inbox-content .message-cta .profile__main-nav a.archive,
  .profile__main-nav .message-inbox-content .message-cta a.archive {
    width: 2.5rem; } }

.message-inbox-content .date,
.message-inbox-content .status,
.message-inbox-content .subject,
.message-inbox-content .users {
  font-weight: 700;
  display: block; }

.message-inbox-content .subject a {
  color: #85828F; }

.message-inbox-content .status.accepted,
.message-inbox-content .subject a:focus,
.message-inbox-content .subject a:hover,
.message-inbox-content .users:focus,
.message-inbox-content .users:hover {
  color: #8FC4C5; }

.message-inbox-content .date {
  font-weight: 400; }

.unread .message-inbox-content .date {
  position: relative; }

.unread .message-inbox-content .date:after {
  content: '';
  display: inline-block;
  margin: 0 0 .0625rem .375rem;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  background-color: #8FC4C5; }

.message-inbox-content .status {
  display: inline-block; }

.message-inbox-content .status.declined {
  color: #D79695; }

.message-thread {
  background: #F0F0F0;
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .message-thread {
    padding: 3.75rem 0 1.875rem; }
  .message-thread-panel {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-thread-panel {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 64em) {
  .message-thread-panel {
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 75em) {
  .message-thread-panel {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-thread-panel .profile-pic {
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background-color: #F0F0F0;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto; }

@media screen and (min-width: 64em) {
  .message-thread-panel .profile-pic {
    width: 7.5rem;
    height: 7.5rem; } }

@media screen and (min-width: 75em) {
  .message-thread-panel .profile-pic {
    width: 10.625rem;
    height: 10.625rem; } }

.message-thread-cta {
  background-color: #FFF;
  border-radius: .5rem;
  border: .0625rem solid #d7d7d7;
  text-align: center;
  padding: 1.25rem .625rem 0; }

.discover-panel-details .message-thread-cta .shortlist,
.message-thread-cta .button,
.message-thread-cta .discover-panel-details .shortlist,
.message-thread-cta .profile__main-nav a,
.profile__main-nav .message-thread-cta a {
  width: 100%; }

.discover-panel-details .message-thread-cta .primary.shortlist,
.message-thread-cta .button.primary,
.message-thread-cta .discover-panel-details .primary.shortlist,
.message-thread-cta .profile__main-nav a.primary,
.profile__main-nav .message-thread-cta a.primary {
  background-color: #8FC4C5; }

.message-thread-messages {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
  padding-top: 1.875rem; }

@media screen and (min-width: 64em) {
  .message-thread-messages {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-top: auto; } }

.message-thread-messages .title {
  font-weight: 700; }

.message-thread-messages .subject {
  color: #85828F;
  display: block; }

@media screen and (min-width: 40em) {
  .message-thread-messages .subject {
    display: inherit; } }

.message-thread-divider {
  display: block;
  text-align: center; }

.message-thread-divider [class*=icon-] {
  font-size: 1.25rem; }

.message-thread-divider [class*=icon-]:before {
  margin: 0 .625rem;
  color: #d7d7d7; }

.message-thread-divider:after,
.message-thread-divider:before {
  display: inline-block;
  content: '';
  border-bottom: .125rem solid #d7d7d7;
  width: 40.5%;
  margin-bottom: .4375rem; }

.message-thread-list {
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .message-thread-divider:after,
  .message-thread-divider:before {
    width: 46.5%; }
  .message-thread-list {
    padding: .625rem 0 1.875rem; } }

.message-thread-list .message {
  position: relative;
  padding: .3125rem 0;
  margin-bottom: 1.875rem;
  width: 100%;
  float: left; }

.message-thread-list .message .avatar {
  width: 33.33333%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .message-thread-list .message .avatar {
    width: 16.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.message-thread-list .message .avatar .profile-pic {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 5rem;
  height: 5rem;
  border: .25rem solid #FFF;
  margin: 0 auto; }

@media screen and (min-width: 64em) {
  .message-thread-list .message .avatar .profile-pic {
    width: 5.625rem;
    height: 5.625rem; } }

@media screen and (min-width: 75em) {
  .message-thread-list .message .avatar .profile-pic {
    width: 6.25rem;
    height: 6.25rem; } }

.message-thread-list .message .avatar .profile-pic img {
  width: 100%; }

.message-thread-list .message .message-content {
  background-color: #FFF;
  border-radius: 0 .5rem .5rem;
  font-weight: 700;
  position: relative;
  width: 66.66667%;
  float: left;
  padding: .9375rem 1.25rem; }

@media screen and (min-width: 40em) {
  .message-thread-list .message .message-content {
    width: 83.33333%;
    float: left;
    padding: .9375rem 1.875rem; } }

.message-thread-list .message .message-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; }

.message-thread-list .message.sent .message-content {
  border-top-right-radius: 0;
  border-top-left-radius: .5rem;
  background-color: #d7d7d7; }

.message-thread-list .message.sent .message-content:before {
  width: 0;
  height: 0;
  border-top: 2.5625rem solid #d7d7d7;
  border-right: 2.8125rem solid transparent;
  right: -1.875rem; }

.message-thread-list .message.received .message-content:before {
  width: 0;
  height: 0;
  border-top: 2.5625rem solid #FFF;
  border-left: 2.8125rem solid transparent;
  left: -1.875rem; }

.new-message-header,
.new-message-profile {
  width: 100%; }

.new-message {
  background: #F0F0F0;
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .new-message {
    padding: 3.75rem 0 1.875rem; } }

.new-message-form,
.new-message-header,
.new-message-profile {
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.new-message-header .title {
  font-size: 2.1875rem;
  margin-bottom: 1.875rem;
  text-align: center; }

@media screen and (min-width: 64em) {
  .new-message-header .title {
    text-align: inherit;
    font-size: 3.125rem;
    margin-bottom: 3.125rem; }
  .new-message-profile {
    width: 16.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.discover-header .title,
.discover-panel-details .new-message .shortlist,
.new-message .button,
.new-message .discover-panel-details .shortlist,
.new-message .profile__main-nav a,
.profile__main-nav .new-message a {
  text-align: center; }

.new-message-profile .profile-pic {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 6.875rem;
  height: 6.875rem;
  border: .25rem solid #FFF;
  background-color: #FFF;
  margin: 0 auto; }

@media screen and (min-width: 64em) {
  .new-message-profile .profile-pic {
    width: 7.5rem;
    height: 7.5rem; } }

@media screen and (min-width: 75em) {
  .new-message-profile .profile-pic {
    width: 8.75rem;
    height: 8.75rem; } }

.new-message-form,
.new-message-profile .profile-pic img {
  width: 100%; }

@media screen and (min-width: 40em) {
  .new-message-form {
    width: 58.33333%;
    padding-left: .625rem;
    padding-right: .625rem;
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.new-message-form input,
.new-message-form select,
.new-message-form textarea {
  border-radius: .5rem; }

@media screen and (min-width: 64em) {
  .new-message-form {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .new-message-form select {
    width: 50%;
    padding-left: .625rem;
    padding-right: .625rem;
    float: none; } }

.discover-panel-details .new-message .primary.shortlist,
.new-message .button.primary,
.new-message .discover-panel-details .primary.shortlist,
.new-message .profile__main-nav a.primary,
.profile__main-nav .new-message a.primary {
  background-color: #8FC4C5; }

.block-list {
  background: #F0F0F0;
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .block-list {
    padding: 3.75rem 0 1.875rem; }
  .block-list-header {
    padding-left: .625rem;
    padding-right: .625rem; } }

.block-list-container,
.block-list-header {
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.block-list-header {
  width: 100%; }

@media screen and (min-width: 40em) {
  .block-list-header {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.block-list-header .title {
  font-size: 3.125rem;
  margin-bottom: 1.875rem; }

.block-list-container {
  width: 25%;
  margin-bottom: 1.875rem; }

.block-list-empty {
  text-align: center;
  padding: .625rem 0 3.125rem;
  background-color: #FFF;
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  margin-bottom: 1.875rem; }

.block-list-empty .message {
  font-size: 1.875rem;
  padding-top: 3.75rem; }

.message-thread-cta .profile__network a {
  margin-top: 1.875rem; }

.message-thread-cta .profile__network-stat {
  z-index: 0;
  bottom: 3.75rem; }

.message-thread-cta .profile__meta-detail {
  margin: .625rem 0; }

.message-thread-cta .profile__meta-detail li {
  font-size: .875rem; }

.socialaccount_providers {
  margin-left: 0;
  list-style: none; }

.socialaccount_provider {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  line-height: 1.5625rem; }

@media screen and (min-width: 40em) {
  .socialaccount_provider {
    padding-right: .625rem;
    padding-left: 3.125rem; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .socialaccount_provider {
    padding-left: 3.125rem; }
  .user-nav div.content {
    -webkit-animation: slideOutRight .1s ease-in;
    animation: slideOutRight .1s ease-in; } }

.socialaccount_provider:before {
  font-size: 1.25rem;
  position: absolute;
  left: .625rem; }

@media screen and (min-width: 64em) {
  .socialaccount_provider:before {
    left: 2.5rem; } }

.socialaccount_provider:hover {
  text-decoration: inherit; }

.connect .socialaccount_provider,
.connected .socialaccount_provider {
  text-align: left; }

.connect .socialaccount_provider:before,
.connected .socialaccount_provider:before {
  left: 0; }

.socialaccount_provider.facebook:before,
.socialaccount_provider.google:before,
.socialaccount_provider.instagram:before,
.socialaccount_provider.twitter:before {
  padding: 0 1.25rem;
  font-weight: 400;
  font-family: icomoon;
  speak: none;
  font-style: normal; }

.socialaccount_provider.facebook {
  color: #3B5998;
  background: 0 0; }

.socialaccount_provider.facebook:before {
  content: ""; }

.socialaccount_provider.facebook:focus,
.socialaccount_provider.facebook:hover {
  background: #3B5998;
  color: #fff; }

.socialaccount_provider.facebook.connected:focus,
.socialaccount_provider.facebook.connected:hover {
  background: #3B5998; }

.socialaccount_provider.twitter {
  color: #1DA1F2;
  background: 0 0; }

.socialaccount_provider.twitter:before {
  content: ""; }

.socialaccount_provider.twitter:focus,
.socialaccount_provider.twitter:hover {
  background: #1DA1F2;
  color: #fff; }

.socialaccount_provider.twitter.connected:focus,
.socialaccount_provider.twitter.connected:hover {
  background: #1DA1F2; }

.socialaccount_provider.google {
  color: #D94141;
  background: 0 0; }

.socialaccount_provider.google:before {
  content: ""; }

.socialaccount_provider.google:focus,
.socialaccount_provider.google:hover {
  background: #D94141;
  color: #fff; }

.socialaccount_provider.google.connected:focus,
.socialaccount_provider.google.connected:hover {
  background: #D94141; }

.socialaccount_provider.instagram {
  color: #125688;
  background: 0 0; }

.socialaccount_provider.instagram:before {
  content: ""; }

.socialaccount_provider.instagram:focus,
.socialaccount_provider.instagram:hover {
  background: #125688;
  color: #fff; }

.socialaccount_provider.instagram.connected:focus,
.socialaccount_provider.instagram.connected:hover {
  background: #125688; }

.socialaccount_provider.online-profile {
  padding-left: 3.4375rem; }

.socialaccount__disconnect {
  visibility: hidden;
  opacity: 0;
  display: none; }

.socialaccount__disconnect.active {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: all .35s ease-in-out;
  -webkit-animation: flipInX .5s linear;
  animation: flipInX .5s linear; }

.socialaccount_row {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.socialaccount_row .socialaccount_radio {
  display: none; }

.connected .socialaccount_row label:after {
  content: "";
  font-size: 1.375rem;
  margin-right: .625rem;
  color: #FFF;
  position: absolute;
  top: 0;
  right: .625rem; }

.socialaccount_title {
  display: block;
  margin-bottom: .625rem; }

.socialaccount_remove:focus,
.socialaccount_remove:hover {
  cursor: pointer; }

.profile__head {
  position: relative;
  height: 9.375rem;
  background-image: linear-gradient(304deg, #5B9EA6, #487f86, #F0B724, #479AE2, #2181d5);
  background-size: 400% 400%;
  -webkit-animation: animatedProfileGradient 30s linear infinite;
  animation: animatedProfileGradient 30s linear infinite; }

@media screen and (min-width: 40em) {
  .profile__head {
    height: 15.625rem; } }

.profile__head.simple {
  background-image: initial;
  background-color: #03728b; }

.profile__hero {
  height: 12.5rem;
  overflow: hidden; }

@media screen and (min-width: 40em) {
  .profile__hero {
    height: 15.625rem; } }

.profile__hero img {
  width: 120%;
  max-width: 120%;
  height: auto; }

.profile__hero .title {
  text-align: center;
  color: #FFF;
  margin-top: .9375rem; }

.profile__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.75rem;
  text-align: center; }

@media screen and (min-width: 40em) {
  .profile__hero img {
    width: 100%;
    max-width: 120%; }
  .profile__hero .title {
    margin-top: 4.375rem; }
  .profile__image {
    top: 10rem; } }

.profile__image-wrap {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: .1875rem solid #FFF;
  background: #F0F0F0;
  height: 11.25rem;
  width: 11.25rem;
  position: relative;
  z-index: 8; }

.profile__image-wrap img {
  height: initial;
  width: 100%;
  max-width: 18.75rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.profile__image-wrap.brand {
  border-radius: .5rem;
  width: 7.8125rem; }

.profile__image-wrap.brand img {
  max-width: 100%;
  height: initial;
  width: 12.5rem; }

.profile__body {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem; }

.profile__body::after,
.profile__body::before {
  content: ' ';
  display: table; }

@media screen and (min-width: 40em) {
  .profile__body {
    margin-top: 7.25rem;
    margin-bottom: 2.5rem; } }

.profile__info {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
  text-align: center; }

.profile__info h1 {
  text-align: center;
  margin: 0; }

.profile__info .icon-save,
.profile__info .icon-save-alt {
  color: #F0F0F0; }

.profile__info-edit {
  text-align: center;
  padding: 1.875rem 0 1.25rem; }

.profile__main-nav,
.profile__meta {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left;
  text-align: center; }

.profile__total-stats {
  display: block;
  text-align: center;
  color: #5B9EA6; }

.profile__total-stats i {
  vertical-align: middle; }

.profile__network {
  text-align: center;
  margin-top: 1.875rem; }

.message-thread-cta .profile__network {
  display: none; }

@media screen and (min-width: 40em) {
  .profile__network {
    margin-top: .9375rem; }
  .message-thread-cta .profile__network {
    margin-top: 0;
    display: block; } }

.profile__network a {
  width: 3.625rem;
  height: 3.625rem;
  background: #F0F0F0;
  display: inline-table;
  color: #626262;
  position: relative;
  webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: .625rem 0 1.875rem; }

.profile__network a:focus,
.profile__network a:hover {
  background: #479AE2; }

.profile__network a:focus [class*=icon-],
.profile__network a:hover [class*=icon-] {
  color: #FFF; }

.profile__network a:focus.facebook,
.profile__network a:hover.facebook {
  background: #3B5998; }

.profile__network a:focus.twitter,
.profile__network a:hover.twitter {
  background: #1DA1F2; }

.profile__network a:focus.instagram,
.profile__network a:hover.instagram {
  background: #125688; }

.profile__network a:focus.youtube,
.profile__network a:hover.youtube {
  background: #D94141; }

@media screen and (min-width: 40em) {
  .profile__network a {
    margin: inherit;
    border-top: .125rem solid #FFF; }
  .profile__network a:focus .profile__network-stat,
  .profile__network a:hover .profile__network-stat {
    bottom: 3.75rem; } }

.profile__network i {
  display: table-cell;
  vertical-align: middle; }

.profile__main-nav a,
.profile__meta-detail li {
  display: inline-block; }

.profile__network-stat {
  position: absolute;
  background: #F0F0F0;
  left: 0;
  bottom: 3.875rem;
  width: 100%;
  z-index: -1; }

.profile__meta-detail li i {
  margin: 0 .3125rem; }

.profile__meta {
  width: 100%; }

.profile__meta-detail {
  list-style: none;
  text-align: center;
  color: #626262; }

@media screen and (min-width: 40em) {
  .profile__network-stat {
    bottom: 2rem;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .profile__meta-detail {
    margin-top: 1.875rem; } }

.profile__main-nav {
  width: 100%;
  margin-top: .625rem; }

.profile__bio {
  width: 100%;
  float: left;
  margin-top: 1.875rem;
  border: .0625rem solid #d7d7d7;
  background-color: #F0F0F0;
  color: #6c6975;
  border-radius: .5rem;
  padding: 1.25rem 1.25rem .625rem;
  text-align: center; }

.social-slider,
.social-slider.last {
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .profile__bio {
    margin-bottom: 1.25rem; }
  .email__name .email__row {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem; } }

.profile .report__form {
  text-align: center; }

.social-slider {
  margin-top: 3.75rem;
  width: 50%; }

.social-slider.last {
  width: 100%; }

.social-slider .orbit-caption {
  height: 100%;
  opacity: 0;
  transition: all .25s ease-in-out; }

.social-slider .orbit-caption [class*=icon-] {
  font-size: 1.25rem; }

@media screen and (min-width: 40em) {
  .social-slider,
  .social-slider.last {
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .social-slider {
    width: 25%; }
  .social-slider.last {
    width: 50%; }
  .social-slider .orbit-caption [class*=icon-] {
    font-size: 2.5rem; }
  .social-slider .social-stats [class*=icon-] {
    font-size: inherit; } }

.social-slider.twitter .orbit-caption {
  background: rgba(64, 153, 255, 0.85); }

.social-slider.facebook .orbit-caption {
  background-color: rgba(59, 89, 152, 0.85); }

.social-slider .orbit-next,
.social-slider .orbit-previous {
  background: 0 0;
  top: 90%;
  opacity: 0; }

.social-slider .orbit-next:focus,
.social-slider .orbit-previous:focus,
.social-slider .orbit-slide:focus {
  outline: 0; }

.social-slider:focus .orbit-caption,
.social-slider:focus .orbit-next,
.social-slider:focus .orbit-previous,
.social-slider:hover .orbit-caption,
.social-slider:hover .orbit-next,
.social-slider:hover .orbit-previous {
  opacity: 1; }

.social-slider .social-stats {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.social-slider .social-stats::after,
.social-slider .social-stats::before {
  content: ' ';
  display: table; }

.social-slider .social-stats span {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.social-slider .social-stats [class*=icon-] {
  font-size: inherit; }

.profile__social-stats {
  border-top: .0625rem solid #F0F0F0;
  background: #F0F0F0;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem; }

.profile__social-stats .filter {
  text-align: center;
  padding-left: .625rem;
  padding-right: .625rem; }

.profile__social-stats .filter h3 {
  color: #85828F; }

.profile__social-stats .filter .filter-list {
  list-style: none;
  display: inline-block;
  margin: 0; }

.profile__social-stats .filter .filter-list li {
  display: inline-block; }

.profile__social-stats .filter [class*=icon-] {
  margin: 0 .3125rem;
  font-size: 1.25rem;
  display: block; }

.profile__social-stats .filter .three-column {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .profile__social-stats .filter .three-column {
    padding-top: .625rem;
    width: 33.33333%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.profile__social-stats .filter .two-column {
  width: 50%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.profile__social-stats .filter .progress_bars {
  text-align: left;
  min-height: 9.375rem;
  margin-top: 1.875rem; }

.profile__social-stats .filter .progress_bars .title {
  color: #6c6975;
  margin-bottom: 1.25rem; }

.profile__social-stats .filter .progress_bars .bars_list {
  list-style: none;
  margin: 0; }

.email,
.profile__social-grid {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.profile__social-stats .filter .progress_bars .bars_list li {
  position: relative;
  height: 3.125rem; }

.profile__social-stats .filter .progress_bars .bars_list li .label-title {
  color: #6c6975; }

.profile__social-stats .filter .progress_bars .bars_list li .label {
  position: absolute;
  right: 0;
  font-size: .8125rem;
  background-color: #d7d7d7;
  color: #6c6975; }

.profile__social-stats .filter .progress_bars .bars_list li:after,
.profile__social-stats .filter .progress_bars .bars_list li:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 1rem;
  right: 0;
  background-color: #d7d7d7;
  height: .25rem;
  width: 100%; }

.profile__social-stats .filter .progress_bars .bars_list li:after {
  width: 100%; }

.profile__social-stats .filter .progress_bars .bars_list li .progress {
  background-color: #8FC4C5;
  display: block;
  height: .25rem;
  position: absolute;
  bottom: 0; }

.profile__social-stats .filter .progress_bars .bars_list.stats-visible li:after {
  width: 0;
  -webkit-animation: progress-bar 3s;
  animation: progress-bar 3s; }

.profile__social-grid {
  width: 58.33333%;
  padding-left: .625rem;
  padding-right: .625rem;
  float: none; }

.profile__social-grid::after,
.profile__social-grid::before {
  content: ' ';
  display: table; }

.profile__social-grid .stat {
  width: 33.33333%;
  float: left;
  display: inline-block;
  padding: 1.25rem;
  text-align: center;
  position: relative; }

.profile__social-grid .stat [class*=icon-] {
  font-size: 2.5rem;
  color: #8FC4C5; }

.profile__social-grid .stat i,
.profile__social-grid .stat span {
  display: block;
  margin-bottom: .625rem; }

.profile__social-grid .stat span {
  color: #6c6975; }

.profile__social-grid .stat .title {
  color: #85828F; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row::after,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row::before {
  content: ' ';
  display: table; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row::after {
  clear: both; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row.collapse > .column,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row {
  margin-left: -.625rem;
  margin-right: -.625rem; }

@media screen and (min-width: 40em) {
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row {
    margin-left: -.625rem;
    margin-right: -.625rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .column,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .columns {
    padding-left: .625rem;
    padding-right: .625rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row.expanded {
  max-width: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row-align-left {
  margin-top: 1.875rem; }

@media screen and (min-width: 40em) {
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row-align-left {
    margin-left: 2.5rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row-align-right {
  margin-top: 1.875rem; }

.short-list-container .profile__network a {
  width: 2rem;
  height: 2rem;
  margin: 0; }

.short-list-container .profile__network a [class*=icon-] {
  font-size: 1rem; }

.short-list {
  background: #F0F0F0;
  padding: 1.875rem 0 1.25rem; }

@media screen and (min-width: 40em) {
  .short-list {
    padding: 3.75rem 0 1.875rem; }
  .short-list-header {
    padding-left: .625rem;
    padding-right: .625rem; } }

.short-list-container,
.short-list-header {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.short-list .shortlist-name {
  color: #6A6F86; }

.short-list a.shortlist-name:focus,
.short-list a.shortlist-name:hover {
  color: #5B9EA6; }

.short-list .profile__meta-detail {
  margin: .625rem 0; }

.short-list-header .title {
  font-size: 3.125rem;
  margin-bottom: 1.875rem; }

.short-list-container {
  margin-bottom: .625rem; }

@media screen and (min-width: 40em) {
  .short-list-header {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; }
  .short-list-container {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 1.875rem; } }

@media screen and (min-width: 64em) {
  .short-list-container {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.short-list-number {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: .9375rem auto;
  font-size: 1.125rem;
  padding: .3125rem;
  border: .0625rem solid #F0F0F0;
  border-radius: 50%; }

.profile-card-panel,
.short-list-empty {
  background-color: #FFF;
  margin-bottom: 1.875rem; }

.short-list-empty {
  text-align: center;
  padding: .625rem 0 3.125rem;
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem; }

.short-list-empty .message {
  font-size: 1.875rem;
  padding-top: 3.75rem; }

.profile-card-panel {
  padding: 1.25rem;
  transition: all .3s linear;
  border-radius: .5rem;
  border: .0625rem solid #d7d7d7; }

.profile-card-panel:focus,
.profile-card-panel:hover {
  box-shadow: 0 .1875rem .3125rem #d7d7d7; }

.profile-card-empty {
  text-align: center;
  padding: .625rem 0 3.125rem; }

.profile-card-empty [class*=icon-] {
  font-size: 3.125rem;
  display: block;
  transition: all 1.3s ease-in-out;
  -webkit-animation: flipInX 1.3s linear;
  animation: flipInX 1.3s linear; }

.profile-card-pic {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.profile-card-pic .profile-pic {
  border: .125rem solid #F0F0F0;
  background: rgba(240, 240, 240, 0.7);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  height: 12.5rem;
  width: 12.5rem;
  margin: 0 auto; }

.usp-module {
  text-align: center;
  padding: 3.125rem 0; }

.usp-module-wrapper {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.usp-module-wrapper::after,
.usp-module-wrapper::before {
  content: ' ';
  display: table; }

.usp-module-group {
  margin-left: 0;
  margin-bottom: 3.125rem;
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) {
  .usp-module-group {
    padding-left: .625rem;
    padding-right: .625rem; } }

.usp-module-group li {
  list-style: none;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 40em) {
  .usp-module-group li {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 50%;
    float: left; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .usp-module-group li {
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 64em) {
  .usp-module-group li {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 25%;
    float: left; } }

@media screen and (min-width: 64em) and (min-width: 40em) {
  .usp-module-group li {
    padding-left: .625rem;
    padding-right: .625rem; } }

.usp-module-group [class*=icon-] {
  display: block;
  width: 7.8125rem;
  margin: 0 auto; }

.usp-module-group .title {
  display: block;
  color: #6c6975; }

.the-platform-usp,
.the-platform-usp li {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem; }

.the-platform-usp {
  list-style: none;
  margin-top: .9375rem;
  float: left;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.the-platform-usp li {
  float: left; }

@media screen and (min-width: 40em) {
  .the-platform-usp {
    padding-left: .625rem;
    padding-right: .625rem; }
  .the-platform-usp li {
    margin-top: 3.75rem;
    width: 20%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.the-platform-usp [class*=icon-] {
  display: block;
  font-size: 3.4375rem;
  color: #8FC4C5; }

.the-platform {
  text-align: center;
  padding: 3.125rem 0; }

.managed-campaigns {
  text-align: center;
  margin: 3.75rem 0; }

.managed-campaigns-nav {
  margin-top: 2.5rem;
  margin-left: 0; }

.managed-campaigns-nav li {
  display: inline-block;
  width: 8.75rem;
  padding: .9375rem 0;
  border-bottom: .0625rem solid #F0F0F0;
  list-style: none; }

.managed-campaigns-nav li:focus,
.managed-campaigns-nav li:hover {
  cursor: pointer;
  color: #8FC4C5;
  font-weight: 700; }

.managed-campaigns-brands {
  margin-top: 2.5rem; }

.profile-card-description,
.static-template__nav {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  float: left; }

.profile-card-description {
  text-align: center; }

.profile-card-description .title {
  font-size: 1.875rem;
  margin: 1.25rem 0 .625rem; }

.static-template__nav {
  text-align: left; }

@media screen and (min-width: 40em) {
  .static-template__nav {
    text-align: right;
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
    left: -75%; } }

.static-template__nav-links {
  list-style: none;
  margin: 0; }

.static-template__content {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

.static-template__content-frame {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

@media screen and (min-width: 40em) {
  .static-template__content {
    border-left: .0625rem solid #F0F0F0;
    width: 75%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
    left: 25%; }
  .static-template__content-frame {
    padding: 1.25rem; } }

.static-template__content-frame .title {
  color: #5B9EA6;
  font-weight: 700;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 64em) {
  .static-template__content-frame.constrain {
    width: 75%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

@media screen and (min-width: 75em) {
  .static-template__content-frame.constrain {
    width: 66.66667%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.static-template .accordion {
  border: none;
  margin-bottom: 2.5rem; }

.static-template .accordion .accordion-item {
  border: .0625rem solid #d7d7d7;
  margin-bottom: .625rem;
  border-radius: .5rem;
  overflow: hidden; }

.static-template .accordion .accordion-title {
  font-weight: 700;
  color: #6c6975;
  border: none; }

.static-template .accordion .accordion-title:focus,
.static-template .accordion .accordion-title:hover {
  background: 0 0; }

.static-template__form-container {
  border: .125rem solid #7cb2b8;
  border-radius: .5rem;
  padding: 1.25rem .625rem;
  width: 100%;
  float: left; }

@media screen and (min-width: 40em) {
  .static-template__form-container {
    width: 66.66667%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.static-template__form-container input,
.static-template__form-container select,
.static-template__form-container textarea {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  color: #85828F;
  box-shadow: inherit; }

.static-template__form-container input:focus,
.static-template__form-container select:focus,
.static-template__form-container textarea:focus {
  border: .125rem solid #479AE2;
  box-shadow: inherit; }

.static-template__form-container select:focus {
  outline: 0; }

.static-template__form-container label {
  font-size: 1rem;
  margin-bottom: .625rem;
  font-weight: 700;
  color: #6c6975; }

.modal--title,
.static-template__text-blocks .container a {
  color: #85828F; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .static-template__form-container label {
    font-size: .875rem; } }

.discover-panel-details .static-template__form-container .shortlist,
.profile__main-nav .static-template__form-container a,
.static-template__form-container .button,
.static-template__form-container .discover-panel-details .shortlist,
.static-template__form-container .profile__main-nav a {
  min-width: 12.5rem; }

.static-template__text-blocks {
  list-style: none;
  margin: 0; }

.static-template__text-blocks .title {
  display: block;
  margin: 0; }

.static-template__text-blocks .container {
  border: .0625rem solid #d7d7d7;
  border-radius: .5rem;
  color: #85828F;
  padding: .625rem;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 64em) {
  .static-template__text-blocks .container {
    padding: 1.25rem; } }

.static-template__text-blocks li {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem; }

@media screen and (min-width: 40em) {
  .static-template__text-blocks li {
    width: 50%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem; } }

.static-template--about .static-template__text-blocks .container {
  width: auto; }

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0 !important; }

.account__nav {
  padding-top: 2.5rem;
  padding-left: 2rem; }
  .account__nav h3 {
    font-weight: normal; }
  .account__nav ul {
    margin-left: 0; }
    .account__nav ul li {
      list-style-type: none; }
      .account__nav ul li a {
        color: #6c6975;
        font-weight: normal; }
  @media only screen and (min-width: 40em) {
    .account__nav {
      width: 25%;
      float: left; } }

.page-1 .page-1 a,
.page-2 .page-2 a,
.page-3 .page-3 a,
.page-4 .page-4 a,
.page-5 .page-5 a {
  font-weight: bold; }

.account__body {
  margin: 1rem auto;
  float: none;
  width: 92%;
  max-width: 60rem; }
  .account__body h3 {
    padding: 0;
    margin-bottom: 1.2rem; }
    .account__body h3:after {
      content: '';
      width: 10%;
      display: block;
      border-bottom: .125rem solid #5B9EA6;
      padding-top: 1.25rem; }
  .account__body table tbody {
    border: 0; }
    .account__body table tbody tr {
      background: transparent; }

.account__subscription {
  border: 1px solid #F0F0F0;
  border-radius: .5rem;
  padding: 1rem 1rem 1rem;
  margin-bottom: 1rem; }
  .account__subscription table {
    margin-bottom: 0; }
  .account__subscription td {
    padding: .5rem 0 .5rem; }
    .account__subscription td:first-child {
      max-width: 3rem; }
    .account__subscription td.current-subscription {
      font-weight: bold;
      color: #8FC4C5; }
  .account__subscription .button {
    margin-bottom: 0; }

.account__transactions {
  border: 1px solid #F0F0F0;
  border-radius: .5rem;
  padding: 1rem 1rem 1rem;
  margin-bottom: 2rem; }
  .account__transactions table {
    margin-bottom: 0; }
  .account__transactions tr.odd {
    background: #ddd; }
  .account__transactions tr.even {
    background: #eee; }
  .account__transactions th {
    text-align: left; }
  .account__transactions td {
    vertical-align: top;
    border: 1px solid #fff;
    padding: 0.3rem 0.7rem 0.7rem;
    font-weight: normal;
    font-size: 0.9rem; }
    .account__transactions td.price, .account__transactions td.date {
      font-weight: bold; }

.error-page-wrapper {
  background-color: #8FC4C5; }
  .error-page-wrapper .container-error {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .error-page-wrapper a {
    color: #ffffff; }
  .error-page-wrapper .is-transparent {
    background-color: transparent !important; }
  .error-page-wrapper .is-tbp-404 {
    background: url("../images/404.png") #7ec6c5;
    background-repeat: no-repeat;
    background-position: 20%; }
  .error-page-wrapper .no-box-shadow {
    box-shadow: initial !important; }
  .error-page-wrapper .is-logo {
    width: 50px;
    max-height: 100% !important; }
  .error-page-wrapper div.content-error {
    color: white;
    margin-left: 156px;
    padding-bottom: 52px; }
  .error-page-wrapper div.content-error h2 {
    font-size: 64px;
    font-weight: 300; }
  .error-page-wrapper div.content-error h4 {
    font-size: 31px;
    font-weight: 300; }
  .error-page-wrapper div.content-error p {
    font-size: 17px; }
  .error-page-wrapper div.content-error ul {
    font-size: 17px;
    list-style-type: disc;
    padding-left: 20px; }
  .error-page-wrapper div.content-error button.button-404 {
    margin-top: 20px;
    background: #6b7085;
    border: none;
    border-radius: 3px;
    padding: 7px 45px;
    color: white;
    font-size: 15px;
    cursor: pointer; }
  @media (min-width: 1281px) {
    .error-page-wrapper .is-tbp-404 {
      background-size: auto 100%;
      background-position: 30%; } }
  @media (max-width: 980px) {
    .error-page-wrapper .nav-left {
      padding-left: 20px; } }
  @media (max-width: 800px) {
    .error-page-wrapper div.content-error {
      margin-left: 0; } }

html body .edit-profile .avatar-picture {
  padding-top: .9rem;
  margin-right: .5rem;
  margin-bottom: 20px; }

html body .avatar-controls input[type="file"] {
  width: initial; }

.bio [class*="icon"] {
  margin-right: 10px; }

@media only screen and (min-width: 48em) {
  .bio .discover-panel {
    padding-left: 0;
    margin-top: 1rem; } }

.feeds {
  margin: 0 -1rem; }

.feeds__item {
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  margin: 1rem;
  z-index: 1; }
  .feeds__item.active {
    z-index: 0;
    position: relative; }
    @media only screen and (max-width: 39.938em) {
      .feeds__item.active .feeds__overlay {
        display: block;
        opacity: 1; } }
  .feeds__item.no-image {
    position: relative; }
    .feeds__item.no-image .feeds__overlay {
      border: 1px solid #8FC4C5;
      display: block;
      opacity: 1;
      background: transparent; }
      .feeds__item.no-image .feeds__overlay a {
        color: #626262; }
      .feeds__item.no-image .feeds__overlay p {
        width: 100%; }
    @media only screen and (min-width: 48em) {
      .feeds__item.no-image:hover {
        flex-grow: 0.333333; } }
  @media only screen and (min-width: 48em) {
    .feeds__item {
      width: auto;
      height: 400px;
      flex-grow: 0.333333;
      display: inline-block;
      position: relative; }
      .feeds__item:hover {
        flex-grow: 0.5; } }

.feeds__container {
  position: relative;
  top: 60%;
  transform: translateY(-50%); }

.feeds__overlay {
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 4rem 2rem 2rem;
  color: #fff; }
  .feeds__overlay a {
    color: #fff; }
  .feeds__overlay h3 {
    color: #fff;
    display: inline-block;
    margin-left: .4rem;
    font-weight: bold; }
  .feeds__overlay i {
    margin-right: .4rem; }
    .feeds__overlay i.icon-bubbles {
      margin-left: 1.2rem; }
  @media only screen and (min-width: 48em) {
    .feeds__overlay {
      display: block;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 2rem 2rem 2rem 2rem; }
      .feeds__overlay a {
        display: block; }
      .feeds__overlay h3, .feeds__overlay p {
        width: 200%; }
      .feeds__overlay:hover {
        opacity: 1; }
        .feeds__overlay:hover h3, .feeds__overlay:hover p {
          width: auto; } }

.youtube .feeds__overlay {
  background-color: rgba(255, 0, 0, 0.8); }

.twitter .feeds__overlay {
  background-color: rgba(64, 153, 255, 0.8); }

.instagram .feeds__overlay {
  background-color: rgba(138, 58, 185, 0.8); }

.profile__social-stats {
  background: transparent; }

.social-box {
  border: 1px solid #dedede;
  text-align: center;
  padding: 1.4rem 1.5rem 1rem;
  width: 90%;
  margin: auto; }
  .social-box h3 {
    margin: 1.5rem 0 1.2rem; }
  .social-box i {
    display: block;
    font-size: 1.8rem;
    color: #8FC4C5; }
  .social-box .follower-count {
    font-size: 2rem;
    display: block; }
  .social-box .circle {
    width: 30%;
    border-radius: 100%;
    border: 1px solid #dedede;
    position: relative;
    display: inline-block;
    margin: 0 2%; }
    .social-box .circle:before {
      content: '';
      padding-top: 100%;
      display: block; }
    .social-box .circle .number {
      position: absolute;
      top: 47%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 2rem; }
    .social-box .circle .small {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 0.9rem;
      width: 100%; }
    .social-box .circle.dark-grey {
      background: #626262;
      color: #fff; }
  .social-box .bars_list li {
    position: relative;
    list-style-type: none; }
    .social-box .bars_list li h4 {
      color: #626262;
      text-align: left;
      font-size: 0.9rem;
      font-weight: 700;
      color: #6c6975; }
      .social-box .bars_list li h4 span {
        position: absolute;
        right: 0;
        background: transparent;
        font-size: 1.5rem;
        font-weight: 500;
        top: -0.5rem;
        color: #d7d7d7;
        padding-right: 0; }
    .social-box .bars_list li .bar {
      background: #dedede;
      height: 3px; }
      .social-box .bars_list li .bar .progress {
        width: 60%;
        height: 3px;
        background: #8FC4C5;
        display: block; }
        .social-box .bars_list li .bar .progress.red {
          background: #D79695; }
        .social-box .bars_list li .bar .progress.dark-grey {
          background: #626262; }
  @media only screen and (min-width: 48em) {
    .social-box {
      width: 45%;
      display: inline-block;
      margin: 0 2%; } }

.profile h1 {
  line-height: 1.5;
  color: #626262; }

.profile .social {
  margin-top: 1.8rem; }

.profile .info {
  margin-top: 1.8rem;
  line-height: 2; }
  .profile .info i {
    margin-right: .8rem; }

.profile .avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  border: 6px solid #e8e8e8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: auto; }

.genres {
  margin-top: 0.7rem; }

.genre {
  display: inline-block;
  background: #4B7B8B;
  color: #fff;
  border-radius: .3rem;
  font-size: 0.7rem;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.2rem;
  font-weight: bold; }

.profile .social-networks {
  width: 100%; }
  @media only screen and (min-width: 40em) {
    .profile .social-networks {
      width: 85%; } }
  .profile .social-networks .center {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }

.influencer-actions {
  margin-top: 10px; }
  .influencer-actions a {
    margin: 0 .5rem;
    position: relative;
    color: #626262;
    transition: all 0.2s; }
    .influencer-actions a:hover {
      text-decoration: none;
      color: #000; }
      .influencer-actions a:hover i {
        color: #000; }
    .influencer-actions a i {
      transition: all 0.2s;
      color: #626262;
      position: absolute;
      right: -0.6rem;
      bottom: -0.4rem;
      text-shadow: -1px -1px 1px white; }

.header .fa-youtube-square {
  font-size: 2.5rem;
  color: #c4302b; }

.header .fa-twitter-square {
  font-size: 2.5rem;
  color: #0084b4; }

.header .fa-instagram {
  font-size: 2.5rem;
  color: #bc2a8d; }

#stats_audience_languages .iti-flag {
  display: inline-block;
  margin-right: 10px; }

ul.genres {
  margin-left: 0; }
  ul.genres li {
    list-style-type: none;
    background: #8FC4C5;
    padding: 3px 10px 6px;
    margin: 2px auto 5px;
    color: #fff;
    border-radius: 5px;
    max-width: 15rem;
    font-size: 0.9rem; }

.brand-dashboard h3 {
  margin-bottom: 1.2rem; }

@media only screen and (min-width: 40em) {
  .brand-dashboard .profile__meta {
    text-align: left; } }

.brand-dashboard .collab__image {
  width: 64px;
  height: 64px;
  display: inline-block;
  flex: 0 0 64px;
  float: none;
  margin: 0; }
  @media only screen and (min-width: 40em) {
    .brand-dashboard .collab__image {
      margin: 0 10px 0 0; } }

.brand-dashboard .intro {
  display: inline-block; }

.brand-dashboard .flex-row {
  justify-content: space-between; }

.brand-dashboard .location {
  color: #8FC4C5;
  font-weight: bold; }

.dashboard-edit {
  position: absolute;
  right: 1rem;
  color: #8FC4C5;
  font-size: 0.9rem; }

.reli {
  position: relative; }

input[type="number"]#id_blogger_contact_min_followers {
  max-width: none; }

body .managed-campaigns-nav li {
  font-weight: 400; }

body .managed-campaigns {
  position: relative; }

body .darken-overlay-managed-campains {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }

body .portfolio-group .reveal {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important; }
  body .portfolio-group .reveal.vid {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    top: 130px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    transform: none !important;
    max-width: 827px;
    background-color: transparent;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important; }
    body .portfolio-group .reveal.vid .aspect-ratio {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.2%;
      top: 0;
      left: 0; }
      body .portfolio-group .reveal.vid .aspect-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    body .portfolio-group .reveal.vid .portfolio-group-close-btn {
      width: 16px;
      height: 16px;
      position: absolute;
      z-index: 9999;
      background: #6A7086;
      border-radius: 50%;
      top: -28px;
      right: -5px; }
      body .portfolio-group .reveal.vid .portfolio-group-close-btn:before {
        cursor: pointer;
        content: '\f057';
        position: absolute;
        width: 1.5rem;
        right: -3px;
        line-height: 0.8;
        height: 1.5rem;
        top: 0;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 100%;
        margin: 0;
        padding: 0;
        font-family: FontAwesome;
        display: block !important; }

.discover-panel-accounts li {
  margin: 0 .25rem;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px; }

.discover-panel-accounts li .number {
  margin-top: 15px;
  display: block; }

Section .influencers .discover-panel-frame {
  background-color: transparent;
  border: 0.0625rem solid #8FC4C5;
  padding-top: 20px;
  height: 25rem;
  text-align: center; }

.discover-panel-frame {
  background-color: transparent;
  border: 0.0625rem solid #8FC4C5;
  padding-top: 20px;
  height: 38rem;
  text-align: center; }
  .discover-panel-frame .icon-Facebook:before, .discover-panel-frame .icon-facebook:before {
    display: block; }
  .discover-panel-frame .icon-Twitter:before, .discover-panel-frame .icon-twitter:before {
    display: block; }
  .discover-panel-frame .icon-Instagram:before, .discover-panel-frame .icon-instagram:before {
    display: block; }
  .discover-panel-frame .icon-Youtube:before, .discover-panel-frame .icon-youtube:before {
    display: block; }
  .discover-panel-frame small {
    font-weight: normal; }
  .discover-panel-frame .discover-panel-accounts {
    margin-top: 0.6rem; }
    .discover-panel-frame .discover-panel-accounts i {
      color: #000;
      background-color: #F0F0F0;
      font-style: normal; }
  .discover-panel-frame .card-image {
    width: auto;
    max-height: 140px;
    min-height: 120px;
    margin: 8px auto 16px;
    background-size: cover;
    background-position: 50%; }
  .discover-panel-frame img:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-family: icomoon;
    font-size: 1.875rem;
    color: #fefefe;
    display: none;
    position: absolute;
    top: 37px;
    left: 17%;
    width: 129px;
    height: 120px;
    padding-top: 31px; }
  .discover-panel-frame .number {
    color: #6c6975;
    font-size: 10px;
    font-weight: normal; }
  .discover-panel-frame h2.title {
    color: #6c6975;
    margin-bottom: 10px;
    line-height: 26px; }
  .discover-panel-frame h4 {
    color: #6c6975;
    margin-bottom: 13px; }
  .discover-panel-frame .button {
    display: block;
    width: 80%;
    margin: auto; }
    .discover-panel-frame .button.btn-white {
      color: #8FC4C5;
      background-color: #fff;
      border-color: #d7d7d7; }
    .discover-panel-frame .button.btn-grey {
      background-color: #6c6975; }
  .discover-panel-frame .card-labels {
    position: absolute;
    top: 30px;
    right: 17%; }
    .discover-panel-frame .card-labels i {
      background-color: #8FC4C5;
      display: block;
      color: #fff;
      border-radius: 50%;
      padding: 6px 9px 4px 9px;
      margin-bottom: 5px;
      font-size: 0.9rem; }

.discover-panel-overlay {
  height: 38rem; }
  .discover-panel-overlay i {
    background-color: #8FC4C5;
    color: #fff;
    border-radius: 50%;
    padding: 7px 9px 5px 9px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    border: none; }
  .discover-panel-overlay i:hover {
    transition: all .3s;
    background: rgba(0, 0, 0, 0.05); }
  .discover-panel-overlay .button {
    margin-top: 12px; }

body .collab__cta.collab__create-frame {
  margin-top: 0;
  margin-bottom: 1.5625rem; }
  body .collab__cta.collab__create-frame i {
    position: absolute;
    margin: auto;
    display: block;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  body .collab__cta.collab__create-frame .collab__create-panel {
    height: 26.5rem !important;
    position: relative; }
    body .collab__cta.collab__create-frame .collab__create-panel .button {
      position: absolute;
      margin: 0;
      bottom: 20px;
      left: 20px;
      right: 20px;
      width: auto; }
  @media only screen and (min-width: 30em) {
    body .collab__cta.collab__create-frame {
      width: 50%; } }
  @media only screen and (min-width: 40em) {
    body .collab__cta.collab__create-frame {
      width: 33%; } }
  @media only screen and (min-width: 64em) {
    body .collab__cta.collab__create-frame {
      width: 25%; } }

.card-genres {
  background: #8FC4C5;
  padding: 3px 6px 4px;
  margin: 2px 4px 1px 0px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  clear: both;
  font-weight: bold;
  font-size: 0.7rem; }

.discover-panel.placeholder {
  position: relative; }
  .discover-panel.placeholder .button {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%); }

.placeholder-card {
  background: #d7d7d7;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  margin: auto;
  padding-top: .9rem; }

.placeholder-card__cross {
  background: #fff;
  height: 6rem;
  position: relative;
  width: 1rem;
  margin: auto; }
  .placeholder-card__cross:after {
    background: #fff;
    content: "";
    height: 1rem;
    left: -2.5rem;
    position: absolute;
    top: 2.5rem;
    width: 6rem; }

.card.grey-box {
  background: #fafafa;
  position: relative;
  overflow: hidden;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 48em) {
    .card.grey-box {
      width: 23.5%;
      vertical-align: top;
      margin-left: 2%; }
      .card.grey-box:first-child, .card.grey-box:nth-child(4n+1) {
        margin-left: 0; } }
  .card.grey-box .avatar-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    z-index: 0; }
    .card.grey-box .avatar-top:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(72.41deg, #BFEAEB 23.18%, #4B7B8B 55.32%);
      opacity: 0.8; }
    .card.grey-box .avatar-top .avatar {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      width: 6rem;
      height: 6rem;
      border-radius: 100%;
      border: 5px solid #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) translateY(33%); }
  .card.grey-box h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #626262;
    text-align: center;
    padding-bottom: 0; }
  .card.grey-box .social-stat {
    line-height: 1.2;
    margin: .6rem 0 1rem; }
    .card.grey-box .social-stat a {
      width: 100%;
      display: inline-block;
      font-size: 0.7rem;
      color: #4B7B8B;
      font-weight: bold; }
  .card.grey-box .top {
    margin-top: 10.6rem; }
    .card.grey-box .top .info {
      white-space: nowrap;
      display: inline-block;
      margin: 0 .3rem; }
    .card.grey-box .top i {
      margin-right: .2rem; }
  .card.grey-box .actions {
    color: #626262;
    border-top: 1px solid #dedede;
    padding: 0.5rem 0 0.7rem; }
    .card.grey-box .actions i {
      margin: 0; }
    .card.grey-box .actions a {
      color: #626262; }

.card.grey-box.external-influencer {
  padding-bottom: 2rem; }
  .card.grey-box.external-influencer h4 {
    margin-bottom: 1rem; }
  .card.grey-box.external-influencer a {
    color: #626262; }

.card.grey-box.social-feed .actions {
  padding: 1rem 2rem; }
  .card.grey-box.social-feed .actions .fa {
    color: #85828F; }

.card.grey-box.social-feed .hashtags {
  padding: 1rem 2rem; }
  .card.grey-box.social-feed .hashtags h5 {
    color: #85828F; }

form#checkout {
  background: transparent;
  margin: auto;
  width: 90%;
  max-width: 1200px;
  left: 0; }
  form#checkout label input {
    display: block;
    width: 98%;
    padding: 0.5rem 0.3rem; }
  form#checkout select {
    border-color: #d7d7d7;
    width: 98%; }
  form#checkout iframe {
    border: 1px solid #d7d7d7 !important;
    padding: 1rem; }
  form#checkout button {
    margin-top: 1rem; }

#sub_price,
#sub_vat,
#total_price {
  font-weight: bold; }

.price_summary {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  text-align: center;
  font-size: 0.9rem;
  margin: 1rem auto 0; }
  .price_summary.table {
    max-width: 20rem;
    font-size: 0.9rem;
    text-align: left;
    margin-top: 2rem; }
    .price_summary.table tr {
      background: #fff; }
  .price_summary p {
    margin: 0; }

.collab__create {
  background: #fff; }

.discover-result-summary,
.discover-result-filter {
  display: inline-block;
  float: none;
  width: auto; }

.discover-result-filter #sort-type {
  display: inline-block;
  height: 34px;
  margin-top: 10px; }

.discover-result-filter {
  min-width: 10rem; }

.collaboration-card {
  position: relative;
  height: 38rem; }
  @media only screen and (min-width: 40em) {
    .collaboration-card {
      width: 33%;
      display: inline-block; }
      .collaboration-card .discover-panel {
        width: 100%; } }
  @media only screen and (min-width: 61.25em) {
    .collaboration-card {
      width: 25%;
      display: inline-block; }
      .collaboration-card .discover-panel {
        width: 100%; } }

.approve-reject {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100; }

.collaboration-card:hover .approve-reject {
  display: block; }
  .collaboration-card:hover .approve-reject .button {
    max-width: 80%; }

.collab__heading {
  font-size: 2rem; }
  .collab__heading.management {
    margin-bottom: 2rem; }

@media only screen and (max-width: 39.938em) {
  .row.border .bio__brief h2.collab__heading {
    text-align: left; } }

@media only screen and (max-width: 39.938em) {
  .row.border .bio__brief h4 {
    text-align: left; } }

.create__collaboration {
  width: 90%;
  margin: auto; }
  .create__collaboration button[type="submit"] {
    float: right;
    margin-right: 0; }
  .create__collaboration .accordion-row {
    position: relative;
    background: #dedede;
    padding: 8px 14px 10px;
    margin-bottom: 5px; }
    .create__collaboration .accordion-row .accordion-inner {
      display: none; }
    .create__collaboration .accordion-row.open .accordion-inner {
      display: block; }
    .create__collaboration .accordion-row > i {
      position: absolute;
      right: 18px;
      top: 18px; }
    .create__collaboration .accordion-row input, .create__collaboration .accordion-row select {
      padding: 0.3rem 0.5rem;
      height: auto; }
      .create__collaboration .accordion-row input[type="number"], .create__collaboration .accordion-row select[type="number"] {
        max-width: 4rem; }
    .create__collaboration .accordion-row label {
      margin-bottom: 0; }
    @media only screen and (min-width: 40em) {
      .create__collaboration .accordion-row .halves > div {
        width: 49%;
        display: inline-block;
        vertical-align: top; } }
    @media only screen and (min-width: 40em) {
      .create__collaboration .accordion-row .small-row {
        display: flex; }
        .create__collaboration .accordion-row .small-row > div {
          margin-right: 1rem; } }
    .create__collaboration .accordion-row.full-row h3 {
      padding-top: 1%;
      padding-left: 5%;
      padding-bottom: 1%; }
    .create__collaboration .accordion-row h3 {
      display: block;
      position: relative;
      margin-bottom: 0;
      padding-left: 10%;
      padding-top: 2%;
      padding-bottom: 2%; }
      .create__collaboration .accordion-row h3 i {
        position: absolute;
        right: 4px; }
    .create__collaboration .accordion-row h4 {
      margin-top: .2rem;
      padding-top: .8rem;
      color: #6c6975; }
    .create__collaboration .accordion-row.full-row .accordion-inner {
      padding-left: 5%;
      padding-right: 5%; }
    .create__collaboration .accordion-row .accordion-inner {
      padding: 4px 30px 5px 4px; }
      @media only screen and (min-width: 40em) {
        .create__collaboration .accordion-row .accordion-inner {
          padding: 10px 10% 10px; } }
    .create__collaboration .accordion-row .h4.title {
      font-size: 0.9rem; }
    .create__collaboration .accordion-row.error .row {
      display: block; }
    .create__collaboration .accordion-row.error {
      border: 1px solid #f00; }
    .create__collaboration .accordion-row .icon-youtube,
    .create__collaboration .accordion-row .icon-instagram,
    .create__collaboration .accordion-row .icon-twitter,
    .create__collaboration .accordion-row .icon-facebook,
    .create__collaboration .accordion-row .icon-infinity {
      float: left;
      margin-right: 4px; }

.discover-panel .status {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%; }
  .discover-panel .status p {
    margin-bottom: 3px; }
  .discover-panel .status a {
    margin: 0 auto 10px; }
  .discover-panel .status.active p .status-text {
    color: #8FC4C5;
    font-weight: bold; }

.collab {
  width: 94%;
  margin: auto;
  padding-top: 2rem; }
  .collab .col-sm-6 {
    word-wrap: break-word; }
  @media only screen and (min-width: 40em) {
    .collab .bio p {
      padding-right: 20%; } }
  .collab h4 {
    margin-top: 10px; }
  .collab .status strong {
    font-weight: 700; }
  .collab .status .toggle-on, .collab .status .toggle-off {
    margin: 0px; }
  .collab .row.border {
    padding: 3rem 1rem; }
  .collab .row.bio.border {
    padding: 2rem 0rem 3rem 0rem; }
    @media only screen and (max-width: 39.938em) {
      .collab .row.bio.border {
        padding-right: 1rem;
        padding-left: 1rem; } }
    .collab .row.bio.border .row.cta {
      text-align: left;
      margin: 2rem 0px 0px 0px; }

.bio__image .collab__image {
  float: none;
  margin: 2rem auto; }

@media only screen and (min-width: 40em) {
  .bio__image {
    display: inline-block;
    width: 33%;
    vertical-align: top; } }

@media only screen and (min-width: 40em) {
  .row.border .bio__brief h2 {
    text-align: left; } }

.bio__brief {
  padding-top: 1.4rem; }
  .bio__brief h4 {
    text-align: center; }
  @media only screen and (min-width: 40em) {
    .bio__brief {
      display: inline-block;
      width: 66%;
      vertical-align: top; }
      .bio__brief h4 {
        text-align: left; } }

.collab__image {
  width: 10rem;
  height: 10rem;
  background-size: cover;
  background-position: 50% 50%;
  margin-right: 20px;
  margin-top: 10px; }

.collab__requirements {
  background: transparent;
  margin-top: 0;
  text-align: left;
  padding: 0;
  margin-bottom: 30px; }
  .collab__requirements li {
    vertical-align: top; }
    @media only screen and (max-width: 39.938em) {
      .collab__requirements li {
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem; } }
  .collab__requirements .collab__requirements-panel {
    background-color: #FFF;
    border: .0625rem solid #d7d7d7;
    padding: 1.25rem .625rem;
    display: block;
    width: 100%; }
    .collab__requirements .collab__requirements-panel .collab__requirements-social-text {
      width: 80%;
      text-align: left;
      word-wrap: break-word; }
    .collab__requirements .collab__requirements-panel [class*=icon-] {
      width: 14%;
      display: inline-block;
      vertical-align: top;
      color: #d7d7d7;
      font-size: 1.5rem;
      border-right: .0625rem solid #d7d7d7;
      padding-right: 3%;
      margin-right: 3%; }

.collab__req-stat {
  font-size: 1rem; }

.edit-shortlist {
  display: inline-block;
  padding-right: 10px;
  margin-top: 20px; }

.collab__requirements.budget li {
  width: 19%; }
  @media only screen and (max-width: 39.938em) {
    .collab__requirements.budget li {
      width: 100%;
      margin-bottom: 2rem; } }

#applications {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    #applications .row {
      margin-left: 0rem;
      margin-right: 0rem; } }
  #applications h1.collab__heading {
    padding-bottom: 4rem;
    padding-top: 4rem;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #dedede; }
  #applications h2 {
    text-align: center;
    margin-bottom: 2rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9rem; }
  #applications .collab__heading {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-weight: 700; }
    @media only screen and (max-width: 39.938em) {
      #applications .collab__heading {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  @media only screen and (max-width: 39.938em) {
    #applications .row.border {
      border: 0px;
      padding: 0rem 1rem; } }

#deleteCollab .reveal__head {
  background-color: transparent; }
  #deleteCollab .reveal__head h3.title {
    color: #8FC4C5; }

#deleteCollab .reveal__body-contents {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: .0625rem solid #F0F0F0;
  border-radius: 0rem; }

.collab__requirements-stats li {
  word-wrap: break-word; }
  @media screen and (min-width: 64em) {
    .collab__requirements-stats li {
      display: inline-block;
      width: 19%;
      float: none;
      padding: 2rem 0rem 0rem 0rem; } }

.collab_stats {
  margin-top: 40px; }

.reasons-why-change-preferences-btn {
  color: #4B7B8B;
  margin-left: 7px;
  text-decoration: underline; }
  .reasons-why-change-preferences-btn:hover {
    color: #4B7B8B;
    opacity: 0.9; }

.reasons-wrapper {
  display: none;
  text-align: left; }

.reasons-wrapper--show {
  display: block; }

@media only screen and (max-width: 47.938em) {
  .discover .full-bleed {
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 48em) {
  .fixed-filters .discover-filter {
    position: fixed;
    left: 0;
    z-index: 10; } }

.number-caption {
  display: inline-block;
  position: relative;
  top: -2px; }
  @media only screen and (min-width: 48em) {
    .number-caption {
      display: block;
      position: absolute;
      top: initial; } }

@media only screen and (max-width: 47.938em) {
  .title__callout {
    margin-bottom: 0px !important; } }

.discover-header h1 > select {
  font-size: 1.5rem; }
  @media only screen and (min-width: 48em) {
    .discover-header h1 > select {
      font-size: 1.875rem; } }

.discover-header h1 select {
  display: inline-block;
  width: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px dashed rgba(75, 123, 139, 0.5);
  color: #4B7B8B;
  height: auto;
  padding-left: 0;
  padding-right: 2rem; }
  .discover-header h1 select optgroup {
    font-size: 1rem; }

.discover-header h1 .icon-chevron {
  position: relative;
  left: -1.4rem; }

.placeholder.desktop, .note.desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .placeholder.desktop, .note.desktop {
      display: inline;
      vertical-align: top; } }

@media only screen and (max-width: 39.938em) {
  .placeholder.title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    display: block; } }

@media only screen and (min-width: 48em) {
  .note.desktop {
    padding-top: .5rem;
    display: inline-block; } }

.search-filter-reveal {
  color: #6c6975;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem; }
  @media only screen and (min-width: 48em) {
    .search-filter-reveal {
      text-align: left;
      padding: 7px 2px 0;
      margin: 2px 0 10px; } }
  .search-filter-reveal:before {
    content: '';
    display: inline-block;
    transform: rotate(90deg);
    font-family: 'icomoon';
    font-size: 1rem;
    padding: 0.275rem 0.4rem;
    width: 2rem;
    border: 1px solid #6c6975;
    margin-right: .7rem;
    border-radius: 1rem;
    transition: all .3s; }
  .search-filter-reveal.active:before {
    transform: rotate(-90deg); }

.placeholder.desktop, .note.desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .placeholder.desktop, .note.desktop {
      display: inline;
      vertical-align: top; } }

@media only screen and (max-width: 39.938em) {
  .placeholder.title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    display: block; } }

@media only screen and (min-width: 48em) {
  .note.desktop {
    padding-top: .5rem;
    display: inline-block; } }

.search-filter-reveal {
  color: #6c6975;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem; }
  @media only screen and (min-width: 48em) {
    .search-filter-reveal {
      text-align: left;
      padding: 7px 2px 0;
      margin: 2px 0 10px; } }
  .search-filter-reveal:before {
    content: '';
    display: inline-block;
    transform: rotate(90deg);
    font-family: 'icomoon';
    font-size: 1rem;
    padding: 0.275rem 0.4rem;
    width: 2rem;
    border: 1px solid #6c6975;
    margin-right: .7rem;
    border-radius: 1rem;
    transition: all .3s; }
  .search-filter-reveal.active:before {
    transform: rotate(-90deg); }

.discover-filter {
  position: static;
  width: 100%;
  padding: 0;
  background: #dedede; }
  .discover-filter .row-1, .discover-filter .row-2 {
    transition: max-height 0.3s;
    overflow: hidden; }
    @media only screen and (min-width: 48em) {
      .discover-filter .row-1, .discover-filter .row-2 {
        overflow: visible;
        position: relative; } }
  @media only screen and (min-width: 48em) {
    .discover-filter .row-1 {
      font-size: 0;
      padding-bottom: 0.5rem; }
      .discover-filter .row-1 .filter-item {
        /*width: 33.3%;*/
        margin: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-right: 0.3rem;
        margin-left: 0.3rem; }
        .discover-filter .row-1 .filter-item:last-child {
          padding-right: 0; }
        .discover-filter .row-1 .filter-item.open {
          overflow: visible; }
        .discover-filter .row-1 .filter-item .form-group {
          max-width: 800px; } }
  @media only screen and (min-width: 48em) {
    .discover-filter .row-2 .social-filters {
      width: 32%;
      /* margin-right: 0.3rem; */
      /* margin-left: 0.3rem; */ } }
  @media only screen and (min-width: 48em) {
    .discover-filter .row-2 .filter-controls {
      width: 32%;
      margin-right: 0.3rem;
      margin-left: 0.3rem;
      overflow: hidden; } }
  @media only screen and (min-width: 48em) {
    .discover-filter .row-2 {
      font-size: 0; }
      .discover-filter .row-2 > div {
        /*width: 33.333%;
				display: inline-block;*/
        vertical-align: top; }
      .discover-filter .row-2 .filter-item {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: .3rem .2rem;
        overflow: visible; }
        .discover-filter .row-2 .filter-item:first-child {
          margin-left: 0;
          /*padding-left: 0;*/ }
        .discover-filter .row-2 .filter-item .caption {
          position: relative; }
        .discover-filter .row-2 .filter-item div {
          text-align: center; }
        .discover-filter .row-2 .filter-item .number-caption {
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          font-size: 0.7em;
          color: #000000;
          font-weight: 700; } }
  @media only screen and (min-width: 48em) {
    .discover-filter .row-3 {
      text-align: right;
      display: block; } }
  .discover-filter .trigger-submit,
  .discover-filter .trigger-reset {
    border: 0;
    color: #fff;
    font-size: .8rem;
    padding: 6px 11px 8px;
    margin: 0 auto 20px;
    display: block; }
    @media only screen and (min-width: 48em) {
      .discover-filter .trigger-submit,
      .discover-filter .trigger-reset {
        margin: 0px 0 8px 8px;
        display: inline-block;
        vertical-align: top; } }
  .discover-filter .discover_refine-form {
    max-width: 81.4rem;
    border-radius: 0;
    border: 0;
    padding: 1rem 0 2rem 0;
    margin: 0 auto;
    background: transparent; }
    .discover-filter .discover_refine-form .section-heading {
      font-size: 1.3rem; }
  .discover-filter [class*='row-'] {
    width: 100%;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
    @media only screen and (min-width: 48em) {
      .discover-filter [class*='row-'] {
        position: relative; } }
  .discover-filter [class^="row-"] {
    background: #dedede;
    color: #6c6975; }
  .discover-filter .controls select, .discover-filter .controls input, .discover-filter .controls > label {
    margin-top: 1.2rem; }
  .discover-filter .gender-age {
    font-size: 0; }
    @media only screen and (min-width: 48em) {
      .discover-filter .gender-age {
        width: 32%;
        margin-right: 0.3rem;
        margin-left: 0.3rem; } }
    .discover-filter .gender-age select {
      margin-top: .55rem; }
    .discover-filter .gender-age .filter-item {
      width: 33%;
      display: inline-block;
      vertical-align: top;
      cursor: pointer; }
      @media only screen and (min-width: 48em) {
        .discover-filter .gender-age .filter-item {
          width: 32%;
          flex: 0 0 auto;
          font-size: .7rem;
          /*margin-right: 1px;*/
          margin-bottom: .4rem;
          padding: 0.45rem 0.6rem;
          border-radius: 5px; } }
    @media only screen and (min-width: 40em) and (max-width: 61.188em) {
      .discover-filter .gender-age .note.desktop {
        position: relative;
        top: -12px; } }
    @media only screen and (min-width: 48em) {
      .discover-filter .gender-age .filter-item {
        display: inline-block;
        background: #fff; } }
  .discover-filter .filter-item {
    margin: 0 0 .6rem;
    padding: 0;
    font-size: .8rem;
    font-weight: 500;
    transition: all .2s;
    overflow: hidden;
    text-align: center; }
    .discover-filter .filter-item.age {
      position: relative; }
      .discover-filter .filter-item.age .form-group {
        width: 12rem;
        left: 0; }
    .discover-filter .filter-item.gender-wrapper {
      position: relative; }
      .discover-filter .filter-item.gender-wrapper .form-group {
        width: 7.8rem;
        left: 0; }
        .discover-filter .filter-item.gender-wrapper .form-group .controls select {
          max-width: 80%;
          float: left; }
    .discover-filter .filter-item.overridden {
      cursor: not-allowed; }
      .discover-filter .filter-item.overridden .form-group.visible {
        display: none; }
    .discover-filter .filter-item > div {
      text-align: center; }
    .discover-filter .filter-item i {
      cursor: pointer; }
    @media only screen and (min-width: 61.25em) {
      .discover-filter .filter-item {
        text-align: left; }
        .discover-filter .filter-item > div {
          text-align: left; } }
    @media only screen and (min-width: 48em) {
      .discover-filter .filter-item {
        margin: 6px 3px;
        /*padding: 0.3rem 0.2rem;*/
        flex-grow: 1; }
        .discover-filter .filter-item.last {
          flex-grow: 0;
          padding-right: 0;
          margin-right: 0; }
        .discover-filter .filter-item.checkbox {
          flex-grow: 0;
          background: transparent;
          border: 1px solid #bbb;
          padding: 0.3rem 0.6rem;
          margin: 0 0 .4rem;
          text-align: left;
          border-radius: 5px;
          max-height: 1.95rem; }
          .discover-filter .filter-item.checkbox input {
            margin-bottom: 0;
            vertical-align: top;
            margin-top: 4px; }
          .discover-filter .filter-item.checkbox label {
            line-height: 1.2;
            margin-left: 0;
            font-size: .7rem; } }
    .discover-filter .filter-item > label {
      font-size: .8rem;
      margin-right: 0; }
    .discover-filter .filter-item .segment-labels {
      display: flex;
      justify-content: space-between;
      margin-top: 1rem; }
      .discover-filter .filter-item .segment-labels label {
        font-size: .7rem; }
      @media only screen and (min-width: 48em) {
        .discover-filter .filter-item .segment-labels {
          margin-top: 0; }
          .discover-filter .filter-item .segment-labels label {
            font-size: .9rem; } }
    @media only screen and (min-width: 48em) {
      .discover-filter .filter-item:first-child {
        /*padding-left: 0;*/ } }
    @media only screen and (min-width: 48em) {
      .discover-filter .filter-item:last-child .form-group {
        right: 0; } }
    .discover-filter .filter-item select, .discover-filter .filter-item input {
      font-size: .7rem; }
    .discover-filter .filter-item.open {
      color: #8FC4C5; }
    .discover-filter .filter-item.search {
      position: relative;
      padding: 0;
      border: 0; }
      .discover-filter .filter-item.search.open {
        background: transparent;
        border-radius: 0;
        color: inherit; }
      .discover-filter .filter-item.search input[type="text"] {
        padding: 0.4rem 0.8rem 0.4rem 2rem;
        margin: 0;
        font-size: 0.8rem;
        color: #6c6975;
        font-weight: 500;
        height: auto;
        border: 0; }
      .discover-filter .filter-item.search button[type="submit"] {
        position: absolute;
        top: 9px;
        left: 9px; }
        .discover-filter .filter-item.search button[type="submit"]:before {
          content: "";
          font-family: icomoon;
          width: 20px;
          height: 20px;
          font-size: .9rem;
          color: #6c6975; }
    .discover-filter .filter-item [class*='icon-']:before {
      font-size: 1.15rem; }
    @media only screen and (min-width: 48em) {
      .discover-filter .filter-item.social-network-total, .discover-filter .filter-item.social-network {
        overflow-y: visible;
        width: 20%; }
        .discover-filter .filter-item.social-network-total.overridden .caption, .discover-filter .filter-item.social-network.overridden .caption {
          background: rgba(0, 0, 0, 0.05); }
        .discover-filter .filter-item.social-network-total .caption, .discover-filter .filter-item.social-network .caption {
          /*position: absolute;*/
          background-color: #fff;
          border-radius: 5px;
          min-height: 1.9rem; } }
    .discover-filter .filter-item.social-network-total .form-group, .discover-filter .filter-item.social-network .form-group {
      position: static;
      max-height: initial;
      background: transparent;
      box-shadow: none; }
      @media only screen and (min-width: 48em) {
        .discover-filter .filter-item.social-network-total .form-group, .discover-filter .filter-item.social-network .form-group {
          /*position: absolute;*/
          max-height: 0;
          background: #b1d6d6;
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1); }
          .discover-filter .filter-item.social-network-total .form-group.visible, .discover-filter .filter-item.social-network .form-group.visible {
            max-height: 600px;
            position: absolute; } }
    .discover-filter .filter-item.social-network-total {
      margin-top: 0;
      padding-top: 0; }
      @media only screen and (min-width: 48em) {
        .discover-filter .filter-item.social-network-total.overridden [class*='icon-'] {
          color: rgba(0, 0, 0, 0.1);
          cursor: not-allowed; } }
      .discover-filter .filter-item.social-network-total [class*='icon-'] {
        display: inline-block; }
        .discover-filter .filter-item.social-network-total [class*='icon-']:before {
          /*font-size: 1.15rem;*/ }
        @media only screen and (min-width: 48em) {
          .discover-filter .filter-item.social-network-total [class*='icon-'] {
            padding: 0.1rem 0.6rem;
            border-radius: 5px; } }
      .discover-filter .filter-item.social-network-total .number-caption {
        padding-top: .4rem; }
    .discover-filter .filter-item.social-network .caption .divider {
      line-height: 1;
      vertical-align: top; }
    @media only screen and (min-width: 40em) and (max-width: 61.188em) {
      .discover-filter .filter-item.social-network .caption {
        text-align: center; } }
    .discover-filter .filter-item.social-network [class*='icon-']:before {
      font-size: 1.1rem; }
    @media only screen and (min-width: 48em) {
      .discover-filter .filter-item.social-network [class*='icon-'] {
        background: #fff;
        padding: 0.6rem 0.6rem 0.4rem; } }
    @media only screen and (min-width: 48em) {
      .discover-filter .filter-item.social-network {
        padding-top: .2rem; }
        .discover-filter .filter-item.social-network .number-caption {
          bottom: -1.9rem; }
        .discover-filter .filter-item.social-network .caption .min, .discover-filter .filter-item.social-network .caption .max {
          position: relative;
          top: -3px; } }
    @media only screen and (min-width: 40em) and (max-width: 61.188em) {
      .discover-filter .filter-item.social-network-total .placeholder {
        display: block; } }
  .discover-filter .form-group.max-width {
    max-width: 22.5rem; }
    @media only screen and (max-width: 39.938em) {
      .discover-filter .form-group.max-width {
        margin: auto; } }
  .discover-filter .form-group .controls {
    max-width: 960px;
    width: 90%;
    margin: auto; }
    @media only screen and (min-width: 48em) {
      .discover-filter .form-group .controls {
        overflow: hidden !important; } }
  .discover-filter .form-group .close-input {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.1rem 0.5rem 0.3rem;
    font-size: .7rem;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid;
    border-radius: 2rem;
    color: #fff;
    display: none;
    width: 1.5rem;
    margin: 0px auto; }
  .discover-filter .form-group label {
    width: auto;
    height: auto;
    position: static !important; }
  @media only screen and (min-width: 48em) {
    .discover-filter .form-group {
      max-height: 0;
      overflow-y: hidden;
      position: absolute;
      left: 0;
      z-index: 10;
      width: 100%;
      margin: 0;
      padding: 0 1rem;
      background: #b1d6d6;
      color: #6c6975;
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
      transition: all .2s; }
      .discover-filter .form-group.visible {
        max-height: 1000px;
        padding: 1rem;
        margin-top: .5rem; }
        .discover-filter .form-group.visible .close-input {
          display: block; }
      .discover-filter .form-group .control-label {
        font-size: .8rem; } }
  @media only screen and (min-width: 48em) {
    .discover-filter .special-selection select {
      height: 50vh;
      max-height: 20rem; } }
  @media only screen and (min-width: 48em) {
    .discover-filter .special-selection-selected {
      background: #fff;
      color: #6c6975;
      display: block;
      position: relative;
      min-height: 1.8rem;
      min-width: 6rem;
      overflow: hidden;
      line-height: 1.7;
      width: 100%;
      padding: 0rem 0.6rem 0rem .3rem;
      margin-top: .3rem;
      border-radius: .3rem; }
      .discover-filter .special-selection-selected:before, .discover-filter .special-selection-selected:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        right: .4rem; }
      .discover-filter .special-selection-selected:before {
        border-width: 0 .25rem .25rem .25rem;
        border-color: transparent transparent #6c6975 transparent;
        top: .55rem; }
      .discover-filter .special-selection-selected:after {
        border-width: .25rem .25rem 0 .25rem;
        border-color: #6c6975 transparent transparent transparent;
        bottom: .55rem; }
      .discover-filter .special-selection-selected span {
        background: #8FC4C5;
        color: #fff;
        display: inline-block;
        padding: 0rem 0.4rem;
        margin-bottom: 0.25rem;
        margin-top: 0.25rem; }
        .discover-filter .special-selection-selected span:after {
          display: none; } }
  .discover-filter .filter-item.checkbox {
    border: 0; }
  @media only screen and (max-width: 65em) and (min-width: 48em) {
    .discover-filter .filter-item.checkbox {
      padding: 0.3rem .3rem; }
      .discover-filter .filter-item.checkbox label {
        font-size: .5rem; }
    .discover-filter .trigger-submit,
    .discover-filter .trigger-reset {
      font-size: .5rem;
      margin-left: 3px;
      margin-right: 0;
      font-weight: bold; } }

.gender-age .form-group {
  left: 3.1rem; }

@media only screen and (min-width: 48em) {
  .min-age input {
    width: 8rem;
    margin: 0px auto 1rem auto; } }

@media only screen and (min-width: 48em) {
  .max-age input {
    width: 8rem;
    margin: 0px auto 1rem auto; } }

.discover-filter .discover_refine-form {
  max-width: 81.4rem;
  border-radius: 0;
  border: 0;
  padding: 1rem 0 2rem 0;
  margin: 0 auto;
  background: transparent; }

.discover .title__callout select {
  max-width: 400px;
  margin: auto; }

.discover-result-details {
  text-align: right;
  width: 100%;
  padding-right: 1.3rem; }

.discover-sort-by {
  width: 100%;
  text-align: right; }

.discover-search {
  width: 90%;
  margin: auto; }
  .discover-search input {
    background: #fff !important;
    color: #6c6975 !important;
    display: block !important;
    position: relative !important;
    height: 1.95rem !important;
    min-width: 6rem !important;
    line-height: 1.7 !important;
    width: 100% !important;
    border-color: #ddd !important;
    padding: 0rem 0.6rem 0rem 0.3rem !important;
    margin-top: 0.25rem !important;
    border-radius: 0.3rem !important; }
  @media only screen and (min-width: 48em) {
    .discover-search {
      width: 100%; } }

@media only screen and (min-width: 48em) {
  .discover.brands form .row-1 .filter-item {
    width: 31.9%; } }

@media only screen and (min-width: 48em) {
  .discover.brands form .row-2 {
    text-align: right;
    padding-right: 6%; } }

@media only screen and (min-width: 40em) {
  .discover.brands form .filter-item.checkbox {
    padding: 0.1rem 0.5rem;
    vertical-align: bottom;
    margin-bottom: -2px;
    position: relative;
    top: -0.5rem; }
    .discover.brands form .filter-item.checkbox i {
      padding: 0rem 0.4rem 0; }
      .discover.brands form .filter-item.checkbox i:before {
        line-height: 1;
        font-size: .8rem; }
    .discover.brands form .filter-item.checkbox label {
      font-size: .6rem;
      vertical-align: top;
      position: relative;
      top: .2rem; } }

@media only screen and (min-width: 30em) {
  .discover-panel {
    width: 50%; } }

@media only screen and (min-width: 40em) {
  .discover-panel {
    width: 33%; } }

@media only screen and (min-width: 64em) {
  .discover-panel {
    width: 25%; } }

.discover-panel__no-applications {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

#applications h2.discover-panel__no-applications-title {
  margin-bottom: 8px; }

.pagination a:focus,
.pagination a:hover {
  padding: 6px 12px !important; }

.pagination-top-wrapper {
  display: none; }
  @media only screen and (min-width: 61.25em) {
    .pagination-top-wrapper {
      margin-top: 10px;
      display: block; } }
  .pagination-top-wrapper .pagination {
    text-align: left;
    float: left;
    margin: 0;
    margin-left: 10px; }
    .pagination-top-wrapper .pagination hr {
      display: none; }
    .pagination-top-wrapper .pagination .current {
      margin-bottom: 10px; }

.edit-profile__password-change .password-change a,
.edit-profile__email .email a,
.edit-profile__page-1 .page-1 a,
.edit-profile__page-2 .page-2 a,
.edit-profile__page-3 .page-3 a,
.edit-profile__page-4 .page-4 a,
.edit-profile__page-5 .page-5 a,
.edit-profile__page-6 .page-6 a,
.edit-profile__page-7 .page-7 a {
  font-weight: bold; }

.edit-profile__nav .title.h4 {
  margin-bottom: 10px;
  display: block; }

.edit-profile__nav .button {
  display: inline-block;
  width: auto; }

.edit-profile__nav .nav-links a.button {
  color: #fff;
  margin-top: 20px; }

body .edit-profile button.button.save {
  margin-left: 0; }

body .edit-profile .avatar-controls {
  width: 100%;
  padding-left: 0; }
  body .edit-profile .avatar-controls a {
    display: block; }
  body .edit-profile .avatar-controls p {
    padding-top: 8px; }

.edit-profile .connect .socialaccount_providers {
  font-size: 0; }
  @media only screen and (min-width: 40em) {
    .edit-profile .connect .socialaccount_providers > .row {
      display: inline-block;
      width: 50%; } }

.preferences .controls {
  display: inline-block;
  margin-left: 10px; }

fieldset:not(.primary_email) .email__name .email__row,
fieldset:not(.primary_email) .email__status .email__row,
fieldset:not(.primary_email) .email__action .email__row {
  background: #F0F0F0; }
  fieldset:not(.primary_email) .email__name .email__row [class*=icon-],
  fieldset:not(.primary_email) .email__status .email__row [class*=icon-],
  fieldset:not(.primary_email) .email__action .email__row [class*=icon-] {
    color: #6c6975; }

fieldset:not(.primary_email) .email__name .hollow,
fieldset:not(.primary_email) .email__status .hollow,
fieldset:not(.primary_email) .email__action .hollow {
  color: #6c6975;
  border-color: #6c6975; }

.edit-profile__page-1 .panel-container,
.edit-profile__password-change .panel-container {
  background: transparent;
  padding: 0; }
  .edit-profile__page-1 .panel-container .form-group,
  .edit-profile__password-change .panel-container .form-group {
    background: #F0F0F0;
    padding: 20px;
    border-radius: .5rem;
    margin-bottom: 20px; }
  @media only screen and (min-width: 48em) {
    .edit-profile__page-1 .panel-container,
    .edit-profile__password-change .panel-container {
      font-size: 0; }
      .edit-profile__page-1 .panel-container .form-group,
      .edit-profile__password-change .panel-container .form-group {
        width: 49%;
        display: inline-block; }
        .edit-profile__page-1 .panel-container .form-group:first-child,
        .edit-profile__password-change .panel-container .form-group:first-child {
          margin-right: 2%; } }

body .callout.alert {
  border: 1px solid #c00;
  color: #D94141 !important;
  padding: 10px 20px 20px 35px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 40em) {
    body .callout.alert {
      padding: 17px 18px 25px 19px; } }
  body .callout.alert p.callout-body {
    margin-left: 10px;
    margin-top: 6px;
    font-weight: 400; }
    @media only screen and (min-width: 40em) {
      body .callout.alert p.callout-body {
        margin-left: 30px;
        margin-top: 0; } }

ul.errorlist li {
  list-style-type: none;
  color: #f00; }

li.datepicker {
  position: relative; }

body form.onBoarding .errorlist {
  position: absolute;
  bottom: -23px;
  opacity: 0;
  animation-name: fadeError;
  animation-duration: 4s;
  animation-iteration-count: 1; }
  body form.onBoarding .errorlist:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: '';
    position: absolute;
    top: -5px;
    left: 10px; }
  body form.onBoarding .errorlist li {
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 6px 7px 6px;
    font-family: arial;
    font-size: 0.9rem;
    color: #000; }
    body form.onBoarding .errorlist li:before {
      content: '!';
      background: #fa0;
      color: #fff;
      padding: 2px 8px;
      border-radius: 3px;
      font-weight: bold;
      margin-right: 6px; }

@keyframes fadeError {
  0% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.callout.alert-info {
  color: #66A621;
  background: #e4f6d0; }

.event-link-text {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10rem; }

.event-group li:hover .event-link-text {
  display: block; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input.full-width {
  width: 100%;
  max-width: 100%; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input[type="number"] {
  max-width: 3rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input[type="number"].big-number {
    max-width: 999rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .range .form-group {
  width: 45%;
  display: inline-block;
  margin-right: 4%; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list {
  margin-bottom: 3rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) div[class*="fields-"] i {
  font-size: 1.2rem;
  padding-right: .3rem;
  line-height: .5;
  position: relative;
  top: .1rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls textarea {
  background: #FAFAFA;
  border: 1px solid rgba(106, 112, 134, 0.2);
  border-radius: .3rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  height: 51px; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls textarea {
  padding: 1.555rem 1rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls select {
  height: 3.2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #FAFAFA;
  border: 1px solid rgba(106, 112, 134, 0.2);
  border-radius: .3rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .controls select[multiple="multiple"] {
  height: auto; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .hide-label label {
  display: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .no-focus-border .form-group .controls textarea:focus, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .no-focus-border .form-group .controls textarea:active, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .no-focus-border .form-group .controls textarea:hover {
  border: 1px solid rgba(106, 112, 134, 0.2); }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .hide-inputs input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .step {
  font-weight: bold;
  margin-top: 2rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .step-detail {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 2rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal .row {
  background: #FAFAFA;
  border: 1px solid rgba(106, 112, 134, 0.2);
  margin: 0;
  border-radius: .3rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal .row .form-group .controls input {
    background: #fff;
    border-radius: 0;
    padding: 0.45rem 0 0.5rem;
    text-align: center;
    height: auto; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal.fields-social.total .row .form-group .controls input {
  background: transparent; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal.fields-social.total.active {
  position: relative; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal.fields-social.total.active:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: .8rem;
    right: 1rem;
    color: #4B7B8B; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal.fields-social.total.active .row .form-group .controls input {
    background: #fff; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal label {
  margin-top: .65rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal [type=number] {
  margin-bottom: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal .form-group {
  margin: 0.4rem 0 0.4rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .fields-horizontal .icon-chevron {
  top: .75rem;
  position: relative; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-daterange label {
  position: absolute;
  padding-left: 1rem;
  padding-top: 0.8rem; }
  @media only screen and (min-width: 75em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-daterange label {
      padding-top: 0.8rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-daterange .icon-calendar {
  position: absolute;
  top: 1.3rem;
  right: 2rem;
  color: #4B7B8B; }
  @media only screen and (min-width: 61.25em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-daterange .icon-calendar {
      right: 1.7rem;
      top: 1.2rem; } }
  @media only screen and (min-width: 75em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-daterange .icon-calendar {
      top: 1.275rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-attach {
  position: relative;
  top: -2rem;
  border: 1px solid rgba(106, 112, 134, 0.2);
  border-top: 0;
  background: #FAFAFA;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-attach .form-group .controls input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-attach label {
    cursor: pointer;
    width: 98%;
    margin: 0 1%;
    border: 0;
    border-top: 1px dashed #ccc;
    background: transparent;
    padding: 0.6rem 0.2rem 0; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-attach label:hover {
      color: #4B7B8B; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-attach label:before {
      font-family: 'FontAwesome';
      content: '\f0c6';
      padding-right: 1rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[name="daterange"] {
  background: #FAFAFA;
  border-radius: .3rem;
  border: 1px solid rgba(106, 112, 134, 0.2);
  padding: 0.925rem 2.8rem 1.1rem 1rem;
  width: 100%;
  text-align: right;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 61.25em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[name="daterange"] {
      padding: 0.925rem 2.8rem 1.1rem 1rem;
      font-size: 0.9rem; } }
  @media only screen and (min-width: 75em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[name="daterange"] {
      padding-right: 3rem;
      padding-top: 0.95rem;
      font-size: 0.9rem;
      padding-bottom: 1rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .select .form-group:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: 2rem;
  top: .5rem;
  font-size: 1.5rem;
  color: #4B7B8B; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect label.interactive {
  background: #FAFAFA;
  padding: 0.7rem 1rem .8rem;
  border: 1px solid rgba(106, 112, 134, 0.2);
  border-radius: .3rem;
  color: #999;
  font-family: 'Open Sans';
  font-weight: 300; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect label.interactive span {
    background: #4B7B8B;
    margin-right: .8rem;
    border-radius: .3rem;
    color: #fff;
    padding: 0.1rem 0.5rem 0.2rem;
    font-size: 0.9rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .close-button {
  font-size: 1.2rem;
  font-weight: bold;
  right: 0.6rem;
  top: 0.4rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls {
  z-index: 10;
  background: #fff;
  width: 90%;
  max-width: 50rem;
  height: 10rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  padding: 0.8rem 1rem 1.5rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls select {
    box-shadow: none;
    background: transparent;
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0;
    height: auto;
    padding: 0.7rem 0 0;
    overflow: visible; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls select option:checked {
      box-shadow: 0 0 10px 100px #D79695 inset;
      color: #fff !important;
      padding-top: 0px;
      padding-bottom: 0.1rem; }
      body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls select option:checked:after {
        content: "\e905";
        display: inline-block;
        font-family: icomoon;
        margin-left: 0.5rem;
        margin-top: 0.3rem;
        color: #fff; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls select:focus option:checked, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls select:active option:checked {
      box-shadow: 0 0 10px 100px #626262 inset; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .form-group .controls select option {
      display: block;
      float: left;
      background: #4B7B8B;
      margin: .2rem 0.4rem .2rem 0rem;
      border-radius: .3rem;
      color: #fff;
      padding: 0.1rem 0.5rem 0.2rem;
      font-size: 0.8rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect.active select {
  display: block; }

@media only screen and (min-width: 48em) {
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect .controls {
    display: none; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect.active .controls {
    display: block;
    position: absolute; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect--scroll label.interactive {
  font-weight: normal; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect--scroll .form-group .controls {
  height: 15rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect--scroll .form-group .controls select {
    overflow: scroll;
    height: 11.9rem; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .multiselect--scroll .form-group .controls select option {
      float: none;
      background: transparent;
      margin: 0;
      padding: 0;
      color: inherit; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show label, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show input {
  display: inline-block; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show > label {
  background: #FAFAFA;
  border: 1px solid rgba(106, 112, 134, 0.2);
  border-radius: .3rem;
  padding: 1.2rem 1rem 1.3rem;
  margin: 0;
  max-width: 100%;
  width: 100%;
  display: block;
  line-height: 1; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show > label i {
    padding-right: 1rem;
    font-size: 1.2rem;
    line-height: 0.4;
    top: 0.2rem;
    position: relative; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show .form-group .controls, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show i.icon-chevron {
  display: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show i.icon-chevron {
  background: #FAFAFA;
  border-left: 1px solid rgba(106, 112, 134, 0.2);
  border-right: 1px solid rgba(106, 112, 134, 0.2);
  text-align: center;
  top: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible {
  margin-bottom: 2rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible label {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible .form-group {
    background: #FAFAFA;
    border-left: 1px solid rgba(106, 112, 134, 0.2);
    border-right: 1px solid rgba(106, 112, 134, 0.2);
    margin: 0;
    padding: 1rem; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible .form-group:last-child {
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem;
      border-bottom: 1px solid rgba(106, 112, 134, 0.2); }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible .form-group .controls, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible i.icon-chevron {
    display: block; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.visible > label {
    border-bottom: 1px dashed #ddd; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active {
  color: #4B7B8B;
  margin-bottom: 2rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active > label {
    border-bottom: 1px dashed #ddd;
    border-radius: 0.3rem 0.3rem 0 0; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active .form-group {
    margin: 0;
    background: #FAFAFA;
    border-left: 1px solid rgba(106, 112, 134, 0.2);
    border-right: 1px solid rgba(106, 112, 134, 0.2);
    margin: 0;
    padding: 1rem; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active .form-group:last-child {
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem;
      border-bottom: 1px solid rgba(106, 112, 134, 0.2); }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active .form-group .controls {
    display: block; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active i.icon-chevron {
    display: block;
    background: #FAFAFA;
    border-left: 1px solid rgba(106, 112, 134, 0.2);
    border-right: 1px solid rgba(106, 112, 134, 0.2);
    margin: 0; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active i {
    color: #4B7B8B; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .fields-click-show.active:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #4B7B8B; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .or {
  text-align: center;
  position: relative;
  margin: 1rem 0 2rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .or:before {
    display: block;
    width: 100%;
    content: '';
    border-top: 1px solid #dedede;
    position: absolute;
    top: 0.8rem;
    z-index: 10; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .or span {
    background: #fff;
    z-index: 10;
    position: relative;
    padding: 0 1rem;
    font-weight: bold; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) html body .sn_count-2 .flex-row {
  justify-content: space-around; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) div[class*="sn_count-"] .col {
  padding-left: 2rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) div[class*="sn_count-"] .col i {
    left: 0;
    top: 0; }

.selected-genres {
  margin: 8px 0 18px; }
  .selected-genres span {
    background: #8FC4C5;
    padding: 3px 10px 6px;
    margin: 2px 6px 2px 0px;
    color: #fff;
    border-radius: 5px; }

body .signup-form input {
  font-weight: normal; }

body .signup-form input::-webkit-input-placeholder {
  font-weight: normal; }

body .signup-form input:-moz-placeholder {
  font-weight: normal; }

body .signup-form input::-moz-placeholder {
  font-weight: normal; }

body .signup-form input:-ms-input-placeholder {
  font-weight: normal; }

body .edit-profile .row .row {
  margin-left: 0;
  margin-right: 0; }

body .edit-profile form .row > .two-column:not(.avatar-picture),
body .edit-profile form .row > .columns:not(.avatar-picture) {
  background: #F0F0F0;
  border-radius: .5rem;
  padding: 15px 20px 8px;
  margin-bottom: 20px; }

body .edit-profile form input {
  border-radius: .5rem; }

body .edit-profile .form-container .two-column {
  padding: 10px 20px 8px; }

@media only screen and (min-width: 40em) {
  body .edit-profile .form-container .two-column:first-child {
    margin-right: 2%;
    width: 48%; } }

.daterangepicker td {
  min-width: 1.2rem; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #4B7B8B; }

.daterangepicker td.in-range {
  background: #8FC4C5; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .hide-labels label {
  display: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=text],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=password],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=date],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=datetime],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=datetime-local],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=month],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=week],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=email],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=number],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=search],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=tel],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=time],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=url],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=color],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=text]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=password]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=date]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=datetime]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=datetime-local]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=month]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=week]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=email]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=number]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=search]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=tel]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=time]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=url]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=color]:focus,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: 0;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea {
  min-height: 50px; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea[rows] {
  height: auto; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input:disabled,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[readonly],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea:disabled,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=submit],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[type=search] {
  box-sizing: border-box; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=file],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=checkbox],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=radio] {
  margin: 0 0 1rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=checkbox] + label,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=radio] + label {
  display: inline-block;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label > [type=checkbox],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label > [type=label] {
  margin-right: .5rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=file] {
  width: 100%; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label {
  display: block;
  margin: 0;
  font-size: .875rem;
  line-height: 1.8;
  color: #0a0a0a; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[type=number]::-webkit-inner-spin-button,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[type=number] {
  -moz-appearance: textfield; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group--inline {
  margin-bottom: 20px; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group--inline .controls--inline {
    margin-right: 10px; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group--inline .title {
    margin-top: 15px;
    margin-bottom: 15px; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .button--gdpr-form {
  margin-top: 20px; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .social-reach-input-wrap .form-group .controls input[type="number"] {
  max-width: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label[for="id_phone_number"] {
  text-transform: capitalize; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input[name="logo"][type="file"] {
  font-size: 0.9rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input.datepicker {
  background: #fff; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label.green {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #8FC4C5;
  font-size: 1rem;
  margin-bottom: 0; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label.green.file:after {
    content: 'choose file';
    display: block;
    cursor: pointer;
    background: #8FC4C5;
    float: none;
    clear: both;
    max-width: 6rem;
    border-radius: .3rem;
    color: #fff;
    font-size: 0.9rem;
    text-align: center; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) #logo_file {
  font-size: 0.9rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .big-select select {
  height: 25rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input.hidden {
  display: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input::-webkit-outer-spin-button,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) form.onBoarding .genres .controls select {
  height: 25rem;
  background: #fff; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) button.button.save {
  background: #8FC4C5; }
  @media only screen and (min-width: 48em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) button.button.save {
      margin-left: -.625rem; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .form-group .control-label {
  font-weight: 400; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) label {
  color: #6c6975;
  margin-bottom: .625rem; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list:after {
  clear: both;
  content: '';
  display: table; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list li {
  background: #F0F0F0;
  border: 0; }
  @media only screen and (min-width: 48em) {
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list li.full {
      width: 100%;
      display: block;
      clear: both; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list li.half {
      width: 48.5%; }
      body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list li.half:nth-child(odd) {
        float: left;
        clear: left; }
      body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list li.half:nth-child(even) {
        float: right; }
      body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .edit-settings .setting-list li.half:last-child:after {
        clear: both;
        content: '';
        display: table; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=text],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=password],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=date],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=datetime],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=datetime-local],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=month],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=week],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=email],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=number],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=search],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=tel],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=time],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=url],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) [type=color],
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) textarea {
  box-shadow: none; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .login .callout-form-wrapper {
  width: 100%;
  padding: 0px; }

@media only screen and (min-width: 48em) {
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .callout.callout-form.login {
    width: 46%; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .login .success {
  background-color: #6A7086; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .login .form-body, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .login .form-footer {
  width: 84%; }

.file-upload #id_upload {
  padding: 1rem; }

.action-controls {
  margin-top: 15px; }

.styled-input-checkbox {
  position: relative;
  padding: 0 0 0px 26px;
  text-align: left; }
  .styled-input-checkbox label {
    cursor: pointer;
    padding-bottom: 12px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0; }
    .styled-input-checkbox label:before, .styled-input-checkbox label:after {
      content: '';
      position: absolute;
      top: 50%;
      border-radius: 6px; }
    .styled-input-checkbox label:before {
      left: 0;
      width: 20px;
      height: 20px;
      margin: -15px 0 0;
      background: #f7f7f7;
      box-shadow: 0 0 1px grey; }
    .styled-input-checkbox label:after {
      left: 2px;
      width: 16px;
      height: 16px;
      margin: -13px 0 0;
      opacity: 0;
      color: #6A7086;
      transform: scale(0.5);
      transition: opacity 0.25s ease-in-out;
      font-family: FontAwesome;
      content: "\f00c";
      font-size: 0.9rem; }
  .styled-input-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden; }
    .styled-input-checkbox input[type="checkbox"]:checked + label:after {
      transform: translate3d(0, 0, 0);
      opacity: 1; }

.static-template .static-template__form-container--gdpr-form {
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: 700px;
  width: 100%; }

@media only screen and (min-width: 40em) {
  body .get-involved {
    padding: 1rem 0; } }

html body strong,
html body b,
html body .button,
html body .get-started .options .title,
html p strong,
html p b,
html p .button,
html p .get-started .options .title,
html .get-started .options .description strong,
html .get-started .options .description b,
html .get-started .options .description .button,
html .get-started .options .description .get-started .options .title {
  font-weight: 400; }

html body .button.left,
html body input[type="button"].left,
html p .button.left,
html p input[type="button"].left,
html .get-started .options .description .button.left,
html .get-started .options .description input[type="button"].left {
  margin-left: 0; }

html body .icon-chevron.down:before,
html p .icon-chevron.down:before,
html .get-started .options .description .icon-chevron.down:before {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1rem; }

html body .icon-chevron.up:before,
html p .icon-chevron.up:before,
html .get-started .options .description .icon-chevron.up:before {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1rem; }

@media only screen and (min-width: 48em) {
  html .flex {
    display: flex; }
    html .flex .flex-col-1 {
      flex: 1; }
    html .flex .flex-col-0pt2 {
      flex: 0.2; }
    html .flex .flex-col-0pt3 {
      flex: 0.3; }
    html .flex .flex-col-0pt4 {
      flex: 0.4; }
    html .flex .flex-col-0pt5 {
      flex: 0.5; } }

@media only screen and (min-width: 48em) {
  html .flex-row {
    display: flex;
    flex-wrap: wrap; }
    html .flex-row.space-between {
      justify-content: space-between; }
    html .flex-row.space-around {
      justify-content: space-around; }
    html .flex-row.flex-start {
      justify-content: flex-start; }
    html .flex-row.flex-end {
      justify-content: flex-end; } }

html h1, html h2, html h3, html h4, html h5, html h6 {
  color: #4B7B8B; }
  html h1.green, html h2.green, html h3.green, html h4.green, html h5.green, html h6.green {
    color: #4B7B8B; }

html h1.center, html h2.center, html h3.center, html h4.center, html h5.center, html h6.center, html p.center, html small.center {
  text-align: center; }

html small.center {
  width: 100%;
  display: inline-block; }

html .profile__social-stats .filter .progress_bars .bars_list li .progress {
  height: 3px; }
  html .profile__social-stats .filter .progress_bars .bars_list li .progress.red {
    background-color: #D79695; }
  html .profile__social-stats .filter .progress_bars .bars_list li .progress.dark-grey {
    background-color: #626262; }

html .button.alert,
html .discover-panel-details .alert.shortlist, html .profile__main-nav a.alert {
  background: #D79695; }

html .no-left-margin {
  margin-left: 0px !important;
  padding-left: 1px !important; }

html main {
  padding-top: 3.2rem; }
  @media screen and (min-width: 75em) {
    html main {
      padding-top: 6.1rem; } }
  @media screen and (min-width: 40em) {
    html main {
      padding-top: 6rem; } }

h2.brand-top-header {
  color: #6A7086;
  font-size: 1rem;
  font-family: "Lato", sans-serif; }

.header-resize h2.brand-top-header {
  font-size: 1rem;
  top: .9rem; }

h2.brand-top-header {
  display: none;
  transition: all .2s; }
  @media only screen and (min-width: 48em) {
    h2.brand-top-header {
      display: block;
      position: absolute;
      top: 2.1rem;
      padding: 0.4rem 0.7rem 0.4rem;
      left: 8rem;
      border-left: 1px solid #e3e3e3; } }

.btn-purple {
  background: #6A7086; }
  .btn-purple:hover {
    background: #6A7086; }

.btn-small {
  display: block;
  float: left;
  background: #4B7B8B;
  margin: .2rem 0.4rem .2rem 0rem;
  border-radius: .3rem;
  color: #fff;
  padding: 0.1rem 0.5rem 0.2rem;
  font-size: 0.9rem;
  color: #fff; }

.row.padding {
  padding-left: 1rem;
  padding-right: 1rem; }

.row.border {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 2rem; }
  .row.border h2, .row.border .row, .row.border small {
    text-align: center;
    display: block; }
  .row.border .row.left {
    text-align: left; }
    .row.border .row.left * {
      text-align: center; }

.row .border {
  border: 1px solid #dedede;
  padding: 1rem 1rem 1rem;
  text-align: center;
  margin-bottom: 1.5rem; }

.row.border-dashed {
  border: 1px dashed #dedede;
  padding: 1rem 1rem 1rem;
  margin: 1rem 0 2rem; }

.row.header {
  margin-top: 5rem; }

.row.center {
  text-align: center; }

span.green {
  color: #4B7B8B; }

div.center {
  text-align: center; }

.border-full {
  border: 1px solid #dedede;
  padding: 1rem 1rem 1rem;
  margin-bottom: 1.5rem; }
  .border-full:after {
    display: table;
    clear: both;
    content: ''; }

.dashed-line {
  display: none; }
  @media only screen and (min-width: 40em) {
    .dashed-line {
      border-left: 1px dashed #dedede;
      width: 1px;
      display: block; }
      .dashed-line:last-child {
        display: none; } }

@media only screen and (min-width: 48em) {
  .third {
    display: inline-block;
    width: 33%; }
    .third:first-child {
      margin-right: 2%;
      width: 31%; } }

@media only screen and (min-width: 48em) {
  .two-thirds {
    display: inline-block;
    width: 66%; }
    .two-thirds:first-child {
      margin-right: 2%;
      width: 64%; } }

@media only screen and (min-width: 40em) {
  .half {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    .half:first-child {
      margin-right: 2%;
      width: 48%; }
    .half.space-left {
      margin-left: 2%;
      width: 48%; }
    .half.space-right {
      margin-right: 2%;
      width: 48%; } }

@media only screen and (max-width: 47.938em) {
  .desktop {
    display: none; } }

@media only screen and (min-width: 40em) {
  .mobile {
    display: none; } }

button.align-right,
.button.align-right {
  float: right; }

html body button.btn-green, html body a.btn-green {
  background-color: #4B7B8B !important; }

.btn-success {
  background: #4B7B8B;
  border-radius: .3rem; }
  .btn-success:hover {
    background: #8FC4C5; }

.btn-default {
  border-radius: .3rem; }

hr.dashed {
  border-style: dashed;
  border-color: #d7d7d7; }

.alert.row {
  background: #f8ecec;
  background: rgba(190, 82, 80, 0.1);
  color: #BE5250; }

span.green {
  color: #4B7B8B; }

.status-pass {
  color: #4B7B8B; }

.pos-rel {
  position: relative; }

.pos-abs,
i.pos-abs[class*="large icon-"] {
  position: absolute; }

.subgroup {
  margin-left: 2rem;
  margin-bottom: 0.5rem; }

.spacer {
  display: block;
  height: 2rem; }

@media only screen and (min-width: 40em) {
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row {
    margin-left: -.95rem;
    margin-right: -.95rem;
    max-width: 999rem; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row.max-sm {
      max-width: 768px; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row.max-md {
      max-width: 992px; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row .max-sm {
      max-width: 768px; }
    body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row .row .max-md {
      max-width: 992px; } }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .row.no-margin-left {
  margin-left: 0; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-1, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-1, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-1, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-1, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-2,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-2, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-2, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-2, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-3, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-3,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-3, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-3, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-4, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-4, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-4,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-4, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-5, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-5, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-5, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-5,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-6, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-6, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-6, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-6, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-7,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-7, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-7, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-7, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-8, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-8,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-8, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-8, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-9, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-9, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-9,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-9, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-10, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-10, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-10, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-10,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-11, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-11, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-11, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-11, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-12,
body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-12, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-12, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-12 {
  padding-right: .95rem;
  padding-left: .95rem; }
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-1.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-1.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-1.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-1.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-2.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-2.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-2.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-2.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-3.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-3.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-3.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-3.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-4.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-4.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-4.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-4.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-5.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-5.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-5.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-5.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-6.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-6.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-6.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-6.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-7.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-7.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-7.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-7.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-8.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-8.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-8.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-8.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-9.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-9.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-9.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-9.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-10.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-10.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-10.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-10.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-11.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-11.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-11.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-11.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-xs-12.center,
  body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-sm-12.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-md-12.center, body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .col-lg-12.center {
    text-align: center; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .max-sm {
  max-width: 768px; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .max-md {
  max-width: 992px; }

body:not(.page-add-brand):not(.page-create-collab):not(.page-discover-collabs):not(.page-collab-details):not(.page-discover-blogger):not(.page-discover-brand):not(.page-signup-new):not(.page-login-new):not(.page-brand-dashboard):not(.page-agency-dashboard) .clear {
  clear: both; }

.help-text {
  display: block;
  vertical-align: middle;
  margin: 0; }
  .help-text button {
    background: #8FC4C5;
    border-radius: 0.2rem;
    padding: 0.2rem 0.35rem 0.3rem .4rem;
    color: #fff;
    font-weight: bold;
    font-style: normal; }
  .help-text p {
    display: none;
    position: absolute;
    margin: 0;
    margin: 0 .5rem;
    line-height: 1.3;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1rem 1rem;
    min-width: 12rem;
    text-align: left;
    font-size: 0.9rem;
    font-style: normal; }
  .help-text.visible p {
    display: inline-block; }
  @media only screen and (min-width: 40em) {
    .help-text {
      display: inline-block; } }

.promo-wrapper:after {
  display: table;
  clear: both;
  content: ''; }

h1.logo {
  background-image: url(/static/images/tbp_logo.png);
  background-image: linear-gradient(transparent, transparent), url(/static/images/tbp_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  height: 60px;
  width: 230px;
  margin: auto; }
  @media only screen and (min-width: 40em) {
    h1.logo {
      width: 688px;
      margin-bottom: 2rem;
      height: 132px; } }

@media only screen and (min-width: 30em) {
  .promo-text h2 {
    width: 70%;
    margin: auto; } }

.promo-text-signup {
  margin: 2rem 0 1rem; }
  .promo-text-signup span {
    padding: 1rem 0 0;
    font-size: 1rem; }

.home.lets-chat .static-template__form-container {
  margin: auto;
  max-width: 480px;
  float: none; }
  .home.lets-chat .static-template__form-container:after {
    display: table;
    clear: both;
    content: ''; }
  @media only screen and (min-width: 40em) {
    .home.lets-chat .static-template__form-container .lets-chat-form {
      width: 90%; } }

.featured-opportunities {
  margin-top: .6rem; }

@media screen and (min-width: 75em) {
  .featured-opportunities {
    margin-top: 2rem; } }

.get-started .options li {
  width: 100%; }
  .get-started .options li .panel {
    padding-top: 0;
    padding-bottom: 1.2rem; }
  @media only screen and (min-width: 48em) {
    .get-started .options li {
      width: 33%; }
      .get-started .options li .panel {
        padding-top: 5rem;
        padding-bottom: 5rem; } }

html body .icon-chevron.down:before,
html p .icon-chevron.down:before,
html .get-started .options .description .icon-chevron.down:before {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1rem; }

html body .icon-chevron.up:before,
html p .icon-chevron.up:before,
html .get-started .options .description .icon-chevron.up:before {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1rem; }

i[class*="icon-"] {
  font-style: normal; }

i[class*="icon-"].green {
  color: #8FC4C5; }

i[class*="large icon-"] {
  font-size: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: .3rem; }

.detach-file {
  position: absolute;
  bottom: 1.1rem;
  right: 0.7rem;
  cursor: pointer; }

i.icon-money:before {
  content: '\f0d6';
  font-family: 'FontAwesome'; }

i.icon-trash:before {
  content: '\f1f8';
  font-family: 'FontAwesome'; }

i.icon-infinity:before {
  content: '∞';
  font-style: normal; }

i.icon-social:before {
  content: '\f0c0';
  font-family: 'FontAwesome'; }

.invites {
  margin-bottom: 30px; }

.invite {
  background: #F0F0F0;
  border-radius: .5rem;
  margin-bottom: 20px;
  padding: 12px 20px; }
  .invite span {
    display: inline-block;
    margin-right: 6px; }
    .invite span.delete {
      margin-top: 20px;
      display: block;
      clear: left; }
  @media only screen and (min-width: 48em) {
    .invite {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap;
      align-items: flex-start;
      padding: 20px; }
      .invite span {
        width: 25%; }
        .invite span.accepted {
          width: 10%; }
        .invite span.delete {
          width: auto;
          margin-top: 0; }
          .invite span.delete a {
            margin: 0; } }

#invite-form .panel-container {
  background: transparent; }

.message-inbox-container .message-inbox-thread {
  margin-top: 0;
  margin-bottom: 4px; }
  .message-inbox-container .message-inbox-thread.unread {
    background: #8FC4C5;
    color: #fff; }
    .message-inbox-container .message-inbox-thread.unread [class*=icon-] {
      color: #fff; }
    .message-inbox-container .message-inbox-thread.unread * {
      color: #fff;
      border-color: #fff; }
  .message-inbox-container .message-inbox-thread .date {
    font-size: 0.9rem; }

.message-inbox-container .controls {
  float: right; }

.message-inbox-footer .controls {
  float: right; }

.message-thread-panel .button {
  margin-left: .5rem; }

.message-thread-panel {
  max-width: 20rem; }
  .message-thread-panel .discover-panel {
    width: 100%; }
  .message-thread-panel .col-sm-6.col-md-4.col-lg-3 {
    width: 100% !important;
    padding-right: 25px; }

.message-thread-messages {
  padding-top: 0; }

.date {
  font-size: 0.9rem; }

.message-inbox-content .status.accepted,
.message-inbox-content .subject a:focus,
.message-inbox-content .subject a:hover,
.message-inbox-content .users:focus,
.message-inbox-content .users:hover {
  color: #626262; }

[class*="__form-head"] {
  height: auto;
  padding: 8px 12px 10px;
  background: #6c6975;
  position: static; }
  [class*="__form-head"] i {
    position: relative;
    top: 2px;
    margin-right: 5px; }

[class*="__form-title"] {
  margin: 0.2rem 0.2rem .2rem;
  display: inline-block;
  font-size: 0.9rem;
  color: #fff;
  font-weight: normal; }

[class*="__form-body"] {
  padding: 1rem 1rem 1rem;
  font-size: 0.9rem; }
  [class*="__form-body"] p {
    font-size: 0.9rem; }
  [class*="__form-body"] select {
    font-size: 0.9rem; }
  [class*="__form-body"] label {
    font-size: 0.9rem; }
  [class*="__form-body"] .close-button {
    top: 0;
    right: 0;
    font-size: 1.2rem;
    margin: 0px 4px 0;
    padding: 0; }
  [class*="__form-body"] button,
  [class*="__form-body"] .button {
    margin: 1rem 0 0;
    border-radius: 0.3rem;
    font-size: 0.9rem;
    padding: 0.5rem .9rem 0.7rem; }
  [class*="__form-body"] .icon-decline:before {
    position: relative;
    top: 1px;
    left: -3px; }

#loginModal {
  height: 90%; }
  @media only screen and (min-width: 48em) {
    #loginModal {
      height: auto;
      overflow: scroll !important; } }

@media only screen and (min-width: 48em) {
  body .modal--form-wrapper .socialaccount_ballot .socialaccount_provider {
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 17px 15px !important;
    margin-bottom: 10px !important;
    padding-left: 35px !important; }
    body .modal--form-wrapper .socialaccount_ballot .socialaccount_provider:before {
      top: 18px;
      left: 10px;
      padding: 0;
      position: absolute; } }

.report__form-head {
  background: #D79695; }

.report__form-container {
  margin-top: 0; }

.report__form .reveal label {
  font-weight: normal; }

.block__form .reveal__head {
  padding: 8px 12px 10px;
  color: #fff; }

.block__form .reveal__body p {
  font-size: 0.9rem;
  font-weight: normal; }

body .callout .success {
  background-color: #6A7086; }

.reveal {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important; }
  .reveal.video {
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) !important;
    width: 80vw !important;
    height: 46vw !important;
    overflow: hidden; }
    .reveal.video iframe {
      width: 80vw !important;
      height: 45vw !important;
      max-width: 1220px; }

.discover .reveal {
  position: fixed !important; }

.reveal__head .title {
  font-size: 1.2rem;
  margin: 0.1rem .3rem 0.4rem; }

.reveal__body-contents {
  border: 0; }

.reveal:hover .close-btn:before {
  display: block; }

.reveal .close-btn:before {
  cursor: pointer;
  content: '\f057';
  position: absolute;
  width: 1.5rem;
  right: 0.1rem;
  line-height: 0.8;
  height: 1.5rem;
  top: 0.3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  font-family: FontAwesome;
  display: none; }

.play-video {
  position: relative; }
  .play-video:before, .play-video:after {
    display: block;
    content: '';
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-42%);
    width: 0;
    height: 0; }
  .play-video:before {
    border-left: 2rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    z-index: 2; }
  .play-video:after {
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    top: -1rem;
    left: 50%;
    width: 6rem;
    height: 4rem;
    border-radius: 0.3rem;
    transform: translateX(-50%); }

.navbar-logo {
  text-align: center;
  margin: 0 1.25rem auto;
  border-right: .0625rem solid #9f9da7;
  padding-right: 1.25rem;
  transition: all .5s ease; }

.navbar-logo:focus,
.navbar-logo:hover {
  color: #7cb2b8;
  cursor: pointer;
  text-decoration: none; }

.blogger-display__info h3 a:focus,
.blogger-display__info h3 a:hover,
.footer__info .nav-item a:focus,
.footer__info .nav-item a:hover {
  text-decoration: underline; }

.navbar-logo .brand-logo {
  width: 1.875rem;
  height: 2rem;
  transition: all .5s ease; }

@media screen and (min-width: 40em) {
  .navbar-logo {
    text-align: left;
    padding-left: 2.1875rem;
    line-height: 5.3125rem;
    border-right: inherit; }
  .navbar-logo .brand-logo {
    width: 3.5rem;
    height: 3.6875rem; } }

.user-nav-container {
  position: absolute;
  right: .625rem;
  top: 1.6875rem; }

.user-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 40em) {
  .user-nav {
    margin: 0 1.875rem 0 0; } }

.user-nav .nav-link,
.user-nav .nav-link:focus,
.user-nav .nav-link:hover,
.user-nav-link,
.user-nav-link:focus,
.user-nav-link:hover {
  color: #FFF; }

.user-nav .nav-link {
  margin-left: .625rem;
  margin-top: .4375rem; }

.user-nav_toggle {
  position: absolute;
  top: 0;
  right: .9375rem;
  z-index: 5; }

.user-nav_toggle:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon;
  position: absolute;
  top: .5rem;
  right: -.625rem;
  transition: all .1s ease-out;
  font-size: .875rem; }

.user-nav .badge {
  position: absolute;
  left: 1.875rem;
  padding: 0;
  font-size: .75rem;
  min-width: 1.375rem;
  border: .125rem solid #024959;
  background-color: #85828F; }

.user-nav label,
.user-nav li {
  position: relative; }

.user-nav label + input[type=checkbox] {
  display: none; }

.user-nav label {
  color: #FFF;
  display: inline-block;
  width: 1.875rem;
  height: 1.25rem;
  z-index: 10;
  padding-right: 1.875rem;
  padding-bottom: .3125rem; }

@media screen and (min-width: 40em) {
  .user-nav_toggle:before {
    right: -.75rem; }
  .user-nav label {
    padding-right: 1.25rem; } }

.user-nav label:hover {
  cursor: pointer; }

.user-nav div.content {
  visibility: hidden;
  transition: all .2s linear;
  position: absolute;
  background: #FFF;
  right: -2.1875rem;
  top: 3.25rem;
  z-index: 100;
  min-width: 18.75rem;
  color: #85828F;
  border: .0625rem solid #F0F0F0;
  font-size: 1.125rem; }

.user-nav div.content .user-nav_pip {
  position: relative; }

@media screen and (min-width: 40em) {
  .user-nav div.content {
    top: 2.8125rem;
    right: -2.1875rem;
    min-width: 12.5rem;
    border-radius: .25rem;
    font-size: 1rem; }
  .user-nav div.content .user-nav_pip {
    padding: .9375rem .625rem; }
  .user-nav div.content .user-nav_pip:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-family: icomoon;
    position: absolute;
    top: -1.0625rem;
    right: 3.4375rem;
    color: #FFF;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .user-nav div.content .user-nav_pip:before {
    right: 18%; } }

.user-nav div.content .menu {
  border-radius: .25rem; }

.user-nav div.content .menu > li {
  display: block;
  position: relative;
  border-top: .0625rem solid #F0F0F0; }

@media screen and (min-width: 40em) {
  .user-nav div.content .menu > li {
    border-top: inherit; } }

.user-nav div.content .menu > li:first-of-type {
  border-top: none; }

.user-nav div.content .menu .nav-link {
  color: #85828F;
  padding: .9375rem 1.25rem;
  margin: inherit; }

.user-nav div.content .menu .nav-link.active {
  font-weight: 700;
  background: #F0F0F0; }

@media screen and (min-width: 40em) {
  .user-nav div.content .menu .nav-link {
    padding: .4375rem .625rem; }
  .user-nav div.content .menu .nav-link.active {
    background: inherit; } }

.user-nav div.content .menu .nav-link:focus,
.user-nav div.content .menu .nav-link:hover {
  color: #6c6975; }

.user-nav div.content .menu .badge {
  position: absolute;
  bottom: .6875rem;
  right: .625rem;
  left: initial;
  padding: .1875rem;
  min-width: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  .user-nav div.content .menu .badge {
    font-size: .75rem;
    min-width: 1.25rem;
    width: 1.5rem;
    bottom: .25rem; } }

.user-nav label + input[type=checkbox]:checked + .user-nav_toggle:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.user-nav label + input[type=checkbox]:checked + .user-nav_toggle + div.content {
  visibility: visible; }

.dropdown-button {
  list-style: none;
  margin: 0;
  padding: 0; }

.dropdown-button > li {
  display: block; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .dropdown-button > li {
    max-width: 76.25rem;
    margin-left: auto;
    margin-right: auto; }
  .dropdown-button > li::after,
  .dropdown-button > li::before {
    content: ' ';
    display: table; }
  .dropdown-button > li::after {
    clear: both; } }

.dropdown-button .nav-link {
  color: #FFF;
  margin-left: .625rem;
  margin-top: .4375rem; }

.dropdown-button-label {
  border-radius: .5rem;
  border: .0625rem solid #F0F0F0;
  background: #FFF;
  color: #85828F;
  padding: .625rem 1.25rem;
  margin: .625rem;
  display: block;
  font-size: 1.375rem; }

@media screen and (min-width: 40em) {
  .dropdown-button-label {
    display: none; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .dropdown-button-icon {
    font-size: 1.125rem; }
  .dropdown-button-icon:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-family: icomoon;
    position: absolute;
    transition: all .1s ease-out;
    right: 1.875rem;
    top: 1.75rem; } }

.dropdown-button label + input[type=checkbox] {
  display: none; }

.dropdown-button li {
  position: relative; }

.dropdown-button label {
  color: #FFF;
  display: block; }

.dropdown-button label:hover {
  cursor: pointer; }

.dropdown-button div.content {
  display: none;
  position: absolute;
  background: #FFF;
  left: .625rem;
  top: 3.5625rem;
  right: .625rem;
  z-index: 10;
  border-radius: 0 0 .5rem .5rem;
  color: #85828F;
  border: .0625rem solid #F0F0F0;
  border-top: .0625rem solid transparent;
  font-size: 1.375rem; }

@media screen and (min-width: 40em) {
  .dropdown-button div.content {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    border: none;
    background: inherit; }
  .dropdown-button div.content .menu > li {
    margin: 0; } }

.dropdown-button div.content .menu {
  border-radius: .25rem; }

.dropdown-button div.content .menu > li {
  position: relative; }

.dropdown-button div.content .menu .nav-link {
  padding: .9375rem 1.375rem;
  margin: inherit;
  transition: all .2s linear; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .dropdown-button div.content .menu > li {
    display: block; }
  .dropdown-button div.content .menu .nav-link {
    color: #85828F; }
  .dropdown-button div.content .menu .nav-link.active {
    font-weight: 700; } }

.dropdown-button div.content .menu .nav-link:focus,
.dropdown-button div.content .menu .nav-link:hover {
  color: #6c6975;
  background: #fff; }

.dropdown-button label + input[type=checkbox]:checked + .dropdown-button-icon:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.dropdown-button label + input[type=checkbox]:checked + .dropdown-button-icon + div.content {
  display: block; }

.hamburger {
  margin-right: 1.875rem;
  margin-top: .625rem;
  width: 1.25rem;
  height: 1.375rem; }

@media screen and (min-width: 40em) {
  .hamburger {
    margin-top: 1.0625rem;
    width: 4.375rem; } }

.hamburger.active,
.hamburger:focus,
.hamburger:hover {
  outline: inherit;
  background: inherit; }

.hamburger span,
.hamburger span:after,
.hamburger span:before {
  cursor: pointer;
  border-radius: .0625rem;
  height: .1875rem;
  width: 1.25rem;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all .25s ease-in-out; }

.hamburger span:before {
  top: -.4375rem; }

.hamburger span:after {
  bottom: -.4375rem; }

.hamburger.active span {
  background-color: transparent; }

.hamburger.active span:after,
.hamburger.active span:before {
  top: 0; }

.hamburger.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.active span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.dropdown-info-container {
  position: relative;
  color: #85828F; }

.dropdown-info {
  list-style: none;
  margin: 0;
  padding: 0; }

.dropdown-info > li {
  position: relative; }

.dropdown-info label {
  display: block;
  position: relative;
  font-size: 1.25rem;
  padding-bottom: .3125rem;
  color: #9f9da7;
  line-height: normal; }

.dropdown-info label:hover {
  cursor: pointer; }

.dropdown-info label + input[type=checkbox] {
  display: none; }

.dropdown-info div.content {
  visibility: hidden;
  display: none;
  transition: all .2s linear;
  min-width: 11.25rem;
  text-align: left;
  color: #85828F;
  border: .0625rem solid #F0F0F0;
  border-radius: .25rem;
  padding: 0 .625rem .625rem;
  position: absolute;
  top: 2.5rem;
  left: .625rem;
  right: .625rem;
  z-index: 3;
  font-size: .875rem; }

@media screen and (max-width: 63.9375em) {
  .dropdown-info div.content {
    background: #FFF; } }

@media screen and (min-width: 64em) {
  .dropdown-info label {
    display: none; }
  .dropdown-info div.content {
    visibility: visible;
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0;
    border: inherit; } }

.dropdown-info div.content .dropdown-info_pip {
  position: relative;
  padding: .9375rem .625rem; }

.dropdown-info div.content .dropdown-info_pip:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: icomoon;
  position: absolute;
  top: -1rem;
  right: 48.7%;
  color: #F0F0F0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .collab-dash__row .dropdown-info div.content .dropdown-info_pip:before {
    width: 5%;
    right: auto; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .collab-dash__row .dropdown-info div.content .dropdown-info_pip:before {
    width: 25%;
    right: auto;
    left: 0; } }

.dropdown-info div.content .menu {
  border-radius: .25rem; }

.dropdown-info div.content .menu > li {
  margin-bottom: .625rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 64em) {
  .dropdown-info div.content .dropdown-info_pip {
    padding: 0;
    text-align: center; }
  .dropdown-info div.content .dropdown-info_pip:before {
    display: none; }
  .dropdown-info div.content .menu > li {
    margin-bottom: inherit;
    width: 33.33333%;
    float: left;
    padding-left: 0;
    padding-right: 0; } }

.dropdown-info label + input[type=checkbox]:checked + div.content {
  visibility: visible;
  display: block; }

.tbp-header {
  background: rgba(106, 111, 134, 0.98);
  color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1); }

.tbp-header .user-avatar_notification-wrap {
  border-radius: 50%;
  display: inline-table;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem; }

.tbp-header .user-avatar_notification-wrap img {
  height: initial;
  max-width: 120%;
  margin-left: -5%;
  width: 12.5rem; }

@media screen and (min-width: 40em) {
  .tbp-header.header-resize .brand-logo {
    width: 2.25rem;
    height: 2.375rem; }
  .tbp-header.header-resize .main-nav {
    line-height: 1; }
  .tbp-header.header-resize .main-nav > li:active .main-nav__nested,
  .tbp-header.header-resize .main-nav > li:hover .main-nav__nested {
    top: 4rem; }
  .tbp-header.header-resize .main-nav > li .badge {
    top: -.625rem;
    height: 1.25rem;
    width: 1.25rem;
    display: block; }
  .main-nav {
    line-height: 2;
    vertical-align: middle;
    float: right;
    padding-right: 2.8125rem; } }

.main-nav {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0; }

.main-nav > li {
  display: inline-block;
  padding: 1.25rem .9375rem;
  transition: all .5s ease; }

.main-nav > li > span {
  position: relative;
  display: block; }

.main-nav > li:active,
.main-nav > li:hover {
  cursor: pointer;
  background: #6c6975; }

.main-nav > li:active .main-nav__nested,
.main-nav > li:hover .main-nav__nested {
  display: block;
  visibility: visible;
  clip: inherit;
  top: 4.6875rem;
  width: 100%;
  padding: 1.25rem 2rem;
  height: auto;
  right: 0;
  background: #6c6975;
  list-style: none;
  transition: all .25s ease; }

@media screen and (min-width: 40em) {
  .main-nav > li:active .main-nav__nested,
  .main-nav > li:hover .main-nav__nested {
    top: 5.25rem;
    width: 21.25rem; }
  .main-nav > li .badge {
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.5;
    display: block; } }

@media screen and (min-width: 75em) {
  .main-nav > li:active .main-nav__nested,
  .main-nav > li:hover .main-nav__nested {
    top: 5.375rem; } }

.main-nav > li .badge {
  position: absolute;
  font-size: .625rem;
  top: 0;
  left: .625rem;
  padding: .125rem .1875rem;
  font-weight: 700;
  background-color: #66A621; }

.main-nav [class*=icon-] {
  font-size: 1.375rem;
  color: #FFF; }

.main-nav__nested {
  height: 0; }

.main-nav__nested li {
  padding: .625rem 0; }

.main-nav__nested li a {
  color: #FFF; }

.main-nav__nested li:active,
.main-nav__nested li:hover {
  font-weight: 700; }

.navbar {
  margin-bottom: 0;
  border: none; }

@media only screen and (min-width: 48em) {
  ul.main-nav {
    padding-right: 3rem; } }

.user .submenu {
  right: 0; }

.main-nav .avatar-container, .main-nav--mobile .avatar-container {
  padding: 1.75rem; }

.main-nav .avatar, .main-nav--mobile .avatar {
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 100%;
  border: 5px solid #e8e8e8;
  position: relative; }
  .main-nav .avatar .count, .main-nav--mobile .avatar .count {
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
    background: #D95351;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0rem 0.4rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    line-height: 1.6; }

.main-nav--mobile .user {
  border-top: 1px solid #bbbbbb;
  display: block;
  margin-top: 30px;
  padding-top: 10px; }
  .main-nav--mobile .user .avatar-container {
    padding-left: 0;
    padding-top: 15px; }
  .main-nav--mobile .user .submenu {
    margin-left: 0; }

.main-nav > li {
  vertical-align: top;
  padding: 0; }
  .main-nav > li a, .main-nav > li span.no-click {
    padding: 2rem 1.5rem 2rem 1.5rem;
    display: inline-block; }
    .main-nav > li a:hover, .main-nav > li span.no-click:hover {
      text-decoration: none;
      color: #000; }

.main-nav .submenu {
  display: none;
  position: absolute;
  background: #fafafa;
  margin-left: 0;
  padding: 0rem 1rem 1rem 1rem;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.05); }
  .main-nav .submenu li {
    list-style-type: none; }
    .main-nav .submenu li .count {
      color: #D95351; }
    .main-nav .submenu li a {
      padding: 0.5rem 2rem 0.5rem 1.2rem; }

.main-nav li:hover .submenu {
  display: block; }

.header-resize .navbar-logo {
  margin-top: 0.7rem; }

.header-resize .main-nav .avatar-container {
  padding: 1.3rem; }

.header-resize h2.brand-top-header {
  margin-top: 0; }

@media only screen and (min-width: 48em) {
  .header-resize h2.brand-top-header {
    top: 1.8rem; } }

.main-nav > li a,
.main-nav > li span.no-click,
body .main-nav li.logged-out a {
  font-family: "Lato", sans-serif;
  color: #6A7086;
  font-weight: normal; }

.main-nav > li:active,
.main-nav > li:hover {
  background: transparent; }

.main-nav__nested li:active,
.main-nav__nested li:hover {
  font-weight: 300;
  color: #8FC4C5; }
  .main-nav__nested li:active a, .main-nav__nested li:hover a {
    color: #8FC4C5;
    width: 100%; }

@media only screen and (min-width: 75em) {
  .main-nav__nested {
    top: 5.275rem; } }

.main-nav > li:hover ul.main-nav__nested,
.main-nav > li:active ul.main-nav__nested {
  padding: 0; }
  .main-nav > li:hover ul.main-nav__nested li,
  .main-nav > li:active ul.main-nav__nested li {
    padding: 0; }
    .main-nav > li:hover ul.main-nav__nested li a,
    .main-nav > li:active ul.main-nav__nested li a {
      padding: .625rem 2rem;
      display: inline-block; }
    .main-nav > li:hover ul.main-nav__nested li:first-child a,
    .main-nav > li:active ul.main-nav__nested li:first-child a {
      padding-top: 1.875rem; }
    .main-nav > li:hover ul.main-nav__nested li:last-child a,
    .main-nav > li:active ul.main-nav__nested li:last-child a {
      padding-bottom: 1.875rem; }

button.show-menu {
  font-size: 1.8rem;
  padding: 1.4rem 0 0.5rem; }
  button.show-menu:hover, button.show-menu:focus {
    outline: 0;
    box-shadow: 0; }
  button.show-menu:before {
    content: '\f0c9';
    display: inline-block;
    font-family: FontAwesome;
    width: 3rem;
    height: 3rem;
    position: relative;
    top: .3rem; }
  @media only screen and (min-width: 40em) {
    button.show-menu {
      padding: 1.4rem 0 0.5rem; } }
  @media only screen and (min-width: 48em) {
    button.show-menu {
      display: none; } }

.mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 2;
  pointer-events: none;
  display: none; }

.mobile-menu-overlay--show {
  display: block; }
  @media only screen and (min-width: 48em) {
    .mobile-menu-overlay--show {
      display: none; } }

.compose-message label,
.create__collaboration .image-select input[type=radio],
.main-nav__nested,
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.mobile-menu-wrapper button.show-menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px;
  background: transparent;
  border: none; }

.main-nav li.logged-out {
  display: none; }
  .main-nav li.logged-out.visible {
    display: block; }
  .main-nav li.logged-out a {
    color: #fff;
    font-weight: normal; }
  @media only screen and (min-width: 48em) {
    .main-nav li.logged-out {
      display: inline-block;
      padding: 1.7rem 1rem 1.7rem; }
      .main-nav li.logged-out.visible {
        display: inline-block; } }

.main-nav--desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .main-nav--desktop {
      display: block; } }

.mobile-menu-wrapper {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0; }

.main-nav--mobile {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fafafa;
  left: 0;
  margin: 0;
  padding: 20px;
  border-top: 1px solid #e8e8e8; }
  @media only screen and (min-width: 40em) {
    .main-nav--mobile {
      top: 93px; } }
  .main-nav--mobile li {
    list-style: none; }
  .main-nav--mobile li a, .main-nav--mobile span.no-click {
    font-family: "Lato",sans-serif;
    color: #6A7086;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block; }
    .main-nav--mobile li a:hover, .main-nav--mobile li a:focus, .main-nav--mobile span.no-click:hover, .main-nav--mobile span.no-click:focus {
      text-decoration: none;
      opacity: 0.8; }

.main-nav--mobile-show {
  display: block; }
  @media only screen and (min-width: 48em) {
    .main-nav--mobile-show {
      display: none; } }

.navbar-logo {
  border-color: #E3E3E3;
  border: 0;
  margin-top: 0.5rem; }

.title__callout {
  background: #FAFAFA;
  padding: 2.5rem 0 .8rem;
  border: 0; }
  .title__callout h1 {
    color: #4B7B8B;
    margin-bottom: 0; }
  .title__callout .lead {
    font-weight: normal;
    font-size: 1.2rem;
    background: transparent; }

.tbp-header {
  background-color: #fafafa;
  color: #6A7086; }
  .tbp-header h2 {
    margin-top: 0; }

ul.main-nav {
  margin-bottom: 0; }
  ul.main-nav li {
    margin-bottom: 0; }

.pricing {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 40em) {
    .pricing [class*='services-'] {
      width: 40%;
      display: inline-block;
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1100px) {
    .pricing {
      display: flex;
      justify-content: space-between; }
      .pricing [class*='services-'] {
        width: 23%;
        display: inline-block; } }
  .pricing .header {
    margin-bottom: 2rem;
    min-height: 110px; }
    .pricing .header h4 {
      font-weight: bold;
      margin-bottom: 0px;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-family: 'Lato'; }
      @media only screen and (min-width: 48em) {
        .pricing .header h4 {
          border-bottom: 1px solid #4B7B8B;
          padding-bottom: 7px;
          margin-bottom: 10px; } }
    .pricing .header p {
      font-weight: bold;
      color: #6c6975;
      font-size: 1.5rem; }
      .pricing .header p span {
        opacity: 0.9;
        font-size: 0.9rem;
        margin-left: 2px; }
    .pricing .header p.term-12m {
      margin-top: -20px; }
  @media only screen and (min-width: 40em) {
    .pricing .price-box {
      min-height: 20rem;
      border: solid #4b7b8b 2px;
      border-radius: 15px;
      padding: 2rem; } }
  @media only screen and (max-width: 47.938em) {
    .pricing .price-box {
      padding-bottom: 2rem;
      padding-top: 1rem;
      border-top: 2px solid #4b7b8b;
      border-bottom: 2px solid #4b7b8b; } }
  .pricing .price-box .footer {
    width: 11rem;
    margin: auto;
    float: none;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 2rem;
    font-weight: bold;
    color: #ffffff; }
  @media only screen and (min-width: 40em) {
    .pricing .price-box .card-section-content {
      min-height: 325px; } }
  .pricing .price-box .card-section-content ul {
    margin: 0;
    margin-left: 15px;
    text-align: left; }
    @media only screen and (min-width: 40em) {
      .pricing .price-box .card-section-content ul {
        min-height: 16rem; } }
    @media only screen and (max-width: 39.938em) {
      .pricing .price-box .card-section-content ul {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto; } }
  .pricing .price-box .card-section-content li {
    margin-bottom: 5px;
    list-style-type: none;
    color: #626262; }
    .pricing .price-box .card-section-content li:before {
      font-family: 'FontAwesome';
      content: '\f00c';
      margin: 0 5px 0 -24px;
      opacity: 0.8; }
  .pricing .services-free .footer {
    background-color: #4B7B8B; }
  .pricing .services-basic .footer {
    background-color: #4B7B8B; }
  .pricing .services-self .footer {
    background-color: #D79695; }
  .pricing .services-campaign .footer {
    background-color: #6A7086; }

.pricing-title {
  padding: 2rem 0rem; }

.tbp-header h2 {
  float: left; }

.pricing .footer {
  padding: 0; }
  .pricing .footer a, .pricing .footer span {
    display: block;
    padding: 14px;
    border-radius: 10px; }

.pricing .services-free .footer {
  background-color: transparent;
  color: #4B7B8B; }
  .pricing .services-free .footer a {
    background-color: #4B7B8B;
    color: #fff; }

.pricing .services-basic .footer {
  background-color: transparent;
  color: #4B7B8B; }
  .pricing .services-basic .footer a {
    background-color: #4B7B8B;
    color: #fff; }

.pricing .services-self .footer {
  background-color: transparent;
  color: #D79695; }
  .pricing .services-self .footer a {
    background-color: #D79695;
    color: #fff; }

.pricing .services-campaign .footer {
  background-color: transparent;
  color: #6A7086; }
  .pricing .services-campaign .footer a {
    background-color: #6A7086;
    color: #fff; }

@media only screen and (min-width: 40em) {
  .profile__body {
    margin-top: 2rem; }
  .bio__container {
    border: 1px solid #8FC4C5;
    border-radius: .3rem;
    margin: -1.5rem 0 0 35%;
    padding: 1rem;
    position: relative; }
    .bio__container .icon-pencil {
      position: absolute;
      right: 0;
      top: .6rem; } }

@media only screen and (min-width: 48em) {
  .bio__container {
    margin: -0.5rem 0 0 35%; } }

@media only screen and (min-width: 61.25em) {
  .bio__container {
    margin: -0.5rem 0 0 26%; } }

.row.header {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.row.bio {
  margin-top: 2rem;
  padding: 0 1rem;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto; }

.bio p {
  word-wrap: break-word; }

.intro {
  width: 90%;
  text-align: left; }
  .intro p {
    word-wrap: break-word; }

.stat-number h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem; }

.stat-number .fa {
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #BDBDBD; }

#audience_location_chart {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.upgrade-to-see {
  text-align: right; }

.upgrade-to-see__link {
  color: #6a6f86;
  font-weight: bold; }
  @media only screen and (max-width: 47.938em) {
    .upgrade-to-see__link {
      font-size: 0.9rem;
      margin-bottom: 10px;
      display: block;
      float: left; } }
  .upgrade-to-see__link:hover, .upgrade-to-see__link:focus {
    color: #6a6f86;
    opacity: 0.8;
    text-decoration: none; }

.upgrade-to-see__icon {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 9px; }

.upgrade-to-see {
  margin-top: 5px; }

@media only screen and (min-width: 48em) {
  .upgrade-to-see--smaller .upgrade-to-see__link {
    font-size: 0.8rem; } }

@media only screen and (min-width: 48em) {
  .upgrade-to-see--smaller .upgrade-to-see__icon {
    font-size: 1rem; } }

.gender-summary {
  font-size: 260px;
  color: #8D8D8D;
  margin-top: 1rem;
  vertical-align: top;
  line-height: 260px; }

.interests {
  color: #8D8D8D; }
  .interests i {
    margin-right: 1.5rem; }

.grey-box {
  box-shadow: 0 0.1rem 0.3125rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  background-color: #F7F8F8;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: inline-block;
  width: 100%; }
  .grey-box h4 {
    padding-bottom: 2rem; }
  .grey-box h4.no-bottom {
    padding-bottom: 0rem;
    padding-top: 2rem; }
  .grey-box h3 {
    margin-top: 0; }

.response-wrapper {
  margin-top: 20px;
  margin-bottom: 20px; }
  .response-wrapper p {
    text-align: center;
    margin: 0; }

.main-proposals-wrapper, .response-wrapper, .agree-proposal-wrapper {
  margin-top: 20px; }

.proposals-login-form-wrapper .table > tbody > tr > td, .proposals-login-form-wrapper .table > tbody > tr > th, .proposals-login-form-wrapper .table > tfoot > tr > td, .proposals-login-form-wrapper .table > tfoot > tr > th, .proposals-login-form-wrapper .table > thead > tr > td, .proposals-login-form-wrapper .table > thead > tr > th {
  border-top: none; }

.proposals-login-form-wrapper table tbody, .proposals-login-form-wrapper table tfoot, .proposals-login-form-wrapper table thead {
  border: none; }

.proposals-login-form-wrapper table tbody tr:nth-child(even) {
  background-color: white; }

.btn-login-proposals {
  background-color: #4B7B8B;
  color: white;
  border-radius: .5rem;
  border: none;
  font-size: 1rem;
  padding: 10px 25px; }
  .btn-login-proposals:hover, .btn-login-proposals:focus {
    color: white;
    background-color: #467281; }

.two-point-slider {
  position: relative;
  border-bottom: 3px solid #d7d7d7;
  border-radius: 10px;
  margin: 20px 0 50px; }
  .two-point-slider .handle {
    position: absolute;
    top: -9px;
    width: 20px;
    height: 20px;
    border-radius: 100%; }
    .two-point-slider .handle.min {
      left: 0;
      z-index: 3;
      background: #8FC4C5; }
      .two-point-slider .handle.min label {
        right: 0; }
      @media only screen and (min-width: 48em) {
        .two-point-slider .handle.min {
          background: #fff; } }
    .two-point-slider .handle.max {
      right: 0;
      z-index: 2;
      background: #4B7B8B; }
      .two-point-slider .handle.max label {
        left: 0; }
    .two-point-slider .handle.ghost {
      opacity: 0; }
    .two-point-slider .handle label {
      position: absolute !important;
      top: 20px;
      width: 110px; }
  .two-point-slider .handle--ghost {
    position: absolute;
    z-index: 1;
    top: -9px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    opacity: 0;
    background: #000; }
    .two-point-slider .handle--ghost.min {
      background: #8FC4C5; }
      @media only screen and (min-width: 48em) {
        .two-point-slider .handle--ghost.min {
          background: #fff; } }
    .two-point-slider .handle--ghost.max {
      background: #4B7B8B; }
    .two-point-slider .handle--ghost.visible {
      opacity: .25; }

.segment-labels label.current {
  color: #fff; }

.filter-item input[type="range"] {
  -webkit-appearance: none; }
  .filter-item input[type="range"].a {
    background: #8FC4C5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8FC4C5 0%, #8FC4C5 80%, #626262 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8FC4C5 0%, #8FC4C5 80%, #626262 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8FC4C5 0%, #8FC4C5 80%, #626262 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .filter-item input[type="range"].b {
    background: #8FC4C5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8FC4C5 0%, #8FC4C5 60%, #626262 60%, #626262 80%, #8FC4C5 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8FC4C5 0%, #8FC4C5 60%, #626262 60%, #626262 80%, #8FC4C5 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8FC4C5 0%, #8FC4C5 60%, #626262 60%, #626262 80%, #8FC4C5 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .filter-item input[type="range"].c {
    background: #8FC4C5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8FC4C5 0%, #8FC4C5 40%, #626262 40%, #626262 60%, #8FC4C5 60%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8FC4C5 0%, #8FC4C5 40%, #626262 40%, #626262 60%, #8FC4C5 60%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8FC4C5 0%, #8FC4C5 40%, #626262 40%, #626262 60%, #8FC4C5 60%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .filter-item input[type="range"].d {
    background: #8FC4C5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8FC4C5 0%, #8FC4C5 20%, #626262 20%, #626262 40%, #8FC4C5 40%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8FC4C5 0%, #8FC4C5 20%, #626262 20%, #626262 40%, #8FC4C5 40%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8FC4C5 0%, #8FC4C5 20%, #626262 20%, #626262 40%, #8FC4C5 40%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .filter-item input[type="range"].d {
    background: #8FC4C5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8FC4C5 0%, #8FC4C5 20%, #626262 20%, #626262 40%, #8FC4C5 40%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8FC4C5 0%, #8FC4C5 20%, #626262 20%, #626262 40%, #8FC4C5 40%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8FC4C5 0%, #8FC4C5 20%, #626262 20%, #626262 40%, #8FC4C5 40%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .filter-item input[type="range"].e {
    background: #8FC4C5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #626262 0%, #626262 20%, #8FC4C5 20%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #626262 0%, #626262 20%, #8FC4C5 20%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #626262 0%, #626262 20%, #8FC4C5 20%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media only screen and (min-width: 40em) {
  .shortlist__form-body form {
    width: 90%;
    margin: auto;
    max-width: 900px; } }

.short-list {
  background: transparent;
  padding-top: 1rem; }
  .short-list .container:hover .discover-panel-frame:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(106, 111, 134, 0.7); }
  @media only screen and (min-width: 40em) {
    .short-list .container {
      padding-bottom: 2rem;
      width: 32%;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .short-list .container:hover .button.btn-red {
        max-width: 8rem;
        padding: 1rem;
        background: #D79695; }
      .short-list .container .button.btn-red {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50%;
        background: transparent;
        padding: 0;
        max-width: 0;
        overflow: hidden;
        transition: max-width .2s; }
      .short-list .container .discover-panel {
        width: 100%; } }
  @media only screen and (min-width: 64em) {
    .short-list .container {
      width: 24%; } }

.shortlist__detail {
  padding: 1rem .625rem .5rem;
  max-width: 76.25rem;
  margin: auto; }
  .shortlist__detail form {
    display: inline-block; }
  @media only screen and (min-width: 48em) {
    .shortlist__detail button,
    .shortlist__detail .button {
      margin: 0 0 0 1rem; } }

html .discover-panel-accounts [class^="icon-"] {
  font-size: 1.5rem;
  line-height: .7; }

html .discover-panel-accounts .icon-facebook {
  color: #3b5998; }

html .discover-panel-accounts .icon-twitter {
  color: #1DA1F2; }

html .discover-panel-accounts .icon-instagram {
  color: #9B36B7; }

html .discover-panel-accounts .icon-youtube {
  color: #FF0000; }

@media only screen and (min-width: 48em) {
  body .socialaccount_ballot > .row {
    display: inline-block;
    width: 49%;
    margin: 0; }
    body .socialaccount_ballot > .row .row {
      width: 100%;
      margin: 0; }
  body .socialaccount_ballot .socialaccount_provider {
    margin-bottom: 0;
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.5em; }
    body .socialaccount_ballot .socialaccount_provider:before {
      left: 0;
      top: 8px; } }

.profile__social-stats .filter .progress_bars .bars_list li .label {
  background: transparent;
  font-size: 1.5rem;
  font-weight: 500;
  top: -0.5rem;
  color: #d7d7d7;
  padding-right: 0; }

.profile__social-stats .filter .progress_bars .bars_list li:after,
.profile__social-stats .filter .progress_bars .bars_list li:before {
  height: 3px;
  background-color: #dedede; }

.profile__social-stats .filter .progress_bars .bars_list li .label-title {
  font-size: 0.9rem;
  font-weight: 700; }

.special-selection {
  margin-bottom: 20px; }
  .special-selection select {
    background-image: none; }

.special-selection-selected span {
  font-size: 0.9rem;
  background: #fff;
  border-radius: .25rem;
  position: relative;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 0px 7px 3px 15px;
  display: inline-block; }
  .special-selection-selected span:after {
    display: block;
    position: absolute;
    left: 5px;
    content: 'x';
    top: -1px;
    font-size: 0.7rem; }

.tab-controls {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem; }
  .tab-controls button {
    width: 14rem;
    color: #4B7B8B;
    font-weight: normal;
    padding: 1rem;
    display: inline-block;
    width: 50%;
    float: left; }
    @media only screen and (max-width: 39.938em) {
      .tab-controls button {
        font-size: 0.9rem; } }
    .tab-controls button:hover {
      border-bottom: 3px solid rgba(75, 123, 139, 0.2); }
    .tab-controls button.active {
      border-bottom: 3px solid #4B7B8B; }
    .tab-controls button:focus {
      outline: 0; }

.tabs > div {
  display: none; }
  .tabs > div.active {
    display: block; }

.tabs {
  border-bottom: 0px solid #e6e6e6; }

.qtip-default {
  border: 1px solid rgba(106, 112, 134, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #6c6975;
  padding: .3rem .3rem .6rem;
  font-size: 0.9rem;
  line-height: 1.3; }

.useful-tips-show {
  cursor: pointer;
  font-weight: normal; }
  @media only screen and (min-width: 40em) {
    .useful-tips-show {
      text-align: right;
      position: relative;
      bottom: 2.4rem;
      margin-bottom: -1.4rem; } }

.useful-tips > div {
  background: #FAFAFA;
  border: 1px solid rgba(106, 112, 134, 0.2);
  border-radius: .3rem;
  margin: 0 1rem;
  padding: 0.8rem 1rem 1.2rem; }

.useful-tips h4 {
  position: relative; }

.useful-tips .close {
  position: absolute;
  right: 0; }

.select2-container .select2-selection--single {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto !important;
  border: 1px solid #dfe0e4 !important;
  background: #fafafa !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c6975 !important;
  font-size: 0.875rem !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important; }

.select2 {
  width: 100% !important; }

/* gender choice box and age input boxes top grey nav */
div.gender-age .caption-source {
  height: 1.95rem; }

/* age input boxes top grey nav */
div.gender-age .controls input {
  padding: 0.5rem 1rem; }

/* height fix for location select box top grey nav */
/* this might possibly break same select boxes in other places */
div.special-selection select {
  height: 50vh !important; }

/* bottom left of page pagination area */
li.pagination-previous > a, li.pagination-next > a {
  float: none; }

/* tick box on right hand grey topnav */
#has_collabs {
  margin-left: 0 !important; }

/* wrapper for both tick box and label */
/* label for tickbox, aligned to tick now */
.filter-item.last label.h6 {
  margin-top: 0 !important; }

/* icon colours */
.fa-instagram {
  color: #bc2a8d; }

.fa-twitter {
  color: #0084b4; }

.fa-youtube {
  color: #c4302b; }

.fa-facebook, .fa-facebook-square {
  color: #365899; }

/* fix for age chice in search form */
/* fix for title in last "create opportunities" page */
.profile h1.title {
  line-height: 1.4; }

/* to make sure it only happens in wide screens and not in phones */
@media only screen and (min-width: 48em) {
  /* fixed max-width of influencer cards once it goes to bigger screens */
  .card.grey-box {
    max-width: 305px; }
  /* login bxo height patch so it doesn't use scrollbars */
  #loginModal {
    height: 715px !important;
    max-height: 90% !important;
    max-width: 95% !important;
    width: 600px !important;
    overflow: auto !important; }
  /* reduction of space top/bottom of title to allow for bigger google login button */
  #loginModal .modal--title {
    padding: 1.25rem 1.4rem; }
  /* changing google button to align left to force next line push */ }

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