/*begin bootstrap css*/
script[type="text/x-handlebars-template"]{
  display: none;
}
#tool-selector .card{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:border-box;
  border:1px solid #ddd;
  border-radius:.25rem
}
#tool-selector .card>hr{
  margin-right:0;
  margin-left:0
}
#tool-selector .card>.list-group:first-child .list-group-item:first-child{
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}
#tool-selector .card>.list-group:last-child .list-group-item:last-child{
  border-bottom-right-radius:.25rem;
  border-bottom-left-radius:.25rem
}
#tool-selector .card-body{
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  padding:1.25rem
}
#tool-selector .card-title{
  margin-bottom:.75rem
}
#tool-selector .card-subtitle{
  margin-top:-.375rem;
  margin-bottom:0
}
#tool-selector .card-text:last-child{
  margin-bottom:0
}
#tool-selector .card-link:hover{
  text-decoration:none
}
#tool-selector .card-link+.card-link{
  margin-left:1.25rem
}
#tool-selector .card-header{
  padding:.75rem 1.25rem;
  margin-bottom:0;
  background-color:rgba(0,0,0,.03);
  border-bottom:1px solid rgba(0,0,0,.125)
}
#tool-selector .card-header:first-child{
  border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
#tool-selector .card-header+.list-group .list-group-item:first-child{
  border-top:0
}
#tool-selector .card-footer{
  padding:.75rem 1.25rem;
  background-color:rgba(0,0,0,.03);
  border-top:1px solid #ddd;
}
#tool-selector .card-footer:last-child{
  border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
#tool-selector .card-header-tabs{
  margin-right:-.625rem;
  margin-bottom:-.75rem;
  margin-left:-.625rem;
  border-bottom:0
}
#tool-selector .card-header-pills{
  margin-right:-.625rem;
  margin-left:-.625rem
}
#tool-selector .card-img-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:1.25rem
}
#tool-selector .card-img{
  width:100%;
  border-radius:calc(.25rem - 1px)
}
#tool-selector .card-img-top{
  width:100%;
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}
#tool-selector .card-img-bottom{
  width:100%;
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.25rem - 1px)
}
#tool-selector .card-deck{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column
}
#tool-selector .card-deck .card{
  margin-bottom:15px
}
@media (min-width:576px){
  #tool-selector .card-deck{
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin-right:-15px;
    margin-left:-15px
  }
  #tool-selector .card-deck .card{
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1 0 0%;
    flex:1 0 0%;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-right:15px;
    margin-bottom:0;
    margin-left:15px
  }

}
#tool-selector .card-group{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column
}
#tool-selector .card-group>.card{
  margin-bottom:15px
}
@media (min-width:576px){
  #tool-selector .card-group{
    -ms-flex-flow:row wrap;
    flex-flow:row wrap
  }
  #tool-selector .card-group>.card{
    -ms-flex:1 0 0%;
    flex:1 0 0%;
    margin-bottom:0
  }
  #tool-selector .card-group>.card+.card{
    margin-left:0;
    border-left:0
  }
  #tool-selector .card-group>.card:first-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }
  #tool-selector .card-group>.card:first-child .card-header,
  #tool-selector .card-group>.card:first-child .card-img-top{
    border-top-right-radius:0
  }
  #tool-selector .card-group>.card:first-child .card-footer,
  #tool-selector .card-group>.card:first-child .card-img-bottom{
    border-bottom-right-radius:0
  }
  #tool-selector .card-group>.card:last-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }
  #tool-selector .card-group>.card:last-child .card-header,
  #tool-selector .card-group>.card:last-child .card-img-top{
    border-top-left-radius:0
  }
  #tool-selector .card-group>.card:last-child .card-footer,
  #tool-selector .card-group>.card:last-child .card-img-bottom{
    border-bottom-left-radius:0
  }
  #tool-selector .card-group>.card:only-child{
    border-radius:.25rem
  }
  #tool-selector .card-group>.card:only-child .card-header,
  #tool-selector .card-group>.card:only-child .card-img-top{
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
  }
  #tool-selector .card-group>.card:only-child .card-footer,
  #tool-selector .card-group>.card:only-child .card-img-bottom{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
  }
  #tool-selector .card-group>.card:not(:first-child):not(:last-child):not(:only-child){
    border-radius:0
  }
  #tool-selector .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  #tool-selector .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  #tool-selector .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  #tool-selector .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{
    border-radius:0
  }

}
#tool-selector .card-columns .card{
  margin-bottom:.75rem
}
@media (min-width:576px){
  #tool-selector .card-columns{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-gap:1.25rem;
    -moz-column-gap:1.25rem;
    column-gap:1.25rem;
    orphans:1;
    widows:1
  }
  #tool-selector .card-columns .card{
    display:inline-block;
    width:100%
  }

}
#tool-selector .accordion .card:not(:first-of-type):not(:last-of-type){
  border-bottom:0;
  border-radius:0
}
#tool-selector .accordion .card:not(:first-of-type) .card-header:first-child{
  border-radius:0
}
#tool-selector .accordion .card:first-of-type{
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}
#tool-selector .accordion .card:last-of-type{
  border-top-left-radius:0;
  border-top-right-radius:0
}

