@charset "UTF-8";
.holder {
  border: 2px solid #444;
  border-radius: 5px;
  text-align: center; }
  .holder a {
    display: inline-block;
    padding: 10px;
    cursor: pointer; }
    .holder a:hover {
      background: #444;
      color: #fff;
      cursor: pointer; }
  .holder .jp-current {
    background: #444;
    color: #fff; }

ul#fivefold-assessment li {
  list-style-type: decimal; }

ul#giftmatrix-assessment li {
  list-style-type: decimal; }

progress, progress[role] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-size: auto;
  height: 100px;
  width: 100%; }

h2#fivefold-your-results {
  color: #444;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 40px;
  padding: 30px 0 15px 0; }

h3#fivefold-support-title {
  padding-top: 35px !important; }

.support-button-container {
  text-align: center; }
  .support-button-container a.support-button {
    border: 3px solid #FF9000;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
    display: inline-block; }

h3#fivefold-sharing-link {
  padding-top: 35px !important; }

* {
  box-sizing: border-box; }

ul.fivefold-horizontal-chart {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  font-size: 0; }
  ul.fivefold-horizontal-chart li.fivefold-chart-item {
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    font-family: 'Roboto', sans-serif !important; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item .chart-item {
      display: inline-block;
      vertical-align: middle; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item h2.gift-name {
      font-size: 25px;
      width: 25%;
      text-align: right;
      font-weight: 300 !important;
      color: #000;
      font-family: 'Roboto', sans-serif !important; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item .count-fivefold {
      font-size: 40px;
      font-weight: bold;
      font-family: 'Arial';
      color: #000;
      z-index: 9;
      width: 17.5%;
      padding: 0 2%;
      text-align: center; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item .bar-fivefold-container {
      width: 57.5%; }
      ul.fivefold-horizontal-chart li.fivefold-chart-item .bar-fivefold-container .bar-fivefold {
        height: 45px;
        width: 0%;
        margin: 20px 0;
        color: #fff;
        position: relative;
        transition: width 2s, background .2s;
        -webkit-transform: translate3d(0, 0, 0); }
        ul.fivefold-horizontal-chart li.fivefold-chart-item .bar-fivefold-container .bar-fivefold .label {
          font-size: .75em;
          padding: 1em;
          background: #3d3d3d;
          width: 150px;
          display: inline-block;
          position: relative;
          z-index: 2;
          font-weight: bold;
          font-family: 'Arial'; }
          ul.fivefold-horizontal-chart li.fivefold-chart-item .bar-fivefold-container .bar-fivefold .label.light {
            background: #9a9a9a; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item:nth-child(1) .bar-fivefold {
      background: #00aeef; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item:nth-child(2) .bar-fivefold {
      background: #ef4136; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item:nth-child(3) .bar-fivefold {
      background: #FF9000; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item:nth-child(4) .bar-fivefold {
      background: #9e1f63; }
    ul.fivefold-horizontal-chart li.fivefold-chart-item:nth-child(5) .bar-fivefold {
      background: #bacc33; }

ul.giftmatrix-horizontal-chart {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  font-size: 0; }
  ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item {
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item .chart-item {
      display: inline-block;
      vertical-align: middle; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item h2.gift-name {
      font-size: 25px;
      width: 25%;
      text-align: right;
      font-weight: 300 !important;
      color: #fff;
      font-family: 'Roboto', sans-serif !important; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item .count-giftmatrix {
      font-size: 40px;
      font-weight: bold;
      font-family: 'Arial';
      z-index: 9;
      width: 17.5%;
      padding: 0 2%;
      text-align: center;
      color: #fff; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item .bar-giftmatrix-container {
      width: 57.5%; }
      ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item .bar-giftmatrix-container .bar-giftmatrix {
        height: 45px;
        width: 0%;
        margin: 20px 0;
        color: #fff;
        position: relative;
        transition: width 2s, background .2s;
        -webkit-transform: translate3d(0, 0, 0); }
        ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item .bar-giftmatrix-container .bar-giftmatrix .label {
          font-size: .75em;
          padding: 1em;
          background: #3d3d3d;
          width: 150px;
          display: inline-block;
          position: relative;
          z-index: 2;
          font-weight: bold;
          font-family: 'Arial'; }
          ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item .bar-giftmatrix-container .bar-giftmatrix .label.light {
            background: #9a9a9a; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item:nth-child(1) .bar-giftmatrix {
      background: #fff; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item:nth-child(2) .bar-giftmatrix {
      background: #fff; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item:nth-child(3) .bar-giftmatrix {
      background: #fff; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item:nth-child(4) .bar-giftmatrix {
      background: #fff; }
    ul.giftmatrix-horizontal-chart li.giftmatrix-chart-item:nth-child(5) .bar-giftmatrix {
      background: #fff; }

section#gift-matrix-differences–results {
  font-size: 0; }
  section#gift-matrix-differences–results .difference-fivefold-gift-name {
    font-size: 25px;
    color: #fff;
    width: 50%;
    text-align: right;
    display: inline-block;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important; }
  section#gift-matrix-differences–results .fivefold-difference-result {
    font-size: 40px;
    font-weight: 800 !important;
    width: 35%;
    display: inline-block;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important; }

body.page-template-page_landing-fivefold .gf_progressbar_wrapper .gf_progressbar_title {
  display: none; }

body.page-template-page_landing-fivefold .gfield_required {
  display: none; }

body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield {
  font-size: 18px;
  padding: 5px; }
  @media (max-width: 900px) {
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield {
      font-size: 16px; } }
  body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield #test-disclaimer {
    background: #969696;
    padding: 25px;
    line-height: 1.3;
    color: #fff; }
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield #test-disclaimer p#test-disclaimer-description {
      text-align: center;
      font-size: 20px;
      border-bottom: 1px solid #fff;
      padding-bottom: 20px;
      font-style: italic; }
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield #test-disclaimer p#test-disclaimer-length {
      text-align: center;
      margin-bottom: 0; }
  body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li {
    box-sizing: border-box;
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 900px) {
      body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li {
        width: 100%;
        text-align: left;
        margin-bottom: 4px;
        font-size: 15px; } }
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li input {
      margin-right: 4px; }
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body ul.gform_fields li.gfield ul.gfield_radio li label {
      font-size: 15px; }

body.page-template-page_landing-fivefold .gform_wrapper .gform_body .button {
  background: #fff !important;
  border: 3px solid #FF9000 !important;
  color: #FF9000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: auto !important;
  padding: 10px 20px !important;
  text-transform: capitalize !important;
  line-height: 1 !important; }
  body.page-template-page_landing-fivefold .gform_wrapper .gform_body .button:hover {
    transform: translate3d(0, -3px, 0);
    background: #FF9000 !important;
    color: #fff !important; }

body.page-template-page_landing-fivefold .gform_wrapper .gform_body .gform_ajax_spinner {
  display: block !important;
  text-align: center !important;
  margin-left: 47% !important;
  padding-top: 12px !important; }
  @media (max-width: 700px) {
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body .gform_ajax_spinner {
      margin-left: 46% !important; } }
  @media (max-width: 450px) {
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body .gform_ajax_spinner {
      margin-left: 45% !important; } }
body.page-template-page_landing-fivefold .gform_wrapper .gform_body .gform_page_footer {
  border-top: 0;
  text-align: center;
  /*
					#gform_next_button_5_88 {
						background:#000 !important;
						border:0 !important;
						color:#fff !important;

						&:hover {
							background:$orange !important;

						}
					}
		*/ }

body.page-template-page_landing-fivefold .gform_wrapper .gform_body li#field_5_84 {
  width: 50%;
  display: inline-block; }
  @media (max-width: 900px) {
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body li#field_5_84 {
      width: 95%; } }
body.page-template-page_landing-fivefold .gform_wrapper .gform_body li#field_5_83 {
  width: 100%;
  display: inline-block; }
  @media (max-width: 900px) {
    body.page-template-page_landing-fivefold .gform_wrapper .gform_body li#field_5_83 {
      width: 95%; } }
body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header {
  padding-top: 50px; }
  @media (max-width: 900px) {
    body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header {
      padding-top: 0; } }
  body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title {
    text-align: center;
    font-size: 48px; }
    @media (max-width: 900px) {
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title {
        font-size: 36px;
        margin-top: 0; } }
    body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container {
      line-height: 1; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .five-gift-title {
        text-transform: uppercase;
        display: inline-block;
        font-weight: 400;
        font-family: "Open Sans";
        font-size: 18px;
        vertical-align: middle;
        padding: 0 4px; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .apostle-title {
        color: #00aeef; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .prophet-title {
        color: #ef4136; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .evangelist-title {
        color: #FF9000; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .pastor-title {
        color: #9e1f63; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .teacher-title {
        color: #bacc33; }
      body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title .subtitle-container .middle-dot {
        font-size: 18px;
        color: #444;
        display: inline-block;
        font-weight: 300;
        vertical-align: middle; }
    body.page-template-page_landing-fivefold .site-inner .content-sidebar-wrap main#genesis-content header.entry-header h1.entry-title:after {
      display: none; }

form.entry-page {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  display: block; }
  @media (max-width: 900px) {
    form.entry-page {
      width: 95%; } }
  form.entry-page li.number-counter input {
    width: 20% !important;
    text-align: center;
    font-size: 30px !important;
    font-weight: bold;
    vertical-align: middle;
    background: transparent !important;
    border: none; }
  form.entry-page li.number-counter input[type=number]::-webkit-inner-spin-button, form.entry-page li.number-counter input[type=number]::-webkit-outer-spin-button {
    margin: 0; }
  form.entry-page select {
    margin: 30px 0;
    display: block;
    padding: 20px 0; }
  form.entry-page .dashicons-minus {
    background: #00b8ff; }
    form.entry-page .dashicons-minus:before {
      background: #00b8ff; }
  form.entry-page .dashicons-plus {
    background: #b400ff; }
    form.entry-page .dashicons-plus:before {
      background: #b400ff; }
  form.entry-page .dashicons {
    height: auto;
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    line-height: 2.5; }
    form.entry-page .dashicons:before {
      width: 33.333%;
      display: inline-block;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      text-align: center; }
  form.entry-page .data-entry-section {
    margin: 15px 0 30px 0; }

ul.joybody-horizontal-bar {
  list-style: none;
  margin: 0 auto;
  padding: 5px;
  padding-left: 0;
  position: relative;
  max-width: 600px;
  background: green; }
  @media (max-width: 900px) {
    ul.joybody-horizontal-bar {
      max-width: 500px !important;
      width: 70%;
      left: 125px; } }
  ul.joybody-horizontal-bar li.joybody-bar-item {
    list-style-type: none; }
    ul.joybody-horizontal-bar li.joybody-bar-item .bar {
      height: 50px;
      position: relative; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul li {
    /*
	 	float:none;
  		line-height: 2;
   		font-weight: bold;
	    font-family: 'Arial';
  		font-size: .85em;text-transform: uppercase;
  		display: block;
*/ }
    ul li .bar {
      width: 0;
      margin: 20px 0;
      color: #fff;
      position: relative;
      transition: width 2s, background .2s;
      -webkit-transform: translate3d(0, 0, 0);
      clear: both;
      float: none;
      background: #fff;
      /*
		&:nth-of-type(2n) {
			background:lighten(red , 10% );
		}
		*/ }
      ul li .bar .label {
        font-size: .75em;
        padding: 1em;
        background: #3d3d3d;
        width: 150px;
        display: inline-block;
        position: relative;
        z-index: 2;
        font-weight: bold;
        font-family: 'Arial'; }
        ul li .bar .label.light {
          background: #9a9a9a; }

.count {
  position: absolute;
  right: .25em;
  top: 3px;
  padding: .15em;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial';
  color: green; }
