@font-face {
  font-family: "Neuzeit S LT W01 Book";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.eot?#iefix") format("embedded-opentype"), url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff2") format("woff2"), url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff") format("woff"), url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.ttf") format("truetype"); }
@font-face {
  font-family: "au";
  font-style: normal;
  font-weight: 300;
  src: url("../css/fonts/austin-light.eot?#iefix") format("embedded-opentype"), url("../css/fonts/austin-light.woff2") format("woff2"), url("../css/fonts/austin-light.woff") format("woff"), url("../css/fonts/austin-light.ttf") format("truetype"), url("../css/fonts/austin-light.svg#au") format("svg"); }
@font-face {
  font-family: "au";
  font-style: normal;
  font-weight: normal;
  src: url("../css/fonts/austin-roman-web.eot?#iefix") format("embedded-opentype"), url("../css/fonts/austin-roman-web.woff2") format("woff2"), url("../css/fonts/austin-roman-web.woff") format("woff"), url("../css/fonts/austin-roman-web.ttf") format("truetype"), url("../css/fonts/austin-roman-web.svg#au") format("svg"); }
@font-face {
  font-family: "au";
  font-style: italic;
  font-weight: 300;
  src: url("../css/fonts/austin-light-italic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/austin-light-italic.woff2") format("woff2"), url("../css/fonts/austin-light-italic.woff") format("woff"), url("../css/fonts/austin-light-italic.ttf") format("truetype"), url("../css/fonts/austin-light-italic.svg#au") format("svg"); }
@font-face {
  font-family: "au";
  font-style: italic;
  font-weight: normal;
  src: url("../css/fonts/austin-italic-web.eot?#iefix") format("embedded-opentype"), url("../css/fonts/austin-italic-web.woff2") format("woff2"), url("../css/fonts/austin-italic-web.woff") format("woff"), url("../css/fonts/austin-italic-web.ttf") format("truetype"), url("../css/fonts/austin-italic-web.svg#au") format("svg"); }
.green {
  background: #E6F9EE; }

.light-bg {
  background: #F5F5F5; }

.aqua {
  background: #E9FBFE; }

.fuse {
  cursor: pointer; }

.btn, a.btn {
  font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 0;
  background: black;
  background-color: black;
  color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  padding: 12px 24px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 24px;
  opacity: 1;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: normal;
  outline: none; }
  .btn:hover, a.btn:hover {
    background: #959595; }
  .btn.secondary, a.btn.secondary {
    background: transparent;
    border: 1px solid #A9A196;
    color: #A9A196;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); }
    .btn.secondary:hover, a.btn.secondary:hover {
      background: #A9A196;
      color: white; }
  .btn.half, a.btn.half {
    float: left;
    text-align: center;
    width: 50%; }
  .btn.large, a.btn.large {
    font-size: 17px;
    padding: 20px 16px;
    display: block;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 860px) {
      .btn.large, a.btn.large {
        font-size: 16px;
        padding: 18px 14px; } }
  .btn.full, a.btn.full {
    display: block; }
  .btn.orange, a.btn.orange {
    border-radius: 0;
    background: black;
    background-color: black;
    color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    padding: 12px 24px; }
    .btn.orange:hover, a.btn.orange:hover {
      background: #959595; }
  .btn.blue, a.btn.blue {
    background: #99CC32;
    color: white !important;
    font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); }
    .btn.blue:hover, a.btn.blue:hover {
      background: #1E7BFF;
      color: white !important; }
  .btn.white, a.btn.white {
    background: transparent;
    border: 1px solid white;
    color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); }
    .btn.white:hover, a.btn.white:hover {
      background: white;
      color: #F15C28; }
  .btn.small, a.btn.small {
    padding: 9px 18px;
    font-size: 11px;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif; }
  .btn.xs, a.btn.xs {
    padding: 7px 13px;
    font-size: 10px;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif; }
  .btn:hover, a.btn:hover {
    opacity: 1 !important; }
  .btn.grey, a.btn.grey {
    border-radius: 0;
    background: #959595;
    background-color: #959595;
    color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    padding: 12px 24px; }
    .btn.grey:hover, a.btn.grey:hover {
      background: #727272; }
  .btn a:hover, .btn:hover, a.btn a:hover, a.btn:hover {
    text-decoration: none; }

.action-link {
  font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 1px solid; }
  .action-link:hover {
    border: none; }

.help-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 150px;
  height: 50px;
  width: 50px;
  background: #F15C28;
  border: 1px solid #F15C28;
  color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  z-index: 4;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }
  .help-toggle:hover {
    background: #F15C28;
    color: white; }
  @media (max-width: 860px) {
    .help-toggle {
      display: none; } }
  .help-toggle:hover {
    color: white; }

.more:after {
  display: inline-block;
  color: inherit;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: inherit;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  top: 1px;
  padding-left: 0.4em; }

.i-hover a:hover, .i-hover:hover {
  text-decoration: none; }

.fuse-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  z-index: 999; }
  .fuse-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .fuse-overlay.active .inner {
      overflow-y: auto; }
      .fuse-overlay.active .inner > div {
        opacity: 1;
        visibility: visible;
        display: block !important; }
      .fuse-overlay.active .inner #theme-comments {
        max-width: 600px;
        margin: 0 auto; }
        .fuse-overlay.active .inner #theme-comments #fuse-comments {
          margin: 50px 0; }
  .fuse-overlay .overlay-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
    z-index: 1; }

.support-overlay {
  background: rgba(45, 42, 39, 0.92);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: 0.35s all ease-in-out;
  -moz-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  z-index: 999; }
  .support-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease; }
    .support-overlay.active .inner {
      overflow-y: auto; }
      .support-overlay.active .inner .support-form {
        max-width: 700px;
        padding: 15px;
        width: 100%;
        margin: 50px auto; }
        .support-overlay.active .inner .support-form h1 {
          color: white; }
        .support-overlay.active .inner .support-form input {
          font-size: 13px;
          padding: 8px; }
        .support-overlay.active .inner .support-form input[type="submit"] {
          padding: 12px 34px; }
        .support-overlay.active .inner .support-form textarea {
          font-size: 13px;
          padding: 12px; }
        .support-overlay.active .inner .support-form div.wpcf7-mail-sent-ok {
          padding: 0;
          border: none;
          margin: 0;
          font-size: 12px; }
        .support-overlay.active .inner .support-form div.wpcf7-validation-errors {
          padding: 0;
          border: none;
          margin: 0;
          font-size: 12px;
          display: none !important; }
        .support-overlay.active .inner .support-form span.wpcf7-not-valid-tip {
          margin-top: 10px;
          font-size: 12px;
          display: none; }
  .support-overlay .support-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 1; }