#tool-selector .btn-primary:not(:disabled):not(.disabled).active,
#tool-selector .btn-primary:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-primary.dropdown-toggle{
  color:#fff;
  background-color:#0062cc;
  border-color:#005cbf
}
#tool-selector .btn-primary:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-primary:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
#tool-selector .btn-secondary:not(:disabled):not(.disabled).active,
#tool-selector .btn-secondary:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-secondary.dropdown-toggle{
  color:#fff;
  background-color:#545b62;
  border-color:#4e555b
}
#tool-selector .btn-secondary:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-secondary:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-secondary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
#tool-selector .btn-success:not(:disabled):not(.disabled).active,
#tool-selector .btn-success:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-success.dropdown-toggle{
  color:#fff;
  background-color:#1e7e34;
  border-color:#1c7430
}
#tool-selector .btn-success:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-success:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-success.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
#tool-selector .btn-info:not(:disabled):not(.disabled).active,
#tool-selector .btn-info:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-info.dropdown-toggle{
  color:#fff;
  background-color:#117a8b;
  border-color:#10707f
}
#tool-selector .btn-info:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-info:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-info.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
}
#tool-selector .btn-warning:not(:disabled):not(.disabled).active,
#tool-selector .btn-warning:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-warning.dropdown-toggle{
  color:#212529;
  background-color:#d39e00;
  border-color:#c69500
}
#tool-selector .btn-warning:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-warning:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-warning.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
#tool-selector .btn-danger:not(:disabled):not(.disabled).active,
#tool-selector .btn-danger:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-danger.dropdown-toggle{
  color:#fff;
  background-color:#bd2130;
  border-color:#b21f2d
}
#tool-selector .btn-danger:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-danger:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-danger.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
#tool-selector .btn-light:not(:disabled):not(.disabled).active,
#tool-selector .btn-light:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-light.dropdown-toggle{
  color:#212529;
  background-color:#dae0e5;
  border-color:#d3d9df
}
#tool-selector .btn-light:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-light:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-light.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
#tool-selector .btn-dark:not(:disabled):not(.disabled).active,
#tool-selector .btn-dark:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-dark.dropdown-toggle{
  color:#fff;
  background-color:#1d2124;
  border-color:#171a1d
}
#tool-selector .btn-dark:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-dark:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-dark.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
#tool-selector .btn-outline-primary:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-primary:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-primary.dropdown-toggle{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}
#tool-selector .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
#tool-selector .btn-outline-secondary:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-secondary:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-secondary.dropdown-toggle{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}
#tool-selector .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-secondary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
#tool-selector .btn-outline-success:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-success:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-success.dropdown-toggle{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}
#tool-selector .btn-outline-success:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-success:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-success.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
#tool-selector .btn-outline-info:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-info:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-info.dropdown-toggle{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}
#tool-selector .btn-outline-info:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-info:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-info.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
#tool-selector .btn-outline-warning:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-warning:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-warning.dropdown-toggle{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}
#tool-selector .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-warning.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
#tool-selector .btn-outline-danger:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-danger:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-danger.dropdown-toggle{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}
#tool-selector .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-danger.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
#tool-selector .btn-outline-light:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-light:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-light.dropdown-toggle{
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}
#tool-selector .btn-outline-light:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-light:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-light.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
#tool-selector .btn-outline-dark:not(:disabled):not(.disabled).active,
#tool-selector .btn-outline-dark:not(:disabled):not(.disabled):active,
#tool-selector .show>.btn-outline-dark.dropdown-toggle{
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}
#tool-selector .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
#tool-selector .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
#tool-selector .show>.btn-outline-dark.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
#tool-selector .fade:not(.show){
  opacity:0
}
#tool-selector .dropdown-menu.show{
  display:block
}
#tool-selector .nav-tabs .nav-item.show .nav-link,
#tool-selector .nav-tabs .nav-link.active{
  color:#495057;
  background-color:#fff;
  border-color:#dee2e6 #dee2e6 #fff
}
#tool-selector .navbar-light .navbar-nav .active>.nav-link,
#tool-selector .navbar-light .navbar-nav .nav-link.active,
#tool-selector .navbar-light .navbar-nav .nav-link.show,
#tool-selector .navbar-light .navbar-nav .show>.nav-link{
  color:rgba(0,0,0,.9)
}
#tool-selector .navbar-dark .navbar-nav .active>.nav-link,
#tool-selector .navbar-dark .navbar-nav .nav-link.active,
#tool-selector .navbar-dark .navbar-nav .nav-link.show,
#tool-selector .navbar-dark .navbar-nav .show>.nav-link{
  color:#fff
}
#tool-selector .modal.show .modal-dialog{
  -webkit-transform:translate(0,0);
  transform:translate(0,0)
}
#tool-selector .modal-backdrop.show{
  opacity:.5
}
#tool-selector .tooltip.show{
  opacity:.9
}
#tool-selector .collapse:not(.show){
  display:none
}
#tool-selector .collapsing{
  position:relative;
  height:0;
  overflow:hidden;
  transition:height .35s ease
}
@media screen and (prefers-reduced-motion:reduce){
#tool-selector .collapsing{
transition:none}
}
#tool-selector .navbar-collapse{
  -ms-flex-preferred-size:100%;
  flex-basis:100%;
  -ms-flex-positive:1;
  flex-grow:1;
  -ms-flex-align:center;
  align-items:center
}
#tool-selector .navbar-expand-sm .navbar-collapse{
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
}
#tool-selector .navbar-expand-md .navbar-collapse{
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
}
#tool-selector .navbar-expand-lg .navbar-collapse{
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
}
#tool-selector .navbar-expand-xl .navbar-collapse{
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
}
#tool-selector .navbar-expand .navbar-collapse{
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
}
/*end bootstrap css*/


