/*
Theme Name: Fiducia
Description: Fiducia website
Author: Firefly Creative
Author URI: https://fireflycreative.nz
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* sass --watch style.scss:style.css */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
.contact .two-inputs .right-input {
  padding-left: 0px;
  width: 100%; }

.contact .two-inputs .left-input {
  float: none;
  padding-right: 0px;
  width: 100%; }

@media (max-width: 800px) {
  .wpcf7-form {
    margin-top: 20px; } }
textarea {
  resize: none; }

form input.wpcf7-form-control, form textarea.wpcf7-form-control, form select {
  border: 1px solid #737984 !important;
  width: 100%;
  font-size: 16px !important;
  outline: none;
  height: 48px !important;
  font-family: 'lato' !important;
  color: #737984 !important;
  margin-bottom: 20px !important;
  background-color: #FFFFFA !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  form input.wpcf7-form-control::-webkit-input-placeholder, form textarea.wpcf7-form-control::-webkit-input-placeholder, form select::-webkit-input-placeholder {
    color: #737984 !important;
    font-size: 16px !important; }
  form input.wpcf7-form-control::-moz-placeholder, form textarea.wpcf7-form-control::-moz-placeholder, form select::-moz-placeholder {
    color: #737984 !important;
    font-size: 16px !important; }
  form input.wpcf7-form-control:-moz-placeholder, form textarea.wpcf7-form-control:-moz-placeholder, form select:-moz-placeholder {
    color: #737984 !important;
    font-size: 16px !important; }
  form input.wpcf7-form-control:-ms-input-placeholder, form textarea.wpcf7-form-control:-ms-input-placeholder, form select:-ms-input-placeholder {
    color: #737984 !important;
    font-size: 16px !important; }
form textarea.wpcf7-form-control {
  padding-top: 13px;
  height: 90px !important; }