.mobile-scrollable {
  overflow-y: scroll; }

.share-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 14;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0ms linear 401ms, -webkit-transform 0ms linear 401ms, -webkit-transform 0ms linear 401ms, opacity 400ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 0ms;
  transition: visibility 0ms linear 401ms, transform 0ms linear 401ms, -webkit-transform 0ms linear 401ms, opacity 400ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 0ms; }
  .share-popup.open {
    opacity: 1;
    visibility: visible;
    transition: visibility 0ms linear 0ms, -webkit-transform 0ms linear 0ms, -webkit-transform 0ms linear 0ms, opacity 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 0ms;
    transition: visibility 0ms linear 0ms, transform 0ms linear 0ms, -webkit-transform 0ms linear 0ms, opacity 550ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 0ms; }
  .share-popup .close-share {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer; }
  .share-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .share-popup ul li {
      display: inline-block;
      margin: 0 30px 0 0;
      font-size: 48px; }
      .share-popup ul li a {
        color: #9b9b9b; }
        .share-popup ul li a:hover {
          color: white; }

/* Sidebar */
.light-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 16;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .light-overlay.visible {
    opacity: 1;
    visibility: visible; }

.close-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 15px; }

.fuse-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 28%;
  background: white;
  z-index: 9999;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14px; }
  .fuse-sidebar .inner {
    padding: 2.75rem 2rem 2.25rem; }
  .fuse-sidebar h2 {
    text-align: center;
    margin: 0 0 20px 0; }
  .fuse-sidebar.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

html {
  position: relative;
  height: 100%; }

body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  transition: background .5s;
  line-height: 1.5em;
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300; }
  body.overlay-open, body.menu-open {
    width: 100%;
    height: 100%;
    overflow: hidden; }

a {
  text-decoration: none;
  -webkit-transition: color 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: color 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  transition: color 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  color: #000000; }
  a.grey-link {
    color: #9b9b9b;
    text-decoration: underline; }
    a.grey-link:hover {
      color: #ABABAB; }
  a.standard-link {
    text-decoration: underline; }

.standard-link a:hover, a.standard-link:hover {
  text-decoration: none; }

p {
  line-height: 1.5;
  margin: 0 0 20px; }
  p.sub {
    font-size: 0.875em; }

figure {
  line-height: 1.5; }

blockquote {
  border-left: 4px solid #C8C8C8;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  color: #2D2A27; }

ol, ul {
  font-size: 1em;
  list-style-position: inside; }

ol {
  margin: 0 0 20px 0; }

li {
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 15px 0;
  font-weight: 300;
  letter-spacing: -1px; }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-weight: normal; }

h1 {
  font-size: 48px; }
  @media (max-width: 410px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 2.3em; }

h3 {
  font-size: 1.875em;
  line-height: 1.2; }

h4 {
  font-size: 1.25em;
  line-height: 1; }

h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0; }

h6 {
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }

strong {
  color: #2D2A27; }

input {
  font-size: 1em;
  box-shadow: none;
  outline: none;
  line-height: 1;
  box-sizing: border-box;
  background: white;
  padding: 12px;
  color: #9B9B9B;
  border: 1px solid #C8C8C8;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }
  input[type="checkbox"] {
    cursor: pointer; }
  input[type="submit"] {
    font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    border-radius: 0;
    background: black;
    background-color: black;
    color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    padding: 12px 24px;
    display: inline-block;
    text-transform: lowercase;
    font-size: 16px;
    padding: 12px 24px;
    opacity: 1;
    line-height: 1.4;
    font-weight: normal;
    outline: none;
    border: none; }
    input[type="submit"]:hover {
      background: #959595; }

textarea {
  font-size: 1em;
  color: #9B9B9B;
  background: #FAFAFA;
  border: 2px solid #DDDDDD;
  padding: 19px;
  border-radius: 3px;
  width: 100%; }
  textarea:focus {
    background: #FFF;
    outline: 0; }

label {
  color: #9B9B9B; }

select {
  padding: 6px 4px;
  font-size: 1em;
  color: #9B9B9B;
  border: 1px solid #C8C8C8;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  user-select: none;
  outline: none;
  background: white url(../images/select-arr.svg) no-repeat 98% center;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  cursor: pointer; }

table {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-transform: capitalize; }
  table thead tr {
    border-bottom: 1px solid #C8C8C8; }
  table thead td {
    font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #918C84; }
  table tr {
    padding: 5px 0;
    border-bottom: 1px solid #C8C8C8; }
  table th {
    font-size: 16px;
    padding: 0 0 10px;
    line-height: 1.8; }
  table td {
    padding: 10px 0;
    line-height: 1.8; }

.cl:after {
  clear: both;
  display: block;
  content: ""; }

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 90%;
  padding: 0 2%; }
  @media screen and (max-width: 1500px) {
    .wrap {
      max-width: 100%;
      padding: 0 50px; } }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.capit {
  text-transform: capitalize; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.inner {
  position: relative;
  height: 100%; }

.center {
  display: table-cell;
  vertical-align: middle; }

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loda {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .5s;
  animation: loda 2s infinite linear; }
  .form .loda {
    width: 30px; }
  .loda.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .5s; }

@keyframes loda {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(-360deg); } }
.next-page {
  position: fixed;
  opacity: 0; }

.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.review-stars-only {
  margin: 0 0 30px 0; }
  .review-stars-only .wpcr3_item_name, .review-stars-only .wpcr3_dotline, .review-stars-only .wpcr3_review,
  .review-stars-only .wpcr3_aggregateRating_overallText, .review-stars-only .wpcr3_aggregateRating_reviewCount {
    display: none !important; }
  .review-stars-only .wpcr3_aggregateRating {
    margin: 0 0 15px !important; }

.theme-reviews table tr {
  border: none; }
.theme-reviews blockquote {
  padding-bottom: 0 !important; }
.theme-reviews .wpcr3_button_1 {
  border: 1px solid #F15C28;
  background: transparent;
  color: #F15C28;
  padding: 10px 20px;
  border-radius: 0;
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  line-height: 1;
  font-size: 14px;
  padding: 12px 20px; }

body .knowledgebase-search input[type="text"] {
  height: 38px; }

body .knowledgebase-search input[type="submit"] {
  height: 38px; }

[class^="pakb-icon-"]:before, [class*=" pakb-icon-"]:before {
  margin-left: 0; }

/* Tooltip */
.fuse-edit-tip {
  background: #111111;
  color: #fff; }
  .fuse-edit-tip input[type=text] {
    background: transparent;
    padding: 4px;
    border: none;
    color: #fff; }
  .fuse-edit-tip .fa {
    margin: 0 0 0 10px; }
  .fuse-edit-tip .tooltipster-content {
    font-size: 13px;
    line-height: 14px;
    padding: 6px; }

.fusetip {
  background: #111111;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.fusetip .tooltipster-content {
  font-size: 11px;
  line-height: 14px;
  padding: 5px 6px 3px 6px; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 11px;
  line-height: 14px;
  padding: 5px 6px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

#home-page {
  margin: 110px 0 0;
  text-align: center; }

.theme-preview {
  margin: 135px 0 0; }
  .theme-preview .lap {
    position: relative;
    display: block;
    background: url(../images/laptop.png);
    height: 418px;
    width: 740px;
    background-size: cover;
    margin: 0 auto; }
    .theme-preview .lap .srn {
      position: absolute;
      top: 20px;
      width: 554px;
      height: 358px;
      background: black; }

#page {
  margin-top: 47px; }
  #page .wrap {
    margin: 0 auto 0 auto; }
  body.single-themes #page {
    margin: 0; }
  #page .page-description {
    padding: 50px 0 100px;
    text-align: center;
    max-width: 36%;
    margin: 0 auto;
    width: 100%;
    color: #656565; }

#page-banner {
  visibility: hidden;
  height: 0; }

#page-container {
  overflow: hidden; }

.section {
  padding: 50px 70px; }
  @media (max-width: 860px) {
    .section {
      padding: 40px 15px !important; } }
  .section.light {
    background: white; }
  .section.accent {
    background: #F15C28;
    color: white; }
    .section.accent h1, .section.accent h2, .section.accent h3, .section.accent h4, .section.accent h5, .section.accent h6 {
      color: white; }

#utility-bar {
  background: #E9FBFE;
  height: 55px;
  color: #000000;
  overflow: hidden;
  width: 100%;
  z-index: 99;
  text-align: center;
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media (max-width: 410px) {
    #utility-bar {
      display: none; } }
  #utility-bar h3 {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    margin: 0 0 4px; }
  #utility-bar h6 {
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    margin: 0 18px 0 0; }
  #utility-bar ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    #utility-bar ul li {
      margin: 0 18px 0 0;
      line-height: 55px;
      padding: 0;
      display: inline-block;
      font-size: 16px; }
      #utility-bar ul li a {
        color: black;
        opacity: 0.6;
        cursor: pointer;
        display: block; }
        #utility-bar ul li a:hover {
          color: black;
          opacity: 1; }
      #utility-bar ul li p {
        margin: 0; }
      #utility-bar ul li.active a {
        opacity: 1; }
      #utility-bar ul li:last-child {
        margin: 0; }
      #utility-bar ul li .btn {
        color: #F15C28;
        padding: 9px 18px 6px 18px;
        margin-top: -2px; }
        #utility-bar ul li .btn:hover {
          color: white; }

