/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.enhanced-blocks-row-layout {
  position: relative; }
  .enhanced-blocks-row-layout:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .enhanced-blocks-row-layout.enhanced-blocks-hide-desktop {
    display: none; }
  @media (max-width: 1024px) {
    .enhanced-blocks-row-layout.enhanced-blocks-hide-mobile, .enhanced-blocks-row-layout.enhanced-blocks-hide-desktop {
      display: -ms-flexbox;
      display: flex; }
    .enhanced-blocks-row-layout.enhanced-blocks-hide-tab {
      display: none; } }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-hide-tab, .enhanced-blocks-row-layout.enhanced-blocks-hide-desktop {
      display: -ms-flexbox;
      display: flex; }
    .enhanced-blocks-row-layout.enhanced-blocks-hide-mobile {
      display: none; } }
  .enhanced-blocks-row-layout .enhanced-blocks-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5; }
  .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden; }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-top.enhanced-blocks-shape-divider-top-invert {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-top.enhanced-blocks-shape-divider-top-front {
      z-index: 9999;
      pointer-events: none; }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-top.enhanced-blocks-shape-divider-top-flip svg {
      -webkit-transform: translateX(0%) rotateY(180deg);
              transform: translateX(0%) rotateY(180deg); }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-top svg {
      display: block;
      margin: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%; }
  .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0; }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-bottom.enhanced-blocks-shape-divider-bottom-front {
      z-index: 9999;
      pointer-events: none; }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-bottom.enhanced-blocks-shape-divider-bottom-invert {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-bottom.enhanced-blocks-shape-divider-bottom-flip svg {
      -webkit-transform: translateX(0%) rotateY(180deg);
              transform: translateX(0%) rotateY(180deg); }
    .enhanced-blocks-row-layout .enhanced-blocks-row-layout-shape-bottom svg {
      display: block;
      margin: auto;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      width: 100%; }
  .enhanced-blocks-row-layout.section-height-full .inner-blocks-wrap {
    height: 100vh; }
  .enhanced-blocks-row-layout.enhanced-blocks-section-boxed .inner-blocks-wrap {
    max-width: 1140px; }
  .enhanced-blocks-row-layout .inner-blocks-wrap {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    .enhanced-blocks-row-layout .inner-blocks-wrap .inner-blocks-row {
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .enhanced-blocks-row-layout .inner-blocks-wrap .inner-blocks-row {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column {
          width: 100%; } }
      .enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column .enhanced-blocks-column-inner {
        width: 100%; }
  .enhanced-blocks-row-layout.enhanced-blocks-equal1 .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 100%; }
  .enhanced-blocks-row-layout.enhanced-blocks-equal2 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
  .enhanced-blocks-row-layout.enhanced-blocks-equal2 .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 50%; }
    @media (max-width: 767px) {
      .enhanced-blocks-row-layout.enhanced-blocks-equal2 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
      .enhanced-blocks-row-layout.enhanced-blocks-equal2 .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
        width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-equal3 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
  .enhanced-blocks-row-layout.enhanced-blocks-equal3 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
  .enhanced-blocks-row-layout.enhanced-blocks-equal3 .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 33.333%; }
    @media (max-width: 767px) {
      .enhanced-blocks-row-layout.enhanced-blocks-equal3 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
      .enhanced-blocks-row-layout.enhanced-blocks-equal3 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
      .enhanced-blocks-row-layout.enhanced-blocks-equal3 .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
        width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
  .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
  .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-3,
  .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-4 {
    width: 25%; }
    @media (max-width: 767px) {
      .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
      .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
      .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-3,
      .enhanced-blocks-row-layout.enhanced-blocks-equal4 .inner-blocks-wrap .enhanced-blocks-inner-column-4 {
        width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
  .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
  .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-3,
  .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-4,
  .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-5 {
    width: 20%; }
    @media (max-width: 767px) {
      .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
      .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
      .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-3,
      .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-4,
      .enhanced-blocks-row-layout.enhanced-blocks-equal5 .inner-blocks-wrap .enhanced-blocks-inner-column-5 {
        width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
  .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
  .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-3,
  .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-4,
  .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-5,
  .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-6 {
    width: 16.666%; }
    @media (max-width: 767px) {
      .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-1,
      .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-2,
      .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-3,
      .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-4,
      .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-5,
      .enhanced-blocks-row-layout.enhanced-blocks-equal6 .inner-blocks-wrap .enhanced-blocks-inner-column-6 {
        width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-left-golden .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 66.50%; }
  .enhanced-blocks-row-layout.enhanced-blocks-left-golden .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 33.50%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-left-golden .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-left-golden .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-right-golden .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 33.50%; }
  .enhanced-blocks-row-layout.enhanced-blocks-right-golden .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 66.50%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-right-golden .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-right-golden .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-three-left-half .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 50%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-left-half .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 25%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-left-half .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 25%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-three-left-half .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-three-left-half .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-three-left-half .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-three-right-half .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 25%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-right-half .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 25%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-right-half .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 50%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-three-right-half .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-three-right-half .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-three-right-half .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-half .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 25%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-half .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 50%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-half .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 25%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-half .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-half .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-half .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-wide .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 20%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-wide .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 60%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-wide .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 20%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-wide .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-wide .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-wide .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-exwide .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 15%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-exwide .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 70%; }
  .enhanced-blocks-row-layout.enhanced-blocks-three-center-exwide .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 15%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-exwide .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-exwide .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-three-center-exwide .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 40%; }
  .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 20%; }
  .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 20%; }
  .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-4 {
    width: 20%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-3,
    .enhanced-blocks-row-layout.enhanced-blocks-four-left-forty .inner-blocks-wrap .enhanced-blocks-inner-column-4 {
      width: 100%; } }
  .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-1 {
    width: 20%; }
  .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-2 {
    width: 20%; }
  .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-3 {
    width: 20%; }
  .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-4 {
    width: 40%; }
  @media (max-width: 767px) {
    .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-1,
    .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-2,
    .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-3,
    .enhanced-blocks-row-layout.enhanced-blocks-four-right-forty .inner-blocks-wrap .enhanced-blocks-inner-column-4 {
      width: 100%; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column {
  position: relative;
  z-index: 1;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden; }
  .enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column .enhanced-blocks-column-wrap {
    width: 100%; }
  .enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column .enhanced-blocks-column-inner {
    padding: 10px; }
  .enhanced-blocks-row-layout .inner-blocks-wrap .enhanced-blocks-column .enhanced-blocks-column-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: background 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
    z-index: -1; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.eb-testimonial {
  border-radius: 10px;
  padding: 30px 40px; }
  .eb-testimonial h4 {
    margin: 0 !important; }
  .eb-testimonial p {
    margin: 0 !important; }
  .eb-testimonial .testimonial-content {
    margin-bottom: 20px; }
  .eb-testimonial .image {
    background: #ddd;
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px; }
    .eb-testimonial .image button {
      height: 100%;
      left: 0;
      padding: 0;
      width: 100%;
      z-index: 50;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background: none !important; }
      .eb-testimonial .image button svg {
        margin: 0 auto; }
    .eb-testimonial .image img {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      display: inline-block;
      vertical-align: middle;
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover; }
  .eb-testimonial .testimonial-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .eb-testimonial .testimonial-info .testimonial-details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-left: 15px; }
  .eb-testimonial .middle-testimonial-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .eb-testimonial .middle-testimonial-info .testimonial-details {
      text-align: center;
      margin-top: 10px; }
  .eb-testimonial .right-testimonial-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center; }
    .eb-testimonial .right-testimonial-info .testimonial-details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-right: 15px; }

@media only screen and (max-width: 600px) {
  .eb-testimonial .testimonial-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .eb-testimonial .testimonial-info .testimonial-details {
      text-align: center; }
  .eb-testimonial .right-testimonial-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .eb-testimonial .right-testimonial-info .testimonial-details {
      text-align: center; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.backgroundColor-cancel {
  background-color: #ff9a9d;
  border: solid 1px #d06165; }

.backgroundColor-exclamation {
  background-color: #fce273;
  border: solid 1px #d6b200; }

.backgroundColor-refresh {
  background-color: #7afcac;
  border: solid 1px #00b53f; }

.backgroundColor-info {
  background-color: #78e2fb;
  border: solid 1px #41b1c6; }

.nb_noticeBox {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 10px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .nb_noticeBox .notice_text {
    margin-left: 10px;
    -ms-flex: 1;
        flex: 1; }
    .nb_noticeBox .notice_text p {
      margin: 0 !important; }
  .nb_noticeBox .notice_icon {
    position: relative;
    height: 35px;
    width: 35px;
    background: #eeeeee9c;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 5;
    cursor: pointer; }
    .nb_noticeBox .notice_icon span {
      height: 100%;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.nb_AuthorProfile {
  background: #f2f2f2;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .nb_AuthorProfile .author_image {
    position: relative;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    z-index: 5; }
    .nb_AuthorProfile .author_image .button_Image {
      border-radius: 100%;
      height: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      width: 100%;
      z-index: 50;
      top: 0;
      background-color: #fff; }
      .nb_AuthorProfile .author_image .button_Image svg {
        margin: 0 auto; }
    .nb_AuthorProfile .author_image img {
      border-radius: 100%;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      top: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .nb_AuthorProfile .author_information {
    -ms-flex: 2 0 80px;
        flex: 2 0 80px;
    margin-left: 10px;
    padding: 10px;
    -ms-flex-item-align: center;
        align-self: center; }
    .nb_AuthorProfile .author_information .title {
      margin: 0; }
      .nb_AuthorProfile .author_information .title:before {
        content: initial; }
    .nb_AuthorProfile .author_information .designation {
      margin: 0; }
    .nb_AuthorProfile .author_information .desc {
      padding: 10px 0 0 0;
      margin: 0; }
    .nb_AuthorProfile .author_information .social-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-top: 10px;
      padding-top: 10px; }
      .nb_AuthorProfile .author_information .social-icon .social-item {
        background: white;
        border: 1px solid #dddddd;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        text-decoration: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
      .nb_AuthorProfile .author_information .social-icon .facebook {
        color: #334f8e; }
      .nb_AuthorProfile .author_information .social-icon .twitter {
        color: #1a97f1; }
      .nb_AuthorProfile .author_information .social-icon .googlePlus {
        color: #dc3f33; }
      .nb_AuthorProfile .author_information .social-icon .linkedin {
        color: #0077b5; }
      .nb_AuthorProfile .author_information .social-icon .email {
        color: black; }

.nb_AuthorProfile_Vertical {
  background: #f2f2f2;
  padding: 30px 40px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .nb_AuthorProfile_Vertical .author_image {
    position: relative;
    width: 150px;
    height: 150px;
    z-index: 5; }
    .nb_AuthorProfile_Vertical .author_image .button_Image {
      border-radius: 100%;
      height: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      width: 100%;
      z-index: 50;
      top: 0;
      background-color: #fff; }
      .nb_AuthorProfile_Vertical .author_image .button_Image svg {
        margin: 0 auto; }
    .nb_AuthorProfile_Vertical .author_image img {
      border-radius: 100%;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      top: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .nb_AuthorProfile_Vertical .author_information {
    margin-top: 10px;
    text-align: center; }
    .nb_AuthorProfile_Vertical .author_information .title {
      margin: 0; }
      .nb_AuthorProfile_Vertical .author_information .title:before {
        content: initial; }
    .nb_AuthorProfile_Vertical .author_information .designation {
      margin: 0; }
    .nb_AuthorProfile_Vertical .author_information .desc {
      margin: 10px 0 0 0; }
    .nb_AuthorProfile_Vertical .author_information .social-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-top: 10px;
      -ms-flex-pack: center;
          justify-content: center; }
      .nb_AuthorProfile_Vertical .author_information .social-icon .social-item {
        background: white;
        border: 1px solid #dddddd;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
      .nb_AuthorProfile_Vertical .author_information .social-icon .facebook {
        color: #334f8e; }
      .nb_AuthorProfile_Vertical .author_information .social-icon .twitter {
        color: #1a97f1; }
      .nb_AuthorProfile_Vertical .author_information .social-icon .googlePlus {
        color: #dc3f33; }
      .nb_AuthorProfile_Vertical .author_information .social-icon .linkedin {
        color: #0077b5; }
      .nb_AuthorProfile_Vertical .author_information .social-icon .email {
        color: black; }

@media only screen and (max-width: 600px) {
  .nb_AuthorProfile {
    background: #f2f2f2;
    padding: 3%;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .nb_AuthorProfile .author_image {
      position: relative;
      width: 150px;
      height: 150px;
      margin-top: 30px;
      z-index: 5; }
      .nb_AuthorProfile .author_image .button_Image {
        border-radius: 100%;
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 50;
        top: 0;
        background-color: #fff; }
        .nb_AuthorProfile .author_image .button_Image svg {
          margin: 0 auto; }
      .nb_AuthorProfile .author_image img {
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -o-object-fit: cover;
           object-fit: cover; }
    .nb_AuthorProfile .author_information {
      padding: 10px;
      text-align: center;
      margin-bottom: 13px; }
      .nb_AuthorProfile .author_information .title:before {
        content: initial; }
      .nb_AuthorProfile .author_information .desc {
        padding: 10px 0 0 0; }
      .nb_AuthorProfile .author_information .social-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        margin-top: 10px;
        -ms-flex-pack: center;
            justify-content: center; }
        .nb_AuthorProfile .author_information .social-icon .social-item {
          background: white;
          border: 1px solid #dddddd;
          border-radius: 50px;
          width: 50px;
          height: 50px;
          margin-right: 10px;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
        .nb_AuthorProfile .author_information .social-icon .facebook {
          color: #334f8e; }
        .nb_AuthorProfile .author_information .social-icon .twitter {
          color: #1a97f1; }
        .nb_AuthorProfile .author_information .social-icon .googlePlus {
          color: #dc3f33; }
        .nb_AuthorProfile .author_information .social-icon .linkedin {
          color: #0077b5; }
        .nb_AuthorProfile .author_information .social-icon .email {
          color: black; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.eb-heading .heading:before {
  content: initial; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.enhanced_before_and_after_image {
  padding: 15px; }
  .enhanced_before_and_after_image > div:nth-child(2) > div:nth-child(2) {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top !important;
    left: -45.7759%;
    overflow: hidden;
    border-right: 3px solid #ffffff;
    height: 100%; }
    .enhanced_before_and_after_image > div:nth-child(2) > div:nth-child(2) div {
      width: 100%; }
  .enhanced_before_and_after_image > div:nth-child(2) > div:nth-child(3) {
    vertical-align: top !important; }
    .enhanced_before_and_after_image > div:nth-child(2) > div:nth-child(3) div {
      width: 100%; }
  .enhanced_before_and_after_image .styles_wrapper__3KXDn {
    position: relative; }
  .enhanced_before_and_after_image .slider {
    border: solid 2px #ffffff;
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -22px;
    border: 3px solid #ffffff;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
            box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer; }
    .enhanced_before_and_after_image .slider .enhanced-right-arrow-slider {
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      border-left: 6px solid white;
      right: 50%;
      margin-right: -16px; }
    .enhanced_before_and_after_image .slider .enhanced-left-arrow-slider {
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
      border-right: 6px solid white;
      left: 50%;
      margin-left: -17px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.wp-block-enhanced-blocks-post-grid {
  overflow: hidden; }
  .wp-block-enhanced-blocks-post-grid .post-item {
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px; }
    .wp-block-enhanced-blocks-post-grid .post-item .post-image {
      line-height: 0; }
      .wp-block-enhanced-blocks-post-grid .post-item .post-image a {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .wp-block-enhanced-blocks-post-grid .post-item .post-image a:active, .wp-block-enhanced-blocks-post-grid .post-item .post-image a:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
    .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-title {
      line-height: 1.2;
      font-size: 21px;
      padding: 0;
      margin-top: 15px;
      margin-bottom: 0; }
      .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-title:before {
        content: initial; }
      .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-title a {
        text-decoration: none;
        color: #222;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-meta {
      padding-top: 25px; }
      .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-meta time,
      .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-meta a {
        -webkit-box-shadow: none;
                box-shadow: none;
        text-decoration: none;
        font-size: 12px;
        color: #999999;
        text-transform: uppercase;
        padding-right: 15px; }
        .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-meta time:last-child,
        .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-meta a:last-child {
          padding-right: 0; }
    .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-excerpt {
      margin-top: 15px; }
      .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-excerpt p {
        font-size: 16px;
        color: #666666;
        margin: 0;
        line-height: 1.9; }
    .wp-block-enhanced-blocks-post-grid .post-item .post-content-area .post-read-moore {
      margin-top: 15px;
      display: inline-block;
      font-size: 16px;
      border-bottom: 1px solid #47b475;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #47b475;
      font-weight: 700;
      text-decoration: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-only.eb-sharing-button-small a {
  height: 40px;
  width: 40px;
  line-height: 45px;
  font-size: 18px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-only.eb-sharing-button-medium a {
  height: 50px;
  width: 50px;
  line-height: 55px;
  font-size: 20px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-only.eb-sharing-button-large a {
  height: 70px;
  width: 70px;
  line-height: 75px;
  font-size: 30px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-only ul li a span {
  display: none; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-text-only.eb-sharing-button-small a {
  padding: 5px 10px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-text-only.eb-sharing-button-medium a {
  padding: 8px 15px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-text-only.eb-sharing-button-large a {
  padding: 10px 20px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-text-only ul li a i {
  display: none; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text.eb-sharing-button-small a {
  padding: 5px 10px; }
  .wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text.eb-sharing-button-small a i {
    padding-right: 5px;
    font-size: 16px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text.eb-sharing-button-medium a {
  padding: 8px 15px; }
  .wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text.eb-sharing-button-medium a i {
    font-size: 18px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text.eb-sharing-button-large a {
  padding: 10px 20px; }
  .wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text.eb-sharing-button-large a i {
    font-size: 18px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text ul li a {
  padding: 10px 20px; }
  .wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-text ul li a i {
    padding-right: 10px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-square a {
  border-radius: 0; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-rounded-square a {
  border-radius: 8px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-circle a {
  border-radius: 100px; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-color-social a.eb-share-facebook {
  border: 1px solid #3b5999;
  background-color: #3b5999; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-color-social a.eb-share-twitter {
  border: 1px solid #1ca1f3;
  background-color: #1ca1f3; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-color-social a.eb-share-google {
  border: 1px solid #dc4b45;
  background-color: #dc4b45; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-color-social a.eb-share-linkedin {
  border: 1px solid #0077b5;
  background-color: #0077b5; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-color-social a.eb-share-pinterest {
  border: 1px solid #bd091c;
  background-color: #bd091c; }

.wp-block-enhanced-blocks-social-sharing.eb-sharing-icon-color-social a.eb-share-reddit {
  border: 1px solid #ff4500;
  background-color: #ff4500; }

.wp-block-enhanced-blocks-social-sharing ul.eb-social-sharing-links {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .wp-block-enhanced-blocks-social-sharing ul.eb-social-sharing-links li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    .wp-block-enhanced-blocks-social-sharing ul.eb-social-sharing-links li a {
      font-size: 20px;
      border: 1px solid #000;
      background-color: #000;
      color: #fff;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .wp-block-enhanced-blocks-social-sharing ul.eb-social-sharing-links li a:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .wp-block-enhanced-blocks-social-sharing ul.eb-social-sharing-links li:last-child {
      margin-right: 0;
      margin-bottom: 0; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.enhanced-blocks-d-flex {
  display: -ms-flexbox;
  display: flex; }

.enhanced-blocks-flex-1 {
  -ms-flex: 1;
      flex: 1; }

.enhanced-blocks-jc-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.enhanced-blocks-as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.enhanced-blocks-margin-zero {
  margin: 0 !important; }

.enhanced-blocks-d-none {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

.eb-d-flex {
  display: -ms-flexbox;
  display: flex; }

.eb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.eb-mb-40 {
  margin-bottom: 40px; }

.eb-mlr-15 {
  margin-right: 15px;
  margin-left: 15px; }

.eb-flex {
  -ms-flex: 1 1;
      flex: 1 1; }

.column-1 {
  width: calc( 100% - 30px); }

.column-2 {
  width: calc( 50% - 30px); }

.column-3 {
  width: calc( 33.333% - 30px); }

.column-4 {
  width: calc( 25% - 30px); }

.column-5 {
  width: calc( 20% - 30px); }

.column-6 {
  width: calc( 16.666% - 30px); }

.editor-block-list-item-enhanced-blocks-author-profile .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-heading .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-post-grid .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-testimonial .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-eb-notice .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-spacer .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-block-divider .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-social-sharing .editor-block-types-list__item-icon,
.editor-block-list-item-enhanced-blocks-icon-list .editor-block-types-list__item-icon {
  color: #F28F10; }

.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-author-profile:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-heading:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-post-grid:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-testimonial:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-eb-notice:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-spacer:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-block-divider:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-enhanced-before-and-after-image:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-social-sharing:not(:disabled):hover .editor-block-types-list__item-icon,
.editor-block-types-list__item.editor-block-list-item-enhanced-blocks-icon-list:not(:disabled):hover .editor-block-types-list__item-icon {
  color: #F28F10; }

@media screen and (max-width: 767px) {
  .column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    width: calc(100% - 30px); } }

.wp-block-enhanced-blocks-icon-list {
  -webkit-columns: var(--columns);
          columns: var(--columns); }
  @media screen and (max-width: 767px) {
    .wp-block-enhanced-blocks-icon-list {
      -webkit-columns: 1;
              columns: 1; } }
  .wp-block-enhanced-blocks-icon-list ul {
    margin: 0;
    padding: 0;
    list-style: none !important; }
    .wp-block-enhanced-blocks-icon-list ul li {
      position: relative;
      padding-left: var(--text-indent);
      color: var(--text-color);
      font-size: var(--text-size);
      margin-bottom: var(--item-line-height);
      line-height: var(--icon-box-height); }
      .wp-block-enhanced-blocks-icon-list ul li:last-child {
        margin-bottom: 0; }
      .wp-block-enhanced-blocks-icon-list ul li:before {
        position: absolute;
        content: var(--content);
        font-family: 'Dashicons';
        height: var(--icon-box-width);
        display: inline-block;
        width: var(--icon-box-height);
        left: 0;
        color: var(--icon-color);
        font-size: var(--text-size);
        background-color: var(--icon-box-bg-color);
        border: 1px solid var(--icon-box-border-color);
        border-radius: 50%;
        text-align: center; }

.eb-icon-items-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .eb-icon-items-wrapper .eb-icon-item {
    min-width: 25%;
    text-align: center;
    cursor: pointer;
    margin: 5px 0; }
    .eb-icon-items-wrapper .eb-icon-item span {
      height: 25px;
      display: inline-block; }