/*begin custom styles*/

#tool-selector {
  margin: 3% 0;
  min-height: 1000px;
  position: relative;
}
/*TODO: added max-width 100% below*/
#tool-selector #selection-output{
  max-width: 100%;
  margin: 0 auto;
}
#tool-selector .black-bg{
  background: black;
}
#tool-selector .logo-header{
  text-align: center;
  padding: 0;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#tool-selector .logo-header img{
  max-width: 85px;
  width: 100%;
  display: none;
}
.fancybox-item.fancybox-close{
  font-weight: normal;
}
#tool-selector .node{
  /*border: 1px solid #e3e3e3;*/
  /*border-radius: 5px;*/
  width: 200px;
  text-align: center;
  /*font-family: Arial, sans-serif;*/
  display: inline-table;
  position: relative;
  box-sizing: border-box;
  /*margin: 2% 2% 0 0;*/
  margin: 0;
  padding: 10px;
  /*min-height: 340px;*/
  min-height: 200px;
  vertical-align: top;
  cursor: pointer;
}
#tool-selector .node:nth-child(odd){
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#tool-selector .node h1,
#tool-selector .node h2,
#tool-selector .node h3,
#tool-selector .node h4,
#tool-selector .node h5{
  margin: 3%;
  
}
#tool-selector .node h5{
  color: #777777;
  font-size: 1.1em;
  /*font-family: 'Trade Gothic';*/
  font-weight: normal;
  line-height: 115%;
}
#tool-selector .z-index-1{
  z-index: 1;
}
#tool-selector .pos-rel{
  position: relative;

}
#tool-selector .selection-header-container{
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    /*min-height: 148px;*/
    z-index: 1;
    background: black;
}
#tool-selector #step-tracker-output{
  background-color: #5b5b5b;
  padding: 20px;
  color: #5b5b5b;
  /*height: 250px;*/
  position: relative;
  /*z-index: 1;*/
}
#tool-selector #step-status-container{
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
/*  position: relative;
  top: 50%;
  transform: translateY(-50%);
  */
}
#tool-selector .step2{
  background-color: #ff4c00;
  color: #ff4c00;
}
#tool-selector .step3{
  background-color: #5b5b5b;
  color: #5b5b5b;
}
#tool-selector #step-tracker-output h1,
#tool-selector #step-tracker-output h2,
#tool-selector #step-tracker-output h3{
  /*font-family: 'Trade Gothic Bold';*/
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
#tool-selector #step-tracker-output h2{
  /*font-size: 35px;*/
  font-size: 30px;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
}
#tool-selector #step-tracker-output h3{
  /*font-size: 24px;*/
  font-size: 17px;
  padding: 10px 0;
  font-weight: 500;
}
#tool-selector #step-status{
    max-width: 55%;
    margin: 0 auto;
    text-align: left;
    /*border: 1px solid white;*/
}
#tool-selector #step-items,
#tool-selector #step-labels{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#tool-selector #step-items{
    /*padding-bottom: 5%;*/
    padding-bottom: 0;
}
#tool-selector .step-item{
  position: relative;
}
#tool-selector .step{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: white;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  display: inline-block;
  font-size: 16px;
  position: relative;
  display: block;
  margin: 0 auto 10px auto;
  box-sizing: border-box;
  font-weight: 500;
}
#tool-selector .step-history{
  width: 200px;
  min-height: 50px;
  background-color: white;
  border: 2px solid #e3e3e3;
  position: absolute;
  left: -60%;
  border-radius: 5px;
  top: 44px;
  padding: 10px;
  z-index: 1;
  display: none;
}
#tool-selector #step-items .step-history h3{
    border-bottom: 2px solid #e3e3e3;
    text-transform: uppercase;
    /*font-family: 'Trade Gothic Bold';*/
    color: #5b5b5b;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    padding: 0 0 5px 0;
    text-align: left;
    letter-spacing: .025em;
    margin-bottom: 0;
}
#tool-selector #step-items .step-history ul{
  padding: 5px 0 0 0;
  /*font-family: 'Trade Gothic Bold';*/
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  margin: 0;
  color: #ff4c00;
  cursor: pointer;
  list-style-type: none;
}
#tool-selector .step-label{
  display: inline-block;
  /*font-family: 'Trade Gothic Bold';*/
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  min-width: 100px;
  text-align: center;
}
#tool-selector #step-status-header{
  margin: 0 auto;
  display: inline-block;
  width: auto;
  position: relative;
}
#tool-selector #current-items{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010;
  background: url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_overlay.png');
  bottom: 0;
  right: 0;
}
#tool-selector #current-items-cart{
  display: block; 
  width: 350px;
  border-top: 2px solid black;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  /*font-family: 'Trade Gothic';*/
  border-radius: 3px;
}
#tool-selector #current-items-cart h2{
    /*font-family: 'Trade Gothic Bold';*/
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    margin: 0;
}
#tool-selector #current-items-cart h3{
  text-transform: uppercase;
  line-height: 100%;
}
#tool-selector .cart-section{
  text-align: center;
  border-bottom: 1px solid black;
  margin: 0;
  box-sizing: border-box;
  padding: 15px 40px;
  position: relative;
}
#tool-selector .cart-section img{
  max-width: 100px;
}
#tool-selector .cart-section:last-of-type{
  border-bottom: 0;
}
#tool-selector .cart-section .masked{
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .5;
}
#tool-selector .cart-section .active{
  display: inline;
}
#tool-selector .cart-section ul{
  list-style-type: none;
  /*font-family: 'Trade Gothic Bold';*/
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin: 10px auto;
  display: inline-block;
  line-height: 150%;
  padding-left: 0;
  max-width: 150px;
}
#tool-selector .cart-section ul li:before{
  content: '\000BB';
  margin-left: -11px;
  padding-right: 3px;
  color: #ff4c00;
}
#tool-selector .cart-item-placeholder{
  width: 100px;
  height: 100px;
  border: 1px dashed #c3c3c3;
  margin: 10px auto;
  border-radius: 3px;
}
#tool-selector .cart-dec{
  width: 100%;
  float: none;
  margin:5px;
}
#tool-selector .cart-dec .col-1{
  width: 45%;
  display: inline-block;
  text-align: left;
  /*float: none;*/
  margin: 0 10px;
  vertical-align: top;
}
#tool-selector #up,
#tool-selector #down {
  background:none;
  font-weight: normal;
  /*font-family: 'Trade Gothic Bold';*/
  font-size: 16px;
  cursor: pointer;
  background-color: #e3e3e3;
  display: inline-block;
  min-width: 20px;
}
#tool-selector #up:hover,
#tool-selector #down:hover {
    background-color: #ff4c00;
    color: white;
}
#tool-selector .cart-dec .col-2{
  width: 46%;
  display: inline-block;
  vertical-align: top;
}
#tool-selector .cart-dec form{
  display: block;
  position: relative;
}
#tool-selector .cart-section button{
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}
#tool-selector .progress{
  cursor: pointer;
}
#tool-selector .d-inline-block{
  display: inline-block;
}
#tool-selector .progress:after {
    cursor: pointer;
    content: '\2304';
    width: 0;
    height: 0;
    position: absolute;
    margin-left: 2px;
    margin-top: -5px;
    font-weight: bold;
}
#tool-selector #inventory-log {
  position: relative;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}