form input {
  height: 50px;
  margin-bottom: 20px;
  background-color: #FFFFFA; }
form input[type="submit"] {
  text-align: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #FF6B00 !important;
  color: white !important;
  padding: 6px 30px !important;
  margin: 0 !important;
  float: right; }
  form input[type="submit"]:not(.button-text) {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #FFFFFA !important;
    margin-bottom: 15px !important;
    border-color: #FF6B00 !important;
    padding: 10px 24px;
    margin-top: 20px; }
    form input[type="submit"]:not(.button-text) span {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important; }
    form input[type="submit"]:not(.button-text):hover {
      background: #FFFFFA;
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      border-color: #FFFFFA !important; }
      form input[type="submit"]:not(.button-text):hover span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important; }
  form input[type="submit"]:hover {
    margin-bottom: 0 !important; }

.two-inputs {
  width: 100%; }
  @media (min-width: 800px) {
    .two-inputs .left-input {
      float: left;
      padding-right: 10px;
      width: 50%; }
    .two-inputs .right-input {
      float: right;
      padding-left: 10px;
      width: 50%; } }

.single-input {
  width: 100%; }

.fusion-footer form input[type="submit"] {
  text-align: right;
  background-color: transparent !important;
  color: white !important;
  padding: 6px 30px !important;
  margin: 0 !important;
  float: right;
  border: none !important;
  color: #FF6B00 !important;
  text-decoration: none !important;
  position: relative !important;
  display: inline-block !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: .19px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 !important;
  margin-top: -14px !important; }
  .fusion-footer form input[type="submit"] span {
    color: #FF6B00 !important; }
  .fusion-footer form input[type="submit"]:after {
    content: '';
    width: 28px;
    height: 15px;
    display: block;
    background: url(img/link-arrow.svg) no-repeat top left;
    position: absolute;
    right: -36px;
    bottom: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .fusion-footer form input[type="submit"]:before {
    display: none !important; }
  .fusion-footer form input[type="submit"]:hover {
    text-decoration: none;
    color: #ff7a1a; }
    .fusion-footer form input[type="submit"]:hover:after {
      right: -40px; }
  .fusion-footer form input[type="submit"]:hover {
    margin-bottom: 0 !important; }

.search-table {
  display: block; }
  .search-table .search-field {
    display: block; }
    .search-table .search-field input {
      height: 48px !important;
      color: #737984 !important;
      padding-right: 40px !important;
      text-align: right;
      font-size: 18px !important;
      font-family: 'lato';
      letter-spacing: .7px !important;
      border-color: rgba(115, 121, 132, 0.5) !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      outline: 0 !important;
      background-color: #FFFFFA !important; }
      .search-table .search-field input::-webkit-input-placeholder {
        color: #737984;
        font-style: italic;
        text-align: right;
        font-size: 18px !important; }
      .search-table .search-field input::-moz-placeholder {
        color: #737984;
        font-style: italic;
        text-align: right;
        font-size: 18px !important; }
      .search-table .search-field input:-moz-placeholder {
        color: #737984;
        font-style: italic;
        text-align: right;
        font-size: 18px !important; }
      .search-table .search-field input:-ms-input-placeholder {
        color: #737984;
        font-style: italic;
        text-align: right;
        font-size: 18px !important; }
  .search-table .search-button {
    display: block !important;
    position: absolute !important;
    right: 0;
    top: 0; }
    .search-table .search-button input[type="submit"] {
      background-color: transparent !important;
      height: 48px !important;
      color: #737984 !important;
      margin-bottom: 0 !important;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
      .search-table .search-button input[type="submit"]:hover {
        color: #737984 !important;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }

.fusion-button {
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: .36px !important;
  color: ##EE6E2F !important;
  margin-bottom: 15px !important;
  padding: 10px 24px; }

.fusion-button.btn-grey {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .fusion-button.btn-grey:not(.button-text) {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important;
    border-color: #737984 !important;
    padding: 10px 24px;
    margin-top: 20px; }
    .fusion-button.btn-grey:not(.button-text) span {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #737984 !important;
      margin-bottom: 15px !important; }
    .fusion-button.btn-grey:not(.button-text):hover {
      background: #737984;
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      border-color: #FFFFFA !important; }
      .fusion-button.btn-grey:not(.button-text):hover span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important; }

.fusion-button.btn-orange {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .fusion-button.btn-orange:not(.button-text) {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #FF6B00 !important;
    margin-bottom: 15px !important;
    border-color: #FF6B00 !important;
    padding: 10px 24px;
    margin-top: 20px; }
    .fusion-button.btn-orange:not(.button-text) span {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FF6B00 !important;
      margin-bottom: 15px !important; }
    .fusion-button.btn-orange:not(.button-text):hover {
      background: #FF6B00;
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      border-color: #FFFFFA !important; }
      .fusion-button.btn-orange:not(.button-text):hover span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important; }

.fusion-button.button-text {
  border: none !important;
  color: #FF6B00 !important;
  text-decoration: none !important;
  position: relative !important;
  display: inline-block !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: .19px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 !important; }
  .fusion-button.button-text span {
    color: #FF6B00 !important; }
  .fusion-button.button-text:after {
    content: '';
    width: 28px;
    height: 15px;
    display: block;
    background: url(img/link-arrow.svg) no-repeat top left;
    position: absolute;
    right: -36px;
    bottom: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .fusion-button.button-text:before {
    display: none !important; }
  .fusion-button.button-text:hover {
    text-decoration: none;
    color: #ff7a1a; }
    .fusion-button.button-text:hover:after {
      right: -40px; }

html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility; }

body {
  background-color: #FFFFFA !important;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .36px;
  color: #737984; }
  body em {
    font-style: italic; }
  body strong {
    font-weight: 700; }

#fusion-gmap-container, #main, #sliders-container, #wrapper, .fusion-separator .icon-wrapper, body, html {
  background-color: #FFFFFA !important; }

h1,
.post-content h1 {
  font-size: 45px !important;
  font-weight: 700 !important;
  letter-spacing: 1.85px !important;
  color: #FF6B00;
  margin-bottom: 28px;
  line-height: 54px !important; }
  @media (max-width: 800px) {
    h1,
    .post-content h1 {
      font-size: 35px !important;
      line-height: 40px !important; } }

h2,
.post-content h2 {
  font-size: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 1.47px !important;
  line-height: 40px !important;
  color: #FF6B00;
  margin-bottom: 25px; }

h3,
.post-content h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.9px !important;
  color: #737984;
  margin-bottom: 16px; }

h4,
.post-content h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.74px !important;
  color: #737984;
  margin-bottom: 10px; }

.h2-hero h2 {
  font-size: 45px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  color: #fff;
  letter-spacing: 1.47px !important;
  margin-bottom: 30px; }

.h2-white h2, .body-white {
  color: #fff !important; }

.h2-orange h2 {
  color: #ff8100 !important; }

#homepage-orange-grey {
  color: #fff; }
  #homepage-orange-grey h1,
  #homepage-orange-grey .post-content h1,
  #homepage-orange-grey h2,
  #homepage-orange-grey .post-content h2,
  #homepage-orange-grey h3,
  #homepage-orange-grey .post-content h3,
  #homepage-orange-grey h4,
  #homepage-orange-grey .post-content h4,
  #homepage-orange-grey h5,
  #homepage-orange-grey .post-content h5,
  #homepage-orange-grey h6,
  #homepage-orange-grey .post-content h6 {
    color: #fff !important; }
    #homepage-orange-grey h1:before,
    #homepage-orange-grey .post-content h1:before,
    #homepage-orange-grey h2:before,
    #homepage-orange-grey .post-content h2:before,
    #homepage-orange-grey h3:before,
    #homepage-orange-grey .post-content h3:before,
    #homepage-orange-grey h4:before,
    #homepage-orange-grey .post-content h4:before,
    #homepage-orange-grey h5:before,
    #homepage-orange-grey .post-content h5:before,
    #homepage-orange-grey h6:before,
    #homepage-orange-grey .post-content h6:before {
      display: none; }

.fusion-layout-column {
  margin-bottom: 0 !important; }

.element_spacer {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.constrained {
  max-width: 1180px;
  margin: auto;
  position: relative; }

.fusion-header {
  background-color: #FFFFFA !important; }

.fusion-main-menu {
  overflow: visible !important; }
  .fusion-main-menu > ul > li > a {
    font-size: 17px !important; }
  .fusion-main-menu #menu-mainnav .current_page_parent .menu-text {
    color: #FF6B00; }
    .fusion-main-menu #menu-mainnav .current_page_parent .menu-text:active, .fusion-main-menu #menu-mainnav .current_page_parent .menu-text:focus {
      color: #FF6B00; }
  .fusion-main-menu #cart-menu {
    position: relative; }
    @media (max-width: 800px) {
      .fusion-main-menu #cart-menu {
        display: none; } }
    .fusion-main-menu #cart-menu .menu-text {
      display: inline-block; }
      .fusion-main-menu #cart-menu .menu-text:after {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        content: '';
        display: block;
        width: 19px;
        height: 19px;
        position: absolute;
        right: -20px;
        background: url(img/cart.svg) no-repeat top left;
        top: 32px;
        cursor: pointer; }
        .fusion-main-menu #cart-menu .menu-text:after:hover {
          background: url(img/cart-orange.svg) no-repeat top left; }
    .fusion-main-menu #cart-menu .badge {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: block;
      position: absolute;
      top: 21px;
      left: 10px;
      background: #FF6B00;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      line-height: 1;
      padding: 3px 0 0 5px;
      font-size: 13px;
      font-weight: 700;
      color: #FFFFFA;
      border: 1px solid #FFFFFA; }
  .fusion-main-menu .fusion-custom-menu-item-contents form {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
  .fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
    padding: 0 !important;
    width: 1000px;
    background-color: #FFFFFA;
    border: none;
    top: 18px;
    right: -14px; }
    .fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents form {
      right: 0;
      float: right;
      width: 400px;
      opacity: 1; }
      .fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents form input {
        border: none !important; }
  .fusion-main-menu .sub-menu {
    background-color: #828790;
    border: none !important;
    left: 40% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 298px; }
    .fusion-main-menu .sub-menu li a {
      color: #FFFFFA !important;
      border: none !important;
      font-size: 17px !important;
      font-family: "lato" !important;
      padding: 12px 20px  !important; }
      .fusion-main-menu .sub-menu li a:hover {
        color: #FFFFFA !important;
        background-color: #636972 !important; }
    .fusion-main-menu .sub-menu li.current-menu-item a {
      background-color: #636972 !important;
      color: #FFFFFA !important; }
  .fusion-main-menu .menu-item > .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 8px solid #828790;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }

.fusion-is-sticky img.fusion-standard-logo {
  padding: 3px; }
.fusion-is-sticky .fusion-main-menu {
  overflow: visible !important; }
  .fusion-is-sticky .fusion-main-menu > ul > li > a {
    font-size: 17px !important;
    color: #737984; }
.fusion-is-sticky #cart-menu .menu-text:after {
  top: 23px; }
.fusion-is-sticky #cart-menu .badge {
  top: 12px; }
.fusion-is-sticky .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
  top: 8px; }

.fusion-is-sticky .fusion-main-menu > ul > li {
  padding-right: 20px; }

.section_disclaimer {
  padding-top: 25px !important;
  padding-bottom: 5px !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  background: rgba(255, 107, 0, 0.6) !important; }
  .section_disclaimer span, .section_disclaimer p, .section_disclaimer em {
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: .16px !important;
    color: #FFFFFA !important;
    font-style: italic;
    text-align: center; }
  .section_disclaimer .fusion-layout-column {
    margin-bottom: 0 !important; }

.fusion-button-wrapper {
  display: block !important; }

.section_2-columns {
  padding-top: 0px !important;
  padding-bottom: 50px !important; }
  .section_2-columns:not(.center-divider) h1,
  .section_2-columns:not(.center-divider) .post-content h1,
  .section_2-columns:not(.center-divider) h2,
  .section_2-columns:not(.center-divider) .post-content h2,
  .section_2-columns:not(.center-divider) h3,
  .section_2-columns:not(.center-divider) .post-content h3,
  .section_2-columns:not(.center-divider) h4,
  .section_2-columns:not(.center-divider) .post-content h4,
  .section_2-columns:not(.center-divider) h5,
  .section_2-columns:not(.center-divider) .post-content h5,
  .section_2-columns:not(.center-divider) h6,
  .section_2-columns:not(.center-divider) .post-content h6 {
    margin-top: 0px !important; }
  .section_2-columns p {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }
  @media (max-width: 800px) {
    .section_2-columns .fusion-column-first {
      margin-bottom: 30px !important; } }
  .section_2-columns ul:not(.slides):not(.flex-direction-nav),
  .section_2-columns ol ul {
    padding-left: 20px; }
    .section_2-columns ul:not(.slides):not(.flex-direction-nav) li,
    .section_2-columns ol ul li {
      list-style: none;
      position: relative; }
      .section_2-columns ul:not(.slides):not(.flex-direction-nav) li:before,
      .section_2-columns ol ul li:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #FF6B00;
        border-top: 5px solid transparent;
        position: absolute;
        left: -20px;
        top: 8px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  .section_2-columns.center-divider {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
    .section_2-columns.center-divider:after {
      content: '';
      width: 1px;
      display: block;
      background: #C9CAC8;
      position: absolute;
      left: 49.5%;
      top: 65px;
      bottom: 65px; }
      @media (max-width: 800px) {
        .section_2-columns.center-divider:after {
          display: none; } }
    @media (min-width: 800px) {
      .section_2-columns.center-divider .fusion-column-first {
        padding-right: 60px; } }
    .section_2-columns.center-divider .fusion-column-first h1,
    .section_2-columns.center-divider .fusion-column-first .post-content h1,
    .section_2-columns.center-divider .fusion-column-first h2,
    .section_2-columns.center-divider .fusion-column-first .post-content h2,
    .section_2-columns.center-divider .fusion-column-first h3,
    .section_2-columns.center-divider .fusion-column-first .post-content h3,
    .section_2-columns.center-divider .fusion-column-first h4,
    .section_2-columns.center-divider .fusion-column-first .post-content h4,
    .section_2-columns.center-divider .fusion-column-first h5,
    .section_2-columns.center-divider .fusion-column-first .post-content h5,
    .section_2-columns.center-divider .fusion-column-first h6,
    .section_2-columns.center-divider .fusion-column-first .post-content h6 {
      color: #737984 !important; }
      .section_2-columns.center-divider .fusion-column-first h1:before,
      .section_2-columns.center-divider .fusion-column-first .post-content h1:before,
      .section_2-columns.center-divider .fusion-column-first h2:before,
      .section_2-columns.center-divider .fusion-column-first .post-content h2:before,
      .section_2-columns.center-divider .fusion-column-first h3:before,
      .section_2-columns.center-divider .fusion-column-first .post-content h3:before,
      .section_2-columns.center-divider .fusion-column-first h4:before,
      .section_2-columns.center-divider .fusion-column-first .post-content h4:before,
      .section_2-columns.center-divider .fusion-column-first h5:before,
      .section_2-columns.center-divider .fusion-column-first .post-content h5:before,
      .section_2-columns.center-divider .fusion-column-first h6:before,
      .section_2-columns.center-divider .fusion-column-first .post-content h6:before {
        display: none; }
    .section_2-columns.center-divider .fusion-column-first .fusion-button {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .section_2-columns.center-divider .fusion-column-first .fusion-button:not(.button-text) {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #737984 !important;
        margin-bottom: 15px !important;
        border-color: #737984 !important;
        padding: 10px 24px;
        margin-top: 20px; }
        .section_2-columns.center-divider .fusion-column-first .fusion-button:not(.button-text) span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #737984 !important;
          margin-bottom: 15px !important; }
        .section_2-columns.center-divider .fusion-column-first .fusion-button:not(.button-text):hover {
          background: #737984;
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important;
          border-color: #FFFFFA !important; }
          .section_2-columns.center-divider .fusion-column-first .fusion-button:not(.button-text):hover span {
            font-size: 16px !important;
            line-height: 25px !important;
            letter-spacing: .36px !important;
            color: #FFFFFA !important;
            margin-bottom: 15px !important; }
    @media (min-width: 800px) {
      .section_2-columns.center-divider .fusion-column-last {
        padding-left: 60px; } }
    .section_2-columns.center-divider .fusion-column-last h1,
    .section_2-columns.center-divider .fusion-column-last .post-content h1,
    .section_2-columns.center-divider .fusion-column-last h2,
    .section_2-columns.center-divider .fusion-column-last .post-content h2,
    .section_2-columns.center-divider .fusion-column-last h3,
    .section_2-columns.center-divider .fusion-column-last .post-content h3,
    .section_2-columns.center-divider .fusion-column-last h4,
    .section_2-columns.center-divider .fusion-column-last .post-content h4,
    .section_2-columns.center-divider .fusion-column-last h5,
    .section_2-columns.center-divider .fusion-column-last .post-content h5,
    .section_2-columns.center-divider .fusion-column-last h6,
    .section_2-columns.center-divider .fusion-column-last .post-content h6 {
      color: #FF6B00 !important; }
      .section_2-columns.center-divider .fusion-column-last h1:before,
      .section_2-columns.center-divider .fusion-column-last .post-content h1:before,
      .section_2-columns.center-divider .fusion-column-last h2:before,
      .section_2-columns.center-divider .fusion-column-last .post-content h2:before,
      .section_2-columns.center-divider .fusion-column-last h3:before,
      .section_2-columns.center-divider .fusion-column-last .post-content h3:before,
      .section_2-columns.center-divider .fusion-column-last h4:before,
      .section_2-columns.center-divider .fusion-column-last .post-content h4:before,
      .section_2-columns.center-divider .fusion-column-last h5:before,
      .section_2-columns.center-divider .fusion-column-last .post-content h5:before,
      .section_2-columns.center-divider .fusion-column-last h6:before,
      .section_2-columns.center-divider .fusion-column-last .post-content h6:before {
        display: none; }
    .section_2-columns.center-divider .fusion-column-last .fusion-button {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .section_2-columns.center-divider .fusion-column-last .fusion-button:not(.button-text) {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FF6B00 !important;
        margin-bottom: 15px !important;
        border-color: #FF6B00 !important;
        padding: 10px 24px;
        margin-top: 20px; }
        .section_2-columns.center-divider .fusion-column-last .fusion-button:not(.button-text) span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FF6B00 !important;
          margin-bottom: 15px !important; }
        .section_2-columns.center-divider .fusion-column-last .fusion-button:not(.button-text):hover {
          background: #FF6B00;
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important;
          border-color: #FFFFFA !important; }
          .section_2-columns.center-divider .fusion-column-last .fusion-button:not(.button-text):hover span {
            font-size: 16px !important;
            line-height: 25px !important;
            letter-spacing: .36px !important;
            color: #FFFFFA !important;
            margin-bottom: 15px !important; }

.section_2-columns-text {
  padding-top: 55px !important;
  padding-bottom: 40px !important;
  font-style: italic !important; }
  .section_2-columns-text h1,
  .section_2-columns-text .post-content h1,
  .section_2-columns-text h2,
  .section_2-columns-text .post-content h2,
  .section_2-columns-text h3,
  .section_2-columns-text .post-content h3,
  .section_2-columns-text h4,
  .section_2-columns-text .post-content h4,
  .section_2-columns-text h5,
  .section_2-columns-text .post-content h5,
  .section_2-columns-text h6,
  .section_2-columns-text .post-content h6 {
    color: #737984 !important; }
    .section_2-columns-text h1:before,
    .section_2-columns-text .post-content h1:before,
    .section_2-columns-text h2:before,
    .section_2-columns-text .post-content h2:before,
    .section_2-columns-text h3:before,
    .section_2-columns-text .post-content h3:before,
    .section_2-columns-text h4:before,
    .section_2-columns-text .post-content h4:before,
    .section_2-columns-text h5:before,
    .section_2-columns-text .post-content h5:before,
    .section_2-columns-text h6:before,
    .section_2-columns-text .post-content h6:before {
      display: none; }
  .section_2-columns-text p {
    font-size: 20px !important;
    line-height: 31px !important;
    letter-spacing: .45px !important;
    color: #737984 !important;
    margin-bottom: 25px !important;
    font-style: italic !important; }

.section_2-column-team {
  padding-top: 20px !important;
  padding-bottom: 30px !important; }
  .section_2-column-team h1,
  .section_2-column-team .post-content h1,
  .section_2-column-team h2,
  .section_2-column-team .post-content h2,
  .section_2-column-team h3,
  .section_2-column-team .post-content h3,
  .section_2-column-team h4,
  .section_2-column-team .post-content h4,
  .section_2-column-team h5,
  .section_2-column-team .post-content h5,
  .section_2-column-team h6,
  .section_2-column-team .post-content h6 {
    color: #FF6B00 !important; }
    .section_2-column-team h1:before,
    .section_2-column-team .post-content h1:before,
    .section_2-column-team h2:before,
    .section_2-column-team .post-content h2:before,
    .section_2-column-team h3:before,
    .section_2-column-team .post-content h3:before,
    .section_2-column-team h4:before,
    .section_2-column-team .post-content h4:before,
    .section_2-column-team h5:before,
    .section_2-column-team .post-content h5:before,
    .section_2-column-team h6:before,
    .section_2-column-team .post-content h6:before {
      display: none; }
  @media (max-width: 800px) {
    .section_2-column-team .fusion-layout-column {
      margin-bottom: 20px !important; } }
  .section_2-column-team p {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }
  .section_2-column-team img {
    margin-bottom: 15px; }

@media (max-width: 800px) {
  iframe {
    width: 100% !important; } }
.section_header {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .section_header h1,
  .section_header .post-content h1,
  .section_header h2,
  .section_header .post-content h2,
  .section_header h3,
  .section_header .post-content h3,
  .section_header h4,
  .section_header .post-content h4,
  .section_header h5,
  .section_header .post-content h5,
  .section_header h6,
  .section_header .post-content h6 {
    color: #737984 !important; }
    .section_header h1:before,
    .section_header .post-content h1:before,
    .section_header h2:before,
    .section_header .post-content h2:before,
    .section_header h3:before,
    .section_header .post-content h3:before,
    .section_header h4:before,
    .section_header .post-content h4:before,
    .section_header h5:before,
    .section_header .post-content h5:before,
    .section_header h6:before,
    .section_header .post-content h6:before {
      display: none; }
  .section_header .fusion-layout-column {
    margin-bottom: 0 !important; }
    @media (min-width: 800px) {
      .section_header .fusion-layout-column {
        max-width: 60%; } }
  .section_header.header-line h1,
  .section_header.header-line .post-content h1,
  .section_header.header-line h2,
  .section_header.header-line .post-content h2,
  .section_header.header-line h3,
  .section_header.header-line .post-content h3,
  .section_header.header-line h4,
  .section_header.header-line .post-content h4,
  .section_header.header-line h5,
  .section_header.header-line .post-content h5,
  .section_header.header-line h6,
  .section_header.header-line .post-content h6 {
    position: relative; }
    .section_header.header-line h1:before,
    .section_header.header-line .post-content h1:before,
    .section_header.header-line h2:before,
    .section_header.header-line .post-content h2:before,
    .section_header.header-line h3:before,
    .section_header.header-line .post-content h3:before,
    .section_header.header-line h4:before,
    .section_header.header-line .post-content h4:before,
    .section_header.header-line h5:before,
    .section_header.header-line .post-content h5:before,
    .section_header.header-line h6:before,
    .section_header.header-line .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(115, 121, 132, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }
  .section_header.header-orange h1,
  .section_header.header-orange .post-content h1,
  .section_header.header-orange h2,
  .section_header.header-orange .post-content h2,
  .section_header.header-orange h3,
  .section_header.header-orange .post-content h3,
  .section_header.header-orange h4,
  .section_header.header-orange .post-content h4,
  .section_header.header-orange h5,
  .section_header.header-orange .post-content h5,
  .section_header.header-orange h6,
  .section_header.header-orange .post-content h6 {
    color: #FF6B00 !important; }
    .section_header.header-orange h1:before,
    .section_header.header-orange .post-content h1:before,
    .section_header.header-orange h2:before,
    .section_header.header-orange .post-content h2:before,
    .section_header.header-orange h3:before,
    .section_header.header-orange .post-content h3:before,
    .section_header.header-orange h4:before,
    .section_header.header-orange .post-content h4:before,
    .section_header.header-orange h5:before,
    .section_header.header-orange .post-content h5:before,
    .section_header.header-orange h6:before,
    .section_header.header-orange .post-content h6:before {
      display: none; }
  .section_header.header-orange.header-line h1,
  .section_header.header-orange.header-line .post-content h1,
  .section_header.header-orange.header-line h2,
  .section_header.header-orange.header-line .post-content h2,
  .section_header.header-orange.header-line h3,
  .section_header.header-orange.header-line .post-content h3,
  .section_header.header-orange.header-line h4,
  .section_header.header-orange.header-line .post-content h4,
  .section_header.header-orange.header-line h5,
  .section_header.header-orange.header-line .post-content h5,
  .section_header.header-orange.header-line h6,
  .section_header.header-orange.header-line .post-content h6 {
    position: relative; }
    .section_header.header-orange.header-line h1:before,
    .section_header.header-orange.header-line .post-content h1:before,
    .section_header.header-orange.header-line h2:before,
    .section_header.header-orange.header-line .post-content h2:before,
    .section_header.header-orange.header-line h3:before,
    .section_header.header-orange.header-line .post-content h3:before,
    .section_header.header-orange.header-line h4:before,
    .section_header.header-orange.header-line .post-content h4:before,
    .section_header.header-orange.header-line h5:before,
    .section_header.header-orange.header-line .post-content h5:before,
    .section_header.header-orange.header-line h6:before,
    .section_header.header-orange.header-line .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(255, 107, 0, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }

.section_divider .fusion-layout-column {
  margin-bottom: 0 !important; }
.section_divider .fusion-separator {
  border-color: #C9CAC8 !important; }
.section_divider.orange .fusion-separator {
  border-color: #FF6B00 !important; }

.section_testimonial-2-column {
  padding-top: 90px !important;
  padding-bottom: 70px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: .41px !important;
  color: #737984 !important;
  margin-bottom: 20px !important;
  background-color: rgba(115, 121, 132, 0.13) !important;
  position: relative; }
  @media (max-width: 800px) {
    .section_testimonial-2-column {
      padding-left: 60px !important; }
      .section_testimonial-2-column .fusion-builder-row .fusion-layout-column:first-child {
        margin-bottom: 20px; } }
  .section_testimonial-2-column .fusion-column-wrapper {
    position: relative; }
    .section_testimonial-2-column .fusion-column-wrapper:before {
      content: '';
      width: 23px;
      height: 16px;
      display: block;
      opacity: .32;
      background: url(img/quote-marks.svg) no-repeat top left;
      position: absolute;
      left: -31px;
      top: 1px; }
  .section_testimonial-2-column:after {
    content: '';
    display: block;
    background: url(img/cta-triangle-left.svg) no-repeat bottom left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0; }
  .section_testimonial-2-column:before {
    content: '';
    display: block;
    background: url(img/cta-triangle-right.svg) no-repeat bottom right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0; }
  .section_testimonial-2-column > * {
    position: relative;
    z-index: 99; }

.section_testimonial {
  padding-top: 80px !important;
  padding-bottom: 40px !important; }
  .section_testimonial .fusion-layout-column {
    padding-left: 20px !important; }
    @media (min-width: 800px) {
      .section_testimonial .fusion-layout-column {
        padding-left: 100px !important;
        padding-right: 100px !important; } }
    .section_testimonial .fusion-layout-column .fusion-column-wrapper {
      position: relative; }
      .section_testimonial .fusion-layout-column .fusion-column-wrapper:before {
        content: '';
        width: 23px;
        height: 16px;
        display: block;
        opacity: .32;
        background: url(img/quote-marks.svg) no-repeat top left;
        position: absolute;
        left: -31px;
        top: 1px; }
    .section_testimonial .fusion-layout-column p, .section_testimonial .fusion-layout-column em {
      font-size: 20px !important;
      line-height: 31px !important;
      letter-spacing: .45px !important;
      color: #8A8A8A !important;
      margin-bottom: 25px !important; }
    .section_testimonial .fusion-layout-column strong {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FF6B00 !important;
      margin-bottom: 15px !important; }
  .section_testimonial.with-background {
    position: relative; }
    .section_testimonial.with-background:after {
      content: '';
      display: block;
      background: url(img/cta-triangle-left.svg) no-repeat bottom left;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      right: 0; }
    .section_testimonial.with-background:before {
      content: '';
      display: block;
      background: url(img/cta-triangle-right.svg) no-repeat bottom right;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      right: 0; }
    .section_testimonial.with-background > * {
      position: relative;
      z-index: 99; }

.section_page-tiles {
  padding-top: 30px !important;
  padding-bottom: 50px !important; }
  .section_page-tiles h1,
  .section_page-tiles .post-content h1,
  .section_page-tiles h2,
  .section_page-tiles .post-content h2,
  .section_page-tiles h3,
  .section_page-tiles .post-content h3,
  .section_page-tiles h4,
  .section_page-tiles .post-content h4,
  .section_page-tiles h5,
  .section_page-tiles .post-content h5,
  .section_page-tiles h6,
  .section_page-tiles .post-content h6 {
    color: #FFFFFA !important; }
    .section_page-tiles h1:before,
    .section_page-tiles .post-content h1:before,
    .section_page-tiles h2:before,
    .section_page-tiles .post-content h2:before,
    .section_page-tiles h3:before,
    .section_page-tiles .post-content h3:before,
    .section_page-tiles h4:before,
    .section_page-tiles .post-content h4:before,
    .section_page-tiles h5:before,
    .section_page-tiles .post-content h5:before,
    .section_page-tiles h6:before,
    .section_page-tiles .post-content h6:before {
      display: none; }
  .section_page-tiles .fusion-layout-column {
    margin-bottom: 25px !important;
    height: 309px;
    padding-top: 163px;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden; }
    @media (min-width: 800px) {
      .section_page-tiles .fusion-layout-column {
        width: calc(33.33% - ( 4% * 0.3333 ) ) !important;
        margin-right: 2% !important; }
        .section_page-tiles .fusion-layout-column.fusion-column-last {
          margin-right: 0 !important; } }
    @media (max-width: 800px) {
      .section_page-tiles .fusion-layout-column {
        padding-top: 133px; } }
    .section_page-tiles .fusion-layout-column p {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #737984 !important;
      margin-bottom: 15px !important; }
    .section_page-tiles .fusion-layout-column:hover {
      padding-top: 0px; }
      .section_page-tiles .fusion-layout-column:hover .fusion-column-wrapper {
        background: rgba(94, 99, 106, 0.95); }
  .section_page-tiles .fusion-column-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    background: rgba(94, 99, 106, 0.8);
    padding: 3px 25px !important;
    height: 100%; }
    @media (max-width: 800px) {
      .section_page-tiles .fusion-column-wrapper {
        padding: 3px 15px !important; }
        .section_page-tiles .fusion-column-wrapper h3 {
          margin-top: 10px !important;
          margin-bottom: 0px !important;
          font-size: 18px !important; }
        .section_page-tiles .fusion-column-wrapper p {
          margin-bottom: 10px !important; } }
  .section_page-tiles .fusion-button.button-text {
    border: none !important;
    color: #FFFFFA !important;
    text-decoration: none !important;
    position: relative !important;
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: .19px !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 !important; }
    .section_page-tiles .fusion-button.button-text span {
      color: #FFFFFA !important; }
    .section_page-tiles .fusion-button.button-text:after {
      content: '';
      width: 28px;
      height: 15px;
      display: block;
      background: url(img/link-arrow.svg) no-repeat top left;
      position: absolute;
      right: -36px;
      bottom: 4px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .section_page-tiles .fusion-button.button-text:before {
      display: none !important; }
    .section_page-tiles .fusion-button.button-text:hover {
      text-decoration: none;
      color: #ff7a1a; }
      .section_page-tiles .fusion-button.button-text:hover:after {
        right: -40px; }
    .section_page-tiles .fusion-button.button-text:after {
      background: url(img/link-arrow-white.svg) no-repeat top left; }
  .section_page-tiles .fusion-column-inner-bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF6B00;
    opacity: 0.15; }

.section_resource-tiles {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .section_resource-tiles h1,
  .section_resource-tiles .post-content h1,
  .section_resource-tiles h2,
  .section_resource-tiles .post-content h2,
  .section_resource-tiles h3,
  .section_resource-tiles .post-content h3,
  .section_resource-tiles h4,
  .section_resource-tiles .post-content h4,
  .section_resource-tiles h5,
  .section_resource-tiles .post-content h5,
  .section_resource-tiles h6,
  .section_resource-tiles .post-content h6 {
    color: #FFFFFA !important; }
    .section_resource-tiles h1:before,
    .section_resource-tiles .post-content h1:before,
    .section_resource-tiles h2:before,
    .section_resource-tiles .post-content h2:before,
    .section_resource-tiles h3:before,
    .section_resource-tiles .post-content h3:before,
    .section_resource-tiles h4:before,
    .section_resource-tiles .post-content h4:before,
    .section_resource-tiles h5:before,
    .section_resource-tiles .post-content h5:before,
    .section_resource-tiles h6:before,
    .section_resource-tiles .post-content h6:before {
      display: none; }
  .section_resource-tiles .fusion-button-wrapper {
    display: inline !important; }
  .section_resource-tiles .fusion-layout-column {
    margin-bottom: 25px !important;
    height: 309px;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden; }
    @media (min-width: 800px) {
      .section_resource-tiles .fusion-layout-column {
        width: calc(33.33% - ( 4% * 0.3333 ) ) !important;
        margin-right: 2% !important; }
        .section_resource-tiles .fusion-layout-column.fusion-column-last {
          margin-right: 0 !important; } }
    @media (max-width: 800px) {
      .section_resource-tiles .fusion-layout-column h3 {
        margin-top: 0; } }
    .section_resource-tiles .fusion-layout-column p {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important; }
  .section_resource-tiles .fusion-column-wrapper {
    position: relative;
    padding: 40px 20px 0 !important;
    height: 100%; }
    .section_resource-tiles .fusion-column-wrapper > * {
      position: relative;
      z-index: 99; }
    .section_resource-tiles .fusion-column-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(94, 99, 106, 0.8); }
  .section_resource-tiles .fusion-button {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0;
    background-color: white; }
    .section_resource-tiles .fusion-button:not(.button-text) {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #737984 !important;
      margin-bottom: 15px !important;
      border-color: #FFFFFA !important;
      padding: 10px 24px;
      margin-top: 20px; }
      .section_resource-tiles .fusion-button:not(.button-text) span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #737984 !important;
        margin-bottom: 15px !important; }
      .section_resource-tiles .fusion-button:not(.button-text):hover {
        background: #737984;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important;
        border-color: #FFFFFA !important; }
        .section_resource-tiles .fusion-button:not(.button-text):hover span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important; }
  .section_resource-tiles .edd-add-to-cart,
  .section_resource-tiles .edd_go_to_checkout {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: transparent;
    border: 1px solid white;
    color: white !important;
    font-weight: 700;
    margin: 0 5px 0;
    width: 90%;
    margin-top: 11px !important; }
    .section_resource-tiles .edd-add-to-cart:not(.button-text),
    .section_resource-tiles .edd_go_to_checkout:not(.button-text) {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      border-color: #FFFFFA !important;
      padding: 10px 24px;
      margin-top: 20px; }
      .section_resource-tiles .edd-add-to-cart:not(.button-text) span,
      .section_resource-tiles .edd_go_to_checkout:not(.button-text) span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important; }
      .section_resource-tiles .edd-add-to-cart:not(.button-text):hover,
      .section_resource-tiles .edd_go_to_checkout:not(.button-text):hover {
        background: #FFFFFA;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #737984 !important;
        margin-bottom: 15px !important;
        border-color: #737984 !important; }
        .section_resource-tiles .edd-add-to-cart:not(.button-text):hover span,
        .section_resource-tiles .edd_go_to_checkout:not(.button-text):hover span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #737984 !important;
          margin-bottom: 15px !important; }
  .section_resource-tiles .fusion-button,
  .section_resource-tiles .edd-add-to-cart,
  .section_resource-tiles .edd_go_to_checkout {
    text-transform: none;
    padding: 4px 10px !important;
    border-radius: 0; }
  .section_resource-tiles .fusion-button,
  .section_resource-tiles .edd_download_purchase_form {
    display: inline-block;
    width: 49% !important; }

.edd-add-to-cart,
.edd_go_to_checkout.edd-submit {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 700;
  margin: 0 5px 0;
  padding: 4px 10px !important;
  border-radius: 0; }
  .edd-add-to-cart:not(.button-text),
  .edd_go_to_checkout.edd-submit:not(.button-text) {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #FFFFFA !important;
    margin-bottom: 15px !important;
    border-color: #FFFFFA !important;
    padding: 10px 24px;
    margin-top: 20px; }
    .edd-add-to-cart:not(.button-text) span,
    .edd_go_to_checkout.edd-submit:not(.button-text) span {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important; }
    .edd-add-to-cart:not(.button-text):hover,
    .edd_go_to_checkout.edd-submit:not(.button-text):hover {
      background: #FFFFFA;
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #737984 !important;
      margin-bottom: 15px !important;
      border-color: #737984 !important; }
      .edd-add-to-cart:not(.button-text):hover span,
      .edd_go_to_checkout.edd-submit:not(.button-text):hover span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #737984 !important;
        margin-bottom: 15px !important; }

.section_cta {
  padding-top: 60px !important;
  padding-bottom: 50px !important;
  background-color: #EFF0EA !important;
  position: relative; }
  .section_cta h1,
  .section_cta .post-content h1,
  .section_cta h2,
  .section_cta .post-content h2,
  .section_cta h3,
  .section_cta .post-content h3,
  .section_cta h4,
  .section_cta .post-content h4,
  .section_cta h5,
  .section_cta .post-content h5,
  .section_cta h6,
  .section_cta .post-content h6 {
    color: #737984 !important; }
    .section_cta h1:before,
    .section_cta .post-content h1:before,
    .section_cta h2:before,
    .section_cta .post-content h2:before,
    .section_cta h3:before,
    .section_cta .post-content h3:before,
    .section_cta h4:before,
    .section_cta .post-content h4:before,
    .section_cta h5:before,
    .section_cta .post-content h5:before,
    .section_cta h6:before,
    .section_cta .post-content h6:before {
      display: none; }
  .section_cta h1,
  .section_cta .post-content h1,
  .section_cta h2,
  .section_cta .post-content h2,
  .section_cta h3,
  .section_cta .post-content h3,
  .section_cta h4,
  .section_cta .post-content h4,
  .section_cta h5,
  .section_cta .post-content h5,
  .section_cta h6,
  .section_cta .post-content h6 {
    position: relative; }
    .section_cta h1:before,
    .section_cta .post-content h1:before,
    .section_cta h2:before,
    .section_cta .post-content h2:before,
    .section_cta h3:before,
    .section_cta .post-content h3:before,
    .section_cta h4:before,
    .section_cta .post-content h4:before,
    .section_cta h5:before,
    .section_cta .post-content h5:before,
    .section_cta h6:before,
    .section_cta .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(115, 121, 132, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }
  .section_cta .fusion-layout-column {
    margin-bottom: 0 !important; }
    .section_cta .fusion-layout-column p {
      font-size: 18px !important;
      line-height: 28px !important;
      letter-spacing: .41px !important;
      color: #737984 !important;
      margin-bottom: 20px !important;
      padding-right: 10%; }
    .section_cta .fusion-layout-column .fusion-column-wrapper .fusion-button {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      margin-top: 0 !important; }
      .section_cta .fusion-layout-column .fusion-column-wrapper .fusion-button:not(.button-text) {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #737984 !important;
        margin-bottom: 15px !important;
        border-color: #737984 !important;
        padding: 10px 24px;
        margin-top: 20px; }
        .section_cta .fusion-layout-column .fusion-column-wrapper .fusion-button:not(.button-text) span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #737984 !important;
          margin-bottom: 15px !important; }
        .section_cta .fusion-layout-column .fusion-column-wrapper .fusion-button:not(.button-text):hover {
          background: #737984;
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important;
          border-color: #FFFFFA !important; }
          .section_cta .fusion-layout-column .fusion-column-wrapper .fusion-button:not(.button-text):hover span {
            font-size: 16px !important;
            line-height: 25px !important;
            letter-spacing: .36px !important;
            color: #FFFFFA !important;
            margin-bottom: 15px !important; }
  .section_cta.orange {
    background-color: #FF9C52 !important; }
    .section_cta.orange h1,
    .section_cta.orange .post-content h1,
    .section_cta.orange h2,
    .section_cta.orange .post-content h2,
    .section_cta.orange h3,
    .section_cta.orange .post-content h3,
    .section_cta.orange h4,
    .section_cta.orange .post-content h4,
    .section_cta.orange h5,
    .section_cta.orange .post-content h5,
    .section_cta.orange h6,
    .section_cta.orange .post-content h6 {
      color: #FFFFFA !important; }
      .section_cta.orange h1:before,
      .section_cta.orange .post-content h1:before,
      .section_cta.orange h2:before,
      .section_cta.orange .post-content h2:before,
      .section_cta.orange h3:before,
      .section_cta.orange .post-content h3:before,
      .section_cta.orange h4:before,
      .section_cta.orange .post-content h4:before,
      .section_cta.orange h5:before,
      .section_cta.orange .post-content h5:before,
      .section_cta.orange h6:before,
      .section_cta.orange .post-content h6:before {
        display: none; }
    .section_cta.orange h1,
    .section_cta.orange .post-content h1,
    .section_cta.orange h2,
    .section_cta.orange .post-content h2,
    .section_cta.orange h3,
    .section_cta.orange .post-content h3,
    .section_cta.orange h4,
    .section_cta.orange .post-content h4,
    .section_cta.orange h5,
    .section_cta.orange .post-content h5,
    .section_cta.orange h6,
    .section_cta.orange .post-content h6 {
      position: relative; }
      .section_cta.orange h1:before,
      .section_cta.orange .post-content h1:before,
      .section_cta.orange h2:before,
      .section_cta.orange .post-content h2:before,
      .section_cta.orange h3:before,
      .section_cta.orange .post-content h3:before,
      .section_cta.orange h4:before,
      .section_cta.orange .post-content h4:before,
      .section_cta.orange h5:before,
      .section_cta.orange .post-content h5:before,
      .section_cta.orange h6:before,
      .section_cta.orange .post-content h6:before {
        content: '';
        display: block;
        height: 2px;
        width: 2000px;
        background: rgba(255, 255, 250, 0.5);
        left: -2020px;
        top: 11px;
        position: absolute; }
    .section_cta.orange .fusion-layout-column p {
      font-size: 18px !important;
      line-height: 28px !important;
      letter-spacing: .41px !important;
      color: #FFFFFA !important;
      margin-bottom: 20px !important; }
    .section_cta.orange .fusion-column-wrapper .fusion-button {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .section_cta.orange .fusion-column-wrapper .fusion-button:not(.button-text) {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important;
        border-color: #FFFFFA !important;
        padding: 10px 24px;
        margin-top: 20px; }
        .section_cta.orange .fusion-column-wrapper .fusion-button:not(.button-text) span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important; }
        .section_cta.orange .fusion-column-wrapper .fusion-button:not(.button-text):hover {
          background: #FFFFFA;
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FF6B00 !important;
          margin-bottom: 15px !important;
          border-color: #FF6B00 !important; }
          .section_cta.orange .fusion-column-wrapper .fusion-button:not(.button-text):hover span {
            font-size: 16px !important;
            line-height: 25px !important;
            letter-spacing: .36px !important;
            color: #FF6B00 !important;
            margin-bottom: 15px !important; }
  .section_cta > * {
    position: relative;
    z-index: 99; }
  .section_cta:before {
    content: '';
    display: block;
    background: url(img/cta-triangle.svg) no-repeat bottom right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0; }

.section_FAQ {
  padding-top: 80px !important;
  padding-bottom: 40px !important; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-toggle-heading {
    font-size: 20px !important;
    color: #737984 !important;
    margin-left: 30px !important; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .fusion-panel {
    border: none; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .panel-title a:hover {
    color: #FF6B00; }
    .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .panel-title a:hover .fusion-toggle-heading {
      color: #FF6B00 !important; }
    .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .panel-title a:hover .fa-fusion-box {
      background-color: transparent !important;
      border-color: transparent !important; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .fa-fusion-box {
    background-color: transparent !important;
    border-color: transparent !important;
    position: relative; }
    .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .fa-fusion-box:before {
      content: '';
      width: 19px;
      height: 19px;
      display: block;
      background: url(img/faq-closed.svg) no-repeat top left;
      position: absolute;
      left: 0px;
      top: 2px; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .active .fa-fusion-box {
    background-color: transparent !important;
    border-color: transparent !important; }
    .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .active .fa-fusion-box:before {
      background: url(img/faq-open.svg) no-repeat top left;
      top: 10px; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .active .fusion-toggle-heading {
    color: #FF6B00 !important; }
  .section_FAQ .fusion-layout-column .fusion-column-wrapper .fusion-accordian .panel-body {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }

.section_waterfall-content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-left: 30% !important;
  position: relative;
  width: 70% !important; }
  .section_waterfall-content h1,
  .section_waterfall-content .post-content h1,
  .section_waterfall-content h2,
  .section_waterfall-content .post-content h2,
  .section_waterfall-content h3,
  .section_waterfall-content .post-content h3,
  .section_waterfall-content h4,
  .section_waterfall-content .post-content h4,
  .section_waterfall-content h5,
  .section_waterfall-content .post-content h5,
  .section_waterfall-content h6,
  .section_waterfall-content .post-content h6 {
    color: #FF6B00 !important; }
    .section_waterfall-content h1:before,
    .section_waterfall-content .post-content h1:before,
    .section_waterfall-content h2:before,
    .section_waterfall-content .post-content h2:before,
    .section_waterfall-content h3:before,
    .section_waterfall-content .post-content h3:before,
    .section_waterfall-content h4:before,
    .section_waterfall-content .post-content h4:before,
    .section_waterfall-content h5:before,
    .section_waterfall-content .post-content h5:before,
    .section_waterfall-content h6:before,
    .section_waterfall-content .post-content h6:before {
      display: none; }
  @media (max-width: 800px) {
    .section_waterfall-content {
      margin-left: 0 !important;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .section_waterfall-content p {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }

.waterfall-menu {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  margin-top: 38px;
  text-align: right;
  top: 440px;
  right: 74%; }
  @media (max-width: 800px) {
    .waterfall-menu {
      display: none; } }
  .waterfall-menu a {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #737984; }
    .waterfall-menu a:hover {
      color: #FF6B00; }

.fusion-fullwidth.waterfall-content {
  margin-left: 30% !important; }

.section_map {
  padding-top: 0px !important;
  padding-bottom: 50px !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.section_product-item {
  padding-top: 20px !important;
  padding-bottom: 50px !important; }
  .section_product-item h1,
  .section_product-item .post-content h1,
  .section_product-item h2,
  .section_product-item .post-content h2,
  .section_product-item h3,
  .section_product-item .post-content h3,
  .section_product-item h4,
  .section_product-item .post-content h4,
  .section_product-item h5,
  .section_product-item .post-content h5,
  .section_product-item h6,
  .section_product-item .post-content h6 {
    color: #FF6B00 !important; }
    .section_product-item h1:before,
    .section_product-item .post-content h1:before,
    .section_product-item h2:before,
    .section_product-item .post-content h2:before,
    .section_product-item h3:before,
    .section_product-item .post-content h3:before,
    .section_product-item h4:before,
    .section_product-item .post-content h4:before,
    .section_product-item h5:before,
    .section_product-item .post-content h5:before,
    .section_product-item h6:before,
    .section_product-item .post-content h6:before {
      display: none; }
  .section_product-item p {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }
  .section_product-item ul:not(.slides):not(.flex-direction-nav),
  .section_product-item ol ul {
    padding-left: 20px; }
    .section_product-item ul:not(.slides):not(.flex-direction-nav) li,
    .section_product-item ol ul li {
      list-style: none;
      position: relative; }
      .section_product-item ul:not(.slides):not(.flex-direction-nav) li:before,
      .section_product-item ol ul li:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #FF6B00;
        border-top: 5px solid transparent;
        position: absolute;
        left: -20px;
        top: 8px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  .section_product-item .fusion-column-last h1,
  .section_product-item .fusion-column-last .post-content h1,
  .section_product-item .fusion-column-last h2,
  .section_product-item .fusion-column-last .post-content h2,
  .section_product-item .fusion-column-last h3,
  .section_product-item .fusion-column-last .post-content h3,
  .section_product-item .fusion-column-last h4,
  .section_product-item .fusion-column-last .post-content h4,
  .section_product-item .fusion-column-last h5,
  .section_product-item .fusion-column-last .post-content h5,
  .section_product-item .fusion-column-last h6,
  .section_product-item .fusion-column-last .post-content h6 {
    margin-bottom: 0px !important; }
  .section_product-item .fusion-column-last p {
    font-size: 20px !important;
    line-height: 31px !important;
    letter-spacing: .45px !important;
    color: #737984 !important;
    margin-bottom: 25px !important; }
  .section_product-item .edd-add-to-cart,
  .section_product-item .edd_go_to_checkout.edd-submit {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #FF6B00 !important;
    color: white !important;
    padding: 6px 30px !important;
    margin: 0 !important;
    height: 37px; }
    .section_product-item .edd-add-to-cart:not(.button-text),
    .section_product-item .edd_go_to_checkout.edd-submit:not(.button-text) {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      border-color: #FF6B00 !important;
      padding: 10px 24px;
      margin-top: 20px; }
      .section_product-item .edd-add-to-cart:not(.button-text) span,
      .section_product-item .edd_go_to_checkout.edd-submit:not(.button-text) span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important; }
      .section_product-item .edd-add-to-cart:not(.button-text):hover,
      .section_product-item .edd_go_to_checkout.edd-submit:not(.button-text):hover {
        background: #FFFFFA;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important;
        border-color: #FFFFFA !important; }
        .section_product-item .edd-add-to-cart:not(.button-text):hover span,
        .section_product-item .edd_go_to_checkout.edd-submit:not(.button-text):hover span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important; }
  .section_product-item.single > .fusion-builder-row {
    background-color: #EFF0EA; }
  .section_product-item.single .fusion-column-first {
    padding: 50px 0 50px 50px !important; }
  .section_product-item.single .fusion-column-last {
    padding: 50px 0 50px 0px !important; }

#sidebar {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  @media (max-width: 800px) {
    #sidebar > *:not(.widget_nav_menu) {
      display: none; } }
  #sidebar h1,
  #sidebar .post-content h1,
  #sidebar h2,
  #sidebar .post-content h2,
  #sidebar h3,
  #sidebar .post-content h3,
  #sidebar h4,
  #sidebar .post-content h4,
  #sidebar h5,
  #sidebar .post-content h5,
  #sidebar h6,
  #sidebar .post-content h6 {
    color: #737984 !important; }
    #sidebar h1:before,
    #sidebar .post-content h1:before,
    #sidebar h2:before,
    #sidebar .post-content h2:before,
    #sidebar h3:before,
    #sidebar .post-content h3:before,
    #sidebar h4:before,
    #sidebar .post-content h4:before,
    #sidebar h5:before,
    #sidebar .post-content h5:before,
    #sidebar h6:before,
    #sidebar .post-content h6:before {
      display: none; }
  #sidebar .fusion-button-wrapper {
    display: inline !important; }
  #sidebar .fusion-button {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0;
    background-color: white; }
    #sidebar .fusion-button:not(.button-text) {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #737984 !important;
      margin-bottom: 15px !important;
      border-color: #FFFFFA !important;
      padding: 10px 24px;
      margin-top: 20px; }
      #sidebar .fusion-button:not(.button-text) span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #737984 !important;
        margin-bottom: 15px !important; }
      #sidebar .fusion-button:not(.button-text):hover {
        background: #737984;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important;
        border-color: #FFFFFA !important; }
        #sidebar .fusion-button:not(.button-text):hover span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important; }
  #sidebar .menu li,
  #sidebar .widget ul li {
    list-style: none;
    text-align: right;
    border: none;
    padding: 5px 0px 5px 12px; }
    @media (max-width: 800px) {
      #sidebar .menu li,
      #sidebar .widget ul li {
        border-bottom: 1px solid #FF6B00;
        border-top: 1px solid #FF6B00;
        text-align: center;
        padding: 0; }
        #sidebar .menu li:not(:first-child),
        #sidebar .widget ul li:not(:first-child) {
          border-top: none; }
        #sidebar .menu li:hover,
        #sidebar .widget ul li:hover {
          background-color: #FF6B00 !important; }
          #sidebar .menu li:hover a,
          #sidebar .widget ul li:hover a {
            color: #FFFFFA !important; } }
    #sidebar .menu li a,
    #sidebar .widget ul li a {
      font-size: 18px !important;
      line-height: 28px !important;
      letter-spacing: .41px !important;
      color: #737984 !important;
      margin-bottom: 20px !important;
      font-weight: 700 !important;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #sidebar .menu li a:before,
      #sidebar .widget ul li a:before {
        display: none; }
      @media (max-width: 800px) {
        #sidebar .menu li a,
        #sidebar .widget ul li a {
          display: block;
          color: #FF6B00 !important;
          padding: 10px 12px;
          margin-bottom: 0 !important; } }
      #sidebar .menu li a:hover,
      #sidebar .widget ul li a:hover {
        color: #FF6B00 !important; }
        @media (max-width: 800px) {
          #sidebar .menu li a:hover,
          #sidebar .widget ul li a:hover {
            color: #FFFFFA !important; } }
  @media (max-width: 800px) {
    #sidebar .menu .current-menu-item {
      background-color: #FF6B00 !important; } }
  #sidebar .menu .current-menu-item a {
    color: #FF6B00 !important; }
    @media (max-width: 800px) {
      #sidebar .menu .current-menu-item a {
        color: #FFFFFA !important; } }
  @media (max-width: 800px) {
    #sidebar {
      margin-top: 0 !important; }
      #sidebar .menu {
        margin-left: -30px;
        margin-right: -30px; } }
  #sidebar .widget:not(.widget_nav_menu) ul li a {
    font-weight: 400 !important;
    margin-bottom: 0 !important; }
  #sidebar .widget .widget-title {
    text-align: right;
    margin-bottom: 10px; }

.blog #content > h2 {
  margin-bottom: 50px !important; }

.blog #content {
  padding-top: 10px;
  margin-bottom: 30px; }

.archive #content {
  margin-bottom: 30px; }

.blog .section_2-columns {
  padding-top: 40px !important; }

.single-post #main #content,
.single-post #main #sidebar,
.blog #main #content,
.blog #main #sidebar,
.archive #main #content,
.archive #main #sidebar {
  margin-top: 60px !important; }
  @media (max-width: 800px) {
    .single-post #main #content,
    .single-post #main #sidebar,
    .blog #main #content,
    .blog #main #sidebar,
    .archive #main #content,
    .archive #main #sidebar {
      margin-top: 0px !important; } }
.single-post #main .p1,
.blog #main .p1,
.archive #main .p1 {
  margin-top: 0; }
.single-post #main > .fusion-row,
.blog #main > .fusion-row,
.archive #main > .fusion-row {
  max-width: 100%; }
  .single-post #main > .fusion-row .fusion-fullwidth,
  .blog #main > .fusion-row .fusion-fullwidth,
  .archive #main > .fusion-row .fusion-fullwidth {
    margin-left: -30px !important;
    margin-right: -30px !important; }
.single-post #main .cta,
.blog #main .cta,
.archive #main .cta {
  padding: 20px 30px;
  background-color: #F4F3EE;
  position: relative;
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: .36px !important;
  color: #737984 !important;
  margin-bottom: 15px !important;
  font-style: italic;
  margin-top: 50px; }
  .single-post #main .cta > *,
  .blog #main .cta > *,
  .archive #main .cta > * {
    position: relative;
    z-index: 99; }
  .single-post #main .cta a,
  .blog #main .cta a,
  .archive #main .cta a {
    font-weight: 700; }
  .single-post #main .cta p,
  .blog #main .cta p,
  .archive #main .cta p {
    margin: 0; }
  .single-post #main .cta:after,
  .blog #main .cta:after,
  .archive #main .cta:after {
    content: '';
    display: block;
    background: url(img/post-triangle.svg) no-repeat bottom right;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    left: 0; }
.single-post #main .single-navigation,
.blog #main .single-navigation,
.archive #main .single-navigation {
  border: none;
  position: relative;
  margin-bottom: 0 !important; }
  .single-post #main .single-navigation [rel="prev"],
  .blog #main .single-navigation [rel="prev"],
  .archive #main .single-navigation [rel="prev"] {
    left: 40px;
    border: none !important;
    color: #FF6B00 !important;
    text-decoration: none !important;
    position: relative !important;
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: .19px !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    text-transform: none !important;
    position: absolute !important; }
    .single-post #main .single-navigation [rel="prev"] span,
    .blog #main .single-navigation [rel="prev"] span,
    .archive #main .single-navigation [rel="prev"] span {
      color: #FF6B00 !important; }
    .single-post #main .single-navigation [rel="prev"]:after,
    .blog #main .single-navigation [rel="prev"]:after,
    .archive #main .single-navigation [rel="prev"]:after {
      content: '';
      width: 28px;
      height: 15px;
      display: block;
      background: url(img/link-arrow.svg) no-repeat top left;
      position: absolute;
      right: -36px;
      bottom: 4px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .single-post #main .single-navigation [rel="prev"]:before,
    .blog #main .single-navigation [rel="prev"]:before,
    .archive #main .single-navigation [rel="prev"]:before {
      display: none !important; }
    .single-post #main .single-navigation [rel="prev"]:hover,
    .blog #main .single-navigation [rel="prev"]:hover,
    .archive #main .single-navigation [rel="prev"]:hover {
      text-decoration: none;
      color: #ff7a1a; }
      .single-post #main .single-navigation [rel="prev"]:hover:after,
      .blog #main .single-navigation [rel="prev"]:hover:after,
      .archive #main .single-navigation [rel="prev"]:hover:after {
        right: -40px; }
    .single-post #main .single-navigation [rel="prev"]:after,
    .blog #main .single-navigation [rel="prev"]:after,
    .archive #main .single-navigation [rel="prev"]:after {
      left: -36px;
      right: auto;
      background: url(img/link-arrow.svg) no-repeat top left;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .single-post #main .single-navigation [rel="prev"]:hover:after,
    .blog #main .single-navigation [rel="prev"]:hover:after,
    .archive #main .single-navigation [rel="prev"]:hover:after {
      left: -40px;
      right: auto; }
    .single-post #main .single-navigation [rel="prev"]:after,
    .blog #main .single-navigation [rel="prev"]:after,
    .archive #main .single-navigation [rel="prev"]:after {
      bottom: 10px; }
    .single-post #main .single-navigation [rel="prev"]:before,
    .blog #main .single-navigation [rel="prev"]:before,
    .archive #main .single-navigation [rel="prev"]:before {
      display: none; }
  .single-post #main .single-navigation [rel="next"],
  .blog #main .single-navigation [rel="next"],
  .archive #main .single-navigation [rel="next"] {
    right: 40px;
    border: none !important;
    color: #FF6B00 !important;
    text-decoration: none !important;
    position: relative !important;
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: .19px !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    text-transform: none !important;
    position: absolute !important; }
    .single-post #main .single-navigation [rel="next"] span,
    .blog #main .single-navigation [rel="next"] span,
    .archive #main .single-navigation [rel="next"] span {
      color: #FF6B00 !important; }
    .single-post #main .single-navigation [rel="next"]:after,
    .blog #main .single-navigation [rel="next"]:after,
    .archive #main .single-navigation [rel="next"]:after {
      content: '';
      width: 28px;
      height: 15px;
      display: block;
      background: url(img/link-arrow.svg) no-repeat top left;
      position: absolute;
      right: -36px;
      bottom: 4px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .single-post #main .single-navigation [rel="next"]:before,
    .blog #main .single-navigation [rel="next"]:before,
    .archive #main .single-navigation [rel="next"]:before {
      display: none !important; }
    .single-post #main .single-navigation [rel="next"]:hover,
    .blog #main .single-navigation [rel="next"]:hover,
    .archive #main .single-navigation [rel="next"]:hover {
      text-decoration: none;
      color: #ff7a1a; }
      .single-post #main .single-navigation [rel="next"]:hover:after,
      .blog #main .single-navigation [rel="next"]:hover:after,
      .archive #main .single-navigation [rel="next"]:hover:after {
        right: -40px; }
    .single-post #main .single-navigation [rel="next"]:before,
    .blog #main .single-navigation [rel="next"]:before,
    .archive #main .single-navigation [rel="next"]:before {
      display: none; }
    .single-post #main .single-navigation [rel="next"]:after,
    .blog #main .single-navigation [rel="next"]:after,
    .archive #main .single-navigation [rel="next"]:after {
      bottom: 8px; }

#main .post {
  margin-bottom: 47px; }
  @media (max-width: 800px) {
    #main .post::after {
      clear: both;
      content: "";
      display: table; } }
  #main .post h2 {
    line-height: 40px !important; }
  #main .post ul:not(.slides):not(.flex-direction-nav),
  #main .post ol ul {
    padding-left: 20px; }
    #main .post ul:not(.slides):not(.flex-direction-nav) li,
    #main .post ol ul li {
      list-style: none;
      position: relative; }
      #main .post ul:not(.slides):not(.flex-direction-nav) li:before,
      #main .post ol ul li:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #FF6B00;
        border-top: 5px solid transparent;
        position: absolute;
        left: -20px;
        top: 8px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  #main .post .fusion-meta-info {
    margin: 0 0 5px 0;
    padding: 0;
    border: none !important;
    font-size: 15px;
    letter-spacing: .27px;
    color: #737984;
    font-style: italic;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    #main .post .fusion-meta-info a {
      color: #737984; }
      #main .post .fusion-meta-info a:hover {
        color: #FF6B00; }
  #main .post h1,
  #main .post .post-content h1,
  #main .post h2,
  #main .post .post-content h2,
  #main .post h3,
  #main .post .post-content h3,
  #main .post h4,
  #main .post .post-content h4,
  #main .post h5,
  #main .post .post-content h5,
  #main .post h6,
  #main .post .post-content h6 {
    color: #FF6B00 !important; }
    #main .post h1:before,
    #main .post .post-content h1:before,
    #main .post h2:before,
    #main .post .post-content h2:before,
    #main .post h3:before,
    #main .post .post-content h3:before,
    #main .post h4:before,
    #main .post .post-content h4:before,
    #main .post h5:before,
    #main .post .post-content h5:before,
    #main .post h6:before,
    #main .post .post-content h6:before {
      display: none; }
  #main .post .fusion-post-title {
    text-transform: uppercase;
    font-size: 30px !important; }
  #main .post .fusion-post-content-container p {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }
  #main .post .read-more {
    position: absolute !important;
    bottom: 40px !important;
    left: 40px !important; }
    @media (max-width: 800px) {
      #main .post .read-more {
        left: 20px !important;
        bottom: 20px !important; } }
    #main .post .read-more .fusion-read-more {
      border: none !important;
      color: #FF6B00 !important;
      text-decoration: none !important;
      position: relative !important;
      display: inline-block !important;
      font-weight: 700 !important;
      font-size: 16px !important;
      text-transform: uppercase !important;
      letter-spacing: .19px !important;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      padding: 0 !important; }
      #main .post .read-more .fusion-read-more span {
        color: #FF6B00 !important; }
      #main .post .read-more .fusion-read-more:after {
        content: '';
        width: 28px;
        height: 15px;
        display: block;
        background: url(img/link-arrow.svg) no-repeat top left;
        position: absolute;
        right: -36px;
        bottom: 4px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      #main .post .read-more .fusion-read-more:before {
        display: none !important; }
      #main .post .read-more .fusion-read-more:hover {
        text-decoration: none;
        color: #ff7a1a; }
        #main .post .read-more .fusion-read-more:hover:after {
          right: -40px; }
  #main .post .flexslider .slides li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF6B00;
    opacity: 0.15;
    z-index: 3; }
  #main .post .fusion-sharing-box {
    margin-top: 20px; }
    #main .post .fusion-sharing-box h4 {
      display: none; }
    #main .post .fusion-sharing-box .fusion-social-networks {
      text-align: left; }