body.page-template-landing-page #page {
  margin: 0; }
body.page-template-landing-page #page .wrap {
  margin: 0 auto; }

#landing-content {
  margin: 0 auto;
  width: 100%; }
#landing-slider {
  padding: 0; }
#landing-about {
  padding: 100px 0;
  text-align: center;
  max-width: 36%;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 860px) {
    #landing-about {
      max-width: 100%; } }
  #landing-about p {
    font-size: 20px;
    margin: 0; }
#landing-features {
  padding: 0;
  text-align: center; }
  #landing-features .feature {
    padding: 90px 70px; }
    #landing-features .feature figure {
      max-width: 71%;
      margin: 0 auto 32px auto; }
      @media (max-width: 860px) {
        #landing-features .feature figure {
          max-width: 100%; } }
    #landing-features .feature .feature-image {
      overflow: hidden;
      margin-top: 60px; }
      #landing-features .feature .feature-image:hover img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
      #landing-features .feature .feature-image img {
        vertical-align: middle;
        -webkit-transition: transform 6s ease-in-out;
        transition: transform 6s ease-in-out; }
#landing .section .half {
  width: 48.5%;
  float: left;
  margin: 0 3% 0 0; }
  #landing .section .half:last-child {
    margin: 0;
    background: #F5F5F5; }
  @media (max-width: 860px) {
    #landing .section .half {
      width: 100%;
      margin: 0;
      float: none;
      padding: 30px;
      margin: 0 0 20px 0; } }
#landing-testimonials {
  margin: 128px auto;
  max-width: 70%;
  width: 100%;
  background: #E9FBFE;
  padding: 0;
  color: black; }
  @media (max-width: 860px) {
    #landing-testimonials {
      max-width: 100%; } }
  #landing-testimonials .testimonial-image {
    position: absolute;
    left: 40px;
    top: -33px;
    z-index: 0;
    max-width: 329px;
    width: 100%; }
    @media (max-width: 860px) {
      #landing-testimonials .testimonial-image {
        position: relative;
        left: initial;
        top: initial; } }
    @media (max-width: 860px) {
      #landing-testimonials .testimonial-image img {
        width: 100%; } }
  #landing-testimonials .testimonial-text {
    padding: 40px 60px 40px 420px;
    z-index: 2; }
    #landing-testimonials .testimonial-text figure {
      font-size: 16px; }
    @media (max-width: 860px) {
      #landing-testimonials .testimonial-text {
        padding: 0; } }
    #landing-testimonials .testimonial-text a {
      font-size: 15px; }

body.post-type-archive-fuse_help #page-banner, body.tax-help_cat #page-banner, body.tax-platform_docs #page-banner {
  text-align: center;
  overflow: hidden;
  visibility: visible;
  height: auto; }
  body.post-type-archive-fuse_help #page-banner .wrap, body.tax-help_cat #page-banner .wrap, body.tax-platform_docs #page-banner .wrap {
    padding: 47px 40px 84px; }
