/*-------------------------------------------------------------------------------
    Variables
-------------------------------------------------------------------------------*/
/* Screen sizes */
/*-------------------------------------------------------------------------------
    General Quiz
-------------------------------------------------------------------------------*/
.manywaystomany .quiz-wrapper {
  text-align: center; }

.manywaystomany .gform_wrapper {
  margin: 0 auto;
  max-width: 46%; }

@media only screen and (max-width: 767px) {
  .manywaystomany .gform_wrapper {
    max-width: 100%; } }
  .manywaystomany .gform_wrapper .gfield_label {
    color: #114769;
    font-size: 30px; }
  .manywaystomany .gform_wrapper .gfield_radio li {
    font-size: 20px; }
  .manywaystomany .gform_wrapper .gfield_radio label {
    color: #114769; }
  .manywaystomany .gform_wrapper .gfield_radio input[type=radio] {
    margin-right: 5px;
    margin-top: 2px !important; }
  .manywaystomany .gform_wrapper .gform_footer {
    text-align: center; }
    .manywaystomany .gform_wrapper .gform_footer .gform_button:hover {
      background: #0D456A !important;
      border-radius: 3px;
      opacity: 0.8; }

@media only screen and (max-width: 767px) {
  .manywaystomany .quiz-header-image,
.manywaystomany .quiz-subheading {
    max-width: 100%; } }

.manywaystomany #quiz-results {
  color: #fff !important;
  font-weight: bold;
  background: #154869;
  padding: 10px 85px;
  text-align: center; }

.manywaystomany .question-header h3,
.manywaystomany .results-header h3 {
  display: none;
  margin: 20px auto;
  margin-bottom: 60px;
  color: #164869;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
  border-bottom: 3px solid #164869;
  text-align: center;
  width: 220px;
  position: relative; }
  .manywaystomany .question-header h3:before,
.manywaystomany .results-header h3:before {
    content: "Q";
    text-align: center;
    color: #eee;
    font-size: 120px;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 50%;
    margin-left: -40px; }

.manywaystomany .question-header h3 {
  display: block; }
  .manywaystomany .question-header h3:before {
    content: "A"; }