#tool-selector #inventory-log h3{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  line-height: 100%;
}
#tool-selector .inventory-row{
  border: 1px solid #989595;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  max-width: 80.5%;
  margin-left: auto;
  margin-right: auto;
}
#tool-selector .row-header{
  margin-bottom: 30px;
  /*font-family: 'Trade Gothic Bold';*/
  font-size: 16px;
}
#tool-selector .row-header .inventory-item{
  padding: 10px;
  width: 33.33%;
}
#tool-selector .row-count {
  width: 30px;
  height: 30px;
  /*background-color: grey;*/
  position: absolute;
  transform: translateY(-70%);
  top: 50%;
  vertical-align: middle;
  line-height: 30px;
  left: -50px;
  text-align: center;
  /*font-family: 'Trade Gothic Bold';*/
  font-size: 17px;
}
#tool-selector .cart-tab {
  width: 65px;
  height: 55px;
  background-color: #08af08;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: white;
  vertical-align: middle;
  line-height: 100%;
  box-sizing: border-box;
  font-weight: 500;
}
#tool-selector .inventory-item{
    display: inline-block;
    /*width: 33%;*/
    text-align: center;
    border-right: 1px solid #989595;
    box-sizing: border-box;
    position: relative;
}
#tool-selector .inventory-item:last-of-type{
  border-right: 0;
}
/*#tool-selector .progress:hover {
  background-color: #ff4c00;
  color: white;
  border: 1px solid white;
}*/
#tool-selector .inventory-item-rmv-btn {
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000;
    transform: translateY(-70%);
    top: 50%;
    right: -50px;
    text-align: center;
    line-height: 30px;
    /*font-family: 'Trade Gothic';*/
    font-size: 17px;
    font-weight: bold;
}
#tool-selector .step-cta-btn-back{
    display: block;
    text-align: center;
    /*font-family: 'Trade Gothic';*/
}
#tool-selector .btm-border{
  border-bottom: 1px solid #ddd;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#tool-selector .inventory-item-header{
  position: relative;
  padding: 10px;
  min-height: 95px;
  position: relative;
}
#tool-selector .inventory-item-header ul{
    padding: 0;
    margin-bottom: 10px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0;
    list-style-type: none;
}
#tool-selector .inventory-item-cont{
  position: relative;
}
#tool-selector .inventory-item-cont img{
  max-width: 50%
}
#tool-selector .inventory-qty{
  position: absolute;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
  left: -1px;
}
#tool-selector .inventory-qty h4{
  font-weight: normal;
  /*font-family: 'Trade Gothic Bold';*/
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 100%;
  margin-bottom: 0;
}
#tool-selector .inventory-qty .cart-dec .col-1{
  vertical-align: middle;
  margin:0;
}
#tool-selector .inventory-header-container{
  display: block;
  margin: 0 auto;
  text-align: center;
}
#tool-selector .inventory-header-container-sect{
  display: inline-block;
  text-align: center;
  margin-top: 5%;
}
#tool-selector .inventory-header-container-sect >*{
  margin-bottom: 30px;
}
button{
  line-height: 100%;
}
#tool-selector .inventory-header-container-sect > button{
  width: 100%;
  box-sizing: border-box;
}
#tool-selector .active-step{
  background-color: #ff4c00;
  color: white;
  border: 1px solid white;
}
#tool-selector .active-step:after {
    content: '\2303' !important;
    margin-top: 3px !important;
}
#tool-selector .completed:before{
  content: '\02713';
  width: 0;
  height: 0;
  font-weight: bold;
  color: #269d26;
  position: absolute;
  margin-left: -21px;
  font-size: 23px;
}
#tool-selector #tool-attachments > h3,
#tool-selector #tool-lanyards > h3{
  /*font-family: 'Trade Gothic Bold';*/
  font-weight: normal;
  font-size: 2.25em;
  line-height: 170%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#tool-selector #tool-attachments > h3{
  background-color: #777777;
}
#tool-selector #tool-lanyards > h3{
  background-color: #000000;
}
#tool-selector .solution{
  border-radius: 10px;
  width: 75%;
  height: auto;
  text-align: center;
  font-family: Arial, sans-serif;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 2% auto;
  border: 1px solid black;
  overflow: hidden;
}
#tool-selector .solution > h3 {
    color: white;
}
#tool-selector .txt-white{
  color: white;
}
#tool-selector .solution-item{
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  width:100%;
  vertical-align: top;
  box-sizing: border-box;
}
#tool-selector #owl-items{
  margin-top: 15px;
  position: relative;
}
#tool-selector .item-header h3{
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1em;
}
#tool-selector #owl-items .owl-nav{
  width: 100%;
  position: absolute;
  top: 47%;
}
#tool-selector #owl-items .owl-nav.disabled,
#tool-selector #owl-items-view .owl-nav.disabled{
  display: none;
}
#tool-selector #owl-items .item,
#tool-selector #owl-items-view .item{
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
#tool-selector #owl-items .owl-item{
  opacity: .2;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