body.post-type-archive-fuse_help, body.tax-help_cat, body.single-fuse_help {
  background: #fff;
  transition: background .5s; }
  body.post-type-archive-fuse_help #page h3, body.tax-help_cat #page h3, body.single-fuse_help #page h3 {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 30px; }
  body.post-type-archive-fuse_help #page h5, body.tax-help_cat #page h5, body.single-fuse_help #page h5 {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal; }
    body.post-type-archive-fuse_help #page h5.ico, body.tax-help_cat #page h5.ico, body.single-fuse_help #page h5.ico {
      font-size: 1em; }
    body.post-type-archive-fuse_help #page h5 i, body.tax-help_cat #page h5 i, body.single-fuse_help #page h5 i {
      margin: 0 9px 0 0; }
  body.post-type-archive-fuse_help #page h6.view-a, body.tax-help_cat #page h6.view-a, body.single-fuse_help #page h6.view-a {
    text-transform: uppercase;
    font-size: 13px; }
  body.post-type-archive-fuse_help #page .logged-in, body.tax-help_cat #page .logged-in, body.single-fuse_help #page .logged-in {
    margin-top: 20px; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-up:before, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-up:before, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-up:before {
    font-family: FontAwesome;
    content: "\f087   "; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-up, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-up, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-up {
    border: 1px solid #99CC32;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: transparent !important;
    color: #666666; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-down:before, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-down:before, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-down:before {
    font-family: FontAwesome;
    content: "\f088   "; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-down, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-down, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-down {
    border: 1px solid #C7220F;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: transparent !important;
    color: #666666; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-down:hover, body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-up:hover, body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-voted, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-down:hover, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-up:hover, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-voted, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-down:hover, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-up:hover, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-voted {
    color: #111111; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-voted.thumbs-rating-up, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-voted.thumbs-rating-up, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-voted.thumbs-rating-up {
    border: 1px solid #99CC32; }
  body.post-type-archive-fuse_help #page .thumbs-rating-container .thumbs-rating-voted.thumbs-rating-down, body.tax-help_cat #page .thumbs-rating-container .thumbs-rating-voted.thumbs-rating-down, body.single-fuse_help #page .thumbs-rating-container .thumbs-rating-voted.thumbs-rating-down {
    border: 1px solid #C7220F; }

@media (max-width: 785px) {
  .single-fuse_help .content, .single-fuse_help .sidebar {
    float: none;
    width: 100% !important;
    margin: 0 0 20px !important; } }

ul.help {
  font-size: 0.925em;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.help li {
    margin: 0 0 13px;
    padding: 0; }

body.no-token .post-token {
  display: none; }
body.no-token .pre-token {
  display: block; }

body.token-received .post-token {
  display: block; }
body.token-received .pre-token {
  display: none; }

.theme-sizer, .theme-item {
  width: 23%;
  margin: 0 0 5%;
  position: relative;
  float: left;
  padding: 0 20px; }
  @media (max-width: 680px) {
    .theme-sizer, .theme-item {
      width: 48.5%; } }
  @media (max-width: 510px) {
    .theme-sizer, .theme-item {
      width: 48.5%;
      margin: 0 0 20px; } }
  .theme-sizer > a, .theme-item > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
.theme-gutter {
  width: 2.6666666667%; }

.theme-prev {
  position: relative;
  padding: 0;
  margin-top: -20px;
  text-align: center; }
  .theme-prev .bar {
    position: relative; }
  .theme-prev img {
    display: block; }
  .theme-prev .i {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .theme-prev .i > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1; }
      .theme-prev .i > a:hover .theme-name {
        border: none; }
    .theme-prev .i video {
      width: 100%; }
  .theme-prev .theme-name {
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-style: italic;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    border-bottom: 1px solid black;
    text-align: center; }

#theme-single {
  padding-top: 50px; }
  #theme-single .theme-sidebar {
    float: right;
    width: 100%;
    font-size: 14px; }
    #theme-single .theme-sidebar .inner {
      padding: 0 20% 0 0; }
    #theme-single .theme-sidebar .theme-content {
      margin: 0 0 110px 0; }
      @media (max-width: 860px) {
        #theme-single .theme-sidebar .theme-content {
          padding: 0;
          width: 100%;
          float: none;
          margin: 0 auto 20px auto; } }
      #theme-single .theme-sidebar .theme-content .theme-title {
        margin-bottom: 45px; }
      #theme-single .theme-sidebar .theme-content .theme-actions {
        border-bottom: 2px solid black; }
        #theme-single .theme-sidebar .theme-content .theme-actions ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          #theme-single .theme-sidebar .theme-content .theme-actions ul li {
            float: left;
            width: 33.33%;
            text-transform: uppercase;
            font-size: 12px;
            margin: 0;
            padding: 0;
            text-align: center;
            position: relative; }
            #theme-single .theme-sidebar .theme-content .theme-actions ul li a {
              display: block;
              padding: 12px;
              white-space: nowrap; }
              #theme-single .theme-sidebar .theme-content .theme-actions ul li a svg {
                display: inline-block;
                margin: 0 7px 0 0;
                vertical-align: bottom; }
      #theme-single .theme-sidebar .theme-content .theme-trial a {
        cursor: pointer;
        color: #1E7BFF;
        text-align: center;
        padding: 26px 0;
        display: block;
        line-height: 1; }
        #theme-single .theme-sidebar .theme-content .theme-trial a:hover {
          text-decoration: underline; }
  #theme-single .theme-features {
    margin: 70px 0 0 0; }
    @media (max-width: 860px) {
      #theme-single .theme-features {
        margin: 20px 0 0 0; } }
    #theme-single .theme-features ul {
      list-style-position: outside;
      padding: 0 0 0 20px; }
      @media (max-width: 860px) {
        #theme-single .theme-features ul {
          float: none;
          width: 100%;
          margin: 0; } }
      #theme-single .theme-features ul li {
        list-style: bullet;
        margin: 0 0 4px 0; }
        @media (max-width: 860px) {
          #theme-single .theme-features ul li {
            padding: 0; } }
      #theme-single .theme-features ul p:last-child {
        margin: 0; }
  #theme-single .theme-left {
    width: 55%;
    float: left; }
    #theme-single .theme-left .sidebar-section {
      border-top: 2px solid black;
      padding-top: 28px;
      margin-bottom: 80px; }
      #theme-single .theme-left .sidebar-section a {
        border-bottom: 1px solid black; }
        #theme-single .theme-left .sidebar-section a:hover {
          border: none; }
  #theme-single .theme-thumbnail {
    overflow: hidden;
    float: left;
    padding-right: 15px;
    font-size: 14px;
    width: 15%; }
    @media (max-width: 860px) {
      #theme-single .theme-thumbnail {
        width: 100%;
        float: none; } }
    #theme-single .theme-thumbnail ul {
      margin-top: 36px; }
      #theme-single .theme-thumbnail ul li {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0;
        cursor: pointer; }
        #theme-single .theme-thumbnail ul li.active {
          border: 1px solid black; }
  #theme-single .theme-images {
    min-height: 446px;
    width: 85%;
    float: right; }
    @media (max-width: 860px) {
      #theme-single .theme-images {
        width: 100%;
        float: none; } }
    #theme-single .theme-images h2 {
      text-align: center; }
    #theme-single .theme-images .slider {
      position: relative; }
      @media (max-width: 860px) {
        #theme-single .theme-images .slider {
          height: auto; } }
      #theme-single .theme-images .slider li {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        display: none; }
        #theme-single .theme-images .slider li:first-child {
          display: list-item; }