@media (max-width: 800px) {
  body:not(.single-post) #main .post {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  body:not(.single-post) #main .fusion-blog-shortcode .post {
    margin-left: 0px !important;
    margin-right: 0px !important; } }
body:not(.single-post) #main .post {
  background: #F4F3EE;
  position: relative; }
  @media (min-width: 800px) {
    body:not(.single-post) #main .post {
      height: 335px; } }
  body:not(.single-post) #main .post h2 {
    line-height: 27px !important; }
  body:not(.single-post) #main .post:last-child {
    margin-bottom: 0; }
  body:not(.single-post) #main .post .fusion-meta-info {
    margin: 0 0 -2px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal; }
  @media (max-width: 800px) {
    body:not(.single-post) #main .post .post-content .right {
      position: relative;
      height: 250px;
      width: 100%; }
      body:not(.single-post) #main .post .post-content .right:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FF6B00;
        opacity: 0.15;
        z-index: 3; } }
  @media (min-width: 800px) {
    body:not(.single-post) #main .post .post-content .right {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 50%; }
      body:not(.single-post) #main .post .post-content .right:after {
        content: '';
        display: block;
        background: transparent url(img/post-triangle-right.svg) no-repeat left center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2px;
        right: 0;
        z-index: 5;
        pointer-events: none; }
      body:not(.single-post) #main .post .post-content .right:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FF6B00;
        opacity: 0.15;
        z-index: 3; }
    body:not(.single-post) #main .post .post-content .left {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 50%;
      left: 0; } }
  body:not(.single-post) #main .post .post-content .post-content-inner {
    padding: 30px 0 30px 40px;
    background: #F4F3EE; }
    body:not(.single-post) #main .post .post-content .post-content-inner h1:before,
    body:not(.single-post) #main .post .post-content .post-content-inner .post-content h1:before,
    body:not(.single-post) #main .post .post-content .post-content-inner h2:before,
    body:not(.single-post) #main .post .post-content .post-content-inner .post-content h2:before,
    body:not(.single-post) #main .post .post-content .post-content-inner h3:before,
    body:not(.single-post) #main .post .post-content .post-content-inner .post-content h3:before,
    body:not(.single-post) #main .post .post-content .post-content-inner h4:before,
    body:not(.single-post) #main .post .post-content .post-content-inner .post-content h4:before,
    body:not(.single-post) #main .post .post-content .post-content-inner h5:before,
    body:not(.single-post) #main .post .post-content .post-content-inner .post-content h5:before,
    body:not(.single-post) #main .post .post-content .post-content-inner h6:before,
    body:not(.single-post) #main .post .post-content .post-content-inner .post-content h6:before {
      display: none !important; }
    body:not(.single-post) #main .post .post-content .post-content-inner::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 800px) {
      body:not(.single-post) #main .post .post-content .post-content-inner {
        position: relative;
        padding: 20px 20px 50px 20px; } }
    body:not(.single-post) #main .post .post-content .post-content-inner .fusion-post-title,
    body:not(.single-post) #main .post .post-content .post-content-inner .entry-title {
      text-transform: none;
      margin-bottom: 15px !important;
      font-weight: 700 !important; }
      body:not(.single-post) #main .post .post-content .post-content-inner .fusion-post-title a,
      body:not(.single-post) #main .post .post-content .post-content-inner .entry-title a {
        color: #737984;
        font-size: 22px;
        letter-spacing: .9px; }
        body:not(.single-post) #main .post .post-content .post-content-inner .fusion-post-title a:hover,
        body:not(.single-post) #main .post .post-content .post-content-inner .entry-title a:hover {
          color: #FF6B00; }
  body:not(.single-post) #main .post .post-content .post-image a,
  body:not(.single-post) #main .post .post-content .post-image .post-thumbnail {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