#tool-selector #owl-items-view .owl-item{
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}
#tool-selector #owl-items .owl-item.on,
#tool-selector #owl-items-view .owl-item.on{
  opacity: 1;
}
/*#owl-items .owl-item.center{
  opacity: 1;
}*/
#tool-selector #owl-items .item .item-img{
  width: 50%;
  margin: 0 auto;
}
#tool-selector #owl-items .owl-prev,
#tool-selector #owl-items .owl-next {
    top: 40%;
    cursor: pointer;
}
#tool-selector #owl-items .owl-next {
   float: right;
}
#tool-selection-container{
  display: block;
  margin: 0 auto;
  width: 100%;
}
#tool-selector .noselection{
  vertical-align: middle;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  height: 40px;
  text-align: center;
  width: 100%;
  left: 0;
}
#tool-selector .noselection h3{
    font-weight: normal;
}
#tool-selection-container .item-cont {
    border: 1px solid black;
    border-radius: 10px;
    margin: 20px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    min-height: 200px;
}
#tool-selection-container .item-header {
    color: black;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: .5em 2em;
}
#tool-selection-container .item-header.recommended {
    background-color: #269d26;
    color: white;
}
#owl-items-view .item-header h3{
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
#tool-selector #owl-items-view .item-cont{
    margin-top: 0;
    padding: 30px;
}
#tool-selector #owl-items-view .is-optional{
  text-align: left;
}
#tool-selector #owl-items-view .item-cta{
  display: block;
  font-size: 15px;
}
#tool-selector #owl-items-view .item-cta a,
#tool-selector #owl-items-view .item-cta button{
  display: block;
  margin: 20px auto;
  min-width: 300px;
  text-transform: uppercase;
  /*font-family: 'Trade Gothic Bold', sans-serif;*/
}
#tool-selector #owl-items-view .solutions-cont{
  display: flex;
}
#tool-selector #owl-items-view .item-cta a{
  margin: 20px 0;
}
#tool-selector #owl-items-view.owl-carousel .owl-item img{
  width: 35%;
  margin: 40px auto;
}
#tool-selector #owl-items-view .vid-sect {
    /*font-family: 'Trade Gothic Bold';*/
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
    text-align: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
    line-height: 100%;
    /*cursor: pointer;*/
    margin: 50px 0 20px 0;
}
/*#owl-items-view .vid-sect.open {
    border-bottom: none;
}*/
#tool-selector #owl-items-view .vid-sect.open{
  border-bottom: none;
}
#tool-selector #owl-items-view .vid-sect-header{
    margin-left: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