#theme-frame {
  position: fixed;
  height: 100%;
  width: 100%;
  display: none; }
  #theme-frame .bar {
    height: 123px;
    background: transparent;
    padding: 35px; }
    #theme-frame .bar span {
      margin: 0 20px; }
      #theme-frame .bar span a {
        color: white; }
  #theme-frame .prev {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 123px); }
    #theme-frame .prev iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
#theme-comments .logged-in {
  padding: 30px 0 40px 0;
  text-align: center; }
#theme-related {
  text-align: center; }

#theme-install {
  font-size: 14px; }
  #theme-install .htm-box {
    background: #F5F5F5;
    color: #000;
    height: 80%;
    margin: 0 0 15px;
    padding: 15px;
    font-size: 12px;
    width: 100%;
    display: block;
    border-radius: 0;
    border: none; }
  #theme-install figure {
    text-align: center; }
  #theme-install .ins-btm p {
    color: #918C84;
    line-height: 34px; }

#theme-single .sticky-wrapper {
  width: 34% !important;
  float: left; }
  @media (max-width: 860px) {
    #theme-single .sticky-wrapper {
      width: 100% !important;
      float: none; } }

#docs-content {
  float: right;
  width: 73%;
  color: #656565; }
  @media (max-width: 880px) {
    #docs-content {
      width: 65%; } }
  @media (max-width: 560px) {
    #docs-content {
      width: 100%; } }
  #docs-content h2, #docs-content h3, #docs-content h4 {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal; }
    #docs-content h2 a, #docs-content h3 a, #docs-content h4 a {
      color: #2D2A27; }
  #docs-content p a {
    color: #99CC32; }
    #docs-content p a:hover {
      color: #1E7BFF; }
  #docs-content article {
    margin: 0 0 60px; }
    #docs-content article p:last-child {
      margin: 0; }
#docs-sidebar {
  float: left;
  width: 23%;
  margin: 0; }
  #docs-sidebar .contents-table {
    border-right: 2px solid #C8C8C8; }
    #docs-sidebar .contents-table .fuse-section {
      padding: 0;
      margin: 0 0 15px;
      border: none; }
      #docs-sidebar .contents-table .fuse-section h4 {
        margin: 0; }
      #docs-sidebar .contents-table .fuse-section a {
        color: #2D2A27;
        display: block; }
      #docs-sidebar .contents-table .fuse-section ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin: 10px 0 0;
        padding: 0;
        font-size: .9em; }
        #docs-sidebar .contents-table .fuse-section ul li {
          margin: 0;
          padding: 0;
          line-height: 1.8; }
          #docs-sidebar .contents-table .fuse-section ul li a {
            color: #838383; }

.sticky-wrapper {
  width: 23%; }
  @media (max-width: 880px) {
    .sticky-wrapper {
      width: 30%; } }
  @media (max-width: 560px) {
    .sticky-wrapper {
      display: none; } }
  .sticky-wrapper #docs-sidebar {
    width: 100%;
    margin: 0; }
  .sticky-wrapper.is-sticky #docs-sidebar {
    margin: 0; }

body.single-fuse_docs #page, body.post-type-archive-fuse_docs #page, body.tax-platform_docs #page {
  margin: 47px 0; }
body.post-type-archive-fuse_docs #page h3 {
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 30px; }
body.post-type-archive-fuse_docs #page a {
  color: #99CC32; }
  body.post-type-archive-fuse_docs #page a:hover {
    color: #1E7BFF; }
body.tax-platform_docs #page h3 {
  font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }
body.tax-platform_docs #page h5 {
  font-size: 1em; }
body.tax-platform_docs #page ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  body.tax-platform_docs #page ul a {
    color: #99CC32; }
    body.tax-platform_docs #page ul a:hover {
      color: #1E7BFF; }

html body #edd_checkout_wrap {
  background: white;
  max-width: 740px;
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto; }
  html body #edd_checkout_wrap #edd_checkout_cart {
    margin: 0; }
    html body #edd_checkout_wrap #edd_checkout_cart th {
      background: black;
      color: white;
      padding: 12px 20px;
      font-weight: normal; }
    html body #edd_checkout_wrap #edd_checkout_cart td.edd_cart_item_name {
      font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      color: black; }
  html body #edd_checkout_wrap #edd_checkout_user_info {
    padding: 0; }
  html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset {
    border: none;
    padding: 0;
    margin: 30px 0; }
    html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_payment_mode_select {
      padding: 20px 20px 0 20px; }
    html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset#edd_cc_fields {
      background: white; }
    html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset .card-expiration select {
      padding: 4px 20px 4px 6px;
      text-align: left; }
    html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset #edd_final_total_wrap {
      text-align: center;
      border: none;
      background: transparent;
      font-size: 24px;
      font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-weight: normal; }
      html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset #edd_final_total_wrap strong {
        font-size: 24px; }
      html body #edd_checkout_wrap #edd_checkout_form_wrap fieldset #edd_final_total_wrap .edd_cart_amount {
        color: #38c238; }
  html body #edd_checkout_wrap #edd_checkout_form_wrap legend {
    margin-bottom: 30px;
    border-bottom: 3px solid #eaeaea;
    padding: 0 0 6px; }
  html body #edd_checkout_wrap label {
    display: inline; }
  html body #edd_checkout_wrap #edd-purchase-button, html body #edd_checkout_wrap .edd-submit, html body #edd_checkout_wrap input[type=submit].edd-submit {
    font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    border-radius: 0;
    background: black;
    background-color: black;
    color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    padding: 12px 24px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 24px;
    opacity: 1;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: normal;
    outline: none;
    font-size: 17px;
    padding: 20px 16px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    display: block; }
    html body #edd_checkout_wrap #edd-purchase-button:hover, html body #edd_checkout_wrap .edd-submit:hover, html body #edd_checkout_wrap input[type=submit].edd-submit:hover {
      background: #959595; }
    @media (max-width: 860px) {
      html body #edd_checkout_wrap #edd-purchase-button, html body #edd_checkout_wrap .edd-submit, html body #edd_checkout_wrap input[type=submit].edd-submit {
        font-size: 16px;
        padding: 18px 14px; } }
  html body #edd_checkout_wrap #edd_purchase_submit .edd-submit {
    margin: 0; }

#header {
  background: #ffffff;
  padding: 55px 0; }
  #header.fixed {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100; }

.header-announcement {
  padding: 26px 0;
  font-size: 22px;
  color: black;
  text-align: center;
  width: 100%;
  background: #FFF6CD;
  display: none; }

