/*!
Theme Name: branch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Custom WP them for Branch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: branch
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

branch is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  background: -webkit-radial-gradient(top, ellipse cover, #0f4777 0%,#0a1b4b 100%);
  background: -webkit-radial-gradient(top, ellipse, #0f4777 0%,#0a1b4b 100%);
  background: -o-radial-gradient(top, ellipse, #0f4777 0%,#0a1b4b 100%);
  background: radial-gradient(ellipse at top, #0f4777 0%,#0a1b4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4777', endColorstr='#0a1b4b',GradientType=1 );
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400; 
  font-style: normal;
  line-height: 1.15;
}

a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.main-content {
  padding: 0 20px;
  padding-bottom: 0px;
}

.top-bar {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 34px;
}

.wizard-container {
  color: #333333;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.slick-list {
  overflow: visible;
  height: auto !important;
}

.wizard-container.slick-initialized {
  opacity: 1;
}

.wizard-container.hidden {
  opacity: 0;
}

.questions-container {
  max-width: 910px;
  /* min-height: 584px; */
  min-height: 500px;
  max-height: 0;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.02);
  border-radius: 7px;
  padding-top: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slick-active .questions-container {
  max-height: none;
}

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  overflow: hidden;
}

.slick-slide {
  margin: 0 20px;
  height: auto;
  overflow-y: hidden;
}


.slick-slide.slick-active {
  overflow-y: visible;
}

.question-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  padding: 0 20px;
}

.answers {
  margin-top: 38px;
  padding: 0 55px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.integration-plans {
  padding: 0 55px;
}

.answers .answer-item {
  border: 1px solid #757c83;
  border-radius: 7px;
  -webkit-box-shadow: 9px 9px 35px -23px rgba(0, 0, 0, 0.5);
          box-shadow: 9px 9px 35px -23px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.answers .answer-item:hover,
.answers .answer-item.active {
  border-color: #00bd70;
}

.answers .answer-item > label,
.answers .answer-item > a {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  display: block;
  padding: 18px;
  padding-left: 60px;
  padding-right: 10px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  outline: none;
}

.answers .answer-item > a {
  padding-left: 18px;
}

.answers .answer-item a:hover,
.answers .answer-item.active a {
  color: #00bd70;
  outline: none;
}

.answers .answer-item .green-btn {
  background-color: #00bd70;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  width: 60px;
  height: 40px;
  margin: -9px 0;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}

.questions-container .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding: 28px 55px;
}

.btns.scrollable {
  -webkit-box-shadow: 0 12px 20px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 12px 20px 1px rgba(0, 0, 0, 0.5);
}

.slider-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  padding: 0;
  background: none;
  outline: none;
}