#tool-selector #owl-items-view .vid-sect-header:before{
    content: "\002b";
    width: 20px;
    height: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    left: -5px;
    text-align: center;
}
#tool-selector #owl-items-view .vid-sect-header.open:before{
    content: "\2212";
}
#tool-selector #owl-items-view .vid-sect-content{
  display: none;
}
#tool-selector #owl-items-view .watch-video-item-container {
    float: none;
    margin: 0 auto;
    display: block;
}
/*TODO: made 200px max width below*/
#tool-selector .solution-item img{
  max-width: 200px;
}
/*TODO: added positions relative below*/
#tool-selector .solution-item-double{
  max-width: 49%;
  position: relative;
  display: inline-block;
}

#tool-selector .owl-dots,
#tool-selector .owl-items-view .owl-nav{
  display: none;
}
/* #tool-selector .button-standard {
  vertical-align: middle;
  border-radius: 3px;
  min-height: 30px;
  cursor: pointer;
  color: white;
  background-color: #FF4C00;
  padding: 10px 20px;
  font-weight: bolder;
  text-transform: uppercase;
  color: white;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #FF4C00;
  line-height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
} */
/* #tool-selector .button-standard.green {
    background-color: #15bd15 !important;
    border: 1px solid green !important;
} */
/* #tool-selector .button-standard.invert-green-button {
    background-color: white;
    border: 1px solid green;
    color: green;
} */
/* #tool-selector .button-standard.green:hover {
    color: green  !important;
    background: lightgray !important;
} */
#tool-selector .solution-item-double:nth-child(odd):after{
  font-family: 'FontAwesome', Arial, Helvetica, 'sans-serif';
  font-size: 28px;
  content: "\f067";
  line-height: 225px;
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  z-index: 10000;
  width: 22px;
}
#tool-selector [id^=prompt]{
  text-align: center;
}
#tool-selector #prompt{
  text-transform: uppercase;
  font-size: 3em;
}
#tool-selector #prompt2{
  font-size: 1.35em;
  max-width: 50%;
  margin: 0 auto 3% auto;
}
#tool-selector #controls{
    margin: 2% auto;
    width: 100%;
    text-align: center;
}

