@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* *{ margin: 0; padding: 0;}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
} */

body{
  min-height: 100vh;
  /* display: flex; */
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
    
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  background: #eee;
}
.cd__intro{
   padding: 60px 30px;
   margin-bottom: 15px;
        flex-direction: column;

}
.cd__intro,
.cd__credit{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.cd__intro h1 {
   font-size: 18pt;
   padding-bottom: 15px;

}
.cd__intro p{
   font-size: 14px;
}

.cd__action{
   text-align: center;
   display: block;
   margin-top: 20px;
}

.cd__action a.cd__btn {
  text-decoration: none;
  color: #666;
   border: 2px solid #666;
   padding: 10px 15px;
   display: inline-block;
   margin-left: 5px;
}
.cd__action a.cd__btn:hover{
   background: #666;
   color: #fff;
    transition: .3s;
-webkit-transition: .3s;
}
.cd__action .cd__btn:before{
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.down:before{content: "\f019"}
.back:before{content:"\f112"}

.cd__credit{
    padding: 12px;
    font-size: 9pt;
    margin-top: 40px;

}
.cd__credit span:before{
   font-family: FontAwesome;
   color: #e41b17;
   content: "\f004";


}
.cd__credit a{
   color: #333;
   text-decoration: none;
}
.cd__credit a:hover{
   color: #1DBF73; 
}
.cd__credit a:hover:after{
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}
.cd__main{
  background: #fff;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
}


@media only screen and (min-width: 1360px){
    .cd__main{
      /* max-width: 1280px; */
      margin-left: auto;
      margin-right: auto; 
      padding: 24px;
    }
}


*,
*:before,
*:after {
  box-sizing: border-box !important;
}

/* .cd__main{
  background: RGBA(0, 58, 97, 1) !important; */
  /* display: block !important; */
  /* height: 100%; */
/* }  */
.cd__main{
    display: flex;
    width: 100%;
}

/* * {
  position: relative;
  margin: 0;
  padding: 0;
  
  border: 0 none;
  transition: all ease .4s;
} */

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  /* display: flex; */
}

h1 {
  padding-top: 40px;
    
  color: #ccc;
  text-align: center;
  font-size: 1.8rem;
     
    text-shadow: rgba(0,0,0,0.6) 1px 0, rgba(0,0,0,0.6) 1px 0, rgba(0,0,0,0.6) 0 1px, rgba(0,0,0,0.6) 0 1px;
}

.tree {
   /* margin: 20px auto; */
  /* width: 455px; */
  display: flex;
  width: auto;
  max-width: 200%;
  min-height: auto;
}

.tree ul {
  position: relative;
  padding-top: 20px; 
}

.tree li {
  position: relative;
  padding: 20px 3px 0 3px; 
  float: left; 
  
  text-align: center;
  list-style-type: none; 
}

.tree li::before, .tree li::after{
  content: '';
  position: absolute; 
  top: 0; 
  right: 50%;
  width: 50%; 
  height: 20px;
  border-top: 1px solid #070707;
}

.tree li::after{
  left: 50%;
  right: auto; 
  
  border-left: 1px solid #070707;
}

.tree li:only-child::after, .tree li:only-child::before {
  content: '';
  display: none;
}

.tree li:only-child{ padding-top: 0;}
.tree li:first-child::before, .tree li:last-child::after{
  border: 0 none;
}

.tree li:last-child::before{
  border-right: 1px solid #070707;
  border-radius: 0 5px 0 0;
}

.tree li:first-child::after{
    border-radius: 5px 0 0 0;
}
.tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 1px solid #070707;
  width: 0; 
  height: 20px;
}

.tree li a{
  display: inline-block;
  padding: 5px 10px;
  
  border-radius: 5px;
  border: 1px solid #070707;
  
  text-decoration: none;
  text-transform: uppercase;
  color: #070707;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
}
.large {
font-size: larger;
font-weight:bold;
}
.left {
text-align: left;
}
.tree li a:hover, .tree li a:hover+ul li a {
  color: #000;
  background: #c8e4f8;   
  border: 1px solid #94a0b4;
}
.tree p {
  margin-bottom: 0px;
}
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
  content: '';
  border-color: #94a0b4;
}
.underline {
  text-decoration: underline;
}
.container-lg-tree
 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 250%;
  /* width: 170%; */
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.tree__container__branch {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tree__container__step__card {
    text-align: center;
    margin: 20px;
}

.tree__container__step__card p {
    padding: 10px;
    box-shadow: 0 0 4px 1px rgba(121, 121, 121, 0.3);
    border-radius: 4px;
    text-align: center;
    width: 150px;
    display: inline-block;
    margin: 0 !important;
}

#tree__svg-container {
    z-index: -1;
    position: absolute;
}

.tree__container__step {
    flex: 1 1 0;
    width: auto;
    padding: 0;
}

.tree__container__step__card__p {
    cursor: pointer;
    transition: transform .2s ease;
}