@media (min-width: 800px) {
  body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .right {
    left: 0;
    right: 50%; }
    body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .right:after {
      right: -2px;
      left: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .left {
    left: 50%;
    right: 0; }
  body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .fusion-meta-info {
    text-align: right; }
    body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .fusion-meta-info .fusion-alignleft {
      float: right;
      margin-right: 0; }
  body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .post-content-inner {
    padding: 30px 40px 30px 0px;
    text-align: right; }
    body:not(.single-post) #main .post:nth-child(even):not(.fusion-post-grid) .post-content .post-content-inner .read-more {
      right: 60px !important;
      left: auto !important; } }
.archive .section_2_columns {
  padding-top: 0px !important;
  padding-bottom: 60px !important; }

.search-page-search-form {
  margin-top: 60px; }

body:not(.single-post) #main .post.fusion-post-grid {
  height: auto !important;
  background: transparent !important;
  margin-bottom: 0px; }
  body:not(.single-post) #main .post.fusion-post-grid .fusion-post-wrapper {
    padding: 20px 20px 40px 20px !important;
    border: none;
    background: #F4F3EE; }
    body:not(.single-post) #main .post.fusion-post-grid .fusion-post-wrapper .fusion-post-content-wrapper {
      padding: 0px !important; }
  body:not(.single-post) #main .post.fusion-post-grid .post-content .right,
  body:not(.single-post) #main .post.fusion-post-grid .post-content .left {
    position: static !important;
    width: 100% !important; }
  body:not(.single-post) #main .post.fusion-post-grid .post-content .post-content-inner {
    padding: 0px !important;
    background: #F4F3EE; }
    body:not(.single-post) #main .post.fusion-post-grid .post-content .post-content-inner .fusion-alignleft- .fusion-read-more {
      display: none; }
    body:not(.single-post) #main .post.fusion-post-grid .post-content .post-content-inner .fusion-content-sep {
      display: none; }