#tool-selector #controls button#help, button#restart {
  margin: 0 5px;
}

#tool-selector #breadcrumbs{
    margin: 2% auto;
    width: auto;
    text-align: center; 
}
#tool-selector .crumb {
    margin: 1%;
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
    background-color: #eeeeee;
    font-size: 1.25em;
}
#tool-selector .card{
    border-radius: 0;
    border: 0;
    background-color: rgb(0,0,0,0);
    border-top: 1px solid black;
}
#tool-selector .card-header{
    position: relative;
    border-bottom: 0;
    text-align: left;
    font-size: 1.25em;
}
/*TODO: added cursor pointer css below*/
#tool-selector .minus-icon:after,
#tool-selector .plus-icon:after{
  font-size: 28px;
  font-family: 'FontAwesome', Arial, Helvetica, 'sans-serif';
  font-weight: normal;
  width: 10px;
  height: 10px;
  right: 20px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  cursor: pointer;
}
#tool-selector .plus-icon:after{
  content: "\f067";
}
#tool-selector .minus-icon:after{
  content: "\f068";
}

#tool-selector [id^=collapsable-] h4{
  color: #ff4c00;
  /*font-family: 'Trade Gothic';*/
  font-weight: bold;
  font-size: 1.5em;
  margin: 2% 0;
  line-height: 125%;
}

