@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(<%= asset_path 'glyphicons-halflings-regular.eot' %>);
  src: url(<%= asset_path 'glyphicons-halflings-regular.eot?#iefix' %>) format('embedded-opentype'), url(<%= asset_path 'glyphicons-halflings-regular.woff' %>) format('woff'), url(<%= asset_path 'glyphicons-halflings-regular.ttf' %>) format('truetype'), url(<%= asset_path '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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
/* ------------------------
01 General Site Elements
02 Forms
03 Typography
04 Header Elements
05 Footer Elements
06 Unique Sections
07 Sitewide UI Elements
08 Unique Pages
------------------------ */
/* ------------------------
01 General Site Elements 
------------------------ */
body,
html {
  height: 100%;
}
body {
  position: relative;
  padding-top: 51px;
}
@media (min-width: 720px) {
  body {
    padding-top: 69px;
  }
}
.container {
  width: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (min-width: 1022px) {
  .container {
    width: 1022px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.orange {
  color: #FD7200 !important;
}
.blue {
  color: #26a2fb !important;
}
video {
  width: 100% !important;
  height: auto !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container.large-video {
  padding-bottom: 76.25%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vert-content {
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.vert-content-inner {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
/* ------------------------
02 Forms
------------------------ */
.loading,
.loading-block {
  background-image: url(<%= asset_path 'loading.gif' %>);
  background-repeat: no-repeat;
  background-position: 96% 18px;
}
.loading-block {
  min-height: 25em;
  background-position: center center;
}
/* ------------------------
03 Typography
------------------------ */
a {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.23, 0.32, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.34, 0.23, 0.32, 0.94);
  transition: all 0.3s cubic-bezier(0.34, 0.23, 0.32, 0.94);
}
.alignCenter h1,
.alignCenter h2,
.alignCenter h3,
.alignCenter h4,
.alignCenter h5,
.alignCenter h6,
.alignCenter p {
  text-align: center;
}
h1.alignCenter,
h2.alignCenter,
h3.alignCenter,
h4.alignCenter,
h5.alignCenter,
h6.alignCenter,
p.alignCenter,
small.alignCenter {
  text-align: center;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
p.orange,
small.orange,
h1.orange a,
h2.orange a,
h3.orange a,
h4.orange a,
h5.orange a,
h6.orange a,
p.orange a,
small.orange a {
  color: #FD7200 !important;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
p.blue,
small.blue,
h1.blue a,
h2.blue a,
h3.blue a,
h4.blue a,
h5.blue a,
h6.blue a,
p.blue a,
small.blue a {
  color: #26a2fb !important;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
p.green,
small.green,
h1.green a,
h2.green a,
h3.green a,
h4.green a,
h5.green a,
h6.green a,
p.green a,
small.green a {
  color: #43AC44 !important;
}
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple,
p.purple,
small.purple,
h1.purple a,
h2.purple a,
h3.purple a,
h4.purple a,
h5.purple a,
h6.purple a,
p.purple a,
small.purple a {
  color: #7A43B6 !important;
}
h1,
h2,
h3 {
  line-height: 1.1;
  font-weight: 300;
  color: #231F20;
  word-wrap: break-word;
}
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 {
  font-size: 26px;
}
@media (min-width: 940px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 22px;
}
@media (min-width: 940px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 17px;
}
@media (min-width: 940px) {
  h3 {
    font-size: 24px;
    font-weight: 300;
  }
}
h4 {
  font-size: 15px;
}
@media (min-width: 940px) {
  h4 {
    font-size: 19px;
  }
}
h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #FD7200;
}
@media (min-width: 940px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
p {
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 940px) {
  p {
    font-size: 16x;
  }
}
p.large {
  font-size: 18px;
  color: #818485;
}
p.featured-logos {
  margin: 0;
  text-align: center;
}
p.featured-logos img {
  padding: 10px;
}
ul.no-bullets {
  list-style: none;
  padding: 0;
  font-size: 1.25em;
}
ul.steps {
  text-align: center;
  list-style: none;
  margin: 1em 0;
  padding: 0;
  height: 60px;
  position: relative;
}
ul.steps:before,
ul.steps:after {
  content: " ";
  display: table;
}
ul.steps:after {
  clear: both;
}
ul.steps:before,
ul.steps:after {
  content: " ";
  display: table;
}
ul.steps:after {
  clear: both;
}
ul.steps li {
  height: 4px;
  width: 30%;
  margin: 6px 2px;
  padding: 0;
  display: inline-block;
  text-align: center;
  background: #ddd;
}
ul.steps li:first-child {
  text-align: left;
}
ul.steps li:last-child {
  text-align: right;
}
ul.steps span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  border: 4px solid #ddd;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #818485;
  background: #fff;
  margin: -22px auto 0;
}
ul.steps span.step-label {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 32px;
  left: 0;
  float: none !important;
}
ul.steps li:first-child span {
  float: left;
}
ul.steps li:first-child span.step-label {
  text-align: left;
}
ul.steps li:last-child span {
  float: right;
}
ul.steps li:last-child span.step-label {
  text-align: right;
  left: auto !important;
  right: 0;
}
ul.steps .active {
  background: #FD7200;
}
ul.steps .active span {
  border-color: #FD7200;
  color: #FD7200;
}
ul.steps .active span.step-label {
  display: block;
  text-align: center;
}
ul.step-list {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
ul.step-list li {
  padding-top: 50px;
  position: relative;
  margin-bottom: 1.65em;
  line-height: 1.5 !important;
}
ul.step-list li .step {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  border: 4px solid #FD7200;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #FD7200;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 720px) {
  ul.step-list li {
    padding-left: 65px;
    padding-top: 0;
  }
}
ul.steps-full {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.social {
  text-align: center;
  margin: 0 0 25px;
  list-style: none;
  padding: 0;
}
.social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social a:hover {
  opacity: 1;
}
.social .facebook {
  width: 11px;
  background-image: url(<%= asset_path 'social-facebook.svg' %>);
}
.social .twitter {
  width: 24px;
  background-image: url(<%= asset_path 'social-twitter.svg' %>);
}
.social .googleplus {
  width: 21px;
  background-image: url(<%= asset_path 'social-googleplus.svg' %>);
}
.social .linkedin {
  width: 23px;
  background-image: url(<%= asset_path 'social-linkedin.svg' %>);
}
.social .youtube {
  width: 22px;
  background-image: url(<%= asset_path 'social-youtube.svg' %>);
}
.social .crunchbase {
  width: 97px;
  background-image: url(<%= asset_path 'crunchbase-logo.png' %>);
}
.social .angellist {
  width: 86px;
  background-image: url(<%= asset_path 'angellist-logo.png' %>);
  position: relative;
  top: 1px;
}
blockquote {
  font-size: 1.125em;
}
blockquote small {
  margin-top: 1em;
}
ul.feature-list {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.feature-list:before,
ul.feature-list:after {
  content: " ";
  display: table;
}
ul.feature-list:after {
  clear: both;
}
ul.feature-list:before,
ul.feature-list:after {
  content: " ";
  display: table;
}
ul.feature-list:after {
  clear: both;
}
ul.feature-list li {
  padding-left: 33px;
  margin-bottom: 1.25em;
  line-height: 1.5 !important;
  background: url(<%= asset_path 'checkmark-large.png' %>) no-repeat 0 4px;
  background-size: 20px;
}
ul.feature-list li strong {
  font-size: 1.250em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 720px) {
  ul.feature-list li {
    width: 45%;
    float: left;
  }
}
@media (min-width: 720px) {
  ul.feature-list li {
    width: 29%;
  }
}
ul.ranking {
  list-style: none;
  margin: -18px 0 0;
  padding: 0;
  width: 100%;
}
ul.ranking li {
  padding: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
ul.ranking li:before,
ul.ranking li:after {
  content: " ";
  display: table;
}
ul.ranking li:after {
  clear: both;
}
ul.ranking li:before,
ul.ranking li:after {
  content: " ";
  display: table;
}
ul.ranking li:after {
  clear: both;
}
ul.ranking li a {
  display: block;
  color: #333;
  text-decoration: none;
}
ul.ranking li:before {
  display: inline-block;
  float: left;
  color: #ccc;
  font-size: 13px;
  line-height: 2.7;
  font-weight: bold;
}
ul.ranking li.rank-1:before {
  content: "01";
}
ul.ranking li.rank-2:before {
  content: "02";
}
ul.ranking li.rank-3:before {
  content: "03";
}
ul.ranking li.rank-4:before {
  content: "04";
}
ul.ranking li.rank-5:before {
  content: "05";
}
ul.ranking li .app-icon,
ul.ranking li .app-name {
  float: left;
}
ul.ranking li .app-icon {
  margin-left: 20px;
  margin-right: 12px;
}
ul.ranking li .app-name {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 300;
  white-space: nowrap;
  width: 300%;
  position: absolute;
}
ul.ranking li .app-score-icon {
  position: absolute;
  right: 15px;
}
ul.ranking li .app-score-icon:before,
ul.ranking li .app-score-icon:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
ul.ranking li .app-score-icon:before {
  content: "";
  width: 40px;
  left: -40px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
ul.ranking li .app-score-icon:after {
  content: "";
  background-color: #fff;
  width: 15px;
  right: -15px;
}
ul.ranking li:hover {
  background-color: #eee;
}
ul.ranking li:hover .app-score-icon:before {
  background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background-image: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#ffeeeeee', GradientType=1);
}
ul.ranking li:hover .app-score-icon:after {
  background-color: #eee;
}
@media (min-width: 940px) {
  ul.ranking li {
    padding: 25px 15px;
  }
  ul.ranking li .app-name {
    font-size: 20px;
    line-height: 1.65;
  }
}
ul.store-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.store-list li {
  margin: 1.5em 5%;
  display: inline-block;
}
ul.side-nav {
  list-style: none;
  margin: 10px -1px 15px 0;
  padding: 0;
  font-size: 16px;
}
ul.side-nav li {
  display: block;
  margin: 0;
}
ul.side-nav a {
  display: block;
  padding: 0 20px;
  font-size: 1em;
  line-height: 38px;
  text-transform: uppercase;
  color: #222;
  opacity: .5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.side-nav a:hover,
ul.side-nav a.current,
ul.side-nav a.current:hover {
  opacity: 1;
}
ul.side-nav a.current {
  background-color: #26a2fb;
  color: #fff;
}
.btn-circle {
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 4.5px;
  position: relative;
  font-size: 1.125em;
  border-radius: 50%;
  border: 1px solid #979797;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  border-color: #818485;
  color: #818485;
}
.btn-circle svg {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0) scale(0.6);
  transform: translate3d(50%, -50%, 0) scale(0.6);
}
.btn-circle:hover {
  border-color: #000;
}
@media (min-width: 940px) {
  .btn-circle {
    width: 52px;
    height: 52px;
    font-size: 1.25em;
    line-height: 52px;
  }
}
.btn-circle-add:hover {
  border-color: #26a2fb;
  color: #26a2fb;
}
.btn-circle-edit:hover {
  border-color: #43AC44;
  color: #43AC44;
}
.btn-circle-edit.active {
  border-color: #43AC44;
  color: #43AC44;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.btn-circle-edit.active i {
  position: relative;
  top: 1px;
  right: -1px;
}
.btn-circle-download,
.btn-circle-favorite {
  font-family: 'wiki_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
}
.btn-circle-download:before,
.btn-circle-favorite:before {
  position: absolute;
  top: 29%;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.btn-circle-download:after,
.btn-circle-favorite:after {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 9px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-family: "Avenir";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-circle-download {
  color: #43AC44;
}
.btn-circle-download:before {
  content: "\e604";
}
.btn-circle-download:after {
  content: "Download";
  left: -3px;
}
.btn-circle-download:hover {
  border-color: #43AC44;
  color: #43AC44;
}
.btn-circle-download:hover:after {
  color: #43AC44;
}
.btn-circle-download.active {
  color: #fff;
  background-color: #43AC44;
  border-color: #43AC44;
}
.btn-circle-favorite {
  color: #FB265F;
}
.btn-circle-favorite:after {
  content: "Favorite";
}
.btn-circle-favorite:before {
  content: "\e608";
  left: 2px;
}
.btn-circle-favorite:hover {
  border-color: #FB265F;
  color: #FB265F;
}
.btn-circle-favorite:hover:after {
  color: #FB265F;
}
.btn-circle-favorite.active {
  color: #fff;
  background-color: #FB265F;
  border-color: #FB265F;
}
.btn-circle-group form {
  margin: 0;
}
.btn-circle-group .btn-circle,
.btn-circle-group div {
  display: inline-block;
  margin: 0 2.5px;
}
.btn-circle-group .btn-circle:first-child,
.btn-circle-group div:first-child {
  margin-left: 0;
}
.btn-circle-group .btn-circle:last-child,
.btn-circle-group div:last-child {
  margin-right: 0;
}
.logged-in .btn-circle {
  background-color: #fff;
}
.logged-in .btn-circle-add {
  color: #26a2fb;
}
a.btn-primary,
a.btn-success,
a.btn-default.btn-large button.btn-primary,
button.btn-success,
button.btn-default.btn-large {
  padding: 0 24px;
  margin: 0 0 .875em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  font-size: 1.125em;
  line-height: 53px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 700;
}
a.btn-reverse {
  background: #fff;
}
a.btn-reverse.btn-primary {
  border: 1px solid #26a2fb;
  color: #26a2fb;
}
a.btn-reverse.btn-primary:hover {
  background: #26a2fb;
  color: #fff;
}
.btn-primary {
  font-size: 1em;
  line-height: 1;
  display: block;
  padding: .75em 2em;
}
@media (min-width: 480px) {
  .btn-primary {
    display: inline-block;
  }
}
@media (min-width: 940px) {
  .btn-primary {
    padding: .75em 2.5em;
  }
}
.btn-fill,
.btn-simple {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
  letter-spacing: .07em;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  border: none;
  outline: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill {
  color: #fff;
  background: #ddd;
}
.btn-fill-block {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  background-color: #eee;
}
.btn-fill-block:hover {
  background-color: #ddd;
  color: #999;
}
.btn-fill-save {
  color: #fff;
  background-color: #43AC44;
  border-color: #3c9a3d;
  background-image: -webkit-linear-gradient(top, #43AC44 0%, #3c9a3d 100%);
  background-image: -o-linear-gradient(top, #43AC44 0%, #3c9a3d 100%);
  background-image: linear-gradient(to bottom, #43AC44 0%, #3c9a3d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff43ac44', endColorstr='#ff3c9a3d', GradientType=0);
}
.btn-fill-save:hover,
.btn-fill-save:focus,
.btn-fill-save.focus,
.btn-fill-save:active,
.btn-fill-save.active,
.open > .dropdown-toggle.btn-fill-save {
  color: #fff;
  background-color: #358735;
  border-color: #2b6e2b;
}
.btn-fill-save:active,
.btn-fill-save.active,
.open > .dropdown-toggle.btn-fill-save {
  background-image: none;
}
.btn-fill-save.disabled,
.btn-fill-save[disabled],
fieldset[disabled] .btn-fill-save,
.btn-fill-save.disabled:hover,
.btn-fill-save[disabled]:hover,
fieldset[disabled] .btn-fill-save:hover,
.btn-fill-save.disabled:focus,
.btn-fill-save[disabled]:focus,
fieldset[disabled] .btn-fill-save:focus,
.btn-fill-save.disabled.focus,
.btn-fill-save[disabled].focus,
fieldset[disabled] .btn-fill-save.focus,
.btn-fill-save.disabled:active,
.btn-fill-save[disabled]:active,
fieldset[disabled] .btn-fill-save:active,
.btn-fill-save.disabled.active,
.btn-fill-save[disabled].active,
fieldset[disabled] .btn-fill-save.active {
  background-color: #43AC44;
  border-color: #3c9a3d;
}
.btn-fill-save .badge {
  color: #43AC44;
  background-color: #fff;
}
.btn-fill-orange {
  color: #fff;
  background-color: #FD7200;
  border-color: #e46700;
  background-image: -webkit-linear-gradient(top, #FD7200 0%, #e46700 100%);
  background-image: -o-linear-gradient(top, #FD7200 0%, #e46700 100%);
  background-image: linear-gradient(to bottom, #FD7200 0%, #e46700 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffd7200', endColorstr='#ffe46700', GradientType=0);
}
.btn-fill-orange:hover,
.btn-fill-orange:focus,
.btn-fill-orange.focus,
.btn-fill-orange:active,
.btn-fill-orange.active,
.open > .dropdown-toggle.btn-fill-orange {
  color: #fff;
  background-color: #ca5b00;
  border-color: #a64b00;
}
.btn-fill-orange:active,
.btn-fill-orange.active,
.open > .dropdown-toggle.btn-fill-orange {
  background-image: none;
}
.btn-fill-orange.disabled,
.btn-fill-orange[disabled],
fieldset[disabled] .btn-fill-orange,
.btn-fill-orange.disabled:hover,
.btn-fill-orange[disabled]:hover,
fieldset[disabled] .btn-fill-orange:hover,
.btn-fill-orange.disabled:focus,
.btn-fill-orange[disabled]:focus,
fieldset[disabled] .btn-fill-orange:focus,
.btn-fill-orange.disabled.focus,
.btn-fill-orange[disabled].focus,
fieldset[disabled] .btn-fill-orange.focus,
.btn-fill-orange.disabled:active,
.btn-fill-orange[disabled]:active,
fieldset[disabled] .btn-fill-orange:active,
.btn-fill-orange.disabled.active,
.btn-fill-orange[disabled].active,
fieldset[disabled] .btn-fill-orange.active {
  background-color: #FD7200;
  border-color: #e46700;
}
.btn-fill-orange .badge {
  color: #FD7200;
  background-color: #fff;
}
.btn-fill-favorite {
  color: #fff;
  background-color: #FB265F;
  border-color: #FB265F;
  background-image: -webkit-linear-gradient(top, #FB265F 0%, #fb0d4d 100%);
  background-image: -o-linear-gradient(top, #FB265F 0%, #fb0d4d 100%);
  background-image: linear-gradient(to bottom, #FB265F 0%, #fb0d4d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb265f', endColorstr='#fffb0d4d', GradientType=0);
}
.btn-fill-favorite:hover,
.btn-fill-favorite:focus,
.btn-fill-favorite.focus,
.btn-fill-favorite:active,
.btn-fill-favorite.active,
.open > .dropdown-toggle.btn-fill-favorite {
  color: #fff;
  background-color: #ea0442;
  border-color: #e0043f;
}
.btn-fill-favorite:active,
.btn-fill-favorite.active,
.open > .dropdown-toggle.btn-fill-favorite {
  background-image: none;
}
.btn-fill-favorite.disabled,
.btn-fill-favorite[disabled],
fieldset[disabled] .btn-fill-favorite,
.btn-fill-favorite.disabled:hover,
.btn-fill-favorite[disabled]:hover,
fieldset[disabled] .btn-fill-favorite:hover,
.btn-fill-favorite.disabled:focus,
.btn-fill-favorite[disabled]:focus,
fieldset[disabled] .btn-fill-favorite:focus,
.btn-fill-favorite.disabled.focus,
.btn-fill-favorite[disabled].focus,
fieldset[disabled] .btn-fill-favorite.focus,
.btn-fill-favorite.disabled:active,
.btn-fill-favorite[disabled]:active,
fieldset[disabled] .btn-fill-favorite:active,
.btn-fill-favorite.disabled.active,
.btn-fill-favorite[disabled].active,
fieldset[disabled] .btn-fill-favorite.active {
  background-color: #FB265F;
  border-color: #FB265F;
}
.btn-fill-favorite .badge {
  color: #FB265F;
  background-color: #fff;
}
.btn-simple {
  font-size: 14px;
  line-height: 1;
  color: #818485;
  border: 1px solid #ccc;
  background-color: #fff;
}
.btn-simple-edit:hover {
  color: #43AC44;
  border-color: #43AC44;
}
.btn-simple-share:hover {
  color: #26a2fb;
  border-color: #26a2fb;
}
.btn-simple-delete:hover,
.btn-simple-change {
  color: #d52335;
  border-color: #d52335;
}
.btn-simple-change:hover {
  color: #a91c2a;
  border-color: #a91c2a;
}
.btn-simple-cancel:hover {
  color: #000;
  border-color: #000;
}
.user-profile-link {
  height: 32px;
  font-size: 16px;
  color: #818485;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
}
.user-profile-link .user-profile-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #818485;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.user-profile-link .user-profile-image img {
  width: 102%;
  height: auto;
  max-width: none;
  display: block;
}
.user-profile-link:hover {
  color: #000;
}
.user-profile-link:hover .user-profile-image {
  border-color: #000;
}
.close-btn,
.collapse-close {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 37%;
  background: url(<%= asset_path 'btn-close.svg' %>) no-repeat 0 0;
  background-size: contain !important;
  opacity: 40;
  filter: alpha(opacity=4000);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.close-btn:hover,
.collapse-close:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.btn-circle-vote label {
  width: 38px;
  height: 42px;
  display: block;
  position: relative;
  border-radius: 50%;
  margin-bottom: 2px;
}
@media (min-width: 720px) {
  .btn-circle-vote label {
    width: 48px;
    height: 52px;
  }
}
.btn-circle-vote {
  clear: both;
  position: relative;
  top: -16px;
}
@media (min-width: 720px) {
  .btn-circle-vote {
    top: 0;
  }
}
.btn-circle-vote .vote-count {
  width: 100%;
  margin: 7px 0 0;
  clear: both;
  position: absolute;
  top: 88%;
  left: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #818485;
  text-align: center;
}
/* hide input */
.btn-circle-vote input {
  /* style label */
  /* toggle hover */
  /* toggle on */
  /* radio focus */
}
.btn-circle-vote input:empty {
  visibility: hidden;
  position: absolute;
}
.btn-circle-vote input:empty ~ label {
  position: relative;
  float: left;
  font-size: 100%;
  font-family: 'wiki_icons';
  line-height: 42px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 720px) {
  .btn-circle-vote input:empty ~ label {
    height: 50px;
    line-height: 49px;
  }
}
.btn-circle-vote input:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #979797;
}
@media (min-width: 720px) {
  .btn-circle-vote input:empty ~ label:before {
    width: 50px;
  }
}
.btn-circle-vote input:hover:not(:checked) ~ label:before {
  color: #666;
  border-color: #666;
}
.btn-circle-vote input:hover:not(:checked) ~ label {
  color: #888;
}
.btn-circle-vote input:checked ~ label:before {
  color: #979797;
  background-color: #979797;
  border: 1px solid #979797;
}
.btn-circle-vote input:checked ~ label {
  color: #979797;
}
.btn-circle-vote input.btn-circle-up:empty ~ label:before {
  content: '\e603';
}
.btn-circle-vote input.btn-circle-down:empty ~ label:before {
  content: '\e604';
}
.btn-circle-vote input.btn-circle-fav:empty ~ label:before {
  content: '\e608';
}
.logged-in .btn-circle-vote input.btn-circle-up:empty ~ label:before {
  color: #43AC44;
}
.logged-in .btn-circle-vote input.btn-circle-up:hover:not(:checked) ~ label:before {
  border-color: #43AC44;
}
.logged-in .btn-circle-vote input.btn-circle-up:checked ~ label:before {
  color: #fff;
  background-color: #43AC44;
  border-color: #43AC44;
}
.logged-in .btn-circle-vote input.btn-circle-down:empty ~ label:before {
  color: #979797;
}
.logged-in .btn-circle-vote input.btn-circle-down:hover:not(:checked) ~ label:before {
  border-color: #d52335;
}
.logged-in .btn-circle-vote input.btn-circle-down:checked ~ label:before {
  color: #fff;
  background-color: #d52335;
  border-color: #d52335;
}
.logged-in .btn-circle-vote input.btn-circle-fav:empty ~ label:before {
  color: #FB265F;
}
.logged-in .btn-circle-vote input.btn-circle-fav:hover:not(:checked) ~ label:before {
  border-color: #FB265F;
}
.logged-in .btn-circle-vote input.btn-circle-fav:checked ~ label:before {
  color: #fff;
  background-color: #FB265F;
  border-color: #FB265F;
}
.favorited .btn-circle-fav-label {
  pointer-events: none;
}
/* Tables */
.module-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.module-table > thead > tr > th,
.module-table > tbody > tr > th,
.module-table > tfoot > tr > th,
.module-table > thead > tr > td,
.module-table > tbody > tr > td,
.module-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.module-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.module-table > caption + thead > tr:first-child > th,
.module-table > colgroup + thead > tr:first-child > th,
.module-table > thead:first-child > tr:first-child > th,
.module-table > caption + thead > tr:first-child > td,
.module-table > colgroup + thead > tr:first-child > td,
.module-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.module-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.module-table .table {
  background-color: #fff;
}
.module-table > thead > tr > th,
.module-table > tbody > tr > th,
.module-table > tfoot > tr > th,
.module-table > thead > tr > td,
.module-table > tbody > tr > td,
.module-table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.module-table > thead > tr > th,
.module-table > thead > tr > td {
  border-bottom-width: 2px;
}
.module-table h1,
.module-table h2,
.module-table h3,
.module-table h4,
.module-table h5,
.module-table h6,
.module-table p {
  margin: 0 !important;
  padding: 0 !important;
}
.module-table h3 {
  font-size: 1.25em;
  line-height: 16px;
  color: #FD7200;
  text-transform: none;
}
.module-table td,
.module-table th {
  vertical-align: middle !important;
  padding: 15px !important;
}
.module-table th {
  font-size: 14px;
  line-height: 16px;
  background: #f7f7f7;
  text-transform: uppercase;
  color: #818485;
  font-weight: 700;
}
.module-table th input[type="checkbox"] {
  position: relative;
  top: -2px;
}
.module-table td {
  font-size: 16px;
}
.module-table td small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #818485;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0 0;
}
.module-table .number {
  width: 7%;
  text-align: center;
}
.module-table td.number {
  font-size: 24px;
  text-transform: uppercase;
  color: #999;
}
.module-table .app-icon {
  margin: 0 10px 0 0;
}
.module-table .notification {
  margin: 0 0 0 1em;
}
.module-table .large {
  font-size: 1.25em;
  font-weight: 300;
}
.module-table .tooltip {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.module-table .tracking {
  white-space: nowrap;
  height: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
}
.module-table.module-table-sm td,
.module-table.module-table-sm th {
  padding: 10px !important;
}
.module-table.secondary-table {
  border-top: 1px solid #ccc !important;
}
.module-table.secondary-table th {
  background: #fff !important;
}
.module-table.module-table-title {
  margin: -15px;
}
@media (min-width: 720px) {
  .module-table .pad-adjust {
    padding-right: 65px !important;
  }
}
.countdown-table {
  margin-bottom: 0;
  border: 0;
}
.countdown-table th:first-child,
.countdown-table td:first-child {
  border-left: 0;
}
.countdown-table th:last-child,
.countdown-table td:last-child {
  border-right: 0;
}
.table-pricing {
  margin-bottom: 0;
}
.table-pricing td,
.table-pricing th {
  padding: 8px 8px 5px !important;
}
.table-pricing th:first-child {
  font-size: 14px;
  color: #222;
  background-color: #eee;
  letter-spacing: .07em;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.table-pricing thead th,
.table-pricing tfoot th {
  background-color: #fff !important;
}
.table-pricing .pricing-head-foot {
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  letter-spacing: 0;
}
.table-pricing .pricing-head-foot h6 {
  font-size: 14px;
  color: #FD7200;
  margin: 10px 0 5px;
}
.table-pricing .pricing-head-foot .price {
  font-size: 24px;
  color: #222;
  font-weight: 300;
  margin: 0 0 5px;
}
.table-pricing .pricing-head-foot .price span {
  display: inline-block;
  font-size: 14px;
  color: #818485;
  font-weight: 400;
}
.table-pricing .pricing-head-foot .btn-fill {
  padding: 8px 10px;
  margin-bottom: 10px;
}
.table-pricing td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.table-pricing td:first-child {
  text-align: left;
  font-weight: 300;
}
.table-pricing td .included,
.table-pricing td .not-included {
  display: inline-block;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center 4px;
}
.table-pricing td .included {
  background-image: url(<%= asset_path 'included.svg' %>);
}
.table-pricing td .not-included {
  background-image: url(<%= asset_path 'not-included.svg' %>);
}
/* ------------------------
04 Header Elements 
------------------------ */
/* Header */
.site-header-slim {
  width: 100%;
  height: 52px;
  background-color: #fff;
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 12;
  border-bottom: 1px solid #ccc;
  /* Logo */
}
@media (min-width: 720px) {
  .site-header-slim {
    height: 70px;
    padding: 0;
  }
}
.site-header-slim .container {
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.site-header-slim a.brand {
  width: 32px;
  height: 52px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(<%= asset_path 'appbackr-brand.svg' %>) no-repeat center center;
}
@media (min-width: 720px) {
  .site-header-slim a.brand {
    height: 70px;
    position: absolute;
    left: 17px;
    top: 1px;
  }
}
@media (min-width: 1022px) {
  .site-header-slim a.brand {
    left: 0;
  }
}
.site-header-slim #main-nav {
  text-align: left;
  float: left;
  margin-left: 180px;
}
@media (min-width: 940px) {
  .site-header-slim #main-nav {
    margin-left: 200px;
  }
}
@media (min-width: 1022px) {
  .site-header-slim #main-nav {
    margin-left: 70px;
  }
}
.site-header-slim .nav {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
.site-header-slim .nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-header-slim .nav a {
  display: block;
  padding: 0 1em;
  opacity: .5;
  font-size: 14px;
  line-height: 31px;
  color: #000;
  font-weight: 400;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.site-header-slim .nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 1px;
  background: #ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-header-slim .nav a:hover:after,
.site-header-slim .nav a:active:after {
  height: 4px;
  background: #FD7200;
}
.site-header-slim .nav a:hover {
  opacity: 1;
  text-decoration: none;
}
.site-header-slim .nav a.active {
  color: #FD7200;
  opacity: 1;
}
@media (max-width: 719px) {
  .site-header-slim .nav {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 720px) {
  .site-header-slim .secondary-nav {
    float: right;
    position: relative;
    right: 15px;
    top: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 1022px) {
  .site-header-slim .secondary-nav {
    right: 30px;
    top: 17px;
  }
}
@media (min-width: 1022px) {
  .site-header-slim .secondary-nav {
    right: 0;
  }
}
.site-header-slim .secondary-nav .notification {
  margin: 1px 0 0;
}
.site-header-slim .secondary-nav .notification a {
  padding-right: 1.667em;
  background: url(<%= asset_path 'ui-images/link-arrow-white.png' %>) no-repeat right 0.5em;
}
.site-header-slim .secondary-nav .btn,
.site-header-slim .secondary-nav .sidr-class-btn,
.site-header-slim .secondary-nav .login,
.site-header-slim .secondary-nav .sidr-class-login,
.site-header-slim .secondary-nav .signout,
.site-header-slim .secondary-nav .sidr-class-signout,
.site-header-slim .secondary-nav .username,
.site-header-slim .secondary-nav .sidr-class-username {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: .07em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 1.5em;
}
.site-header-slim .secondary-nav .btn,
.site-header-slim .secondary-nav .sidr-class-btn {
  padding: 0 11px;
}
.site-header-slim .secondary-nav .btn-sign-up {
  display: none;
}
@media (min-width: 720px) {
  .site-header-slim .secondary-nav .btn-sign-up {
    display: inline-block;
  }
}
.site-header-slim .secondary-nav .login,
.site-header-slim .secondary-nav .signout,
.site-header-slim .secondary-nav .username {
  vertical-align: top;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  outline: none !important;
}
.site-header-slim .secondary-nav .login:hover,
.site-header-slim .secondary-nav .signout:hover,
.site-header-slim .secondary-nav .username:hover,
.site-header-slim .secondary-nav .login.active,
.site-header-slim .secondary-nav .signout.active,
.site-header-slim .secondary-nav .username.active {
  text-decoration: none;
  outline: none !important;
}
.site-header-slim .secondary-nav .login,
.site-header-slim .secondary-nav .signout {
  padding-left: 19px;
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.site-header-slim .secondary-nav .login:hover,
.site-header-slim .secondary-nav .signout:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-header-slim .secondary-nav .username {
  line-height: 35px;
  height: 35px;
  color: #999;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0;
  text-decoration: none !important;
}
.site-header-slim .secondary-nav .username .user-profile {
  width: 34px;
  height: 33px;
  border: 0;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #999;
  margin: 0 6px 0 0;
  display: inline-block;
  float: left;
}
.site-header-slim .secondary-nav .username .user-profile img {
  display: block;
}
.site-header-slim .secondary-nav .username .caret {
  border-top-color: #999;
  vertical-align: top;
}
.site-header-slim .secondary-nav .username:hover {
  border-color: #000;
  color: #000;
}
.site-header-slim .secondary-nav .username:hover .user-profile {
  border-right-color: #000;
}
.site-header-slim .secondary-nav .username:hover .caret {
  border-top-color: #000;
}
@media (min-width: 720px) {
  .site-header-slim .secondary-nav .username {
    padding: 0 9px 0 12px;
  }
  .site-header-slim .secondary-nav .username .user-profile {
    margin: 0 9px 0 -12px;
  }
}
.site-header-slim .secondary-nav .dropdown {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 940px) {
  .site-header-slim .secondary-nav .dropdown {
    top: 0;
  }
}
.site-header-slim .secondary-nav .dropdown .caret {
  margin-top: 16px;
}
.site-header-slim .secondary-nav .dropdown.open .username {
  border-color: #000;
  color: #000;
}
.site-header-slim .secondary-nav .dropdown.open .username .user-profile {
  border-right-color: #000;
}
.site-header-slim .secondary-nav .dropdown.open .username .caret {
  border-top-color: #000;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu {
  min-width: 170px;
  border-radius: 3px;
  margin-top: 8px;
  left: auto;
  right: 0;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu li a {
  text-transform: uppercase;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu li a svg {
  position: relative;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu .edit-profile svg {
  margin-left: -10px;
  margin-right: 5px;
  top: 0;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu .my-playlist svg,
.site-header-slim .secondary-nav .dropdown .dropdown-menu .social-connect svg {
  width: 8px !important;
  height: auto !important;
  margin-top: -6px;
  margin-left: -9px;
  margin-right: 6px;
  top: 6px;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu .my-playlist path,
.site-header-slim .secondary-nav .dropdown .dropdown-menu .social-connect path {
  fill: #000 !important;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu .social-connect svg {
  width: 13px !important;
  height: 13px !important;
  margin-left: -11px;
  top: 1px;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu .sign-out svg {
  margin-left: -13px;
  margin-right: 6px;
  top: 2px;
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  left: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
@media (min-width: 720px) {
  .site-header-slim .secondary-nav .dropdown .dropdown-menu:after {
    left: auto;
    right: 10px;
  }
}
.site-header-slim .secondary-nav .dropdown .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  left: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.site-header-slim .secondary-nav .login {
  background-color: transparent;
  background-image: url(<%= asset_path 'icon-login.png' %>);
}
.site-header-slim .secondary-nav .signout {
  background-image: url(<%= asset_path 'ui-images/icon-signout.png' %>);
}
.site-header-slim .secondary-nav .sidr-class-signout {
  background-image: url(<%= asset_path 'ui-images/icon-signout.png' %>);
}
.site-header-slim .secondary-nav .sidr-class-login {
  background-image: url(<%= asset_path 'icon-login.png' %>);
  background-color: transparent;
}
@media (max-width: 719px) {
  .site-header-slim .secondary-nav .login,
  .site-header-slim .secondary-nav .dropdown {
    display: block;
    visibility: visible;
    position: absolute;
    right: 9px;
    top: 8px;
  }
  .site-header-slim .secondary-nav .login,
  .site-header-slim .secondary-nav .dropdown .username {
    overflow: hidden;
    height: 35px;
    margin-left: 0;
  }
  .site-header-slim .secondary-nav .dropdown .username {
    width: 35px;
  }
  .site-header-slim .secondary-nav .login {
    width: 0;
    padding-left: 36px;
    background-position: center;
    border: 1px solid #999;
    border-radius: 3px;
  }
}
.site-header-slim .menu-trigger {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header-slim .menu-trigger .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #333;
  margin-left: 35%;
  border-radius: 1px;
}
.site-header-slim .menu-trigger .icon-bar-top {
  margin-top: 20px;
}
.site-header-slim .menu-trigger .icon-bar + .icon-bar {
  margin-top: 3px;
}
.site-header-slim .menu-trigger:hover .icon-bar {
  background-color: #FD7200;
}
@media (min-width: 720px) {
  .site-header-slim .menu-trigger {
    display: none;
    visibility: hidden;
  }
}
.nav-on-dark {
  padding-top: 0;
}
.nav-on-dark .site-header-slim {
  background-color: transparent;
  border-bottom: none;
}
.nav-on-dark .site-header-slim a.brand {
  background-image: url(<%= asset_path 'appbackr-brand-white.svg' %>);
}
.nav-on-dark .site-header-slim .nav a {
  color: #fff;
}
.nav-on-dark .site-header-slim .nav a:after {
  background: transparent;
}
.nav-on-dark .site-header-slim .nav a:hover:after,
.nav-on-dark .site-header-slim .nav a:active:after {
  background: transparent;
}
.nav-on-dark .site-header-slim .nav a.active {
  color: #FD7200;
  opacity: 1;
}
.nav-on-dark .site-header-slim .secondary-nav .login {
  color: #fff;
  background-image: url(<%= asset_path 'icon-login-white.png' %>);
}
.nav-on-dark .site-header-slim .aa-search:before {
  display: none;
}
.nav-on-dark .site-header-slim .aa-search input {
  background-color: transparent;
  color: #ddd;
}
.nav-on-dark .site-header-slim .aa-search input::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.nav-on-dark .site-header-slim .aa-search input:-ms-input-placeholder {
  color: #ddd;
}
.nav-on-dark .site-header-slim .aa-search input::-webkit-input-placeholder {
  color: #ddd;
}
.nav-on-dark .site-header-slim .aa-search input:focus {
  color: #fff;
}
.nav-on-dark .site-header-slim .aa-search input:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.nav-on-dark .site-header-slim .aa-search input:focus:-ms-input-placeholder {
  color: #fff;
}
.nav-on-dark .site-header-slim .aa-search input:focus::-webkit-input-placeholder {
  color: #fff;
}
.nav-on-dark .site-header-slim .form-select {
  background-color: transparent;
}
.nav-on-dark .site-header-slim .form-select .current-search {
  background-image: url(<%= asset_path 'icon-search-white.svg' %>);
}
.nav-on-dark .site-header-slim .form-select .caret {
  border-top-color: #fff;
}
.nav-on-dark .site-header-slim .form-select.open .current-search .caret {
  border-top-color: #fff;
}
.nav-on-dark .site-header-slim.affix {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.nav-on-dark .site-header-slim.affix a.brand {
  background-image: url(<%= asset_path 'appbackr-brand.svg' %>);
}
.nav-on-dark .site-header-slim.affix .nav a {
  color: #000;
}
.nav-on-dark .site-header-slim.affix .nav a:after {
  background: #ccc;
}
.nav-on-dark .site-header-slim.affix .nav a:hover:after,
.nav-on-dark .site-header-slim.affix .nav a:active:after {
  background: #FD7200;
}
.nav-on-dark .site-header-slim.affix .secondary-nav .login {
  color: #000;
  background-image: url(<%= asset_path 'icon-login.png' %>);
}
.nav-on-dark .site-header-slim.affix .aa-search input {
  background-color: #fff;
  color: #999;
}
.nav-on-dark .site-header-slim.affix .aa-search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.nav-on-dark .site-header-slim.affix .aa-search input:-ms-input-placeholder {
  color: #999;
}
.nav-on-dark .site-header-slim.affix .aa-search input::-webkit-input-placeholder {
  color: #999;
}
.nav-on-dark .site-header-slim.affix .aa-search input:focus {
  color: #000;
}
.nav-on-dark .site-header-slim.affix .aa-search input:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.nav-on-dark .site-header-slim.affix .aa-search input:focus:-ms-input-placeholder {
  color: #000;
}
.nav-on-dark .site-header-slim.affix .aa-search input:focus::-webkit-input-placeholder {
  color: #000;
}
.nav-on-dark .site-header-slim.affix .aa-search:before {
  display: block;
}
.nav-on-dark .site-header-slim.affix .form-select {
  background-color: #fff;
}
.nav-on-dark .site-header-slim.affix .form-select .current-search {
  background-image: url(<%= asset_path 'icon-search.svg' %>);
}
.nav-on-dark .site-header-slim.affix .form-select .caret {
  border-top-color: #818485;
}
.nav-on-dark .site-header-slim.affix .form-select.open .current-search .caret {
  border-top-color: #000;
}
@media (min-width: 720px) {
  .site-header-simple a.brand {
    position: relative;
    left: 0;
    top: 1px;
  }
}
/* ------------------------
05 Footer Elements 
------------------------ */
.site-footer {
  width: 100%;
  padding: 3.125em 0 5em;
  margin-top: 3em;
  border-top: 1px solid #ccc;
  background: #fff url(<%= asset_path 'footer-app-bkg.png' %>) no-repeat center -200px;
}
.site-footer .nav {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  text-align: center;
}
.site-footer .nav li {
  display: inline-block;
  background: none;
}
.site-footer .nav a {
  font-size: 1em;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  padding: 0 .75em;
  display: block;
  background: none !important;
}
.site-footer .nav a:hover {
  color: #26a2fb;
}
.site-footer p.copyright {
  text-align: center;
  font-size: .875em;
  color: #818485;
}
.site-footer p.copyright a {
  color: #222;
  display: inline-block;
  padding: 0 .5em;
}
/* ------------------------
06 Unique Sections
------------------------ */
/* As the mixin is called CSS is outputted */
li:before:nth-child(0) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(1) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(3) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(4) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(5) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(6) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(7) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(8) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(9) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(10) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(11) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(12) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(13) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(14) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(15) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(16) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(17) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(18) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(19) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(20) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(21) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(22) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(23) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(24) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(25) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(26) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(27) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(28) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(29) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(30) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(31) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(32) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(33) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(34) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(35) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(36) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(37) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(38) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(39) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(40) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(41) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(42) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(43) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(44) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(45) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(46) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(47) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(48) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(49) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
/* As the mixin is called CSS is outputted */
li:before:nth-child(50) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* Interation call and operation */
.aa-feature-tree {
  font-size: 20px;
}
.aa-feature-tree a {
  font-size: 1em;
  line-height: 1.1;
  font-weight: 300;
  color: #818485;
  background-color: #fff;
}
.aa-feature-tree .grid-title-bar .label {
  font-size: 50%;
  display: inline-block;
  margin: 0 0 0 .5em;
  padding: .5em .45em;
  position: relative;
  top: -0.3em;
  background-color: #26a2fb;
}
.feature-list-main {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-list-main li {
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.feature-list-main li .col-sm-4 {
  position: relative;
  z-index: 0;
}
.feature-list-main li .col-sm-8 {
  position: relative;
  z-index: 1;
}
.feature-list-main .feature {
  width: 100%;
  position: relative;
  padding: 0 0 1em;
  background-color: #fff;
  z-index: 2;
}
.feature-list-main .feature > span {
  padding: .75em 1em;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #666;
  border: 3px solid #ccc;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.feature-list-main .feature > span:after {
  content: "";
  width: auto;
}
.feature-list-main .feature > span:hover {
  color: #666;
  border-color: #666;
}
.feature-list-main .feature .anatomy-modal-link {
  display: block;
  width: 1px;
  height: 75.75%;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
  border: 0 solid #666;
  border-radius: 0 4px 4px 0;
  background: url(<%= asset_path 'blue-right-arrow.svg' %>) no-repeat 2px center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.feature-list-main .feature .anatomy-modal-link:hover {
  background-color: #eee;
}
.feature-list-main .feature.active > span {
  color: #26a2fb;
  border-color: #666;
}
.feature-list-main .feature.active .anatomy-modal-link {
  width: 50px;
  right: 0;
  border-width: 3px;
  background-position: center center;
}
.feature-list-main .feature:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 3px;
  height: 100%;
  background: #ccc;
}
.feature-list-main .feature:last-child:after {
  background: #fff;
}
.feature-list-main .feature.feature-01:before {
  content: "01";
}
.feature-list-main .feature-branch {
  display: none;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  /* Create a Parametric mixin and add a guard operation */
}
.feature-list-main .feature-branch ul {
  width: 70%;
  list-style: none;
  padding: 0 0 0 16%;
  margin: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.feature-list-main .feature-branch li {
  background-color: #fff;
}
.feature-list-main .feature-branch li:before,
.feature-list-main .feature-branch li:after {
  content: "";
  position: absolute;
  background-color: #666;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.feature-list-main .feature-branch li:before {
  content: "";
  width: 3px;
  height: 0;
  left: 0;
  top: 0;
}
.feature-list-main .feature-branch li:first-child:before {
  height: 1px;
  top: 48%;
}
.feature-list-main .feature-branch li:first-child:after {
  width: 1px;
  height: 3px;
  right: 100%;
  top: 49%;
}
.feature-list-main .feature-branch li:last-child:before {
  height: 1px;
}
.feature-list-main .feature-branch li a {
  color: #666;
  font-weight: 300;
  font-size: 1em;
  display: block;
  padding: 1em 0 1em 0;
  position: relative;
  background: transparent url(<%= asset_path 'feature-branch.svg' %>) no-repeat -150px center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.feature-list-main .feature-branch li a span {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.feature-list-main .feature-branch li a:hover {
  color: #26a2fb;
  text-decoration: underline;
}
.feature-list-main .feature-branch.active-in {
  display: block;
}
.feature-list-main .feature-branch.active {
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.feature-list-main .feature-branch.active li:first-child:after {
  width: 30%;
}
.feature-list-main .feature-branch.active li:first-child:before {
  height: 52%;
}
.feature-list-main .feature-branch.active li:before {
  height: 100%;
}
.feature-list-main .feature-branch.active li:last-child:before {
  height: 50%;
}
.feature-list-main .feature-branch.active a {
  background-position: 0 center;
  padding-left: 150px;
}
.feature-list-main .feature-branch.active a span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.feature-list-main .feature-branch.active-out {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* ------------------------
07 Sitewide UI Elements 
------------------------ */
.notification-container {
  width: 100%;
  position: fixed;
  bottom: 2%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.notification-container .alert {
  width: auto;
  margin: 0 20px;
  padding: 0.7em 1em .5em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.notification-container .alert a {
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.notification-container .alert button.close {
  text-shadow: none;
  font-weight: 300;
  right: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.notification-container .alert.alert-warning {
  background-color: #d52335;
  border-color: #d52335;
}
.notification-container .alert.alert-warning:hover {
  background-color: #bf1f30;
}
.notification-container .alert.alert-success {
  background-color: #43AC44;
  border-color: #43AC44;
}
.notification-container .alert.alert-success:hover {
  background-color: #4eba4f;
}
.notification-container .alert.alert-info {
  background-color: #818485;
  border-color: #818485;
}
.notification-container .alert.alert-info:hover {
  background-color: #747778;
}
.notification-container .alert.close-alert {
  bottom: -20em;
  opacity: 0;
  filter: alpha(opacity=0);
}
.notification,
.sidr-class-notification {
  border-radius: 100px;
  padding: .4em 1.125em .3em;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75em;
  letter-spacing: .1em;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.notification a,
.sidr-class-notification a {
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.notification.warning,
.sidr-class-notification.warning,
.notification.sidr-class-warning,
.sidr-class-notification.sidr-class-warning {
  background-color: #d52335;
  border-color: #d52335;
}
.notification.warning:hover,
.sidr-class-notification.warning:hover,
.notification.sidr-class-warning:hover,
.sidr-class-notification.sidr-class-warning:hover {
  background-color: #bf1f30;
}
.notification.success,
.sidr-class-notification.success,
.notification.sidr-class-success,
.sidr-class-notification.sidr-class-success {
  background-color: #43AC44;
  border-color: #43AC44;
}
.notification.success:hover,
.sidr-class-notification.success:hover,
.notification.sidr-class-success:hover,
.sidr-class-notification.sidr-class-success:hover {
  background-color: #4eba4f;
}
.notification.info,
.sidr-class-notification.info,
.notification.sidr-class-info,
.sidr-class-notification.sidr-class-info {
  background-color: #818485;
  border-color: #818485;
}
.notification.info:hover,
.sidr-class-notification.info:hover,
.notification.sidr-class-info:hover,
.sidr-class-notification.sidr-class-info:hover {
  background-color: #747778;
}
.sidr-class-notification {
  display: block;
  border-radius: 0;
  margin: 0 0 5px;
  text-align: center;
}
.app-icon,
.app-score-icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 2.500em;
  height: 2.500em;
  border-radius: 20%;
}
.app-icon {
  overflow: hidden;
  background-color: #fff;
}
.app-icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.app-score-icon {
  background-image: -webkit-linear-gradient(top, #f49758 0%, #f17627 100%);
  background-image: -o-linear-gradient(top, #f49758 0%, #f17627 100%);
  background-image: linear-gradient(to bottom, #f49758 0%, #f17627 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff49758', endColorstr='#fff17627', GradientType=0);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.app-score-icon span {
  display: block;
  font-size: 1.125em;
  line-height: 2.2;
}
.app-score-icon.no-score {
  background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(top, #e1e1e1 0%, #d5d5d5 100%);
  background-image: linear-gradient(to bottom, #e1e1e1 0%, #d5d5d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffd5d5d5', GradientType=0);
}
.app-score-icon.no-score span {
  line-height: 1.8;
}
.app-score-icon.no-score .score-up,
.app-score-icon.no-score .score-down {
  display: none;
}
.score-up,
.score-down,
.score-arrow {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: -0.35em;
  right: -0.35em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.score-up {
  background-image: url(<%= asset_path 'ui-images/score-up.png' %>);
}
.score-down {
  background-image: url(<%= asset_path 'ui-images/score-down.png' %>);
}
.score-arrow {
  background-image: url(<%= asset_path 'score-arrow.svg' %>);
}
.app-icon-xs {
  font-size: 14px;
}
.app-icon-sm {
  font-size: 20px;
}
.app-icon-md-lg {
  font-size: 23px;
}
.app-icon-md {
  font-size: 28px;
}
.app-icon-lg {
  font-size: 35px;
}
/* ------------------------
08 Unique Pages
------------------------ */
.login {
  background: #fff url(<%= asset_path 'appscore-apps-background.jpg' %>) no-repeat center top;
}
.login header {
  margin-top: 30px;
}
.login a.brand {
  width: 135px;
  height: 52px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(<%= asset_path 'appbackr-brand.svg' %>) no-repeat center center;
}
.login .brand {
  margin: 0 auto 1em;
}
.login .login-container {
  margin: 2.25em 30px .5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.login .login-inner {
  padding: 0 2em 1em;
}
.login .login-inner h2 {
  margin: 0 0 20px;
  font-size: 2em;
  text-align: center;
}
.login .login-inner h6 {
  font-size: .875em;
  margin: 0 0 20px;
}
.login .login-inner.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-top: 1.25em;
  padding-bottom: 1em;
}
.login .login-inner.alt-logins {
  padding: 0;
}
.login .login-inner.alt-logins .login-inner {
  padding: 1.25em 2em;
}
.login .login-inner.alt-logins .span6:first-child .login-inner {
  border-bottom: 1px solid #ddd;
}
@media (min-width: 720px) {
  .login .login-inner.alt-logins .span6:first-child .login-inner {
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  .login .login-inner.alt-logins .span6 {
    width: 50% !important;
    margin: 0 !important;
  }
}
.login .login-inner .border-right {
  border-right: 1px solid #ddd;
}
.login .login-form input[type="text"],
.login .login-form input[type="password"] {
  width: 100%;
  height: auto;
  padding: 12px 0 !important;
  text-indent: 15px;
  font-size: 23px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 8px;
}
.login .login-form .help-block {
  font-size: 14px;
  text-align: center;
}
.login .login-form .help-block a {
  color: #818485;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.login .login-form .help-block a:hover {
  color: #26a2fb;
}
.login .login-form .actions {
  text-align: center;
}
.login .login-form .actions:before,
.login .login-form .actions:after {
  content: " ";
  display: table;
}
.login .login-form .actions:after {
  clear: both;
}
.login .login-form .actions:before,
.login .login-form .actions:after {
  content: " ";
  display: table;
}
.login .login-form .actions:after {
  clear: both;
}
.login .login-form .checkbox {
  margin: 14px auto 0;
  font-size: 14px;
}
.login .login-form .checkbox input {
  margin-top: -4px;
  margin-right: 5px;
  display: inline-block;
  float: none;
}
.login .login-form .btn {
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30%;
  margin-top: 10px;
  font-size: 1.125em;
}
.login .login-signup {
  text-align: center;
  padding: 10px 30px 1em;
}
.login .login-signup h4 {
  font-size: 1.25em;
  font-weight: 300;
}
.login footer {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 2em;
}
.login footer p.copyright {
  text-align: center;
  font-size: .875em;
  color: #818485;
}
.login footer p.copyright a {
  color: #222;
  display: inline-block;
  padding: 0 .5em;
}
@media (min-width: 720px) {
  .login header {
    margin-top: 5em;
  }
  .login .login-container,
  .login footer {
    width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
}
.signup .login-inner h2 {
  margin-bottom: 0;
}
.signup .login-inner h4 {
  text-align: center;
  font-weight: 300;
  color: #FD7200;
}
.signup .login-form input[type="text"],
.signup .login-form input[type="password"] {
  font-size: 20px;
}
.signup .login-form .help-block {
  text-align: left;
  color: #999;
}
.signup .login-form .checkbox {
  float: none;
  margin-top: 14px;
  margin-left: 0;
}
.signup .login-form .checkbox input {
  margin-top: 2px;
  margin-right: 0;
  display: block;
  float: left;
}
.signup .login-form .actions {
  text-align: center !important;
  margin: 1em -2em -0.5em;
  padding: 1.5em 2em 0;
  border-top: 1px solid #ddd;
  clear: both;
}
.signup .login-form .actions .btn-primary {
  float: none;
  display: inline-block;
  padding: 12px 30%;
  margin-top: 0;
  font-size: 1.125em;
}
.signup footer {
  border-top: none;
  padding-top: 1em;
}
@media (min-width: 720px) {
  .signup .login-form .input-first-name,
  .signup .login-form .input-last-name,
  .signup .login-form .input-password,
  .signup .login-form .input-confirm-password {
    width: 48.75% !important;
    float: left;
  }
  .signup .login-form .input-last-name,
  .signup .login-form .input-confirm-password {
    float: right;
  }
  .signup .login-form .input-email,
  .signup .login-form .help-block {
    clear: both;
  }
}
.social-products .pricing-box {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .social-products .pricing-box {
    height: 300px;
  }
}
@media (min-width: 940px) {
  .social-products .pricing-box {
    height: 225px;
    margin-bottom: 10px;
  }
}
.full-background-section,
.full-height-flex-section,
.billboard {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.full-background-section .container,
.full-height-flex-section .container,
.billboard .container {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.full-background-section .vert-content-inner,
.full-height-flex-section .vert-content-inner,
.billboard .vert-content-inner {
  padding: 3.5em 0;
}
.full-background-section h3,
.full-height-flex-section h3,
.billboard h3,
.full-background-section p,
.full-height-flex-section p,
.billboard p {
  color: #818485;
}
.full-background-section h2,
.full-height-flex-section h2,
.billboard h2,
.full-background-section h3,
.full-height-flex-section h3,
.billboard h3 {
  font-weight: 300;
  margin-bottom: 15px;
}
.full-background-section h2,
.full-height-flex-section h2,
.billboard h2 {
  font-size: 30px;
}
.full-background-section h2.bordered-subhead,
.full-height-flex-section h2.bordered-subhead,
.billboard h2.bordered-subhead {
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.full-background-section h2.bordered-subhead small,
.full-height-flex-section h2.bordered-subhead small,
.billboard h2.bordered-subhead small {
  margin: 0 auto;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 600;
  color: #fd7200;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
@media (min-width: 720px) {
  .full-background-section h2.bordered-subhead,
  .full-height-flex-section h2.bordered-subhead,
  .billboard h2.bordered-subhead {
    font-size: 42px;
  }
}
@media (min-width: 720px) {
  .full-background-section h2.additional-offset,
  .full-height-flex-section h2.additional-offset,
  .billboard h2.additional-offset {
    margin-top: 20%;
  }
}
.full-background-section h3,
.full-height-flex-section h3,
.billboard h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0;
}
@media (min-width: 720px) {
  .full-background-section,
  .full-height-flex-section,
  .billboard {
    padding: 0 5%;
  }
  .full-background-section h1,
  .full-height-flex-section h1,
  .billboard h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .full-background-section h3,
  .full-height-flex-section h3,
  .billboard h3 {
    font-size: 21px;
    margin-bottom: 36px;
  }
}
@media (min-width: 940px) {
  .full-background-section,
  .full-height-flex-section,
  .billboard,
  .full-background-section .vert-content,
  .full-height-flex-section .vert-content,
  .billboard .vert-content {
    height: 100vh;
  }
  .full-background-section .vert-content-inner,
  .full-height-flex-section .vert-content-inner,
  .billboard .vert-content-inner {
    padding: 0;
  }
}
.full-background-section .background-image,
.full-height-flex-section .background-image,
.billboard .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
}
@media (min-width: 940px) {
  .full-background-section .background-image,
  .full-height-flex-section .background-image,
  .billboard .background-image {
    background-attachment: fixed;
    background-size: cover;
  }
}
.full-background-section.text-on-dark h1,
.full-height-flex-section.text-on-dark h1,
.billboard.text-on-dark h1,
.full-background-section.background-dimmer h1,
.full-height-flex-section.background-dimmer h1,
.billboard.background-dimmer h1,
.full-background-section.text-on-dark h2,
.full-height-flex-section.text-on-dark h2,
.billboard.text-on-dark h2,
.full-background-section.background-dimmer h2,
.full-height-flex-section.background-dimmer h2,
.billboard.background-dimmer h2,
.full-background-section.text-on-dark a,
.full-height-flex-section.text-on-dark a,
.billboard.text-on-dark a,
.full-background-section.background-dimmer a,
.full-height-flex-section.background-dimmer a,
.billboard.background-dimmer a {
  color: #fff;
}
.full-background-section.text-on-dark h3,
.full-height-flex-section.text-on-dark h3,
.billboard.text-on-dark h3,
.full-background-section.background-dimmer h3,
.full-height-flex-section.background-dimmer h3,
.billboard.background-dimmer h3,
.full-background-section.text-on-dark p,
.full-height-flex-section.text-on-dark p,
.billboard.text-on-dark p,
.full-background-section.background-dimmer p,
.full-height-flex-section.background-dimmer p,
.billboard.background-dimmer p {
  color: #ccc;
}
.full-background-section.background-dimmer,
.full-height-flex-section.background-dimmer,
.billboard.background-dimmer {
  background-color: #000 !important;
}
.full-background-section.background-dimmer .background-image,
.full-height-flex-section.background-dimmer .background-image,
.billboard.background-dimmer .background-image {
  opacity: .4;
}
.billboard-video-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.billboard-video-bkg video {
  position: absolute;
  left: 700px !important;
  top: 0;
  z-index: -100;
  width: 1400px !important;
  margin-left: -700px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 1022px) {
  .billboard-video-bkg video {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
}
.full-height-flex-section {
  height: auto !important;
}
.full-height-flex-section .container {
  padding: 3.5em 0;
}
@media (min-width: 720px) {
  .full-height-flex-section .container {
    padding: 5em 0;
  }
}
.full-height-flex-section .feature-image {
  margin-bottom: -3.5em;
  position: relative;
  top: 1em;
}
@media (min-width: 720px) {
  .full-height-flex-section .feature-image {
    margin-bottom: -5em;
  }
}
.app-cluster-background {
  background: url(<%= asset_path 'app-cloud.jpg' %>) no-repeat center center;
  background-attachment: fixed;
}
.billboard-small,
.billboard-small .vert-content {
  height: 200px;
}
.billboard-small .background-image {
  background-attachment: scroll !important;
}
@font-face {
  font-family: 'wiki_icons';
  src: url(<%= asset_path 'wiki_icons.eot?pr6hzw' %>);
  src: url(<%= asset_path 'wiki_icons.eot?#iefixpr6hzw' %>) format('embedded-opentype'), url(<%= asset_path 'wiki_icons.woff?pr6hzw' %>) format('woff'), url(<%= asset_path 'wiki_icons.ttf?pr6hzw' %>) format('truetype'), url(<%= asset_path 'wiki_icons.svg?pr6hzw#wiki_icons' %>) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="wikiicon-"],
[class*=" wikiicon-"],
.wikiicon-font {
  font-family: 'wiki_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wikiicon-btn-add:before {
  content: "\e600";
}
.wikiicon-btn-check:before {
  content: "\e601";
}
.wikiicon-favorite:before {
  content: "\e602";
}
.wikiicon-vote-up:before {
  content: "\e603";
}
.wikiicon-vote-down:before {
  content: "\e604";
}
.wikiicon-btn-edit:before {
  content: "\e605";
}
.icon-right-arrow:before {
  content: "\e606";
}
.wikiicon-close:before {
  content: "\e607";
}
.wikiicon-playlist:before {
  content: "\e608";
}
.dropdown-menu {
  left: 9px;
  margin: -5px 0 0;
  padding: 0;
}
.dropdown-menu > li > a {
  font-size: 1em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
}
.dropdown-menu > li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu > li:last-child > a {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}
.dropdown-menu > li.active > a {
  color: #26a2fb;
  background-color: transparent;
}
.grid-container,
.grid-container-borderless {
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1022px) {
  .grid-container,
  .grid-container-borderless {
    width: 1022px !important;
  }
}
@media (min-width: 940px) {
  .grid-container {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.grid-container-top {
  border-top: 1px solid #ccc;
}
@media (min-width: 940px) {
  .grid-container-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.grid-container-bottom {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 940px) {
  .grid-container-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.grid-row-top {
  border-top: 1px solid #ccc;
}
.grid-row-bottom {
  border-bottom: 1px solid #ccc;
}
.grid-row-top .col-sm-6:first-child,
.grid-row-bottom .col-sm-6:first-child {
  border-right: 1px solid #ccc;
}
.grid-row-top.no-col-6-divider .col-sm-6:first-child,
.grid-row-bottom.no-col-6-divider .col-sm-6:first-child {
  border-right: 0;
}
.grid-billboard-container {
  background-color: #F9F9F9;
  border-top: 1px solid #ccc;
}
.grid-billboard-container .col-left-right > div:first-child {
  text-align: left;
}
.grid-billboard-container .col-left-right > div:last-child {
  text-align: right;
}
.grid-billboard-container .col-center-xs > div:first-child,
.grid-billboard-container .col-center-xs > div:last-child {
  text-align: center;
}
@media (min-width: 720px) {
  .grid-billboard-container .col-center-xs > div:first-child {
    text-align: left;
  }
  .grid-billboard-container .col-center-xs > div:last-child {
    text-align: right;
  }
}
.equal {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 719px) {
  .equal {
    height: auto !important;
  }
}
[class*="grid-box"]:first-child {
  margin-top: 0;
}
[class*="grid-box"]:last-child {
  margin-bottom: 0;
}
.grid-box-sm {
  padding: 10px;
}
.grid-box-md {
  padding: 10px;
}
@media (min-width: 720px) {
  .grid-box-md {
    padding: 25px;
  }
}
.grid-box-lg {
  padding: 10px;
}
@media (min-width: 720px) {
  .grid-box-lg {
    padding: 40px;
  }
}
.aa-form {
  margin: 0;
  padding: 0;
}
.aa-form h2.current-group-name {
  margin-bottom: 24px !important;
}
.aa-form label {
  font-size: 16px;
  color: #818485;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 9px;
}
.aa-form input[type="text"],
.aa-form input[type="email"],
.aa-form input[type="phone"],
.aa-form input[type="password"],
.aa-form select,
.aa-form textarea {
  color: #999;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none !important;
  box-shadow: none;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.aa-form input[type="text"]::-moz-placeholder,
.aa-form input[type="email"]::-moz-placeholder,
.aa-form input[type="phone"]::-moz-placeholder,
.aa-form input[type="password"]::-moz-placeholder,
.aa-form select::-moz-placeholder,
.aa-form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.aa-form input[type="text"]:-ms-input-placeholder,
.aa-form input[type="email"]:-ms-input-placeholder,
.aa-form input[type="phone"]:-ms-input-placeholder,
.aa-form input[type="password"]:-ms-input-placeholder,
.aa-form select:-ms-input-placeholder,
.aa-form textarea:-ms-input-placeholder {
  color: #999;
}
.aa-form input[type="text"]::-webkit-input-placeholder,
.aa-form input[type="email"]::-webkit-input-placeholder,
.aa-form input[type="phone"]::-webkit-input-placeholder,
.aa-form input[type="password"]::-webkit-input-placeholder,
.aa-form select::-webkit-input-placeholder,
.aa-form textarea::-webkit-input-placeholder {
  color: #999;
}
.aa-form input[type="text"]:focus,
.aa-form input[type="email"]:focus,
.aa-form input[type="phone"]:focus,
.aa-form input[type="password"]:focus,
.aa-form select:focus,
.aa-form textarea:focus,
.aa-form input[type="text"]:hover,
.aa-form input[type="email"]:hover,
.aa-form input[type="phone"]:hover,
.aa-form input[type="password"]:hover,
.aa-form select:hover,
.aa-form textarea:hover {
  border-color: #000;
  color: #000;
  outline: none;
}
.aa-form input[type="text"].no-margin,
.aa-form input[type="email"].no-margin,
.aa-form input[type="phone"].no-margin,
.aa-form input[type="password"].no-margin,
.aa-form select.no-margin,
.aa-form textarea.no-margin {
  margin-bottom: 0;
}
.aa-form fieldset:last-child {
  margin-bottom: 0;
}
.aa-form input[type="text"],
.aa-form input[type="email"],
.aa-form input[type="phone"],
.aa-form input[type="password"],
.aa-form select {
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  text-indent: 18px;
}
.aa-form input[type="text"],
.aa-form input[type="email"],
.aa-form input[type="password"],
.aa-form input[type="phone"] {
  padding: 18px 0;
}
.aa-form .input-prepend {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.aa-form .input-prepend input[type="text"] {
  margin-bottom: 0;
  text-indent: 60px;
  position: relative;
  z-index: 0;
}
.aa-form .input-prepend .add-on {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  height: 56px;
  font-size: 22px;
  line-height: 56px;
  padding: 0 15px;
  border: none;
}
.aa-form select {
  height: 60px;
  padding: 14px 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(<%= asset_path 'select-arrow.svg' %>) no-repeat scroll 96%;
}
.aa-form textarea {
  width: 94%;
  padding: 18px 18px;
  font-size: 18px;
  box-shadow: none !important;
}
.aa-form .styled-select {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.aa-form button {
  border-style: solid;
}
.aa-form .add-multiple-tags input {
  margin-bottom: 0;
}
.aa-form .add-multiple-tags .help-block {
  font-size: 14px;
  color: #818485;
}
.aa-search-form {
  margin: 0;
}
.aa-search-form label {
  display: block;
  margin: 1em 0 5px;
  color: #222;
  font-size: 13px;
  font-weight: normal;
}
.aa-search-form label.checkbox {
  text-transform: none;
  color: #000;
}
.aa-search-form label.checkbox small {
  font-size: 1em;
  font-style: italic;
  color: #818485;
}
.aa-search-form input[type="text"],
.aa-search-form input[type="email"],
.aa-search-form input[type="phone"],
.aa-search-form input[type="password"],
.aa-search-form select,
.aa-search-form textarea {
  width: 100%;
  padding: 6px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-indent: 8px;
  border-radius: 2px;
  border: 1px solid #ccc;
  outline: none !important;
  box-shadow: none !important;
}
.aa-search-form input[type="text"]:focus,
.aa-search-form input[type="email"]:focus,
.aa-search-form input[type="phone"]:focus,
.aa-search-form input[type="password"]:focus,
.aa-search-form select:focus,
.aa-search-form textarea:focus,
.aa-search-form input[type="text"]:hover,
.aa-search-form input[type="email"]:hover,
.aa-search-form input[type="phone"]:hover,
.aa-search-form input[type="password"]:hover,
.aa-search-form select:hover,
.aa-search-form textarea:hover {
  border-color: #000;
  color: #000;
  outline: none;
}
.aa-search-form b {
  font-size: 14px;
  position: relative;
  top: 2px;
  left: 2px;
}
.aa-search-form .check-toggle-box {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 1px;
  overflow: hidden;
}
.aa-search-form .check-toggle-box.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  height: auto;
  overflow: visible;
}
.aa-search-form .module-actions {
  margin-bottom: -20px;
  margin-top: 20px;
}
.aa-search-form .radio-inline,
.aa-search-form .checkbox-inline {
  display: inline-block;
  text-transform: none;
  margin-right: 14px;
  margin-bottom: 10px;
  color: #333;
}
.aa-search-form .radio-inline:last-child,
.aa-search-form .checkbox-inline:last-child {
  margin-right: 0;
}
.aa-search-form .radio-inline input[type="radio"],
.aa-search-form .checkbox-inline input[type="radio"],
.aa-search-form .radio-inline input[type="checkbox"],
.aa-search-form .checkbox-inline input[type="checkbox"] {
  position: relative;
  top: -4px;
  margin-right: 3px;
}
.aa-search-form select {
  border: 1px solid #ccc;
  color: #818485;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(<%= asset_path 'learn-more-arrow.png' %>) no-repeat 97% center;
  font-size: 13px;
  line-height: 1.4;
}
.aa-search-form select:hover,
.aa-search-form select:focus {
  border-color: #666;
}
.aa-search-form .btn-group,
.aa-search-form .multiselect {
  width: 100%;
  text-align: left;
}
.aa-search-form .btn-group .caret,
.aa-search-form .multiselect .caret {
  position: absolute;
  top: 14px;
  left: 92%;
  vertical-align: top;
  border-top-color: #222;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
}
.aa-search-form .checkbox {
  margin-left: 20px;
  margin-bottom: 0;
}
.aa-search-form .checkbox label {
  line-height: 1.8;
}
@media (min-width: 940px) {
  .aa-search-form .checkbox {
    margin-left: 22px;
  }
}
.aa-search-form .btn-info {
  display: block;
  margin: 12px auto 0;
  width: 80%;
  padding: 8px 0;
}
.aa-search-form .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.aa-search-form .btn-group-justified > .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.aa-search-form .btn-group-justified .active {
  border-color: #333 !important;
  background: #333 !important;
}
body:not(.pro-account) .pro-feature-group,
body:not(.enterprise-account) .pro-feature-group {
  cursor: default;
  pointer-events: none;
}
body:not(.pro-account) .pro-feature-group input,
body:not(.enterprise-account) .pro-feature-group input,
body:not(.pro-account) .pro-feature-group label,
body:not(.enterprise-account) .pro-feature-group label,
body:not(.pro-account) .pro-feature-group select,
body:not(.enterprise-account) .pro-feature-group select,
body:not(.pro-account) .pro-feature-group b,
body:not(.enterprise-account) .pro-feature-group b,
body:not(.pro-account) .pro-feature-group .slider,
body:not(.enterprise-account) .pro-feature-group .slider {
  opacity: .5;
}
.aa-profile-edit-form {
  margin: 0;
  /*.btn {
    padding:0 11px; line-height:30px; color:@gray;
    border:1px solid @gray; border-radius:3px;
    &:hover { }
  }*/
}
.aa-profile-edit-form .label-group {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.aa-profile-edit-form .label-group:before,
.aa-profile-edit-form .label-group:after {
  content: " ";
  display: table;
}
.aa-profile-edit-form .label-group:after {
  clear: both;
}
.aa-profile-edit-form .label-group:before,
.aa-profile-edit-form .label-group:after {
  content: " ";
  display: table;
}
.aa-profile-edit-form .label-group:after {
  clear: both;
}
@media (min-width: 720px) {
  .aa-profile-edit-form .label-group {
    padding: 18px 0;
  }
}
.aa-profile-edit-form .label-group .user-profile {
  float: left;
  margin-right: 15px;
}
.aa-profile-edit-form .label-group .btn-simple {
  margin-top: 16px;
  padding: 10px 8px;
  font-size: 12px;
}
.aa-profile-edit-form .label-group .btn-simple-change {
  margin-top: 0;
}
.aa-profile-edit-form label,
.aa-profile-edit-form p.label,
.aa-profile-edit-form .radio-inline,
.aa-profile-edit-form .radio-inline + .radio-inline {
  font-size: 18px;
  font-weight: 300;
  margin-top: 8px;
  display: block;
}
.aa-profile-edit-form p.label {
  font-size: 16px;
  color: #818485;
  text-align: left;
}
.aa-profile-edit-form p.label small {
  font-size: 12px;
  display: block;
  color: #222;
  font-weight: 400;
}
.aa-profile-edit-form input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 0;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #818485;
  border-radius: 3px;
}
.aa-profile-edit-form input::-moz-placeholder {
  color: #818485;
  opacity: 1;
}
.aa-profile-edit-form input:-ms-input-placeholder {
  color: #818485;
}
.aa-profile-edit-form input::-webkit-input-placeholder {
  color: #818485;
}
.aa-profile-edit-form input:focus {
  border-color: #444;
  color: #444;
  outline: none !important;
  box-shadow: none !important;
}
.aa-profile-edit-form input:focus::-moz-placeholder {
  color: #444;
  opacity: 1;
}
.aa-profile-edit-form input:focus:-ms-input-placeholder {
  color: #444;
}
.aa-profile-edit-form input:focus::-webkit-input-placeholder {
  color: #444;
}
@media (min-width: 720px) {
  .aa-profile-edit-form .nested-fields div:first-child input {
    width: 95%;
  }
  .aa-profile-edit-form .nested-fields div:last-child input {
    width: 95%;
    margin-left: 5%;
  }
  .aa-profile-edit-form .nested-fields div:last-child .help-text {
    margin-left: 5%;
  }
}
.aa-profile-edit-form .billing-address .row-fluid {
  margin-bottom: 8px;
}
.aa-profile-edit-form .billing-address .row-fluid:last-child {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .aa-profile-edit-form .billing-address .address-nested-fields div input {
    width: 95%;
  }
  .aa-profile-edit-form .billing-address .address-nested-fields div:last-child input {
    width: 95%;
    margin-left: 5%;
  }
  .aa-profile-edit-form .billing-address .address-nested-fields div:last-child .help-text {
    margin-left: 5%;
  }
}
.aa-profile-edit-form .help-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.aa-profile-edit-form .form-actions {
  padding-top: 12px;
}
.aa-profile-edit-form .form-actions label {
  text-align: left;
}
.aa-profile-edit-form .form-actions label input {
  width: auto;
}
.aa-profile-edit-form .form-actions .btn-fill {
  padding: 12px 20px;
}
.aa-profile-edit-form .form-actions p.stripe {
  text-align: left;
  margin: 8px 0 0;
}
@media (min-width: 720px) {
  .aa-profile-edit-form .form-actions {
    text-align: right;
    padding-top: 18px;
  }
  .aa-profile-edit-form .form-actions label input {
    margin: 0;
    text-align: left;
  }
  .aa-profile-edit-form .form-actions p.stripe {
    text-align: right;
  }
}
.grid-title-bar {
  text-align: center;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.grid-title-bar h2,
.grid-title-bar h3 {
  margin: 0 !important;
  padding: 0;
}
.grid-title-bar img {
  height: 35px;
  width: auto;
  max-width: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
@media (min-width: 940px) {
  .grid-title-bar {
    padding: 22px 0;
  }
}
.card-title {
  width: 100%;
  font-size: 1.1875em;
  color: #222 !important;
  font-weight: 300;
  padding-left: 12px;
  white-space: nowrap;
  position: relative;
}
.card-title small {
  display: block;
  font-size: .7em;
  color: #818485;
  font-weight: 400;
  margin-top: .1em;
}
.card-title:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.card-action {
  height: 3.0625em;
  border-bottom: none;
}
.card-action .btn-simple {
  font-size: 0.875em;
  padding: .57em 1.143em .4em;
  display: block;
  margin: .57em;
}
.public .card-action {
  display: none;
  visibility: hidden;
}
.app-card,
.group-card,
.create-group-btn {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.app-card a,
.group-card a,
.create-group-btn a {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important;
}
.app-card:hover,
.group-card:hover,
.create-group-btn:hover {
  top: -2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.app-card,
.group-card {
  background-color: #fff;
}
.app-card .group-action-float,
.group-card .group-action-float {
  position: absolute;
  width: 75%;
  top: .75em;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.app-card .group-action-float .btn-simple,
.group-card .group-action-float .btn-simple {
  font-size: 0.875em;
  padding: .57em .75em .4em;
  display: inline-block;
  margin: 0 .57em;
}
.app-card:hover .group-action-float,
.group-card:hover .group-action-float {
  opacity: 100;
  filter: alpha(opacity=10000);
  top: .5em;
}
.app-card {
  font-size: 14px;
}
@media (min-width: 720px) {
  .app-card {
    font-size: 15px;
  }
}
@media (min-width: 940px) {
  .app-card {
    font-size: 16px;
  }
}
.app-card .app-card-inner {
  width: 135px;
  position: relative;
  padding-bottom: 58px;
}
@media (min-width: 720px) {
  .app-card .app-card-inner {
    width: 155px;
    padding-bottom: 49px;
  }
}
.app-card .app-icon {
  width: auto;
  height: auto;
  margin: 0 0 .55em;
  display: block;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0;
}
.app-card .app-icon img {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.app-card .app-card-title {
  height: 2.5em;
}
.app-card .app-card-title .app-card-title-inner {
  width: 100%;
  font-size: 1.1875em;
  color: #222 !important;
  font-weight: 300;
  padding-left: 12px;
  white-space: nowrap;
  position: relative;
}
.app-card .app-card-title .app-card-title-inner small {
  display: block;
  font-size: .7em;
  color: #818485;
  font-weight: 400;
  margin-top: .1em;
}
.app-card .app-card-title .app-card-title-inner:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
@media (min-width: 720px) {
  .app-card .app-card-title {
    height: 3.23em;
  }
}
.app-card .app-card-score:before,
.app-card .app-card-score:after {
  content: " ";
  display: table;
}
.app-card .app-card-score:after {
  clear: both;
}
.app-card .app-card-score:before,
.app-card .app-card-score:after {
  content: " ";
  display: table;
}
.app-card .app-card-score:after {
  clear: both;
}
@media (min-width: 720px) {
  .app-card .app-card-score {
    padding: 0 0 0 .5em;
  }
}
.app-card .app-card-score .app-score-icon {
  width: 34px;
  height: 34px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*
      @media(max-width:@screen-xs-max) {
        width: auto;
        height: auto;
        background: none;
        color: #f38a44;
        padding-left: .8em;       
      }
      */
}
.edit .app-card .app-card-score .app-score-icon {
  bottom: 3.5em;
}
.app-card .app-card-score .app-score-icon span {
  font-size: 15px;
  line-height: 2.3;
  text-indent: -0.1em;
}
.app-card .app-card-score .btn-circle-group {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  margin-right: .5em;
}
.edit .app-card .app-card-score .btn-circle-group {
  bottom: 3.5em;
}
.app-card .app-card-score .btn-circle-group .vote-count {
  display: none;
}
.app-card .app-card-score .btn-circle-vote {
  margin: 0 0 0 .2em;
  top: -0.15em;
}
.app-card .app-card-score .btn-circle-vote input:empty ~ label {
  font-size: 83%;
  line-height: 35px !important;
  text-indent: 3px;
  /*
        @media(min-width:@screen-sm-min) {
          font-size:80%;
          line-height:2.3em !important;
          &, &:before {
            width:2.35em; height:2.4em;
          }
        }
        */
}
.app-card .app-card-score .btn-circle-vote input:empty ~ label,
.app-card .app-card-score .btn-circle-vote input:empty ~ label:before {
  width: 36px;
  height: 36px;
}
.app-card .card-action {
  margin-top: .5em;
  border-top: 1px solid #ccc;
}
.app-card:hover .app-icon img {
  opacity: 70;
  filter: alpha(opacity=7000);
}
.create-group-btn,
.group-card {
  font-size: 11px;
}
@media (min-width: 720px) {
  .create-group-btn,
  .group-card {
    font-size: 14px;
  }
}
@media (min-width: 940px) {
  .create-group-btn,
  .group-card {
    font-size: 16px;
  }
}
.create-group-btn .group-card-inner,
.group-card .group-card-inner {
  width: 11.5em;
  height: 13.6575em;
  position: relative;
}
.create-group-btn .group-card-inner > a > div,
.group-card .group-card-inner > a > div {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #ccc;
}
.edit .create-group-btn .group-card-inner,
.edit .group-card .group-card-inner {
  height: 16.625em;
}
.group-card {
  /*.group-card-image {
    width:100%;
    height:11.5625em;
    overflow:hidden;
    background-color:#000;
    position:relative;
    .clearfix();
    
    .app-icon-square {
      width:50%; height:50%; float:left;
      overflow:hidden; 
      .transition(all .2s ease-out);
      img {width:100%; height:auto; max-width:none;}
    }
  }*/
}
.group-card .group-card-image {
  width: 100%;
  height: 7.6875em;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.group-card .group-card-image:before,
.group-card .group-card-image:after {
  content: " ";
  display: table;
}
.group-card .group-card-image:after {
  clear: both;
}
.group-card .group-card-image:before,
.group-card .group-card-image:after {
  content: " ";
  display: table;
}
.group-card .group-card-image:after {
  clear: both;
}
.group-card .group-card-image img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.group-card .group-card-image .app-icon-feature,
.group-card .group-card-image .app-icon-col {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.group-card .group-card-image .app-icon-feature {
  border-radius: 4px 0 0 0;
  width: 7.6875em;
  height: 7.6875em;
  float: left;
  overflow: hidden;
}
.group-card .group-card-image .app-icon-col {
  width: 3.8125em;
  height: 7.6875em;
  float: left;
  overflow: hidden;
  border-radius: 0 4px 0 0;
}
.group-card .group-card-image .app-icon-col .app-icon-square {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.group-card .group-card-title {
  height: 2.9375em;
  line-height: 2.9375em !important;
}
.group-card .group-card-title .group-card-title-inner {
  width: 100%;
  font-size: 1.1875em;
  color: #222 !important;
  font-weight: 300;
  padding-left: 12px;
  white-space: nowrap;
  position: relative;
}
.group-card .group-card-title .group-card-title-inner small {
  display: block;
  font-size: .7em;
  color: #818485;
  font-weight: 400;
  margin-top: .1em;
}
.group-card .group-card-title .group-card-title-inner:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.group-card .group-card-stats,
.group-card .group-card-stats .card-stat-box {
  height: 2.9375em;
}
.group-card .group-card-stats .card-stat-box {
  position: relative;
  width: 50%;
  float: left;
}
.group-card .group-card-stats .card-stat-box:first-child {
  border-right: 1px solid #ccc;
  margin-right: -1px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.group-card .group-card-stats .card-stat-box .stat {
  font-size: 1em;
  line-height: 1;
  position: absolute;
  color: #222;
  width: 100%;
  text-align: center;
  top: 50%;
  right: 0%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.group-card .group-card-stats .card-stat-box .stat small {
  display: block;
  margin-top: .5em;
  font-size: 0.625em;
  font-weight: bold;
  text-align: center;
  color: #bbb;
}
.group-card:hover .group-card-image .app-icon-feature,
.group-card:hover .group-card-image .app-icon-col {
  opacity: 70;
  filter: alpha(opacity=7000);
}
.group-card:hover .stat-apps {
  color: #7A43B6 !important;
}
.group-card:hover .stat-score {
  color: #FD7200 !important;
}
.create-group-btn {
  background-color: #F9F9F9;
  position: relative;
}
.create-group-btn .circle-icon-group {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -43%, 0);
  transform: translate3d(50%, -43%, 0);
}
.create-group-btn .circle-add {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #A8ABAB;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.create-group-btn .circle-add svg {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0) scale(0.6);
  transform: translate3d(50%, -50%, 0) scale(0.6);
}
.create-group-btn .circle-add svg path {
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.create-group-btn .circle-add path {
  fill: #A8ABAB;
}
@media (min-width: 940px) {
  .create-group-btn .circle-add {
    width: 52px;
    height: 52px;
  }
}
.create-group-btn .circle-caption {
  font-size: .875em;
  text-transform: uppercase;
  color: #A8ABAB;
  font-weight: 700;
  letter-spacing: .07em;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.create-group-btn:hover {
  background-color: #fff;
  border-color: #26a2fb;
  border-style: dashed;
}
.create-group-btn:hover .circle-add {
  border-color: #26a2fb;
}
.create-group-btn:hover .circle-add .plus {
  fill: #26a2fb;
}
.create-group-btn:hover .circle-caption {
  color: #26a2fb;
}
.aa-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aa-tag-list:before,
.aa-tag-list:after {
  content: " ";
  display: table;
}
.aa-tag-list:after {
  clear: both;
}
.aa-tag-list:before,
.aa-tag-list:after {
  content: " ";
  display: table;
}
.aa-tag-list:after {
  clear: both;
}
.aa-tag-list li {
  float: left;
  margin: 0 5px 5px 0;
}
.aa-tag {
  width: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  -webkit-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.aa-tag .aa-tag-link {
  line-height: 23px;
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #979797;
  text-decoration: none;
  padding: 0 5px;
}
.aa-tag .aa-tag-link:after {
  content: "×";
  position: relative;
  top: -23px;
  margin-left: 4px;
  font-size: 15px;
  line-height: 1;
  color: #222;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-tag .aa-tag-actions {
  position: absolute;
  right: -20px;
  font-size: 11px;
  padding-right: 5px;
}
.aa-tag .badge {
  padding: 6px;
  font-size: 11px;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ccc;
  margin: 0 -5px 0 4px;
  border-radius: 0;
  color: #818485;
}
.aa-tag.tag-added {
  border-color: #26a2fb;
}
.aa-tag:hover {
  border-color: #FD7200;
}
.aa-tag:hover .aa-tag-link {
  color: #FD7200;
}
.aa-tag:hover .badge {
  background-color: #FD7200;
  color: #fff;
}
.aa-tag-created {
  border-color: #818485;
}
.aa-tag-created .aa-tag-link {
  color: #818485;
}
.aa-tag-created .badge {
  background-color: #818485;
  color: #fff;
}
.aa-tag-edit .aa-tag {
  width: 5px;
  margin: 0 3px 3px 0;
  border-color: #ccc;
}
.aa-tag-edit .aa-tag .aa-tag-link {
  padding: 0 0 0 5px;
  text-indent: -900px;
  cursor: default;
}
.aa-tag-edit .aa-tag .badge {
  opacity: 0;
  filter: alpha(opacity=0);
}
.aa-tag-edit .aa-tag:hover {
  border-color: #ccc;
}
.aa-tag-edit .aa-tag-created {
  width: auto;
  border-color: #ccc;
  color: #979797;
}
.aa-tag-edit .aa-tag-created .aa-tag-link {
  text-indent: 0;
  color: #979797;
  display: inline-block;
  padding-right: 5px;
  cursor: pointer;
}
.aa-tag-edit .aa-tag-created .aa-tag-link:after {
  display: inline-block;
  top: 1px;
}
.aa-tag-edit .aa-tag-created .aa-tag-actions {
  right: 0;
}
.aa-tag-edit .aa-tag-created:hover {
  border-color: #d52335;
}
.aa-tag-edit .aa-tag-created:hover .aa-tag-link {
  color: #818485;
}
.aa-tag-edit .aa-tag-created:hover .aa-tag-link:after {
  color: #d52335;
}
.aa-tag-list-large li {
  margin: 0 8px 8px 0;
}
.aa-tag-list-large .aa-tag {
  font-size: 16px;
}
.aa-tag-list-large .aa-tag .aa-tag-link {
  line-height: 30px;
  padding: 0 8px;
}
.aa-tag-list-large .aa-tag .aa-tag-link:after {
  top: 0;
  margin-left: 7px;
}
.aa-tag-list-large .aa-tag .aa-tag-actions {
  font-size: 14px;
  padding-right: 8px;
}
.aa-tag-list-large .aa-tag .badge {
  padding: 8px 7px 7px;
  font-size: 15px;
  margin: 0 -8px 0 7px;
}
.aa-tag-list-large .aa-tag-edit .aa-tag {
  width: 8px;
  margin: 0 5px 5px 0;
}
.aa-tag-list-large .aa-tag-edit .aa-tag .aa-tag-link {
  padding: 0 0 0 8px;
}
.aa-tag-action-bar {
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media (min-width: 720px) {
  .aa-tag-action-bar {
    padding: 25px;
  }
}
.user-profile {
  border-radius: 4px;
  border: 1px solid #999;
  overflow: hidden;
}
.user-profile img {
  width: 102%;
  max-width: none;
  height: auto;
}
.grid-stat-box {
  position: relative;
  text-align: center;
  padding: 0;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.grid-stat-box:nth-child(2) {
  border-right-width: 0;
}
.grid-stat-box:last-child {
  border-right: none;
}
.grid-stat-box .stat {
  font-size: 32px;
  font-weight: 300;
}
.grid-stat-box .stat small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #bbb;
  letter-spacing: .07em;
}
@media (min-width: 720px) {
  .grid-stat-box {
    border-top: none;
  }
  .grid-stat-box:nth-child(2) {
    border-right-width: 1px;
  }
}
.aa-stat-horizontal {
  padding: 20px 0 10px;
  text-align: center;
}
.aa-stat-horizontal p {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  line-height: 25px;
  color: #818485;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .07em;
}
.aa-stat-horizontal p span {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  color: #222;
  margin-right: 18px;
}
@media (min-width: 720px) {
  .aa-stat-horizontal {
    padding: 35px 0 25px;
  }
  .aa-stat-horizontal p {
    font-size: 14px;
    line-height: 30px;
  }
  .aa-stat-horizontal p span {
    font-size: 40px;
    margin-right: 24px;
  }
}
.app-stat-box,
.app-stat-box .vert-content {
  height: 100px;
}
@media (min-width: 720px) {
  .app-stat-box,
  .app-stat-box .vert-content {
    height: 150px;
  }
}
@media (min-width: 940px) {
  .app-stat-box,
  .app-stat-box .vert-content {
    height: 175px;
  }
}
@media (min-width: 1022px) {
  .app-stat-box,
  .app-stat-box .vert-content {
    height: 200px;
  }
}
.app-stat-box .stat {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate3d(50%, -43%, 0);
  transform: translate3d(50%, -43%, 0);
}
@media (min-width: 720px) {
  .app-stat-box .stat {
    font-size: 40px;
  }
  .app-stat-box .stat small {
    margin-top: 2em;
  }
}
@media (min-width: 940px) {
  .app-stat-box .stat {
    font-size: 47px;
  }
  .app-stat-box .stat small {
    margin-top: 3em;
  }
}
.app-stat-box .downloads small {
  color: #7A43B6;
}
.app-stat-box .reviews small {
  color: #43AC44;
}
.app-stat-box .social small {
  color: #004B85;
}
.app-stat-box .true-relevency small {
  color: #FB265F;
}
.grid-box-scrollable {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}
.grid-box-scrollable-inner {
  padding: 10px;
  padding-right: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}
@media (min-width: 720px) {
  .grid-box-scrollable-inner {
    padding: 40px;
  }
}
.grid-box-scrollable-inner > div:last-child {
  margin-right: 40px;
}
.screenshots-viewport {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.screenshots-viewport:before,
.screenshots-viewport:after {
  content: " ";
  display: table;
}
.screenshots-viewport:after {
  clear: both;
}
.screenshots-viewport:before,
.screenshots-viewport:after {
  content: " ";
  display: table;
}
.screenshots-viewport:after {
  clear: both;
}
.screenshots-viewport li {
  margin-right: 5%;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.screenshots-viewport li:last-child {
  margin-right: 10px;
}
.screenshots-viewport img {
  height: 250px;
  width: auto;
  max-width: none;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 720px) {
  .screenshots-viewport li:last-child {
    margin-right: 40px;
  }
  .screenshots-viewport li {
    margin-right: 2%;
  }
}
.screenshots-viewport.expanded {
  cursor: -webkit-zoom-out;
}
.screenshots-viewport.expanded img {
  height: 450px;
}
@media (min-width: 720px) {
  .screenshots-viewport.expanded img {
    height: 658px;
  }
}
.more-arrow,
.more-apps-arrow {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  text-align: right;
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
  background-image: -o-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f9f9', endColorstr='#fff9f9f9', GradientType=1);
}
.more-arrow:before,
.more-apps-arrow:before {
  font-family: 'wiki_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 20px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}
@media (min-width: 720px) {
  .more-arrow,
  .more-apps-arrow {
    width: 74px;
  }
}
.anatomy-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
.anatomy-modal.active-in {
  display: block;
}
.anatomy-modal.active {
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.anatomy-modal.active-out {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
}
.anatomy-modal .anatomy-modal-inner {
  width: 95%;
  margin: 9% auto 0;
  /*
    position:absolute;
    top:50%; right:50%;
    -webkit-transform:translate3d(50%, -50%, 0);
    transform:translate3d(50%, -50%, 0);
    */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 720px) {
  .anatomy-modal .anatomy-modal-inner {
    width: 660px;
  }
}
@media (min-width: 720px) {
  .anatomy-modal.anatomy-modal-lg .anatomy-modal-inner {
    width: 95% !important;
  }
}
@media (min-width: 1022px) {
  .anatomy-modal.anatomy-modal-lg .anatomy-modal-inner {
    width: 1020px !important;
  }
}
@media (min-width: 720px) {
  .anatomy-modal.anatomy-modal-sm .anatomy-modal-inner {
    width: 460px;
  }
}
.anatomy-modal.anatomy-modal-xs .anatomy-modal-inner {
  width: 288px;
}
.anatomy-modal.anatomy-modal-long .anatomy-modal-content {
  max-height: 400px;
  overflow: scroll;
}
.anatomy-modal .anatomy-modal-header {
  text-align: center;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  background-color: #F9F9F9;
  position: relative;
}
.anatomy-modal .anatomy-modal-header h2,
.anatomy-modal .anatomy-modal-header h3 {
  margin: 0 !important;
  padding: 0;
}
.anatomy-modal .anatomy-modal-header img {
  height: 35px;
  width: auto;
  max-width: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
@media (min-width: 940px) {
  .anatomy-modal .anatomy-modal-header {
    padding: 22px 0;
  }
}
.anatomy-modal .anatomy-modal-header h1,
.anatomy-modal .anatomy-modal-header h2,
.anatomy-modal .anatomy-modal-header h3 {
  margin-bottom: 0 !important;
}
.anatomy-modal .anatomy-modal-content {
  border-bottom: 1px solid #ccc;
  padding: 12px;
}
.anatomy-modal .anatomy-modal-content:last-child {
  border-bottom: 0;
}
.anatomy-modal .anatomy-modal-content .app-card .app-card-score .btn-circle-group {
  bottom: 0;
}
.anatomy-modal .anatomy-modal-content .app-card .app-card-score .btn-circle-vote {
  top: .4em;
}
@media (min-width: 720px) {
  .anatomy-modal .anatomy-modal-content {
    padding: 22px 22px 12px;
  }
  .anatomy-modal .anatomy-modal-content .row > div .grid-box-md {
    padding-top: 0;
  }
  .anatomy-modal .anatomy-modal-content .row > div:first-child .grid-box-md {
    padding-left: 0;
  }
  .anatomy-modal .anatomy-modal-content .row > div:last-child .grid-box-md {
    padding-right: 0;
  }
}
.anatomy-modal .anatomy-modal-secondary-content {
  border-top: 1px solid #ccc;
  padding: 12px;
  background-color: #F9F9F9;
}
@media (min-width: 720px) {
  .anatomy-modal .anatomy-modal-secondary-content {
    padding: 10px 22px 22px;
  }
}
.anatomy-modal .anatomy-modal-footer {
  padding: 12px;
}
.anatomy-modal .anatomy-modal-footer .col-xs-6:first-child {
  text-align: left;
}
.anatomy-modal .anatomy-modal-footer .col-xs-6:last-child {
  text-align: right;
}
.anatomy-modal .anatomy-modal-footer .btn-fill,
.anatomy-modal .anatomy-modal-footer .btn-simple {
  font-size: 14px;
  padding: 12px 18px;
}
@media (min-width: 720px) {
  .anatomy-modal .anatomy-modal-footer {
    padding: 12px 22px;
  }
}
.anatomy-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(35, 31, 32, 0.5);
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.anatomy-modal-backdrop.active {
  display: block;
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.anatomy-modal-backdrop.active-out {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lt-ie9 .anatomy-modal-backdrop {
  background: #231F20;
  opacity: 90;
  filter: alpha(opacity=9000);
}
.anatomy-modal-wrap {
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(30px);
  filter: url(<%= asset_path 'blur.svg#blur' %>);
  -webkit-transition: -webkit-filter 150ms ease-in;
  -moz-transition: filter 150ms ease-in;
}
.anatomy-modal-wrap.blur-out {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
}
.alt-modal-header {
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.ss-single-result .close-btn,
.ss-report-export .close-btn {
  top: 20px;
  right: 20px;
  opacity: .5;
}
.ss-single-result .close-btn:hover,
.ss-report-export .close-btn:hover {
  opacity: 1;
}
.ss-single-result .anatomy-modal-content,
.ss-report-export .anatomy-modal-content {
  text-align: center;
  position: relative;
}
.ss-single-result .anatomy-modal-content .app-icon,
.ss-report-export .anatomy-modal-content .app-icon {
  margin: 0 auto;
}
.ss-single-result .anatomy-modal-content img,
.ss-report-export .anatomy-modal-content img {
  margin: 0 auto;
}
.ss-single-result .anatomy-modal-content .app-name-dev-name,
.ss-report-export .anatomy-modal-content .app-name-dev-name,
.ss-single-result .anatomy-modal-content h3,
.ss-report-export .anatomy-modal-content h3 {
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
}
.ss-single-result .anatomy-modal-content .app-name-dev-name small,
.ss-report-export .anatomy-modal-content .app-name-dev-name small,
.ss-single-result .anatomy-modal-content h3 small,
.ss-report-export .anatomy-modal-content h3 small {
  display: block;
  color: #818485;
  font-size: 16px;
}
.ss-single-result .anatomy-modal-content h4,
.ss-report-export .anatomy-modal-content h4 {
  padding-top: 0;
  font-size: 20px;
  color: #222;
}
.ss-single-result .anatomy-modal-content h4.dev-twitter-name,
.ss-report-export .anatomy-modal-content h4.dev-twitter-name {
  padding-top: 27px;
  background: url(<%= asset_path 'twitter-icon-blue.svg' %>) no-repeat top center;
}
.ss-single-result .anatomy-modal-footer,
.ss-report-export .anatomy-modal-footer {
  text-align: center;
}
.ss-single-result .anatomy-modal-footer .btn-fill-tweet,
.ss-report-export .anatomy-modal-footer .btn-fill-tweet {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #26a2fb;
  border-color: #26a2fb;
}
.ss-single-result .anatomy-modal-footer .btn-fill-tweet:hover,
.ss-report-export .anatomy-modal-footer .btn-fill-tweet:hover {
  background-color: #048aea;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  border-bottom: none;
}
.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
  padding: 19px 15px !important;
  margin: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #F9F9F9;
  color: #999;
}
.nav-justified > li > a svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5%;
}
.nav-justified > li > a g,
.nav-justified > li > a path {
  fill: #999 !important;
}
@media (min-width: 720px) {
  .nav-justified > li > a {
    border-radius: 0 !important;
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 720px) {
  .nav-justified > li {
    border-bottom: 1px solid #ccc;
  }
  .nav-justified > li:first-child {
    border-left: 0!important;
  }
  .nav-justified > li:first-child,
  .nav-justified > li:first-child > a {
    border-radius: 0 !important;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child {
    border-right: 0 !important;
  }
  .nav-justified > li:last-child,
  .nav-justified > li:last-child > a {
    border-radius: 0 !important;
  }
}
.nav-justified > li.active {
  border-bottom: none;
}
.nav-justified > li.active > a,
.nav-justified > li.active > a:hover {
  background-color: #fff !important;
  color: #26a2fb !important;
}
.nav-justified > li.active > a g,
.nav-justified > li.active > a path {
  fill: #26a2fb !important;
}
.wiki .tab-content h3 {
  margin-bottom: 1em;
}
.search-social-bar {
  height: 50px;
  position: relative;
  margin-top: 52px;
  overflow: visible;
}
.search-social-bar:before,
.search-social-bar:after {
  content: " ";
  display: table;
}
.search-social-bar:after {
  clear: both;
}
.search-social-bar:before,
.search-social-bar:after {
  content: " ";
  display: table;
}
.search-social-bar:after {
  clear: both;
}
@media (min-width: 720px) {
  .search-social-bar {
    height: 60px;
    margin-top: 70px;
  }
}
@media (min-width: 940px) {
  .search-social-bar {
    margin-top: 0;
  }
  .search-social-bar:first-child {
    border-radius: 4px 0 0 0;
  }
  .search-social-bar:last-child {
    border-radius: 0 4px 0 0;
  }
}
.search-social-bar .aa-search {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.search-social-bar .aa-search input[type="text"],
.search-social-bar .aa-search select {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.search-social-bar .aa-search input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 45px;
  font-weight: 300;
  text-indent: 32px;
  color: #999;
  background: transparent url(<%= asset_path 'icon-search.svg' %>) no-repeat 9px 16px;
  background-size: 18px;
}
.search-social-bar .aa-search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.search-social-bar .aa-search input:-ms-input-placeholder {
  color: #999;
}
.search-social-bar .aa-search input::-webkit-input-placeholder {
  color: #999;
}
.search-social-bar .aa-search input:focus {
  color: #000;
}
.search-social-bar .aa-search input:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-social-bar .aa-search input:focus:-ms-input-placeholder {
  color: #000;
}
.search-social-bar .aa-search input:focus::-webkit-input-placeholder {
  color: #000;
}
@media (min-width: 720px) {
  .search-social-bar .aa-search input {
    height: auto;
    font-size: 28px;
    line-height: 59px;
    text-indent: 60px;
    background-position: 19px 16px;
    background-size: auto;
  }
}
.search-social-bar .aa-search select {
  position: absolute;
  top: 0;
  right: 130px;
  z-index: 2;
  width: auto;
  height: 60px;
  padding: 0 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  text-align: right;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(<%= asset_path 'select-arrow.svg' %>) no-repeat scroll 88%;
  background-size: 9px 9px !important;
}
.search-social-bar .aa-search select:hover,
.search-social-bar .aa-search select:focus {
  color: #000;
}
.search-social-bar .form-select {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 0 0;
}
.search-social-bar .form-select:before {
  content: "";
  width: 40px;
  height: 98%;
  position: absolute;
  bottom: 0;
  left: -41px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.search-social-bar .form-select .current-search {
  outline: none !important;
  text-decoration: none !important;
  width: auto;
  line-height: 51px;
  height: 50px;
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #818485;
}
@media (min-width: 720px) {
  .search-social-bar .form-select .current-search {
    font-size: 14px;
    line-height: 59px;
    height: 58px;
    padding: 0 22px 0 24px;
  }
}
.search-social-bar .form-select .caret {
  margin-top: 23px;
  margin-left: 5px;
  border-top-color: #818485;
  vertical-align: top;
}
@media (min-width: 720px) {
  .search-social-bar .form-select .caret {
    margin-top: 28px;
    margin-left: 7px;
  }
}
.search-social-bar .form-select .dropdown-menu {
  right: 0;
  left: auto;
  margin: -5px 0 0;
}
.search-social-bar .form-select .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.search-social-bar .form-select .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
@media (min-width: 720px) {
  .search-social-bar .form-select .dropdown-menu {
    margin: -10px 0 0;
  }
}
.search-social-bar .form-select.open .current-search {
  color: #000;
}
.search-social-bar .form-select.open .current-search .caret {
  border-top-color: #000;
}
.search-social-bar .social-share {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #818485;
  width: 127px;
  border-left: 1px solid #ccc;
  text-align: center;
  line-height: 50px;
}
.search-social-bar .social-share svg {
  margin-right: 9px;
  position: relative;
  top: 8px;
}
.search-social-bar .social-share svg g {
  stroke: #818485;
}
.search-social-bar .social-share:hover {
  color: #26a2fb;
}
.search-social-bar .social-share:hover g {
  stroke: #26a2fb;
}
@media (min-width: 720px) {
  .search-social-bar .social-share {
    line-height: 60px;
  }
}
.site-header-search-btn {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 9px;
  left: 8px;
  cursor: pointer;
  background: transparent url(<%= asset_path 'icon-search.svg' %>) no-repeat center center;
  background-size: 22px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-header-search-btn.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-image: url(<%= asset_path 'btn-close.svg' %>);
}
@media (min-width: 720px) {
  .site-header-search-btn {
    display: none;
    visibility: hidden;
  }
}
.site-header-search {
  overflow: hidden;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.site-header-search:before,
.site-header-search:after {
  content: " ";
  display: table;
}
.site-header-search:after {
  clear: both;
}
.site-header-search:before,
.site-header-search:after {
  content: " ";
  display: table;
}
.site-header-search:after {
  clear: both;
}
.site-header-search.active {
  height: 52px;
  overflow: visible;
  border-bottom: 1px solid #ccc;
}
.site-header-search.active .form-select {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
@media (min-width: 720px) {
  .site-header-search {
    width: 44%;
    height: 58px;
    overflow: visible;
    float: left;
    margin-top: 5px;
    margin-left: 170px;
    border-bottom: none;
  }
}
@media (min-width: 940px) {
  .site-header-search {
    width: 60%;
  }
}
.site-header-search .aa-search {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: visible;
}
.site-header-search .aa-search input[type="text"],
.site-header-search .aa-search select {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.site-header-search .aa-search input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 49px;
  font-weight: 300;
  text-indent: 60px;
  color: #999;
}
.site-header-search .aa-search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.site-header-search .aa-search input:-ms-input-placeholder {
  color: #999;
}
.site-header-search .aa-search input::-webkit-input-placeholder {
  color: #999;
}
.site-header-search .aa-search input:focus {
  color: #000;
}
.site-header-search .aa-search input:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.site-header-search .aa-search input:focus:-ms-input-placeholder {
  color: #000;
}
.site-header-search .aa-search input:focus::-webkit-input-placeholder {
  color: #000;
}
@media (min-width: 720px) {
  .site-header-search .aa-search input {
    font-size: 24px;
    line-height: 49px;
  }
}
.site-header-search .aa-search:before {
  content: "";
  width: 40px;
  height: 98%;
  position: absolute;
  bottom: 0;
  left: -41px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.site-header-search .form-select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.site-header-search .form-select .current-search {
  outline: none !important;
  text-decoration: none !important;
  width: 48px;
  height: 48px;
  line-height: 47px;
  display: block;
  text-indent: -9999px;
  background: transparent url(<%= asset_path 'icon-search.svg' %>) no-repeat center center;
  background-size: 23px;
}
@media (min-width: 720px) {
  .site-header-search .form-select .current-search {
    font-size: 14px;
    line-height: 59px;
    height: 58px;
  }
}
.site-header-search .form-select .caret {
  position: absolute;
  right: 2px;
  bottom: 25px;
  border-top-color: #818485;
  vertical-align: top;
}
.site-header-search .form-select .dropdown-menu {
  left: 9px;
  margin: -5px 0 0;
}
.site-header-search .form-select .dropdown-menu > li > a {
  font-size: 1em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
}
.site-header-search .form-select .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.site-header-search .form-select .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.site-header-search .form-select .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
@media (min-width: 720px) {
  .site-header-search .form-select .dropdown-menu {
    margin: -10px 0 0;
  }
}
.site-header-search .form-select.open .current-search {
  color: #000;
}
.site-header-search .form-select.open .current-search .caret {
  border-top-color: #000;
}
@media (min-width: 720px) {
  .site-header-search .form-select {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.aa-search .tt-dropdown-menu {
  max-height: 450px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 5px;
  padding: 0;
}
.aa-search .tt-suggestions {
  margin: 20px 0;
}
.aa-search .tt-suggestion {
  margin: 0 20px;
  padding: 5px 0;
  height: auto;
  color: #666;
  font-weight: 300;
  font-size: 16px;
}
.aa-search .tt-suggestion:hover {
  color: #FD7200;
  background: transparent;
}
.aa-search .tt-suggestion * {
  padding: 0;
  margin: 0;
  height: auto;
}
.aa-search .function-group-suggestions {
  margin: 0 20px 0 20px !important;
  padding: 0 0 3px !important;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.cta-signup-bar {
  width: auto;
  padding: 28px 14px;
  border-top: 1px solid #ccc;
  text-align: center;
  position: relative;
}
.cta-signup-bar h3 {
  margin: 0 0 20px;
}
.cta-signup-bar .btn-primary {
  margin: 0;
}
@media (min-width: 720px) {
  .cta-signup-bar {
    padding: 20px 22px;
  }
  .cta-signup-bar h3 {
    margin: 7px 0;
    padding-left: 34px;
    line-height: 24px;
    text-align: left;
  }
  .cta-signup-bar h3:before {
    content: "";
    width: 24px;
    height: 24px;
    background-size: contain !important;
    background: url(<%= asset_path 'icon-signup.svg' %>) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .cta-signup-bar .col-sm-3 {
    text-align: right;
  }
}
@media (min-width: 940px) {
  .cta-signup-bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-signup-bar h3 {
    padding-left: 47px;
    line-height: 33px;
  }
  .cta-signup-bar h3:before {
    width: 33px;
    height: 33px;
  }
  .cta-signup-bar .btn-primary {
    margin-top: 3px;
  }
}
@media (min-width: 1022px) {
  .cta-signup-bar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.fixed-cta-bar {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 9;
  background: #000;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fixed-cta-bar.reveal {
  bottom: 0 !important;
}
.fixed-cta-bar h3 {
  color: #222;
  margin: 0 0 10px 10px;
}
.fixed-cta-bar h3:before {
  background-image: url(<%= asset_path 'appscore-noarrow.png' %>)
}
.fixed-cta-bar .login {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: .07em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.5em;
  margin-top: .5em;
  background-color: transparent;
  background-image: url(<%= asset_path 'icon-login.png' %>);
  padding-left: 19px;
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  vertical-align: top;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  outline: none !important;
}
.fixed-cta-bar .login:hover,
.fixed-cta-bar .login.active {
  text-decoration: none;
  outline: none !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-cta-bar .btn-primary {
  padding: 11px 7%;
  line-height: normal;
  background-color: #26a2fb;
  border-color: #26a2fb;
  margin-right: 10px;
}
.fixed-cta-bar .btn-primary:hover {
  background-color: #048aea;
  border-color: #26a2fb;
}
@media (min-width: 720px) {
  .fixed-cta-bar {
    padding: 10px 0;
  }
  .fixed-cta-bar h3 {
    margin-left: 20px;
  }
  .fixed-cta-bar .btn-primary {
    margin-right: 20px;
  }
}
@media (min-width: 940px) {
  .fixed-cta-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fixed-cta-bar h3,
  .fixed-cta-bar .btn-primary {
    margin-left: 0;
    margin-right: 0;
  }
  .fixed-cta-bar h3 {
    margin-top: 6px;
  }
}
.aa-billboard-pricing,
.aa-billboard-search,
.aa-billboard-api,
.secondary-cta-section {
  padding: 30px 0;
  text-align: center;
}
.aa-billboard-pricing .aa-billboard-content,
.aa-billboard-search .aa-billboard-content,
.aa-billboard-api .aa-billboard-content,
.secondary-cta-section .aa-billboard-content,
.aa-billboard-pricing .aa-billboard-links,
.aa-billboard-search .aa-billboard-links,
.aa-billboard-api .aa-billboard-links,
.secondary-cta-section .aa-billboard-links {
  margin-bottom: 20px;
}
.aa-billboard-pricing .aa-billboard-content h1,
.aa-billboard-search .aa-billboard-content h1,
.aa-billboard-api .aa-billboard-content h1,
.secondary-cta-section .aa-billboard-content h1,
.aa-billboard-pricing .aa-billboard-links h1,
.aa-billboard-search .aa-billboard-links h1,
.aa-billboard-api .aa-billboard-links h1,
.secondary-cta-section .aa-billboard-links h1,
.aa-billboard-pricing .aa-billboard-content h2,
.aa-billboard-search .aa-billboard-content h2,
.aa-billboard-api .aa-billboard-content h2,
.secondary-cta-section .aa-billboard-content h2,
.aa-billboard-pricing .aa-billboard-links h2,
.aa-billboard-search .aa-billboard-links h2,
.aa-billboard-api .aa-billboard-links h2,
.secondary-cta-section .aa-billboard-links h2,
.aa-billboard-pricing .aa-billboard-content h3,
.aa-billboard-search .aa-billboard-content h3,
.aa-billboard-api .aa-billboard-content h3,
.secondary-cta-section .aa-billboard-content h3,
.aa-billboard-pricing .aa-billboard-links h3,
.aa-billboard-search .aa-billboard-links h3,
.aa-billboard-api .aa-billboard-links h3,
.secondary-cta-section .aa-billboard-links h3 {
  font-weight: 300;
}
.aa-billboard-pricing .aa-billboard-content h1,
.aa-billboard-search .aa-billboard-content h1,
.aa-billboard-api .aa-billboard-content h1,
.secondary-cta-section .aa-billboard-content h1,
.aa-billboard-pricing .aa-billboard-links h1,
.aa-billboard-search .aa-billboard-links h1,
.aa-billboard-api .aa-billboard-links h1,
.secondary-cta-section .aa-billboard-links h1,
.aa-billboard-pricing .aa-billboard-content h2,
.aa-billboard-search .aa-billboard-content h2,
.aa-billboard-api .aa-billboard-content h2,
.secondary-cta-section .aa-billboard-content h2,
.aa-billboard-pricing .aa-billboard-links h2,
.aa-billboard-search .aa-billboard-links h2,
.aa-billboard-api .aa-billboard-links h2,
.secondary-cta-section .aa-billboard-links h2 {
  color: #222;
  font-size: 30px;
}
.aa-billboard-pricing .aa-billboard-content h1 img,
.aa-billboard-search .aa-billboard-content h1 img,
.aa-billboard-api .aa-billboard-content h1 img,
.secondary-cta-section .aa-billboard-content h1 img,
.aa-billboard-pricing .aa-billboard-links h1 img,
.aa-billboard-search .aa-billboard-links h1 img,
.aa-billboard-api .aa-billboard-links h1 img,
.secondary-cta-section .aa-billboard-links h1 img,
.aa-billboard-pricing .aa-billboard-content h2 img,
.aa-billboard-search .aa-billboard-content h2 img,
.aa-billboard-api .aa-billboard-content h2 img,
.secondary-cta-section .aa-billboard-content h2 img,
.aa-billboard-pricing .aa-billboard-links h2 img,
.aa-billboard-search .aa-billboard-links h2 img,
.aa-billboard-api .aa-billboard-links h2 img,
.secondary-cta-section .aa-billboard-links h2 img {
  display: block;
  margin: 0 auto 26px;
}
.aa-billboard-pricing .aa-billboard-content h3,
.aa-billboard-search .aa-billboard-content h3,
.aa-billboard-api .aa-billboard-content h3,
.secondary-cta-section .aa-billboard-content h3,
.aa-billboard-pricing .aa-billboard-links h3,
.aa-billboard-search .aa-billboard-links h3,
.aa-billboard-api .aa-billboard-links h3,
.secondary-cta-section .aa-billboard-links h3 {
  color: #818485;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0;
}
@media (min-width: 720px) {
  .aa-billboard-pricing .aa-billboard-content,
  .aa-billboard-search .aa-billboard-content,
  .aa-billboard-api .aa-billboard-content,
  .secondary-cta-section .aa-billboard-content,
  .aa-billboard-pricing .aa-billboard-links,
  .aa-billboard-search .aa-billboard-links,
  .aa-billboard-api .aa-billboard-links,
  .secondary-cta-section .aa-billboard-links {
    padding: 0 5%;
    margin-bottom: 35px;
  }
  .aa-billboard-pricing .aa-billboard-content h1,
  .aa-billboard-search .aa-billboard-content h1,
  .aa-billboard-api .aa-billboard-content h1,
  .secondary-cta-section .aa-billboard-content h1,
  .aa-billboard-pricing .aa-billboard-links h1,
  .aa-billboard-search .aa-billboard-links h1,
  .aa-billboard-api .aa-billboard-links h1,
  .secondary-cta-section .aa-billboard-links h1,
  .aa-billboard-pricing .aa-billboard-content h2,
  .aa-billboard-search .aa-billboard-content h2,
  .aa-billboard-api .aa-billboard-content h2,
  .secondary-cta-section .aa-billboard-content h2,
  .aa-billboard-pricing .aa-billboard-links h2,
  .aa-billboard-search .aa-billboard-links h2,
  .aa-billboard-api .aa-billboard-links h2,
  .secondary-cta-section .aa-billboard-links h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .aa-billboard-pricing .aa-billboard-content h3,
  .aa-billboard-search .aa-billboard-content h3,
  .aa-billboard-api .aa-billboard-content h3,
  .secondary-cta-section .aa-billboard-content h3,
  .aa-billboard-pricing .aa-billboard-links h3,
  .aa-billboard-search .aa-billboard-links h3,
  .aa-billboard-api .aa-billboard-links h3,
  .secondary-cta-section .aa-billboard-links h3 {
    font-size: 21px;
    margin-bottom: 36px;
  }
}
.aa-billboard-pricing .aa-billboard-links,
.aa-billboard-search .aa-billboard-links,
.aa-billboard-api .aa-billboard-links,
.secondary-cta-section .aa-billboard-links {
  margin-top: 2em;
  margin-bottom: 0;
}
.aa-billboard-pricing .aa-billboard-links a,
.aa-billboard-search .aa-billboard-links a,
.aa-billboard-api .aa-billboard-links a,
.secondary-cta-section .aa-billboard-links a {
  color: #FD7200;
}
.aa-billboard-pricing,
.aa-billboard-search,
.aa-billboard-api {
  background: url(<%= asset_path 'app-cloud.jpg' %>) no-repeat center bottom;
  background-attachment: fixed;
}
@media (min-width: 720px) {
  .aa-billboard-search,
  .aa-billboard-api {
    padding: 2em 0 7em;
  }
}
@media (min-width: 940px) {
  .aa-billboard-search,
  .aa-billboard-api {
    padding: 0;
    margin-top: -70px;
  }
  .aa-billboard-search,
  .aa-billboard-api,
  .aa-billboard-search .vert-content,
  .aa-billboard-api .vert-content {
    height: 100vh;
  }
}
.aa-billboard-pricing {
  padding: 3em 0;
}
@media (min-width: 720px) {
  .aa-billboard-pricing {
    padding: 5em 0;
  }
}
.aa-billboard-api {
  background-position: center top;
}
.aa-billboard-search .aa-billboard-content h1 img {
  height: 65px;
  width: auto;
  max-width: none;
}
.aa-billboard-search .search-social-bar {
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  max-width: 683px;
  margin: 0 auto;
}
.aa-billboard-pricing .aa-billboard-links {
  margin-top: 2em;
}
.pricing-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin: 0 5px 10px;
  height: auto;
  position: relative;
  transition: 0.25s border ease-in-out;
}
.pricing-box:hover {
  border: 1px solid #FD7200;
}
@media (min-width: 720px) {
  .pricing-box {
    height: 500px;
  }
}
@media (min-width: 940px) {
  .pricing-box {
    height: 464px;
  }
}
.pricing-box .price-name {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.pricing-box .price-name img {
  display: block;
  margin: -4px auto 4px;
  width: 25px;
  height: auto;
}
@media (min-width: 720px) {
  .pricing-box .price-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.pricing-box .price {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}
.pricing-box .price span {
  display: inline-block;
  font-size: 14px;
  color: #818485;
}
@media (min-width: 720px) {
  .pricing-box .price {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .pricing-box .price span {
    font-size: 17px;
  }
}
.pricing-box .price-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pricing-box .price-features li {
  font-size: 14px;
  padding-left: 20px;
  color: #818485;
  text-align: left;
  margin-bottom: .875em;
  background: url(<%= asset_path 'icon-verified-check.svg' %>) no-repeat 0 3px;
  background-size: auto 15px !important;
}
@media (min-width: 940px) {
  .pricing-box .price-features li {
    margin-bottom: 1.125em;
  }
}
.pricing-box .price-coming-soon {
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 720px) {
  .pricing-box .price-coming-soon {
    margin-top: 55%;
  }
}
.pricing-box .price-cta {
  width: 100%;
}
.pricing-box .price-cta .btn {
  font-size: 1em;
  line-height: 1;
  display: block;
  padding: .75em 2em;
  color: #fff;
  background-color: #FD7200;
  border-color: #e46700;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block !important;
  cursor: pointer;
}
@media (min-width: 480px) {
  .pricing-box .price-cta .btn {
    display: inline-block;
  }
}
@media (min-width: 940px) {
  .pricing-box .price-cta .btn {
    padding: .75em 2.5em;
  }
}
.pricing-box .price-cta .btn:hover,
.pricing-box .price-cta .btn:focus,
.pricing-box .price-cta .btn.focus,
.pricing-box .price-cta .btn:active,
.pricing-box .price-cta .btn.active,
.open > .dropdown-toggle.pricing-box .price-cta .btn {
  color: #fff;
  background-color: #ca5b00;
  border-color: #a64b00;
}
.pricing-box .price-cta .btn:active,
.pricing-box .price-cta .btn.active,
.open > .dropdown-toggle.pricing-box .price-cta .btn {
  background-image: none;
}
.pricing-box .price-cta .btn.disabled,
.pricing-box .price-cta .btn[disabled],
fieldset[disabled] .pricing-box .price-cta .btn,
.pricing-box .price-cta .btn.disabled:hover,
.pricing-box .price-cta .btn[disabled]:hover,
fieldset[disabled] .pricing-box .price-cta .btn:hover,
.pricing-box .price-cta .btn.disabled:focus,
.pricing-box .price-cta .btn[disabled]:focus,
fieldset[disabled] .pricing-box .price-cta .btn:focus,
.pricing-box .price-cta .btn.disabled.focus,
.pricing-box .price-cta .btn[disabled].focus,
fieldset[disabled] .pricing-box .price-cta .btn.focus,
.pricing-box .price-cta .btn.disabled:active,
.pricing-box .price-cta .btn[disabled]:active,
fieldset[disabled] .pricing-box .price-cta .btn:active,
.pricing-box .price-cta .btn.disabled.active,
.pricing-box .price-cta .btn[disabled].active,
fieldset[disabled] .pricing-box .price-cta .btn.active {
  background-color: #FD7200;
  border-color: #e46700;
}
.pricing-box .price-cta .btn .badge {
  color: #FD7200;
  background-color: #fff;
}
@media (min-width: 720px) {
  .pricing-box .price-cta {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
}
.pricing-box.pricing-single .price-name {
  color: #26a2fb;
}
.pricing-box.pricing-single .price-cta .btn {
  background-color: #26a2fb;
  border-color: #26a2fb;
}
.pricing-box.pricing-single .price-cta .btn:hover {
  background-color: #048aea;
}
.pricing-box.pricing-pro .price-name {
  color: #FD7200;
}
.pricing-box.pricing-pro .price-cta .btn {
  background-color: #FD7200;
  border-color: #FD7200;
}
.pricing-box.pricing-pro .price-cta .btn:hover {
  background-color: #ca5b00;
}
.pricing-box.pricing-api .price-name {
  color: #7A43B6;
}
.pricing-box.pricing-api .price-cta .btn {
  background-color: #7A43B6;
  border-color: #7A43B6;
}
.pricing-box.pricing-api .price-cta .btn:hover {
  background-color: #613591;
}
.pricing-box.recommended {
  background: #fff url(<%= asset_path 'recommended-banner.png' %>) no-repeat right top;
  background-size: auto 75px;
}
.pricing-box-small {
  padding: 15px;
  height: auto !important;
  margin-bottom: .5em;
}
.pricing-box-small .price-name {
  font-size: 14px !important;
}
@media (min-width: 720px) {
  .pricing-box-small .price {
    font-size: 35px;
  }
  .pricing-box-small .price span {
    font-size: 14px;
  }
}
.pricing-box-small .price-features li {
  padding: 0;
  background-image: none;
}
.form-packages {
  text-align: center !important;
}
.form-packages input {
  margin: 0 auto 10px !important;
  display: block;
  width: auto;
}
.form-packages .pricing-box .price-cta .btn {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}
.form-packages input[type="radio"] {
  display: none;
}
.form-packages input[type=radio]:checked + .radio .pricing-box {
  border: 1px solid #FD7200;
}
.form-packages .radio {
  cursor: pointer;
}
.secondary-cta-section {
  background: #fff;
}
.secondary-cta-section h2 {
  margin-top: 1em;
}
.grid-billboard-detail-content {
  padding: 44px 0;
}
.profile-billboard-content {
  border-bottom: 1px solid #ccc;
}
.profile-billboard-content h1 {
  color: #222;
}
.profile-billboard-content .grid-billboard-content-inner {
  padding: 20px 0;
}
.profile-billboard-content .grid-billboard-content-inner:before,
.profile-billboard-content .grid-billboard-content-inner:after {
  content: " ";
  display: table;
}
.profile-billboard-content .grid-billboard-content-inner:after {
  clear: both;
}
.profile-billboard-content .grid-billboard-content-inner:before,
.profile-billboard-content .grid-billboard-content-inner:after {
  content: " ";
  display: table;
}
.profile-billboard-content .grid-billboard-content-inner:after {
  clear: both;
}
.profile-billboard-content .grid-billboard-content-inner .user-profile-lg {
  width: 57px;
  height: 57px;
  margin: 0 auto 15px;
}
@media (min-width: 720px) {
  .profile-billboard-content .grid-billboard-content-inner .user-profile-lg {
    float: left;
    margin: 0 20px 0;
  }
}
@media (min-width: 940px) {
  .profile-billboard-content .grid-billboard-content-inner .user-profile-lg {
    margin-right: 25px;
    margin: 0 25px 0 0;
  }
}
.profile-billboard-content .grid-billboard-content-inner .user-profile-content {
  text-align: center;
}
.profile-billboard-content .grid-billboard-content-inner .user-profile-content,
.profile-billboard-content .grid-billboard-content-inner .user-profile-content .vert-content {
  padding: 0;
}
@media (min-width: 720px) {
  .profile-billboard-content .grid-billboard-content-inner .user-profile-content,
  .profile-billboard-content .grid-billboard-content-inner .user-profile-content .vert-content {
    height: 57px;
    float: left;
    text-align: left;
  }
}
.profile-billboard-content .grid-billboard-content-inner .user-profile-content h1 {
  font-size: 26px;
  margin: 0 0 5px;
}
.profile-billboard-content .grid-billboard-content-inner .user-profile-content h6 {
  margin: 0 0 0 2px;
  color: #bbb;
}
.profile-billboard-content .grid-billboard-content-inner .user-profile-content h6 .user-date {
  display: inline-block;
  margin-left: 10px;
}
.profile-billboard-content .grid-billboard-content-inner .group-title {
  text-align: center;
}
.profile-billboard-content .grid-billboard-content-inner .group-title h1 {
  margin: 0 0 0 20px;
}
@media (min-width: 720px) {
  .profile-billboard-content .grid-billboard-content-inner .group-title {
    text-align: left;
  }
  .profile-billboard-content .grid-billboard-content-inner .group-title h1 {
    line-height: 56px;
    margin-left: 0;
  }
}
.profile-billboard-content .grid-billboard-content-inner .billboard-actions {
  text-align: center;
  margin: 10px 0 0;
}
@media (min-width: 720px) {
  .profile-billboard-content .grid-billboard-content-inner .billboard-actions {
    margin: 4.5% 5% 0 0;
    float: right;
    text-align: right;
  }
}
.profile-billboard-content .billboard-action-bar {
  padding: .875em 0;
  border-top: 1px solid #ccc;
}
.profile-billboard-content .billboard-action-bar a {
  margin: 0 5px;
}
@media (min-width: 720px) {
  .profile-billboard-content .billboard-action-bar > div:first-child a:first-child {
    margin-left: 20px;
  }
  .profile-billboard-content .billboard-action-bar > div:last-child a:last-child {
    margin-right: 20px;
  }
  .profile-billboard-content .billboard-action-bar > div:last-child a {
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  .profile-billboard-content .billboard-action-bar > div:first-child a:first-child {
    margin-left: 0;
  }
  .profile-billboard-content .billboard-action-bar > div:last-child a:last-child {
    margin-right: 0;
  }
}
.profile-billboard-content .grid-stat-box {
  height: 57px;
  line-height: 45px;
  margin: 0 0 20px;
  padding: 0 4%;
  border-top: 0;
  display: inline-block;
}
.profile-billboard-content .grid-stat-box:first-child {
  border-left: none;
  margin-left: 0;
  margin-right: 0;
}
.profile-billboard-content .grid-stat-box:nth-child(2) {
  border-right-width: 1px;
}
.profile-billboard-content .grid-stat-box:last-child {
  margin-right: 0;
}
.profile-billboard-content .grid-stat-box .stat {
  font-size: 18px;
  font-weight: 400;
}
.profile-billboard-content .grid-stat-box .stat small {
  line-height: 12px;
  margin-top: -9px;
}
@media (min-width: 720px) {
  .profile-billboard-content .grid-stat-box {
    margin: 20px 0;
  }
}
.app-billboard-content {
  padding: 25px 20px;
}
@media (min-width: 720px) {
  .app-billboard-content {
    padding: 32px 20px;
    border-bottom: 1px solid #ccc;
  }
  .app-billboard-content .col-sm-6:first-child {
    border-right: 1px solid #ccc;
  }
  .app-billboard-content.no-col-6-divider .col-sm-6:first-child {
    border-right: 0;
  }
}
@media (min-width: 940px) {
  .app-billboard-content {
    padding: 48px 0;
  }
}
.app-billboard-content .aa-app-info {
  width: 100%;
}
.app-billboard-content .aa-app-info:before,
.app-billboard-content .aa-app-info:after {
  content: " ";
  display: table;
}
.app-billboard-content .aa-app-info:after {
  clear: both;
}
.app-billboard-content .aa-app-info:before,
.app-billboard-content .aa-app-info:after {
  content: " ";
  display: table;
}
.app-billboard-content .aa-app-info:after {
  clear: both;
}
.app-billboard-content .aa-app-info .app-icon {
  width: 147px;
  height: 147px;
}
@media (min-width: 720px) {
  .app-billboard-content .aa-app-info .app-icon {
    width: 208px;
    height: 208px;
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 940px) {
  .app-billboard-content .aa-app-info .app-icon {
    width: 218px;
    height: 218px;
    margin-right: 40px;
  }
}
.app-billboard-content .aa-app-info .app-info-content .app-name {
  margin: 10px 0;
}
.app-billboard-content .aa-app-info .app-info-content p {
  font-size: 13px;
  line-height: 1.2;
  color: #818485;
  padding: 3px 0 0 55px;
  position: relative;
  margin: 6px 0;
  display: inline-block;
  text-align: left;
}
@media (min-width: 720px) {
  .app-billboard-content .aa-app-info .app-info-content p {
    display: block;
    padding-top: 0;
  }
}
.app-billboard-content .aa-app-info .app-info-content .platform {
  width: 42px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: auto 35px !important;
}
.app-billboard-content .aa-app-info .app-info-content .platform.ios {
  background-image: url(<%= asset_path 'icon-ios.svg' %>);
}
.app-billboard-content .aa-app-info .app-info-content .platform.android {
  background-image: url(<%= asset_path 'icon-android-os.svg' %>);
}
.app-billboard-content .aa-app-info .app-info-content h5 {
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  margin: 12px 0 14px;
}
.app-billboard-content .aa-app-info .app-info-content h5 a {
  display: inline-block;
  padding: 0 6px;
  margin-left: 15px;
  border: 1px solid #43AC44;
  color: #43AC44;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.app-billboard-content .aa-app-info .app-info-content h5 a:hover {
  border-color: #2e752e;
  color: #fff;
  background-color: #43AC44;
}
.app-billboard-content .aa-app-info .app-info-content .platform-version {
  margin: 3px 0 0;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.app-billboard-content .aa-app-info .app-info-content ul li {
  display: inline-block;
  float: none;
}
@media (min-width: 720px) {
  .app-billboard-content .aa-app-info .app-info-content {
    width: 20em;
    float: left;
  }
  .app-billboard-content .aa-app-info .app-info-content .app-name {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .app-billboard-content .aa-app-info .app-info-content p {
    font-size: 14px;
  }
}
@media (min-width: 940px) {
  .app-billboard-content .aa-app-info .app-info-content {
    width: 25em;
  }
}
.app-billboard-content .aa-app-info .aa-tag-list li {
  margin: 0 2px 0 0;
}
.app-billboard-content .app-score-vote-group {
  margin: 15px 0 20px;
}
@media (min-width: 720px) {
  .app-billboard-content .app-score-vote-group {
    margin: 0;
  }
}
.app-billboard-content .app-score-icon {
  width: 69px;
  height: 69px;
  display: inline-block;
  margin-right: 20px;
}
.app-billboard-content .app-score-icon span {
  font-size: 32px;
}
@media (min-width: 720px) {
  .app-billboard-content .app-score-icon {
    margin-right: 0;
    width: 114px;
    height: 114px;
  }
  .app-billboard-content .app-score-icon span {
    font-size: 52px;
  }
}
.app-billboard-content .btn-circle-group {
  display: inline-block;
}
@media (min-width: 720px) {
  .app-billboard-content .btn-circle-group {
    display: block;
    margin-top: 24px;
    margin-right: 4px;
  }
}
@media (min-width: 940px) {
  .app-billboard-content .btn-circle-group {
    margin-top: 31px;
  }
}
.app-info-header .col-sm-3,
.app-info-header .col-sm-9 {
  position: relative;
}
.app-info-header .app-info-content:before,
.app-info-header .app-info-content:after {
  content: " ";
  display: table;
}
.app-info-header .app-info-content:after {
  clear: both;
}
.app-info-header .app-info-content:before,
.app-info-header .app-info-content:after {
  content: " ";
  display: table;
}
.app-info-header .app-info-content:after {
  clear: both;
}
.app-info-header .app-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .app-info-header .app-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.app-info-header .description-btn {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 2px 9px 0;
  margin: 20px auto 10px;
  border: 1px solid #999;
  color: #818485;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.app-info-header .description-btn:hover {
  border-color: #222;
  color: #222;
  background-color: #fff;
}
@media (min-width: 720px) {
  .app-info-header .description-btn {
    margin: 0;
  }
}
.app-info-header h1 {
  text-align: center;
  margin: 0;
  color: #222;
  font-size: 26px;
}
.app-info-header h1 .app-score-icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
}
.app-info-header h1 .app-score-icon span {
  font-size: 19px;
}
.app-info-header h1 .app-score-icon .score-arrow {
  font-size: 16px;
}
@media (min-width: 720px) {
  .app-info-header h1 {
    text-align: left;
  }
}
@media (min-width: 940px) {
  .app-info-header h1 {
    text-align: left;
    font-size: 36px;
    margin-top: 14px;
  }
}
.app-info-header h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
}
.app-info-header h2,
.app-info-header h2 span,
.app-info-header h2 a {
  color: #787677;
}
.app-info-header h2 span {
  display: block;
}
.app-info-header h2 a {
  display: inline-block;
}
.app-info-header h2 a:hover {
  color: #26a2fb;
  text-decoration: underline;
}
.app-info-header h2 .app-developer {
  margin-right: 15px;
}
.app-info-header h2 .app-developer .twitter {
  width: 30px;
  height: 18px;
  cursor: pointer;
  opacity: .5;
  background: url(<%= asset_path 'icon-twitter-symbol.svg' %>) no-repeat right center;
  background-size: auto 90%;
}
.app-info-header h2 .app-developer .twitter:hover {
  opacity: .9;
}
.app-info-header h2 .app-category a {
  padding: 0 8px;
}
.app-info-header h2 .app-category a:first-child {
  padding-left: 0;
}
@media (min-width: 720px) {
  .app-info-header h2 {
    text-align: left;
  }
  .app-info-header h2 span {
    display: inline-block;
  }
}
@media (min-width: 940px) {
  .app-info-header h2 {
    font-size: 22px;
    margin: 10px 0 0;
    line-height: 1;
  }
  .app-info-header h2 .app-developer {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
  }
}
.app-info-header .app-actions {
  display: inline-block;
  margin-top: 16px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  height: 68px;
}
.app-info-header .app-actions .btn-circle {
  width: 52px !important;
  height: 52px !important;
  font-size: 1.5em !important;
}
.app-info-header .app-actions .btn-circle-group {
  margin-top: 0;
}
.app-info-header .app-actions .btn-circle-group a {
  margin-left: 6px;
  margin-right: 6px;
}
@media (min-width: 720px) {
  .app-info-header .app-actions {
    float: right;
    display: block;
    padding-right: 10px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-left: 0;
    border-left: none;
  }
}
.app-info-header .app-score-icon {
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-top: -25px;
}
.app-info-header .app-score-icon span {
  font-size: 33px;
}
.app-info-header .app-score-icon .score-arrow {
  font-size: 23px;
}
@media (min-width: 720px) {
  .app-info-header .app-score-icon {
    float: right;
    display: block;
    margin-top: 15px;
  }
}
@media (min-width: 940px) {
  .app-info-header .app-score-icon {
    width: 90px;
    height: 90px;
    margin-top: 5px;
  }
  .app-info-header .app-score-icon span {
    font-size: 42px;
  }
  .app-info-header .app-score-icon .score-arrow {
    font-size: 28px;
  }
}
.app-info-header hr {
  border-top-color: #ccc;
  clear: both;
}
.app-info-header p,
.app-info-header ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.app-info-header ul {
  list-style: none;
  text-align: left;
}
.app-info-header ul li {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: center left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 18px;
}
@media (min-width: 720px) {
  .app-info-header ul li {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 22px;
    border-bottom: none;
  }
}
.app-info-header ul li,
.app-info-header ul li a {
  color: #787677;
  display: inline-block;
}
.app-info-header ul li a:hover {
  color: blue;
  text-decoration: underline;
}
.app-info-header ul li.android {
  background-image: url(<%= asset_path 'icon-android-os.svg' %>);
}
.app-info-header ul li.ios {
  background-image: url(<%= asset_path 'icon-ios.svg' %>);
}
.app-info-header ul li.app-price {
  background-image: url(<%= asset_path 'icon-price.svg' %>);
}
.app-info-header ul li.rating-everyone {
  background-image: url(<%= asset_path 'rating-everyone.svg' %>);
}
.app-info-header ul li.rating-10 {
  background-image: url(<%= asset_path 'rating-10.svg' %>);
}
.app-info-header ul li.rating-14 {
  background-image: url(<%= asset_path 'rating-14.svg' %>);
}
.app-info-header ul li.rating-16 {
  background-image: url(<%= asset_path 'rating-16.svg' %>);
}
.app-info-header ul li.app-installs {
  background-image: url(<%= asset_path 'icon-installs.svg' %>);
}
.app-info-header ul li.app-version {
  background-image: url(<%= asset_path 'icon-version.svg' %>);
}
.app-info-header ul li.app-performance {
  padding-left: 18px;
}
.app-info-header ul li.app-performance.high {
  background-image: url(<%= asset_path 'icon-sm-performance-high.svg' %>);
}
.app-info-header ul li.app-performance.medium {
  background-image: url(<%= asset_path 'icon-sm-performance-med.svg' %>);
}
.app-info-header ul li.app-performance.low {
  background-image: url(<%= asset_path 'icon-sm-performance-low.svg' %>);
}
@media (min-width: 940px) {
  .app-info-header .app-additional-info ul {
    float: left;
  }
  .app-info-header .app-additional-info p {
    float: right;
    margin-top: -3px;
  }
}
.grid-app-wall {
  padding: 10px 5px 5px;
}
@media (min-width: 720px) {
  .grid-app-wall {
    padding-bottom: 3em;
  }
}
.grid-app-wall .grid-app-wall-inner {
  max-width: 1022px;
  margin: 0 auto;
}
.group-description {
  padding: 2em 0;
  text-align: center;
}
.group-description p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.grid-apps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.grid-apps .app-card {
  display: flex;
}
.aa-tags .grid-box-md {
  padding: 15px;
}
.aa-tags .aa-no-tags {
  background-color: #eee;
}
.aa-tags .aa-no-tags,
.aa-tags .aa-no-tags .vert-content {
  height: 320px;
  position: relative;
}
.aa-tags .aa-no-tags .vert-content {
  text-align: center;
}
.aa-tags .aa-no-tags-overlay {
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.aa-tags .aa-no-tags-blur {
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(10px);
  filter: url(<%= asset_path 'blur.svg#blur' %>);
  -webkit-transition: -webkit-filter 150ms ease-in;
  -moz-transition: filter 150ms ease-in;
}
.aa-sentiments,
.aa-behaviors {
  background-color: #F9F9F9;
  overflow: hidden;
}
@media (min-width: 720px) {
  .aa-reviews-mentions {
    margin-right: -1px;
    border-right: 1px solid #ccc;
  }
}
.aa-app-review:first-child {
  padding-top: 0;
}
.aa-app-review:last-child {
  border-bottom: none;
}
.aa-app-review p {
  margin-top: 0;
}
.aa-app-review p:last-child {
  margin-bottom: 0;
}
.aa-app-review img {
  display: block;
  margin: 5% auto 20px;
}
.aa-app-review a.read-more {
  font-weight: bold;
  display: block;
}
.aa-app-review a {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-app-review a h3 {
  color: #222;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-app-review a:hover {
  border-color: #818485;
}
.aa-app-review a:hover h3 {
  color: #26a2fb;
}
.aa-reviews .aa-review {
  margin-bottom: 2em;
}
.aa-reviews .aa-review img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .aa-reviews .aa-review img {
    margin: 0;
  }
}
.aa-twitter-mentions .grid-title-bar {
  background: transparent;
}
.aa-twitter-mentions blockquote {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 16px;
}
.aa-twitter-mentions blockquote p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.aa-twitter-mentions blockquote a {
  word-break: break-word;
}
.aa-twitter-mentions a[href*="https://twitter.com/hashtag/"] {
  margin-right: 5px;
}
.aa-stores .grid-title-bar {
  background-color: transparent;
}
.aa-privacy h3 {
  color: #FD7200;
}
.aa-privacy h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 1.125em;
}
@media (min-width: 720px) {
  .aa-privacy h4 {
    font-size: 22px;
  }
}
.aa-privacy h6 {
  font-size: 14px;
  color: #222;
}
.aa-privacy p {
  font-size: 14px;
}
.aa-privacy .label {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  vertical-align: top;
  font-weight: normal;
  position: relative;
  top: 6px;
  padding: 2px 4px 3px;
  margin-left: 5px;
}
.aa-privacy .label-sms {
  background-color: #43AC44 !important;
}
.aa-privacy .label-web {
  background-color: #7A43B6 !important;
}
.aa-privacy ul.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aa-privacy ul.icon-list li {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 300;
  color: #666;
  vertical-align: middle;
  padding: 5px 0 5px 44px;
  margin-bottom: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
.aa-privacy .phone-number {
  background-image: url(<%= asset_path 'icon-phone-num.svg' %>);
}
.aa-privacy .device-id {
  background-image: url(<%= asset_path 'icon-device-id.svg' %>);
}
.aa-privacy .serial-sim-number {
  background-image: url(<%= asset_path 'icon-sim.svg' %>);
}
.aa-privacy .installed-app-info {
  background-image: url(<%= asset_path 'icon-installed-app-info.svg' %>);
}
.aa-privacy .network-status {
  background-image: url(<%= asset_path 'icon-network-status.svg' %>);
}
.aa-privacy .network-operator {
  background-image: url(<%= asset_path 'icon-network-op.svg' %>);
}
.aa-privacy .gps-location {
  background-image: url(<%= asset_path 'icon-gps-location.svg' %>);
}
.aa-privacy .cell-location {
  background-image: url(<%= asset_path 'icon-cell-location.svg' %>);
}
.aa-privacy .tab-pane .col-sm-5 .grid-box-md {
  padding-top: 0;
  padding-bottom: 0;
  margin: 25px 0 !important;
  border-right: 1px solid #ccc;
}
.aa-privacy .tab-pane .col-sm-7 h3:first-child {
  margin-top: 0;
}
.aa-usage-tree {
  background-color: #F9F9F9;
}
.aa-usage-tree .col-sm-6 {
  border-right: none !important;
  position: relative;
}
.aa-usage-tree .col-sm-6:last-child {
  background: url(<%= asset_path 'feature-branch-top.svg' %>) no-repeat center -30px;
  padding-top: 60px;
}
@media (min-width: 720px) {
  .aa-usage-tree .col-sm-6:last-child {
    background-image: none;
    padding-top: 30px;
  }
}
.aa-usage-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 720px) {
  .aa-usage-tree ul:after {
    content: "";
    width: 20%;
    height: 13px;
    position: absolute;
    left: 100%;
    top: 50.5%;
    background: url(<%= asset_path 'feature-branch.svg' %>) no-repeat right center;
  }
}
.aa-usage-tree ul li {
  padding: 1em 0 1em 0;
  position: relative;
}
.aa-usage-tree ul li img {
  display: inline-block;
  vertical-align: top;
  margin: -2px 7px 0 0;
}
.aa-usage-tree ul li:before,
.aa-usage-tree ul li:after {
  content: "";
  position: absolute;
  background-color: #666;
}
.aa-usage-tree ul li:before {
  width: 3px;
  height: 100%;
  right: 50%;
  top: 0;
}
.aa-usage-tree ul li:last-child {
  padding-bottom: 0;
}
.aa-usage-tree ul li span {
  width: 100%;
  display: block;
  padding: .75em 1em;
  position: relative;
  z-index: 1;
  color: #666;
  border: 3px solid #666;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  background-color: #fff;
}
@media (min-width: 720px) {
  .aa-usage-tree ul li:before {
    right: 0;
  }
  .aa-usage-tree ul li:after {
    width: 30%;
    height: 3px;
    right: 0;
    top: 49%;
  }
  .aa-usage-tree ul li:first-child:before {
    height: 52%;
    top: 49%;
  }
  .aa-usage-tree ul li:last-child:before {
    height: 50%;
    display: block;
  }
  .aa-usage-tree ul li span {
    width: 70%;
  }
}
.aa-usage-tree .user-percentage {
  width: 100%;
  height: 100%;
  position: relative;
}
.aa-usage-tree .mask {
  width: 199px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.aa-usage-tree .mask:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url(<%= asset_path 'user-mask.png' %>) no-repeat center top;
  background-size: contain !important;
}
.aa-usage-tree .mask .fill {
  width: 190px;
  position: absolute;
  bottom: 0;
  right: 4px;
  z-index: 0;
  background-color: #FD7200;
}
.aa-usage-tree .percentage {
  text-align: center;
  color: #FD7200;
  font-size: 30px;
}
.aa-similarity-map {
  font-size: 14px;
  position: relative;
}
.aa-similarity-map,
.aa-similarity-map .vert-content {
  min-height: 43em;
}
.aa-similarity-map .app-center,
.aa-similarity-map .app-main {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  position: relative;
}
.aa-similarity-map .app-center {
  z-index: 0;
}
.aa-similarity-map .app-main {
  margin-bottom: -150px;
  z-index: 2;
}
.aa-similarity-map .app-main .app-icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.aa-similarity-map .app {
  position: absolute;
}
.aa-similarity-map .app-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.aa-similarity-map .app-center .app .app-icon {
  z-index: 1;
}
.aa-similarity-map .app-center .app a {
  display: block;
}
.aa-similarity-map .app-center .app:after {
  content: "";
  height: 2px;
  background-color: #ddd;
  position: absolute;
  z-index: 0;
}
.aa-similarity-map .high {
  width: 80px;
  height: 80px;
}
.aa-similarity-map .high.west {
  left: -110px;
  top: 23%;
}
.aa-similarity-map .high.west:after {
  width: 30px;
  top: 50%;
  right: -30px;
}
.aa-similarity-map .high.north {
  left: 23%;
  top: -110px;
}
.aa-similarity-map .high.north:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 30px;
  left: 33%;
  bottom: -16px;
}
.aa-similarity-map .high.east {
  right: -110px;
  top: 23%;
}
.aa-similarity-map .high.east:after {
  width: 30px;
  top: 50%;
  left: -30px;
}
.aa-similarity-map .high.south {
  left: 23%;
  bottom: -110px;
}
.aa-similarity-map .high.south:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 30px;
  left: 33%;
  top: -16px;
}
.aa-similarity-map .high.north-west {
  left: -110px;
  top: -110px;
}
.aa-similarity-map .high.north-west:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 95px;
  right: -60px;
  bottom: -10px;
}
.aa-similarity-map .high.north-east {
  right: -110px;
  top: -110px;
}
.aa-similarity-map .high.north-east:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 95px;
  left: -60px;
  bottom: -10px;
}
.aa-similarity-map .high.south-west {
  left: -110px;
  bottom: -110px;
}
.aa-similarity-map .high.south-west:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 95px;
  right: -60px;
  top: -10px;
}
.aa-similarity-map .high.south-east {
  right: -110px;
  bottom: -110px;
}
.aa-similarity-map .high.south-east:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 95px;
  left: -60px;
  top: -10px;
}
.aa-similarity-map .med-high {
  width: 60px;
  height: 60px;
}
.aa-similarity-map .med-high.west {
  left: -175px;
  top: 30%;
}
.aa-similarity-map .med-high.west:after {
  width: 115px;
  top: 50%;
  right: -115px;
}
.aa-similarity-map .med-high.north {
  left: 30%;
  top: -175px;
}
.aa-similarity-map .med-high.north:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 115px;
  left: -26px;
  bottom: -58.5px;
}
.aa-similarity-map .med-high.east {
  right: -175px;
  top: 30%;
}
.aa-similarity-map .med-high.east:after {
  width: 115px;
  top: 50%;
  left: -115px;
}
.aa-similarity-map .med-high.south {
  left: 30%;
  bottom: -175px;
}
.aa-similarity-map .med-high.south:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 115px;
  left: -26px;
  top: -58.5px;
}
.aa-similarity-map .med-high.north-west {
  left: -175px;
  top: -175px;
}
.aa-similarity-map .med-high.north-west:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 200px;
  right: -159px;
  bottom: -60px;
}
.aa-similarity-map .med-high.north-east {
  right: -175px;
  top: -175px;
}
.aa-similarity-map .med-high.north-east:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 200px;
  left: -159px;
  bottom: -60px;
}
.aa-similarity-map .med-high.south-west {
  left: -175px;
  bottom: -175px;
}
.aa-similarity-map .med-high.south-west:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 200px;
  right: -159px;
  top: -60px;
}
.aa-similarity-map .med-high.south-east {
  right: -175px;
  bottom: -175px;
}
.aa-similarity-map .med-high.south-east:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 200px;
  left: -159px;
  top: -60px;
}
.aa-similarity-map .med {
  width: 60px;
  height: 60px;
}
.aa-similarity-map .med.west {
  left: -250px;
  top: 20px;
}
.aa-similarity-map .med.west:after {
  width: 190px;
  top: 50%;
  right: -190px;
}
.aa-similarity-map .med.north {
  left: 20px;
  top: -250px;
}
.aa-similarity-map .med.north:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 190px;
  left: -64px;
  bottom: -96px;
}
.aa-similarity-map .med.east {
  right: -250px;
  top: 20px;
}
.aa-similarity-map .med.east:after {
  width: 190px;
  top: 50%;
  left: -190px;
}
.aa-similarity-map .med.south {
  left: 20px;
  bottom: -250px;
}
.aa-similarity-map .med.south:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 190px;
  left: -64px;
  top: -96px;
}
.aa-similarity-map .med.north-west {
  left: -250px;
  top: -250px;
}
.aa-similarity-map .med.north-west:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 310px;
  right: -253px;
  bottom: -99px;
}
.aa-similarity-map .med.north-east {
  right: -250px;
  top: -250px;
}
.aa-similarity-map .med.north-east:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 310px;
  left: -253px;
  bottom: -99px;
}
.aa-similarity-map .med.south-west {
  left: -250px;
  bottom: -250px;
}
.aa-similarity-map .med.south-west:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 310px;
  right: -253px;
  top: -99px;
}
.aa-similarity-map .med.south-east {
  right: -250px;
  bottom: -250px;
}
.aa-similarity-map .med.south-east:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 310px;
  left: -253px;
  top: -99px;
}
.aa-similarity-map .med-low {
  width: 50px;
  height: 50px;
}
.aa-similarity-map .med-low.west {
  left: -305px;
  top: 25px;
}
.aa-similarity-map .med-low.west:after {
  width: 255px;
  top: 50%;
  right: -255px;
}
.aa-similarity-map .med-low.north {
  left: 25px;
  top: -305px;
}
.aa-similarity-map .med-low.north:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 255px;
  left: -102px;
  bottom: -128.5px;
}
.aa-similarity-map .med-low.east {
  right: -305px;
  top: 25px;
}
.aa-similarity-map .med-low.east:after {
  width: 255px;
  top: 50%;
  left: -255px;
}
.aa-similarity-map .med-low.south {
  left: 25px;
  bottom: -305px;
}
.aa-similarity-map .med-low.south:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 255px;
  left: -102px;
  top: -128.5px;
}
.aa-similarity-map .med-low.north-west {
  left: -305px;
  top: -305px;
}
.aa-similarity-map .med-low.north-west:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 390px;
  right: -330px;
  bottom: -135px;
}
.aa-similarity-map .med-low.north-east {
  right: -305px;
  top: -305px;
}
.aa-similarity-map .med-low.north-east:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 390px;
  left: -330px;
  bottom: -135px;
}
.aa-similarity-map .med-low.south-west {
  left: -305px;
  bottom: -305px;
}
.aa-similarity-map .med-low.south-west:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 390px;
  right: -330px;
  top: -135px;
}
.aa-similarity-map .med-low.south-east {
  right: -305px;
  bottom: -305px;
}
.aa-similarity-map .med-low.south-east:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 390px;
  left: -330px;
  top: -135px;
}
.aa-similarity-map .low {
  width: 40px;
  height: 40px;
}
.aa-similarity-map .low.west {
  left: -350px;
  top: 30px;
}
.aa-similarity-map .low.west:after {
  width: 310px;
  top: 50%;
  right: -310px;
}
.aa-similarity-map .low.north {
  left: 30px;
  top: -350px;
}
.aa-similarity-map .low.north:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 310px;
  left: -135px;
  bottom: -156px;
}
.aa-similarity-map .low.east {
  right: -350px;
  top: 30px;
}
.aa-similarity-map .low.east:after {
  width: 310px;
  top: 50%;
  left: -310px;
}
.aa-similarity-map .low.south {
  left: 30px;
  bottom: -350px;
}
.aa-similarity-map .low.south:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 310px;
  left: -135px;
  top: -156px;
}
.aa-similarity-map .low.north-west {
  left: -350px;
  top: -350px;
}
.aa-similarity-map .low.north-west:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 460px;
  right: -387px;
  bottom: -158px;
}
.aa-similarity-map .low.north-east {
  right: -350px;
  top: -350px;
}
.aa-similarity-map .low.north-east:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 460px;
  left: -387px;
  bottom: -158px;
}
.aa-similarity-map .low.south-west {
  left: -350px;
  bottom: -350px;
}
.aa-similarity-map .low.south-west:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 460px;
  right: -387px;
  top: -158px;
}
.aa-similarity-map .low.south-east {
  right: -350px;
  bottom: -350px;
}
.aa-similarity-map .low.south-east:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 460px;
  left: -387px;
  top: -158px;
}
.aa-features-tree .grid-box-md {
  color: #F9F9F9;
}
.aa-features-tree .branch {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 720px) {
  .aa-features-tree .branch:after {
    content: "";
    width: 20%;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(<%= asset_path 'feature-branch.svg' %>) no-repeat right center;
  }
}
.aa-features-tree .branch > li {
  padding: 10px 0;
  position: relative;
}
.aa-features-tree .branch > li:before,
.aa-features-tree .branch > li:after {
  content: "";
  position: absolute;
  background-color: #666;
}
.aa-features-tree .branch > li:before {
  width: 3px;
  height: 100%;
  right: 50%;
  top: 0;
}
.aa-features-tree .branch > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 720px) {
  .aa-features-tree .branch > li:before {
    right: 20%;
  }
  .aa-features-tree .branch > li:after {
    width: 10%;
    height: 3px;
    right: 20%;
    top: 49%;
  }
  .aa-features-tree .branch > li:first-child:before {
    height: 52%;
    top: 49%;
  }
  .aa-features-tree .branch > li:last-child:before {
    height: 50%;
    display: block;
  }
  .aa-features-tree .branch > li span {
    width: 70%;
  }
}
@media (min-width: 720px) {
  .aa-features-tree .branch.branch-right:after {
    left: 0;
    background: url(<%= asset_path 'feature-branch-right.svg' %>) no-repeat left center;
  }
}
.aa-features-tree .branch.branch-right > li:before {
  right: auto;
  left: 50%;
}
@media (min-width: 720px) {
  .aa-features-tree .branch.branch-right > li .features-box {
    margin-left: 30%;
  }
  .aa-features-tree .branch.branch-right > li:before {
    left: 20%;
    right: auto;
  }
  .aa-features-tree .branch.branch-right > li:after {
    left: 20%;
    right: auto;
  }
}
.aa-features-tree .main-branch-col .vert-content-inner:before {
  content: "";
  display: block;
  height: 30px;
}
.aa-features-tree .check {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aa-features-tree .check li {
  color: #666;
  padding: 4px 0 4px 26px;
  background: url(<%= asset_path 'check-thin.svg' %>) no-repeat 0 6px;
  background-size: 17px;
}
.aa-features-tree .features-box {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
  border: 3px solid #666;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.1;
  color: #666;
  background-color: #fff;
}
.aa-features-tree .features-box h6 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 16px;
}
@media (min-width: 720px) {
  .aa-features-tree .features-box {
    width: 70%;
  }
}
.aa-features-tree .branch > li .features-box img {
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 940px) {
  .aa-features-tree .branch > li .features-box img {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.aa-features-tree .features-main {
  margin: 30px auto 0;
}
.aa-features-tree .features-main .app-icon {
  margin: -57px auto 20px;
  border: 3px solid #666;
  width: 70px;
  height: 70px;
}
.aa-features-tree .features-main h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #FD7200;
}
.aa-features-tree .features-main .check {
  font-size: 18px;
}
.aa-features-tree .features-main .check li {
  padding: 6px 0 6px 32px;
  background-size: auto;
}
@media (min-width: 720px) {
  .aa-features-tree .features-main {
    width: 90%;
    margin-top: 0;
  }
  .aa-features-tree .features-main .app-icon {
    display: block;
  }
}
@media (min-width: 940px) {
  .aa-features-tree .equal {
    height: 250px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
  }
}
.social-search-filters .grid-container .anatomy-modal-backdrop {
  z-index: 4;
}
@media (max-width: 768px) {
  .social-search-filters .site-footer {
    margin-top: 0;
  }
}
.aa-filters .grid-title-bar,
.aa-results .grid-title-bar {
  position: relative;
}
.aa-filters .grid-title-bar h2,
.aa-results .grid-title-bar h2 {
  font-size: 20px;
}
@media (min-width: 940px) {
  .aa-filters .grid-title-bar h2,
  .aa-results .grid-title-bar h2 {
    font-size: 30px;
  }
}
@media (min-width: 720px) {
  .aa-filters .grid-title-bar,
  .aa-results .grid-title-bar {
    margin: 0;
  }
}
.aa-search-results .aa-results-search .site-header-search {
  width: 100% !important;
  margin: 0;
}
@media (min-width: 940px) {
  .aa-search-results .aa-results-search .site-header-search {
    height: 80px;
  }
  .aa-search-results .aa-results-search .aa-search input[type="text"] {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-indent: 0;
    line-height: 70px;
  }
  .aa-search-results .aa-results-search .site-header-search .form-select {
    top: 10px;
    left: 12px;
  }
  .aa-search-results .aa-results-search .site-header-search .form-select .current-search {
    background-size: 33px;
  }
  .aa-search-results .aa-results-search .site-header-search .form-select .caret {
    right: -4px;
  }
}
.aa-search-results .aa-results-filters {
  overflow: hidden;
  height: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aa-search-results .aa-results-filters-inner {
  padding: 15px;
  background-color: #F9F9F9;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.aa-search-results .aa-results-filters-inner:hover {
  background-color: #eee;
}
.aa-search-results .aa-results-filters-inner .grid-title-bar {
  margin-top: -15px;
  background-color: transparent;
  padding: 16px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aa-search-results .aa-results-filters-inner .grid-title-bar h3 {
  color: #222;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aa-search-results .aa-results-filters-inner .grid-title-bar h3 .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aa-search-results .aa-results-filters-inner h6 {
  color: #26a2fb;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  margin: 10px 0;
}
.aa-search-results .aa-results-filters-inner .collapse-close {
  display: block;
  position: absolute;
  right: 29px;
  top: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.aa-search-results .aa-results-filters-inner .grid-box-sm:before,
.aa-search-results .aa-results-filters-inner .grid-box-sm:after {
  content: " ";
  display: table;
}
.aa-search-results .aa-results-filters-inner .grid-box-sm:after {
  clear: both;
}
.aa-search-results .aa-results-filters-inner .grid-box-sm:before,
.aa-search-results .aa-results-filters-inner .grid-box-sm:after {
  content: " ";
  display: table;
}
.aa-search-results .aa-results-filters-inner .grid-box-sm:after {
  clear: both;
}
.aa-search-results .aa-results-filters-inner .radio {
  margin: 0;
  padding: 0 10px 5px 0;
}
@media (min-width: 719px) {
  .aa-search-results .aa-results-filters-inner .radio {
    float: left;
    width: 50%;
  }
}
@media (min-width: 720px) {
  .aa-search-results .aa-results-filters-inner .radio {
    width: 33.3%;
  }
}
@media (min-width: 940px) {
  .aa-search-results .aa-results-filters-inner .radio {
    width: 25%;
  }
}
.aa-search-results .aa-results-filters-inner .filters-actions {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.aa-search-results .aa-results-filters-inner .filters-actions button {
  padding: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-search-results .aa-results-filters-inner .filters-actions button.btn-fill-reset {
  color: #666;
  margin-right: 12px;
}
.aa-search-results .aa-results-filters-inner .filters-actions button.btn-fill-reset:hover {
  background-color: #c4c4c4;
}
.aa-search-results .aa-results-filters-inner .filters-actions button.btn-fill-save:hover {
  background: #358735 !important;
}
@media (min-width: 720px) {
  .aa-search-results .aa-results-filters-inner .filters-actions {
    text-align: right;
  }
}
@media (min-width: 720px) {
  .aa-search-results .aa-results-filters-inner {
    padding: 20px 27px;
  }
  .aa-search-results .aa-results-filters-inner .grid-title-bar {
    margin-top: -20px;
  }
}
.aa-search-results .aa-results-filters.active {
  min-height: 226px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aa-search-results .aa-results-filters.active .aa-results-filters-inner {
  cursor: inherit;
}
.aa-search-results .aa-results-filters.active .aa-results-filters-inner:hover {
  background-color: #F9F9F9;
}
.aa-search-results .aa-results-filters.active .aa-results-filters-inner .grid-title-bar {
  padding: 22px 0;
}
.aa-search-results .aa-results-filters.active .aa-results-filters-inner .grid-title-bar h3 {
  font-size: 24px;
}
.aa-search-results .aa-results-filters.active .aa-results-filters-inner .grid-title-bar h3 .caret {
  opacity: 0;
  filter: alpha(opacity=0);
}
.aa-search-results .aa-results-filters.active .aa-results-filters-inner .collapse-close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aa-search-results .aa-results-controls {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.aa-search-results .aa-results-controls:before,
.aa-search-results .aa-results-controls:after {
  content: " ";
  display: table;
}
.aa-search-results .aa-results-controls:after {
  clear: both;
}
.aa-search-results .aa-results-controls:before,
.aa-search-results .aa-results-controls:after {
  content: " ";
  display: table;
}
.aa-search-results .aa-results-controls:after {
  clear: both;
}
.aa-search-results .aa-results-controls .control-group,
.aa-search-results .aa-results-controls .page-count {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.aa-search-results .aa-results-controls .control-group {
  float: left;
  text-align: left;
}
.aa-search-results .aa-results-controls .control-group a {
  display: inline-block;
  height: 100%;
  width: 40px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-indent: -999px;
  background: url(<%= asset_path 'right-arrow.svg' %>) no-repeat center center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-search-results .aa-results-controls .control-group a:hover {
  border-color: #231F20;
}
.aa-search-results .aa-results-controls .control-group a.prev {
  background-image: url(<%= asset_path 'left-arrow-md.svg' %>);
}
.aa-search-results .aa-results-controls .control-group .disabled {
  border-color: #231F20 !important;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: inherit;
}
.aa-search-results .aa-results-controls .page-count {
  font-size: 24px;
  line-height: 40px;
  float: right;
  text-align: right;
  margin-right: 10px;
  color: #9E9F9E;
  font-weight: 300;
}
.aa-search-results .aa-results-controls .page-count .current {
  color: #231F20;
}
.aa-search-results .aa-results-listing {
  background-color: #F9F9F9;
  padding: 15px;
}
.aa-search-results .aa-results-listing .col-sm-6 {
  padding: 5px;
}
.aa-search-results .aa-results-app-card {
  width: 100%;
  min-height: 195px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: block;
}
.aa-search-results .aa-results-app-card:hover {
  border-color: #818485;
}
.aa-search-results .aa-results-app-card .app-info-col {
  min-height: 156px;
  display: block;
  padding: 11px 64px 11px 11px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.aa-search-results .aa-results-app-card .app-info-col:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 53px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.aa-search-results .aa-results-app-card .app-icon-title-dev {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev:before,
.aa-search-results .aa-results-app-card .app-icon-title-dev:after {
  content: " ";
  display: table;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev:after {
  clear: both;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev:before,
.aa-search-results .aa-results-app-card .app-icon-title-dev:after {
  content: " ";
  display: table;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev:after {
  clear: both;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev .app-icon {
  width: 63px;
  height: 63px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: top;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev .app-title-dev {
  width: 324px;
  white-space: nowrap;
  display: inline-block;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev .app-title-dev div {
  width: 100%;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev .app-title-dev .app-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 5px;
  color: #222;
}
.aa-search-results .aa-results-app-card .app-icon-title-dev .app-title-dev .app-dev {
  font-size: 16px;
  line-height: 1.1;
  color: #9E9F9E;
}
.aa-search-results .aa-results-app-card .app-description {
  position: relative;
  z-index: 1;
  padding-right: 9px;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.4;
  color: #666;
}
.aa-search-results .aa-results-app-card .app-score-vote {
  width: 53px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-left: 1px solid #ccc;
  padding: 10px;
}
.aa-search-results .aa-results-app-card .app-score-vote .app-score-icon {
  width: 32px;
  height: 32px;
}
.aa-search-results .aa-results-app-card .app-score-vote .app-score-icon span {
  font-size: 16px;
}
.aa-search-results .aa-results-app-card .app-categories-download {
  width: 100%;
  height: 39px;
  position: relative;
}
.aa-search-results .aa-results-app-card .app-categories-download .app-categories {
  font-size: 12px;
  line-height: 39px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 11px;
}
.aa-search-results .aa-results-app-card .app-categories-download .app-download {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 8px 8px 0;
}
.aa-search-results .aa-results-app-card .app-categories-download .app-download .download-btn {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 6px;
  border: 1px solid #43AC44;
  border-radius: 3px;
  color: #43AC44;
}
.aa-search-results .aa-results-app-card .app-categories-download .app-download .download-btn:hover {
  background-color: #43AC44;
  color: #fff;
}
.aa-search-results .aa-results-app-card .app-categories-download .app-download:after {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.aa-filters {
  z-index: 6 !important;
}
.aa-filters .grid-title-bar {
  text-align: center;
  margin: 0;
}
.aa-filters .hide-search-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 31%;
  background: url(<%= asset_path 'btn-close.svg' %>) no-repeat 0 0;
  background-size: contain !important;
  opacity: 40;
  filter: alpha(opacity=4000);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  visibility: visible;
}
.aa-filters .hide-search-btn:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
@media (min-width: 769px) {
  .aa-filters .hide-search-btn {
    display: none;
    visibility: hidden;
  }
}
.aa-filters .filters {
  padding: 0 0 20px;
}
@media (min-width: 720px) {
  .aa-filters .filters {
    padding: 0 0 22px;
  }
}
.aa-filters .filter-input-group {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.aa-filters .filter-input-group label {
  margin-top: 0;
}
.aa-filters .filter-input-group:last-child {
  border-bottom: 0;
  padding-bottom: 12px;
}
@media (min-width: 720px) {
  .aa-filters .filter-input-group {
    padding: 8px 0;
  }
}
.aa-filters .filter-group-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-filters .filter-group-container .filter-group-title {
  font-size: 12px;
  font-weight: 600;
  color: #26a2fb;
  padding: 11px 22px 10px;
  background: #f6f6f6 url(<%= asset_path 'toggle-arrow-down.svg' %>) no-repeat 90% 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-filters .filter-group-container .filter-group-title:hover {
  background-color: #fff;
}
.aa-filters .filter-group-container .filter-group-title.active {
  border-bottom: none;
  background: #fff url(<%= asset_path 'toggle-arrow-up.svg' %>) no-repeat 90% 18px;
}
.aa-filters .filter-group-container .filter-group-inputs {
  background-color: #fff;
  padding: 0 20px 0;
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 720px) {
  .aa-filters .filter-group-container .filter-group-inputs {
    padding: 0 22px 0;
  }
}
.aa-filters .filter-group-container .filter-group-inputs.active {
  height: auto;
}
@media (min-width: 769px) {
  .aa-filters {
    margin-right: -1px;
    border-right: 1px solid #cccccc;
  }
}
@media (max-width: 719px) {
  .aa-filters .aa-filters-inner {
    margin-top: 53px !important;
  }
}
@media (max-width: 768px) {
  .aa-filters {
    width: 1px !important;
    height: 100%;
    float: none !important;
    background-color: rgba(255, 255, 255, 0.96);
    border-right: 1px solid #ccc;
    position: fixed !important;
    z-index: 5;
    left: -21px;
    top: 0;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .aa-filters .aa-filters-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    z-index: 1;
    margin-top: 71px;
  }
  .aa-filters .filters {
    position: relative;
    left: -30%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .aa-filters.active {
    width: 252px !important;
    left: 0;
    -webkit-box-shadow: 2px 0 10px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 0 10px -2px rgba(0, 0, 0, 0.6);
  }
  .aa-filters.active .filters {
    left: 0;
  }
}
.aa-results {
  border-left: 1px solid #ccc !important;
}
@media (max-width: 768px) {
  .aa-results {
    width: 100% !important;
    float: none !important;
  }
}
.aa-results .show-search-btn {
  width: 59px;
  height: 49px;
  cursor: pointer;
  border-right: 1px solid #ccc;
  background: url(<%= asset_path 'icon-search.svg' %>) no-repeat 20px 6px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 24px !important;
  display: block;
  visibility: visible;
}
.aa-results .show-search-btn:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(<%= asset_path 'left-arrow.svg' %>) no-repeat center;
}
.aa-results .show-search-btn:after {
  content: "FILTERS";
  width: 90%;
  height: 13px;
  position: absolute;
  bottom: 9px;
  right: 0;
  color: #818485;
  text-align: center;
  font-size: 10px;
}
@media (min-width: 769px) {
  .aa-results .show-search-btn {
    display: none;
    visibility: hidden;
  }
}
.aa-results .grid-title-bar {
  border-top: 1px solid #ccc;
  background-color: transparent;
  text-align: left;
}
.aa-results .grid-title-bar h2 {
  padding-left: 70px;
}
.aa-results .grid-title-bar .btn-simple {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 12px;
}
.aa-results .grid-title-bar .btn-simple span {
  display: none;
}
@media (min-width: 720px) {
  .aa-results .grid-title-bar {
    border-top: none;
  }
  .aa-results .grid-title-bar .btn-simple {
    right: 15px;
    top: 8px;
  }
  .aa-results .grid-title-bar .btn-simple span {
    display: inline;
  }
}
@media (min-width: 769px) {
  .aa-results .grid-title-bar h2 {
    padding-left: 30px;
  }
}
@media (min-width: 940px) {
  .aa-results .grid-title-bar .btn-simple {
    right: 26px;
    top: 23px;
    font-size: 14px;
  }
}
.aa-table {
  position: relative;
  padding: 2px 10px 10px;
}
@media (min-width: 719px) {
  .aa-table {
    padding: 42px 0 0 0;
  }
}
.aa-table .aa-result-card .aa-td {
  padding: 5px 0;
}
.aa-table .aa-result-card .aa-td:first-child,
.aa-table .aa-result-card .aa-td:last-child {
  padding: 10px 0;
}
.aa-table .aa-result-card .aa-td:first-child {
  text-align: left;
  width: 100%;
  text-indent: 8px;
  border-right: none;
  border-bottom: 1px solid #ccc;
}
.aa-table .aa-result-card .aa-td:nth-child(2),
.aa-table .aa-result-card .aa-td:nth-child(3),
.aa-table .aa-result-card .aa-td:nth-child(4) {
  display: block;
  float: left;
  margin-right: -1px;
}
.aa-table .aa-result-card .aa-td:nth-child(2) {
  width: 64%;
}
.aa-table .aa-result-card .aa-td:nth-child(3) {
  width: 23%;
}
.aa-table .aa-result-card .aa-td:nth-child(4) {
  width: 13%;
  border-right: none;
}
.aa-table .aa-result-card .aa-td:last-child {
  width: 58px;
  height: 63px;
  background-color: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border-radius: 0 2px 0 0;
  border-left: 1px solid #ccc;
  border-right: none;
}
@media (min-width: 719px) {
  .aa-table .aa-result-card .aa-td {
    height: auto;
  }
}
.aa-table .aa-result-card:hover:last-child {
  background-color: #F9F9F9;
}
.aa-table .aa-table-header,
.aa-table .aa-result-card {
  width: 100%;
  font-size: 12px;
}
.aa-table .aa-table-header .aa-th,
.aa-table .aa-result-card .aa-th,
.aa-table .aa-table-header .aa-td,
.aa-table .aa-result-card .aa-td {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  border-right: 1px solid #ccc;
  height: 100%;
  padding: 5px 0;
  color: #333;
  vertical-align: middle;
}
.aa-table .aa-table-header .aa-label-small,
.aa-table .aa-result-card .aa-label-small {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #818485;
  font-size: 7px;
}
@media (min-width: 719px) {
  .aa-table .aa-table-header,
  .aa-table .aa-result-card {
    display: table;
    table-layout: fixed;
    font-size: 16px;
  }
  .aa-table .aa-table-header .aa-th,
  .aa-table .aa-result-card .aa-th,
  .aa-table .aa-table-header .aa-td,
  .aa-table .aa-result-card .aa-td {
    display: table-cell !important;
    vertical-align: middle;
    padding: 12px 0;
    float: none !important;
    margin-right: 0 !important;
  }
  .aa-table .aa-table-header .aa-th:first-child,
  .aa-table .aa-result-card .aa-th:first-child,
  .aa-table .aa-table-header .aa-td:first-child,
  .aa-table .aa-result-card .aa-td:first-child {
    text-indent: 15px;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
  .aa-table .aa-table-header .aa-th:nth-child(4),
  .aa-table .aa-result-card .aa-th:nth-child(4),
  .aa-table .aa-table-header .aa-td:nth-child(4),
  .aa-table .aa-result-card .aa-td:nth-child(4) {
    width: 12%;
    border-right: 1px solid #ccc;
  }
  .aa-table .aa-table-header .aa-th:last-child,
  .aa-table .aa-result-card .aa-th:last-child,
  .aa-table .aa-table-header .aa-td:last-child,
  .aa-table .aa-result-card .aa-td:last-child {
    width: 11%;
    position: static;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: transparent;
  }
}
.aa-table .aa-table-header {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 3;
  font-size: 10px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.aa-table .aa-table-header.affix {
  position: fixed;
  top: 52px;
  width: auto;
  background-color: rgba(249, 249, 249, 0.95);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aa-table .aa-table-header .aa-th {
  text-transform: uppercase;
  color: #999;
  padding: 0 !important;
  font-weight: 400;
  border: none !important;
}
@media (min-width: 719px) {
  .aa-table .aa-table-header .aa-th:first-child {
    width: 36%;
    text-align: left;
  }
  .aa-table .aa-table-header .aa-th:nth-child(2) {
    width: 24%;
  }
  .aa-table .aa-table-header .aa-th:nth-child(3) {
    width: 17%;
  }
}
@media (min-width: 719px) {
  .aa-table .aa-table-header {
    display: table;
    visibility: visible;
    height: 42px;
  }
  .aa-table .aa-table-header.affix {
    height: 42px;
  }
}
@media (min-width: 720px) {
  .aa-table .aa-table-header {
    height: 42px;
    font-size: 12px;
  }
  .aa-table .aa-table-header.affix {
    top: 70px;
  }
}
.aa-table .aa-result-card {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.aa-table .aa-result-card:before,
.aa-table .aa-result-card:after {
  content: " ";
  display: table;
}
.aa-table .aa-result-card:after {
  clear: both;
}
.aa-table .aa-result-card:before,
.aa-table .aa-result-card:after {
  content: " ";
  display: table;
}
.aa-table .aa-result-card:after {
  clear: both;
}
.aa-table .aa-result-card:first-child {
  margin-top: 8px;
}
@media (min-width: 719px) {
  .aa-table .aa-result-card {
    margin: 0 !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
  }
}
@media (min-width: 719px) {
  .aa-table .aa-result-card .aa-td:first-child {
    width: 36.125%;
  }
  .aa-table .aa-result-card .aa-td:nth-child(2) {
    width: 24.125%;
  }
  .aa-table .aa-result-card .aa-td:nth-child(3) {
    width: 17.125%;
  }
  .aa-table .aa-result-card .aa-td:last-child {
    background-color: transparent;
  }
}
.aa-table .aa-result-card .aa-td-app-name {
  position: relative;
  overflow: hidden;
  padding-right: 0;
}
.aa-table .aa-result-card .aa-td-app-name .app-icon {
  width: 43px;
  height: 43px;
  float: left;
  margin-left: 8px;
}
.aa-table .aa-result-card .aa-td-app-name .app-icon img {
  display: block;
}
@media (min-width: 719px) {
  .aa-table .aa-result-card .aa-td-app-name .app-icon {
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }
}
@media (min-width: 940px) {
  .aa-table .aa-result-card .aa-td-app-name .app-icon {
    width: 60px;
    height: 60px;
  }
}
.aa-table .aa-result-card .aa-td-app-name .app-name {
  float: left;
  overflow: hidden;
}
.aa-table .aa-result-card .aa-td-app-name .app-name:after {
  content: "";
  width: 40px;
  height: 99%;
  position: absolute;
  bottom: 0;
  right: 58px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
@media (min-width: 719px) {
  .aa-table .aa-result-card .aa-td-app-name .app-name:after {
    right: 0;
  }
}
.aa-table .aa-result-card .aa-td-app-name .app-name-inner {
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  font-size: 18px;
  font-weight: 300;
}
.aa-table .aa-result-card .aa-td-app-name .app-name-inner small {
  color: #818485;
  font-size: 12px;
  display: block;
}
@media (min-width: 719px) {
  .aa-table .aa-result-card .aa-td-app-name .app-name-inner {
    margin-top: 5px;
  }
}
@media (min-width: 940px) {
  .aa-table .aa-result-card .aa-td-app-name .app-name-inner {
    font-size: 19px;
    margin-top: 8px;
  }
  .aa-table .aa-result-card .aa-td-app-name .app-name-inner small {
    font-size: 16px;
  }
}
@media (min-width: 720px) {
  .aa-table .aa-result-card:hover {
    background-color: #F9F9F9;
  }
  .aa-table .aa-result-card:hover .app-name:after {
    background-image: -webkit-linear-gradient(left, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background-image: -o-linear-gradient(left, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background-image: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6f6', endColorstr='#fff6f6f6', GradientType=1);
  }
}
.aa-table .aa-table-row {
  position: relative;
}
.aa-table .aa-result-vote {
  display: none;
  visibility: hidden;
  position: absolute;
}
@media (min-width: 720px) {
  .aa-table .aa-result-vote {
    display: block;
    visibility: visible;
  }
}
.aa-table-no-results {
  height: 100%;
  background-color: #f6f6f6;
}
.aa-table-no-results h4 {
  text-align: center;
  padding: 30% 20% 0;
  font-size: 24px;
  color: #222;
}
.aa-table-no-results h4 img {
  margin: 0 auto 10px;
  display: block;
}
.aa-home .aa-form {
  position: relative;
  margin: 20px 0 0;
}
.aa-home .aa-form input[type="text"] {
  outline: none !important;
  box-shadow: none !important;
}
.aa-home .aa-form input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 45px;
  font-weight: 300;
  text-indent: 32px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2) url(<%= asset_path 'icon-search-white.svg' %>) no-repeat 9px 16px;
  background-size: 18px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aa-home .aa-form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.aa-home .aa-form input:-ms-input-placeholder {
  color: #999;
}
.aa-home .aa-form input::-webkit-input-placeholder {
  color: #999;
}
.aa-home .aa-form input:hover {
  border-color: #fff;
}
.aa-home .aa-form input:focus {
  color: #fff;
  border-color: #FD7200;
  background-color: rgba(0, 0, 0, 0.4);
}
.aa-home .aa-form input:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.aa-home .aa-form input:focus:-ms-input-placeholder {
  color: #fff;
}
.aa-home .aa-form input:focus::-webkit-input-placeholder {
  color: #fff;
}
@media (min-width: 720px) {
  .aa-home .aa-form input {
    height: auto;
    font-size: 28px;
    line-height: 59px;
    text-indent: 60px;
    background-position: 19px 16px;
    background-size: auto;
  }
}
.aa-home .aa-form button {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 20px;
  border-radius: 4px;
  border-color: #FD7200;
  background-color: #FD7200;
}
.aa-home .aa-form button:hover {
  background-color: #ca5b00;
  border-color: #FD7200;
}
.aa-home .site-footer {
  margin-top: 0;
}
@media (min-width: 940px) {
  .profile-edit .grid-container,
  .countdown .grid-container,
  .profile-edit .grid-container-borderless,
  .countdown .grid-container-borderless {
    margin-top: 40px;
  }
}
.profile-edit .profile-sidebar {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .profile-edit .profile-sidebar {
    margin-bottom: 0;
  }
}
.profile-edit h2 {
  margin-top: 0;
}
.profile-edit .form-title {
  margin-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #eee;
}
.profile-edit .form-title small {
  display: block;
  font-size: 14px;
  color: #818485;
}
.profile-edit .form-title small.step {
  color: #FD7200;
}
.profile-edit .form-title:first-child {
  margin-top: -7px;
}
.profile-edit .user-profile {
  width: 60px;
  height: 60px;
}
.sidebar,
.profile-sidebar {
  background-color: #eee;
  border-right: 1px solid #ccc;
}
.profile-sidebar .profile-title,
.profile-sidebar .profile-additional-info,
.profile-sidebar .profile-recommended {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.profile-sidebar .profile-title:before,
.profile-sidebar .profile-additional-info:before,
.profile-sidebar .profile-recommended:before,
.profile-sidebar .profile-title:after,
.profile-sidebar .profile-additional-info:after,
.profile-sidebar .profile-recommended:after {
  content: " ";
  display: table;
}
.profile-sidebar .profile-title:after,
.profile-sidebar .profile-additional-info:after,
.profile-sidebar .profile-recommended:after {
  clear: both;
}
.profile-sidebar .profile-title:before,
.profile-sidebar .profile-additional-info:before,
.profile-sidebar .profile-recommended:before,
.profile-sidebar .profile-title:after,
.profile-sidebar .profile-additional-info:after,
.profile-sidebar .profile-recommended:after {
  content: " ";
  display: table;
}
.profile-sidebar .profile-title:after,
.profile-sidebar .profile-additional-info:after,
.profile-sidebar .profile-recommended:after {
  clear: both;
}
.profile-sidebar .profile-title .user-profile {
  margin-right: 5%;
}
.profile-sidebar .profile-title .profile-name h1,
.profile-sidebar .profile-title .profile-name h2 {
  font-weight: 400;
}
.profile-sidebar .profile-title .profile-name h1 {
  font-size: 18px;
  color: #222;
  margin: 15px 0 0;
}
.profile-sidebar .profile-title .profile-name h2 {
  font-size: 13px;
  color: #26a2fb;
  text-transform: uppercase;
  margin-bottom: 0;
}
.profile-sidebar .profile-title .profile-name p {
  font-size: 12px;
  color: #818485;
  text-transform: uppercase;
  margin: 6px 0 0;
}
.profile-sidebar .profile-title.verified-dev .profile-name h1 {
  margin-top: 4px;
}
.profile-sidebar .profile-title.verified-dev .profile-name p {
  padding-left: 18px;
  background: url(<%= asset_path 'icon-verified-check.svg' %>) no-repeat 0 1px;
  background-size: auto 14px !important;
}
@media (min-width: 720px) {
  .profile-sidebar .profile-title .user-profile,
  .profile-sidebar .profile-title .profile-name {
    float: left;
  }
}
.profile-sidebar .profile-additional-info,
.profile-sidebar .profile-recommended {
  padding-bottom: 0;
}
.profile-sidebar .profile-additional-info:last-child,
.profile-sidebar .profile-recommended:last-child {
  border-bottom: 0;
}
.profile-sidebar .profile-additional-info p,
.profile-sidebar .profile-recommended p {
  margin: 0 0 10px;
  font-size: 16px;
}
.profile-sidebar .profile-additional-info p,
.profile-sidebar .profile-recommended p,
.profile-sidebar .profile-additional-info p a,
.profile-sidebar .profile-recommended p a {
  color: #222;
}
.profile-sidebar .profile-additional-info p a:hover,
.profile-sidebar .profile-recommended p a:hover {
  text-decoration: underline;
}
.profile-sidebar .profile-additional-info p small,
.profile-sidebar .profile-recommended p small {
  display: block;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #818485;
}
.profile-sidebar .pricing-box {
  height: auto;
  padding: 15px;
  margin: 0 -11px;
  text-align: center;
}
.profile-sidebar .pricing-box .price-name {
  margin-bottom: 15px;
  font-size: 16px;
}
.profile-sidebar .pricing-box .price {
  font-size: 35px;
  margin-bottom: 15px;
}
.profile-sidebar .pricing-box .price-features li {
  font-size: 14px;
  margin-bottom: .5em;
}
.profile-sidebar .pricing-box .price-cta {
  position: relative;
  bottom: 0;
}
.profile-sidebar .pricing-box .price-cta .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  font-size: 12px;
}
.profile-sidebar .account-faq p {
  color: #666;
  font-size: 13px;
  line-height: 1.3;
}
.profile-sidebar .account-faq p small {
  font-size: 15px;
  color: #222;
  text-transform: none;
  letter-spacing: 0;
  display: inline;
  font-weight: 600;
}
.checkout-btn {
  color: white;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background: #FD7200;
  border: 1px solid #FD7200;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  padding: 12px 12px;
  transition: all 0.3s cubic-bezier(0.34, 0.23, 0.32, 0.94) 0s;
}
.checkout-btn:hover {
  background-color: #ca5b00;
  color: white;
}
.api .aa-billboard-content {
  text-align: center;
}
.api #arrow-animation img {
  width: 100% !important;
  height: auto !important;
  max-width: none;
}
.horizontal-tabs {
  background-color: #f9f9f9;
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  .horizontal-tabs {
    display: none;
  }
}
@media (min-width: 768px) {
  .horizontal-tabs {
    height: 60rem;
    overflow-y: scroll;
  }
}
.horizontal-tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.horizontal-tabs ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.horizontal-tabs ul li:nth-child(8n+1) em {
  background-color: #004b85;
}
.horizontal-tabs ul li:nth-child(8n+1).active a:before {
  background-color: #004b85;
}
.horizontal-tabs ul li:nth-child(8n+1) a {
  color: #004b85;
}
.horizontal-tabs ul li:nth-child(8n+2) em {
  background-color: #7A43B6;
}
.horizontal-tabs ul li:nth-child(8n+2).active a:before {
  background-color: #7A43B6;
}
.horizontal-tabs ul li:nth-child(8n+2) a {
  color: #7A43B6;
}
.horizontal-tabs ul li:nth-child(8n+3) em {
  background-color: #FB265F;
}
.horizontal-tabs ul li:nth-child(8n+3).active a:before {
  background-color: #FB265F;
}
.horizontal-tabs ul li:nth-child(8n+3) a {
  color: #FB265F;
}
.horizontal-tabs ul li:nth-child(8n+4) em {
  background-color: #d52335;
}
.horizontal-tabs ul li:nth-child(8n+4).active a:before {
  background-color: #d52335;
}
.horizontal-tabs ul li:nth-child(8n+4) a {
  color: #d52335;
}
.horizontal-tabs ul li:nth-child(8n+5) em {
  background-color: #FD7200;
}
.horizontal-tabs ul li:nth-child(8n+5).active a:before {
  background-color: #FD7200;
}
.horizontal-tabs ul li:nth-child(8n+5) a {
  color: #FD7200;
}
.horizontal-tabs ul li:nth-child(8n+6) em {
  background-color: #43AC44;
}
.horizontal-tabs ul li:nth-child(8n+6).active a:before {
  background-color: #43AC44;
}
.horizontal-tabs ul li:nth-child(8n+6) a {
  color: #43AC44;
}
.horizontal-tabs ul li:nth-child(8n+7) em {
  background-color: #26a2fb;
}
.horizontal-tabs ul li:nth-child(8n+7).active a:before {
  background-color: #26a2fb;
}
.horizontal-tabs ul li:nth-child(8n+7) a {
  color: #26a2fb;
}
.horizontal-tabs ul li:nth-child(8n+8) em {
  background-color: #ffc40d;
}
.horizontal-tabs ul li:nth-child(8n+8).active a:before {
  background-color: #ffc40d;
}
.horizontal-tabs ul li:nth-child(8n+8) a {
  color: #ffc40d;
}
.horizontal-tabs ul li.active a {
  background-color: #fff;
}
.horizontal-tabs ul li.active a:before {
  width: 0.7rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-color: transparent;
  content: '';
  display: inline-block;
}
.horizontal-tabs ul li a {
  padding: 2.6rem 2.9rem 2.6rem 2.7rem;
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.sdk-details .title {
  font-size: 1.8rem;
  line-height: 1.22222222;
  letter-spacing: 0.057rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .sdk-details .title {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.sdk-details .count {
  font-size: 1.4rem;
  color: white;
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.4rem;
  vertical-align: middle;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .sdk-details .count {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sdk-details .count {
    float: right;
  }
}
@media (max-width: 767px) {
  .sdk-details .col-sm-4 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sdk-details .col-sm-8 {
    width: 100% !important;
  }
}
.horizontal-pane {
  padding: 0.8rem;
}
@media (min-width: 720px) {
  .horizontal-pane {
    height: 60rem;
    overflow-y: scroll;
  }
}
.horizontal-pane:after {
  content: '';
  display: block;
  clear: both;
}
.horizontal-pane .page:nth-child(8n+1) .page-title .count {
  background-color: #004b85;
}
.horizontal-pane .page:nth-child(8n+1) .page-title .title {
  color: #004b85;
}
.horizontal-pane .page:nth-child(8n+2) .page-title .count {
  background-color: #7A43B6;
}
.horizontal-pane .page:nth-child(8n+2) .page-title .title {
  color: #7A43B6;
}
.horizontal-pane .page:nth-child(8n+3) .page-title .count {
  background-color: #FB265F;
}
.horizontal-pane .page:nth-child(8n+3) .page-title .title {
  color: #FB265F;
}
.horizontal-pane .page:nth-child(8n+4) .page-title .count {
  background-color: #d52335;
}
.horizontal-pane .page:nth-child(8n+4) .page-title .title {
  color: #d52335;
}
.horizontal-pane .page:nth-child(8n+5) .page-title .count {
  background-color: #FD7200;
}
.horizontal-pane .page:nth-child(8n+5) .page-title .title {
  color: #FD7200;
}
.horizontal-pane .page:nth-child(8n+6) .page-title .count {
  background-color: #43AC44;
}
.horizontal-pane .page:nth-child(8n+6) .page-title .title {
  color: #43AC44;
}
.horizontal-pane .page:nth-child(8n+7) .page-title .count {
  background-color: #26a2fb;
}
.horizontal-pane .page:nth-child(8n+7) .page-title .title {
  color: #26a2fb;
}
.horizontal-pane .page:nth-child(8n+8) .page-title .count {
  background-color: #ffc40d;
}
.horizontal-pane .page:nth-child(8n+8) .page-title .title {
  color: #ffc40d;
}
@media (min-width: 768px) {
  .horizontal-pane .page:not(.active) {
    display: none;
  }
}
.horizontal-pane .page-title {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .horizontal-pane .page-title .title {
    font-size: 1.8rem;
    line-height: 1.22222222;
  }
}
@media (min-width: 768px) {
  .horizontal-pane .page-title {
    display: none;
  }
}
.horizontal-pane .card {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.horizontal-pane .card:not(.shown) .expansion-trigger {
  color: #26a2fb;
}
.horizontal-pane .card:not(.shown) .expansion-trigger:after {
  background-image: url(<%= asset_path 'expand-up.svg' %>);
}
@media (min-width: 768px) {
  .horizontal-pane .card:not(.shown) main,
  .horizontal-pane .card:not(.shown) footer {
    display: none;
  }
}
.horizontal-pane .card.shown .expansion-trigger {
  color: #9E9F9E;
}
.horizontal-pane .card.shown .expansion-trigger:after {
  background-image: url(<%= asset_path 'expand-down.svg' %>);
}
.horizontal-pane .card .expansion-trigger {
  background-color: transparent;
  border: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  float: right;
  padding: 0 2.2rem 0 0;
  position: absolute;
  right: 2.7rem;
  top: 0;
  bottom: 0;
  margin: 1.3rem 0;
}
@media (max-width: 767px) {
  .horizontal-pane .card .expansion-trigger {
    display: none;
  }
}
.horizontal-pane .card .expansion-trigger:after {
  display: inline-block;
  content: '';
  width: 1.3rem;
  height: 0.8rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 0.4rem);
  bottom: calc(50% - 0.4rem);
}
.horizontal-pane .card .expansion-trigger:focus {
  outline: 0;
}
.horizontal-pane .card figure {
  border: 1px solid #ccc;
  border-radius: 0.3rem;
}
.horizontal-pane .card figure header {
  width: 100%;
  padding: 1em 1.5rem;
  position: relative;
}
.horizontal-pane .card figure header img {
  display: inline-block;
  margin-right: 1.9rem;
}
.horizontal-pane .card figure header h4 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: calc(100% - 20.6rem);
}
.horizontal-pane .card figure main {
  padding: 1.3rem 1.5rem;
}
.horizontal-pane .card figure h4 {
  font-size: 2.2rem;
  line-height: 1.23636364;
  margin-top: 0;
  margin-bottom: 0.9rem;
}
.horizontal-pane .card figure h4 a {
  position: relative;
  top: -0.25rem;
}
.horizontal-pane .card figure summary {
  font-size: 1.4rem;
}
.horizontal-pane .card figure footer {
  padding: 1.5rem;
}
.horizontal-pane .card figure footer h5 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transfrom: uppercase;
  color: #9E9F9E;
}
.horizontal-pane .card figure footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.horizontal-pane .card figure footer ul li {
  display: inline-block;
  margin-right: 0.6rem;
}
.horizontal-pane .card figure footer ul li img {
  border-radius: 1.2rem;
  width: 4.6rem;
  height: 4.6rem;
}
.twitter-stats .middle {
  border-right: 1px solid #ccc;
}
@media (min-width: 768px) and (max-width: 939px) {
  .twitter-stats .middle .row:last-child .twitter-stat-box {
    border-bottom: 0;
  }
}
.twitter-stats .middle .row:first-child .twitter-stat-box,
.twitter-stats .right .row:first-child .twitter-stat-box {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .twitter-stats .middle,
  .twitter-stats .right {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .twitter-stats .right .row:last-child .twitter-stat-box {
    border-bottom: 0;
  }
}
.twitter-stat-box {
  background-color: #F9F9F9;
  padding: 3rem;
}
@media (max-width: 767px) {
  .twitter-stat-box {
    border-bottom: 1px solid #ccc;
  }
}
.twitter-stat-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
@media (max-width: 767px) {
  .twitter-stat-box:before {
    display: none;
  }
}
.twitter-stat-box .stat-number {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  width: 34%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .twitter-stat-box .stat-number {
    margin: auto;
    text-align: center;
    display: block;
  }
}
.twitter-stat-box .stat-description {
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #9E9F9E;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.twitter-stat-box .stat-description img {
  position: relative;
  top: -0.25rem;
}
@media (max-width: 767px) {
  .twitter-stat-box .stat-description {
    margin: auto;
    text-align: center;
    display: block;
  }
}
@media (min-width: 768px) {
  .twitter-stat-box .stat-description {
    position: relative;
    top: 0.2rem;
  }
}
.twitter-activity-level {
  text-align: center;
  padding: 3.6rem 2.5rem;
  border-right: 1px solid #ccc;
}
@media (max-width: 939px) {
  .twitter-activity-level {
    padding: 2rem;
    display: table;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .twitter-activity-level p {
    display: table-footer-group;
  }
  .twitter-activity-level figure {
    display: table-header-group;
    margin-bottom: 1rem;
  }
}
.twitter-activity-level p {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #9E9F9E;
  line-height: 1.7rem;
  letter-spacing: 0.2rem;
  margin-bottom: 3.8rem;
}
.twitter-activity-level .activity-level {
  width: 5.9rem;
  height: 5.9rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  display: inline-block;
}
.twitter-activity-level .activity-level.up {
  background-image: url(<%= asset_path 'activity-up.png' %>);
}
.twitter-activity-level .activity-level.down {
  background-image: url(<%= asset_path 'activity-down.png' %>);
}
.twitter-activity-level .activity-level.no-change {
  background-image: url(<%= asset_path 'activity-no-change.png' %>);
}
.twitter-social-score {
  text-align: center;
  padding: 3.6rem 2.5rem;
  border-right: 1px solid #ccc;
}
@media (max-width: 939px) {
  .twitter-social-score {
    padding: 2rem;
    display: table;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .twitter-social-score p {
    display: table-footer-group;
  }
  .twitter-social-score .social-score {
    display: table-header-group;
    margin-bottom: 1rem;
  }
}
.twitter-social-score p {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #9E9F9E;
  line-height: 1.7rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2.7rem;
}
.twitter-social-score .social-score {
  font-size: 4.4rem;
  color: #FD7200;
  font-weight: 200;
  text-align: center;
  line-height: 0.90909091;
}
.flags {
  width: 100%;
  text-align: center;
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
.flags span {
  display: inline-block;
  margin: 0 2.2rem;
  padding-left: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  position: relative;
  color: #FD7200;
}
@media (max-width: 767px) {
  .flags span {
    margin-bottom: 0.5rem;
  }
}
.flags span:before {
  content: '';
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.flags span.ad-supported:before {
  background-image: url(<%= asset_path 'icon-ads.svg' %>);
}
.flags span.html5-wrapped:before {
  background-image: url(<%= asset_path 'icon-html5.svg' %>);
}
.flags span.false {
  filter: grayscale(100%);
  opacity: 0.4;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -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: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #231f20;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #26a2fb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #047bd1;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.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;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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;
}
h1,
.h1 {
  font-size: 36px;
  color: #FD7200;
}
h2,
.h2 {
  font-size: 30px;
  color: #333;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 24px;
  color: #26a2fb;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 720px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #999;
}
.text-primary {
  color: #FD7200;
}
a.text-primary:hover {
  color: #ca5b00;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #FD7200;
}
a.bg-primary:hover {
  background-color: #ca5b00;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 720px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 720px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 940px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1022px) {
  .container {
    width: 1022px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row,
.row-fluid {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 720px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    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: 940px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    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: 1022px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    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: #999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #818485;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #818485;
  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, 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,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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[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;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.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;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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: #675b5e;
}
@media (min-width: 720px) {
  .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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 720px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 720px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 720px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/**
 * bootstrap-multiselect.less
 * https://github.com/davidstutz/bootstrap-multiselect
 *
 * Copyright 2012 - 2014 David Stutz
 *
 * Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.multiselect.btn {
  font-size: 14px;
  color: #818485;
  padding-left: 5px;
  padding-right: 5px;
}
.multiselect.btn:hover {
  border-color: #818485;
  color: #222;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 98%;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none !important;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 14px 0 !important;
  margin: 0;
  text-indent: 10px !important;
  width: auto !important;
  max-width: inherit;
  line-height: normal;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  padding: 5px 7px 7px;
  font-size: 16px;
  font-weight: 300;
  top: -2px;
  position: relative;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "×";
  padding: 0px 2px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #FD7200;
  border-color: #e46700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ca5b00;
  border-color: #a64b00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #FD7200;
  border-color: #e46700;
}
.btn-primary .badge {
  color: #FD7200;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #43AC44;
  border-color: #3c9a3d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #358735;
  border-color: #2b6e2b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #43AC44;
  border-color: #3c9a3d;
}
.btn-success .badge {
  color: #43AC44;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #26a2fb;
  border-color: #0d97fb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #048aea;
  border-color: #0475c7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #26a2fb;
  border-color: #0d97fb;
}
.btn-info .badge {
  color: #26a2fb;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FD7200;
  border-color: #e46700;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ca5b00;
  border-color: #a64b00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FD7200;
  border-color: #e46700;
}
.btn-warning .badge {
  color: #FD7200;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d52335;
  border-color: #bf1f30;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a91c2a;
  border-color: #8b1722;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d52335;
  border-color: #bf1f30;
}
.btn-danger .badge {
  color: #d52335;
  background-color: #fff;
}
.btn-link {
  color: #26a2fb;
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #047bd1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #FD7200;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 720px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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.33;
  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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  line-height: 1;
  color: #818485;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #26a2fb;
}
.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:hover,
.nav-tabs > li.active > a:focus {
  color: #818485;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  border-bottom: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
  padding: 19px 15px !important;
  margin: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #F9F9F9;
  color: #999;
}
.nav-tabs.nav-justified > li > a svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5%;
}
.nav-tabs.nav-justified > li > a g,
.nav-tabs.nav-justified > li > a path {
  fill: #999 !important;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 0 !important;
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li {
    border-bottom: 1px solid #ccc;
  }
  .nav-tabs.nav-justified > li:first-child {
    border-left: 0!important;
  }
  .nav-tabs.nav-justified > li:first-child,
  .nav-tabs.nav-justified > li:first-child > a {
    border-radius: 0 !important;
  }
  .nav-tabs.nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-tabs.nav-justified > li:last-child {
    border-right: 0 !important;
  }
  .nav-tabs.nav-justified > li:last-child,
  .nav-tabs.nav-justified > li:last-child > a {
    border-radius: 0 !important;
  }
}
.nav-tabs.nav-justified > li.active {
  border-bottom: none;
}
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover {
  background-color: #fff !important;
  color: #26a2fb !important;
}
.nav-tabs.nav-justified > li.active > a g,
.nav-tabs.nav-justified > li.active > a path {
  fill: #26a2fb !important;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #FD7200;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .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:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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;
  line-height: 1.42857143;
  text-decoration: none;
  color: #26a2fb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #047bd1;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #FD7200;
  border-color: #FD7200;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #FD7200;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ca5b00;
}
.label-success {
  background-color: #43AC44;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #358735;
}
.label-info {
  background-color: #26a2fb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #048aea;
}
.label-warning {
  background-color: #FD7200;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ca5b00;
}
.label-danger {
  background-color: #d52335;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a91c2a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #26a2fb;
  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;
}
.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: bold;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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: #FD7200;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -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: #43AC44;
}
.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: #26a2fb;
}
.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: #FD7200;
}
.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: #d52335;
}
.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-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FD7200;
  border-color: #FD7200;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffe2ca;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > 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-right-radius: 3px;
  border-top-left-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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #FD7200;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #FD7200;
  border-color: #FD7200;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FD7200;
}
.panel-primary > .panel-heading .badge {
  color: #FD7200;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FD7200;
}
.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  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 {
  bottom: 0;
  right: 5px;
  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;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row-fluid:before,
.row-fluid:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.row-fluid:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 719px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 720px) and (max-width: 939px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 720px) and (max-width: 939px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 720px) and (max-width: 939px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 720px) and (max-width: 939px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 940px) and (max-width: 1021px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 940px) and (max-width: 1021px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 940px) and (max-width: 1021px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 940px) and (max-width: 1021px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1022px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1022px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1022px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1022px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 719px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 939px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 940px) and (max-width: 1021px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1022px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}
.responsive-width {
  width: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1022px) {
  .responsive-width {
    width: 1022px !important;
  }
}
.section-padding-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-padding-top-no {
  padding-top: 0 !important;
}
.section-padding-bottom-no {
  padding-bottom: 0 !important;
}
.section-padding-lg {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 720px) {
  .section-padding-lg {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 940px) {
  .section-padding-lg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1022px) {
  .section-padding-lg {
    padding-top: 3.571em;
    padding-bottom: 3.571em;
  }
}
.section-padding-md {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-padding-md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 940px) {
  .section-padding-md {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1022px) {
  .section-padding-md {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section-padding-sm {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-padding-sm {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 940px) {
  .section-padding-sm {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 1022px) {
  .section-padding-sm {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.section-padding-xs {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-padding-xs {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 940px) {
  .section-padding-xs {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1022px) {
  .section-padding-xs {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.section-optional {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-optional > .row-fluid-wrapper .row-fluid-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-optional.section-padding-md > .row-fluid-wrapper {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-optional.section-padding-md > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 940px) {
  .section-optional.section-padding-md > .row-fluid-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1022px) {
  .section-optional.section-padding-md > .row-fluid-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 940px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 1022px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 940px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 1022px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper > .row-fluid-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.section-optional.section-padding-xs > .row-fluid-wrapper {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 720px) {
  .section-optional.section-padding-xs > .row-fluid-wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 940px) {
  .section-optional.section-padding-xs > .row-fluid-wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1022px) {
  .section-optional.section-padding-xs > .row-fluid-wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.section-optional.section-padding-top-no > .row-fluid-wrapper {
  padding-top: 0 !important;
}
.section-optional.section-padding-bottom-no > .row-fluid-wrapper {
  padding-bottom: 0 !important;
}
.padded-content-no {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padded-content-left-no {
  padding-left: 0 !important;
}
.padded-content-right-no {
  padding-right: 0 !important;
}
.padded-content-lg {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 720px) {
  .padded-content-lg {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 940px) {
  .padded-content-lg {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1022px) {
  .padded-content-lg {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
.padded-content-md {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 720px) {
  .padded-content-md {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 940px) {
  .padded-content-md {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1022px) {
  .padded-content-md {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.padded-content-sm {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 720px) {
  .padded-content-sm {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 940px) {
  .padded-content-sm {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 1022px) {
  .padded-content-sm {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.surf-lp {
  padding-top: 0 !important;
  background-image: url(<%= asset_path 'app-cloud.jpg' %>);
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 719px) {
  .surf-lp {
    font-size: 10.5px;
  }
}
@media (min-width: 720px) and (max-width: 991px) {
  .surf-lp {
    font-size: 11.5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .surf-lp {
    font-size: 13px;
  }
}
.flat-cta-btn {
  background-color: white;
  padding: 1.0625em 2.25em;
  font-size: 1.14286em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #e96c29;
  letter-spacing: 0.125em;
  display: inline-block;
  box-shadow: 0 0.07143em 0.14286em 0 #b95c2a;
  border-radius: 0.1875em;
  vertical-align: top;
}
.flat-cta-btn:hover {
  color: #b95c2a;
}
.surf-billboard,
.quotation-billboard {
  box-shadow: 0 0.28571em 0.28571em 0 rgba(0, 0, 0, 0.19);
}
.surf-billboard {
  width: 100%;
  padding-top: 8.71429em;
  background-color: #f8ad41;
  position: relative;
  text-align: center;
  z-index: 4;
}
.surf-billboard:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 5.71429em;
  background-color: white;
}
.surf-billboard .inner {
  width: 100%;
  margin: auto;
  max-width: 1064px;
  padding-left: 1.42857em;
  padding-right: 1.42857em;
  position: relative;
}
@media (max-width: 719px) {
  .surf-billboard .inner {
    text-align: center;
  }
  .surf-billboard .inner h1,
  .surf-billboard .inner h3 {
    margin: auto;
  }
}
@media (min-width: 720px) {
  .surf-billboard .inner {
    text-align: left;
  }
}
.surf-billboard .inner h1 {
  color: white;
  font-size: 2.85714em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.25em;
  max-width: 10.5em;
}
.surf-billboard .inner h3 {
  font-size: 1.5em;
  line-height: 1.4;
  color: white;
  opacity: 0.7;
  margin-top: 0;
  margin-bottom: 1.28571em;
  max-width: 20em;
}
.surf-billboard .inner .play {
  position: relative;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  border: 0;
  background-color: white;
  box-shadow: 0 0.07143em 0.14286em 0 #b95c2a;
  display: inline-block;
  margin-right: 1.14286em;
  vertical-align: top;
}
.surf-billboard .inner .play:hover:before {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
.surf-billboard .inner .play:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 5;
  width: 1.35714em;
  height: 1.92857em;
  top: 1.07143em;
  bottom: 1.07143em;
  left: 1.35714em;
  right: 1.35714em;
  background-image: url(<%= asset_path 'icon-twitter-symbol-outline.svg' %>);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.surf-billboard .left-content {
  padding-top: 3.21429em;
}
@media (max-width: 719px) {
  .surf-billboard .left-content {
    text-align: center;
  }
}
@media (min-width: 720px) and (max-width: 768px) {
  .surf-billboard .left-content {
    padding-top: 2em;
  }
}
.surf-billboard .right-content {
  text-align: center;
}
@media (max-width: 719px) {
  .surf-billboard .right-content {
    padding-top: 1.92857em;
  }
}
.surf-billboard .phone-outer {
  width: 23.85714em;
  margin: auto;
  position: relative;
  background-color: #424446;
  padding: 3.21429em 1.21429em 57.7%;
  border-top-left-radius: 2.14286em;
  border-top-right-radius: 2.14286em;
}
@media (min-width: 600px) and (max-width: 719px) {
  .surf-billboard .phone-outer {
    padding-bottom: 42%;
  }
}
.surf-billboard .phone-outer .phone-inner {
  width: 90.27142%;
  height: 90%;
  background-color: #ccc;
  position: absolute;
  top: 2.42858em;
  left: 1.21429em;
  right: 1.21429em;
  bottom: 0;
  overflow-y: hidden;
  text-align: left;
}
.quotation-billboard {
  width: 100%;
  padding: 9.35714em 0 9.71429em;
  position: relative;
  background-color: black;
  z-index: 1;
  text-align: center;
}
@media (max-width: 719px) {
  .quotation-billboard {
    padding: 3.4rem 0 !important;
  }
}
.quotation-billboard .image-underlay {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-image: url(<%= asset_path 'social-search-billboard.jpg' %>);
  opacity: 0.4;
}
.quotation-billboard .inner {
  width: 100%;
  max-width: 50.5em;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.quotation-billboard .inner blockquote {
  width: 100%;
  font-size: 2.71429em;
  line-height: 1.4;
  font-weight: 300;
  border: 0;
  margin: 0 0 1.13158em;
  color: white;
}
.quotation-billboard .inner cite {
  font-size: 1.28571em;
  font-weight: bold;
  color: white;
  line-height: 1.22222;
  font-style: normal;
}
.quotation-billboard .inner cite span {
  font-weight: 300;
  color: #e96c29;
  display: block;
  margin-bottom: 1.16667em;
}
.quotation-billboard .citation-photo {
  width: 5.92857em;
  height: 5.92857em;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
}
.surf-icon.large {
  width: 7.57143em;
  height: 7.57143em;
  position: absolute;
  top: -6.42857em;
  box-shadow: 0 0.28571em 0.28571em 0 rgba(0, 0, 0, 0.14);
  border-radius: 1.07143em;
  margin: auto;
}
@media (max-width: 719px) {
  .surf-icon.large {
    left: calc(46.214285%);
    right: calc(46.214285%);
  }
}
@media (min-width: 720px) {
  .surf-icon.large {
    left: 1.42857em;
  }
}
.surf-icon.small {
  width: 4.71429em;
  height: 4.71429em;
  margin: auto;
  margin-bottom: 2.42857em;
}
.beta-sign-up {
  background-size: cover;
  background-image: url(<%= asset_path 'app-cloud.jpg' %>);
  background-repeat: no-repeat;
}
.beta-sign-up .inner {
  max-width: 48.35714em;
  margin: 0 auto;
  text-align: center;
  padding: 5.71429em 0;
}
@media (max-width: 720px) {
  .beta-sign-up .inner {
    padding: 3.80952em 20px;
    margin: 0 auto;
  }
}
.beta-sign-up .inner .surf-icon.small {
  height: 66px;
  width: 66px;
  margin-bottom: 1.33333em;
}
.beta-sign-up .inner h1 {
  color: #231F20;
  font-size: 2.85714em;
  line-height: 1.2;
  margin-bottom: 0.15em;
  margin-top: 0;
}
@media (max-width: 720px) {
  .beta-sign-up .inner h1 {
    font-size: 2.66667em;
  }
}
.beta-sign-up .inner h4 {
  color: #9E9F9E;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 1.90476em;
}
@media (max-width: 720px) {
  .beta-sign-up .inner h4 {
    font-size: 1.71429em;
  }
}
.beta-sign-up .inner input[type="text"],
.beta-sign-up .inner input[type="email"] {
  border-radius: 3px;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 1.64286em;
  line-height: 1.21739;
  font-weight: 100;
  padding: 0.78261em 0.95652em;
  margin: 0 0.26087em 0.56522em;
  width: calc(99.47826%);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.beta-sign-up .inner input[type="text"]:hover,
.beta-sign-up .inner input[type="text"]:focus,
.beta-sign-up .inner input[type="email"]:hover,
.beta-sign-up .inner input[type="email"]:focus {
  border-color: #e96c29;
  box-shadow: none;
  outline: none;
  color: #e96c29;
}
@media (max-width: 720px) {
  .beta-sign-up .inner input[type="text"],
  .beta-sign-up .inner input[type="email"] {
    font-size: 1.80952em;
  }
}
.beta-sign-up .inner input[type="submit"] {
  font-size: 1.14286em;
  background-color: #e96c29;
  color: white;
  border-radius: 3px;
  border: 0 none;
  padding: 1em 3.875em;
  margin-top: 1.0625em;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.beta-sign-up .inner input[type="submit"]:hover,
.beta-sign-up .inner input[type="submit"]:focus {
  background-color: #f8ad41;
}
@media (max-width: 720px) {
  .beta-sign-up .inner input[type="submit"] {
    font-size: 1.52381em;
  }
}
.footer .inner {
  max-width: 73.35714em;
  margin: 0 auto;
  padding: 4.28571em 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media (max-width: 720px) {
  .footer .inner {
    margin: 0 20px;
    padding: 3.42857em 0;
  }
}
.footer .inner h4 {
  font-size: 1.57143em;
  line-height: 1.22727;
  color: #9E9F9E;
  margin: 0;
}
@media (max-width: 720px) {
  .footer .inner h4 {
    font-size: 1.71429em;
  }
}
.footer .inner .copy-text {
  padding-top: 3.85714em;
}
@media (max-width: 720px) {
  .footer .inner .copy-text {
    padding-top: 2.66667em;
  }
}
.footer .inner .copy-text img {
  display: inline-block;
  margin-bottom: 0.57143em;
}
.footer .inner .copy-text h5 {
  font-size: 11px;
  line-height: 1.18182;
  margin: 0;
}