#edd_checkout_wrap {
  margin-top: 100px;
  margin-bottom: 300px; }

#content .ff-stream {
  padding-top: 0;
  min-height: 500px !important;
  padding-bottom: 0; }
#content .ff-stream-wrapper {
  margin-top: 0; }
  #content .ff-stream-wrapper article {
    border: 1px solid #ADACA8;
    margin-bottom: 30px; }
    #content .ff-stream-wrapper article:last-child {
      margin-bottom: 0px; }
    #content .ff-stream-wrapper article .ff-item-cont h1:before,
    #content .ff-stream-wrapper article .ff-item-cont .post-content h1:before,
    #content .ff-stream-wrapper article .ff-item-cont h2:before,
    #content .ff-stream-wrapper article .ff-item-cont .post-content h2:before,
    #content .ff-stream-wrapper article .ff-item-cont h3:before,
    #content .ff-stream-wrapper article .ff-item-cont .post-content h3:before,
    #content .ff-stream-wrapper article .ff-item-cont h4:before,
    #content .ff-stream-wrapper article .ff-item-cont .post-content h4:before,
    #content .ff-stream-wrapper article .ff-item-cont h5:before,
    #content .ff-stream-wrapper article .ff-item-cont .post-content h5:before,
    #content .ff-stream-wrapper article .ff-item-cont h6:before,
    #content .ff-stream-wrapper article .ff-item-cont .post-content h6:before {
      display: none !important; }
    #content .ff-stream-wrapper article .ff-item-cont .ff-content {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #737984 !important;
      margin-bottom: 15px !important; }
      #content .ff-stream-wrapper article .ff-item-cont .ff-content a {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FF6B00 !important;
        margin-bottom: 15px !important; }
    #content .ff-stream-wrapper article .ff-item-cont .ff-item-meta {
      text-align: center; }