.slider-btn span {
  width: 26px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.btn-prev {
  margin-right: auto;
}

.btn-next {
  margin-left: auto;
  margin-right: 7px;
}

.slider-btn .prev {
  background-image: url(../image/prev.svg);
  margin-right: 7px;
}

.slider-btn .next {
  background-image: url(../image/next.svg);
  margin-left: 7px;
}

.slick-slide:first-child .btn-prev {
  display: none !important;
}

.final-plan .btn-next {
  display: none !important;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  width: 26px;
  height: 26px;
  border: 1px solid #333333;
  content: '';
  position: absolute;
  left: 18px;
  background: #fff;
  border-radius: 100%;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 25px;
  background-image: url(../image/checkmark.svg);
  width: 13px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 50%;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
[type="checkbox"]:checked + label:before {
  background-color: #00bd70;
  border-color: #00bd70;
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* Integration Plan */

.integration-plans {
  margin-top: 40px;
  margin-bottom: 29px;
}

.integration-plans .subtitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 8;
  margin-top: 20px;
}

.integration-plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.integration-plan-item .number {
  margin-right: 10px;
  margin-top: 26px;
  width: 18px;
}

.integration-plan-item .collapsable {
  border: 1px solid #757c83;
  border-radius: 7px;
  -webkit-box-shadow: 9px 9px 35px -23px rgba(0, 0, 0, 0.5);
          box-shadow: 9px 9px 35px -23px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.collapsable .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  cursor: pointer;
}

.toggle-btn {
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
}

.arrow-down {
  width: 17px;
  height: 11px;
  opacity: .8;
  display: inline-block;
  background-image: url(../image/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  pointer-events: none;
  margin-top: 3px;
}

.opened .arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapsable .header h4{
  margin: 0;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
}

.collapsable .body {
  display: none;
}

.collapsable .body .description {
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  padding: 0 15px;
  padding-right: 45px;
  margin: 0;
}

.collapsable .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
}

.collapsable .footer .parents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
}

.collapsable .footer .parent-item {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  border: 1px solid #00bd70;
  color: #00bd70;
}

.collapsable .footer a {
  background-color: #00bd70;
  color: #fff;
  padding: 8px 27px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  margin-right: -1px;
  margin-bottom: -1px;
  border-bottom-right-radius: 7px;
}

.page-footer {
	text-align: center;
	color: #fff;
	font-size: 10px;
  font-weight: 300;
	margin-bottom: 28px;
  margin-top: 145px;
  position: relative;
}

.page-footer a {
	color: #fff;
	text-decoration: none;
}


.page-footer a:hover {
	color: #fff;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #00bd70;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 17px;
  margin-top: 5px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -1px;
  white-space: nowrap;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext b {
  font-weight: 700;
}

/* Tooltip arrow */
.tooltip::after {
  content: "";
  position: absolute;
  margin-top: 17px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #00bd70 transparent;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}

.tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Save Plan */

.save-plan {
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  width: 100%;
  overflow: hidden;
  max-width: 910px;
  margin: 0 auto;
  margin-top: 30px;
}

.save-plan-title {
  background-color: #00bd70;
  font-size: 17px;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 30px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.save-plan-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 50px;
  bottom: 0;
  background-color: #00bd70;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.save-plan-link {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  font-size: 17px;
  background-color: #fff;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.question-container .spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.spinner-img img {
  width: 100px;
}

.error-msg {
  color: #f7202b;
  font-size: 14px;
  text-align: center;
  display: none;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .main-content {
    padding: 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .top-bar {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .top-bar img {
    width: 115px;
  }

  .main-content {
    padding: 0 40px;
  }

  .collapsable .body .description {
    padding-right: 15px;
  }

  .answers .answer-item > label,
  .answers .answer-item > a {
    font-size: 15px;
    line-height: 1.5;
  }

  .answers .answer-item .green-btn {
    margin: -4px 0;
    width: 45px;
    height: 30px;
    font-size: 14px;
    margin-left: 13px;
  }

  .question-title {
    font-size: 22px;
  }

  .questions-container {
    padding-top: 30px;
    min-height: 461px;
  }

  .answers,
  .integration-plans {
    padding: 0 30px;
  }

  .questions-container .btns {
    padding: 20px 30px;
  }

  .collapsable .header h4 {
    font-size: 15px;
    line-height: 1.5;
  }

  .save-plan-title {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .save-plan-link {
    font-size: 15px;
    padding-left: 35px;
  }

  .page-footer {
    margin-top: 100px;
  }

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

  .error-msg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 12px;
  }

  .btn-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .btn-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 600px) {
  .main-content {
    padding: 0;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .answers,
  .integration-plans {
    padding: 0 20px;
  }

  .answers {
    margin-top: 25px;
  }

  .questions-container .btns {
    padding: 20px 20px;
  }

  [type="checkbox"]:not(:checked) + label:before, 
  [type="checkbox"]:checked + label:before {
    width: 20px;
    height: 20px;
    left: 13px;
  }

  [type="checkbox"]:not(:checked) + label:after, 
  [type="checkbox"]:checked + label:after {
    width: 11px;
    height: 8px;
    left: 19px;
  }

  .answers .answer-item > label, 
  .answers .answer-item > a {
    padding-left: 45px;
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .question-title {
    font-size: 20px;
  }

  .answers .answer-item a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .save-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .save-plan-title:after {
    display: none;
  }

  .save-plan-title {
    border-bottom-left-radius: 0;
  }

  .save-plan-link {
    border-top-right-radius: 0;
  }

  .save-plan-title,
  .save-plan-link {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-footer {
    margin-top: 70px;
  }
}