/* begin kelsey styles */
#tool-selector {
  padding: 0 0 45px 0;
  margin: 0 ;
  overflow: hidden;
}
.size-constraint{
  position: relative;
  width: 90% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
#tool-selector .node {
  border: 1px solid #ddd;
  /*padding: 0;*/
  /*min-height: 0;*/
  display:inline-block;
  /*width: 40%;*/
  width: 50%;
}

#tool-selector .node h3 {
  /*border-bottom: 1px solid #ddd;*/
  padding: 5px;

}
#tool-selector #over-lay{
  display: none;
}
#tool-selector #info-popup{
  display: inline-block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  /*font-family: 'Trade Gothic';*/
}
#tool-selector #info-popup h3{
  /*font-family: 'Trade Gothic Bold';*/
  font-weight: normal;
  margin-bottom: 30%;
  font-size: 19px;
}
#confirm-reset{
  text-align: center;
}
#export-log-popup{
  text-align: center;
}
#confirm-reset h3{
  /*font-family: 'Trade Gothic Bold';*/
  font-weight: normal;
  margin-bottom:20px;
}
.info-content{
  max-width: 150px;
  margin: 15% auto;
  position: relative;
}
.banner-info {
    margin-bottom: 20%;
}
#tool-selector .node h3.valign{
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  /*border-bottom: 0;*/
  margin: 0 !important;
}
#tool-selector .node h3.valign span{
  font-weight: normal;
  color: #5d5d5d;
}
#tool-selector .banner-info-title {
    margin-top: 5px;
    margin-bottom: 5px;
}
#tool-selector #solution-output{
  position: relative;
  z-index: 0;
}
#tool-selector #selection-output {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
}

#tool-selector #prompt {
    line-height: 35px
  }
/*TODO: added cursor unset css*/
#tool-selector .disabled {
    cursor: unset;
}

#tool-selector .disabled h3, #tool-selector .disabled img {
    opacity: .25;
}
/*TODO: added style below*/
#tool-selector .weights {
    min-height: 135px;
}
/*TODO: added style below*/
#tool-selector .weights h3 {
    border-bottom: 0;
    padding: 30px
}

/* TODO: made width of final outputs a little larger -kmw */
#tool-selector .solution, #tool-selector #prompt2 {
  width: 90%;
}

#tool-selector #prompt2 {
  max-width: 90%;
  margin-bottom: 15px;
}

/* TODO: adjusted margins around instructions on final output -kmw */
#tool-selector #prompt2 {
  margin: 20px auto 25px;
}

/* TODO: added a little breathing room between final outputs -kmw */
#tool-selector .solution {
  margin: 0 auto 45px auto;
}

/* TODO: made card headers a little easier to see -kmw */
.card-header {
  background-color: rgba(0,0,0,.075);
}

/* TODO: making images a little smaller to fit content on ipad screen -kmw */
#tool-selector .node img {
  /*max-width: 40%;*/
  max-width: 20%;
}

#tool-selector .solution-item h6 {
    /*font-family: 'trade gothic';*/
    font-weight: normal;
    text-align: left;
    font-size: 1.25em;
    line-height: 115%;
    color: #5c5b5b;
}
#tool-selector #fbwrap {
    z-index: 10000;
}
#tool-selector .cart-dec form input{
    max-width: 50px;
    padding: 5px;
    text-align: center;
}
@media screen and (max-width: 967px) and (min-width: 768px){
  #tool-selector .banner-info {
      width: 100% !important;
  }
}
@media screen and (max-width: 670px){

  /*TODO: added media query style below*/
  #tool-selector .solution-item-double:nth-child(odd):after{
    display: none;
  }
}