div[class^="section_"] ul {
  padding-left: 20px; }
  div[class^="section_"] ul li {
    list-style: none;
    position: relative; }
    div[class^="section_"] ul li:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #FF6B00;
      border-top: 5px solid transparent;
      position: absolute;
      left: -20px;
      top: 8px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }

.testimonial strong {
  color: #FF6B00; }

.section_spacer {
  padding-top: 30px !important;
  padding-bottom: 35px !important; }

.section_header-banner {
  padding-top: 65px !important;
  padding-bottom: 50px !important;
  position: relative; }
  .section_header-banner h1 {
    margin-bottom: 10px !important;
    margin-top: 0 !important; }
  .section_header-banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF6B00;
    opacity: 0.15; }
  .section_header-banner.home {
    padding-top: 65px !important;
    padding-bottom: 50px !important; }
    .section_header-banner.home h1 {
      margin-bottom: 28px !important; }
  .section_header-banner h1,
  .section_header-banner .post-content h1,
  .section_header-banner h2,
  .section_header-banner .post-content h2,
  .section_header-banner h3,
  .section_header-banner .post-content h3,
  .section_header-banner h4,
  .section_header-banner .post-content h4,
  .section_header-banner h5,
  .section_header-banner .post-content h5,
  .section_header-banner h6,
  .section_header-banner .post-content h6 {
    color: #FFFFFA !important; }
    .section_header-banner h1:before,
    .section_header-banner .post-content h1:before,
    .section_header-banner h2:before,
    .section_header-banner .post-content h2:before,
    .section_header-banner h3:before,
    .section_header-banner .post-content h3:before,
    .section_header-banner h4:before,
    .section_header-banner .post-content h4:before,
    .section_header-banner h5:before,
    .section_header-banner .post-content h5:before,
    .section_header-banner h6:before,
    .section_header-banner .post-content h6:before {
      display: none; }
  .section_header-banner h1,
  .section_header-banner .post-content h1,
  .section_header-banner h2,
  .section_header-banner .post-content h2,
  .section_header-banner h3,
  .section_header-banner .post-content h3,
  .section_header-banner h4,
  .section_header-banner .post-content h4,
  .section_header-banner h5,
  .section_header-banner .post-content h5,
  .section_header-banner h6,
  .section_header-banner .post-content h6 {
    position: relative; }
    .section_header-banner h1:before,
    .section_header-banner .post-content h1:before,
    .section_header-banner h2:before,
    .section_header-banner .post-content h2:before,
    .section_header-banner h3:before,
    .section_header-banner .post-content h3:before,
    .section_header-banner h4:before,
    .section_header-banner .post-content h4:before,
    .section_header-banner h5:before,
    .section_header-banner .post-content h5:before,
    .section_header-banner h6:before,
    .section_header-banner .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(255, 255, 250, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }
  .section_header-banner p {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: .41px !important;
    color: #FFFFFA !important;
    margin-bottom: 20px !important;
    margin: 0 !important; }
  .section_header-banner .fusion-layout-column {
    max-width: 60%; }
    @media (max-width: 800px) {
      .section_header-banner .fusion-layout-column {
        max-width: 100%; } }
  .section_header-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 30%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.7), transparent);
    background-color: transparent; }
  .section_header-banner .fusion-button {
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #FF8427 !important;
    padding: 15px 24px !important;
    margin: 5px 0 0 !important; }
    .section_header-banner .fusion-button:not(.button-text) {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      border-color: #FF8427 !important;
      padding: 10px 24px;
      margin-top: 20px; }
      .section_header-banner .fusion-button:not(.button-text) span {
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important; }
      .section_header-banner .fusion-button:not(.button-text):hover {
        background: #FFFFFA;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FFFFFA !important;
        margin-bottom: 15px !important;
        border-color: #FFFFFA !important; }
        .section_header-banner .fusion-button:not(.button-text):hover span {
          font-size: 16px !important;
          line-height: 25px !important;
          letter-spacing: .36px !important;
          color: #FFFFFA !important;
          margin-bottom: 15px !important; }
    .section_header-banner .fusion-button:after {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      content: '';
      right: -27px;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 27.5px solid transparent;
      border-left: 27.5px solid #FF8427;
      border-top: 27.5px solid transparent; }

.section_2_column_orange_grey {
  position: relative; }
  .section_2_column_orange_grey .fusion_builder_column {
    margin: 0 !important;
    width: 50% !important;
    position: relative; }
    @media (max-width: 800px) {
      .section_2_column_orange_grey .fusion_builder_column {
        width: 100% !important; } }
  .section_2_column_orange_grey .fusion-column-first .fusion-column-wrapper {
    padding-right: 15% !important; }
  @media (max-width: 800px) {
    .section_2_column_orange_grey .fusion-column-first {
      background: #FF9C52;
      padding-left: 10% !important; }
      .section_2_column_orange_grey .fusion-column-first .fusion-column-wrapper {
        padding-right: 10% !important; } }
  .section_2_column_orange_grey .fusion-column-last .fusion-column-wrapper {
    padding-left: 15% !important;
    overflow: hidden; }
  @media (max-width: 800px) {
    .section_2_column_orange_grey .fusion-column-last {
      background: #737984;
      padding-right: 10% !important; }
      .section_2_column_orange_grey .fusion-column-last .fusion-column-wrapper {
        padding-left: 10% !important; } }
  .section_2_column_orange_grey .fusion-column-wrapper {
    padding-top: 65px !important;
    padding-bottom: 40px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: .41px !important;
    color: #FFFFFA !important;
    margin-bottom: 20px !important; }
    .section_2_column_orange_grey .fusion-column-wrapper h1,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h1,
    .section_2_column_orange_grey .fusion-column-wrapper h2,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h2,
    .section_2_column_orange_grey .fusion-column-wrapper h3,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h3,
    .section_2_column_orange_grey .fusion-column-wrapper h4,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h4,
    .section_2_column_orange_grey .fusion-column-wrapper h5,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h5,
    .section_2_column_orange_grey .fusion-column-wrapper h6,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h6 {
      color: #FFFFFA !important; }
      .section_2_column_orange_grey .fusion-column-wrapper h1:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h1:before,
      .section_2_column_orange_grey .fusion-column-wrapper h2:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h2:before,
      .section_2_column_orange_grey .fusion-column-wrapper h3:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h3:before,
      .section_2_column_orange_grey .fusion-column-wrapper h4:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h4:before,
      .section_2_column_orange_grey .fusion-column-wrapper h5:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h5:before,
      .section_2_column_orange_grey .fusion-column-wrapper h6:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h6:before {
        display: none; }
    .section_2_column_orange_grey .fusion-column-wrapper h1,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h1,
    .section_2_column_orange_grey .fusion-column-wrapper h2,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h2,
    .section_2_column_orange_grey .fusion-column-wrapper h3,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h3,
    .section_2_column_orange_grey .fusion-column-wrapper h4,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h4,
    .section_2_column_orange_grey .fusion-column-wrapper h5,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h5,
    .section_2_column_orange_grey .fusion-column-wrapper h6,
    .section_2_column_orange_grey .fusion-column-wrapper .post-content h6 {
      position: relative; }
      .section_2_column_orange_grey .fusion-column-wrapper h1:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h1:before,
      .section_2_column_orange_grey .fusion-column-wrapper h2:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h2:before,
      .section_2_column_orange_grey .fusion-column-wrapper h3:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h3:before,
      .section_2_column_orange_grey .fusion-column-wrapper h4:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h4:before,
      .section_2_column_orange_grey .fusion-column-wrapper h5:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h5:before,
      .section_2_column_orange_grey .fusion-column-wrapper h6:before,
      .section_2_column_orange_grey .fusion-column-wrapper .post-content h6:before {
        content: '';
        display: block;
        height: 2px;
        width: 2000px;
        background: rgba(255, 255, 250, 0.5);
        left: -2020px;
        top: 11px;
        position: absolute; }
    .section_2_column_orange_grey .fusion-column-wrapper .fusion-button {
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: .36px !important;
      color: #FFFFFA !important;
      margin-bottom: 15px !important;
      padding: 10px 24px;
      margin-top: 20px; }
      .section_2_column_orange_grey .fusion-column-wrapper .fusion-button:hover {
        background: #FFFFFA;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .36px !important;
        color: #FF6B00 !important;
        margin-bottom: 15px !important;
        border-color: transparent; }
  @media (min-width: 800px) {
    .section_2_column_orange_grey:after {
      content: '';
      display: block;
      background: #FF9C52 url(img/triangle-left-small.svg) no-repeat bottom left;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      z-index: 2;
      right: 50%; }
    .section_2_column_orange_grey:before {
      content: '';
      display: block;
      background: #737984 url(img/triangle-right-small.svg) no-repeat bottom right;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      z-index: 2;
      right: -10px; } }
  .section_2_column_orange_grey > * {
    position: relative;
    z-index: 99; }

.section_subscribe-2-column {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: .41px !important;
  color: #737984 !important;
  margin-bottom: 20px !important;
  position: relative; }
  .section_subscribe-2-column h1,
  .section_subscribe-2-column .post-content h1,
  .section_subscribe-2-column h2,
  .section_subscribe-2-column .post-content h2,
  .section_subscribe-2-column h3,
  .section_subscribe-2-column .post-content h3,
  .section_subscribe-2-column h4,
  .section_subscribe-2-column .post-content h4,
  .section_subscribe-2-column h5,
  .section_subscribe-2-column .post-content h5,
  .section_subscribe-2-column h6,
  .section_subscribe-2-column .post-content h6 {
    color: #737984 !important; }
    .section_subscribe-2-column h1:before,
    .section_subscribe-2-column .post-content h1:before,
    .section_subscribe-2-column h2:before,
    .section_subscribe-2-column .post-content h2:before,
    .section_subscribe-2-column h3:before,
    .section_subscribe-2-column .post-content h3:before,
    .section_subscribe-2-column h4:before,
    .section_subscribe-2-column .post-content h4:before,
    .section_subscribe-2-column h5:before,
    .section_subscribe-2-column .post-content h5:before,
    .section_subscribe-2-column h6:before,
    .section_subscribe-2-column .post-content h6:before {
      display: none; }
  .section_subscribe-2-column h1,
  .section_subscribe-2-column .post-content h1,
  .section_subscribe-2-column h2,
  .section_subscribe-2-column .post-content h2,
  .section_subscribe-2-column h3,
  .section_subscribe-2-column .post-content h3,
  .section_subscribe-2-column h4,
  .section_subscribe-2-column .post-content h4,
  .section_subscribe-2-column h5,
  .section_subscribe-2-column .post-content h5,
  .section_subscribe-2-column h6,
  .section_subscribe-2-column .post-content h6 {
    position: relative; }
    .section_subscribe-2-column h1:before,
    .section_subscribe-2-column .post-content h1:before,
    .section_subscribe-2-column h2:before,
    .section_subscribe-2-column .post-content h2:before,
    .section_subscribe-2-column h3:before,
    .section_subscribe-2-column .post-content h3:before,
    .section_subscribe-2-column h4:before,
    .section_subscribe-2-column .post-content h4:before,
    .section_subscribe-2-column h5:before,
    .section_subscribe-2-column .post-content h5:before,
    .section_subscribe-2-column h6:before,
    .section_subscribe-2-column .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(115, 121, 132, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }
  .section_subscribe-2-column form input.wpcf7-form-control:not([type="submit"]) {
    background-color: transparent !important;
    margin-bottom: 0px !important; }
    .section_subscribe-2-column form input.wpcf7-form-control:not([type="submit"]):hover, .section_subscribe-2-column form input.wpcf7-form-control:not([type="submit"]):focus {
      background-color: white !important; }
  .section_subscribe-2-column:before {
    content: '';
    display: block;
    background: url(img/triangle-right-small.svg) no-repeat bottom right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: -10px; }
  .section_subscribe-2-column > * {
    position: relative;
    z-index: 99; }

.section_4-column-with-icons {
  background-color: transparent !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important; }
  .section_4-column-with-icons h1,
  .section_4-column-with-icons .post-content h1,
  .section_4-column-with-icons h2,
  .section_4-column-with-icons .post-content h2,
  .section_4-column-with-icons h3,
  .section_4-column-with-icons .post-content h3,
  .section_4-column-with-icons h4,
  .section_4-column-with-icons .post-content h4,
  .section_4-column-with-icons h5,
  .section_4-column-with-icons .post-content h5,
  .section_4-column-with-icons h6,
  .section_4-column-with-icons .post-content h6 {
    color: #FF6B00 !important; }
    .section_4-column-with-icons h1:before,
    .section_4-column-with-icons .post-content h1:before,
    .section_4-column-with-icons h2:before,
    .section_4-column-with-icons .post-content h2:before,
    .section_4-column-with-icons h3:before,
    .section_4-column-with-icons .post-content h3:before,
    .section_4-column-with-icons h4:before,
    .section_4-column-with-icons .post-content h4:before,
    .section_4-column-with-icons h5:before,
    .section_4-column-with-icons .post-content h5:before,
    .section_4-column-with-icons h6:before,
    .section_4-column-with-icons .post-content h6:before {
      display: none; }
  .section_4-column-with-icons h1,
  .section_4-column-with-icons .post-content h1,
  .section_4-column-with-icons h2,
  .section_4-column-with-icons .post-content h2,
  .section_4-column-with-icons h3,
  .section_4-column-with-icons .post-content h3,
  .section_4-column-with-icons h4,
  .section_4-column-with-icons .post-content h4,
  .section_4-column-with-icons h5,
  .section_4-column-with-icons .post-content h5,
  .section_4-column-with-icons h6,
  .section_4-column-with-icons .post-content h6 {
    position: relative; }
    .section_4-column-with-icons h1:before,
    .section_4-column-with-icons .post-content h1:before,
    .section_4-column-with-icons h2:before,
    .section_4-column-with-icons .post-content h2:before,
    .section_4-column-with-icons h3:before,
    .section_4-column-with-icons .post-content h3:before,
    .section_4-column-with-icons h4:before,
    .section_4-column-with-icons .post-content h4:before,
    .section_4-column-with-icons h5:before,
    .section_4-column-with-icons .post-content h5:before,
    .section_4-column-with-icons h6:before,
    .section_4-column-with-icons .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(255, 107, 0, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }
  .section_4-column-with-icons .fusion_builder_column_1_4 {
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #737984 !important;
    margin-bottom: 15px !important; }
@incude headerColor($color)

  p {
  .section_4-column-with-icons .fusion_builder_column_1_4 {
    color: #737984 !important; } }
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content p {
      color: #737984 !important; }
    .section_4-column-with-icons .fusion_builder_column_1_4 h1,
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h1,
    .section_4-column-with-icons .fusion_builder_column_1_4 h2,
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h2,
    .section_4-column-with-icons .fusion_builder_column_1_4 h3,
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h3,
    .section_4-column-with-icons .fusion_builder_column_1_4 h4,
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h4,
    .section_4-column-with-icons .fusion_builder_column_1_4 h5,
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h5,
    .section_4-column-with-icons .fusion_builder_column_1_4 h6,
    .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h6 {
      color: #737984 !important; }
      .section_4-column-with-icons .fusion_builder_column_1_4 h1:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h1:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 h2:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h2:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 h3:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h3:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 h4:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h4:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 h5:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h5:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 h6:before,
      .section_4-column-with-icons .fusion_builder_column_1_4 .post-content h6:before {
        display: none; }
    .section_4-column-with-icons .fusion_builder_column_1_4 img {
      height: 75px;
      width: auto;
      margin-bottom: 10px;
      margin-top: 50px; }
    .section_4-column-with-icons .fusion_builder_column_1_4 .fusion-column-wrapper p a {
      border: none !important;
      color: #FF6B00 !important;
      text-decoration: none !important;
      position: relative !important;
      display: inline-block !important;
      font-weight: 700 !important;
      font-size: 16px !important;
      text-transform: uppercase !important;
      letter-spacing: .19px !important;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      padding: 0 !important; }
      .section_4-column-with-icons .fusion_builder_column_1_4 .fusion-column-wrapper p a span {
        color: #FF6B00 !important; }
      .section_4-column-with-icons .fusion_builder_column_1_4 .fusion-column-wrapper p a:after {
        content: '';
        width: 28px;
        height: 15px;
        display: block;
        background: url(img/link-arrow.svg) no-repeat top left;
        position: absolute;
        right: -36px;
        bottom: 4px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .section_4-column-with-icons .fusion_builder_column_1_4 .fusion-column-wrapper p a:before {
        display: none !important; }
      .section_4-column-with-icons .fusion_builder_column_1_4 .fusion-column-wrapper p a:hover {
        text-decoration: none;
        color: #ff7a1a; }
        .section_4-column-with-icons .fusion_builder_column_1_4 .fusion-column-wrapper p a:hover:after {
          right: -40px; }

.section_latest-news {
  background-color: transparent !important;
  padding-top: 50px !important;
  padding-bottom: 0px !important;
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: .41px !important;
  color: #737984 !important;
  margin-bottom: 20px !important; }
  .section_latest-news h1,
  .section_latest-news .post-content h1,
  .section_latest-news h2,
  .section_latest-news .post-content h2,
  .section_latest-news h3,
  .section_latest-news .post-content h3,
  .section_latest-news h4,
  .section_latest-news .post-content h4,
  .section_latest-news h5,
  .section_latest-news .post-content h5,
  .section_latest-news h6,
  .section_latest-news .post-content h6 {
    color: #FF6B00 !important; }
    .section_latest-news h1:before,
    .section_latest-news .post-content h1:before,
    .section_latest-news h2:before,
    .section_latest-news .post-content h2:before,
    .section_latest-news h3:before,
    .section_latest-news .post-content h3:before,
    .section_latest-news h4:before,
    .section_latest-news .post-content h4:before,
    .section_latest-news h5:before,
    .section_latest-news .post-content h5:before,
    .section_latest-news h6:before,
    .section_latest-news .post-content h6:before {
      display: none; }
  .section_latest-news h1,
  .section_latest-news .post-content h1,
  .section_latest-news h2,
  .section_latest-news .post-content h2,
  .section_latest-news h3,
  .section_latest-news .post-content h3,
  .section_latest-news h4,
  .section_latest-news .post-content h4,
  .section_latest-news h5,
  .section_latest-news .post-content h5,
  .section_latest-news h6,
  .section_latest-news .post-content h6 {
    position: relative; }
    .section_latest-news h1:before,
    .section_latest-news .post-content h1:before,
    .section_latest-news h2:before,
    .section_latest-news .post-content h2:before,
    .section_latest-news h3:before,
    .section_latest-news .post-content h3:before,
    .section_latest-news h4:before,
    .section_latest-news .post-content h4:before,
    .section_latest-news h5:before,
    .section_latest-news .post-content h5:before,
    .section_latest-news h6:before,
    .section_latest-news .post-content h6:before {
      content: '';
      display: block;
      height: 2px;
      width: 2000px;
      background: rgba(255, 107, 0, 0.5);
      left: -2020px;
      top: 11px;
      position: absolute; }
  @media (max-width: 800px) {
    .section_latest-news {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .section_latest-news h2:not(.entry-title) {
    margin-bottom: 60px;
    padding-left: 30px !important; }

/** Non-home page titles **/
#ptitle h1, #ptitle h2, #ptitle h3, #ptitle h4, #ptitle h5, #ptitle h6 {
  color: #fff;
  font-size: 45px !important;
  letter-spacing: 1.85px !important;
  margin-bottom: 10px; }

#ptitle p {
  color: #fff; }

.downloads-cart {
  display: none; }

/** Our Team page styles **/
#our-story h3 {
  font-size: 16px !important;
  color: #FF6B00 !important;
  letter-spacing: 0.36px !important;
  line-height: 25px !important;
  margin-top: 0px; }

#our-story .fusion-li-item-content {
  font-size: 16px;
  color: #737984;
  letter-spacing: 0.36px;
  line-height: 25px; }

#our-experience h3 {
  font-size: 22px !important;
  color: #FF6B00 !important;
  letter-spacing: 0.91px !important; }

/** AML / CFT styles **/
#menu-image h3 {
  font-size: 22px !important;
  color: #FFFFFF !important;
  letter-spacing: 0.91px !important; }

#menu-image p {
  color: #FFFFFF !important; }

.fusion-footer {
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: .36px !important;
  color: #FFFFFA !important;
  margin-bottom: 15px !important;
  margin-bottom: 0 !important;
  background-color: #737984 !important; }
  .fusion-footer .widget-title {
    margin-bottom: 19px; }
  .fusion-footer ul li {
    padding: 0 !important;
    line-height: 1.7;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: .36px !important;
    color: #FFFFFA !important;
    margin-bottom: 15px !important;
    margin-bottom: 6px !important; }
    .fusion-footer ul li a:before {
      display: none !important; }
      .fusion-footer ul li a:before:hover, .fusion-footer ul li a:before:visited {
        color: #FF6B00 !important; }
    .fusion-footer ul li.current_page_item a {
      color: #FF6B00 !important; }
  .fusion-footer form input.wpcf7-form-control:not([type="submit"]) {
    background-color: #848C98 !important;
    margin-bottom: 0px !important;
    color: #FFFFFA !important; }
    .fusion-footer form input.wpcf7-form-control:not([type="submit"])::-webkit-input-placeholder {
      color: #FFFFFA !important; }
    .fusion-footer form input.wpcf7-form-control:not([type="submit"])::-moz-placeholder {
      color: #FFFFFA !important; }
    .fusion-footer form input.wpcf7-form-control:not([type="submit"]):-moz-placeholder {
      color: #FFFFFA !important; }
    .fusion-footer form input.wpcf7-form-control:not([type="submit"]):-ms-input-placeholder {
      color: #FFFFFA !important; }
    .fusion-footer form input.wpcf7-form-control:not([type="submit"]):hover, .fusion-footer form input.wpcf7-form-control:not([type="submit"]):focus {
      background-color: #9299a4 !important; }

.textwidget p {
  line-height: 1; }

.fusion-footer-widget-column {
  margin-bottom: 0; }

.fusion-footer-widget-area #text-4 .widget-title {
  text-transform: none !important; }

.fusion-footer footer:first-child {
  position: relative; }
  .fusion-footer footer:first-child:after {
    content: '';
    display: block;
    background: url(img/footer-triangle.svg) no-repeat bottom left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0; }
  .fusion-footer footer:first-child:before {
    content: '';
    display: block;
    background: url(img/footer-triangle-right.svg) no-repeat bottom right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0; }
  .fusion-footer footer:first-child > * {
    position: relative;
    z-index: 99; }

.fusion-footer-copyright-area {
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: .36px !important;
  color: #FFFFFA !important;
  margin-bottom: 15px !important;
  background-color: #686D79 !important;
  padding: 20px !important;
  margin-bottom: 0 !important; }
  .fusion-footer-copyright-area .right {
    float: right; }
  .fusion-footer-copyright-area a:hover {
    text-decoration: underline; }

.share-box.fusion-sharing-box {
  margin-bottom: 0;
  background-color: transparent !important;
  height: auto;
  padding: 0;
  padding-top: 15px; }
  .share-box.fusion-sharing-box .fusion-social-networks a {
    font-size: 20px;
    color: rgba(115, 121, 132, 0.6) !important; }

/*# sourceMappingURL=style.css.map */