.modal-header {
    padding: 45px 45px 0px 45px;
    border-bottom: none;
}

.modal-header h2{
    line-height: 1;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}

.modal-content{
    border-radius: 0px;
    border: 0;
}

.modal-backdrop {
    background-color:rgb(89, 38, 102);
}

.modal-backdrop.in {
    filter: alpha(opacity=40);
    opacity: .4;
}

.modal-body {
    padding: 0px 45px 15px 45px;
    
}

.close{
    color: #AA2572;
    opacity: 1;
}

button.btn-next {
    position: absolute;
    font-size: 2em;
    right: -27px;
    top:340px;
    color: #AA2572;
    padding: 23px 19px 32px 25px;
    background: #FFF;
    border-radius: 130px;
    line-height: 0;
    height: 35px;
    margin: 0px;
    -webkit-font-smoothing: none;
    font-weight: normal;
}

button.btn-prev{
    position: absolute;
    font-size: 2em;
    left: -27px;
    top:340px;  
    color: #AA2572; 
    padding: 23px 25px 32px 19px;
    background: #FFF;
    border-radius: 130px;
    line-height: 0;
    height: 35px;
    margin: 0px;
    -webkit-font-smoothing: none; 
    font-weight: normal;
}

.square-container{
    display: table;
    width: 100%;
    background: #592666;
    border-radius: 70px 70px 0 0;
    margin-top: 50px;
}

.square-container.bottom{
    border-radius: 0 0 70px 70px;
    margin-bottom: 50px;
    margin-top: 0px;
}
.square{
    width: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 270px;
    font-size: 0.7em;
    color: #FFF;
    position: relative;
}

a.square:focus, a.square:visited,
a.square:hover, a.square:hover h2{
    color: rgba(255,255,255,0.5);
}

.square.alt{
    background: #AA2572;
    border-radius: 0px 70px 0 0;
}

.square.alt2{
    background: #AA2572;
    border-radius: 0px 0 0 70px;
}

.square h2{
    color: #FFF;
    font-size: 2em;
}

.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid #AA2572;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -36px;
    z-index: 10;  
  }
  
  .arrow-down {
    width: 0; 
    height: 0; 
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    
    border-top: 36px solid #AA2572;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -36px;
    z-index: 10;    
  }
  
  .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #592666;
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: -36px;
    z-index: 10;
  }
  
  .arrow-left {
    width: 0; 
    height: 0; 
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent; 
    border-right:36px solid #592666;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -36px;
    z-index: 10; 
  }

  #values{
      background: #FFF;
      position: relative;
      margin-top:100px;
  }

  #values .arrow-up {
    border-bottom: 36px solid #FFF;
  }

  #values h3{
      font-weight: bold;

  }

  #values .col:first-child {
    width: 30%;
}

  #values .col{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }

  #values .col:last-child{
      margin-right:0;
  }

  #values p {
    min-height: 99px;
}

  .shadow {
    background: #fff;
    box-shadow: 0 16px 48px 0 rgba(14,29,98,0.1);
    padding: 1em;
}

.modal ul li {
    list-style-type: none;
    line-height: 1.8em;
    margin-left:25px;
}

.modal ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #AA2572; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    margin-left: -20px;
    position: absolute;
  }

#value-chain{
    margin-top:100px;
}

#value-chain .row{
    font-size:14px;
}
#value-chain .col:first-child{
    width: 18%;
    margin-left: 0px;
    padding: 2.5% 3% 2% 2%;
}

#value-chain h3{
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none;
}

#value-chain .col{
    position: relative;
    background: #AA2572;
border: 2px solid #F8F8F8;
box-sizing: border-box;
border-radius: 0px 70px 0px 0px;
color:#FFF;
padding: 2.5% 3% 2% 85px;
width: 23%;
display: inline-block;
vertical-align: top;
margin-left: -70px;
min-height: 185px;
}

#value-chain #legend{
    font-weight: bold;
    margin-top:20px;
}

#value-chain #legend p{
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

#value-chain #legend span{
    font-size: 22px;
    position: absolute;
    top: -9px;
    left:0px;
}

button:hover {
    opacity: 1;
}
.collapsed{
    position: relative;
    display: inline-block;
}

h2 a:focus{
    text-decoration: none;
}

h2 a:after{
    content: "›";
    position: absolute;
    right: -24px;
    font-weight: normal;
    transform: rotate(180deg);
}

.collapsed:after{
    content: "›";
    position: absolute;
    right: -24px;
    font-weight: normal;
    transform: rotate(90deg);
}

.icon-list {
    border-bottom: none;
}

.resources-block{
    width: 19%; padding: 1%; text-align: center;
}

@media only screen and (max-width: 768px) {
    #value-chain .col{
        width: 100%;
        border-radius: 0;
        margin-left: 0px;
        padding: 2%;
        min-height: 75px;
    }  

    #value-chain .col:first-child{
        width: 100%;
        margin-left: 0px;
        padding: 2%;
    }

    .flex-grid{
        padding:0px;
        display: block;
    }

    .resources-block{
        width: 100%;
    }

    #values .col{
        width:100%;
        min-height: auto;
        
    }

    #values p{
        min-height: 0;
        margin-bottom: 20px;
    }

    #values .col:first-child {
        width: 100%;
    }
}

