#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(//financesonline.com/media/themes/apps/js/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{outline:0; font: 12px Tahoma, Arial,sans-serif;}
#cboxTopLeft{width:21px; height:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(//financesonline.com/media/themes/apps/js/colorbox/images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(//financesonline.com/media/themes/apps/js/colorbox/images/loading.gif) no-repeat center center;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:calc(50% - 16px); left:0; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/cBox-arrows.png) no-repeat 0 0;background-color: #fff; width:32px; height:32px; text-indent:-9999px;border-radius: 50%;}
#cboxPrevious:hover{background-position:-32px 0;}
#cboxNext{position:absolute; bottom:calc(50% - 16px);left: auto;right: 0; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/cBox-arrows.png) no-repeat 0 -32px;background-color: #fff; width:32px; height:32px; text-indent:-9999px;border-radius: 50%;}
#cboxNext:hover{background-position:-32px -32px;}
#cboxClose{position:absolute; top:0; right:0; background:url(//financesonline.com/media/themes/apps/js/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.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 > 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;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  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: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: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: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: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: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: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.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: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: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: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: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.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;
          transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//financesonline.com/media/themes/apps/bootstrap/css/../fonts/glyphicons-halflings-regular.eot);
  src: url(//financesonline.com/media/themes/apps/bootstrap/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//financesonline.com/media/themes/apps/bootstrap/css/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(//financesonline.com/media/themes/apps/bootstrap/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//financesonline.com/media/themes/apps/bootstrap/css/../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-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-print:before {
  content: "\e045";
}
.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-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.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-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-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-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-top-right-radius: 0;
  border-bottom-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-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  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: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-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;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: #428bca;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.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: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.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-top-right-radius: 6px;
  border-bottom-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-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -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;
          transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.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 {
  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: #e1edf7;
}
.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: #ffffff;
  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-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  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 {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal-content.modal-content-smartscore {
  margin: 0 auto;
  width: 1100px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@media (max-width: 1024px) {
	.modal-content.modal-content-smartscore {
		width: 96%;
	}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:auto}body,html{-ms-overflow-style:none !important}.btn-dark-blue{background-color:#005691}body{background-color:#fff;color:#000;font-family:'Lato';font-size:15px}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:17px}body{background-image:url(//financesonline.com/media/themes/apps/css/../images/background-polly.png);background-repeat:no-repeat;background-size:100%}.fixed-bar{width:100%;background-color:#1c1f28;position:fixed;top:0;left:0;z-index:9999;color:#fff;display:none}.fixed-bar div.row>div{padding-top:10px;padding-bottom:10px;text-align:center}.fixed-bar p{text-transform:uppercase;margin:0;padding:6px}.fixed-bar a{color:#fff;padding:6px;display:inline-block}.fixed-bar a i{color:#000}.fixed-bar .hidebar{margin-right:20px}h1,h2,h3,h4,h5,h6{font-family:'Lato'}a:hover,a:focus{text-decoration:underline}.pointer{cursor:pointer}.anchor{display:block;height:325px;margin-top:-325px;visibility:hidden}code{white-space:initial}img.full-width{width:100%;height:auto}img.alignright{float:right;margin:0 0 1em 1em}img.alignleft{float:left;margin:0 1em 1em 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto}.bold{font-weight:bold}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{outline:0;box-shadow:none !important}textarea{resize:none}.modal-footer{margin-top:0}.modal .form-group{margin-bottom:0}.modal-footer{border-top:0;padding-top:0;text-align:left}#ask-q .modal-footer{line-height:1.05}.modal-footer img{margin-right:5px}.modal .larger{font-size:16px}.modal img.icon{display:inline-block;height:14px;width:auto}.modal #thanks-q{display:none;background-color:#0073b9;color:#fff}.modal #thanks-q h1{font-size:24px}.modal #thanks-q h2{font-size:18px}#score-modal .modal-dialog{width:900px}#user-modal .modal-dialog{width:1000px}#user-modal .modal-dialog img.image-map{width:700px;max-width:700px;margin-bottom:20px}#user-modal .modal-comment{min-height:270px}.modal-dialog p.blue{color:#0073b9}.modal-percent{width:100px;height:100px;line-height:100px;text-align:center;border-radius:50%;font-size:40px;color:#fff;margin:0 auto}.modal-score-heading{text-align:center}.modal-cust .modal-percent{background-color:#87dcfc}.modal-cust .modal-score-heading{color:#87dcfc}.modal-integration .modal-percent{background-color:#ababab}.modal-integration .modal-score-heading{color:#ababab}.modal-ease .modal-percent{background-color:#f48e5c}.modal-ease .modal-score-heading{color:#f48e5c}.modal-help .modal-percent{background-color:#80cdc8}.modal-help .modal-score-heading{color:#80cdc8}.modal-collaboration .modal-percent{background-color:#ffbf00}.modal-collaboration .modal-score-heading{color:#ffbf00}.modal-mainf .modal-percent{background-color:#ff8685}.modal-mainf .modal-score-heading{color:#ff8685}.modal-security .modal-percent{background-color:#c783ff}.modal-security .modal-score-heading{color:#c783ff}.modal-mobility .modal-percent{background-color:#4af}.modal-mobility .modal-score-heading{color:#4af}.modal-media .modal-percent{background-color:#1cbbb4}.modal-media .modal-score-heading{color:#1cbbb4}#modal-comment-cust,#modal-comment-coll,#modal-comment-int,#modal-comment-mob,#modal-comment-ease,#modal-comment-help,#modal-comment-sec,#modal-comment-media,#modal-comment-mainf,#modal-comment-shape1,#modal-comment-shape2,#modal-comment-shape3,#modal-comment-shape4,#modal-comment-shape5,#commentsubmit{display:none}#modal-nav a{position:absolute;font-size:30px;color:black;height:100%;border:1px solid #e7e7e7;padding:55px 5px 0;border-radius:3px}#modal-nav a:hover,#modal-nav a:focus{text-decoration:none}#modal-nav a.previous{left:0;background:#f6f6f6;background:-moz-linear-gradient(left,#f6f6f6 0,#fff 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#f6f6f6),color-stop(100%,#fff));background:-webkit-linear-gradient(left,#f6f6f6 0,#fff 100%);background:-o-linear-gradient(left,#f6f6f6 0,#fff 100%);background:-ms-linear-gradient(left,#f6f6f6 0,#fff 100%);background:linear-gradient(to right,#f6f6f6 0,#fff 100%)}#modal-nav a.next{right:-20px;background:#fff;background:-moz-linear-gradient(left,#fff 0,#f6f6f6 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,#f6f6f6));background:-webkit-linear-gradient(left,#fff 0,#f6f6f6 100%);background:-o-linear-gradient(left,#fff 0,#f6f6f6 100%);background:-ms-linear-gradient(left,#fff 0,#f6f6f6 100%);background:linear-gradient(to right,#fff 0,#f6f6f6 100%);z-index:20}.modal-slider{margin:20px 0 20px 20px}.modal-comment{padding:10px 15px 5px;background-color:#f4f4f4;margin-left:20px;color:#4e4e4e}.modal-topics img{width:240px;max-width:240px;min-width:240px;margin-top:40px}.modal-topics span.btn{border-radius:50%;width:30px;height:30px;padding:0;line-height:30px;display:block}.one-of-eight{width:11%}.five-of-eight{width:32%}.two-of-eight{width:40%}.two-of-eight form{max-width:275px;margin:0 0 5px}.two-of-eight-or-custom{width:550px;position:absolute;left:50%;margin-left:20px}.two-of-eight-or-custom form{max-width:255px;margin:0 0 5px}.navbar-form{padding:0 10px 0 0}.one-tenth{width:9.9%}div.listwa:after{clear:both}.ten-items{display:block}.container-small{width:1100px;padding-top:5px}.mb30{margin-bottom:30px}.ml15{margin-left:15px}.pl0{padding-left:0}.pr00{padding-right:0}.pl40{padding-left:40px}.pt0{padding-top:0}.p0{padding:0}.mlm15{margin-left:-15px}.m0{margin:0}.mt30{margin-top:30px}.ml0{margin-left:0}.pl5{padding-left:5px}.p20{padding:20px}.pb10{padding-bottom:10px}header{background-color:#005691;max-height:110px}.reviews{padding:15px 0;position:relative;border-right:1px solid #669abd}.reviews-icon a{background-image:url(//financesonline.com/media/themes/apps/css/../images/review.png);background-repeat:no-repeat;height:45px;max-width:70px;background-size:100%;display:block;background-position:0 10px;margin-left:25%}.reviews-icon p{margin-top:53px;color:#fff;font-size:15px;font-weight:bold;margin-left:5px;margin-bottom:0}.logo-img a{background-image:url(//financesonline.com/media/themes/apps/css/../images/logo.png);background-repeat:no-repeat;height:80px;max-width:355px;background-size:100%;display:block}.add-product{padding:30px 30px 5px;font-size:17px}.add-product input{min-width:200px}.add-product button{font-weight:bold;text-shadow:1px 1px 2px rgba(94,125,77,1);border:1px solid #a4d198}.add-product .button-add-your-product{display:inline-block;background:url(//financesonline.com/media/themes/apps/css/../images/button-add-your-product.png) no-repeat;overflow:hidden;text-indent:-9999px;color:transparent;text-align:left}.add-product .button-add-your-product{background-position:0 0;width:230px;height:35px}.add-product .button-add-your-product:hover{background-position:0 -35px;width:230px;height:35px}.affix{width:1130px;top:0;z-index:150;background-color:rgba(255,255,255,.9);margin-left:-30px}.affix h1.alternatives-affix,.affix h2.alternatives-affix{margin-top:0 !important}.affix-top h1.alternatives-affix,.affix-top h2.alternatives-affix{margin-bottom:28px !important}.affix.affix.mainpage-affix{margin-left:-29px}.affix .ten-items{margin:0 15px}.product-affix.affix{width:733px;margin-left:-15px}.product-affix.affix .price-table-small,.product-affix.affix img.product-screen,.product-affix.affix .social-pop,.product-affix.affix h2.product-name-extended,.product-affix.affix .mt30{display:none}.product-affix.affix .col-md-6.product-table{width:100%}.product-affix.affix .col-md-6.product-table table{width:49%}.single-applications-alternatives .product-affix.affix h2.product-name-extended{display:block !important;margin-bottom:0 !important}.main{margin-bottom:30px}.breadcrumb{background-color:transparent;padding:8px 0;margin-bottom:0}.breadcrumb>li+li:before{content:none}.breadcrumb li a,.breadcrumb li.active{color:#000}.breadcrumb li i.glyphicon-chevron-right{font-size:6px;color:#fff;width:12px;height:12px;border-radius:50%;background-color:#9e9e9e;position:relative;top:-2px;line-height:12px;text-align:center;margin-left:5px}.products-list h1{font-size:18px;font-weight:bold;text-align:center;padding:5px 10px 10px;background:#ebedee;background:-moz-linear-gradient(top,#fff 0,#ebedee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ebedee));background:-webkit-linear-gradient(top,#fff 0,#ebedee 100%);background:-o-linear-gradient(top,#fff 0,#ebedee 100%);background:-ms-linear-gradient(top,#fff 0,#ebedee 100%);background:linear-gradient(to bottom,#fff 0,#ebedee 100%)}#gallery1 div.crsl-wrap figure{padding:2px 0 4px;background-color:#fff;border-right:1px solid #9a9a9a;border-bottom:1px solid #9a9a9a;border-top:1px solid #9a9a9a}.button-products a{background-position:center;background-repeat:no-repeat;display:block;height:21px;margin-bottom:4px;opacity:.9}.button-products a:hover{opacity:1}.button-products-review a{background-image:url(//financesonline.com/media/themes/apps/css/../images/button-review.png)}.button-products-trial a{background-image:url(//financesonline.com/media/themes/apps/css/../images/button-trial.png)}.button-products-free-trial a{background-image:url(//financesonline.com/media/themes/apps/css/../images/button-free-trial.png)}.button-products-free-demo a{background-image:url(//financesonline.com/media/themes/apps/css/../gfx/button-free-demo.png)}.button-compare-free-trial-blue a{background-image:url(//financesonline.com/media/themes/apps/css/../images/compare-button-free-trial-blue.png);background-size:80px 24px;height:25px}.button-compare-free-trial-yellow a{background-image:url(//financesonline.com/media/themes/apps/css/../images/compare-button-free-trial-yellow.png);height:25px}.accordion-main{margin-top:30px}h4.panel-title:before{position:relative;top:2px}.panel-title{color:#fff;font-size:26px;width:90%;border-right:2px solid #1f8f3d;padding:10px 10px 10px 0;display:inline-block}.panel-title i{font-size:20px}.panel-body{padding:10px 0}h4.panel-title span.more{font-size:14px;line-height:26px}.panel-heading{background:#38b44a;background:-moz-linear-gradient(top,#38b44a 0,#049445 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#38b44a),color-stop(100%,#049445));background:-webkit-linear-gradient(top,#38b44a 0,#049445 100%);background:-o-linear-gradient(top,#38b44a 0,#049445 100%);background:-ms-linear-gradient(top,#38b44a 0,#049445 100%);background:linear-gradient(to bottom,#38b44a 0,#049445 100%);padding:0 15px;cursor:pointer}.panel-group .panel{border:0;box-shadow:none}.panel-heading i.glyphicon-chevron-up,.panel-heading i.glyphicon-chevron-down{margin-left:35px}.panel-body{margin-top:0;padding-top:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:0}.nav-tabs>li>a{color:#000;font-size:13px;position:relative;top:0}.nav-tabs{border-bottom:1px solid #afcae4;display:table}.full-width-tabs>ul.nav.nav-tabs{display:table !important;width:100%}.full-width-tabs>ul.nav.nav-tabs>li{float:none;display:table-cell;margin-bottom:0}.full-width-tabs>ul.nav.nav-tabs>li>a{text-align:center;position:relative;top:0}li.featured-tab a{border:1px solid #f7c70e}#collapse-myTab .panel-heading{background:#fcfdfd;background:-moz-linear-gradient(top,#fcfdfd 0,#e8f5ff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfdfd),color-stop(100%,#e8f5ff));background:-webkit-linear-gradient(top,#fcfdfd 0,#e8f5ff 100%);background:-o-linear-gradient(top,#fcfdfd 0,#e8f5ff 100%);background:-ms-linear-gradient(top,#fcfdfd 0,#e8f5ff 100%);background:linear-gradient(to bottom,#fcfdfd 0,#e8f5ff 100%);border:1px solid #d3d8dc}#collapse-myTab .panel-heading h4.panel-title:before{content:none;position:relative;top:2px}#collapse-myTab .panel-heading .panel-title{width:auto;border:0;font-size:16px;color:#000}.tab-pane{padding-top:10px}.tab-content .tab-pane>.product-description>.row{margin-left:0;margin-right:0}#collapse-myTab .panel-body img{width:100%}.quality-seal{max-width:250px;margin:0 auto;display:block;margin-top:10px}#alternatives .top10 img,#review .top10 img{width:auto;padding-top:2px}.panel-collapse .panel-head{padding:50px 20px;min-height:400px;background-size:cover;background-repeat:no-repeat}.panel-text{background-color:#f9f9f9;font-size:18px;padding:25px;line-height:22px}.listwa h2{font-size:18px;margin-top:10px}.listwa .listwa_h2{font-size:18px;margin-top:10px;margin-bottom:10px;font-weight:500;line-height:1.1;display:block}div.icons figure div{text-align:center}div.icons figure p{padding:5px 0;vertical-align:middle;margin:0;color:#b3b3b3;height:40px;font-size:25px}p.black{color:black !important}p.priceitem{font-weight:normal;font-size:18px !important;line-height:31px}div.icons figure .highlight-red{background-color:#f05a23}div.icons figure .highlight-red p{color:#fff}div.icons figure p.ico-green{color:#39b549}div.icons .crsl-item{border-top:1px solid #b3b3b3;border-left:1px solid #b3b3b3;border-bottom:1px solid #b3b3b3;background-color:#f3f3f3}div.icons .crsl-item:last-of-type,div.icons .crsl-item.crsl-last-visible{border-right:1px solid #b3b3b3;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}div.icons .crsl-item:first-of-type{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}figure.crsl-item.chart-item div.bar-wrapper{border:0;position:absolute;height:200px;bottom:0;width:100%}div.bar-wrapper div{background-color:#7ecded;position:absolute;bottom:0;width:90%;margin-left:5%}p.chart-label{position:relative;top:-30px;text-align:center;font-size:20px}.crsl-item h1{margin-bottom:0}.crsl-item img.full-width{height:60px;margin-bottom:10px;display:block}.affix-top .blocks_top10 .crsl-item{min-height:158px}.blocks_top10 .crsl-item{min-height:158px}.blocks_top10 .crsl-item h1{font-size:15px;height:70px;padding:10px 5px 25px 5px;margin:0 0 2px 0 !important}.blocks_top10 .crsl-item .blocks_top10_h1{font-size:14px;height:70px;padding:10px 5px 25px 5px;margin:0 0 2px 0 !important;font-weight:bold;text-align:center;background:#ebedee;background:-moz-linear-gradient(top,#fff 0,#ebedee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ebedee));background:-webkit-linear-gradient(top,#fff 0,#ebedee 100%);background:-o-linear-gradient(top,#fff 0,#ebedee 100%);background:-ms-linear-gradient(top,#fff 0,#ebedee 100%);background:linear-gradient(to bottom,#fff 0,#ebedee 100%);line-height:1.1;display:block}.blocks_top10 .crsl-item h1 a,.blocks_top10 .crsl-item .blocks_top10_h1 a{color:#000}.blocks_top10 .crsl-item .thumbnail-outher{display:block;height:50px;margin-bottom:3px}.blocks_top10 .crsl-item .thumbnail-outher img{display:block;margin:0 auto}.affix .crsl-item img.full-width{display:none}.affix .crsl-item h1{margin-bottom:10px}.border-box{margin-top:40px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:1px solid #000;padding:20px;margin-bottom:40px}.border-box-heading{width:80%;margin-bottom:20px}.border-box h1{color:#0071bc;font-size:38px;margin-top:0}.border-box h2{font-size:24px}.border-box .advert{padding-left:10px;width:20%}.border-box .advert img{max-width:100%}.crsl-nav{height:25px}.product-buttons a{display:block;margin:5px 0;font-size:16px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;font-weight:bold;opacity:.9}.single-applications-alternatives .affix .product-buttons{margin-top:9px}.single-applications-alternatives .affix .product-button-single{margin-top:48px}.product-buttons a:hover{opacity:1}.product-buttons a.find-a-better-app{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;opacity:1;display:inline-block;background-image:url(//financesonline.com/media/themes/apps/css/../images/button-find-a-better-app.png);background-repeat:no-repeat;background-position:0 0;height:36px;width:195px;margin:0 9px 4px 9px;color:transparent}.affix .product-buttons a.find-a-better-app{margin:2px 9px}.product-buttons a.find-a-better-app:hover{background-position:0 -36px}h1.product-name{font-size:28px;margin-top:0;margin-bottom:40px;color:#000}h2.product-name{font-size:28px !important;margin-top:0 !important;margin-bottom:40px !important;color:#005894 !important}.affix h1.product-name-extended{margin-top:5px}h2.product-name-extended{font-size:18px;margin-bottom:57px !important}.product-table table,div.reviews-top{font-weight:bold;border-collapse:separate;border-radius:10px;color:#1a1a1a;overflow:hidden;position:relative}.product-table table{border:1px solid #9ba3a7;margin-bottom:5px}.product-table table td{padding:0 10px;line-height:15px}.price-table-heading{background-color:#a8cff2}.product-table table td:nth-of-type(2){font-size:26px;text-align:center;line-height:36px}.product-table table td p{margin:0;position:relative}div.reviews-top{padding:5px 9px;font-size:18px;margin-top:10px}td img.qtip{position:absolute;top:5px;margin-left:5px;width:15px;height:auto;cursor:pointer}div.product-table{padding-left:0}.half{position:relative}.glyphicon-star{color:white;-webkit-text-stroke-color:rgba(255,174,0,.8);-webkit-text-stroke-width:1px;font-size:13px}.yellow-star{color:rgba(255,174,0,.8);text-shadow:1px 1px 1px #fff,0 0 0 #000,1px 1px 1px #fff;font-size:12px}.half:after{content:'';position:absolute;z-index:1;background:transparent;width:49%;height:100%;content:"\e006";left:45%;overflow:hidden;color:white;-webkit-text-stroke-color:rgba(255,174,0,.8);-webkit-text-stroke-width:1px;transform:rotateY(180deg)}.review-content .glyphicon-star{font-size:12px}.product-description .yellow-star,.product-description .glyphicon-star{font-size:12px}.affix div.product-table{margin-top:8px}.affix .product-buttons a.btn{padding:8px 12px}.single-applications-alternatives .affix .product-buttons a.btn{padding:6px 12px}.btn.visible-affix,.affix div.reviews-top{display:none}.affix .btn.visible-affix{display:block;white-space:nowrap;font-size:16px;line-height:27px}.product-box-alert{border:3px solid #e6a511;background:#ebf2f3;background:-moz-linear-gradient(left,#ebf2f3 0,#bfd6d9 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#ebf2f3),color-stop(100%,#bfd6d9));background:-webkit-linear-gradient(left,#ebf2f3 0,#bfd6d9 100%);background:-o-linear-gradient(left,#ebf2f3 0,#bfd6d9 100%);background:-ms-linear-gradient(left,#ebf2f3 0,#bfd6d9 100%);background:linear-gradient(to right,#ebf2f3 0,#bfd6d9 100%)}.product-box-alert-collapse{visibility:hidden;height:0}.product-box-alert-collapse.affix{visibility:visible;height:auto}.product-box-full{margin-left:0;margin-bottom:20px}.product-box-heading.alert-product{background:transparent;text-align:center;border-bottom:0}.product-box-heading.alert-product i.glyphicon,.panel-heading i.glyphicon-chevron-up,.panel-heading i.glyphicon-chevron-down{background-color:#77c242;height:24px;width:24px;text-align:center;line-height:24px;border-radius:50%;color:#fff;text-shadow:1px 1px 1px rgba(150,150,150,1);position:relative;top:-1px}.panel-heading i.glyphicon-chevron-up{line-height:21px;padding-left:2px}.product-box-heading.alert-product a.btn{position:relative;top:-5px;display:inline}.affix .product-box-heading.alert-product a.btn{display:block;max-width:400px;margin:0 auto}.product-box-heading.alert-product h2{padding:10px 3px}.product-box-heading h2.no-border{border-left:0}.product-box-heading span{width:40px;display:inline-block;text-align:center}.product-box-heading span img{position:relative;top:-3px;max-height:30px;min-height:20px;width:auto;padding:0}.product-box-heading.alert-product span img{margin:0 10px}.product-description.p0 .product-description-wrapper:nth-child(3n+1){clear:left;padding-left:0 !important;padding-right:10px !important}.product-description.p0{padding:0 0 10px;margin-bottom:-12px}.product-description.p1{padding:10px 0 0}.product-description.p0 .row{margin:0}.product-description.p1 .row{margin:0}.product-description.p0 .product-description-wrapper:first-of-type{padding-left:0;padding-right:10px}.product-description.p0 .product-description-wrapper:last-of-type{padding-right:0;padding-left:10px}#alternatives strong{display:block;font-size:16px;margin:20px 0 10px}#alternatives .head,#alternatives .head h3,#review .head,#review .head h3{font-weight:bold}.product-description.links-box{padding:0 20px}.product-box.no-border{border:0}.no-border .product-box-heading,.best-product{border:1px solid #9ba3a8;border-radius:10px}.best-product{padding:0;overflow:hidden}.product-description-wrapper{padding:5px}.best-product div.best-product-desc{padding:0 15px}.reviewed-apps .best-product div.best-product-desc{padding:10px 15px}.best-product img.product-img{width:100%}.best-product-long img.product-img{max-width:93px;height:auto}.best-product-long .compare-checkbox-cont .checkbox input{margin:0 3px 0 0 !important}.best-product-long .compare-checkbox-cont .checkbox{line-height:14px;float:none !important;display:inline-block;margin-top:2px;padding:0;font-size:12px}.product-description-long .product-description-wrapper:first-of-type{padding-left:5px !important}.best-product-long h3,.best-product-long .h3{font-weight:bold;margin-top:10px;margin-bottom:5px;display:block;font-family:'Lato'}.best-product-long .our_score{text-transform:uppercase;font-weight:bold;font-size:13px;width:auto;display:inline-block;margin-bottom:5px;margin-right:4px}.best-product-long .n{color:#428bca}.best-product-long p.small{margin-top:0}.btn_read_review{background:#428bca;border-radius:5px;color:white}.best-product-long .col-sm-3{padding-top:10px}.best-product-long .col-sm-2{padding-top:11px}.best-product-long .col-sm-2{padding-right:0}.best-product-long .user_satisfaction{text-transform:uppercase;font-weight:bold;font-size:13px;width:auto;display:inline-block;margin-bottom:5px}.best-product-long .qtip{position:initial}.best-product-desc .score-box h3{line-height:12px;height:35px;text-transform:uppercase}.best-product-desc .score-box p{font-size:23px;line-height:20px;color:#000}.best-product-desc .product-buttons a.btn{font-size:14px;white-space:nowrap}.features div.row{-webkit-column-count:2;-moz-column-count:2;column-count:2}.features strong,.technical strong{padding:0 10px}p.small{font-size:11px;margin-top:5px}span.read-review a{color:#0071bc !important}.checkbox{margin:0}.share-button{padding:0 2px 5px;text-align:center}.share-button a img{width:85%;max-width:130px}ul.tick-list{list-style:none;padding:0 40px}ul.tick-list li{line-height:20px}ul.tick-list i{font-size:12px;color:#39b54a}ul.tick-list li:before{content:"\e013";font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;color:#39b54a;margin-left:-25px;padding:0 5px}ul.info-list i{padding-right:5px;color:#29abe2}.score-box{border:1px solid #000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-align:center;background-color:#fafeff}.score-box h3{font-size:10px;color:#fff;background:#5f5f5f;background:-moz-linear-gradient(top,#5f5f5f 1%,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#5f5f5f),color-stop(100%,#000));background:-webkit-linear-gradient(top,#5f5f5f 1%,#000 100%);background:-o-linear-gradient(top,#5f5f5f 1%,#000 100%);background:-ms-linear-gradient(top,#5f5f5f 1%,#000 100%);background:linear-gradient(to bottom,#5f5f5f 1%,#000 100%);margin-top:0;margin-bottom:0;padding:5px}.score-box .downarrow_title{display:block;text-align:left;font-size:14px;color:#fff;background:#5f5f5f;background:-moz-linear-gradient(top,#5f5f5f 1%,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#5f5f5f),color-stop(100%,#000));background:-webkit-linear-gradient(top,#5f5f5f 1%,#000 100%);background:-o-linear-gradient(top,#5f5f5f 1%,#000 100%);background:-ms-linear-gradient(top,#5f5f5f 1%,#000 100%);background:linear-gradient(to bottom,#5f5f5f 1%,#000 100%);margin-top:0;margin-bottom:0;padding:5px;font-weight:500;line-height:1.1}.downarrow:after{content:'';display:block;position:absolute;margin-left:-10px;left:50%;width:0;height:0;border-color:black transparent transparent transparent;border-style:solid;border-width:10px}.score-box p{margin-top:15px;font-size:33px;line-height:33px}p.score-green{color:#8cc63f}p.score-red{color:#ed1c24}.support-box span img{margin-right:10px;position:relative;top:-3px;max-width:40px;padding:0}.awards img{max-width:auto}.quick-links{border-right:1px solid #e7e7e7;padding:5px 0;text-align:center;font-size:20px}.quick-links:last-of-type{border-right:0}.quick-links a{color:#000}.quick-links i{color:#29abe2;margin-right:10px;position:relative;top:2px}.product-box.video .product-description{padding:0 15px;text-align:center}.price-table-small{border:1px solid #9ba3a7;font-weight:bold;border-radius:10px;text-align:center;font-size:24px;margin:8px 0 3px 0;overflow:hidden;color:#000}.satisfaction-table{display:table;border-radius:0;width:100%}.satisfaction-table div{display:table-cell}.satisfaction-table div.price-table-heading{width:60%}.satisfaction-table div.price{width:39%}.price-table-heading,.price{padding:0 10px 0}.price-table-heading p,.price p{margin-bottom:0}.satisfaction-table .price-table-heading,.satisfaction-table .price{padding:0}.satisfaction-table .price-table-heading{font-size:12px;color:#000;background:#7ab3e6;background:-moz-linear-gradient(left,#7ab3e6 17%,#a8cff2 100%);background:-webkit-gradient(linear,left top,right top,color-stop(17%,#7ab3e6),color-stop(100%,#a8cff2));background:-webkit-linear-gradient(left,#7ab3e6 17%,#a8cff2 100%);background:-o-linear-gradient(left,#7ab3e6 17%,#a8cff2 100%);background:-ms-linear-gradient(left,#7ab3e6 17%,#a8cff2 100%);background:linear-gradient(to right,#7ab3e6 17%,#a8cff2 100%);padding-bottom:0}.satisfaction-table .price{font-size:20px;line-height:17px;background-color:#fff}.satisfaction-table .price.price-2{line-height:33px}.price img.qtip{position:absolute;margin-left:1px;top:2px;right:2px;width:12px;cursor:pointer}.price-table-heading:after{content:'';display:block;position:absolute;top:50%;left:100%;margin-top:-10px;width:0;height:0;border-color:transparent transparent transparent #a8cff2;border-style:solid;border-width:10px;z-index:100}.satisfaction-table .price-table-heading:after{border-color:transparent transparent transparent #a8cff2}h1.product-name-extended,h2.product-name-extended{margin:0 0 5px 5px;color:#000}img.product-extended-thumbnail{margin:4px 0 14px}.social-pop{border:1px solid #9ba3a7;font-weight:bold;margin-bottom:5px;border-radius:10px;overflow:hidden;color:#1a1a1a;padding-bottom:5px;height:165px}.social-pop div{padding:5px 10px}.social-pop div.shares{height:85px;position:absolute;top:50%;transform:translateY(-50%)}.social-pop div:first-of-type{background-color:#a8cff2}.shares table tr td:nth-of-type(2){padding:5px 5px 0 5px}.better-product{background:#fdda0b;background:-moz-linear-gradient(top,#fdda0b 24%,#f2b510 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(24%,#fdda0b),color-stop(100%,#f2b510));background:-webkit-linear-gradient(top,#fdda0b 24%,#f2b510 100%);background:-o-linear-gradient(top,#fdda0b 24%,#f2b510 100%);background:-ms-linear-gradient(top,#fdda0b 24%,#f2b510 100%);background:linear-gradient(to bottom,#fdda0b 24%,#f2b510 100%);margin:10px 15px 0;border-radius:10px}.better-product div{height:50px;vertical-align:middle;line-height:50px}.better{font-size:16px;color:#000}.better-product div:first-of-type,.better-product div:nth-of-type(2){border-right:1px solid #f1c208}.better-product div:first-of-type img{margin-top:-3px}.better-product a.btn{font-weight:bold;text-shadow:1px 1px #464646;padding:6px 3px}ul.how-to-list{list-style:none;font-size:12px;line-height:20px}ol.ol-full-width{margin-bottom:0}ol.ol-full-width>li{position:relative;height:30px;padding-left:10px;color:#444;text-decoration:none;border-radius:.3em;margin-right:20px}ol.ol-full-width>li a{color:#333;font-weight:bold;font-size:15px}ol.ol-full-width li:before{content:counter(li);counter-increment:li;position:absolute;left:10px;top:2px;background:#2171a7;height:15px;width:15px;font-size:11px;line-height:15px;color:#fff;text-align:center;font-weight:bold;border-radius:50%}.as-seen-on{background-color:#f1f1f1;height:40px}.as-seen-on p{font-size:20px;color:#0070bb;text-align:center;line-height:40px;margin:0;position:relative}.as-seen-on div.one-of-eight{border-right:1px solid #cacaca;float:left}.as-seen-on ul{list-style:none}.as-seen-on ul li{display:inline;padding:0 10px}.as-seen-on ul li img{height:30px;width:auto;margin-top:5px}div.banner img{width:100%}.product-more{padding:5px 0 10px}.product-more a img{opacity:1}.product-more a:hover img,.product-more a:focus img{opacity:.9}#apps .best-product-desc{height:170px}#apps .best-product-desc.one-more-h3-line{height:170px !important}.category.archive .best-product-desc,.archive.post-type-archive-applications .best-product-desc{height:260px}.best-product-desc.one-more-h3-line,.category.archive.one-more-h3-line,.best-product-desc.one-more-h3-line,.archive.post-type-archive-applications.one-more-h3-line,.best-product-desc.one-more-h3-line{height:284px !important}.archive .premium .best-product-desc{height:410px !important}.best-product-thumb{min-height:116px}#carousel-alt .best-product-desc,.archive.search.search-results .best-product-desc,.search.search-results .best-product-desc,.archive.post-type-archive-applications.paged .best-product-desc,.paged .best-product-desc{height:410px}#carousel-alt .best-product-desc .satisfaction-table p{padding:5px 2px}.archive .best-product-desc{min-height:340px;position:relative}.best-product-desc h3{margin:0;padding:10px 0;min-height:73px}.best-product-desc.one-more-h3-line h3{min-height:97px}.best-product-desc p.blurb{height:60px}.best-product-desc h3.pt0{padding-top:5px}.best-product-desc .satisfaction-table p{padding:5px 7px;position:relative;top:0}.pagination>li{display:inline-block}.pagination-list{margin:0 auto 20px;text-align:center;padding-top:30px}.pagination{margin:0;border-radius:0}.pagination li a,.pagination li span{border-radius:5px;margin:0 3px;background-color:#f7f7f7;color:#000;padding:4px 10px}.pagination li span.current{background-color:#fff}.learning ul.how-to-list{margin-top:15px;font-size:14px;padding-left:20px;padding-right:20px}.learning ul.how-to-list li{margin-bottom:10px}.product-description.no-padding{padding:0}.learning img{width:100%;height:auto;border-bottom:2px solid #959595}h1.heading-black{color:#333}blockquote{clear:both;border:0;background-color:#e8eef4;border-radius:10px;position:relative}blockquote:after{content:'';display:block;position:absolute;margin-left:-10px;right:5%;top:100%;width:0;height:0;border-top:10px solid #e8eef4;border-right:10px solid transparent}blockquote p{font-size:12px;font-weight:normal}p.sub-question{font-weight:bold;margin:15px 0 3px}.qa-box{background:#fff;background:-moz-linear-gradient(top,#fff 0,#f8f8f9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f8f8f9));background:-webkit-linear-gradient(top,#fff 0,#f8f8f9 100%);background:-o-linear-gradient(top,#fff 0,#f8f8f9 100%);background:-ms-linear-gradient(top,#fff 0,#f8f8f9 100%);background:linear-gradient(to bottom,#fff 0,#f8f8f9 100%);margin-top:0;padding:0 20px}.social-fixed{position:fixed;left:15px;top:200px}.reviewer{padding:20px 20px 10px}.reviewer div.col-sm-2{text-align:center}.reviewer-info img{border-radius:5px;width:100%}.reviewer-info .inline img{width:20px;height:20px}.reviewer-info p{margin-bottom:2px;font-size:12px}p.reviewer-name{font-size:13px;line-height:20px;margin:10px 0 3px 0;font-weight:bold}div.green-arrow-bg{background:url(//financesonline.com/media/themes/apps/css/../images/green-arrow-bg.png) no-repeat;background-position:52% 20px;background-size:80px 15px}.reviewer .btn{border:1px solid #fff;white-space:nowrap}.product-box-heading.alert-product .reviewer h2{font-size:22px;padding-top:0}div.inline{display:inline-block;margin-bottom:5px}.review-count-heading{color:#363636}.review-count-heading hr{border-color:#363636}.review-count-heading h3,.review-count-heading h4{background-color:#fff;text-align:center;position:relative;top:-35px;width:200px;margin:0 auto}.review-count-heading h4{top:-30px;width:150px}.review-votes{background-color:#f5f5f5;padding:5px;font-size:12px;text-align:center;margin-bottom:2px}.review-votes .progress{margin-bottom:2px}.star-empty{color:rgba(216,216,216,.8);text-shadow:1px 1px 1px #fff,0 0 0 #000,1px 1px 1px #fff}.progress{margin-bottom:0;background-color:#dadada}.average-rating .glyphicon-star{font-size:40px}.most-least .product-box{border-radius:0}.most-least .product-description{padding:0 15px}.most-least .product-description div.col-sm-4,.most-least .product-description div.col-sm-8{padding-top:10px;padding-bottom:10px;display:table-cell}.most-least .product-description div.col-sm-4{background-color:#efeeef;margin-left:-5px;min-height:160px}.review-buttons{font-size:11px}a.grey-link,a.grey-link:focus,a.grey-link:hover{color:#5b5b5b;font-weight:bold;font-size:14px;padding-top:5px;display:block}.tab-pane img.review-avatar{padding:10px 0 0}.review-content .review-text hr{margin:15px 0 10px}.review-content img.review-icon{max-width:20px;height:20px;width:auto;padding:0 3px}#thanks-confirm input[type="submit"]{font-size:14px;border-radius:10px;background-image:-moz-linear-gradient(90deg,#ffba00 0,#f4c900 100%);background-image:-webkit-linear-gradient(90deg,#ffba00 0,#f4c900 100%);padding:6px 20px;text-transform:uppercase;border:0}#thanks-confirm input[type="text"]{font-size:14px;font-family:"Lato";color:#939292;text-align:left;border-radius:12px;background-color:#ebebeb;border:0;width:250px;margin-bottom:25px;padding:6px 20px}#thanks-confirm h1{font-size:30px}#thanks-confirm p{font-size:18px;margin:20px auto;width:80%}#thanks-review,#thanks-confirm{background-color:#0072bc;border-radius:5px;color:#fff;text-align:center;padding:0 10px;display:none}#thanks-review img{padding:30px 0 0 0}#thanks-review p{font-size:20px;padding:0 8px 0 80px}#thanks-review .col-sm-12{background:url(//financesonline.com/media/themes/apps/css/../images/thanks-review.png) 2% center no-repeat}.reviewer-count{display:none;font-size:12px}.product-box-subheading h2{text-transform:uppercase;font-size:17px}.product-box-subheading .glyphicon{width:20px;height:20px;border-radius:50%;color:#fff;margin-left:5px;text-align:center;font-size:14px}.product-box-subheading .glyphicon{color:#000;padding-top:1px;padding-right:1px;font-size:20px;position:relative;top:3px;left:5px}#filter-comment.form-control{width:auto;padding:3px 5px;height:auto}#filter-app.form-control{width:auto;padding:3px 5px;height:auto}.form-horizontal .form-group{margin-right:10px}.form-filter-app{margin-top:5px}.form-filter-app .form-group{margin:0}.form-filter-app .form-group label{margin-top:5px}.review-author p{margin:0;font-size:12px;line-height:14px}.review-content hr{margin:5px 0 10px;border-color:#363636}.review-content img{max-width:150px}.review-text p{line-height:17px}.review-text p a{color:#5b5b5b;font-weight:bold}.rate-software .glyphicon{color:#fff;font-size:35px;line-height:35px;width:40px;height:40px;text-align:center;border-radius:50%;padding-left:2px}.rate-software ul{padding-left:15px}#post-review .form-group.name{margin-top:50px}.rate-software textarea,.answer.no textarea{margin-bottom:20px}.comment-respond .blue-star::before{color:#fa0}.grey-star{background-color:#005691}.good-review{background-color:#f4f4f4;padding:10px;margin-top:20px;font-size:13px}.good-review p.bold{margin-bottom:0}.answer.yes,.answer.no{display:none;color:#000;text-transform:uppercase}.answer.yes{margin-bottom:0}.answer.no{padding:0 10px 0}.comments-heading{font-size:18px;font-weight:bold}span.comments-number{font-size:22px;margin-right:10px}span.reactions,.comments-heading span.glyphicon,.comment-actions a{color:#b3b3b3;margin-right:6px}span.star-number{background-color:#90c650;color:#fff;padding:3px 10px;border-radius:3px;position:relative}span.star-number:after{content:'';display:block;position:absolute;top:50%;left:-10px;width:0;height:0;border-color:transparent #90c650 transparent transparent;border-style:solid;border-width:5px;margin-top:-5px}.nick a{color:#41a5f9;font-weight:bold;margin-right:10px}.ago{font-size:12px;color:#b3b3b3}.comment{margin-bottom:10px}.comment-actions .glyphicon{font-size:12px}.comment-up{border-right:1px solid #b3b3b3}.your-product-header h1{color:#0071bc;margin:0;font-size:50px}.your-product-header h2{color:#29abe2;margin:0 0 10px;font-size:27px}.get-listed h3{font-size:23px;margin-top:10px;margin-right:10px}.get-listed div.row:first-of-type{border-bottom:1px solid #9ba3a8}.get-listed div.row div.col-sm-6 div.row{border:0;padding:10px 0}.get-listed div.row div.col-sm-6:nth-of-type(2){border-left:1px solid #9ba3a8}.get-listed img{max-width:90px;height:auto}div.get-listed-text{display:table;height:80px}div.get-listed-text div{display:table-cell;vertical-align:middle}.product-box-heading.blue-bg{background:#005591}.product-box-heading.blue-bg h2{color:#fff}.leaders>.col-sm-6{padding:10px;border-right:1px solid #9ba3a8;text-align:center;min-height:85px;padding-top:10px;padding-bottom:10px}.leaders .col-sm-9{text-align:center}.leaders .col-sm-6:last-of-type{border:0}.leaders img{height:auto;width:auto;max-height:60px}.leaders .col-sm-8{padding:0}.leaders .img{width:78px}.leaders .text{display:inline-block;max-width:375px;padding-left:3px}.leaders .left{float:left}.leaders p{font-size:20px;margin-bottom:0}.let-us-know h1,p.blue{color:#0071bc}.no-border{border:0 !important}.btn{white-space:normal}.btn-one-line{white-space:nowrap}.btn-yellow{background:#fede5f;background:-moz-linear-gradient(top,#fede5f 0,#fede5f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fede5f),color-stop(100%,#fede5f));background:-webkit-linear-gradient(top,#fede5f 0,#fede5f 100%);background:-o-linear-gradient(top,#fede5f 0,#fede5f 100%);background:-ms-linear-gradient(top,#fede5f 0,#fede5f 100%);background:linear-gradient(to bottom,#fede5f 0,#fede5f 100%);color:#000}.btn-yellow:hover{color:white}.btn-green{background:#2aac49 !important;background:-moz-linear-gradient(top,#2aac49 0,#029345 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2aac49),color-stop(100%,#029345)) !important;background:-webkit-linear-gradient(top,#2aac49 0,#029345 100%) !important;background:-o-linear-gradient(top,#2aac49 0,#029345 100%) !important;background:-ms-linear-gradient(top,#2aac49 0,#029345 100%) !important;background:linear-gradient(to bottom,#2aac49 0,#029345 100%) !important;color:#fff !important}.btn-green:hover{color:#fff}.btn-grey{background:#9b9b9b;background:-moz-linear-gradient(top,#9b9b9b 24%,gray 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(24%,#9b9b9b),color-stop(100%,gray));background:-webkit-linear-gradient(top,#9b9b9b 24%,gray 100%);background:-o-linear-gradient(top,#9b9b9b 24%,gray 100%);background:-ms-linear-gradient(top,#9b9b9b 24%,gray 100%);background:linear-gradient(to bottom,#9b9b9b 24%,gray 100%);color:#fff}.btn-black{background:#363636;color:#fff;border-radius:0}.btn-black:hover,.btn-black:focus{color:#fff;background:#000}.btn-share{background-color:#b5d896}.btn-light{margin-top:10px;background:#f5f5f5;border:1px solid #b1bfc8;color:#000}.btn-light span.glyphicon{color:#043c60}.btn-navy,.btn-navy:hover,.btn-navy:focus{background-color:#005691;color:#fff;font-size:20px}.btn-navy .glyphicon{background-color:#fff;color:#005691;padding:0 2px 4px 2px;text-align:center;border-radius:3px;font-size:17px}input.contact-submit{border-radius:20px;width:100%;margin-top:10px;line-height:30px;font-size:25px}input.contact-submit span.glyphicon{float:left;font-size:30px;position:relative;top:-5px}.product-box-heading.alert-product .btn i.glyphicon{background-color:transparent;position:relative;top:1px}.product-box-heading.alert-product .btn{padding:6px 12px 6px 6px}.aside-box{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-bottom:20px;overflow:hidden}div.aside-box{border:1px solid #9ba3a8}div.aside-box-advert{border:0}aside img.full-width{width:100%}.search-heading{background-color:#ededed;border-bottom:1px solid #9ba3a8;padding:10px;color:#555}.search-box .navbar-form{margin:0}.search-box .form-control{background-color:#f6f6f6;height:auto;padding:2px 12px}.search-box .btn-default{background-color:#9d9d9d;color:#fff}.search-options{padding:10px;background-color:#f7f7f7}.search-options p:first-of-type{font-size:17px;color:#000}.search-box label{font-weight:normal;text-transform:uppercase;font-size:12px}.search-box select,.form-select select{background:#f9fafa;background:-moz-linear-gradient(top,#f9fafa 0,#ecedef 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9fafa),color-stop(100%,#ecedef));background:-webkit-linear-gradient(top,#f9fafa 0,#ecedef 100%);background:-o-linear-gradient(top,#f9fafa 0,#ecedef 100%);background:-ms-linear-gradient(top,#f9fafa 0,#ecedef 100%);background:linear-gradient(to bottom,#f9fafa 0,#ecedef 100%)}.search-box .form-group{margin-bottom:5px}input#srch-term{font-size:13px}ul li i,ol li i{margin-right:5px}ul.qa-list{padding-left:0;padding-top:5px}ul.qa-list li{padding:1px 2px;font-size:13px}ul.qa-list li:last-of-type{border:0}ul.qa-list li a,ul.how-to-list li a{color:#555}ul.how-to-list li a{display:inline-block;width:90%}ul.qa-list li i,ul.how-to-list li i{color:#39b54a}ul.how-to-list li i{vertical-align:top;top:2px}aside ul.qa-list{list-style:disc;padding-left:30px}aside .textwidget{color:#000}.bg-dark{background-color:#363636}.bg-dark:hover{background-color:#000}.bg-dark p,.bg-grey p{font-size:19px;text-align:center;margin:0;line-height:35px}.bg-grey span.glyphicon{font-size:18px}.bg-dark a{color:#fff}.bg-blue{background-color:#005691}.bg-grey{background-color:#e2e2e3}.bg-grey.ask-q:hover{background-color:#d7d7d7}.bg-grey p a,.bg-grey p,.faq h3,.top10 h3,.top10 h3 a,.guides h3,.comp-prod h3,.widget_text h3{color:#000}.top10 h3 a.current,.top10 span.current{color:#005691}.faq h3,.top10 h3,.useful h3,.guides h3,.comp-prod h3,.widget_text h3,#alternatives h3,#alternatives .top10 .product-description span,#review h3,#review .top10 .product-description span{margin:0;padding:5px;text-align:center}#review .top10 .product-thumb-div{text-align:center}.product-comparisons .row .row{border-bottom:1px solid #9ba3a8}.product-comparisons .row .row div{height:45px}.product-comparisons a h3{color:#000;font-size:16px;padding:2px 0}.trending-reviews .product-thumb-div img{overflow:hidden}.product-comparisons .product-thumb-div img{height:100%;overflow:hidden}.trending-reviews .h3_title,.top-product .h3_title{line-height:35px;display:block;text-align:left !important;font-size:14px}.head .headh3{font-weight:bold;text-align:left !important;font-size:14px !important;display:block}.top10 .toptenh3{font-size:14px;line-height:35px;display:block;margin:0;padding:5px;text-align:center}.top10 .toptenh3 a,.top-product .h3_title a{color:black}.product-comparisons .h3_title{font-weight:500;line-height:1.1;display:block;text-align:left !important;font-size:14px;padding:5px;color:black}.trending-reviews .h3_title a,.product-comparisons .h3_title a{color:black !important}#alternatives h3,#review h3{text-align:left;font-size:14px}.top10 h3,#alternatives h3,#alternatives .top10 .product-description span,#review .top10 .product-description span{font-size:14px;line-height:35px;display:block}#alternatives .top10 .product-description .top-product.head span{white-space:initial !important}#alternatives .top10 .product-description .top-product.head .col-xs-7 h3,#alternatives .top10 .product-description .top-product.head .col-xs-3 span{line-height:35px}.useful h3{font-size:14px}.aside-box .bg-grey h3,.aside-box .bg-grey .hh2{border-bottom:1px solid #9ba3a8;font-size:20px;border-top:0}.review_level_bar .aside-box{border-radius:0}.review_level_bar .aside-box.faq.widget.widget_guidesresources{border-bottom:1px solid #9ba3a8}.review_level_bar .aside-box h3{background:none;border:0}aside.review_level_bar div.aside-box.faq.widget:first-child{border:1px solid #9ba3a8}#step_1 .product-description .product-description,#step_2 .product-description .product-description,#step_3 .product-description .product-description{border-left:1px solid #9ba3a8;border-right:1px solid #9ba3a8;border-bottom:1px solid #9ba3a8}#step_1,#step_2,#step_3{padding-top:0}#step_1>.product-description,#step_2>.product-description,#step_3>.product-description{padding-top:0}#step_1 .product-description .product-description,#step_2 .product-description .product-description,#step_3 .product-description .product-description{padding:30px}#step_1 .product-description .bordered{border-top:1px solid #9ba3a8;border-left:1px solid #9ba3a8;border-right:1px solid #9ba3a8;padding:30px}#step_1 .product-description .bordered h4{margin-top:0}#step_1 .product-description .bordered .form-group{margin-bottom:0}#step_1 .product-description .product-description:last-child{border-bottom:1px solid #9ba3a8}#verification .product-description{border-left:1px solid #9ba3a8;border-right:1px solid #9ba3a8;border-bottom:1px solid #9ba3a8}#verification .product-description{padding:30px}.review_level_bar .aside-box .bg-grey h3,.widget_comparelist.aside-box .bg-grey h3,.widget_categoryhome.aside-box .bg-grey h3,.widget_comparepopular.aside-box .bg-grey h3,.widget_reviewscustomlist.aside-box .bg-grey h3,.widget_alternativeslist.aside-box .bg-grey h3,.widget_guidesresources.aside-box .bg-grey h3{background:#005691;color:white}.tax-category_hostings #myTab,.tax-category_binary #myTab{width:auto !important}#all-products #sproducts #related_software{margin:0}.widget_comparelist.aside-box div:not(.bg-grey){background-color:#fff}.widget_categoryhome h4{margin-bottom:0}.aside-box h3.normal{background:none;margin:0 0 10px;text-align:left;font-size:16px;padding:0;border:0}.comp-prod span{display:block;font-size:11px}.comp-prod span a{font-size:13px}.faq h3,.faq .hh2{margin-bottom:0}.faq .widget-title{margin-bottom:0}.faq h4,.faq h3,.faq .hh2{background:#e4e4e4;background:-moz-linear-gradient(top,#e4e4e4 1%,#c6c6c6 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#e4e4e4),color-stop(100%,#c6c6c6));background:-webkit-linear-gradient(top,#e4e4e4 1%,#c6c6c6 100%);background:-o-linear-gradient(top,#e4e4e4 1%,#c6c6c6 100%);background:-ms-linear-gradient(top,#e4e4e4 1%,#c6c6c6 100%);background:linear-gradient(to bottom,#e4e4e4 1%,#c6c6c6 100%);border-bottom:1px solid #9ba3a8;border-top:1px solid #9ba3a8;margin-top:0;text-align:center;padding:8px 5px;font-size:16px}.faq h4:first-of-type,.faq h3:first-of-type{border-top:0}.useful{text-align:center;padding-bottom:10px}.useful .btn img{position:relative;top:-3px;height:18px;width:auto}.top-product{border-bottom:1px solid #9ba3a8}.top-product:last-of-type{border:0}.top-product div.col-md-9{border-left:1px solid #9ba3a8;min-height:48px}.comp-content{padding:10px 0}.compare-nav a{background:#fff;background:-moz-linear-gradient(top,#fff 10%,#d9d9d9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,#fff),color-stop(100%,#d9d9d9));background:-webkit-linear-gradient(top,#fff 10%,#d9d9d9 100%);background:-o-linear-gradient(top,#fff 10%,#d9d9d9 100%);background:-ms-linear-gradient(top,#fff 10%,#d9d9d9 100%);background:linear-gradient(to bottom,#fff 10%,#d9d9d9 100%);color:#000;padding:5px 10px;margin:0}.compare-nav-fixed a{color:#fff;opacity:.9}.compare-nav-fixed a:first-of-type{background:#8c8c8c}.compare-nav-fixed a:last-of-type{background:#1b6596}.compare-nav a:first-of-type{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.compare-nav a:last-of-type{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.compare-nav{margin-bottom:20px}table.compare-table,table.compare-table>tbody,table.compare-table>tbody>tr,.compare-table>tbody>tr>td{display:block;width:100%;vertical-align:text-top}table.compare-table{width:100%}table.compare-table>tbody>tr{box-sizing:content-box;border-bottom:1px solid #b7b7b7;background:#fff;transition:height .2s linear;position:relative;float:left;clear:both}.compare-table>tbody>tr>td{top:0;width:300px;height:100%;background:#fff;position:relative;padding:10px 15px;float:left}.header-compare-table.compare-table>tbody>tr>td{overflow:visible}.compare-table td table{width:100%}.compare-table td table td{width:50%}.compare-table td.compare-title{width:200px;font-size:24px;z-index:102;color:#428bca}.compare-title-left{color:#40586d !important}.compare-title2{width:200px;font-size:24px;z-index:102;text-transform:uppercase;padding:10px 15px;display:inline-block;color:#40586d !important}.compare-table td.compare-td-disabled{z-index:102}.compare-table td .compare-td-wrap{display:table;width:100%;height:100%;vertical-align:inherit}.compare-table td .compare-td-wrap-cell{display:table-cell;vertical-align:inherit}.compare-table td .compare-limit-box{overflow:hidden}.compare-table td .compare-limit-box.inactive{overflow:visible}.compare-title select{width:190px;font-size:14px;display:none}.affix .compare-title select{display:block}.compare-heading,.compare-price{font-size:24px;margin-bottom:0;line-height:28px}.compare-header .compare-heading{padding:15px 0 0 15px}.compare-product{text-align:center;font-size:24px;margin-bottom:0}.compare-header i.glyphicon-remove{font-size:10px;color:#fff;width:14px;height:14px;cursor:pointer;line-height:12px;background-color:#9c9c9c;border-radius:50%;text-align:center;position:absolute;top:5px;right:20px}.compare-header p.vs{position:absolute;right:-10px;top:20px;font-size:12px;color:#fff;background-color:#000;border-radius:50%;width:20px;height:20px;line-height:18px;text-align:center;font-weight:bold}.compare-header p.vs2{left:-10px}.compare-header p.partner{position:absolute;bottom:-10px;right:20px}.compare-header .header-compare-product-links{text-decoration:underline;text-align:center}.btn-blue{background-color:#005691;color:#fff}.btn-blue:hover,.btn-blue:focus{color:#fff}table.compare-table tr.compare-row-grey,table.compare-table tr.compare-row-grey>td{background-color:#f6f6f6}table.compare-table tr td.highlighted-column{background-color:#e2f6ff}.compare-row .satisfaction-table div{padding:7px}.compare-row .satisfaction-table{border-radius:3px;margin:0}.row-overview{overflow:hidden;text-overflow:ellipsis}.compare-row .product-buttons a.btn{margin-bottom:10px;padding:3px}.support-type img{max-height:20px;width:auto;position:relative;top:-2px}span.support-type{display:inline-block;margin-right:10px;line-height:30px}.affix.mainpage-affix.compare-affix{margin-left:-15px;background-color:#fff;height:76px;width:1100px}.compare-nav-fixed{display:none}.affix .compare-nav-fixed{display:block;position:fixed;top:300px}.affix-top .compare-nav a{display:none}.affix .compare-nav a{font-size:18px;color:#fff;z-index:300;background:#9c9c9c;position:absolute;top:12px;padding:25px 3px;display:block}.affix .compare-nav a.nav_prev{margin-left:-15px}.affix .compare-nav a.nav_next{right:-7px}.compare-heading-main p{font-size:12px}#carousel-home{margin-top:0}.carousel .product-description.p0{padding:0}.carousel .product-description-wrapper{padding:0 5px}.carousel-control.left,.carousel-control.right{background:transparent}.carousel:hover .carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.7) 0,transparent 100%)}.carousel:hover .carousel-control.right{background-image:linear-gradient(to right,transparent 0,rgba(0,0,0,.7) 100%)}.carousel-control{width:8%;opacity:0}.carousel-control:focus{color:#fff;text-decoration:none;opacity:0}.carousel-control:hover{opacity:1}.comment-form-author,.comment-form-email,.comment-form-url{width:50%}#compare-other td{width:auto}#compare-other td.logo{text-align:center;padding:0 10px 10px 0}#compare-other td.logo img{max-width:40px;height:auto}#compare-other a{color:#000}.single-applications-alternatives .col-md-6.product-table table{width:49%}.grey-table{border-collapse:separate;border-spacing:4px;width:100%}.grey-table .text-align-center{text-align:center}.grey-table .text-valign-top{vertical-align:top}.grey-table.compact{border-spacing:1px}.grey-table thead th{background-color:#ccc;font-weight:bold;font-size:14px;text-align:center;padding:2px 5px}.grey-table thead th:empty{visibility:collapse}.grey-table thead.big th{background-color:#acacac;font-weight:bold;font-size:22px;text-align:center}.grey-table tbody tr:nth-child(even){background-color:#f2f2f2}.grey-table tbody td{padding:2px 4px}.grey-table.compact tbody td{padding:0 1px}.grey-table tbody td.font-head{font-weight:bold}.grey-table tbody td.font-normal{font-weight:normal}.faq-question{display:block;font-size:17px;font-weight:bold;padding-bottom:3px}.faq-answer{display:block}.postid-230 .nav-tabs{margin-left:0}.tax-category_hostings .main,.tax-category_binary .main{padding-left:0}.tax-category_hostings .main>.row,.tax-category_binary .main>.row{margin:0}@media(max-width:1200px){div.green-arrow-bg{background:transparent}.affix,.product-affix.affix{width:970px}.product-affix.affix .btn-primary{font-size:17px;line-height:28px}.as-seen-on p{font-size:14px}img.logo-strip{margin-top:5px}a.next{margin-right:8px}.better{font-size:15px}.affix-wrapper.fp-wrapper{height:300px}.satisfaction-table .price.price-2{line-height:17px}aside{max-width:50%;margin:10px auto}.affix .btn.visible-affix{font-size:20px}#user-modal .modal-comment{min-height:60px}.two-of-eight-or-custom{width:550px;position:absolute;left:50%;margin-left:-40px}}@media(max-width:1100px){.social-fixed{display:none}.best-product-desc .satisfaction-table .price.col-xs-4 p{top:12px}#score-modal .modal-dialog,#user-modal .modal-dialog{width:800px}}@media(max-width:1050px){.top10 h3 a{font-size:15px}.better-product div:nth-of-type(3){display:none}.two-of-eight-or-custom{width:300px;position:absolute;left:50%;margin-left:210px;padding:20px 30px 5px}.two-of-eight-or-custom form{max-width:255px;margin:0 0 5px}.two-of-eight-or-custom form input{min-width:190px}}@media(max-width:1023px){.container-small{width:95%}.as-seen-on{display:none}.affix,.product-affix.affix{width:970px}.reviews-icon a{margin-left:15%}.support-box ul li{display:block;margin-bottom:10px}.panel-heading i.glyphicon-chevron-up,.panel-heading i.glyphicon-chevron-down{margin-left:25px}.better{font-size:15px}}@media(max-width:992px){.affix.affix.mainpage-affix{left:6px;width:99%;margin:0}.affix.affix.mainpage-affix .ten-items,.product-affix.affix{max-width:750px;margin:0 auto}.product-affix.affix{margin-left:-15px}.quick-links{font-size:15px}.top-product{text-align:center}.reviewer-info img{max-width:150px;height:auto}.top-product div.col-md-9{border-left:0}.best-product-desc .satisfaction-table .price.col-xs-4 p{top:5px}.product-box-heading h2,aside h3{font-size:20px}.reviews-icon a{margin-left:10%}.product-affix.affix .btn-primary{font-size:20px;line-height:auto}.best-product-desc h3.pt0{padding-top:10px}.useful .btn{padding:6px}a.next{margin-right:0}#score-modal .modal-dialog,#user-modal .modal-dialog{width:700px}#modal-nav a.next{right:0}.modal-topics img{display:none}.five-of-eight{width:42%}.addthis_floating_style.addthis_counter_style{display:none}.two-of-eight-or-custom{width:300px;position:absolute;left:50%;margin-left:100px;padding:20px 30px 5px}.two-of-eight-or-custom form{max-width:255px;margin:0 0 5px}.two-of-eight-or-custom form input{min-width:190px}}@media(max-width:767px){.affix,.product-affix.affix{max-width:720px}.affix.affix.mainpage-affix{left:3px}.panel-text-wrapper{max-width:90%}aside{margin:30px auto 20px;max-width:70%}.full-width-tabs>ul.nav.nav-tabs>li>a{padding:0 4px;margin:0;line-height:38px;border-radius:0;-o-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;border-bottom:1px solid #3c3c3c}.better-product{text-align:center}.pl0{padding-left:15px}.pr0{padding-right:15px}header{max-height:250px}.two-of-eight{width:100%}.two-of-eight button.pull-right{max-width:100%;float:none !important;margin-left:30%}header .reviews{width:10%}.five-of-eight{width:82%}.reviews{border:0}.product-description-wrapper{max-width:300px;margin:0 auto}.two-of-eight-or-custom{width:100%;position:static;left:0;margin-left:0;padding:5px 0 5px 20px}.two-of-eight-or-custom form{max-width:275px;margin:0 0 5px}.product-comparisons .row .row{border-bottom:0;margin-left:8.333333333333332%}.product-comparisons .row .row div{border-bottom:1px solid #9ba3a8}.product-comparisons .product-thumb-div div{max-width:93px;max-height:48px}}@media(max-width:600px){.affix,.product-affix.affix{max-width:550px}.panel-heading .glyphicon-chevron-up a,.panel-heading .glyphicon-chevron-down a{left:0;width:8%;height:0;padding-bottom:8%;background-size:100% 100%}.panel-heading i.glyphicon-chevron-up,.panel-heading i.glyphicon-chevron-down{margin-left:5px}.panel-heading{padding:0 5px}.border-box-heading{width:100%;margin-bottom:20px}.full-width-tabs>ul.nav.nav-tabs>li>a{height:44px}.logo{padding:15px 30px}.logo img{max-width:100%;height:auto}aside.pl40{padding:0;max-width:100%}.aside-box{max-width:100%}.get-listed div.row div.col-sm-6:nth-of-type(2),.get-listed div.row:first-of-type{border:0}.get-listed h3{margin-left:20px;text-align:center}#score-modal .modal-dialog,#user-modal .modal-dialog{width:350px}.product-affix.affix{position:static}.product-affix.affix .col-md-6.product-table table{width:100%}.add-product{padding-top:0}.product-box-heading span{display:none}.carousel .product-description-wrapper,.product-description.p0 .product-description-wrapper:first-of-type,.product-description.p0 .product-description-wrapper:last-of-type,.product-description-wrapper{padding:5px 0}ul.tick-list{padding:0 0 0 40px}.product-affix.affix h2.product-name-extended,.product-affix.affix .social-pop{display:block}#affix-wrapper{height:auto !important}.attachment-single-applications{margin-bottom:1em}div.product-table{padding-left:15px}.compare-table td.compare-title{font-size:16px;width:100px}.form-horizontal .form-group{margin-left:15px}.single-applications-alternatives .col-md-6.product-table table{width:100%}#step_1 .product-box .product-description .question-title::before{font-size:24px}#menu .search{width:60%}#menu .search2{width:73%}#menu .search_flap{width:100%}#menu .search_flap input#breast{width:calc(100% - 36px) !important}#user_review_form .col-md-7 .are_you_current_user_q{font-size:16px}#step_2 .business_goals .checkbox{margin:4% 0}#user_review_form #step_3 .dynamic_option .n_a{text-align:center}}@media all and (max-width:500px){#user_review_form .nav-tabs>li{width:33.33333%;height:54px}#user_review_form .nav-tabs>li a{height:100%}}@media(max-width:400px){.aside-box{max-width:100%}.product-box-heading span img{display:none}.product-box-heading h2{border:0}input.contact-submit{font-size:15px}input.contact-submit span.glyphicon{font-size:20px;top:0}.better-product div.col-md-6{min-height:30px;line-height:20px}.product-affix.affix{width:300px}.full-width-tabs>ul.nav.nav-tabs>li>a{overflow:hidden}.hide-400px{display:none}}.product-box-heading span{display:inline-block;text-align:center;width:40px}.grey-table{border-collapse:separate;border-spacing:4px;width:100%}table{background-color:transparent;max-width:100%}.grey-table thead.big th{background:#a8cff2;font-size:22px;font-weight:bold;text-align:center;-moz-border-radius-topright:10px;-moz-border-radius-topleft:10px;border-top-right-radius:10px;border-top-left-radius:10px;border:1px solid #7badd9}.grey-table thead th{padding:2px 5px;background:#cae6fe;border-top-right-radius:10px;border-top-left-radius:10px}.grey-table thead th.none_background{background:#fff}.grey-table .text-align-center{text-align:center}.grey-table tbody td{padding:2px 4px}.product-box-heading span img{max-height:30px;min-height:20px;padding:0;position:relative;top:-3px;width:auto}.grey-table tbody td.font-head{font-weight:bold}.grey-table tbody tr:nth-child(2n){background-color:#f2f2f2}.button-compare-free-trial-blue:hover a{background-image:url(//financesonline.com/media/themes/apps/css/../images/compare-button-free-trial-blue_hover.png)}.jednostka_reklamowa{border-bottom:1px solid #b7b7b7}#carousel-home .best-product{min-height:auto !important}span.yes{content:"\e013";font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:bold;color:#39b54a}img.yes_no_icon{width:14px;padding-bottom:3px}.img_auto_width img{width:auto}.review_icons_small{background-image:url(//financesonline.com/media/themes/apps/css/../images/review_icons_small.png);background-repeat:no-repeat;display:inline-block;width:20px;height:20px;position:relative;top:3px;margin-right:5px}.review_icons{background-image:url(//financesonline.com/media/themes/apps/css/../images/review_icons.png);background-repeat:no-repeat;display:inline-block;width:40px;height:40px;margin-right:10px;position:relative;top:12px}.bar_icons{background-image:url(//financesonline.com/media/themes/apps/css/../images/review_icons.png);background-repeat:no-repeat;display:inline-block;width:40px;height:29px;background-size:550% 550%;top:6px;position:absolute}.icon-bar-cont{display:inline-block;position:relative;width:40px;height:26px}.review-icons-icon-apps{background-position:-5px -5px}.review-icons-icon-award{background-position:-55px -5px}.review-icons-icon-award-bar{background-position:-42px -5px}.review-icons-icon-email{background-position:-105px -5px}.review-icons-icon-info{background-position:-155px -5px}.review-icons-icon-key{background-position:-5px -55px}.review-icons-icon-key-bar{background-position:2px -40px}.review-icons-icon-learning{background-position:-55px -55px}.review-icons-icon-lightbulb{background-position:-105px -55px}.review-icons-icon-lightbulb-bar{background-position:-88px -39px}.review-icons-icon-links{background-position:-155px -55px}.review-icons-icon-phone{background-position:-5px -105px}.review-icons-icon-phone-sm{background-position:0 -51px}.review-icons-icon-products{background-position:-55px -105px}.review-icons-icon-question{background-position:-105px -105px}.review-icons-icon-question-bar{background-position:-88px -73px}.review-icons-icon-reviews{background-position:-155px -105px}.review-icons-icon-reviews-bar{background-position:-132px -73px}.review-icons-icon-support{background-position:-5px -155px}.review-icons-icon-support-sm{background-position:0 -75px}.review-icons-icon-thumb{background-position:-55px -155px}.review-icons-icon-tick{background-position:-105px -155px}.review-icons-icon-tick-bar{background-position:-88px -110px}.review-icons-icon-tickets{background-position:-155px -155px}.review-icons-icon-tickets-sm{background-position:-76px -76px}.review-icons-icon-training{background-position:-205px -5px}.review-icons-icon-training-sm{background-position:-103px 0}.review-icons-icon-video{background-position:-205px -55px}.review-icons-icon-video-bar{background-position:-176px -40px}.os-supported{background-image:url(//financesonline.com/media/themes/apps/css/../images/os_supported_icons.png);background-repeat:no-repeat;display:block;margin-right:3px !important}.os-supported-icon-android{width:22px;height:22px;background-position:0 0}.os-supported-icon-blackberry{width:23px;height:22px;background-position:-22px 0}.os-supported-icon-iphoneipad{width:22px;height:22px;background-position:0 -22px}.os-supported-icon-linux{width:22px;height:22px;background-position:-22px -22px}.os-supported-icon-mac{width:22px;height:22px;background-position:-44px 0}.os-supported-icon-web-based{width:22px;height:22px;background-position:-44px -22px}.os-supported-icon-windows{width:22px;height:22px;background-position:0 -44px}.os-supported-text{position:absolute;top:-19px;min-width:72px}.os-supported-text-cont{position:relative;display:inline-block}.figure-title{width:110px;padding:5px;text-align:center;font-size:11px;margin-top:2px}.figure_cont{float:left}.center{text-align:center}.big_icon{font-size:24px}.big_icon .yes_no_icon{width:20px}.compare-row-grey{background-color:#f6f6f6}.popular-td .pad{padding:5px}.head-popular .right,.popular-td .right{text-align:right}.trending-reviews h3 a,.trending-reviews span.current{color:black !important}.social-icons{background-image:url(//financesonline.com/media/themes/apps/css/../images/social_spritesheet.png);background-repeat:no-repeat;display:block}.social-icons-icon-fb{width:17px;height:17px;background-position:-2px -2px}.social-icons-icon-linkedin{width:20px;height:18px;background-position:-23px -2px}.social-icons-icon-thumb-down{width:14px;height:18px;display:inline-block;background-position:-2px -24px}.social-icons-icon-thumb-up{width:14px;height:18px;display:inline-block;background-position:-20px -24px}.social-icons-icon-twitter{width:24px;height:19px;background-position:-47px -2px}.social-icons-linkedinbw{width:26px;height:27px;background-position:-38px -25px}.social-icons-question-tooltip{width:15px;height:15px;background-position:-73px 0}.social-icons-question-tooltip-small{width:13px;height:13px;background-image:url(//financesonline.com/media/themes/apps/css/../images/question-tooltip-small.png);background-repeat:no-repeat;display:inline-block}.qtip{position:absolute;top:5px;margin-left:5px;cursor:pointer;display:inline-block}span[style] .qtip{right:5px;margin-left:0}.col-sm-8 .qtip{position:relative;cursor:pointer;top:0;margin-left:0;display:inline}.h1_style{font-size:30px}@font-face{font-family:"MyriadProBold";src:url('//s.financesonline.com/media/themes/apps/fonts/MyriadProBold.eot');src:url('//s.financesonline.com/media/themes/apps/fonts/MyriadProBold.eot?#iefix') format('embedded-opentype'),url('//s.financesonline.com/media/themes/apps/fonts/MyriadProBold.woff') format('woff'),url('//s.financesonline.com/media/themes/apps/fonts/MyriadProBold.ttf') format('truetype'),url('//s.financesonline.com/media/themes/apps/fonts/MyriadProBold.svg#quartzregular') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:"MyriadProRegular";src:url('//s.financesonline.com/media/themes/apps/fonts/MyriadProRegular.eot');src:url('//s.financesonline.com/media/themes/apps/fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'),url('//s.financesonline.com/media/themes/apps/fonts/MyriadProRegular.woff') format('woff'),url('//s.financesonline.com/media/themes/apps/fonts/MyriadProRegular.ttf') format('truetype'),url('//s.financesonline.com/media/themes/apps/fonts/MyriadProRegular.svg#quartzregular') format('svg');font-weight:normal;font-style:normal}.clear{clear:both}.menu li img{margin-right:7px;image-rendering:pixelated;vertical-align:baseline}@media screen and (max-width:1024px){#menu{width:100% !important}#menu .menu{width:48% !important}#menu .menu li{font-size:18px !important;margin:0 3% !important}#menu .menu ul{margin:5px 10px 0 0 !important}}.main .row>.pr0 .col-lg-4{padding-left:0}#user_review_form{clear:both}.price-tablet{display:none}@media screen and (max-width:768px){#menu .menu{display:none}#search_mobile,.price-table{display:block}body{background-image:url(//financesonline.com/media/themes/apps/css/../images/background-polly-768.jpg)}.postid-230 .full-width-tabs>ul.nav.nav-tabs>li{display:block}.postid-230 .full-width-tabs>ul.nav.nav-tabs>li>a{border-radius:0;-o-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;color:#000;background:#d3d3d3;margin:0}.postid-230 .full-width-tabs>ul.nav.nav-tabs>li.active>a{background:#2f96db;background:-webkit-gradient(linear,left top,left bottom,from(rgba(47,150,219,1)),color-stop(44%,rgba(47,148,217,1)),to(rgba(30,106,158,1)));background:linear-gradient(to bottom,rgba(47,150,219,1) 0,rgba(47,148,217,1) 44%,rgba(30,106,158,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f96db',endColorstr='#1e6a9e',GradientType=0);color:#fff}.review-content img{max-width:115px}.user_review_tab_link{width:100%}.price-tablet{display:block !important}.price-tablet .price-table-small{width:100%}.price-table-heading{background:#e2e2e3}.price-table-heading::after{border-color:transparent transparent transparent #e2e2e3}.price-table-small{border-radius:5px}.price-table-small.dektop-price.clearfix{display:none !important}.price-tablet .price.col-xs-8 span{color:#005894;font-size:22px}.price-tablet .price-table-heading.col-xs-4>p{color:#555;font-size:24px}}@media screen and (max-width:767px){#how-to .product-description.no-padding .row{margin:0}}@media screen and (max-width:480px){.sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar{display:none}body{background-image:url(//financesonline.com/media/themes/apps/css/../images/background-polly-480.jpg)}.definition-list dd{margin-left:50%}}@media screen and (max-width:414px){#menu{height:auto !important}#menu .logo{width:103px !important;float:right;text-align:center}#menu .logo img{margin-right:2%}#menu .search{clear:both;display:block;margin-left:2%;margin-top:2%;width:96%}#menu .search_flap{margin:0 auto}#menu .search_flap{border:0}#menu .search_flap{width:100%}#menu .search_flap input[type="submit"]{width:10%;background:#117cbe url(//financesonline.com/media/themes/apps/css/../gfx/search.png) no-repeat scroll 12px 8px}#menu .search_flap input[type="text"]{width:85%}}@media screen and (max-width:320px){#menu .logo{width:79% !important}#menu .search_flap input[type="text"]{width:81% !important}#menu .search_flap input[type="submit"]{width:13% !important}}.definition-list dt{float:left;color:#999;font-weight:400;margin-bottom:5px;line-height:19px}.definition-list dd{margin-left:205px;margin-bottom:5px;color:#333;line-height:19px;font-weight:400;min-height:19px}.gray{color:#999;font-weight:400;margin-bottom:5px;line-height:19px}.norm{font-weight:normal}#footer-left{float:left;display:inline;width:33%;padding-left:20px}#footer-center{float:left;display:inline;text-align:center;width:33%;padding:60px 0}#footer-right{float:right;display:inline;padding-right:20px}#banner_review{width:100%;height:254px;background:url(//financesonline.com/media/themes/apps/css/../gfx/background.jpg) repeat;padding-top:33px;color:#fff;margin-bottom:10px;overflow:hidden}.home #banner_review{display:block}#banner_review img{vertical-align:inherit}#banner_review .img2{vertical-align:bottom}#banner_review .banner_review{width:1085px;margin:0 auto}#banner_review .banner_welcome{float:right;display:inline;width:25%;height:191px;border:1px solid #fff;text-align:center;font-size:24px;line-height:32px;margin-right:30px;padding-top:20px}#banner_review .banner_welcome p{margin:0;padding:0;-webkit-box-sizing:initial}#banner_review .banner_review h1{font-size:30px;margin:0;padding:0}#banner_review .banner_step{float:left;display:inline;text-align:center;width:66.66666666666666%}#banner_review .banner_step ul{margin:2% 0 0 0;padding:0;list-style:none}#banner_review .banner_step li{display:inline-block;font-size:17px}#banner_review .banner_step li span{clear:both;display:block}@media screen and (max-width:1024px){#banner_review .banner_welcome{display:none}#banner_review .banner_step,#banner .banner{width:98%;display:block;float:none}#banner_review{overflow:visible;height:auto;padding-bottom:2%}#banner_review .banner_review{width:100%}}@media screen and (max-width:667px){#banner_review img{max-width:100%;height:auto}#banner_review .banner_review{width:100%}#banner_review .banner_review_arrow{display:none}}.find_software_btn{display:inline-block;background-image:url(//financesonline.com/media/themes/apps/css/../gfx/find_software_btn.png);background-repeat:no-repeat;width:207px;height:42px;cursor:pointer;margin-top:5px;background-position:0 0}.find_software_btn:hover{background-position:0 -42px}#searchinmodalfilter-2{margin-bottom:5px}.find_software_sidebarh3{margin:0;font-size:21px;text-align:center;font-weight:bold;line-height:1.1;display:block}#searchinmodalfilter-2 .search-heading{background:#1f699b;color:white}#searchinmodalfilter-2 .search-heading h3{margin:0;font-size:21px;text-align:center;font-weight:bold}#searchinmodalfilter-2 .btn-default{background-color:#1f699b;color:white}#find_software_modal .modal-body{padding:5px}#find_software_modal .modal-dialog{width:350px;display:inline-block;text-align:left;vertical-align:middle}#find_software_modal{text-align:center}@media screen and (min-width:768px){#find_software_modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}#main-banner{display:none}.top_container{position:relative;width:55px}.top_container img{width:55px}.top_n{position:absolute;top:16px;font-size:30px;color:white;left:2px;width:50px;display:block;text-align:center}.top_subcategories{width:100%}.top_subcategories th{font-weight:bold;padding-bottom:10px}#search_order_filter,#search_order_filter2{width:auto;padding:3px 5px;height:auto}.popular-td .product-thumb-div img{height:auto}.user-review-author .user-review-author-content{padding:10px}.user-review-author .author-image{text-align:center}.alternatives_score_td{padding-top:5px;padding-bottom:5px;padding-right:0}.all_products_table .small_product_thumb{border-right:1px solid #9ba3a8;border-left:1px solid #9ba3a8;background:white;padding:5px}.all_products_table .row{border-bottom:1px solid #9ba3a8;font-size:14px}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.all_products_table .product_name,.all_products_table .category_name,.all_products_table .price_name,.all_products_table .support_name{height:40px}.all_products_table .row div:not(:first-child):not(:last-child){padding-top:0;padding-bottom:0}.all_products_table .support_name{padding-left:32px}.all_products_table .our_score{text-align:center;width:45px;padding-left:5px;padding-right:5px}.all_products_table .row:nth-child(2n+1){background:#f0f0f0}.all_products_table tr:first-child{background:white}.all_products_table .price_name{padding-left:20px}.all_products_table .price,.all_products_table .price_name{max-width:76px}.all_products_table .price,.all_products_table .user_satisfaction{text-align:center}.all_products_table .support span{display:inline-block}.all_products_table .row:last-child{border:0}.all_products_table{border-bottom:1px solid #9ba3a8}.all_products_table .row div:last-child{font-size:11px}.all_products_table .head{border:1px solid #9ba3a8;border-radius:15px 15px 0 0;font-weight:bold}.carousel-long .product-description-wrapper{margin-bottom:0}.carousel-inner.vertical{height:100%}.carousel-inner.vertical>.item{-webkit-transition:.6s ease-in-out top;-o-transition:.6s ease-in-out top;transition:.6s ease-in-out top}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner.vertical>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner.vertical>.item.next,.carousel-inner.vertical>.item.active.right{top:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.carousel-inner.vertical>.item.prev,.carousel-inner.vertical>.item.active.left{top:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.carousel-inner.vertical>.item.next.left,.carousel-inner.vertical>.item.prev.right,.carousel-inner.vertical>.item.active{top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner.vertical>.active{top:0}.carousel-inner.vertical>.next,.carousel-inner.vertical>.prev{top:0;height:100%;width:auto}.carousel-inner.vertical>.next{left:0;top:100%}.carousel-inner.vertical>.prev{left:0;top:-100%}.carousel-inner.vertical>.next.left,.carousel-inner.vertical>.prev.right{top:0}.carousel-inner.vertical>.active.left{left:0;top:-100%}.carousel-inner.vertical>.active.right{left:0;top:100%}#carousel-home .top{opacity:1;top:-5px;left:0;right:0;width:100%;height:20px;color:black}#carousel-home .bottom{opacity:1;bottom:-5px;left:0;right:0;width:100%;height:20px;top:initial;color:black}ul.share-buttons{list-style:none;text-align:center;padding:15px}ul.share-buttons li{display:inline}.aside-box .top-product img{height:auto}.widget_topten img{margin-top:10px}.product-comparisons .row:last-child{border:0}.top-product .col-md-3{padding-left:10px;padding-right:10px}.product-comparisons .row:last-child{border:0}.compare_free_trial_yel_btn{background-image:url(//financesonline.com/media/themes/apps/css/../gfx/compare-button-free-trial_yel.png);background-repeat:no-repeat;display:block;width:80px;height:23px;margin:0 auto;background-position:-1px -1px}.compare_free_trial_yel_btn:hover{background-position:-1px -25px}.filter-select{width:auto;padding:3px 5px;height:auto}.review-count{font-size:13px;line-height:25px}.no_hover_underline:hover{text-decoration:none !important}.font_size_11{font-size:11px}.reviews-top:hover .review-count{text-decoration:underline}.button-products-demo{height:21px;padding-top:1px;margin:0 auto}.row-centered{text-align:center}.col-centered{display:inline-block;float:none;text-align:left;margin-right:-4px}.search-results .checkbox{display:none}.user_review_tab_link{display:block;z-index:100;cursor:pointer;color:black}.reviews-top .user_review_tab_link{width:100%}h3.category_box_layout_title,h1.category_box_layout_title{color:#117cbe;font-size:30px;margin-top:0;font-weight:bold}.best_table_title{line-height:1 !important;padding:0 !important}h2.normalize{margin:0;font-weight:normal;font-size:24px}.price-3 p{font-size:18px;padding-left:0 !important}.widget-title-2{border-bottom:1px solid #9ba3a8;font-size:20px}.h1_like{font-size:36px}.product-box #list-reviews .product-box{border:0}.a2a_kit{display:none !important}.userreview_sign_up_with_email{display:none;margin:0 auto}.userreview_sign_up_with_email .user_review_sign_uph3{font-size:24px;margin-bottom:10px;font-weight:500;line-height:1.1;display:block;margin-top:0}#ask_product_a_question_form{max-width:450px;padding:10px;margin:0 auto}#ask_product_a_question_form .error{color:red}#ask_product_a_question_form .valid{color:green}#ask_product_a_question_form label{text-align:left;display:block}#ask_product_a_question_modal h3{font-size:24px}#ask_product_a_question_modal .info{width:330px;margin:0 auto}.ask_product_question_info_cont .info-heading{color:#000;font-size:32px;line-height:32px;text-align:left;margin-left:25px}#ask_product_a_question_modal .info-more{margin-top:10px}#ask_product_a_question_modal .info-icon{margin-left:10px;max-width:60px;margin-top:4px}.ask_product_question_info_cont .info-icon,.ask_product_question_info_cont .info-heading{float:left}.help_us_verify_h3{color:#005691;font-size:24px;margin-top:20px;margin-bottom:10px;font-weight:500;line-height:1.1;display:block}#ask_product_a_question_modal .ask_a_questionh3{font-size:24px;display:block;margin:0;padding:5px;text-align:center;font-weight:500;line-height:1.1}#ask_product_a_question_form select{width:100%}#ask_product_a_question_modal .success{color:green}#sign_up_user_review label.error{color:red;font-weight:normal;margin:0}.new_system_comments .pull-right a{color:#005691}.new_system_comments .review-author{min-height:160px}.grey_bg{background:#efeeef}.white_bg{background:#fff}.single-user-review .sumome-share-client-wrapper{display:none !important}.why_we_require_likedin_list{display:none}.why_we_require_likedin_list ul{padding:20px;margin-bottom:0}.why_we_require_likedin_list ul li{font-size:12px;margin-left:10px;text-align:left}.sign_up_with_company_email_button_cont{padding-bottom:5px}.why_we_require_likedin_link{padding:4px;cursor:pointer;color:#005691}.why_we_require_likedin_link:hover{text-decoration:underline}#top_user_reviews .product-box{margin-bottom:0 !important;padding-bottom:0;padding-top:0}.banner{display:none}.banner_close{border-radius:50%;width:30px;height:30px;padding:0;line-height:30px;display:block;position:absolute;right:-10px;top:-10px}.right_bottom_banner{right:10px;bottom:0;position:fixed;z-index:10;border:3px solid orange}.banner_title{background:#fff}#thankYou{color:#187bbe}#thankYou span{color:#187bbe}#thankYou .thank_heading{font-size:45px;color:#187bbe;letter-spacing:3px;margin-top:20px;display:block;line-height:52px;font-weight:300}#thankYou .thank_text2{font-size:25px}.pricing .listwa .figure_cont:first-child .crsl-item{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.pricing .listwa .figure_cont .crsl-item{-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-right:0;-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.pricing .listwa .figure_cont:last-child .crsl-item{border-right:1px solid #b3b3b3;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.header-compare-table .btn-yellow{border:1px solid black;font-weight:bold;font-size:14px}.top10btnsmall .btn{padding:1px 12px !important;border:1px solid black;font-weight:bold}.request_a_demo_form{padding-left:20px;padding-right:20px}.request_a_demo_form input,.request_a_demo_form select{width:100%}.request_a_demo_form .col-xs-12 label{width:100%}.thank_submit{display:none}.thank_submit h3{font-size:24px}.thank_submit .info{width:330px;margin:0 auto}.thank_submit .ask_product_question_info_cont .info-heading{color:#000;font-size:32px;line-height:32px;text-align:left;margin-left:25px}.thank_submit .info-more{margin-top:10px}.thank_submit .info-icon{margin-left:10px;max-width:60px;margin-top:4px}.thank_submit .ask_product_question_info_cont .info-icon,.thank_submit .ask_product_question_info_cont .info-heading{float:left}.hide-wpcf-response .wpcf7-mail-sent-ok{display:none !important}.btn-orange{color:white;background:#f9a11b}.btn-light-orange{color:black;background:#ffd966}#section_banner{margin-bottom:20px;text-align:center}.widget_text_disable_padding p{margin:0}.widget_text_disable_padding .textwidget{padding:0}.panel-group .collapsed .glyphicon-chevron-up:before,.panel-group .collapsed .glyphicon-chevron-down:before{content:"\e114" !important}.panel-group .collapsed .glyphicon-chevron-up,.panel-group .collapsed .glyphicon-chevron-down{padding-left:0;padding-right:1px}.subcategories-list{padding-top:10px;text-align:left;padding-left:30px}.subcategories-list a{color:#555}.widget_listofsubcategories p{padding:10px;text-align:left;margin:0}.nobold{font-weight:normal}.compare-checkbox-cont{padding-top:5px}@media all and (max-width:1350px){#menu .menu ul li{margin:0 20px}}@media all and (max-width:1250px){#menu .menu ul li{margin:0 15px}}@media all and (max-width:1200px){#menu .menu ul li{margin:0 15px}}@media all and (max-width:1135px){#menu .menu ul li{margin:0 5px}}@media all and (max-width:1100px){#menu .menu ul li{display:none}#menu .menu ul li:last-child,#menu .menu ul li:last-of-type{display:block;width:100%}#menu .menu ul li{margin:0 5px}}@media(max-width:600px){.product-affix.affix{position:fixed}}.single-applications .widget_adtext .list-unstyled{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .widget_adtext .list-unstyled .clearfix{display:none}.single-applications .widget_adtext .list-unstyled li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .widget_adtext .btn-success{padding:8px 20px;font-size:17px;text-transform:uppercase;border:1px solid #007b00}.single-applications .widget_adtext .list-unstyled li>div:nth-child(2){margin-left:0 !important}.single-applications .widget_adtext .list-unstyled li>.col-lg-5{padding-right:0;width:40%;margin-left:auto;text-align:left}.single-applications .widget_adtext .list-unstyled li strong{font-size:16px;padding-right:5px;text-align:right;margin-left:auto;display:block}.single-applications .widget_adtext .list-unstyled li:first-child .list-number{background:#5cb85c;font-weight:bold}.single-applications .widget_adtext .list-unstyled li .list-number{background:#9c9c9c;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25px;border-radius:50%;width:25px;font-size:18px;color:#fff;min-width:10px;padding-left:12.5px;padding-right:12.5px}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wp_autosearch_suggestions .wp_result_post img{margin-top:10px}#why>.product-description>p{font-size:15px}#alternatives .product-description{padding:15px 20px}.product-description.p1{border-bottom:0}.page-id-36960 .breadcrumb{display:none !important}.page-id-36960>section.main{padding-top:30px !important}.add-user-review-desc{padding:0 15px;background:#fff}span.h3 .product-position{float:left;margin-right:4px}.unsure_widget__title{color:#173897;font-family:"Lato",sans-serif;font-size:1.6em;font-weight:600;line-height:22px;padding:0 1%}.unsure_widget__button{align-items:center;background:#3fb45b linear-gradient(to bottom,#3fb45b,#1b9e58) repeat scroll 0 0;border:1px solid #345f1e;border-radius:5px;color:#fff;display:flex;font-size:1.2em;font-weight:600;height:36px;justify-content:center;margin:10px auto;text-align:center;text-transform:uppercase;width:208px}.unsure_widget__button:hover{background:#2aac49 linear-gradient(to bottom,#2aac49,#029345) repeat scroll 0 0}.unsure_widget{background:rgba(0,0,0,0) url(//financesonline.com/media/themes/apps/css/../images/account.jpg) no-repeat scroll right bottom / 30% auto}.unsure_widget{padding:15px 0;text-align:center}.no_underline:hover{text-decoration:none}.grouped_widgets .textwidget{padding:10px 5px}.product-description .top-product.clearfix .col-md-6.col-sm-6:first-child{margin-bottom:10px}.figure_cont{width:10%}.row.margin_minus{display:none}
#menu{width:100%;margin:0 auto;background:#005691;font-family:"Lato";font-size:20px;color:#fff;height:52px}img{max-width:100%}a,a:hover,a:focus{outline:0}#menu .menu_mobile,#menu .logo,#menu .search,#menu .search_flap input[type=submit],#menu .search_flap input[type=text]{float:left;display:inline}#menu .menu{float:right;display:inline}.menu_mobile{width:66px;text-align:center}.menu_mobile img{margin:7px 0 0 0}.logo{padding:5px 0 5px 30px;position:relative}#menu .logo{width:103px;border-left:1px solid #006fb7;text-align:center;padding:0}.navbar-inverse{background-color:transparent;border:0}#menu .logo img{margin:3px 0 0 0}#menu .search_flap{height:33px;border:1px solid #05629f;background:#005691;margin-top:8px}#menu .search_flap input[type=submit]{background:#117cbe url(//financesonline.com/media/themes/apps/css/../gfx/lupa.png) no-repeat;width:35px;height:33px;border:0;text-align:center;background-size:70%;background-position:center}.search_flap input[type=submit]{background:#117cbe url(//financesonline.com/media/themes/apps/css/../gfx/search.png) no-repeat scroll 9px 8px;width:35px;height:33px;border:0;text-align:center}#menu .search_flap input[type=text]{width:410px;height:33px;color:#fff;font-family:"Lato",sans-serif;font-size:16px;padding:6px 8px;border:0;margin-left:1px;background:#117cbe}.search_flap input[type=text]{width:410px;height:33px;color:#fff;font-family:"Lato",sans-serif;font-size:16px;padding:6px 8px;border:0;margin-left:1px;background:#117cbe}#menu .menu ul{margin:14px 0 0 30px;padding:0;list-style:none}#menu .menu li{display:inline;text-transform:uppercase;font-size:17px;margin:0 30px;font-family:"Lato",sans-serif}#menu .menu li a,#menu .menu li a:hover{color:#fff;text-decoration:none}#menu-company li:last-child{font-family:"Lato",sans-serif}.menu li img{margin-right:7px;image-rendering:pixelated;vertical-align:baseline}#menu .navbar{min-height:auto;margin-bottom:0}#menu a.nav-expander{height:auto}#menu #nav-expander{padding:0}#search_mobile{display:none}#menu{display:flex;align-items:center}#menu .search{display:flex}#menu .menu{margin-left:auto}#menu .menu ul li{margin:0 24px}#menu .menu ul{margin:0}#menu .search_flap{margin-top:0}.search_flap{margin-top:0}#menu .search2{display:flex}#menu .search2 .search_flap input[type=text]{box-sizing:border-box}#menu .search .search_flap input[type=text]{box-sizing:border-box}@media all and (min-width:1358px){#menu .menu ul li{margin:0 25px}}@media all and (max-width:1366px){#menu .menu{display:flex !important}}@media all and (max-width:1250px){#menu .menu{display:flex !important}}@media all and (max-width:1200px){#menu .menu{display:flex !important}#menu .search_flap input[type=text]{width:300px !important}}@media all and (max-width:1135px){#menu .menu{display:flex !important}#menu .menu ul li{margin:0 5px}}@media all and (max-width:1100px){#menu .menu{display:flex !important;justify-content:flex-end}#menu .menu ul li{display:none}#menu .menu ul li:last-child,#menu .menu ul li:last-of-type{display:block;width:100%}#menu .menu ul li{margin:0 5px}#menu .search_flap,#menu .search2 .search_flap{flex:1 0 200%}#menu .search_flap input[type=text],#menu .search2 .search_flap input[type=text]{width:calc(100% - 36px) !important}}@media screen and (max-width:1024px){#menu{width:100% !important}#menu .menu{width:48% !important}#menu .menu li{font-size:18px !important;margin:0 3% !important}#menu .menu ul{margin:5px 10px 0 0 !important}}@media screen and (max-width:768px){body .wp_autosearch_suggestions{width:calc(100% - 50px) !important}#menu .menu{display:none}#search_mobile{display:block}#menu .search,#menu .search2{display:none}.search,.search2{height:44px;border-bottom:1px solid #05629f}.search .search_flap,.search2 .search_flap{padding:5px}.search .search_flap input[type="text"],.search2 .search_flap input[type="text"]{width:calc(100% - 41px) !important;vertical-align:top !important;box-sizing:border-box}#menu .logo{width:64px}}@media screen and (max-width:414px){#menu{height:auto !important}#menu .logo{width:103px !important;float:right;text-align:center}#menu .logo img{margin-right:2%}#menu .search_flap{margin:0 auto}#menu .search_flap{border:0}#menu .search_flap{width:100%}#menu .search_flap input[type="submit"]{width:10%;background:#117cbe url(//financesonline.com/media/themes/apps/css/../gfx/search.png) no-repeat scroll 12px 8px}#menu .search_flap input[type="text"]{width:85%}}@media screen and (min-width:1358px){#menu .menu ul li{margin:0 28px}}@media screen and (max-width:320px){#menu .logo{width:79% !important}#menu .search_flap input[type="text"]{width:81% !important}#menu .search_flap input[type="submit"]{width:13% !important}}@media all and (max-width:1350px){#menu .menu ul li{margin:0 14px}}@media all and (max-width:1248px){#menu .menu ul li{margin:0 8px}}@media all and (max-width:1135px){#menu .menu ul li{margin:0 9px}}
a.nav-expander{color:#fff;display:block;font-size:15px;font-weight:400;height:90px;margin-right:0;padding:1em 1.6em 2em;position:relative;width:100%;text-decoration:none;text-transform:uppercase;top:0;left:0;transition:right .3s ease-in-out 0s;z-index:12;transition:right .3s ease-in-out 0s;-webkit-transition:right .3s ease-in-out 0s;-moz-transition:right .3s ease-in-out 0s;-o-transition:right .3s ease-in-out 0s}a.nav-expander:hover{cursor:pointer}a.nav-expander.fixed{position:absolute}.nav-expanded a.nav-expander.fixed{right:20em}nav{background:#005691;display:block;height:100%;overflow:auto;position:fixed;left:-20em;font-size:15px;top:0;width:20em;z-index:2000;border-right:1px solid #fff;transition:left .3s ease-in-out 0s;-webkit-transition:left .3s ease-in-out 0s;-moz-transition:left .3s ease-in-out 0s;-o-transition:left .3s ease-in-out 0s}.nav-expanded nav{left:0;position:absolute;top:52px;max-width:350px;box-sizing:border-box;border:2px solid #0082db;background:#FFF;height:auto;overflow:visible;z-index:9999999999}nav{position:absolute;top:52px;max-width:350px;box-sizing:border-box;border:2px solid #0082db;background:#FFF;height:auto;overflow:visible;z-index:9999999999}.nav-expanded nav .main-menu,nav .main-menu{padding:0;margin:0}.nav-expanded nav .main-menu li,nav .main-menu li{margin:0;border-bottom:1px solid #979797;transition:all .4s}.nav-expanded nav .main-menu li:hover,nav .main-menu li:hover{background:#005691}.nav-expanded nav .main-menu li.text-right,nav .main-menu li.text-right{display:none}.nav-expanded nav .main-menu li a,nav .main-menu li a{font-family:'Trebuchet MS',Arial,sans-serif;font-weight:bold;font-size:14px}.nav-expanded nav .main-menu .menu-menu-1-container>li:first-child,nav>.main-menu .menu-menu-1-container>li:first-child{background:#005691}.nav-expanded nav .main-menu .menu-menu-1-container>li:first-child a,nav .main-menu .menu-menu-1-container>li:first-child a{color:#FFF;font-size:18px;cursor:pointer}.nav-expanded nav .main-menu li:first-child a:hover,nav .main-menu li:first-child a:hover,.nav-expanded nav .main-menu li:first-child:hover a,nav .main-menu li:first-child:hover a{color:#FFF}.nav-expanded nav .main-menu li a,.nav-expanded nav .main-menu li:hover a,.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav li a,nav .main-menu li a,nav .main-menu li:hover a,nav .main-menu li.menu-item-has-children:hover .subnav li a{color:#595959}nav .main-menu li a .glyphicon-chevron-down{display:none}.nav-expanded nav .main-menu li.menu-item-has-children,nav .main-menu li.menu-item-has-children{position:relative}.nav-expanded nav .main-menu li.menu-item-has-children>.subnav,nav .main-menu li.menu-item-has-children>.subnav{display:none}.nav-expanded nav .main-menu li.menu-item-has-children>a::before,nav .main-menu li.menu-item-has-children>a::before{font-family:'Glyphicons Halflings';content:"\e114";position:absolute;right:0}.nav-expanded nav .main-menu li.menu-item-has-children:hover,nav .main-menu li.menu-item-has-children:hover,.nav-expanded nav .main-menu li.menu-item-has-children.active{background:#005691}.nav-expanded nav .main-menu li:last-child a,nav .main-menu li:last-child a{color:#005691;font-style:italic}.nav-expanded nav .main-menu li:last-child:hover a,nav .main-menu li:last-child:hover a{color:#FFF}.nav-expanded nav .main-menu li.menu-item-has-children:hover a,.nav-expanded nav .main-menu li.menu-item-has-children:hover a span,nav .main-menu li.menu-item-has-children:hover a,nav .main-menu li.menu-item-has-children:hover a span,.nav-expanded nav .main-menu li.menu-item-has-children.active>a,nav .main-menu li.menu-item-has-children.active>a{color:#FFF}.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav,nav .main-menu li.menu-item-has-children:hover .subnav,.nav-expanded nav .main-menu li.menu-item-has-children.active .subnav,nav .main-menu li.menu-item-has-children.active .subnav{position:absolute;left:100%;z-index:999999;top:-2px;width:100%;max-width:350px;background:#FFF;border:2px solid #0082db}.nav-expanded nav .main-menu>li:hover>a,nav .main-menu li:hover>a{color:#fff !important}@media(min-width:768px){.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav,nav .main-menu li.menu-item-has-children:hover .subnav{display:block !important}}@media(max-width:768px){.nav-expanded nav .main-menu li.menu-item-has-children .subnav,nav .main-menu li.menu-item-has-children .subnav{position:static !important;margin-top:10px}.nav-expanded nav .main-menu li.menu-item-has-children .subnav li:not(:last-child):first-child,nav .main-menu li.menu-item-has-children .subnav li:not(:last-child):first-child{display:none}}.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav li:hover{background:#005691}.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav li:hover a{color:#FFF;cursor:pointer}.nav-expanded nav .main-menu li.menu-item-has-children:not(:last-child):hover .subnav li:first-child a{color:#005691;font-style:normal}.nav-expanded nav .main-menu li.menu-item-has-children:not(:last-child):hover .subnav li:first-child:hover a{color:#FFF}body.nav-expanded{margin-left:0;transition:right .4s ease-in-out 0s;-webkit-transition:right .4s ease-in-out 0s;-moz-transition:right .4s ease-in-out 0s;-o-transition:right .4s ease-in-out 0s}#nav-close{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;font-size:24px;padding-right:10px}.main-menu{padding-top:12px}.main-menu li{border-bottom:1px solid #323949;margin-left:20px;font-size:18px;padding:12px}.main-menu li a{color:#fff;text-decoration:none;width:100%;display:block;position:relative}.main-menu li a:hover{color:#fff;text-decoration:none}.main-menu li a span{position:absolute;right:-24px;top:50%;margin-top:-9px}.main-menu li .sub-nav{border-bottom:0;padding:4px}.main-menu a .caret{width:0;height:0;display:inline-block;vertical-align:top;border-top:4px solid #4f5963;border-right:4px solid transparent;border-left:4px solid transparent;content:"";margin-top:8px}.main-menu a:hover .caret{border-top-color:#4f5963}.main-menu li.open>a>.caret{border-top:0;border-bottom:4px solid #4f5963;border-right:4px solid transparent;border-left:4px solid transparent}.main-menu li.open>a:hover>.caret{border-bottom-color:#4f5963}.icon:before{font-family:'FontAwesome';font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;content:'\f105'}.main-menu li>a>span.icon{float:right;margin:.1em 1.7em -.1em 0;opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main-menu li>a:hover>span.icon{float:right;margin:.1em .8em -.1em 0;opacity:1}
@font-face{font-family:fot-font;src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.eot?g2f9h8);src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.eot?g2f9h8#iefix) format("embedded-opentype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.ttf?g2f9h8) format("truetype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.woff?g2f9h8) format("woff"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.svg?g2f9h8#fot-font) format("svg");font-weight:400;font-style:normal}.top-bar{background:#005691;padding:12px 0;color:#fff}.top-bar .main-container{overflow:hidden}.top-bar.overflow .main-container{overflow:initial}.top-bar h1{float:left;margin:0 0 0 30px;position:relative;width:250px;min-height:1px}@media only screen and (max-width:1150px){.top-bar h1{width:200px}}.top-bar h1 img{position:absolute;top:-37px;left:-47px}@media only screen and (max-width:1150px){.top-bar h1 img{top:-25px}}@media only screen and (max-width:991px){.top-bar h1 img{left:-22px!important}}.top-bar a{color:#ffff}@media only screen and (max-width:615px){.top-bar .main-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar .pull-right{margin-left:auto}}@media only screen and (max-width:480px){.top-bar h1{width:calc(100% - 30px)}.top-bar h1 img{top:-118px;left:-37px;height:184px;right:0;margin-left:auto;margin-right:auto;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.top-bar .main-container{display:block}}.top-bar__toggle{width:37px;font-size:12px;float:left;cursor:pointer}.top-bar__toggle span{width:100%;height:4px;display:block;margin-bottom:6px;background:#fff;position:relative;-webkit-transition:.4s linear;-o-transition:.4s linear;transition:.4s linear}.categories-menu .btn,.top-bar .btn,.top-bar__search input{-webkit-transition:.4s ease-out;-o-transition:.4s ease-out}.top-bar__toggle span:last-of-type{margin-bottom:7px}.top-bar__toggle.opened span{background:#fff}.top-bar__toggle.opened span:nth-child(1){top:14px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.top-bar__toggle.opened span:nth-child(2){width:0%;opacity:0}.top-bar__toggle.opened span:nth-child(3){top:-6px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.top-bar__search{float:left;position:relative;margin-left:-15px}@media only screen and (max-width:1150px){.top-bar__search{margin-left:-35px}}@media only screen and (max-width:991px){.top-bar__search{width:calc(100% - 450px);margin-left:-15px}}@media only screen and (max-width:615px){.top-bar__search{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:15px;width:100%!important;left:0!important;margin-left:0}}.top-bar__search input{border-radius:4px;border:1px solid #4d89b2;background:#1a679c;padding:10px 40px 10px 15px;line-height:25px;font-family:Arial;font-size:15px;font-weight:300;color:#fff;width:265px;transition:.4s ease-out}@media only screen and (max-width:1300px){.top-bar__search input{width:255px}}@media only screen and (max-width:1230px){.top-bar__search input{width:200px;font-size:12px}}@media only screen and (max-width:1150px){.top-bar__search input{width:190px}}@media only screen and (max-width:991px){.top-bar__search input{width:100%!important;font-size:15px}}.top-bar__search input::-webkit-input-placeholder{color:#fff}.top-bar__search input::-moz-placeholder{color:#fff}.top-bar__search input:-ms-input-placeholder{color:#fff}.top-bar__search input:-moz-placeholder{color:#fff}.top-bar__search .search-loading{background:url(/media/themes/fot/dist/img/svg/spinner-white.svg);position:absolute;right:15px;width:32px;height:32px;top:7px;display:none}.top-bar__search__btn{position:absolute;top:calc(50% - 12px);right:15px;background:0 0;border:none;font-size:22px;color:#fff;width:22px;height:22px;padding:0;cursor:pointer}.top-bar__nav{font-size:16px;font-weight:700;float:left;padding:13px 0;line-height:20px}@media only screen and (max-width:991px){.top-bar__nav{display:none!important}}.top-bar__nav ul{list-style:none;margin:0}.top-bar__nav a:not(.clearfix),.top-bar__nav span:not(.clearfix){padding-bottom:8px;cursor:pointer}.top-bar__nav a:not(.icon):hover,.top-bar__nav span:not(.icon):hover{border-bottom:2px solid #ffab00;text-decoration:none}.top-bar__nav .icon{font-size:28px;position:absolute;left:-35px;top:-5px;cursor:default}.top-bar__nav-el{display:inline-block;margin-right:70px;position:relative}.top-bar__nav-el:last-of-type,.top-bar__nav-el:nth-last-of-type(2){margin-right:35px}.top-bar__nav-el.menu-dropdown:after{content:"\e911";position:absolute;top:6px;right:-13px;font-family:fot-font;font-size:7px;line-height:7px}.categories-menu{display:none;background:#126299;font-size:16px;font-weight:700;line-height:42px;color:#fff;position:absolute;width:100%}.categories-menu a{color:#fff}.categories-menu a:hover{color:#ffab00}@media only screen and (max-width:480px){.categories-menu .btn--listed{width:100%;margin:20px 0 0;background:0 0}.categories-menu .btn--listed:hover{color:#fff;background:#018eef}}.categories-menu__el{border-bottom:1px solid #4181ad;width:30%;float:left;margin:0 1.66%;color:#96d4ff;display:block;position:relative}@media only screen and (max-width:991px){.categories-menu__el{width:29%;margin:0 2.16%}}@media only screen and (max-width:480px){.categories-menu__el{width:100%;padding:8px 0;margin:0;line-height:22px}}.categories-menu__el:before{content:"\e910";font-family:fot-font;font-size:12px;color:#fff;position:absolute;left:-19px;-webkit-transition:.4s linear;-o-transition:.4s linear;transition:.4s linear}.categories-menu__el.opened:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.categories-menu__ul{padding:15px 0 30px;margin:0;list-style:none;clear:both;overflow:hidden}.categories-menu__submenu{display:none;list-style:disc}@media only screen and (max-width:480px){.categories-menu__ul{padding-left:20px}.categories-menu__submenu{padding-left:15px;width:calc(100% - 15px)}}.categories-menu__submenu-el{width:100%;font-weight:300}.categories-menu__submenu-el a{color:#96d4ff}.categories-menu__show-all{background:#005691;text-align:center;line-height:20px;padding:15px 0;cursor:pointer;-webkit-transition:.1s linear;-o-transition:.1s linear;transition:.1s linear}.categories-menu__show-all:hover{background:#126299;color:#ffab00}.categories-menu__show-all.clicked .all{display:none}.categories-menu__show-all.clicked .popular{display:inline-block}.categories-menu__show-all .popular,.mobile-nav{display:none}.mobile-nav{width:100%}@media only screen and (max-width:991px){.mobile-nav{display:block!important}}.mobile-nav ul{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-nav li{margin:0}@font-face{font-family:Lato;font-style:normal;font-weight:300;src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-300.eot);src:local("Lato Light"),local("Lato-Light"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-300.eot?#iefix) format("embedded-opentype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-300.woff2) format("woff2"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-300.woff) format("woff"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-300.ttf) format("truetype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-300.svg#Lato) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-regular.eot);src:local("Lato Regular"),local("Lato-Regular"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-regular.woff2) format("woff2"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-regular.woff) format("woff"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-regular.ttf) format("truetype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-regular.svg#Lato) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-700.eot);src:local("Lato Bold"),local("Lato-Bold"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-700.woff2) format("woff2"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-700.woff) format("woff"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-700.ttf) format("truetype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/lato-v14-latin_latin-ext-700.svg#Lato) format("svg")}.categories-menu,.top-bar{font-family:Lato,sans-serif;z-index:999}.categories-menu *,.top-bar *{-webkit-box-sizing:border-box;box-sizing:border-box}.categories-menu a,.top-bar a{text-decoration:none}.categories-menu .main-container,.top-bar .main-container{width:100%;max-width:1200px;padding:0 15px;margin:0 auto}.categories-menu .pull-right,.top-bar .pull-right{float:right}.categories-menu .clearfix::after,.top-bar .clearfix::after{display:block;content:"";clear:both}.categories-menu .btn,.top-bar .btn{text-decoration:none;background:#005691;line-height:19px;text-align:center;padding-top:13px;padding-bottom:13px;color:#fff;border-radius:4px;transition:.4s ease-out}.categories-menu .btn--listed,.top-bar .btn--listed{border:1px solid #4d89b2;border-radius:4px;display:inline-block;font-size:16px;font-weight:700;padding-left:26px;padding-right:26px}.categories-menu .btn--listed:hover,.top-bar .btn--listed:hover{background:#018eef}.categories-menu .btn--listed .icon,.top-bar .btn--listed .icon{margin-right:10px;margin-left:-5px}.categories-menu [class*=" icon--"],.categories-menu [class^=icon--],.top-bar [class*=" icon--"],.top-bar [class^=icon--]{font-family:fot-font!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.categories-menu [class*=" icon--"]:after,.categories-menu [class*=" icon--"]:before,.categories-menu [class^=icon--]:after,.categories-menu [class^=icon--]:before,.top-bar [class*=" icon--"]:after,.top-bar [class*=" icon--"]:before,.top-bar [class^=icon--]:after,.top-bar [class^=icon--]:before{font-family:fot-font!important}.categories-menu .icon--top_soft:before,.top-bar .icon--top_soft:before{content:"\e909"}.categories-menu .icon--small_business:before,.top-bar .icon--small_business:before{content:"\e903"}.categories-menu .icon--categories:before,.top-bar .icon--categories:before{content:"\e901"}.categories-menu .icon--add:before,.top-bar .icon--add:before{content:"\e90b"}.categories-menu .icon--search:before,.top-bar .icon--search:before{content:"\e902"}.categories-menu .hints-data,.top-bar .hints-data{display:none;position:absolute;top:100%;width:100%;z-index:999}.categories-menu .sm-show,.top-bar .sm-show{display:none}@media only screen and (max-width:991px){.categories-menu .sm-show,.top-bar .sm-show{display:block}}.categories-menu .mini-show,.top-bar .mini-show{display:none}.categories-menu .hint-box,.top-bar .hint-box{background:#fff;text-align:left;color:#000;-webkit-box-shadow:0 6px 5px 5px #dadada6b;box-shadow:0 6px 5px 5px #dadada6b}@media only screen and (max-width:480px){.mobile-nav ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile-nav li{width:100%}.categories-menu .mini-hide,.top-bar .mini-hide{display:none}.categories-menu .mini-show,.top-bar .mini-show{display:block}.categories-menu .hint-box,.top-bar .hint-box{width:calc(100% + 50px);font-size:12px}}.categories-menu .hint-box.active,.top-bar .hint-box.active{display:block!important}.categories-menu .hint-box p,.top-bar .hint-box p{font-size:14px;line-height:16px;margin:0}@media only screen and (max-width:480px){.categories-menu .hint-box p,.top-bar .hint-box p{font-size:12px;line-height:14px;float:left;width:calc(90% - 10px)}}.categories-menu .hint-box p:last-of-type,.top-bar .hint-box p:last-of-type{font-weight:400;margin-top:3px}.categories-menu .hint-box p:first-of-type,.top-bar .hint-box p:first-of-type{font-weight:700;margin-top:0}.categories-menu .hint-box p.no-results,.top-bar .hint-box p.no-results{text-align:center;padding:10px 15px;display:inline-block;width:100%;float:none}.categories-menu .hint-box__header,.top-bar .hint-box__header{background:#f4f4f4;font-weight:700;line-height:30px;padding:0 15px;display:inline-block;width:100%;color:#000!important;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out}.categories-menu .hint-box__header:hover,.top-bar .hint-box__header:hover{background:#005691;color:#fff!important}.categories-menu .hint-box__header span,.top-bar .hint-box__header span{text-transform:uppercase;font-weight:900}.categories-menu .hint-box__el,.top-bar .hint-box__el{padding:8px 15px;display:inline-block;width:100%;color:#000!important;border-bottom:1px solid #ccc;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out}.categories-menu .hint-box__el:hover,.top-bar .hint-box__el:hover{background:#005691;color:#fff!important}.categories-menu .hint-box__el:hover span,.top-bar .hint-box__el:hover span{color:#ffab00}.categories-menu .hint-box__el:hover .hint-box__sat span,.top-bar .hint-box__el:hover .hint-box__sat span{color:#fff}.categories-menu .hint-box__el:hover .hint-box__sat span .blue,.top-bar .hint-box__el:hover .hint-box__sat span .blue{color:#ffab00!important}.categories-menu .hint-box__el:last-of-type,.top-bar .hint-box__el:last-of-type{border-bottom:none}.categories-menu .hint-box__el span,.top-bar .hint-box__el span{color:#005691;font-weight:900}.categories-menu .hint-box__sat,.top-bar .hint-box__sat{margin-left:calc(10% + 10px)}.categories-menu .hint-box__sat span,.top-bar .hint-box__sat span{font-weight:700;color:#000}.categories-menu .hint-box__img,.top-bar .hint-box__img{float:left;margin-right:15px;width:10%;height:auto}@media only screen and (max-width:480px){.categories-menu .hint-box__el,.top-bar .hint-box__el{padding:10px}.categories-menu .hint-box__img,.top-bar .hint-box__img{margin-right:10px}}.categories-menu .hint-box__img img,.top-bar .hint-box__img img{max-width:100%}.categories-menu .hint-box__more,.top-bar .hint-box__more{text-transform:uppercase;color:#fff;font-weight:900;text-align:center;line-height:30px;background:#005691;width:100%;display:inline-block;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out}.categories-menu .hint-box__more:hover,.top-bar .hint-box__more:hover{background:#ffab00}.after-header-spacer{margin-bottom:8px}.author-archive.arthemia-premium .top-bar .main-container,.blog.apps .top-bar .main-container,.category.apps .top-bar .main-container,.error404.apps .top-bar .main-container,.error404.arthemia-premium .top-bar .main-container,.old-compare-header .top-bar .main-container,.single-applications.apps .top-bar .main-container,.single-post.arthemia-premium .top-bar .main-container,.tax-category_apps.apps .top-bar .main-container{max-width:1100px}.author-archive.arthemia-premium .top-bar__search,.blog.apps .top-bar__search,.category.apps .top-bar__search,.error404.apps .top-bar__search,.error404.arthemia-premium .top-bar__search,.old-compare-header .top-bar__search,.single-applications.apps .top-bar__search,.single-post.arthemia-premium .top-bar__search,.tax-category_apps.apps .top-bar__search{margin-left:-35px;left:0}@media only screen and (max-width:991px){.author-archive.arthemia-premium .top-bar__search,.blog.apps .top-bar__search,.category.apps .top-bar__search,.error404.apps .top-bar__search,.error404.arthemia-premium .top-bar__search,.old-compare-header .top-bar__search,.single-applications.apps .top-bar__search,.single-post.arthemia-premium .top-bar__search,.tax-category_apps.apps .top-bar__search{margin-left:-10px}}@media only screen and (max-width:615px){.author-archive.arthemia-premium .top-bar__search,.blog.apps .top-bar__search,.category.apps .top-bar__search,.error404.apps .top-bar__search,.error404.arthemia-premium .top-bar__search,.old-compare-header .top-bar__search,.single-applications.apps .top-bar__search,.single-post.arthemia-premium .top-bar__search,.tax-category_apps.apps .top-bar__search{margin-left:0}}.author-archive.arthemia-premium .top-bar input,.blog.apps .top-bar input,.category.apps .top-bar input,.error404.apps .top-bar input,.error404.arthemia-premium .top-bar input,.old-compare-header .top-bar input,.single-applications.apps .top-bar input,.single-post.arthemia-premium .top-bar input,.tax-category_apps.apps .top-bar input{width:200px;font-size:12px}@media only screen and (max-width:1150px){.author-archive.arthemia-premium .top-bar input,.blog.apps .top-bar input,.category.apps .top-bar input,.error404.apps .top-bar input,.error404.arthemia-premium .top-bar input,.old-compare-header .top-bar input,.single-applications.apps .top-bar input,.single-post.arthemia-premium .top-bar input,.tax-category_apps.apps .top-bar input{width:190px}}@media only screen and (max-width:991px){.author-archive.arthemia-premium .top-bar input,.blog.apps .top-bar input,.category.apps .top-bar input,.error404.apps .top-bar input,.error404.arthemia-premium .top-bar input,.old-compare-header .top-bar input,.single-applications.apps .top-bar input,.single-post.arthemia-premium .top-bar input,.tax-category_apps.apps .top-bar input{font-size:15px}}.author-archive.arthemia-premium .top-bar__nav-el:last-of-type,.author-archive.arthemia-premium .top-bar__nav-el:nth-last-of-type(2),.blog.apps .top-bar__nav-el:last-of-type,.blog.apps .top-bar__nav-el:nth-last-of-type(2),.category.apps .top-bar__nav-el:last-of-type,.category.apps .top-bar__nav-el:nth-last-of-type(2),.error404.apps .top-bar__nav-el:last-of-type,.error404.apps .top-bar__nav-el:nth-last-of-type(2),.error404.arthemia-premium .top-bar__nav-el:last-of-type,.error404.arthemia-premium .top-bar__nav-el:nth-last-of-type(2),.old-compare-header .top-bar__nav-el:last-of-type,.old-compare-header .top-bar__nav-el:nth-last-of-type(2),.single-applications.apps .top-bar__nav-el:last-of-type,.single-applications.apps .top-bar__nav-el:nth-last-of-type(2),.single-post.arthemia-premium .top-bar__nav-el:last-of-type,.single-post.arthemia-premium .top-bar__nav-el:nth-last-of-type(2),.tax-category_apps.apps .top-bar__nav-el:last-of-type,.tax-category_apps.apps .top-bar__nav-el:nth-last-of-type(2){margin-right:20px}.author-archive.arthemia-premium .top-bar .main-container,.error404.arthemia-premium .top-bar .main-container{max-width:1180px}.author-archive.arthemia-premium .top-bar input,.error404.arthemia-premium .top-bar input{width:255px}.tax-category_apps.apps .top-bar .main-container{max-width:1140px}.single-applications.apps .top-bar h1 img,.single-post.arthemia-premium .top-bar h1 img{left:-55px}.categories-menu .compare-header,.top-bar .compare-header{max-width:1300px}.breadcrumb{font-size:12px}
/*# sourceMappingURL=header.min.css.map */

.footer .col,.footer li{float:left}@font-face{font-family:fot-font;src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.eot?g2f9h8);src:url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.eot?g2f9h8#iefix) format("embedded-opentype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.ttf?g2f9h8) format("truetype"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.woff?g2f9h8) format("woff"),url(//financesonline.com/media/themes/fot/dist/css/../../fonts/fot-font.svg?g2f9h8#fot-font) format("svg");font-weight:400;font-style:normal}.footer{font-family:Lato,sans-serif;font-weight:400;width:100%!important}.footer *{-webkit-box-sizing:border-box;box-sizing:border-box}.footer .main-container{width:100%;max-width:1200px;padding:0 15px;margin:0 auto}.footer .clearfix::after{display:block;content:"";clear:both}.footer .btn{text-decoration:none;background:#005691;line-height:19px;text-align:center;padding-top:13px;padding-bottom:13px;border-radius:4px;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out}.footer .btn--listed{border:1px solid #4d89b2;border-radius:4px;display:inline-block;font-size:16px;font-weight:700;padding-left:26px;padding-right:26px}.footer .btn--listed:hover{background:#018eef}.footer .btn--listed .icon2{margin-right:10px;margin-left:-5px}.footer .col--50{width:50%}@media only screen and (max-width:991px){.footer .col--sm{width:100%}}.footer__sm .icon2{color:#7f7f7f;font-size:35px;margin-right:8px;-webkit-transition:.2s ease-out;-o-transition:.2s ease-out;transition:.2s ease-out}.footer__sm .icon2:hover{color:#000;text-decoration:none}.footer__sm .icon2:last-of-type{margin-right:0}.footer [class*=" icon2--"],.footer [class^=icon2--]{font-family:fot-font!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footer .icon2--add:before{content:"\e90b"}.footer .icon2--fb:before{content:"\e904"}.footer .icon2--gp:before{content:"\e905"}.footer .icon2--in:before{content:"\e906"}.footer .icon2--tm:before{content:"\e900"}.footer .icon2--tw:before{content:"\e907"}.footer .icon2--yt:before{content:"\e908"}.footer .icon2--top_soft:before{content:"\e909"}.footer .icon2--pi:before{content:"\e90a"}.footer{background:#f4f4f4;color:#333;padding:65px 0 30px;font-size:16px}@media only screen and (max-width:480px){.footer{padding:40px 0 25px;font-size:14px}}.footer h2{font-size:38px;font-weight:300;margin:0 0 20px}.footer h2 span{font-weight:700}.footer a{color:#000}.footer ul{padding:0;list-style:none}.footer ul a{color:#333}.footer p{line-height:30px;margin:0}@media only screen and (max-width:480px){.footer p{line-height:20px;margin:0 0 5px}}.footer li{width:33.3%;line-height:32px}.footer .btn{border:none;color:#fff;margin:20px 0 0}@media only screen and (max-width:991px){.footer .btn{margin-bottom:55px}.footer__copyright{text-align:center}}.footer__heading{color:#091e42;font-weight:900;border-bottom:1px solid #d7d7d7;padding:0 0 15px}@media only screen and (max-width:480px){.footer li{width:50%}.footer .btn{display:none}.footer__heading{margin-top:25px}}.footer__copyright{border-top:1px solid #d7d7d7;margin:40px 0 0;padding:20px 0 0}.footer__copyright p{float:left;line-height:35px}@media only screen and (max-width:991px){.footer__copyright p{float:none;margin:0 0 10px;line-height:22px}}.footer__sm{float:right}@media only screen and (max-width:991px){.footer__sm{float:none}}.footer__sm .icon{color:#7f7f7f;font-size:35px;margin-right:8px;-webkit-transition:.2s ease-out;-o-transition:.2s ease-out;transition:.2s ease-out}.footer__sm .icon:hover,.hint-box{color:#000}.hint-box__el,.hint-box__header{-webkit-transition:.4s ease-out;-o-transition:.4s ease-out}.footer__sm .icon:last-of-type{margin-right:0}.hints-data{display:none;position:absolute;top:100%;width:100%;z-index:99}.hint-box{background:#fff;text-align:left;-webkit-box-shadow:0 6px 5px 5px #dadada6b;box-shadow:0 6px 5px 5px #dadada6b}@media only screen and (max-width:480px){.hint-box{width:calc(100% + 50px);font-size:12px}}.hint-box.active{display:block!important}.hint-box p{font-size:14px;line-height:16px;margin:0}@media only screen and (max-width:480px){.hint-box p{font-size:12px;line-height:14px;float:left;width:calc(90% - 10px)}}.hint-box p.no-results,.hint-box__el,.hint-box__header{width:100%;display:inline-block}.hint-box p:last-of-type{font-weight:400;margin-top:3px}.hint-box p:first-of-type{font-weight:700;margin-top:0}.hint-box p.no-results{text-align:center;padding:10px 15px;float:none}.hint-box__header{background:#f4f4f4;font-weight:700;line-height:30px;padding:0 15px;color:#000!important;transition:.4s ease-out}.hint-box__header:hover{background:#005691;color:#fff!important}.hint-box__header span{text-transform:uppercase;font-weight:900}.hint-box__el{padding:8px 15px;color:#000!important;border-bottom:1px solid #ccc;transition:.4s ease-out}.hint-box__el:hover{background:#005691;color:#fff!important}.hint-box__el:hover span{color:#ffab00}.hint-box__el:hover .hint-box__sat span{color:#fff}.hint-box__el:hover .hint-box__sat span .blue{color:#ffab00!important}.hint-box__el:last-of-type{border-bottom:none}.hint-box__el span{color:#005691;font-weight:900}.hint-box__sat{margin-left:calc(10% + 10px)}.hint-box__sat span{font-weight:700;color:#000}.hint-box__img{float:left;margin-right:15px;width:10%;height:auto}@media only screen and (max-width:480px){.hint-box__el{padding:10px}.hint-box__img{margin-right:10px}}.hint-box__img img{max-width:100%}.hint-box__more{text-transform:uppercase;color:#fff;font-weight:900;text-align:center;line-height:30px;background:#005691;width:100%;display:inline-block;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;transition:.4s ease-out}.hint-box__more:hover{background:#ffab00}
/*# sourceMappingURL=footer.min.css.map */

.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.shares table{width:100%}.best-product-desc h3 a{color:#005691;font-size:22px}.page-id-191 .contact-submit{margin-top:15px}.single pr0{padding-left:0}.search-heading button{padding:2px 5px}.search-options{overflow:hidden}.search-options button{float:right;margin:10px 0 5px}
div.wpcf7{margin:0;padding:0}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid red}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:#f00;font-size:1em;font-weight:normal;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(//financesonline.com/media/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);width:16px;height:16px;border:0;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0}div.wpcf7 input[type="file"]{cursor:pointer}div.wpcf7 input[type="file"]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}
.search_results p.user_satisfaction span.n{color:#428bca}.search_results .best-product-long .h3 a{font-weight:bold;margin-top:10px;margin-bottom:5px;display:block;font-family:'Trebuchet MS',Arial,sans-serif;color:#428bca}.search_results .best-product-long img.product-img{max-width:93px;height:auto;margin-top:15px}.search_results .best-product img.product-img{width:100%}.search_results .product-buttons{margin:0 auto}.search_results .best-product-long .col-sm-3{padding-top:10px}.search_results .best-product-long .col-sm-2{display:flex;align-items:center;justify-content:center}.search_results .best-product-long p.small{margin-top:0}div.small p{font-size:14px;line-height:16px}.search_results .product-buttons a{display:block;margin:5px 0;font-family:Arial,sans-serif;font-size:16px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;font-weight:bold;opacity:.9;max-width:146px;border:0;padding:6px 12px}.search_results .btn-yellow{background:#fede5f;background:-moz-linear-gradient(top,#fede5f 0,#fede5f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fede5f),color-stop(100%,#fede5f));background:-webkit-linear-gradient(top,#fede5f 0,#fede5f 100%);background:-o-linear-gradient(top,#fede5f 0,#fede5f 100%);background:-ms-linear-gradient(top,#fede5f 0,#fede5f 100%);background:linear-gradient(to bottom,#fede5f 0,#fede5f 100%);color:#000}.search_results .btn_read_review{background:#428bca;border-radius:5px;color:white}.search_results .best-product{padding:0;overflow:hidden;padding-top:5px;padding-bottom:5px;display:flex;display:-webkit-flex}.search_results_cont .buttons{padding-left:0}.search_results .p_type_post,.search_results .p_type_category{color:#107093;font-weight:bold;font-size:20px}.search_results .p_type_category img{max-height:65px;width:auto}.search_results .product-box-heading{border:0 !important}.search_results .best-product{border:0 !important}.search_results .product-box-heading span{display:inline-block;text-align:center;width:40px}#menu .search2{float:left;display:inline}.search_results .product-box-heading{background:rgba(0,0,0,0) linear-gradient(to bottom,#f0f0f0 1%,#e2e2e3 24%) repeat scroll 0 0;border-bottom:1px solid #9ba3a8}.search_results .best-product-long h3,.search_results .best-product-long .h3{font-weight:bold;margin-top:10px;margin-bottom:5px;display:block;font-family:'Trebuchet MS',Arial,sans-serif}.search_results .best-product-long h3 a{color:#428bca}.search_results .product-description.p1 .row{margin:0;background-color:white}.search_results .best-product-long .col-sm-2{padding-right:0;text-align:center}.search_results .best-product-long .our_score{text-transform:uppercase;font-weight:bold;font-size:13px;width:auto;display:inline-block;margin-bottom:5px;margin-right:4px}.search_results .best-product-long .nobold{display:block;font-size:13px}.search_results .best-product-long .user_satisfaction{text-transform:uppercase;font-weight:bold;font-size:13px;width:auto;display:inline-block;margin-bottom:5px}.search_results .search_image{width:100%;max-width:90px}.search_results .product-description-wrapper{padding-left:0;padding-right:0}.search_results_cont{margin-top:20px !important}.search_results_cont #map{display:none}.search_results_cont #content{border:0}.category-thumb{max-width:150px;margin-right:15px}.nobold{font-weight:normal}.wp_autosearch_suggestions .wp_result_category{padding-bottom:5px}.wp_autosearch_suggestions .wp_result_category .wp_autosearch_item_description{display:none}.wp_autosearch_form_wrappe{background:#f59d3e;background:-moz-linear-gradient(top,#f59d3e 0,#f47d02 100%);background:-webkit-linear-gradient(top,#f59d3e 0,#f47d02 100%);background:linear-gradient(to bottom,#f59d3e 0,#f47d02 100%);height:60px}.wp_autosearch_form_wrappe button[name=search]{display:flex;width:10%;border:0;align-items:center;justify-content:center;background:#f59d3e;background:-moz-linear-gradient(top,#f59d3e 0,#f47d02 100%);background:-webkit-linear-gradient(top,#f59d3e 0,#f47d02 100%);background:linear-gradient(to bottom,#f59d3e 0,#f47d02 100%)}.wp_autosearch_suggestions{z-index:2222}.wp_autosearch_suggestions .wpa_taxonomy{font-size:14px}.see_all_results:hover{text-decoration:underline}.wp_autosearch_image{height:35px;width:auto}.see_all_results{display:inline-block !important;z-index:10;color:white}.wp_autosearch_indicator{padding-left:15px;background-position-x:0 !important}.wp_autosearch_suggestions a{display:block;clear:left;text-decoration:none}.wp_autosearch_suggestions a img{float:none;padding:3px 5px}.wp_autosearch_suggestions a .searchheading{display:block;font-weight:bold;padding-top:5px}.wp_autosearch_category a{color:white !important;text-transform:lowercase}.wp_autosearch_image{margin:2px}.wp_autosearch_result{padding-left:5px}.wp_autosearch_suggestions{padding:0;background-color:white;overflow:hidden;z-index:99999}.wp_autosearch_suggestions ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0}.wp_autosearch_suggestions li{margin:0;cursor:pointer;display:block;font:menu;font-size:12px;line-height:16px;overflow:hidden;border-bottom:1px solid #bcbcbc}.wp_autosearch_wrapper{width:100%}.wp_autosearch_suggestions{box-shadow:#888 5px 10px 10px;-webkit-box-shadow:#888 5px 10px 10px}.wp_autosearch_item_description{padding-right:2px;padding-left:2px}.wp_autosearch_form_label{display:none}.wp_autosearch_suggestions{border-width:1px;border-color:#57c297 !important;border-style:solid;width:190px;background-color:#a0a0a0;font-size:10px;line-height:14px;border:0 !important}.wp_autosearch_suggestions .wps_odd a{color:#000}.wp_autosearch_suggestions .wps_even a{color:#000}.wp_autosearch_suggestions .wp_autosearch_category{font-size:12px;padding:5px;display:block;background-color:#005691;font-weight:bold;text-transform:uppercase;color:#fff !important}.wp_autosearch_category a{color:white !important;text-transform:lowercase}.wps_over a.wp_autosearch_category{color:#fff !important;background-color:6A81A0 !important}.wp_autosearch_suggestions .wp_autosearch_more{padding:5px;display:block;background-color:#005691;color:#fff !important;background-image:url(//financesonline.com/media/plugins/fo_narrow_search/assert/css/arrow.png);background-repeat:no-repeat;background-position:99% 50%;cursor:pointer}.wps_over a.wp_autosearch_more{color:#fff !important;background-color:#4682a0 !important}.wp_autosearch_suggestions .wp_autosearch_more a{height:auto;color:#fff !important}.home .wp_autosearch_indicator{background:url(//financesonline.com/media/plugins/fo_narrow_search/assert/css/icon.gif) no-repeat scroll 1% 50% #FFF !important;padding-left:15px !important}.search_flap .wp_autosearch_indicator{padding-left:30px !important;background:url(//financesonline.com/media/plugins/fo_narrow_search/assert/css/default.gif) no-repeat scroll 0 50% transparent !important;background-color:transparent !important}.wps_odd{background-color:#fff}.wps_even{background-color:#fff}.ac_over{background-color:#226c9e;color:#fff !important}.ac_over a,.ac_over a span{color:#fff !important}.wp_autosearch_input{width:88% !important;height:50px !important;border:0 !important;background-color:#fff !important;outline:0;box-shadow:0 0 0 #FFF !important;-moz-box-shadow:0 0 0 #FFF !important;-webkit-box-shadow:0 0 0 #FFF !important;text-indent:5px !important;margin:0 !important;padding:0 !important;padding-left:15px !important;overflow:hidden;float:left;line-height:29px;vertical-align:middle;color:#000 !important}.wp_autosearch_submit,.wp_autosearch_submit:hover,.wp_autosearch_submit:active,.wp_autosearch_submit:visited{cursor:pointer;height:50px;width:54px;overflow:hidden;background:transparent url('') no-repeat scroll !important;float:right;font-size:100%;-webkit-appearance:none;outline:0;position:absolute;right:0;top:0;background-color:transparent;border:0;border-radius:0 !important;padding:0 !important;margin:0 !important;display:block !important}.wp_autosearch_form_wrapper{width:100%;border:1px solid #57c297 !important;height:52px !important;background-color:#fff !important;position:relative}.wp_autosearch_image_cont{display:block;float:left;margin-bottom:4px;min-height:50px;min-width:77px;text-align:center}.wp_autosearch_image_cont img{float:none}.more_results_wrap{margin-top:20px;margin-bottom:20px;text-align:center;border:0 !important}.products-table .product-description-wrapper:last-child{border:0 !important}.narrow-search-widget{background:white}.narrow-search-widget .product-box-heading{text-align:center}.narrow-search-widget h2 a{color:white;text-align:center;text-transform:uppercase}.wp_autosearch_suggestions .wp_result_applications .wp_autosearch_image_cont{min-height:30px !important;margin-bottom:0 !important}
.wp-pagenavi{clear:both}.wp-pagenavi a,.wp-pagenavi span{text-decoration:none;border:1px solid #bfbfbf;padding:3px 5px;margin:2px}.wp-pagenavi a:hover,.wp-pagenavi span.current{border-color:#000}.wp-pagenavi span.current{font-weight:bold}
.nc_socialPanel{clear:both;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:34px;line-height:1;margin-bottom:20px!important;margin-top:20px!important;overflow:hidden;padding:0;-webkit-align-items:stretch;align-items:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-box-pack:justify;-moz-box-pack:justify;direction:ltr;-ms-flex-align:stretch;-ms-flex-line-pack:center;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide){width:100%!important}.nc_wrapper .nc_socialPanel{margin-bottom:10px!important;margin-top:10px!important}div.nc_socialPanel .nc_tweetContainer{-webkit-border-radius:2px;border-radius:2px;cursor:pointer;float:left;font-family:Lato;height:32px;margin:0 5px 3px;min-width:34px;overflow:hidden;text-align:center;-webkit-transition:all .1s linear;transition:all .1s linear;border-size:1px}div.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nc_socialPanel .nc_tweetContainer a.nc_tweet,.nc_socialPanel .totes .swp_count{display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Lato,sans-serif;font-size:18px!important;font-weight:700;height:30px;text-decoration:none;text-decoration:none!important;text-transform:none;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide).swp_shift{padding:0 10px}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-child(1){margin-left:0}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-last-child(1){margin-right:0}.nc_socialPanel a .swp_count:not(.swp_hide){display:inline-block;line-height:32px;margin:0;padding:0 5px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nc_socialPanel .totes .swp_count,span.swp_share{line-height:30px}.nc_socialPanel a .swp_count.swp_hide{margin:0 auto}.nc_socialPanel span:before{content:initial!important}.nc_socialPanel span.swp_count{font-size:14px}.nc_socialPanel span.iconFiller{font-size:18px;margin:0 auto}.nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1){margin-left:0}.nc_socialPanel:not(.nc_socialPanelSide){-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1){margin-left:0;margin-right:15px;padding-left:0}.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1){margin-right:0;padding-right:0}a.swp_CTT{cursor:pointer}span.swp_share{display:block;float:right;float:left;font-size:14px;font-weight:400;height:30px;margin:0 0 0 6px;max-width:none!important;vertical-align:middle}.nc_socialPanelSide span.swp_share{margin:0}.nc_socialPanel .sw{float:left;height:30px;line-height:32px;margin:0 5px;text-shadow:none!important;width:20px}.iconFiller{display:block;float:left;height:30px;overflow:hidden;-webkit-transition:width .1s linear;transition:width .1s linear}.nc_socialPanel .iconFiller{width:30px}span.spaceManWilly{display:block;width:120px}.nc_socialPanel .totes{background:#c4c4c4;border:1px solid #e08a0f;-webkit-border-radius:2px;border-radius:2px;color:#fff;cursor:default;display:block;font-size:19px;padding:0 10px;-webkit-box-flex:0!important;-moz-box-flex:0!important;-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}.nc_socialPanel div.totes.totesalt,.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){background:0 0!important;border:none;color:#474b4d;margin-left:0!important}div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){background:0 0;color:#474b4d;margin-left:10px}.nc_socialPanel .totes.totesalt .swp_label{color:#474b4d;font-size:10px;letter-spacing:0;min-width:40px;vertical-align:middle}.nc_socialPanel .totes .swp_label{font-size:10px;vertical-align:middle}.nc_socialPanel .totes.totesalt .swp_count{color:#474b4d;font-size:24px}.nc_socialPanel.swp_customFull:hover div.totes,.nc_socialPanel.swp_fade .totes,.nc_socialPanel.swp_fullColor .totes,.nc_socialPanel:hover .totes{background:#e08a0f}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before{content:"o";display:inline-block;font-family:sw-icon-font;margin-top:7px;vertical-align:top}.nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count{display:inline-block;line-height:0;margin-left:8px;margin-top:12px;min-width:45px;position:relative;vertical-align:middle}span.swp_label{display:block;font-size:9px!important;margin-top:13px;position:absolute;text-align:center!important;text-transform:uppercase}.nc_socialPanelSide span.swp_label{margin-top:0}.nc_socialPanel.swp_leaf .nc_tweetContainer{-webkit-border-radius:15px 0!important;border-radius:15px 0!important;border-width:1px}.nc_socialPanel.swp_pill .nc_tweetContainer{-webkit-border-radius:50px;border-radius:50px;border-width:1px}.nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes){border-width:1px;-moz-transform:skew(-25deg);-o-transform:skew(-25deg);-webkit-transform:skew(-25deg)}.nc_socialPanel.swp_shift .nc_tweetContainer a{-moz-transform:skew(25deg);-o-transform:skew(25deg);-webkit-transform:skew(25deg)}.swp_connected .nc_tweetContainer,.swp_connected .nc_tweetContainer:hover,.swp_connected:hover .nc_tweetContainer{-webkit-border-radius:0!important;border-radius:0!important;border-width:1px;margin:0!important}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover{border:1px solid #df4b37}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover{border:1px solid #429cd6}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover{border:1px solid #3a589e}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover{border:1px solid #cd2029}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover{border:1px solid #0d77b7}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover{border:1px solid #39475d}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover{border:1px solid #ef5025}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover{border:1px solid #e26426}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover{border:1px solid #f04b23}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover{border:1px solid #6bcce9}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover{border:1px solid #71c169}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover{border:1px solid #ef4056}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover{border:1px solid #323b43}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover{border:1px solid #d85623}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover{border:1px solid #bf2626}.nc_socialPanel.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover{background:#df4b37;border:1px solid #c44133}.nc_socialPanel.swp_d_fullColor .twitter,body .nc_socialPanel.swp_o_fullColor:hover .twitter,html body .nc_socialPanel.swp_i_fullColor .twitter:hover{background:#429cd6;border:1px solid #3c87b2}.nc_socialPanel.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_o_fullColor:hover .swp_fb,html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover{background:#3a589e;border:1px solid #2e4675}.nc_socialPanel.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest,html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover{background:#cd2029;border:1px solid #aa1b29}.nc_socialPanel.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_o_fullColor:hover .linkedIn,html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover{background:#0d77b7;border:1px solid #0c6591}.nc_socialPanel.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr,html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover{background:#39475d;border:1px solid #27313f}.nc_socialPanel.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon,html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover{background:#ef5025;border:1px solid #d34427}.nc_socialPanel.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly,html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover{background:#e26426;border:1px solid #b65027}.nc_socialPanel.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit,html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover{background:#f04b23;border:1px solid #d33f27}.nc_socialPanel.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_o_fullColor:hover .swp_email,html body .nc_socialPanel.swp_i_fullColor .swp_email:hover{background:#6bcce9;border:1px solid #61bace}.nc_socialPanel.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp,html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover{background:#71c169;border:1px solid #28b04b}.nc_socialPanel.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket,html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover{background:#ef4056;border:1px solid #ce3d55}.nc_socialPanel.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer,html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover{background:#323b43;border:1px solid #000}.nc_socialPanel.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news,html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover{background:#f16522;border:1px solid #d85623}.nc_socialPanel.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard,html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover{background:#e02828;border:1px solid #bf2626}.nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover{border-bottom:3px solid #c44133}.nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover{border-bottom:3px solid #5595bc}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover{border-bottom:3px solid #2e4675}.nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover{border-bottom:3px solid #aa1b29}.nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover{border-bottom:3px solid #0c6591}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover{border-bottom:3px solid #27313f}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover{border-bottom:3px solid #d34427}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover{border-bottom:3px solid #b65027}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover{border-bottom:3px solid #d33f27}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover{border-bottom:3px solid #61bace}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover{border-bottom:3px solid #28b04b}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover{border-bottom:3px solid #ce3d55}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover{border-bottom:3px solid #000}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover{border-bottom:3px solid #d85623}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover{border-bottom:3px solid #bf2626}.nc_socialPanel.swp_d_lightGray .nc_tweetContainer,body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover{background-color:#ccc;border:1px solid #ccc}.nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #999}.nc_socialPanel.swp_d_mediumGray .nc_tweetContainer,body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover{background-color:#999;border:1px solid #999}.nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #444}.nc_socialPanel.swp_d_darkGray .nc_tweetContainer,body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover{background-color:#444;border:1px solid #444}.nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #222}.nc_socialPanel.swp_d_lgOutlines a,body .nc_socialPanel.swp_o_lgOutlines:hover a,html body .nc_socialPanel.swp_i_lgOutlines a:hover{color:#ccc}.nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #ccc}.nc_socialPanel.swp_d_mdOutlines a,body .nc_socialPanel.swp_o_mdOutlines:hover a,html body .nc_socialPanel.swp_i_mdOutlines a:hover{color:#999}.nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #999}.nc_socialPanel.swp_d_dgOutlines a,body .nc_socialPanel.swp_o_dgOutlines:hover a,html body .nc_socialPanel.swp_i_dgOutlines a:hover{color:#444}.nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #444}.nc_socialPanel.swp_d_colorOutlines .googlePlus a,body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a,html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover{color:#df4b37}.nc_socialPanel.swp_d_colorOutlines .swp_fb a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a,html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover{color:#3a589e}.nc_socialPanel.swp_d_colorOutlines .nc_pinterest a,body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a,html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover{color:#cd2029}.nc_socialPanel.swp_d_colorOutlines .linkedIn a,body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a,html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover{color:#0d77b7}.nc_socialPanel.swp_d_colorOutlines .swp_tumblr a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a,html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover{color:#39475d}.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a,html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover{color:#ef5025}.nc_socialPanel.swp_d_colorOutlines .swp_yummly a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a,html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover{color:#e26426}.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a,html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover{color:#71c169}.nc_socialPanel.swp_d_colorOutlines .swp_pocket a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a,html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover{color:#ef4056}.nc_socialPanel.swp_d_colorOutlines .swp_reddit a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a,html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover{color:#f04b23}.nc_socialPanel.swp_d_colorOutlines .swp_email a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a,html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover{color:#6bcce9}.nc_socialPanel.swp_d_colorOutlines .swp_buffer a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a,html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover{color:#323b43}.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a,html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover{color:#f16522}.nc_socialPanel.swp_d_colorOutlines .swp_flipboard a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a,html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover{color:#e02828}.nc_socialPanel.swp_d_colorOutlines .googlePlus,body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus,html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover{background:0 0;border:1px solid #df4b37}.nc_socialPanel.swp_d_colorOutlines .twitter,body .nc_socialPanel.swp_o_colorOutlines:hover .twitter,html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover{background:0 0;border:1px solid #429cd6}.nc_socialPanel.swp_d_colorOutlines .swp_fb,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb,html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover{background:0 0;border:1px solid #3a589e}.nc_socialPanel.swp_d_colorOutlines .nc_pinterest,body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest,html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover{background:0 0;border:1px solid #cd2029}.nc_socialPanel.swp_d_colorOutlines .linkedIn,body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn,html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover{background:0 0;border:1px solid #0d77b7}.nc_socialPanel.swp_d_colorOutlines .swp_tumblr,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr,html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover{background:0 0;border:1px solid #39475d}.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon,html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover{background:0 0;border:1px solid #ef5025}.nc_socialPanel.swp_d_colorOutlines .swp_yummly,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly,html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover{background:0 0;border:1px solid #e26426}.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp,html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover{background:0 0;border:1px solid #71c169}.nc_socialPanel.swp_d_colorOutlines .swp_reddit,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit,html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover{background:0 0;border:1px solid #f04b23}.nc_socialPanel.swp_d_colorOutlines .swp_email,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email,html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover{background:0 0;border:1px solid #6bcce9}.nc_socialPanel.swp_d_colorOutlines .swp_pocket,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket,html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover{background:0 0;border:1px solid #ef4056}.nc_socialPanel.swp_d_colorOutlines .swp_buffer,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer,html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover{background:0 0;border:1px solid #323b43}.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news,html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover{background:0 0;border:1px solid #f16522}.nc_socialPanel.swp_d_colorOutlines .swp_flipboard,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard,html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover{background:0 0;border:1px solid #bf2626}.nc_socialPanelSide{flex-direction:column;height:auto;overflow:visible;top:200px;-webkit-transition:all .2s linear;transition:all .2s linear;width:100px!important;z-index:9999999;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column}.nc_socialPanelSide.slide{position:fixed;left:-100px;-webkit-transition:all .2s linear;transition:all .2s linear}.nc_socialPanelSide.fade{display:none;position:fixed;left:5px;-webkit-transition:all .2s linear;transition:all .2s linear}.nc_socialPanelSide .nc_tweetContainer{background:#dd4b38;-webkit-border-radius:3px;border-radius:3px;clear:both;display:block;font-family:Lato,sans-serif;height:32px;margin:3px 0!important;overflow:hidden;padding:0;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top;width:90px}.nc_socialPanelSide .nc_tweetContainer .iconFiller{display:inline-block;height:40px;margin:0 6px;padding:0;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:middle;width:21px}.nc_socialPanelSide .nc_tweetContainer .swp_count{display:inline-block;font-size:14px;height:32px;line-height:35px;margin:0;overflow:hidden;padding:0;text-align:right;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top;width:0}.nc_socialPanelSide .nc_tweetContainer a{cursor:pointer;display:block;font-weight:500;height:36px;margin:0;padding:0;text-decoration:none;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top}.nc_socialPanelSide .nc_tweetContainer .sw,.nc_socialPanelSide .nc_tweetContainer .swp_share{float:left;line-height:34px}.nc_socialPanelSide.swp_default .nc_tweetContainer .sw{line-height:32px}.nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share{line-height:30px}.nc_socialPanelSide .nc_tweetContainer .swp_share{font-size:13px}.nc_socialPanelSide .nc_tweetContainer:hover,.nc_socialPanelSide .nc_tweetContainer:hover .iconFiller,.nc_socialPanelSide .nc_tweetContainer:hover .swp_count{-webkit-transition:all .1s linear;transition:all .1s linear}.nc_socialPanelSide.swp_boxed{-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}.nc_socialPanelSide.swp_boxed .nc_tweetContainer{margin-bottom:5px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer,.nc_socialPanelSide.swp_boxed .nc_tweetContainer a{height:75px;position:relative;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw{font-size:27px;height:40px;margin:0;padding-top:10px;text-align:center;width:100%}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share{height:35px;opacity:0;position:absolute;bottom:0;left:0;text-align:center;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count{height:35px;margin:0;padding:0;position:absolute;bottom:0;left:0;text-align:center;-webkit-transition:padding .1s linear;transition:padding .1s linear;width:100%}.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide{height:75px;opacity:1}.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller{height:40px;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_count:not(.swp_hide){opacity:0}.nc_socialPanelSide.swp_boxed .totes{padding:0;width:75px!important}.nc_socialPanelSide .nc_tweetContainer:not(.totes){line-height:34px}.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller{margin-left:2px;width:30px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count{padding:0 8px;width:48px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide{padding:0;width:100%}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller{display:block;float:none;margin:0 auto}.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover{width:150px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly,.nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller{width:90px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover .iconFiller{width:100%}.nc_socialPanelSide .nc_tweetContainer.totes{background:rgba(0,0,0,0);border:0!important;font-weight:800;height:45px;margin:0;padding:0;text-align:center;width:90px}.nc_socialPanelSide .nc_tweetContainer.totes .swp_count{color:#444;display:block;font-family:Lato,sans-serif;height:28px;text-align:center;width:100%}.nc_socialPanelSide .nc_tweetContainer.totes .swp_label{color:#444;display:block;font-family:Lato,sans-serif;font-size:50%;position:relative;text-align:center;width:100%}.nc_wrapper{background:#fff;position:fixed;-webkit-transition:top .5s bottom .5s;transition:top .5s bottom .5s;width:100%;z-index:99999}.nc_wrapper.floatBottom{bottom:0;left:0}.nc_wrapper.floatTop{top:0;left:0}.nc_floater{margin:10px 0;position:relative;left:304px;width:740px}.nc_socialPanelSide.hideCounts a{text-align:center}.nc_socialPanelSide.hideCounts .iconFiller{float:none;text-align:left}.sw{display:inline-block;font-family:sw-icon-font!important;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;text-rendering:auto;text-transform:none!important;-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}.sw:before{display:block!important}.wp-editor-container .sw:before{font-size:18px;line-height:22px}.wp-editor-container .sw-social-warfare:before{color:#ee464f}.mce-container .sw-social-warfare{color:#ee464f;font-size:20px;margin-right:15px;vertical-align:middle}.sw-google-plus:before{content:"h"}.sw-pinterest:before{content:"b"}.sw-twitter:before{content:"s"}.sw-facebook:before{content:"j"}.sw-linkedin:before{content:"f"}.sw-tumblr:before{content:"r"}.sw-stumbleupon:before{content:"q"}.sw-reddit:before{content:"a"}.sw-email:before{content:"k"}.sw-yummly:before{content:"x"}.sw-whatsapp:before{content:"y"}.sw-pocket:before{content:"B"}.sw-buffer:before{content:"z"}.sw-hacker_news:before{content:"D"}.sw-flipboard:before{content:"C"}.sw-social-warfare:before{content:"p"}.sw-click-to-tweet:after,.sw-tweet-clear:after{content:".";height:0;clear:both;visibility:hidden;display:block}.swp_CTT{text-decoration:none!important}.sw-tweet-clear{zoom:1}.sw-click-to-tweet{display:block;margin:15px 0;padding:15px 30px;position:relative}.sw-click-to-tweet:after{line-height:0}.sw-click-to-tweet .sw-ctt-text{margin:0 0 10px;padding:0;position:relative;word-wrap:break-word}a .sw-click-to-tweet .sw-ctt-text{display:block;font-size:24px;font-weight:500;line-height:140%;margin:0;padding:0;position:relative;text-decoration:none;text-transform:none}.sw-click-to-tweet .sw-ctt-btn{display:block;float:right;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:100%;margin:10px 0 0;padding:3px 5px 3px 3px;position:relative;text-decoration:none;text-transform:uppercase}.sw-click-to-tweet i.sw-twitter{float:right;font-size:21px;margin-left:15px;margin-top:2px;text-transform:none}a.swp_CTT.style1 .sw-click-to-tweet{background-color:#fff;border:1px solid #ddd;-webkit-border-radius:4px;border-radius:4px}a.swp_CTT.style2 .sw-click-to-tweet{background-color:#fff;border:4px double #ddd;-webkit-border-radius:0;border-radius:0}a.style2 .sw-click-to-tweet .sw-ctt-text{color:#666;font-style:italic;text-decoration:none}a.swp_CTT.style3:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;padding-right:20px;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style3 .sw-click-to-tweet{background-color:#429cd6;border:none;border-left:10px solid #429cd6;-webkit-border-radius:0;border-radius:0;padding-right:20px;-webkit-transition:all .25s linear;transition:all .25s linear}a.style3 .sw-click-to-tweet .sw-ctt-text{color:#fff;font-style:italic;text-decoration:none}a.swp_CTT.style4:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style4 .sw-click-to-tweet{background-color:#333;border-left:10px solid #c33;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style5:hover .sw-click-to-tweet{background-color:#d34250;border-left:10px solid #30394f;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style5 .sw-click-to-tweet{background-color:#30394f;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style6:hover .sw-click-to-tweet{background-color:#ced3dc;border-left:10px solid #d34250;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style6 .sw-click-to-tweet{background-color:#eee;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.style6 .sw-click-to-tweet i.sw-twitter{color:#30394f}.swp_pop_thumb{-webkit-border-radius:3px;border-radius:3px;float:left;height:100px;margin:5px 25px 5px 0;width:100px}.swp_popular_post{clear:both}.swp_clearfix:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.swp_popular_post a.swp_popularity{border:none;display:block;line-height:1.5;margin:20px 0}span.swp_pop_count{display:block;font-size:70%}.swp_widget_box{-webkit-border-radius:3px;border-radius:3px}div.sw-pinit{display:table!important;line-height:0;position:relative!important}div.sw-pinit a.sw-pinit-button,div.sw-pinit a.sw-pinit-button:visited{background:#cd2029;border:1px solid #aa1b29;border:0;border-bottom:none;-webkit-border-radius:4px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-family:Lato,sans-serif;font-size:20px;font-size:15px;height:32px;line-height:32px;opacity:0;padding:0 20px;position:absolute;text-decoration:none;-webkit-transition:opacity .5s;transition:opacity .5s;z-index:200}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .swp_hide span.swp_share,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_share:not(.swp_hide),div.sw-pinit:focus a.sw-pinit-button,div.sw-pinit:hover a.sw-pinit-button{opacity:1}div.sw-pinit a.sw-pinit-button::before{color:#fff;content:"b";float:left;font-family:sw-icon-font;font-size:20px;font-weight:400;line-height:36px;margin-left:-5px;margin-right:10px}div.sw-pinit a.sw-pinit-button:hover::before{content:"F"}div.sw-pinit a.sw-pinit-button::focus,div.sw-pinit a.sw-pinit-button::hover{background:#aa1b29;color:#fff;text-decoration:none}div.sw-pinit .sw-pinit-left{left:30px}div.sw-pinit .sw-pinit-center{margin-left:-60px;left:50%}div.sw-pinit .sw-pinit-right{right:30px}div.sw-pinit .sw-pinit-top{top:30px}div.sw-pinit .sw-pinit-middle{margin-top:-25px;top:50%}div.sw-pinit .sw-pinit-bottom{bottom:30px}.mobile .nc_tweetContainer:nth-last-child(2),.nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1),.nc_tweetContainer.totes:nth-last-child(1){margin-right:0}.nc_socialPanel.swp_d_darkGray a,.nc_socialPanel.swp_d_fullColor a,.nc_socialPanel.swp_d_lightGray a,.nc_socialPanel.swp_d_mediumGray a,body .nc_socialPanel.swp_o_darkGray:hover a,body .nc_socialPanel.swp_o_fullColor:hover a,body .nc_socialPanel.swp_o_lightGray:hover a,body .nc_socialPanel.swp_o_mediumGray:hover a,html body .nc_socialPanel.swp_i_darkGray a:hover,html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a,html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a,html body .nc_socialPanel.swp_i_mediumGray a:hover{color:#fff}.nc_socialPanel.swp_d_colorOutlines .twitter a,.wp-editor-container .sw-twitter:before,a.style1 .sw-click-to-tweet i.sw-twitter,a.style2 .sw-click-to-tweet i.sw-twitter,body .nc_socialPanel.swp_o_colorOutlines:hover .twitter a,html body .nc_socialPanel.swp_i_colorOutlines .twitter a:hover{color:#429cd6}.nc_socialPanel.mobile .iconFiller~.swp_count,.sw-content-locator{display:none}a.style1 .sw-click-to-tweet .sw-ctt-btn,a.style1 .sw-click-to-tweet .sw-ctt-text{color:#999;text-decoration:none}a.style1:hover .sw-click-to-tweet .sw-ctt-btn,a.style1:hover .sw-click-to-tweet .sw-ctt-text,a.style2 .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-text{color:#666;text-decoration:none}a.style3 .sw-click-to-tweet .sw-ctt-btn,a.style3 .sw-click-to-tweet i.sw-twitter,a.style3:hover .sw-click-to-tweet .sw-ctt-btn,a.style3:hover .sw-click-to-tweet .sw-ctt-text,a.style4 .sw-click-to-tweet .sw-ctt-btn,a.style4 .sw-click-to-tweet .sw-ctt-text,a.style4:hover .sw-click-to-tweet .sw-ctt-btn,a.style4:hover .sw-click-to-tweet .sw-ctt-text,a.style5 .sw-click-to-tweet .sw-ctt-btn,a.style5 .sw-click-to-tweet .sw-ctt-text,a.style5:hover .sw-click-to-tweet .sw-ctt-btn,a.style5:hover .sw-click-to-tweet .sw-ctt-text{color:#fff;text-decoration:none}a.style4 .sw-click-to-tweet i.sw-twitter,a.style5 .sw-click-to-tweet i.sw-twitter{color:#fff}a.style6 .sw-click-to-tweet .sw-ctt-btn,a.style6 .sw-click-to-tweet .sw-ctt-text{color:#30394f;text-decoration:none}a.style6:hover .sw-click-to-tweet .sw-ctt-btn,a.style6:hover .sw-click-to-tweet .sw-ctt-text,a.style6:hover .sw-click-to-tweet i.sw-twitter{color:#2a2d34;text-decoration:none}.scale-70{-ms-transform:scale(.7);-webkit-transform:scale(.7);transform:scale(.7)}.nc_socialPanel:not(.nc_floater).scale-70.scale-fullWidth{width:142.8571428571429%!important}.scale-80{-ms-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8)}.nc_socialPanel:not(.nc_floater).scale-80.scale-fullWidth{width:125%!important}.scale-90{-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}.nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth{width:111.111111111111%!important}.scale-110{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.nc_socialPanel:not(.nc_floater).scale-110.scale-fullWidth{width:90.90909090909091%!important}.scale-120{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.nc_socialPanel:not(.nc_floater).scale-120.scale-fullWidth{width:83.33333333333333%!important}.scale-130{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.nc_socialPanel:not(.nc_floater).scale-130.scale-fullWidth{width:76.92307692307692%!important}.scale-140{-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}.nc_socialPanel:not(.nc_floater).scale-140.scale-fullWidth{width:71.42857142857143%!important}.nc_floater.scale-center,.nc_floater.scale-right,.scale-fullWidth,.scale-left{-ms-transform-origin:left;-webkit-transform-origin:left;transform-origin:left}.scale-right{-ms-transform-origin:right;-webkit-transform-origin:right;transform-origin:right}.scale-center{-ms-transform-origin:center;-webkit-transform-origin:center;transform-origin:center}div.nc_socialPanel .nc_tweetContainer.swp_emphasize{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.sw-pinit.aligncenter{margin:0 auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){div.sw-pinit{display:inline-block!important;max-width:100%}}.swp_hidden_pin_image{height:0;opacity:0;position:absolute;top:0;width:0}.fl-module-content .uabb-blog-posts .uabb-post-thumbnail .sw-pinit.lazyloaded{display:block!important}
/*

.applications-template-default .pr0  #affix-wrapper .product-affix > div:first-child {
    width: 25%;
    padding: 0;
}
.applications-template-default .pr0  #affix-wrapper .product-affix > div:last-child {
    width: 70%;
}




@media all and (max-width: 960px) {

    .applications-template-default .pr0  #affix-wrapper .product-affix > div:first-child {
        width: 100%;
    }
    .applications-template-default .pr0  #affix-wrapper .product-affix > div:last-child {
        width: 100%;
    }



    .applications-template-default .pr0 .product-affix {
        display: flex;
        flex-direction: column;
    }

    .applications-template-default .pr0 .product-affix .col-md-8 {
        order: 1;
    }

    .applications-template-default .pr0 .product-affix .col-md-3 {
        order: 2;
    }

    .applications-template-default .pr0 .product-affix > .col-md-3 .product-buttons {
        display: flex;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
    }

    .applications-template-default .pr0 .product-affix > .col-md-3 .product-buttons a {
        width: 49%;
    }


    .applications-template-default #content {
        width: 100%;
    }

    .applications-template-default  .search_flap input {
        height: 33px !important;
    }

    .applications-template-default #sidebar {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .applications-template-default .pr0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 0;
    }


    .applications-template-default .pr0 .product-affix {
        max-width: 100% !important;
    }

    .applications-template-default .pr0 #affix-wrapper {
        width: 100%;
    }

    .applications-template-default .product-affix.affix {
        width: 100%;
    }

    .applications-template-default .product-table {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
    }

    .applications-template-default .product-table  > table{
        width: 49%;
    }

}



@media all and (max-width: 600px) {

    .applications-template-default #menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .applications-template-default #menu .search {
        width: 100%;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .applications-template-default .pr0 .product-table table {
        margin-bottom: 15px !important;
    }

    .applications-template-default  .product-affix.affix {
        position: fixed;
    }

    .applications-template-default .sumome-share-client-wrapper {
        display: none;
    }

    .applications-template-default .pr0 .affix .product-table {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: 300ms;
        transition: 300ms;
        display: none;
    }
}

@media all and (max-width: 414px) {

    .applications-template-default .pr0 .product-table > table{
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

}




.applications-template-default * {
    box-sizing: border-box;
}

.applications-template-default  .search_flap input {
    height: 33px !important;
}


.applications-template-default .pr0  #affix-wrapper .product-affix {
    width: 733px;
    display: flex;
    justify-content: space-between;
}

.applications-template-default #menu {
    display: flex;
    align-items: center;
}

.applications-template-default #menu .search {
    display: flex;
}

.applications-template-default #menu .menu {
    margin-left: auto;
}

.applications-template-default #menu .menu ul {
    margin: 0;
}

.applications-template-default #menu .search_flap {
    margin-top: 0;
}

@media all and (max-width: 1335px) {
    .applications-template-default #menu .menu ul li {
        margin: 0 15px;
    }
}

@media all and (max-width: 1210px) {
    .applications-template-default #menu .menu ul li {
        margin: 0 10px;
    }
    .applications-template-default #menu .search_flap input[type=text] {
        width: 350px !important;
    }
}

@media all and (max-width: 1170px) {
    .applications-template-default #menu .menu ul li {
        margin: 0 5px;
    }

    .applications-template-default #menu .menu {
        display: flex !important;
    }
    .applications-template-default #menu .search_flap input[type=text] {
        width: 300px !important;
    }
}

@media all and (max-width: 1050px) {
    .applications-template-default #menu .search_flap input[type=text] {
        width: 200px !important;
    }
}


@media all and (max-width: 920px) {
    .applications-template-default #menu .menu {
        display: none !important;
    }
}
*/
@font-face{font-family:"helvetica-neue-bold";src:url(//financesonline.com/media/themes/apps/css/../fonts/helvetica-neue-bold.eot);src:url(//financesonline.com/media/themes/apps/css/../fonts/helvetica-neue-bold.eot?#iefix) format('embedded-opentype'),url(//financesonline.com/media/themes/apps/css/../fonts/helvetica-neue-bold.woff) format('woff'),url(//financesonline.com/media/themes/apps/css/../fonts/helvetica-neue-bold.ttf) format('truetype'),font-weight:normal;font-style:normal}section#start_popup{width:auto;height:auto;text-align:center;color:#000;margin:0 auto;font-size:30px;line-height:48px;padding:2% 0 6%}section#start_popup>a,section#start_popup>a:hover{display:block;background:#3d85c6;color:#fff;text-decoration:none;height:auto;width:90%;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:2%;font-weight:700;margin-top:4%}section#start_popup>a:hover{background:#005691}section#start_popup>p{padding:0 8%}section#start_popup>p.pad{padding:0 9% !important}@media screen and (max-width:912px){section#start_popup{width:98%}section#start_popup img{height:auto;max-width:100%}}@media screen and (max-width:768px){section#start_popup{font-size:36px;height:auto;padding-bottom:10%}section#start_popup p{padding:0 10%}section#start_popup a,section#start_popup a:hover{padding:0;width:auto;height:auto;padding:2%}}@media screen and (max-width:667px){section#start_popup{font-size:40px}}@media screen and (max-width:414px){section#start_popup{font-size:22px;line-height:30px}}@media screen and (max-width:375px){section#start_popup{font-size:20px}}
#review ul.info-list,ol.ordered-list,#review{text-transform:none}ol.ordered-list{padding:0 10px 0 18px}ol.ol-full-width,ol.ordered-list{counter-reset:li;list-style:none;*list-style:decimal;font:15px 'trebuchet MS','lucida sans';padding:0}ul.info-list,ol.ordered-list{list-style:none;padding:0 20px;margin-left:0;text-transform:uppercase}ul.info-list li a,ol.ordered-list li a{font-size:14px;color:#000;line-height:25px}@media all and (max-width:768px){.single-applications .row #collapseOne ul.reviews-tabs{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-applications .row #collapseOne ul.reviews-tabs li{display:block}.single-applications .new_system_comments{width:100%;margin-right:auto;margin-left:auto}.single-applications .most-least{margin-right:auto;margin-left:auto;width:100%;display:block}}.single-applications .product-table i.social-icons,.single-applications .price-table-small i.social-icons{right:2px;top:2px}.single-applications .product-box .product-description ul{padding-left:20px}@media all and (max-width:786px){.single-applications .product-affix.affix{max-width:100%}}@media all and (max-width:480px){.product-affix.affix .product-table{display:none}}@media all and (max-width:400px){.single-applications .product-affix.affix{width:100% !important}}@media all and (max-width:600px){.product-affix.affix .social-pop{display:none !important}.product-affix.affix h2.product-name-extended{margin:0 !important}.affix .product-table{opacity:0;-ms-filter:"alpha(opacity=0)";-webkit-transition:300ms;transition:300ms;display:none !important}}.product-affix.affix{left:auto !important}@media all and (max-width:960px){#affix-wrapper .product-affix>div:first-child{width:100%}#affix-wrapper .product-affix>div:last-child{width:100%}.product-affix{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.product-affix .col-md-8{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.product-affix .col-md-4{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.product-affix>.col-md-4 .product-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:0;padding-left:0}.product-affix>.col-md-4 .product-buttons a{width:49%}.post-template-default #content{width:100%}.post-template-default .search_flap input{height:33px !important}.post-template-default #sidebar{padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.post-template-default .pr0{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-right:0}.post-template-default .pr0 #affix-wrapper{width:100%}.container{-webkit-box-sizing:border-box;box-sizing:border-box}.product-affix.affix{width:100%}.product-affix .product-table{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:15px;padding-left:15px}.product-affix .product-table>table{width:49%}}.single-applications #affix-wrapper .affix .price-table-small{display:none !important}.single-applications #affix-wrapper .affix .user_review_tab_link{display:none !important}.single-applications #affix-wrapper .affix .col-md-8>.row>div:first-child{display:none !important}.single-applications #affix-wrapper .affix .col-md-6.product-table{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications .col-lg-8,.single-binary .col-lg-8{background:#fff;border:1px solid #bcbcbc}.single-applications #affix-wrapper{padding-top:8px}.single-applications #affix-wrapper .col-md-4 .price-table-small{border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.single-applications #affix-wrapper .col-md-4 .price-table-small .price-table-heading{background:#e2e2e3;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-applications #affix-wrapper .col-md-4 .price-table-small .price{width:100%;color:#005894;font-size:22px}.single-applications #affix-wrapper .col-md-4 .price-table-small .price-table-heading p{font-size:22px;color:#555}.single-applications #affix-wrapper .col-md-4 .price-table-small .price-table-heading:after{content:'';display:block;position:absolute;top:50%;left:100%;margin-top:-20px;width:0;height:0;border-color:transparent transparent transparent #e2e2e3;border-style:solid;border-width:20px;z-index:100}.single-applications #affix-wrapper .col-md-4 .product-buttons a{border-radius:5px;font-size:18px;font-weight:400}.single-applications #affix-wrapper .col-md-8{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:#fff}.single-applications #affix-wrapper .col-md-8:after{display:none}.single-applications #affix-wrapper .col-md-8:before{display:none}.single-applications #affix-wrapper .col-md-8 h2.product-name-extended{font-size:20px;color:#565656;border-bottom:1px solid #bfbfbf;padding-bottom:10px;margin-bottom:0 !important}.single-applications #affix-wrapper .col-md-8 h1.product-name{font-size:26px;color:#005894;font-weight:bold}.single-applications #affix-wrapper .col-md-8>.row{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%}.single-applications #affix-wrapper .col-md-8>.row>div:first-child{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.single-applications #affix-wrapper .col-md-8>.row>div:first-child .social-pop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-applications #affix-wrapper .col-md-8>.row>div:first-child .shares{margin-top:auto;margin-bottom:auto}.single-applications #affix-wrapper .col-md-8>.row>div:first-child tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications #affix-wrapper .col-md-8>.row>div:first-child tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3px}.single-applications #affix-wrapper .col-md-8>.row>div:first-child tbody tr:first-child{margin-top:10px}.single-applications #affix-wrapper .col-md-8>.row .social-pop{border-radius:5px}.single-applications #affix-wrapper .col-md-8>.row .social-pop div:first-child{font-size:16px;color:#555;font-weight:100;background:#e2e2e3;text-align:center}.single-applications #affix-wrapper .col-md-8>.row .social-pop .shares table tr td:nth-of-type(2){font-size:14px;color:#555;font-weight:normal}.single-applications #affix-wrapper .col-md-8>.row .product-table .reviews-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-applications #affix-wrapper .col-md-8>.row .product-table .reviews-top span{font-size:25px;margin-left:2px;margin-right:2px}.single-applications #affix-wrapper .col-md-8>.row .product-table .reviews-top .review-count{font-size:14px;padding-top:5px;font-weight:400}.single-applications #affix-wrapper .col-md-8>.row .product-table>table{border-radius:5px;border:1px solid #bcbcbc;margin-bottom:4px}.single-applications #affix-wrapper .col-md-8>.row .product-table>table tr{display:-webkit-box;display:-ms-flexbox;display:flex;height:37px}.single-applications #affix-wrapper .col-md-8>.row .product-table>table td:first-of-type{background:#005691;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:relative}.single-applications #affix-wrapper .col-md-8>.row .product-table>table td:first-of-type:after{content:'';display:block;position:absolute;top:50%;left:100%;margin-top:-25px;margin-left:-1px;width:0;height:0;border-color:transparent transparent transparent #005691;border-style:solid;border-width:25px 25px 25px 10px;z-index:100}.single-applications #affix-wrapper .col-md-8>.row .product-table>table td:nth-of-type(2){color:#005691}.single-applications .panel-collapse .reviews-tabs,.single-binary .panel-collapse .reviews-tabs{border-bottom:1px solid #a7a7a7;padding-top:5px}.single-applications .panel-collapse .reviews-tabs li a,.single-binary .panel-collapse .reviews-tabs li a{color:#555;text-transform:uppercase;background:#d8d8d8;border:0;font-size:13px;-webkit-transition:300ms;transition:300ms}.single-applications .panel-collapse .reviews-tabs li.active a,.single-binary .panel-collapse .reviews-tabs li.active a{background:#2f96db;background:-webkit-gradient(linear,left top,left bottom,from(rgba(47,150,219,1)),color-stop(44%,rgba(47,148,217,1)),to(rgba(30,106,158,1)));background:linear-gradient(to bottom,rgba(47,150,219,1) 0,rgba(47,148,217,1) 44%,rgba(30,106,158,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f96db',endColorstr='#1e6a9e',GradientType=0);color:#fff}.single-applications .panel-collapse .reviews-tabs li a:hover{background:#2f96db;background:-webkit-gradient(linear,left top,left bottom,from(rgba(47,150,219,1)),color-stop(44%,rgba(47,148,217,1)),to(rgba(30,106,158,1)));background:linear-gradient(to bottom,rgba(47,150,219,1) 0,rgba(47,148,217,1) 44%,rgba(30,106,158,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f96db',endColorstr='#1e6a9e',GradientType=0);color:#fff}.single-applications .panel-collapse .reviews-tabs li a{padding:5px}.single-applications #review .ordered-list li:before{background:#2171a7}.single-applications #review .product-box{margin-left:-15px;margin-right:-15px;border:0;border-radius:0;margin-bottom:0}.single-applications .product-description{padding-top:15px;padding-left:20px;padding-right:20px;padding-bottom:15px;text-align:justify}.single-applications #review .product-box .product-description{padding-top:15px;padding-left:20px;padding-right:20px;padding-bottom:15px;text-align:justify}.single-applications #review .product-box .product-description .tick-list{text-align:left}.single-applications #review .product-box .product-description p br{display:none}.position_in_our_cats .product-description .top-product p{text-align:left}.single-applications .aside-box{border-radius:0;border:1px solid #bcbcbc}.single-applications .widget_adtext .list-unstyled{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .widget_adtext .list-unstyled .clearfix{display:none}.single-applications .widget_adtext .list-unstyled li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.single-applications .widget_adtext .btn-success{border:1px solid #007b00;font-size:1.4em;font-weight:600;height:36px;padding:8px 20px;text-transform:uppercase;line-height:16px}.single-applications .widget_adtext .list-unstyled li>div:nth-child(2){margin-left:0 !important}.single-applications .widget_adtext .list-unstyled li>.col-lg-5{padding-right:0;width:40%;margin-left:auto;text-align:left}.single-applications .widget_adtext .list-unstyled li strong{font-size:16px;padding-right:5px;text-align:right;margin-left:auto;display:block}.single-applications .widget_adtext .list-unstyled li:first-child .list-number{background:#5cb85c;font-weight:bold}.single-applications .widget_adtext .list-unstyled li .list-number{background:#9c9c9c;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25px;border-radius:50%;width:25px;font-size:18px;color:#fff;min-width:10px;padding-left:12.5px;padding-right:12.5px}.single-applications #fo_grouped_widget-3 .widget_adtext{border-radius:0;border:1px solid #bcbcbc;background:#fff}.single-applications #fo_grouped_widget-3 .grouped_widgets{background:#fff}.single-applications #fo_grouped_widget-3 .widget_adtext .bg-grey h3{font-weight:100}body.single-applications{background-image:url(//financesonline.com/media/themes/apps/css/../images/background-polly.png);background-repeat:no-repeat;background-size:100%}body.single-applications .product-affix .shares .social-icons-icon-linkedin{background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-in.png) !important;background-repeat:no-repeat;background-position:0 0;background-size:cover;width:20px;height:20px}body.single-applications .product-affix .shares .social-icons-icon-twitter{background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-tw.png) !important;background-repeat:no-repeat;background-position:0 0;background-size:cover;width:20px;height:20px}body.single-applications .product-affix .shares .social-icons-icon-fb{background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-fb.png) !important;background-repeat:no-repeat;background-position:0 0;background-size:cover;width:20px;height:20px}body.single-applications .product-affix .yellow-star{text-shadow:none}.tab-content .product-box-heading .bar_icons{background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-icons.png);background-size:auto}.tab-content .product-box-heading .review-icons-icon-screenshots{background-position:4px -507px}.tab-content .product-box-heading .review-icons-icon-question-bar{background-position:10px -1px}.tab-content .product-box-heading .review-icons-icon-lightbulb-bar{background-position:5px -37px}.tab-content .product-box-heading .review-icons-icon-key-bar{background-position:7px -76px}.tab-content .product-box-heading .review-icons-icon-award-bar{background-position:7px -184px}.tab-content .product-box-heading .review-icons-icon-tick-bar{background-position:7px -251px}.tab-content .product-box-heading .review-icons-icon-video-bar{background-position:7px -318px}.tab-content .product-description b{color:#005691;margin:20px 0}.tab-content ul.tick-list li:before{color:#005691}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#review .user_satisfaction .col-sm-4 .row>div{width:100%}#review .user_satisfaction .col-sm-4 .row>div table{display:block;width:100%;max-width:100%}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#005691}#review .user_satisfaction .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:first-child>div{border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border:0;padding:5px}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:last-child>div{border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:0;padding:5px}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:last-child>div{background:#e3e3e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div>div{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div>div .downarrow{width:50%}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:last-child>div .downarrow h3{background:#e3e3e3;font-size:14px;width:50%;color:#2f2f2f}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:last-child>div p{color:#2f2f2f;margin:0;padding-right:5px}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:first-child>div p{color:#fff;padding-right:5px;margin:0}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div>div .downarrow:after{display:none}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div>div .downarrow h3{background:#005691;font-size:14px;width:50%}.single-applications #question-2 .widget-title-2{font-size:23px;padding:10px 0}.single-applications #comparepopular-4 .bg-grey .widget-title{background:#e2e2e3;border:0}.single-applications .product-box{border-radius:0}.single-applications .product-box-heading{background:#005691;border-radius:0;border-bottom:1px solid #9ba3a8}.single-applications .product-box-heading h2{color:#fff;font-weight:400;border-left:1px solid #9ba3a8;display:inline-block;font-size:19px;line-height:30px;margin:0;padding:4px 20px 3px}@media all and (max-width:960px){.single-applications .product-affix .product-table{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}}div.product-table{padding-left:0;margin-top:-10px}.single-applications .review-icons-icon-reviews-bar{background-position:5px -438px}.single-applications #user-review .product-box .product-description>.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications #user-review .product-box .product-description>.row>div{width:45%}.single-applications #user-review .product-description .row>div:first-child{background:#efefef;border-radius:5px}.single-applications #user-review .product-description .row>div:first-child .review-count-heading hr{display:none}.single-applications #user-review .product-description .row>div:first-child .review-count-heading h4{font-size:18px;color:#0d5496;background:transparent;position:static;width:100%;padding:10px 0}.single-applications #user-review .product-description .row>div:first-child .review-votes{background:transparent}.single-applications #user-review .product-description .row>div:first-child .review-votes .progress-bar{background-color:#005691}.single-applications #user-review .product-description .row>div:first-child .review-votes .progress{background-color:#fff;border-radius:15px;height:12px}.single-applications #user-review .product-description .row>div:first-child .review-votes .glyphicon-star{text-shadow:none}.single-applications #user-review .product-description .row>div:last-child .review-count-heading hr{display:none}.single-applications #user-review .product-description .row>div:last-child .review-count-heading h4{position:static;background:transparent;font-size:24px;width:100%;color:#0d5496;text-transform:uppercase}.single-applications #user-review .product-description .row>div:last-child .average-rating span{text-shadow:none}.single-applications #user-review .product-description .row>div:last-child .average-rating>div{border-bottom:1px solid #bfbfbf;padding-bottom:10px;padding-top:5px}.single-applications #user-review .product-description .row>div:last-child .average-rating>p{font-size:16px;color:#000;width:100%;padding-top:10px;margin-bottom:0;margin:7px 0}.single-applications #affix-wrapper .col-md-4 .product-buttons a.btn-yellow{background:#ffdf62;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,223,98,1)),to(rgba(252,201,1,1)));background:linear-gradient(to bottom,rgba(255,223,98,1) 0,rgba(252,201,1,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf62',endColorstr='#fcc901',GradientType=0);color:#000}.single-applications #user-review .product-description .row>div:last-child .average-rating .btn-navy{border-radius:8px;background:#ffdf62;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,223,98,1)),to(rgba(252,201,1,1)));background:linear-gradient(to bottom,rgba(255,223,98,1) 0,rgba(252,201,1,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf62',endColorstr='#fcc901',GradientType=0);color:#000;text-transform:uppercase;margin-top:auto;display:inline-block;width:75%}.single-applications #user-review .product-description .row>div:last-child .average-rating .btn-navy:hover{background:#ffdf62}.single-applications #user-review .product-description .row>div:last-child .average-rating .btn-navy>span{background:transparent;color:#000}.single-applications #user-review,.single-applications #reliability,.single-applications #bonus{margin-left:-15px;margin-right:-15px}.single-applications #user-review .product-box{border:0}.single-applications #user-review .most-least>div:first-child{padding-right:0}.single-applications #user-review .most-least>div:last-child{padding-left:0}.single-applications #user-review .most-least>div .product-box .product-description div{background:transparent}.single-applications #user-review .most-least>div .product-box .product-description .col-sm-4{background:transparent}.single-applications #user-review .most-least>div .product-box .product-description .col-sm-4 span{text-shadow:none}.single-applications #user-review .most-least>div .product-box .product-description .col-sm-4 img{border-radius:50%;width:90px}ol.ordered-list li:before{width:20px;display:inline-block;padding:0;font-size:13px;content:counter(li);counter-increment:li;background:#29abe2;line-height:20px;color:#fff;text-align:center;font-weight:bold;border-radius:50%;margin-right:10px;margin-left:-30px;text-align:center}.single-applications .panel-body .review-app-image{text-align:right !important}.single-applications .panel-body #financesonline_seal{margin:25px 0}.review-app-domain{text-align:center;font-weight:bold}.review-app-image img{width:auto}.single-applications .widget_searchfilter{border:1px solid #bcbcbc}.single-applications .widget_searchfilter .search-heading .input-group input{border:1px solid #bcbcbc}.single-applications .widget_searchfilter .search-heading .input-group .input-group-btn button{background:#185a87;border:0 none;height:26px;font-size:18px}.single-applications .widget_searchfilter .search-options{background-color:#fff}.single-applications .widget_searchfilter .search-options>p{color:#185a87}.single-applications .widget_searchfilter .search-options label{color:#000;font-weight:700}.single-applications .widget_searchfilter .search-options select{background:#f3f3f3;border:1px solid #bcbcbc;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}.single-applications .widget_searchfilter .search-options .btn.btn-default{text-align:center;margin-left:auto;margin-right:auto;float:none;display:block;background:#2270a5;background:-webkit-gradient(linear,left top,left bottom,from(rgba(34,112,165,1)),to(rgba(21,84,127,1)));background:linear-gradient(to bottom,rgba(34,112,165,1) 0,rgba(21,84,127,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2270a5',endColorstr='#15547f',GradientType=0)}.single-applications .widget_searchfilter .search-options .btn.btn-default i{display:none}.single-applications .widget_topten{border:1px solid #bcbcbc}.single-applications .widget_topten .bg-grey{background:#e2e2e3;border:0}.single-applications .widget_topten .bg-grey h3{text-transform:uppercase;color:#555;font-size:18px}.single-applications .widget_topten .top-product{border:0;border-bottom:1px solid #bcbcbc;margin-left:0;margin-right:0}.single-applications .widget_topten .top-product:last-child{border-bottom:0}.single-applications .widget_topten .top-product .col-md-9{padding-left:2px}.single-applications .widget_topten .top-product.clearfix h3{color:#000;font-weight:700;text-align:left}.single-applications .widget_topten .top-product div{border-left:0}.single-applications .aside-box.widget_questionanswers,.single-applications .aside-box.widget_guidesresources{display:none}.single-applications .aside-box.widget_question .widget-title-2{font-size:18px !important}.single-applications .position_in_our_cats .top_subcategories.hide-xs{display:none}.single-applications .position_in_our_cats .top_subcategories.show-xs tr:first-child{border-bottom:1px solid #bfbfbf}.single-applications .position_in_our_cats .top_subcategories.show-xs th{font-size:16px;text-transform:uppercase;color:#555}.single-applications .position_in_our_cats .top_subcategories.show-xs td{font-size:14px;padding-top:10px}.single-applications .position_in_our_cats .product-description>div>p b{margin-top:0;font-weight:700;color:#000}.single-applications .position_in_our_cats .product-description .top-product p{font-size:14px;padding-left:12px}.single-applications .position_in_our_cats .product-description .top-product p a{margin-right:5px}.single-applications .video .product-description{padding:0 !important}.support-box ul{list-style:none;padding-left:0;display:table;width:100%;text-align:center;margin-bottom:0}.support-box ul li{display:table-cell}.support-box ul li a{color:#464d4f;font-size:20px}.single-applications .support-box ul{padding-left:0 !important;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.single-applications .support-box .review_icons{float:left;background-position:0 0;width:50px;height:50px;background-size:100%;top:0}.single-applications .support-box .review_title{float:left;line-height:50px;margin-left:10px !important}.single-applications .support-box .review-icons-icon-tickets,.single-applications .support-box .review-icons-icon-email,.single-applications .support-box .review-icons-icon-phone,.single-applications .support-box .review-icons-icon-support,.single-applications .support-box .review-icons-icon-training{background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-ico.png);background-size:auto 100%}.single-applications .support-box .review-icons-icon-tickets{background-position:-206px 0}.single-applications .support-box .review-icons-icon-email{background-position:-1px 0}.single-applications .support-box .review-icons-icon-phone{background-position:-52px 0}.single-applications .support-box .review-icons-icon-support{background-position:-103px 0}.single-applications .support-box .review-icons-icon-training{background-position:-155px 0}.single-applications .top10.trending-reviews .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications #pricing,.single-applications #integrations{margin-left:-15px;margin-right:-15px;border:0}.single-applications #pricing .product-box,.single-applications #integrations .product-box{border:0}.product-box .product-thumb-div,.product-box h3{display:inline-block}.no-left-padding{padding-left:0}@media all and (max-width:1200px){.affix,.product-affix.affix{width:733px}}.single-applications #top_user_reviews .row .col-sm-2.col-xs-3 img{border-radius:50%}.single-applications #top_user_reviews .row .col-sm-2.col-xs-3 span{text-shadow:none;margin-top:0}.single-applications #top_user_reviews .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 hr{display:none}.single-applications #top_user_reviews .row:nth-child(even) .col-sm-2.col-xs-3{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto}.single-applications #top_user_reviews .row:nth-child(even) .col-sm-10.col-xs-9{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:auto;margin-left:0;position:relative}.single-applications #top_user_reviews .row:nth-child(even) .col-sm-10.col-xs-9:after{content:'';width:0;height:0;border-style:solid;border-width:0 35px 15px 0;border-color:transparent #f0f0f0 transparent transparent;position:absolute;left:100%;margin-left:-8px;-webkit-transform:rotate(150deg);transform:rotate(150deg);top:60%}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9:after{content:'';width:0;height:0;border-style:solid;border-width:0 35px 15px 0;border-color:transparent #f0f0f0 transparent transparent;position:absolute;-webkit-transform:rotate(14deg);transform:rotate(14deg);left:0;margin-left:-30px;top:60%}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9{background:#f0f0f0;margin-bottom:20px;margin-top:20px;border-radius:5px;width:78%;margin-left:auto}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container h1{font-size:21px;color:#005691;margin-top:10px}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .full_rev_title .verifed_user_badge{display:none}.single-applications #review.tab-pane .col-sm-7{padding-right:0}.single-applications #review.tab-pane .col-sm-7 .financesonline_seal_icon{padding-right:0;padding-left:0}.single-applications #review.tab-pane .col-sm-7 .review-app-domain{margin-left:35px}.single-applications .product-box ul li a{color:#000}.single-applications .product-box b{margin-top:0}.single-applications #affix-wrapper .product-affix .col-md-4{padding-right:5px !important;background:#fff}.single-applications #affix-wrapper .col-md-8>.row>div:first-child{padding-right:16px;padding-top:12px}.single-applications #affix-wrapper .col-md-8>.row .social-pop{width:100%}.single-applications #review .product-box.features .row{margin-left:0}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div>div .downarrow{position:relative}.single-applications #review .product-box.technical strong{padding:0}.single-applications #review .product-box.technical ul{padding-left:30px}.single-applications .support-box .review_icons{margin-right:0}.single-applications .support-box li{font-weight:bold;color:#005691}.single-applications .support-box li span{margin-left:auto !important;margin-right:auto !important}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container{padding-left:0}.single-applications #user-review .product-box .product-description .row>.col-sm-6:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications #user-review .product-box .product-description .row>.col-sm-6:last-child .average-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications #user-review .product-box .product-description .row>.col-sm-6:last-child br{display:none}.single-applications #user-review .product-box{margin-bottom:0}.score-box{position:relative}.score-box:after{content:'';display:block;position:absolute;top:25px;left:100%;margin-top:-25px;margin-left:-1px;width:0;height:0;border-color:transparent transparent transparent #005691;border-style:solid;border-width:35px 25px 30px 10px;z-index:100}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row>div:last-child>div:after{border-color:transparent transparent transparent #e3e3e3}.score_table td{padding:0 10px}.score_table{font-weight:bold;border-collapse:separate;color:#1a1a1a;border-radius:5px;margin-bottom:10px;border:1px solid #bcbcbc}.score_table tr{display:-webkit-box;display:-ms-flexbox;display:flex}.score_table td:first-of-type{background:#005691;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:relative}.score_table td:first-of-type:after{content:'';display:block;position:absolute;top:24px;left:100%;margin-top:-25px;margin-left:-1px;width:0;height:0;border-color:transparent transparent transparent #005691;border-style:solid;border-width:31px 25px 31px 10px;z-index:100}.score_table td:nth-of-type(2){font-size:30px;line-height:2;text-align:center;color:#005691}.negative-box td:first-of-type{background:#e3e3e3;color:#000}.negative-box td:first-of-type:after{border-color:transparent transparent transparent #e3e3e3}.single-applications .most-least .product-box .product-description>.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications .most-least .product-box .product-description>.row .col-sm-4{width:32% !important}.single-applications .most-least .product-box .product-description>.row .col-sm-8{width:65% !important}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .more{background:#f0f0f0 !important;padding:10px;border-radius:5px;position:relative;word-wrap:break-word;margin-bottom:40px;text-align:left}.single-applications .most-least .col-sm-6:last-child{border-left:1px solid #bcbcbc}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .more b{margin-bottom:6px;text-transform:uppercase}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .more:after{content:'';width:0;height:0;border-style:solid;border-width:0 35px 15px 0;border-color:transparent #f0f0f0 transparent transparent;position:absolute;-webkit-transform:rotate(14deg);transform:rotate(14deg);left:0;margin-left:-30px;top:60%}.single-applications .most-least .product-box .product-description>.row .col-sm-8 hr{display:none}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .review-content{padding-bottom:5px}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .morelink{display:block;position:absolute;top:115%;left:0;text-align:right;width:100%;color:#005691}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .morelink.less{top:100%}.single-applications .most-least .product-box .product-description>.row .col-sm-8 .pull-right{float:none !important}.single-applications #user-review>div>.row{background:#005691;margin-left:0;margin-right:0}.single-applications #user-review>div>.row .col-sm-5{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0;float:none}.single-applications #user-review>div>.row .col-sm-5 .form-horizontal{margin-left:auto;width:100%}.single-applications #user-review>div>.row .col-sm-5 .form-horizontal .form-group{margin:0}.single-applications #user-review>div>.row .col-sm-5 .form-horizontal .form-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:10px 0;padding-right:20px}.single-applications #user-review>div>.row .col-sm-5 .form-horizontal label.col-sm-6{margin:0;color:#fff}.single-applications #user-review>div>.row .col-sm-5 .form-horizontal select{border-radius:3px}.single-applications #user-review .pagination{width:100%;text-align:center;margin-bottom:10px}.single-applications #user-review .product-box .review-text{background:#f0f0f0 !important;padding:12px 17px;border-radius:5px;position:relative;word-wrap:break-word;width:100%;margin-right:17px}.single-applications #user-review .product-box .review-title{font-size:20px}.single-applications #user-review .product-box .col-sm-2 img{border-radius:50%}.single-applications #user-review .product-box .col-sm-2 span{text-shadow:none}.single-applications #user-review .product-box .review-text:after{content:'';width:0;height:0;border-style:solid;border-width:0 35px 15px 0;border-color:transparent #f0f0f0 transparent transparent;position:absolute;-webkit-transform:rotate(14deg);transform:rotate(14deg);left:0;margin-left:-30px;top:40px}.single-applications #user-review .product-box>.row:before,.single-applications #user-review .product-box>.row:after{display:none}.single-applications #user-review .product-box>.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications #user-review .product-box hr{display:none}#screenshots .well{margin-top:0;margin-bottom:0}#screenshots .carousel-control.left,#screenshots .carousel-control.right{margin-top:-24px}.single-applications #user-review .list-reviews-new .review-author p{color:#005691;font-size:14px}.single-applications #user-review .review-content .review-avatar-container img{width:100%}.single-applications .list-reviews-new>.row{border-bottom:1px solid #bcbcbc;margin:0}.single-applications .list-reviews-new>.row:last-child{border-bottom:0}.single-applications .product-box-subheading .glyphicon{color:#fff;top:6px}.single-applications #top_user_reviews .list-reviews-new .col-sm-2{width:20%}.single-applications #top_user_reviews .list-reviews-new .col-sm-2 .text_12{display:none}.single-applications #top_user_reviews .list-reviews-new .review-content>.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:0;margin-right:0}.single-applications #top_user_reviews .list-reviews-new>.row{border:0}.single-applications #top_user_reviews .product-description>.row>.col-lg-12{padding:0}.single-applications #top_user_reviews .review-badges{display:none}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container h1{font-size:16px;font-weight:normal}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container h1:after{content:'';display:inline-block;width:20px;height:20px;background-image:url(//financesonline.com/media/themes/apps/css/../images/quotation.png);background-size:100%;background-repeat:no-repeat;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:10px}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container h1:before{content:'';display:inline-block;width:20px;height:20px;background-image:url(//financesonline.com/media/themes/apps/css/../images/quotation.png);background-size:100%;background-repeat:no-repeat;margin-right:10px}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .read-more{display:none}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-date{margin:10px 0}.single-applications #user-review .product-box .review-text .content-comment{position:relative}.single-applications #user-review .product-box .review-text .content-comment:before{content:'';display:inline-block;width:17px;height:17px;background-image:url(//financesonline.com/media/themes/apps/css/../images/quotation.png);background-size:100%;background-repeat:no-repeat;margin-right:10px;position:absolute;left:-22px}.single-applications #user-review .product-box .review-text .content-comment:after{content:'';display:inline-block;width:17px;height:17px;background-image:url(//financesonline.com/media/themes/apps/css/../images/quotation.png);background-size:100%;background-repeat:no-repeat;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:10px;position:absolute;right:0}.single-applications #user-review .product-box .review-what-do-you-think{padding-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.single-applications #user-review .product-box .review-what-do-you-think span{font-size:12px;color:#005691;margin-left:8px}.single-applications #user-review .product-box .review-what-do-you-think span.pointer{text-transform:uppercase;color:#434343}.single-applications #user-review .review-content img.review-icon{height:auto;max-width:25px}.single-applications .list-reviews-new .product-box .col-sm-2{width:16%;padding-top:6px}.single-applications .list-reviews-new .product-box .review-middle{width:82%}.single-applications .list-reviews-new .product-box .review-middle .review-buttons{padding-top:5px}.single-applications .list-reviews-new .product-box .review-middle br{display:none}.single-applications .list-reviews-new .product-box .review-middle .read-more{margin-top:8px;margin-bottom:3px;text-align:center !important}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12{padding:10px 0;padding-top:0}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .pro_review_badge{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;float:none !important;text-align:left}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .pro_review_badge br{display:none}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .pro_review_badge span{width:100%;padding-left:1px;line-height:12px;font-weight:bold}.product-affix.affix{width:731px}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .pro_review_badge button{background-image:url(//financesonline.com/media/themes/apps/css/../images/pro-review.png) !important;background-repeat:no-repeat;background-size:cover !important;color:transparent;height:30px;width:25px;font-size:12px}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .review-badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .verifed_user_badge span{line-height:12px;font-weight:bold}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .verifed_user_badge button{background-image:url(//financesonline.com/media/themes/apps/css/../images/veryfie.png);background-repeat:no-repeat;background-size:contain;background-color:transparent;border:0;font-size:12px;height:30px;width:30px}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .verifed_user_badge{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;font-size:12px}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .verifed_user_badge span{padding-left:4px;line-height:12px}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .verifed_user_badge button i{display:none}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .review-date{padding:0;padding-top:5px;margin-bottom:5px}.single-applications .list-reviews-new .product-box .review-text .full_rev_title.col-xs-12{display:none}.single-applications .list-reviews-new .product-box .review-text .full_rev_title .review-title{color:#005691;font-size:18px}.single-applications .list-reviews-new .product-box .review-text .full_rev_title .review-title:after,.user-review-theme1 .review-title:after{content:'';display:inline-block;width:15px;height:15px;background-image:url(//financesonline.com/media/themes/apps/css/../images/quotation.png);background-size:100%;background-repeat:no-repeat;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:10px}.single-applications .list-reviews-new .product-box .review-text .full_rev_title .review-title:before,.user-review-theme1 .review-title:before{content:'';display:inline-block;width:15px;height:15px;background-image:url(//financesonline.com/media/themes/apps/css/../images/quotation.png);background-size:100%;background-repeat:no-repeat;margin-right:10px}.single-applications .list-reviews-new .product-box .review-text .full_rev_title{padding:0}.single-applications .most-least .product-box-heading{display:-webkit-box;display:-ms-flexbox;display:flex}.single-applications .most-least .product-box-heading h2{font-size:18px}.single-applications #question-2 .btn.btn-default{text-align:center;margin-left:auto;color:rgba(21,84,127,1);border:0;width:100%;margin-right:auto;float:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#d8d8d8 none repeat scroll 0 0}.single-applications #question-2 .btn.btn-default.no{background:#d8d8d8}.single-applications #review .trending-software-reviews .product-description .top-product.head .col-xs-2 span{text-align:center;padding-left:0}.single-applications #review .trending-software-reviews .product-description .top-product.head span{white-space:pre-wrap !important}.single-applications .social-icons-icon-thumb-up{background-position:center;background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-yes.png);background-size:100%;width:18px;height:18px;margin-right:5px}.single-applications .social-icons-icon-thumb-down{background-position:center;background-image:url(//financesonline.com/media/themes/apps/css/../images/new-rewiew-no.png);background-size:100%;width:18px;height:18px;margin-right:5px}.single-applications .list-reviews-new .product-box .col-sm-2 .report_your_concern,#single-applications .list-reviews-new .product-box .col-sm-2 .report_your_concern{width:100%;display:block;font-size:10px;cursor:pointer}.single-applications .list-reviews-new .product-box .col-sm-2 .text_12{width:100%;font-size:12px;text-align:center}.single-applications #report_your_concern_modal .modal-dialog{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-applications #report_your_concern_modal .modal-dialog .modal-close{border:0;background:transparent;margin-left:auto}.single-applications #report_your_concern_modal .modal-body{padding-left:30px;padding-right:30px;padding-top:20px;padding-bottom:20px}.single-applications #report_your_concern_modal .modal-dialog .col-lg-12>.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications #report_your_concern_modal #report_your_concern_form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-applications #report_your_concern_modal .modal-dialog .col-lg-12>.row div{width:100%}.single-applications #report_your_concern_modal #report_your_concern_form input{width:100%}.single-applications #report_your_concern_modal #report_your_concern_form .btn-navy{margin-left:auto;margin-right:auto}.single-applications .affix h1.product-name-extended{margin-top:auto}.single-applications #affix-wrapper .affix .col-md-8>.row{margin-top:0;height:auto;padding-top:0;margin-left:0}.single-applications .breadcrumb{margin-bottom:0}.single-applications .breadcrumb a{font-size:12px}.single-applications .main.container.container-small{margin-top:10px}.single-applications .main.container.container-small>br{display:none}.single-applications aside.col-lg-4.pl40{-webkit-transition:300ms;transition:300ms}@media(max-width:1200px){.single-applications .main.container.container-small{max-width:1140px;width:100%;padding-left:70px !important;padding-right:70px !important;-webkit-box-sizing:border-box;box-sizing:border-box}.single-applications .main.container.container-small .container .row{margin-left:0;margin-right:0}.single-applications .main.container.container-small .container{width:100%;padding:0;max-width:100%}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .verifed_user_badge{float:none !important;width:100%}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .pro_review_badge{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12 .clearfix{display:none}.affix,.product-affix.affix{max-width:100%;width:100%;left:0 !important;background:transparent;padding-left:56px;padding-right:56px;margin-left:auto;margin-right:auto}.single-applications #top_user_reviews .product-description>.row>.col-lg-12{width:100%}.single-applications #top_user_reviews .list-reviews-new>.row .col-lg-12{width:100%}.single-applications aside.col-lg-4{width:100%;max-width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.single-applications #fo_grouped_widget-3{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:49%;margin-right:auto;margin-bottom:20px}.single-applications #questionaskvendor-2{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:49%}.single-applications #searchfilter-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}.single-applications #topten-8{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications #question-2{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:49%}.single-applications #comparepopular-4{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:49%}.single-applications #questionaskvendor-2 .answer .col-md-12{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-applications #questionaskvendor-2 .widget-title-2{padding:10px 0;border-bottom:0}.single-applications #fo_grouped_widget-3 .widget-title{padding:10px 0}.single-applications #fo_grouped_widget-3 .widget_adtext{margin-bottom:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-applications #fo_grouped_widget-3 .widget_adtext .textwidget{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-applications #fo_grouped_widget-3 .grouped_widgets{height:100%}.single-applications #comparepopular-4 .bg-grey .widget-title{padding:10px 0}.single-applications .widget_topten .bg-grey h3{width:100%}.single-applications .widget_topten .bg-grey{width:100%}.single-applications .widget_topten .top-product{padding:1%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:0;-webkit-transition:300ms;transition:300ms}.single-applications .widget_topten .top-product .col-md-3{width:35%;padding-left:0;padding-right:5px}.single-applications .widget_topten .top-product .col-md-9{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .widget_topten .top-product .col-md-9 h3{font-size:12px}.single-applications .widget_topten .top-product .col-md-9 h3 a{font-size:12px}.single-applications .widget_topten .top-product:hover{background:#e2e2e3}.single-applications #review.tab-pane .col-sm-7 .review-app-domain,.single-applications .panel-body #financesonline_seal{margin-left:calc(100% - 300px)}}@media all and (min-width:769px){.single-applications #affix-wrapper .affix h1.product-name-extended{margin-top:11px}}@media all and (min-width:769px) and (max-width:992px){.product-affix>.col-md-4 .product-buttons{padding-right:10px}.single-applications #affix-wrapper .affix-top .col-md-4 .price-table-small{margin-right:10px}.single-applications #review.tab-pane .col-sm-7 .review-app-domain,.single-applications .panel-body #financesonline_seal{margin-left:calc(100% - 300px)}}@media all and (max-width:992px){.single-applications #affix-wrapper .affix .col-md-6.product-table{padding-left:0}.product-affix>.col-md-4 .product-buttons{padding-right:10px}.single-applications #affix-wrapper .col-md-8 h1.product-name,.single-applications #affix-wrapper .col-md-8 h2.product-name-extended{text-align:center}.single-applications #affix-wrapper .col-md-8>.row>div{width:50%}.product-affix.affix>.col-md-4{width:33.33333%}.product-affix.affix>.col-md-8{width:66.66666%}.product-box .top-product>div>.row{display:-webkit-box;display:-ms-flexbox;display:flex}.product-box .product-thumb-div{float:left}.single-applications #topten-8{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications .widget_topten .top-product{-webkit-box-align:center;-ms-flex-align:center;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.single-applications .widget_topten .top-product h3{line-height:20px;text-align:center}.single-applications .widget_topten .top-product:after{display:none}.single-applications .widget_topten .top-product:before{display:none}}@media all and (max-width:960px){.single-applications .sumome-share-client-wrapper-left-page.sumome-share-client-medium{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.single-applications .main.container.container-small{width:100%;max-width:1140px;padding-left:15px !important;padding-right:15px !important}.single-applications .main.container>.row{margin-left:0;margin-right:0}.product-affix.affix{padding-left:16px;padding-right:16px}.product-affix .product-table>table{width:100%}.single-applications .product-affix.affix .product-table{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media all and (max-width:600px){.single-applications #fo_grouped_widget-3{width:100%}.single-applications #questionaskvendor-2{width:100%}.single-applications #searchfilter-3{width:100%}.single-applications #topten-8{width:100%}.single-applications #question-2{width:100%}.single-applications #comparepopular-4{width:100%}.single-applications .widget_topten,.single-applications .widget_comparepopular,.single-applications .widget_question{width:100%}}#footer .footer_links{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.affix .product-buttons a.btn{padding:6px 12px}.single-applications .affix h1.product-name-extended{margin-bottom:3px}body{font:15px "Lato"}.single-applications #affix-wrapper .col-md-4 .price-table-small>div{width:35% !important}.single-applications #affix-wrapper .col-md-4 .price-table-small>div:last-child,.single-hostings #affix-wrapper .col-md-4 .price-table-small>div:last-child{width:65% !important}.tab-content .product-box-heading .bar_icons.review-icons-icon-what-is{background-position:10px -2px}.tab-content .product-box-heading .bar_icons.review-icons-icon-overview-benefits{background-position:6px -36px}.tab-content .product-box-heading .bar_icons.review-icons-icon-features{background-position:8px -65px;background-size:auto}.tab-content .product-box-heading .bar_icons.review-icons-icon-support_content{background-position:5px -111px}.tab-content .product-box-heading .bar_icons.review-icons-icon-awards{background-position:6px -180px}.tab-content .product-box-heading .bar_icons.review-icons-icon-position_in_our_cats{background-position:6px -246px}.tab-content .product-box-heading .bar_icons.review-icons-icon-price{background-position:6px -213px}.tab-content .product-box-heading .bar_icons.review-icons-icon-satisfaction{background-position:6px -246px}.tab-content .product-box-heading .bar_icons.review-icons-icon-video{background-position:6px -310px}.tab-content .product-box-heading .bar_icons.review-icons-icon-technical{background-position:6px -341px}.tab-content .product-box-heading .bar_icons.review-icons-icon-trending-reviews{background-position:6px -282px}.tab-content .product-box-heading .bar_icons.review-icons-icon-product-comparisons{background-position:5px -366px}.tab-content .product-box-heading .bar_icons.review-icons-icon-trending-software-reviews{background-position:5px -393px}.tab-content .product-box-heading .bar_icons.review-icons-top_user_reviews{background-position:5px -426px}@media all and (max-width:1024px){.product-description .row .col-xs-12{padding-left:0;padding-right:0}}@media all and (min-width:768px){.product-extended-thumbnail-mobile{display:none}}@media all and (max-width:768px){body.single-applications{background-image:url(//financesonline.com/media/themes/apps/css/../images/background-polly-768.jpg)}.single-applications #fo_grouped_widget-3 .widget_adtext .bg-grey{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.single-applications #fo_grouped_widget-3 .widget_adtext .bg-grey h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.single-applications .product-box.top10.trending-reviews .col-lg-12{padding:0}.single-applications .product-box.top10.trending-reviews .col-xs-10{width:70%;padding:0}.single-applications .product-box.top10.trending-reviews .col-xs-7{padding:0}.single-applications .product-box.top10.trending-reviews .top-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.single-applications .product-box.top10.trending-reviews .col-xs-2{width:25%;padding:0}.single-applications .product-box.top10.trending-reviews .top-product a{font-size:12px !important}.single-applications .product-box.top10.trending-reviews .top-product span{font-size:12px !important}.single-applications .product-box.top10.trending-reviews .top-product h3{font-size:12px !important}.sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar{display:none}.single-applications #affix-wrapper .col-md-8>.row{-ms-flex-wrap:wrap;flex-wrap:wrap}.single-applications #affix-wrapper .col-md-8>.row>div{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.single-applications .product-affix .product-table{padding-top:10px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.single-applications #affix-wrapper .col-md-8 h1.product-name{font-size:18px;padding-top:5px}.single-applications #affix-wrapper .col-md-8 h2.product-name-extended{font-size:16px}.single-applications #affix-wrapper .col-md-4 .product-buttons a{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.single-applications #affix-wrapper .product-affix .col-md-4{padding-right:15px !important}.full-width-tabs>ul.nav.nav-tabs>li a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#review .product-description .user_satisfaction{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#review>div>div:nth-child(2)>div:nth-child(17) .product-description .col-sm-4 .row{padding-top:5px}.single-applications .support-box ul li{display:block;width:auto}.single-applications .support-box ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.single-applications #top_user_reviews .list-reviews-new .review-content>.row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-applications #top_user_reviews .list-reviews-new .col-sm-2{width:100%}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9{width:100%}.single-applications #top_user_reviews .row:nth-child(even) .col-sm-10.col-xs-9{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.single-applications .widget_topten .top-product .col-md-9 h3{padding:0 !important}.single-applications #user-review .product-box>.row{-ms-flex-wrap:wrap;flex-wrap:wrap}.single-applications #user-review .product-box>.row .review-date{width:100%;text-align:center}.single-applications .list-reviews-new .product-box .col-sm-2{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-applications .list-reviews-new .product-box .col-sm-2 .review-author{width:100%}.single-applications .list-reviews-new .product-box .col-sm-2 br{display:none}.single-applications #user-review .product-box .review-what-do-you-think span:first-child{width:100%;display:block}.single-applications .list-reviews-new .product-box .review-middle{width:100%}.single-applications .list-reviews-new .product-box .review-middle>.col-lg-12{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.single-applications #user-review .most-least>div[class^='col']{padding:0;border:0}.single-applications #review.tab-pane .col-sm-7 .review-app-domain,.single-applications .panel-body #financesonline_seal{margin-left:0}.single-applications .panel-body .review-app-image{text-align:center !important}.single-applications #affix-wrapper .col-md-8>.row>div{width:50%;margin:0 auto}.price-table-small{width:48%;margin:2% auto 0}.product-affix>.col-md-4 .product-buttons{padding-right:0}.single-applications .aside-box{width:100%}.single-applications .widget_adtext .list-unstyled{margin:0 auto;width:300px}.product-extended-thumbnail-mobile{display:block}.product-extended-thumbnail-desktop{display:none}.price-table-small{margin:2% auto}.single-applications #top_user_reviews .row:nth-child(2n) .col-sm-2.col-xs-3{order:3}#topten-8 .top-product.clearfix{width:100%}.review-content .text-center{width:22%;margin:0 auto}span.hide-400px{margin-right:4px}.product-description .row .col-xs-12 .col-sm-6{padding-left:0;padding-right:0}#topten-8 .top-product.clearfix{width:50%}}@media all and (max-width:600px){.single-applications .product-comparisons .col-xs-8{width:100%}.single-applications #user-review .product-box .product-description>.row{-ms-flex-wrap:wrap;flex-wrap:wrap}.single-applications #user-review .product-description .row>div:first-child{width:100%}.product-box .top-product>div>.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-box .top-product>div>.row img{display:block}.single-applications #user-review .product-box .product-description .row>.col-sm-6:last-child{width:100%;margin-bottom:20px}.single-applications #user-review .product-box .product-description .row>.col-sm-6:first-child{order:1}.icon-bar-cont{display:none}.top-product img{display:none}.single-applications .widget_topten .top-product img{display:block}.single-applications .product-comparisons .col-xs-12{padding:0}.single-applications .product-comparisons .col-xs-12 .row .col-xs-8{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-applications #review .trending-software-reviews .product-description .top-product.head span i{display:none}.top-product.clearfix div .row .col-md-6.col-sm-6{margin-bottom:10px}.review-content .text-center{width:30%}}.list-reviews-new .review-badges{padding-top:10px}.shares table tr td:nth-of-type(1){padding:5px 5px 0 5px}.shares table tr td:nth-of-type(2){padding:4px 5px 0 5px}#screenshots .well{background:transparent;box-shadow:none;border:0}#screenshots .glyphicon{color:black}#screenshots .carousel-control.left,#screenshots .carousel-control.right{background:transparent;margin-top:-20px;opacity:1}#screenshots .carousel-control.left{margin-left:-20px}.carousel-inner.onebyone-carosel{margin:auto;width:90%}.onebyone-carosel .active.left{left:-33.33%}.onebyone-carosel .active.right{left:33.33%}.onebyone-carosel .next{left:33.33%}.onebyone-carosel .prev{left:-33.33%}.modal-body .col-lg-12,#sign_up_user_review .col-lg-6{background:#fff !important}#add_review_by_email,#sign_up_user_review .btn-navy{background:#005691 !important;color:white !important;text-transform:none !important;width:auto !important}#sign_up_user_review .btn-navy{margin-top:15px !important}#before_add_review_modal .modal-dismiss-button{position:absolute;top:5px;right:0;width:40px;z-index:1;height:40px;background:transparent;border:0}.product-thumb-div>a img{margin-right:30px}.bar_icons.review-icons-icon-question-bar.review-icons-icon-useful-wrike-resources{background-position:7px -113px}.bar_icons.review-icons-icon-award-bar.review-icons-icon-position-in-our-categories{background-position:7px -289px}.bar_icons.review-icons-icon-question-bar.review-icons-icon-how-much-does{background-position:6px -218px}.bar_icons.review-icons-icon-question-bar.review-icons-icon-technical-details{background-position:6px -350px}.bar_icons.review-icons-icon-question-bar.review-icons-icon-wrike-comparisons{background-position:4px -377px}.bar_icons.review-icons-icon-question-bar.review-icons-icon-trending{background-position:4px -377px}.bar_icons.review-icons-icon-question-bar.review-icons-icon-wrike-user-reviews{background-position:6px -439px}#video .product-description .row{margin:0}#filter-comment-new{width:auto;padding:3px 5px;height:auto}#section_banner{margin-left:-15px;margin-right:-15px}#section_banner img{border-top:1px solid #bcbcbc;padding-top:20px;width:100%}.top3-img{width:160px !important}.top3-img img{height:40px !important}.top3-score{padding-right:0 !important;padding-left:5px;width:90px !important;margin-left:0 !important}.single-hostings .product-affix .social-pop .shares{margin-top:10px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.social-icons-question-tooltip{background-position:0 0 !important;background-image:url(//financesonline.com/media/themes/apps/css/../images/ikona_znak_2@2x.png) !important;background-repeat:no-repeat !important;background-size:15px}.single-applications .product-table i.social-icons,.single-applications .price i.social-icons{background:url(//financesonline.com/media/themes/apps/css/../images/ikona_znak_2@2x.png);background-size:15px}body.postid-18549 .tab-content .product-box-heading .bar_icons{background-image:url(//financesonline.com/media/themes/apps/css/../images/category-page-template-icon@2x.png);background-size:26px;background-repeat:no-repeat}body.postid-18549 .tab-content .product-box-heading .review-icons-icon-lightbulb-bar{background:url(//financesonline.com/media/themes/apps/css/../images/light-bulb@2x.png);background-position:center -1px;background-size:26px;background-repeat:no-repeat}body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-how-much-does{background:url(//financesonline.com/media/themes/apps/css/../images/dollar-coin-money-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-position-in-our-categories{background-position:8px -270px}body.postid-18549 .tab-content #position_in_our_cats+.product-box .product-box-heading .bar_icons.review-icons-icon-award-bar{background:url(//financesonline.com/media/themes/apps/css/../images/trophy-cup-silhouette-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-tick-bar{background:url(//financesonline.com/media/themes/apps/css/../images/thumbs-up-hand-symbol-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-technical-details{background-position:7px -127px}body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-trending,body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-wrike-comparisons,body.postid-18549 .tab-content .product-box-heading .bar_icons.review-icons-icon-useful-wrike-resources{background-position:7px -237px}}@media all and (min-width:960px) and (max-width:991px){.single-applications #affix-wrapper .col-md-8,.single-applications #affix-wrapper .product-affix .col-md-4{float:left}.single-applications #affix-wrapper .col-md-8{display:inline-block;width:66.66%}}.widget.user-review-score-box .glyphicon-star{font-size:30px}@media all and (max-width:480px){body.single-hostings,body.single-applications{background-image:url(//financesonline.com/media/themes/apps/css/../images/background-polly-480.jpg)}}.single-binary #affix-wrapper .col-md-8>.row .product-table .reviews-top .review-count{font-size:14px;padding-top:5px;font-weight:100;width:100%}.single-binary #alternatives .product-description{border-left:0;border-right:0}.single-binary #write-review .grey-star{background-color:transparent}.single-binary #user-review #write-review{margin-left:0;margin-right:0}.single-binary #user-review .most-least+.row{background-color:#005691;margin-left:0;margin-right:0;padding-top:14px}.single-binary #user-review .most-least+.row form label{color:#fff}.single-binary #user-review .product-box+.row .col-sm-5 form .form-group,.single-binary #user-review .product-box+.row .col-sm-5 form .form-group label{margin-bottom:0;line-height:40px}.single-applications #user-review>div>.row{margin-left:15px;margin-right:15px}.single-applications #user-review #thanks-confirm>.row,.single-applications #user-review #thanks-review>.row{background:#005691}.single-applications #user-review .list-reviews-new+.row{background:#005691;margin:0}.single-applications #user-review>div>.row{margin:0}.single-binary #user-review .product-box+.row .col-sm-5 form .form-group label{color:#FFF}.single-binary #user-review .product-box+.row .col-sm-5 form .form-group select{margin-top:6px}.single-binary #review .row #satisfaction+.product-box .product-description .col-sm-4>.row .col-xs-6{width:100%}.single-binary #affix-wrapper .col-md-8>.row>div:first-child tbody tr:first-child{margin-top:0}.vendor_reply{border:1px solid #005691;margin-top:10px}.vendor_reply__title{padding:5px;color:white;background:#005691;display:block;width:100%}.vendor_reply__content{padding:5px;color:black}.show_award_img{padding-top:6px;display:block;margin-left:auto;margin-right:auto}.list-reviews-new .pagination .pagination{padding-top:25px}.mobile-price{display:none}@media all and (min-width:1200px){.tab-content .tab-pane .row>.col-sm-7{width:50%}}@media all and (max-width:1200px){.show_award_img{padding-top:6px}}.modal-body-with-loader{min-height:342px}.modal_ajax_loader{margin-top:140px}.single-binary .img.product-extended-thumbnail{margin:4px 0 5px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.single-applications .product-table i.social-icons,.single-applications .price i.social-icons{background:url(//financesonline.com/media/themes/apps/css/../images/ikona_znak_2@2x.png);background-size:15px}.social-icons-question-tooltip{background:url(//financesonline.com/media/themes/apps/css/../images/ikona_znak_2@2x.png);background-size:15px}.tab-content .product-box-heading .bar_icons{background:url(//financesonline.com/media/themes/apps/css/../images/category-page-template-icon@2x.png);background-size:26px;background-repeat:no-repeat}.tab-content .product-box-heading .bar_icons.review-icons-icon-question-bar{background-position:8px -48px}.tab-content .product-box-heading.product-box-heading-single-hostings .bar_icons.review-icons-icon-question-bar{background-position:5px -36px}.tab-content .product-box-heading.product-box-heading-single-hostings .bar_icons.review-icons-icon-question-bar{background-position:5px -36px}.tab-content .product-box-heading .review-icons-icon-lightbulb-bar{background:url(//financesonline.com/media/themes/apps/css/../images/light-bulb@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center -1px}.tab-content .product-box-heading .bar_icons.review-icons-icon-key-bar{background-position:8px -126px}.tab-content .product-box-heading.product-box-heading-single-hostings .bar_icons.review-icons-icon-key-bar{background-position:5px -136px}.tab-content .product-box-heading .bar_icons.review-icons-icon-useful-wrike-resources{background-position:5px -219px}.tab-content .product-box-heading .bar_icons.review-icons-icon-position-in-our-categories{background-position:5px -270px}.tab-content .product-box-heading .bar_icons.review-icons-icon-how-much-does{background:url(//financesonline.com/media/themes/apps/css/../images/dollar-coin-money-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0 !important}.tab-content .product-box-heading .bar_icons.review-icons-icon-tick-bar{background:url(//financesonline.com/media/themes/apps/css/../images/thumbs-up-hand-symbol-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}.tab-content .product-box-heading .bar_icons.review-icons-icon-video-bar{background:url(//financesonline.com/media/themes/apps/css/../images/play-button-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}.tab-content .product-box-heading .bar_icons.review-icons-icon-awards-quality-certificates{background:url(//financesonline.com/media/themes/apps/css/../images/trophy-cup-silhouette-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}.tab-content .product-box-heading .bar_icons.review-icons-icon-award-bar{background:url(//financesonline.com/media/themes/apps/css/../images/trophy-cup-silhouette-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}.tab-content .product-box-heading .bar_icons.review-icons-icon-reviews-bar{background:url(//financesonline.com/media/themes/apps/css/../images/social-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0}#support+.product-box .product-box-heading .review-icons-icon-award-bar{background:url(//financesonline.com/media/themes/apps/css/../images/category-page-template-icon@2x.png);background-position:7px -47px;background-size:26px;background-repeat:no-repeat}.top10.trending-reviews .product-box-heading .icon-bar-cont .review-icons-icon-award-bar{background:url(//financesonline.com/media/themes/apps/css/../images/category-page-template-icon@2x.png);background-position:7px -47px;background-size:26px;background-repeat:no-repeat}.product-box .product-box-heading .glyphicon-plus-sign::before{background:url(//financesonline.com/media/themes/apps/css/../images/plus@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0;content:'';display:block;width:26px;height:26px}.product-box .product-box-heading .glyphicon-minus-sign::before{background:url(//financesonline.com/media/themes/apps/css/../images/minus@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0;content:'';display:block;width:26px;height:26px}.tab-content .product-box-heading .review-icons-icon-screenshots{background-position:7px -7px}body.single-applications .product-affix .shares .social-icons-icon-linkedin{background-image:url(//financesonline.com/media/themes/apps/css/../images/round-social-media-icons-vector-set.jpg) !important;background-position:-102px -29px;background-size:148px}body.single-applications .product-affix .shares .social-icons-icon-twitter{background-image:url(//financesonline.com/media/themes/apps/css/../images/round-social-media-icons-vector-set.jpg) !important;background-position:-77px -54px;background-size:148px}body.single-applications .product-affix .shares .social-icons-icon-fb{background-image:url(//financesonline.com/media/themes/apps/css/../images/round-social-media-icons-vector-set.jpg) !important;background-position:-52px -54px;background-size:148px}.postid-16930 .tab-content .product-box-heading .bar_icons.review-icons-icon-question-bar{background:url(//financesonline.com/media/themes/apps/css/../images/category-page-template-icon@2x.png);background-position:7px -47px;background-size:26px;background-repeat:no-repeat}.postid-16930 .tab-content .product-box-heading .bar_icons.review-icons-icon-key-bar{background-position:5px -70px}.postid-16930 .tab-content .product-box-heading .bar_icons.review-icons-icon-how-much-does{background:url(//financesonline.com/media/themes/apps/css/../images/dollar-coin-money-white@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center 0 !important}.postid-16930 .tab-content .product-box-heading .bar_icons.review-icons-icon-lightbulb-bar{background:url(//financesonline.com/media/themes/apps/css/../images/light-bulb@2x.png);background-size:26px;background-repeat:no-repeat;background-position:center -1px}.postid-16930 .tab-content #cpanel+.product-box .product-box-heading .bar_icons.review-icons-icon-award-bar,.postid-16930 .tab-content #pros-and-cons+.product-box .product-box-heading .bar_icons.review-icons-icon-award-bar,.postid-16930 .tab-content #customer-support+.product-box .product-box-heading .bar_icons.review-icons-icon-award-bar,.postid-16930 .trending-reviews.product-box .product-box-heading .bar_icons.review-icons-icon-position-in-our-categories{background:url(//financesonline.com/media/themes/apps/css/../images/category-page-template-icon@2x.png);background-position:8px -270px;background-size:26px;background-repeat:no-repeat}.postid-16930 .tab-content #solve+.product-box .product-box-heading .bar_icons.review-icons-icon-useful-wrike-resources{background-position:7px -202px}.postid-16930 .bar_icons.review-icons-icon-question-bar.review-icons-icon-technical-details{background-position:7px -126px !important}.postid-16930 .trending-reviews.product-box .product-box-heading .bar_icons.review-icons-icon-trending,.postid-16930 .product-comparisons.product-box .product-box-heading .bar_icons.review-icons-icon-wrike-comparisons{background-position:7px -237px}}@media all and (max-width:425px){.text-center.review-avatar-container{width:30%}.single-applications .support-box ul li{width:50%}.single-applications #affix-wrapper .col-md-8>.row>div,.price-table-small,.product-buttons{width:100%}#topten-8 .top-product.clearfix{width:100%}.answer .col-md-12.col-sm-12.col-xs-6{width:100%}.single-applications #top_user_reviews .col-sm-2 img{margin:10px auto 0}.review-middle .col-lg-6.review-date{padding:10px 0}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9{text-align:center;margin-bottom:40px;margin-top:0}.top-product.clearfix div .row:first-child{margin-bottom:-5px}.review-content .text-center{width:100%}.single-applications .product-comparisons img{display:block}.single-applications .product-comparisons .row .col-xs-8.col-sm-8{width:auto}.product-comparisons .row .row div{border-bottom:0}.product-comparisons .row .row div{width:none;height:auto}.product-description>ol{margin-left:-20px}.single-applications .panel-body #financesonline_seal{margin-bottom:15px}.single-applications #affix-wrapper .col-md-8>.row>div,.price-table-small,.product-buttons{order:1}.single-applications #affix-wrapper .col-md-8>.row>div:first-child{order:2}.single-applications .widget_topten .top-product{justify-content:center}#topten-8 .top-product.clearfix span.toptenh3{line-height:23px;text-align:center}.single-applications #top_user_reviews .row{display:block}.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container h1::before,.single-applications #top_user_reviews .row .col-sm-10.col-xs-9 .review-title-container h1::after{vertical-align:middle}.product-box.p20. review-content .col-sm-2.col-xs-3.text-center{margin-top:20px}.product-affix .col-md-8{order:2}.mobile-price{display:block}.dektop-price{display:none !important}}@media all and (max-width:384px){.single-applications .support-box ul li{width:100%}.single-applications #top_user_reviews .col-sm-2 img{width:auto}}@media all and (max-width:375px){.text-center.review-avatar-container{width:32%}.full-width.review-avatar{display:block;margin-top:10px}.stars-icons-wrapper,.product-box a#report_your_concern{display:flex;justify-content:center}.single-applications .widget_adtext .list-unstyled{margin:0 auto;width:90%}.single-applications .position_in_our_cats .product-description .top-product p{padding-left:18px !important}}@media all and (max-width:320px){.text-center.review-avatar-container{width:38%}.product-description .yellow-star,.product-description .glyphicon-star{font-size:9px}}.single-applications .product-box .product-description.product-description-list li a{color:#428bca;text-decoration:none}.single-applications .product-box .product-description.product-description-list li a:hover{color:#428bca;text-decoration:underline}.stars-icons-wrapper,.product-box a#report_your_concern{width:100%;font-size:14px}.single-applications #user-review .product-box .review-text .content-comment:before,.single-applications #user-review .product-box .review-text .content-comment:after{display:none}.widget.fo_grouped_widget{margin:0 auto;width:100%}#top_user_reviews .product-description .row .col-lg-12{width:100%}.single-hostings .list-reviews-new .product-box .col-sm-2 .text_12{width:100%;font-size:12px;text-align:center}.single-hostings .review-author b{color:#005691}.single-hostings .list-reviews-new .product-box .review-middle>.col-lg-12 .review-date{padding:0;padding-top:5px;margin-bottom:5px}.single-hostings .list-reviews-new .product-box .review-middle>.col-lg-12{padding:10px 0;padding-top:0}.review-pricing__inner{font-size:19px;padding:6px 0}.review-pricing__inner .icon{width:22px;height:22px;border-radius:50%;background:#fff !important;font-size:15px;text-align:center;line-height:22px;margin:0 15px;display:inline-block}.review-pricing__inner .icon--ok{color:#00a313}.review-pricing__inner .icon--not{padding:3px;color:red}.review-pricing__row{margin-bottom:1px}.review-pricing__row:last-of-type{margin-bottom:0}.review-pricing__col{background:#f6f6f6;width:calc(50%);float:left;text-align:center;color:#005691;line-height:22px;padding:4px 15px;height:30px;text-transform:uppercase;font-size:15px}.review-pricing__col:nth-child(even){float:right;color:#000;text-transform:none}.icon--not:before{content:"\e900"}.review-pricing__inner .icon::before{font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.review-pricing__inner .icon--ok::before{content:"\e013";color:#39b54a}.review-pricing__inner .icon--not::before{content:"\e014";color:red}.review-pricing__head{background:#1a679c;color:white;text-align:center;padding:4px 15px;border-radius:4px;margin-bottom:4px}.review-pricing__head b{color:white !important}.review-pricing__col:nth-child(odd){border-top-left-radius:4px;border-bottom-left-radius:4px}.review-pricing__col:nth-child(even){border-top-right-radius:4px;border-bottom-right-radius:4px}.single_apps_window_title .close{margin-top:-14px}.features .product-description strong{margin:5px 0 10px;display:inline-block}
footer{background-color:#1a1a1a;color:#fff;font-size:18px;font-family:'Lato',sans-serif}footer h3{color:#fa0;font-size:28px;font-weight:bold}footer ul{list-style:none;padding-left:0}footer ul li a,footer ul li a:hover,footer ul li a:focus{color:#fff}img.footer-logo{margin-top:20px;max-width:80%}#footer{display:block;height:auto;background:#fff !important;border-top:7px solid #e4e4e4;margin:0;padding:2% 0;clear:both;overflow:hidden}.footer{width:1492px}.footer_adress,.footer_company,.footer_follow_us{float:left;display:inline-block}.footer_adress{width:54%;text-align:center}.footer_company{width:27%}.footer_follow_us{width:14%;padding-left:4%}.footer_follow_us{border-left:3px solid #d6d6d6}.footer_follow_us h4,.footer_company h4,.footer_follow_us h3,.footer_company h3{color:#0d5496;font-weight:700;font-size:1.6em}.footer_company>ul{display:block;float:left;margin:4% 12% 0 0}.footer_follow_us li{display:block;font-weight:400}.footer_links li a{color:#000 !important;text-decoration:none}.footer_links li a:hover{color:#000 !important;text-decoration:underline}.footer_follow_us>ul{margin-top:4%}.footer_adress span{display:block;font-weight:700;line-height:26px;font-size:1.5em;color:#000}.footer_adress img{margin-top:4%}#footer .footer_adress{order:2;margin-left:auto;margin-right:auto}#footer .footer_follow_us{order:3}#footer .footer_follow_us h4,#footer .footer_follow_us h3{color:#fb8b15}#footer .footer_company{border-right:3px solid #d6d6d6;display:flex;flex-direction:column}#footer .footer_company h4{color:#fb8b15}#footer .footer_company li{font-size:12px}.footer_follow_us li{font-size:12px}#footer .footer_links .footer_company ul,#menu-follow-us{list-style:none;padding-left:0}#footer h3{color:#0069b0 !important;font-size:28px !important;font-weight:bold !important;margin:0}#footer .footer_adress span{font-size:1.1em;font-weight:600}@media screen and (max-width:1366px){.footer{width:100%}}@media all and (max-width:1224px){#footer .footer_links .footer_adress{order:3}#footer .footer_links .footer_company{order:1;border:0}#footer .footer_links .footer_follow_us{order:2;border:0}}@media screen and (max-width:768px){.footer_adress{clear:both;width:100%}.footer_company,.footer_follow_us{width:47%}.footer_adress{margin-bottom:10%}}@media screen and (max-width:320px){.footer_adress span,.footer_follow_us h4,.footer_company h4{font-size:1.2em}}@media(min-width:300px){#footer .footer_links:after{display:block;content:'';clear:both}#footer .footer_adress img{max-width:80%}#footer .footer_adress span{font-size:12px;font-weight:500;line-height:1.75em}#footer .footer_links{max-width:1170px;width:100%;padding-left:15px;padding-right:15px;margin:0 auto;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between}#footer .footer_adress{width:100%;margin-bottom:30px}#footer .footer_company{width:45%}#footer .footer_follow_us{padding-left:5%;width:45%}}@media(min-width:481px){#footer .footer_links{max-width:1170px;width:100%;padding-left:60px;padding-right:60px;margin:0 auto;box-sizing:border-box}}@media screen and (min-width:1224px){#footer{padding-top:4%}#footer .footer_links{max-width:1170px;width:100%;padding-left:0;padding-right:0;box-sizing:border-box;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-end}#footer .footer_links .footer_follow_us{padding:0;margin:0}#footer .footer_links .footer_adress{width:auto;box-sizing:border-box;padding-right:25px;margin-bottom:0;margin-right:auto}#footer .footer_links .footer_company,#footer .footer_links .footer_follow_us{width:auto;padding:0 40px}#footer .footer_links .footer_company ul{margin:0;padding-right:20px;box-sizing:border-box}#footer .footer_links .footer_follow_us{min-height:224px}}@media(min-width:1824px){#footer .footer_links{max-width:90%;width:100%;margin:0 auto;box-sizing:border-box}}.wpcf7-form-control:focus::-webkit-input-placeholder{color:transparent}.wpcf7-form-control:focus:-moz-placeholder{color:transparent}.wpcf7-form-control:focus::-moz-placeholder{color:transparent}.wpcf7-form-control:focus:-ms-input-placeholder{color:transparent}
a.nav-expander{color:#fff;display:block;font-size:15px;font-weight:400;height:90px;margin-right:0;padding:1em 1.6em 2em;position:relative;width:100%;text-decoration:none;text-transform:uppercase;top:0;left:0;transition:right .3s ease-in-out 0s;z-index:12;transition:right .3s ease-in-out 0s;-webkit-transition:right .3s ease-in-out 0s;-moz-transition:right .3s ease-in-out 0s;-o-transition:right .3s ease-in-out 0s}a.nav-expander:hover{cursor:pointer}a.nav-expander.fixed{position:absolute}.nav-expanded a.nav-expander.fixed{right:20em}nav{background:#005691;display:block;height:100%;overflow:auto;position:fixed;left:-20em;font-size:15px;top:0;width:20em;z-index:2000;border-right:1px solid #fff;transition:left .3s ease-in-out 0s;-webkit-transition:left .3s ease-in-out 0s;-moz-transition:left .3s ease-in-out 0s;-o-transition:left .3s ease-in-out 0s}.nav-expanded nav{left:0;position:absolute;top:52px;max-width:350px;box-sizing:border-box;border:2px solid #0082db;background:#FFF;height:auto;overflow:visible;z-index:9999999999}nav{position:absolute;top:52px;max-width:350px;box-sizing:border-box;border:2px solid #0082db;background:#FFF;height:auto;overflow:visible;z-index:9999999999}.nav-expanded nav .main-menu,nav .main-menu{padding:0;margin:0}.nav-expanded nav .main-menu li,nav .main-menu li{margin:0;border-bottom:1px solid #979797;transition:all .4s}.nav-expanded nav .main-menu li:hover,nav .main-menu li:hover{background:#005691}.nav-expanded nav .main-menu li.text-right,nav .main-menu li.text-right{display:none}.nav-expanded nav .main-menu li a,nav .main-menu li a{font-family:"Lato",sans-serif;font-weight:bold;font-size:14px}.nav-expanded nav .main-menu .menu-menu-1-container>li:first-child,nav>.main-menu .menu-menu-1-container>li:first-child{background:#005691}.nav-expanded nav .main-menu .menu-menu-1-container>li:first-child a,nav .main-menu .menu-menu-1-container>li:first-child a{color:#FFF;font-size:18px;cursor:pointer}.nav-expanded nav .main-menu li:first-child a:hover,nav .main-menu li:first-child a:hover,.nav-expanded nav .main-menu li:first-child:hover a,nav .main-menu li:first-child:hover a{color:#FFF}.nav-expanded nav .main-menu li a,.nav-expanded nav .main-menu li:hover a,.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav li a,nav .main-menu li a,nav .main-menu li:hover a,nav .main-menu li.menu-item-has-children:hover .subnav li a{color:#595959}nav .main-menu li a .glyphicon-chevron-down{display:none}.nav-expanded nav .main-menu li.menu-item-has-children,nav .main-menu li.menu-item-has-children{position:relative}.nav-expanded nav .main-menu li.menu-item-has-children>.subnav,nav .main-menu li.menu-item-has-children>.subnav{display:none}.nav-expanded nav .main-menu li.menu-item-has-children>a::before,nav .main-menu li.menu-item-has-children>a::before{font-family:'Glyphicons Halflings';content:"\e114";position:absolute;right:0}.nav-expanded nav .main-menu li.menu-item-has-children:hover,nav .main-menu li.menu-item-has-children:hover,.nav-expanded nav .main-menu li.menu-item-has-children.active{background:#005691;border-radius:0}.nav-expanded nav .main-menu li:last-child a,nav .main-menu li:last-child a{color:#005691;font-style:italic}.nav-expanded nav .main-menu li:last-child:hover a,nav .main-menu li:last-child:hover a{color:#FFF}.nav-expanded nav .main-menu li.menu-item-has-children:hover a,.nav-expanded nav .main-menu li.menu-item-has-children:hover a span,nav .main-menu li.menu-item-has-children:hover a,nav .main-menu li.menu-item-has-children:hover a span,.nav-expanded nav .main-menu li.menu-item-has-children.active>a,nav .main-menu li.menu-item-has-children.active>a{color:#FFF}.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav,nav .main-menu li.menu-item-has-children:hover .subnav,.nav-expanded nav .main-menu li.menu-item-has-children.active .subnav,nav .main-menu li.menu-item-has-children.active .subnav{position:absolute;left:100%;z-index:999999;top:-2px;width:100%;max-width:350px;background:#FFF;border:2px solid #0082db}.nav-expanded nav .main-menu>li:hover>a,nav .main-menu li:hover>a{color:#fff !important}@media(min-width:768px){.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav,nav .main-menu li.menu-item-has-children:hover .subnav{display:block !important}}@media(max-width:768px){.nav-expanded nav .main-menu li.menu-item-has-children .subnav,nav .main-menu li.menu-item-has-children .subnav{position:static !important;margin-top:10px}.nav-expanded nav .main-menu li.menu-item-has-children .subnav li:not(:last-child):first-child,nav .main-menu li.menu-item-has-children .subnav li:not(:last-child):first-child{display:none}}.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav li:hover{background:#005691}.nav-expanded nav .main-menu li.menu-item-has-children:hover .subnav li:hover a{color:#FFF;cursor:pointer}.nav-expanded nav .main-menu li.menu-item-has-children:not(:last-child):hover .subnav li:first-child a{color:#005691;font-style:normal}.nav-expanded nav .main-menu li.menu-item-has-children:not(:last-child):hover .subnav li:first-child:hover a{color:#FFF}body.nav-expanded{margin-left:0;transition:right .4s ease-in-out 0s;-webkit-transition:right .4s ease-in-out 0s;-moz-transition:right .4s ease-in-out 0s;-o-transition:right .4s ease-in-out 0s}#nav-close{font-weight:300;font-size:24px;padding-right:10px}.main-menu{padding-top:12px}.main-menu li{border-bottom:1px solid #323949;margin-left:20px;font-size:18px;padding:6px 12px}.main-menu li a{color:#fff;text-decoration:none;width:100%;display:block;position:relative}.main-menu li a:hover{color:#fff;text-decoration:none}.main-menu li a span{position:absolute;right:-24px;top:50%;margin-top:-9px;transform:rotate(-90deg)}.main-menu li .sub-nav{border-bottom:0;padding:4px}.main-menu a .caret{width:0;height:0;display:inline-block;vertical-align:top;border-top:4px solid #4f5963;border-right:4px solid transparent;border-left:4px solid transparent;content:"";margin-top:8px}.main-menu a:hover .caret{border-top-color:#4f5963}.main-menu li.open>a>.caret{border-top:0;border-bottom:4px solid #4f5963;border-right:4px solid transparent;border-left:4px solid transparent}.main-menu li.open>a:hover>.caret{border-bottom-color:#4f5963}.icon:before{font-family:'FontAwesome';font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;content:'\f105'}.main-menu li>a>span.icon{float:right;margin:.1em 1.7em -.1em 0;opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main-menu li>a:hover>span.icon{float:right;margin:.1em .8em -.1em 0;opacity:1}.main-menu li ul li{font-style:italic}.main-menu li a:hover{color:#fff !important}.nav-expanded nav .main-menu li.menu-item-has-children:hover>a::before,nav .main-menu li.menu-item-has-children:hover>a::before{content:"\e080"}@media all and (max-width:768px){.sumome-share-client-wrapper.sumome-share-client-wrapper-left-page{display:none}}
@font-face{font-family:"GillSansMT";src:url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMT.eot);src:url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMT.eot?#iefix) format('embedded-opentype'),url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMT.woff) format('woff'),url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMT.ttf) format('truetype'),url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMT.svg#quartzregular) format('svg');font-weight:normal;font-style:normal}@font-face{font-family:"GillSansMTBold";src:url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMTBold.eot);src:url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMTBold.eot?#iefix) format('embedded-opentype'),url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMTBold.woff) format('woff'),url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMTBold.ttf) format('truetype'),url(//financesonline.com/media/themes/apps/css/smartscore/fonts/GillSansMTBold.svg#quartzregular) format('svg');font-weight:normal;font-style:normal}.clear,#smartscore_window,.smartscore_window_title,.smartscore_window_content{clear:both}#smartscore_window{height:auto;border:1px solid #005690;border-radius:5px;margin:0 auto;overflow:hidden;font-size:17px;color:#000;font-weight:400}.smartscore_window_title{background:#e9e9e9;height:82px;border-top-left-radius:5px;border-top-right-radius:5px}.smartscore_window_content{padding-top:7px;overflow:hidden;background:white}.smartscore_window_title img,.smartscore_window_title p,.smartscore_window_content_left,.smartscore_window_content_right{float:left;display:inline}.smartscore_window_title img{margin:1% 2%}.smartscore_window_title p span{font-weight:700}.smartscore_window_title p{width:82%;padding-top:2.5%;line-height:18px}#smartscore_window .close{float:right;display:inline}.smartscore_window_content_left{width:52%}.smartscore_window_content_right{width:46%}.smartscore_window_content_left ul{margin:0;padding:0;list-style:none}.smartscore_window_content_left li{width:32%;height:126px;background:#005690;display:block;float:left;color:#fff;text-align:center;font-size:.9em;margin:0 0 7px 7px;border:1px solid #005690}.smartscore_window_content_left li h4{width:58px;height:58px;border-radius:50%;margin:0 auto;text-align:center;margin-top:20px}.smartscore_window_content_left li h4.hidden{display:none}.smartscore_window_content_left li.mobility h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-9.png) no-repeat center center}.smartscore_window_content_left li.security h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-8.png) no-repeat center center}.smartscore_window_content_left li.help_support h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-7.png) no-repeat center center}.smartscore_window_content_left li.media_rating h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-6.png) no-repeat center center}.smartscore_window_content_left li.ease_of_use h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-5.png) no-repeat center center}.smartscore_window_content_left li.integration h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-4.png) no-repeat center center}.smartscore_window_content_left li.customization h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-3.png) no-repeat center center}.smartscore_window_content_left li.collaboration_features h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-2.png) no-repeat center center}.smartscore_window_content_left li.main_functionality h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-1.png) no-repeat center center}.smartscore_window_content_left li:hover,.smartscore_window_content_left li.active{border:1px solid #005690;color:#005690;background:transparent;cursor:pointer}.smartscore_window_content_left li.mobility:hover h4,.smartscore_window_content_left li.security:hover h4,.smartscore_window_content_left li.help_support:hover h4,.smartscore_window_content_left li.media_rating:hover h4,.smartscore_window_content_left li.ease_of_use:hover h4,.smartscore_window_content_left li.integration:hover h4,.smartscore_window_content_left li.customization:hover h4,.smartscore_window_content_left li.collaboration_features:hover h4,.smartscore_window_content_left li.main_functionality:hover h4,.smartscore_window_content_left li.mobility.active h4,.smartscore_window_content_left li.security.active h4,.smartscore_window_content_left li.help_support.active h4,.smartscore_window_content_left li.media_rating.active h4,.smartscore_window_content_left li.ease_of_use.active h4,.smartscore_window_content_left li.integration.active h4,.smartscore_window_content_left li.customization.active h4,.smartscore_window_content_left li.collaboration_features.active h4,.smartscore_window_content_left li.main_functionality.active h4{display:none}.smartscore_window_content_left li.mobility:hover h4.hidden,.smartscore_window_content_left li.security:hover h4.hidden,.smartscore_window_content_left li.help_support:hover h4.hidden,.smartscore_window_content_left li.media_rating:hover h4.hidden,.smartscore_window_content_left li.ease_of_use:hover h4.hidden,.smartscore_window_content_left li.integration:hover h4.hidden,.smartscore_window_content_left li.customization:hover h4.hidden,.smartscore_window_content_left li.collaboration_features:hover h4.hidden,.smartscore_window_content_left li.main_functionality:hover h4.hidden,.smartscore_window_content_left li.mobility.active h4.hidden,.smartscore_window_content_left li.security.active h4.hidden,.smartscore_window_content_left li.help_support.active h4.hidden,.smartscore_window_content_left li.media_rating.active h4.hidden,.smartscore_window_content_left li.ease_of_use.active h4.hidden,.smartscore_window_content_left li.integration.active h4.hidden,.smartscore_window_content_left li.customization.active h4.hidden,.smartscore_window_content_left li.collaboration_features.active h4.hidden,.smartscore_window_content_left li.main_functionality.active h4.hidden{width:58px;height:58px;background:#005690;color:#fff;font-size:20px;display:flex !important;align-items:center;justify-content:center;visibility:inherit!important}.smartscore_window_content_left li p{display:block;margin:0 auto;text-align:center;width:80%;height:20px;padding-top:10px;line-height:15px;font-size:1em}.smartscore_window_content_right ul{margin:0 0 16px 20px;padding:0}.smartscore_window_content_right p,.smartscore_window_content_right p.small{padding-bottom:16px}.smartscore_window_content_right p{line-height:21px;text-align:justify;font-size:16px;padding:0}.smartscore_window_content_right>p.small{font-size:.6em;font-style:italic}#smartscore_window .right-item{display:none}#smartscore_window .right-item .ico{width:55px;height:55px;margin:0 auto;background-color:#005690;border-radius:50%;color:#fff;line-height:55px}.smartscore_window_content_right h4{color:#005894;text-align:center;font-size:1.1em;font-weight:bold;margin-top:10px;margin-bottom:10px}.smartscore_window_content_right p.small{font-size:.8em;line-height:14px;padding-bottom:7px;font-style:italic}#right-main_functionality>h4{font-size:1.1em}#right-default ul{margin:0 0 17px 0;padding:0;list-style:none}#smartscore_window .close{position:relative;right:-10px}#score-modal .modal-body{padding:0}#score-modal .modal-dialog{width:auto}.modal-body .carousel{height:400px}.modal-body .carousel .carousel-indicators{margin-bottom:10px}.modal-body .carousel .carousel-inner>.item{padding:0 35px}.modal-body .carousel .carousel-inner>.item .item-inner{height:340px;display:flex;flex-direction:column;justify-content:center}#myCarousel .carousel-inner>.item .item-inner p{padding:0}.modal-body .carousel .carousel-indicators li{background-color:#dadada}.modal-body .carousel .carousel-indicators li.active{background-color:#005690}.modal-body .carousel:hover .carousel-control.left,.modal-body .carousel:hover .carousel-control.right{background:transparent}.modal-body .carousel .carousel-control{top:unset;bottom:55px;opacity:1}.modal-body .carousel .carousel-control .glyphicon-chevron-left,.modal-body .carousel .carousel-control .glyphicon-chevron-right{background:#005690 !important;width:26px;height:26px;text-align:center;border-radius:50%;color:white !important}.modal-body .carousel .carousel-control .glyphicon-chevron-left{left:100%}.modal-body .carousel .carousel-control .glyphicon-chevron-right{right:100%;left:unset}.modal-body .carousel .carousel-control{font-size:12px}.modal-body .carousel .carousel-control .glyphicon-chevron-left:before{display:block;line-height:25px}.modal-body .carousel .carousel-control .glyphicon-chevron-right:before{display:block;line-height:25px}.modal-body .carousel .carousel-inner>.item:first-of-type h4{font-size:.9em;font-weight:bold}.funnel_outer h4{text-align:center;text-transform:uppercase;color:#005690;line-height:17px;font-size:14px;margin:0;padding:0;font-weight:bold}.funnel{background-position:center;background-size:cover;cursor:pointer}.funnel_1{height:73px;background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_first_colored.png)}.funnel_1:hover,.funnel_1.active{background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_first_white.png)}.funnel_2{height:63px;background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_second_colored.png)}.funnel_2:hover,.funnel_2.active{background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_second_white.png)}.funnel_3{height:62px;background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_third_colored.png)}.funnel_3:hover,.funnel_3.active{background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_third_white.png)}.funnel_4{height:59px;background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_fourth_colored.png)}.funnel_4:hover,.funnel_4.active{background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_fourth_white.png)}.funnel_5{height:61px;background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_fifth_colored.png)}.funnel_5:hover,.funnel_5.active{background-image:url(//financesonline.com/media/themes/apps/css/smartscore/gfx/funnel_fifth_white.png)}.funnel_second p{text-align:justify;font-size:16px !important}#user-modal .modal-body{padding:0;border-radius:5px;border:1px solid #005690}#user-modal .modal-body .user_score_window_title{background:#e9e9e9;overflow:hidden;padding:15px 20px}#user-modal .modal-body .user_score_window_title>.image{transform:translateY(30%)}#user-modal .modal-body .user_score_window_title p{font-size:17px;line-height:18px}#user-modal .modal-body .user_score_window_title .modal-topics img{width:auto;height:auto;min-width:1px;min-height:1px;margin:0}#user-modal .modal-body .user_score_window_content{overflow:hidden;padding:15px 20px 25px 20px}#myCarousel_2.carousel .carousel-inner>.item h4{text-align:center;color:#005690}#myCarousel_2.carousel .carousel-inner>.item:first-of-type h4{font-size:18px;color:#005690;text-align:center;font-weight:bold;margin-top:10px;margin-bottom:10px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.smartscore_window_content_left li.main_functionality h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-1@2x.png) no-repeat center center;background-size:28px 28px}.smartscore_window_content_left li.collaboration_features h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/Collaboration-Features@2x.png) no-repeat center center;background-size:44px 44px}.smartscore_window_content_left li.customization h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-3@2x.png) no-repeat center center;background-size:37px 34px}.smartscore_window_content_left li.integration h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-4@2x.png) no-repeat center center;background-size:41px 41px}.smartscore_window_content_left li.ease_of_use h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-5@2x.png) no-repeat center center;background-size:28px 41px}.smartscore_window_content_left li.media_rating h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-6@2x.png) no-repeat center center;background-size:36px 36px}.smartscore_window_content_left li.help_support h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-7@2x.png) no-repeat center center;background-size:36px 36px}.smartscore_window_content_left li.security h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/fallback-8@2x.png) no-repeat center center;background-size:32px 39px}.smartscore_window_content_left li.mobility h4{background:#fff url(//financesonline.com/media/themes/apps/css/smartscore/gfx/mobility@2x.png) no-repeat center center;background-size:25px 43px}}@media screen and (max-width:1024px){.smartscore_window_content_left li{width:31%}}@media all and (max-width:768px){.smartscore_window_content_left{width:54%}.smartscore_window_content_right{width:46%}#smartscore_window .close{right:0;top:-60px}.smartscore_window_content_left li{width:30%}.smartscore_window_content_left li p{width:100%;font-size:.8em}.smartscore_window_content_right p{font-size:14px;line-height:17px}.modal-body .carousel .carousel-inner>.item{padding:0 12px}}@media screen and (max-width:568px){.carousel-indicators{bottom:0}.smartscore_window_content_right p.small{font-size:12px;line-height:12px}.smartscore_window_title p{width:78%;font-size:14px}.smartscore_window_content_left li{width:47%;margin:1%}.modal-body .carousel .carousel-inner>.item .item-inner{height:auto}.modal-body .carousel{height:auto;padding-bottom:50px}}@media all and (max-width:425px){.smartscore_window_content_left li{width:46%}#smartscore_window .close{top:-80px}.smartscore_window_title{height:90px}.smartscore_window_title p{font-size:12px;width:74%}}@media all and (max-width:375px){.smartscore_window_title{margin-bottom:20px;height:86px;overflow:hidden}}@media all and (max-width:320px){.smartscore_window_content_left li{width:100%}.smartscore_window_title p{width:70%}#smartscore_window .close{top:-100px}.smartscore_window_content{padding:8px 0}.smartscore_window_title{height:106px}}