.logo {
  display: block;
  margin: 0 52px 0 0;
  float: left;
  background-image: url("../images/logo_header.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 27px;
  width: 72px; }

.nav {
  float: left;
  letter-spacing: -.5px; }
  .nav ul {
    float: left;
    font-size: 23px;
    margin: 0; }
    .nav ul li {
      display: inline-block;
      margin: 0 44px 0 0;
      padding: 0; }
      .nav ul li a {
        color: black;
        padding: 0 0 1px 0;
        line-height: 30px;
        display: block;
        position: relative;
        transition: width .3s ease-in-out,background-color .3s ease-in-out, color .3s ease-in-out;
        font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal; }
        .nav ul li a:hover {
          color: black; }
          .nav ul li a:hover:after {
            width: 100%; }
        .nav ul li a:after {
          background-color: #000;
          position: absolute;
          bottom: 0;
          content: "";
          height: 1px;
          left: 0;
          width: 0;
          transition: width .3s ease-in-out,background-color .3s ease-in-out; }
      .nav ul li:last-child a {
        margin: 0; }
  .nav.right {
    line-height: 26px;
    float: right;
    color: #656565;
    margin-right: -11px; }
    .nav.right ul {
      text-transform: none;
      font-size: 18px;
      letter-spacing: 0;
      position: relative; }
      .nav.right ul li {
        margin: 0;
        text-align: right; }
        .nav.right ul li a {
          line-height: initial;
          color: #656565;
          padding: 0 11px; }
          .nav.right ul li a:hover {
            color: black; }
            .nav.right ul li a:hover:after {
              display: none; }
        .nav.right ul li.social-link a {
          padding: 0 4px; }
        .nav.right ul li.user-active {
          margin: 0;
          display: none;
          cursor: pointer; }
          .nav.right ul li.user-active > img {
            border-radius: 50%; }
          .nav.right ul li.user-active:hover .sub-menu-container {
            top: 45px;
            visibility: visible;
            opacity: 1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
          .nav.right ul li.user-active .sub-menu {
            background: #FFF;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            padding: 10px;
            border-radius: 3px; }
            .nav.right ul li.user-active .sub-menu-container {
              right: 22px;
              top: 40px;
              position: absolute;
              visibility: hidden;
              opacity: 0;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              .nav.right ul li.user-active .sub-menu-container:before {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 13px 10px 13px;
                border-color: transparent transparent #ffffff transparent;
                content: "";
                display: block;
                position: absolute;
                right: 0;
                top: -5px; }
              .nav.right ul li.user-active .sub-menu-container li {
                display: block;
                margin: 0;
                text-align: left; }
                .nav.right ul li.user-active .sub-menu-container li a {
                  min-width: 130px;
                  color: #6B757D; }
                  .nav.right ul li.user-active .sub-menu-container li a:hover {
                    color: #2D2A27; }
  @media (max-width: 410px) {
    .nav {
      display: none; } }

.navigation-toggle {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9999;
  display: none; }
  @media screen and (max-width: 410px) {
    .navigation-toggle {
      display: block; } }
  .navigation-toggle.open {
    z-index: 9999; }
  .navigation-toggle .navigation-burger {
    left: 0;
    float: left;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    width: 27px;
    height: 32px; }
  .navigation-toggle .nav-icon {
    margin-top: 24px;
    height: 2px !important;
    width: 27px;
    position: absolute;
    background: #F15C28; }
    .navigation-toggle .nav-icon::after, .navigation-toggle .nav-icon::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: inherit;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
      -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
      transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); }
    .navigation-toggle .nav-icon::before {
      -webkit-transform: translateY(-7px);
      -moz-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      -o-transform: translateY(-7px);
      transform: translateY(-7px); }
    .navigation-toggle .nav-icon::after {
      -webkit-transform: translateY(7px);
      -moz-transform: translateY(7px);
      -ms-transform: translateY(7px);
      -o-transform: translateY(7px);
      transform: translateY(7px); }
  .navigation-toggle a.navigation-burger.open-nav:hover .nav-icon::before {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px); }
  .navigation-toggle a.navigation-burger.open-nav:hover .nav-icon::after {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px); }
  .navigation-toggle .navigation-burger.close-nav .nav-icon {
    visibility: hidden; }
  .navigation-toggle .navigation-burger.close-nav .nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible; }
  .navigation-toggle .navigation-burger.close-nav .nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible; }

.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2D2A27;
  z-index: 0;
  color: #9b9b9b;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  height: calc(100% - 50px);
  padding: 15px;
  overflow-y: scroll; }
  .main-menu.open {
    z-index: 98;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  .main-menu .menu-nav {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal; }
    .main-menu .menu-nav ul {
      list-style: none; }
    .main-menu .menu-nav ul li {
      margin: 0;
      padding: 0; }
    .main-menu .menu-nav a {
      padding: 10px 0;
      display: block;
      font-size: 24px;
      color: white;
      text-decoration: none; }
      .main-menu .menu-nav a:hover {
        color: #F15C28; }

#footer {
  position: relative;
  clear: both;
  width: 100%;
  padding: 60px 0;
  color: #C8C8C8;
  font-size: 14px;
  background: #FFF; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #footer ul li {
      display: inline-block;
      margin: 0 40px 0 0;
      padding: 0 10px 0 0; }
  #footer-subscribe {
    background: #F5F5F5;
    text-align: center;
    height: 0;
    overflow: hidden; }
    #footer-subscribe .inner {
      padding: 36px; }
    #footer-subscribe input {
      display: inline-block;
      margin: 0 13px 0 0;
      width: auto; }

.cart-overlay .edd-cart-number-of-items {
  color: black; }
.cart-overlay ul {
  list-style: none; }
  .cart-overlay ul li {
    margin: 0;
    padding: 0; }
  .cart-overlay ul .edd-cart-item .edd-cart-item-title {
    font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px; }
  .cart-overlay ul .edd-cart-item .edd-cart-item-separator, .cart-overlay ul .edd-cart-item .edd-cart-item-quantity {
    display: none; }
  .cart-overlay ul .edd-cart-item .edd-remove-from-cart {
    display: block;
    color: #656565;
    text-transform: uppercase;
    font-size: 12px; }
  .cart-overlay ul .edd_total {
    background: none;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
    font-size: 14px; }
  .cart-overlay ul .edd_checkout {
    margin-top: 20px; }
    .cart-overlay ul .edd_checkout a {
      font-family: "au", Georgia, Helvetica Neue, Helvetica, sans-serif;
      font-weight: 300;
      font-style: normal;
      border-radius: 0;
      background: black;
      background-color: black;
      color: white;
      -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
      -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
      transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px;
      opacity: 1;
      line-height: 1.4;
      letter-spacing: 1px;
      font-weight: normal;
      outline: none;
      display: block;
      color: black;
      background: #E6F9EE;
      font-size: 15px;
      padding: 16px 12px;
      display: block;
      text-align: center;
      letter-spacing: 1px; }
      .cart-overlay ul .edd_checkout a:hover {
        background: black;
        color: white; }