.manywaystomany .button {
  background-color: #0D456A !important;
  color: #2ea3f2;
  /* border-width: 2px; */
  border-color: inherit !important;
  border-radius: 3px;
  font-family: inherit;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 0px;
  margin: 8px auto;
  padding: 6px 20px;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .manywaystomany .button:hover {
    opacity: 0.8; }

.results-wrapper {
  list-style: none !important;
  padding: 0 !important; }
  .results-wrapper .result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    padding-left: 20px;
    background: #fcfcfc;
    border: 1px solid #f3f3f3;
    color: #164869;
    font-weight: bold;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative; }
    .results-wrapper .result:before {
      content: "";
      left: 30px;
      height: 50px;
      min-width: 50px;
      margin-right: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .results-wrapper .result h3 {
      font-weight: normal; }
    .results-wrapper .result.breakthrough-series-collaborative-model-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/breakthrough-collaborative.png); }
    .results-wrapper .result.campaign-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/campaign.png); }
    .results-wrapper .result.community-of-practice-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/community-of-practice.png); }
    .results-wrapper .result.extension-agency-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/extension-agents.png); }
    .results-wrapper .result.gamification-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/gamification.png); }
    .results-wrapper .result.grassroots-organizing-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/grassroots-organizing.png); }
    .results-wrapper .result.incident-command-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/incident-command.png); }
    .results-wrapper .result.innovation-competitions-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/competititons.png); }
    .results-wrapper .result.wedge-and-spread-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/wedge-and-spread.png); }
    .results-wrapper .result.ninety-day-projects-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/90-day-project.png); }
    .results-wrapper .result.fishbowl-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/fishbowl.png); }
    .results-wrapper .result.network-riding-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/network-riding.png); }
    .results-wrapper .result.sprint-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/sprint.png); }
    .results-wrapper .result.political-advocacy-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/political-advocacy.png); }
    .results-wrapper .result.commercialization-result:before {
      background-image: url(https://www.billionsinstitute.com/wp-content/themes/Divi-child/library/images/quiz-icons/commercialization.png); }

.gravity-form-submitted .question-header {
  display: none; }

.gravity-form-submitted .results-header h3 {
  display: block; }

/*-------------------------------------------------------------------------------
    Result Popups
-------------------------------------------------------------------------------*/
.result-popup {
  display: none; }
  .result-popup .popup-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.3); }
  .result-popup .popup-close {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding: 20px;
    cursor: pointer;
    color: #164869;
    font-weight: bolder; }
  .result-popup .popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 40px; }
    .result-popup .popup-content h3 {
      font-size: 36px;
      text-align: center;
      color: #164869;
      font-weight: bolder;
      font-family: "Alegreya Sans";
      letter-spacing: 0.7px;
      margin-top: 20px;
      margin-bottom: 30px; }
    .result-popup .popup-content h4 {
      padding: 5px 20px;
      color: #164869;
      font-weight: bold;
      border-bottom: 3px solid #164869;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0 auto;
      text-align: center;
      width: 160px;
      font-size: 21px;
      margin-bottom: 20px; }
    .result-popup .popup-content h5 {
      font-size: 16px;
      margin: 0;
      text-align: left;
      margin-top: 30px;
      margin-bottom: 5px;
      font-weight: bolder;
      color: #666; }
    .result-popup .popup-content ul {
      font-size: 14px;
      list-style: disc;
      padding-left: 20px; }
    .result-popup .popup-content li {
      line-height: 1.5em; }
  .result-popup .popup-static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/MWTM-TAKE-ACTION.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff; }
    .result-popup .popup-static .static-container {
      max-width: 400px; }
    .result-popup .popup-static .static-filter {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(143, 44, 99, 0.8);
      z-index: 10; }
    .result-popup .popup-static .static-action {
      padding: 5px 20px;
      color: #fff;
      font-weight: bold;
      border-bottom: 3px solid #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 0 auto;
      text-align: center;
      width: 140px;
      font-size: 19px;
      margin-bottom: 20px;
      position: relative;
      z-index: 20; }
    .result-popup .popup-static .static-title {
      position: relative;
      z-index: 20;
      text-align: center;
      font-weight: bolder;
      font-size: 21px;
      margin: 10px 0;
      letter-spacing: 0.5px; }
    .result-popup .popup-static .static-description {
      position: relative;
      z-index: 20;
      text-align: center;
      font-weight: normal;
      padding: 20px 0;
      font-size: 15px;
      margin-bottom: 20px;
      line-height: 23px;
      letter-spacing: 0.5px; }
    .result-popup .popup-static .static-contact {
      position: relative;
      z-index: 20;
      border: 1px solid #fff;
      padding: 10px 30px;
      text-transform: uppercase;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      cursor: pointer;
      letter-spacing: 2px;
      display: block;
      color: #fff;
      text-decoration: none;
      margin: 0 auto;
      max-width: 170px;
      text-align: center; }
  .result-popup #back-to-quiz {
    padding: 20px;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    color: #164869;
    font-weight: bold;
    width: 100%; }

/*-------------------------------------------------------------------------------
    Featherlight Overrides
-------------------------------------------------------------------------------*/
.featherlight .featherlight-content {
  border-bottom: 0 !important;
  margin-left: 5% !important;
  margin-right: 5% !important;
  max-height: 85% !important;
  width: 70%;
  padding: 25px 0 0 !important; }
  .featherlight .featherlight-content .featherlight-close-icon {
    font-size: 20px !important;
    top: 10px !important;
    right: 10px !important; }

/*-------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
#main-footer #footer-widgets .footer-widget .fwidget .footer-form form {
  background: none !important;
  margin: 0;
  padding: 0; }
  #main-footer #footer-widgets .footer-widget .fwidget .footer-form form ._form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #main-footer #footer-widgets .footer-widget .fwidget .footer-form form ._form-content ._inline-style {
      margin: 0 0 20px !important;
      width: 80%; }
      #main-footer #footer-widgets .footer-widget .fwidget .footer-form form ._form-content ._inline-style input {
        width: 100%; }
    #main-footer #footer-widgets .footer-widget .fwidget .footer-form form ._form-content ._submit {
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
      background-color: #fff !important;
      color: #2ea3f2;
      border-color: inherit !important;
      border-radius: 0 !important;
      font-family: inherit;
      font-size: 20px;
      letter-spacing: 0px;
      font-family: 'Mukta Mahee', sans-serif;
      padding: 6px 20px !important; }

#main-footer #footer-widgets .footer-widget .widget_nav_menu ul,
#main-footer #footer-widgets .footer-widget .widget_nav_menu li {
  list-style: none;
  padding: 0; }
  #main-footer #footer-widgets .footer-widget .widget_nav_menu ul:before,
#main-footer #footer-widgets .footer-widget .widget_nav_menu li:before {
    display: none; }