#website-container {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  body.sidebar-open #website-container {
    -webkit-transform: translate3d(-28%, 0, 0);
    transform: translate3d(-28%, 0, 0); }

.content {
  width: 73%; }
  @media (max-width: 780px) {
    .content {
      width: 53%; } }
  @media (max-width: 460px) {
    .content {
      width: 100%;
      margin: 0 0 20px; } }
  .content-full {
    width: 100%; }
  .content.alt {
    width: 73%;
    margin: 0 auto; }
    @media (max-width: 460px) {
      .content.alt {
        width: 100%;
        margin: 0 0 20px; } }
  .content.content-m {
    width: 64%;
    margin: 0 auto; }
    @media (max-width: 460px) {
      .content.content-m {
        width: 100%;
        margin: 0 0 20px; } }
  .content.content-s {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 460px) {
      .content.content-s {
        width: 100%;
        margin: 0 0 20px; } }

.fuse-full {
  width: 100%; }
.fuse-half {
  float: left;
  width: 47.5%;
  margin: 0 5% 5% 0; }
  .fuse-half:nth-of-type(2n) {
    margin: 0 0 5% 0; }
  @media (max-width: 780px) {
    .fuse-half {
      float: none;
      width: 100%;
      margin: 0 0 20px; } }
.fuse-thirds {
  float: left;
  width: 31.333%;
  margin: 0 3% 5% 0;
  padding: 20px; }
  .fuse-thirds:nth-of-type(3n) {
    margin: 0 0 5% 0; }
  @media (max-width: 830px) {
    .fuse-thirds {
      width: 47.5%;
      margin: 0 5% 5% 0; }
      .fuse-thirds:nth-of-type(2n) {
        margin: 0 0 5% 0; } }
  @media (max-width: 560px) {
    .fuse-thirds {
      float: none;
      width: 100%;
      margin: 0 0 20px; }
      .fuse-thirds:nth-of-type(3n) {
        margin: 0 0 20px 0; } }
.fuse-header {
  border-bottom: 1px solid #C8C8C8;
  margin: 0 0 28px;
  padding: 0 0 12px; }
  .fuse-header h4, .fuse-header h5 {
    margin: 0;
    line-height: 1; }
    .fuse-header h4 a, .fuse-header h5 a {
      color: #2D2A27; }
      .fuse-header h4 a:hover, .fuse-header h5 a:hover {
        color: #2D2A27; }
  .fuse-header h6.right {
    text-transform: uppercase;
    margin: 3px 0 0px;
    font-size: 13px; }
    .fuse-header h6.right a {
      color: #9B9B9B; }
      .fuse-header h6.right a:hover {
        color: #656565; }
  .fuse-header p {
    float: right; }
.fuse-section {
  border-bottom: 1px solid #C8C8C8;
  margin: 0 0 20px;
  padding: 0 0 20px; }
  .fuse-section:last-child {
    border-bottom: none; }

.form {
  width: 100%;
  border-radius: 0 0 3px 3px;
  padding: 29px 16px 23px;
  background: #FFF;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative; }
  .form h5 {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #000;
    margin: 0 0 9px;
    font-size: 20px; }
  .form p {
    text-align: center;
    color: #656565;
    width: 69%;
    margin: 0 auto 20px; }
  .form input {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    border-radius: 0;
    z-index: 100; }
    .form input:focus {
      outline: none; }
  .form label {
    position: absolute;
    display: inline-block;
    padding: 0;
    pointer-events: none;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1000; }
    .form label.error {
      font-size: .7em;
      right: 5px; }
  .form input[type="submit"] {
    border: 1px solid #F15C28;
    border-radius: 0;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    line-height: 1;
    font-size: 14px;
    padding: 12px 20px; }

.rcp_message.error p {
  margin: 0 !important; }

.input--filled > label {
  transform: translate3d(0, -1.25em, 0) scale3d(0.78, 0.78, 1); }
  .input--filled > label.error {
    transform: translateY(-50%); }

.mymail-form .mymail-wrapper {
  display: inline-block; }

.mymail-field-wrapper, .mymail-submit-wrapper {
  border: none;
  padding: 0; }

.mymail-submit-wrapper, .mymail-form {
  margin: 0 !important;
  display: inline-block; }

.mymail-form-info {
  text-align: center;
  font-size: 0.875em;
  margin: 0 auto 20px !important;
  padding: 0 !important; }
  .mymail-form-info.error {
    background: transparent !important;
    color: #bf4d4d; }
  .mymail-form-info.success {
    background: transparent !important; }
    .mymail-form-info.success p {
      color: #6fbf4d !important; }

#sc-widget {
  display: none; }

#two-step {
  position: relative; }
  #two-step .account_submit {
    display: block;
    font-size: 13px;
    padding: 12px 34px;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    background: black;
    background-color: black;
    color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    padding: 12px 24px;
    border-radius: 0;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    line-height: 1;
    font-size: 14px;
    padding: 12px 20px;
    border: 1px solid #F15C28;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); }
    #two-step .account_submit:hover {
      background: #959595; }
  #two-step .step-one {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    #two-step .step-one #register-creativefield {
      width: 100%;
      margin: 0 0 15px; }
  #two-step .step-two {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(321px);
    -moz-transform: translateX(321px);
    -ms-transform: translateX(321px);
    -o-transform: translateX(321px);
    transform: translateX(321px); }

.steps {
  background: #2D2A27;
  font-size: 0.813em;
  border-radius: 3px 3px 0 0; }
  .steps ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .steps ul li {
      float: left;
      width: 49.82%;
      margin: 0;
      padding: 10px;
      border-bottom: 4px solid #918C84;
      cursor: pointer;
      line-height: 1; }
      .steps ul li a {
        color: #918C84; }
      .steps ul li.active {
        border-bottom: 4px solid #F15C28; }
        .steps ul li.active a {
          color: #A9A196; }
      .steps ul li:last-child {
        margin: 0;
        float: right; }

#register-wrap {
  float: left;
  max-width: 337px;
  width: 100%;
  display: none; }
  @media (max-width: 860px) {
    #register-wrap {
      width: 42%; } }
  @media (max-width: 680px) {
    #register-wrap {
      width: 320px;
      float: none;
      margin: 0 auto 40px; } }
  @media (max-width: 410px) {
    #register-wrap {
      float: none;
      width: 100%; } }
  #register-wrap .helper {
    margin: 0 auto;
    text-align: center;
    color: #918C84; }
  #register-wrap.active {
    visibility: visible;
    opacity: 1;
    transition: .5s all;
    display: block; }

#login-wrap {
  max-width: 337px;
  width: 100%;
  display: none; }
  #login-wrap .form {
    border-radius: 3px; }
  #login-wrap .helper {
    margin: 0 auto;
    text-align: center; }

.checkbox-wrap {
  margin: 0 0 15px;
  text-align: center; }
  .checkbox-wrap input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0; }
  .checkbox-wrap label {
    font-size: .9em;
    text-align: left;
    margin: 0 0 0 5px;
    transform: none !important;
    position: relative; }

#fuse-comments {
  clear: both;
  padding: 25px 0 0;
  margin: 25px 0 50px; }
  #fuse-comments .curr-user span {
    border-bottom: 1px solid #656565; }
  #fuse-comments #comment-wrap .avatar {
    border-radius: 3px;
    width: 7%;
    margin: 0 3% 0 0;
    float: left; }
  #fuse-comments #comment-wrap #user-post-comment {
    position: relative;
    text-align: right;
    float: left;
    width: 90%; }
    #fuse-comments #comment-wrap #user-post-comment textarea {
      background: #FFF;
      border: 1px solid #C8C8C8;
      font-size: .95em;
      margin: 0 0 16px; }
    #fuse-comments #comment-wrap #user-post-comment input[type=submit] {
      margin: 0 0 0 20px; }
  @media (max-width: 410px) {
    #fuse-comments #comment-wrap #user-post-comment {
      width: 100%;
      float: none;
      text-align: center; }
      #fuse-comments #comment-wrap #user-post-comment input[type=submit] {
        width: 100%;
        margin: 0; }
    #fuse-comments #comment-wrap .avatar {
      display: none; } }
  #fuse-comments #comment-list {
    clear: both;
    padding: 25px 0 0;
    margin: 25px 0 0;
    border-top: 1px solid #C8C8C8;
    font-size: .9em; }
    #fuse-comments #comment-list ul {
      clear: both;
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0;
      padding: 0; }
      #fuse-comments #comment-list ul li {
        margin: 0;
        padding: 0;
        overflow: hidden; }
        #fuse-comments #comment-list ul li .author {
          float: left;
          width: 5%;
          margin: 0 2% 0 0; }
          #fuse-comments #comment-list ul li .author img {
            border-radius: 3px; }
        #fuse-comments #comment-list ul li .cont {
          float: left;
          width: 93%;
          margin: 0 0 25px; }
          #fuse-comments #comment-list ul li .cont header {
            margin: 0 0 8px; }
            #fuse-comments #comment-list ul li .cont header .time-stamp {
              margin: 0 0 0 8px; }
          #fuse-comments #comment-list ul li .cont p {
            color: #2D2A27;
            margin: 0 0 10px; }
          #fuse-comments #comment-list ul li .cont a.comment-reply {
            color: #656565;
            font-size: 13px; }
      #fuse-comments #comment-list ul ul {
        margin: 0 0 0 7%;
        padding: 0; }

#settings-content header {
  text-align: center; }
  #settings-content header .avi {
    max-width: 380px;
    margin: 0 auto 15px; }
    #settings-content header .avi img {
      float: left;
      max-width: 50px;
      border-radius: 3px; }
    #settings-content header .avi #wpua-images-existing, #settings-content header .avi .updated {
      display: none; }
    #settings-content header .avi .wpua-edit {
      float: right;
      margin: 0; }
      #settings-content header .avi .wpua-edit p {
        margin: 0; }
      #settings-content header .avi .wpua-edit input[type=file] {
        width: 210px;
        margin: 0 10px 0 0; }
      #settings-content header .avi .wpua-edit button.button {
        border: 1px solid #F15C28;
        background: transparent;
        color: #F15C28;
        padding: 10px 20px;
        border-radius: 0;
        font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
        font-weight: 300;
        font-style: normal;
        text-transform: lowercase;
        line-height: 1;
        font-size: 14px;
        padding: 12px 20px; }
      #settings-content header .avi .wpua-edit h3, #settings-content header .avi .wpua-edit .submit, #settings-content header .avi .wpua-edit #wpua-upload-messages-existing {
        display: none; }
  #settings-content header h2 {
    color: #6B757D; }
  #settings-content header .social {
    margin: 0 0 15px; }
    #settings-content header .social a {
      margin: 0 3px;
      font-size: 24px;
      color: #343A46; }
#settings-content .settings-fields {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  #settings-content .settings-fields h5 {
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #000;
    margin: 0 0 9px;
    font-size: 20px; }
  #settings-content .settings-fields p {
    text-align: center;
    color: #656565;
    width: 69%;
    margin: 0 auto 20px; }
  #settings-content .settings-fields input[type=text] {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    font-size: 1.2em;
    border-radius: 0;
    z-index: 100; }
    #settings-content .settings-fields input[type=text]:focus {
      outline: none; }
  #settings-content .settings-fields label {
    position: absolute;
    display: inline-block;
    padding: 0;
    pointer-events: none;
    text-align: left;
    left: 19px;
    top: 50%;
    transform: translate3d(0, -1.5em, 0) scale3d(0.78, 0.78, 1);
    transform-origin: 0% 100%;
    transition: transform 0.4s, color 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1000; }
    #settings-content .settings-fields label.error {
      right: -15px;
      left: auto; }
  #settings-content .settings-fields input[type="submit"] {
    border: 1px solid #F15C28;
    border-radius: 0;
    font-family: "Neuzeit S LT W01 Book", Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: lowercase;
    line-height: 1;
    font-size: 14px;
    padding: 12px 20px;
    width: 100%; }
  #settings-content .settings-fields .input--filled > label {
    transform: translate3d(0, -1.5em, 0) scale3d(0.78, 0.78, 1); }
  #settings-content .settings-fields textarea {
    margin: 0 0 11px; }
  #settings-content .settings-fields .settings-status {
    position: fixed;
    width: 180px;
    font-size: .9em;
    padding: 15px 0;
    color: #2D2A27;
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0; }
#settings-content .creative-field select {
  padding: 15px 0;
  font-size: 1.1em;
  width: 100%;
  border: none;
  background-position: 100% center; }

.page-template-settings-page .header-fix {
  height: 105px; }
.page-template-settings-page #page {
  margin: 47px 0; }

#user-content {
  text-align: center; }
  #user-content header {
    text-align: center; }
    #user-content header .avi {
      margin: 0 0 15px; }
    #user-content header .social {
      margin: 0 0 15px; }
      #user-content header .social a {
        margin: 0 3px;
        font-size: 24px;
        color: #343A46; }
    #user-content header .description {
      max-width: 480px;
      margin: 0 auto; }

.author .header-fix {
  height: 105px; }
.author #page {
  margin: 47px 0; }
