.ml_blue_background{ position: absolute;}

.ml-button-oversize-wrapper{
  display: block;
  width: 100%;
}

.button-oversize{
  display: block;
  width: 100%;
  padding: 150px 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;

  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-oversize.button-lightgray{
  background-color: #EEF2F5;
}
.button-oversize:hover{
  -webkit-box-shadow: 0 32px 32px rgba(0, 0, 0, .22);
  -moz-box-shadow: 0 32px 32px rgba(0, 0, 0, .22);
  box-shadow: 0 32px 32px rgba(0, 0, 0, .22);
}
.button-oversize span{
  font-size: 18px;
  font-weight: 600;
  color: #4F5D67;
}
.ml-toggle-tab-container{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.ml-toggle-tab-container.ml-tabs-bottom-align{
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-flow: column wrap;
}
.ml-toggle-tab-container .ml-tabs-image-display{
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ml-toggle-tab-container.ml-tabs-left-align .ml-tabs-image-display{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    
}
.ml-toggle-tab-container.ml-tabs-left-align .ml-tabs-display{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.ml-toggle-tab-container.ml-tabs-right-align .ml-tabs-image-display{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.ml-toggle-tab-container.ml-tabs-right-align .ml-tabs-display{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.ml-toggle-tab-container .ml-tabs-image-display,
.ml-toggle-tab-container .ml-tabs-display,
.ml-toggle-tab-container.ml-tabs-50-50 .ml-tabs-image-display,
.ml-toggle-tab-container.ml-tabs-50-50 .ml-tabs-display{
  width: calc(48%);
}
.ml-toggle-tab-container.ml-tabs-bottom-align, .ml-toggle-tab-container .ml-tabs-image-display{
  width: 100%;
}
.ml-toggle-tab-container .ml-tabs-display{
  width: 100%;
}
.ml-toggle-tab-container.ml-tabs-1-3-2-3 .ml-tabs-image-display{
  width: calc(58%);
}
.ml-toggle-tab-container.ml-tabs-1-3-2-3 .ml-tabs-display{
  width: calc(38%);
}
.ml-toggle-tab-container.ml-tabs-right-align.ml-tabs-border-sep .ml-tabs-display{
    padding-right: 40px;
    border-right: 1px solid rgb(225, 225, 225);
    align-items: baseline;
}

.ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-image-display{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-image-display .ml-tab-item-image-content{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-image-display .ml-tab-item-image-content .ml-tab-item-image-wrapper,
.ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-image-display .ml-tab-item-image-content .ml-tab-text-content{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  width: calc(48%);
  height: auto;
}
.ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-text-content h3{
  margin-top: 20px;
}
.ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-display{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  margin-bottom: 40px;
}
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-image-display{
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  margin-left: calc(-30%/2);
}
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display .ml-tab-item{
    display: block;
    width: 30%;
    margin-right: 40%;
}
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display .ml-tab-item:nth-child(2n){
    margin-right: 0;
}
.ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-display .ml-tab-item{
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
  height: max-content;
  text-align: center;
}

.ml-tabs-display .tab-section-content{
  margin-bottom: 40px;
}
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display>h3,
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display .tab-section-content{
  display: none;
}
.ml-toggle-tab-container .ml-tabs-image-display{
  position: relative;
}
.ml-toggle-tab-container .ml-tabs-image-display .ml-tab-item-image-content{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-image-display .ml-tab-item-image-content{
    top:50%;
}
.ml-toggle-tab-container .ml-tabs-image-display .ml-tab-item-image-content.active{
  opacity: 1;
}

.ml-toggle-tab-container .ml-tab-item{
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ml-toggle-tab-container.ml-tabs-small .ml-tab-item{
  margin-bottom: 30px;
  padding: 13px 40px;
}
.ml-toggle-tab-container .ml-tab-item .ml-tab-item-image-container{
  display: none;
}
.ml-toggle-tab-container.ml-tabs-large .ml-tab-item-image-content .ml-tab-item-text{
  display: none;
}
.ml-toggle-tab-container .ml-tab-item h3{
  color: #4E5C67;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ml-toggle-tab-container .ml-tab-item.active{
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.22);
}
.ml-toggle-tab-container .ml-tab-item.active h3{
  color: #1981C4;
}
.ml-toggle-tab-container.ml-tabs-small .ml-tab-item h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}


/****
// Custom Pricing Item
*****/

.ml-price-item{
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 22px rgba(78, 92, 103, .22);
  -moz-box-shadow: 0 0 22px rgba(78, 92, 103, .22);
  box-shadow: 0 0 22px rgba(78, 92, 103, .22);
}

.ml-price-item .pricing-details-wrapper{
  padding: 20px;
  margin: 0;
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.ml-price-item .pricing-details-wrapper .ml-price-item-image-container{
  margin: -140px 0 20px 0;
  background: rgba(255, 255, 255, 0.1);
  border: solid 2px rgba(78, 92, 103, 0.22);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.ml-price-item .pricing-details-wrapper h3 {
}
.ml-price-item .pricing-details-wrapper h4 {
  margin: 20px 0 16px 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.ml-price-item .pricing-details-wrapper h5 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.ml-price-item .pricing-features-wrapper{
  padding: 20px;
  margin: 0;
  background-color: #EEF2F5;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-radius-bottomright: 22px;
  -moz-border-radius-bottomleft: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}

.ml-price-item .pricing-features-wrapper .features{
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.ml-price-item .pricing-features-wrapper .features li{
  font-size: 16px;
  line-height: 30px;
}

.ml-price-item .pricing-features-wrapper .fusion-button-wrapper{
  margin: 10px 0;
}
.ml-price-item .pricing-features-wrapper .fusion-button-wrapper a.button{
  width: 100%;
}

@media only screen and (max-width: 1024px){
  .ml-toggle-tab-container .ml-tabs-image-display{ display: none; }
  .ml-toggle-tab-container .ml-tab-item .ml-tab-item-image-container{ display: block; }

  .ml-toggle-tab-container.ml-tabs-50-50 .ml-tabs-image-display,
  .ml-toggle-tab-container.ml-tabs-50-50 .ml-tabs-display,
  .ml-toggle-tab-container.ml-tabs-1-3-2-3 .ml-tabs-image-display,
  .ml-toggle-tab-container.ml-tabs-1-3-2-3 .ml-tabs-display{
    width: 100%;
  }
  .ml-toggle-tab-container.ml-tabs-bottom-align .ml-tabs-display .ml-tab-item{
    flex: auto;
    text-align: left;
  }
  .ml-tabs-display .ml-tab-item,
  .ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display .ml-tab-item{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .ml-tabs-display .ml-tab-item .ml-tab-item-image-container,
  .ml-tabs-display .ml-tab-item .ml-tab-item-content{
    width: calc(48%);
  }
  .ml-tabs-display .ml-tab-item .ml-tab-item-content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
  }

  /* For tabs below we need to rearrange some content in ml-custom.js */
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-empty-tab-content{
    display: none;
  }
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-container,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content{
    width: 100%;
  }

  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-text-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content .ml-tab-text-content{
    width: calc(48%);
  }

  .ml-tabs-display .ml-tab-item:nth-child(odd) .ml-tab-item-image-container{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ml-tabs-display .ml-tab-item:nth-child(odd) .ml-tab-item-content{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ml-tabs-display .ml-tab-item:nth-child(even) .ml-tab-item-image-container{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ml-tabs-display .ml-tab-item:nth-child(even) .ml-tab-item-content{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item:nth-child(odd) .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item:nth-child(odd) .ml-display-tab-content .ml-tab-item-image-content .ml-tab-item-image-wrapper{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item:nth-child(odd) .ml-tab-item-image-content .ml-tab-text-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item:nth-child(odd) .ml-display-tab-content .ml-tab-item-image-content .ml-tab-text-content{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item:nth-child(even) .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item:nth-child(even) .ml-display-tab-content .ml-tab-item-image-content .ml-tab-item-image-wrapper{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item:nth-child(even) .ml-tab-item-image-content .ml-tab-text-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item:nth-child(even) .ml-display-tab-content .ml-tab-item-image-content .ml-tab-text-content{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ml-toggle-tab-container .ml-tab-item{ cursor: default; background: none; }
  .ml-toggle-tab-container .ml-tab-item.active{ box-shadow: none;}

  .ml-toggle-tab-container.ml-tabs-right-align.ml-tabs-border-sep .ml-tabs-display{
    padding: 0;
    border: none;
  }
  .ml-toggle-tab-container.ml-tabs-small .ml-tab-item h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 16px;
  }

}

@media only screen and (max-width: 768px){
  .ml-tabs-display .ml-tab-item,
  .ml-tabs-display .ml-tab-item, .ml-toggle-tab-container.ml-tabs-center-align .ml-tabs-display .ml-tab-item{
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-flow: column;
    margin-bottom: 100px;
  }
  .ml-tabs-small .ml-tabs-display .ml-tab-item .ml-tab-item-image-container{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ml-tabs-small .ml-tabs-display .ml-tab-item .ml-tab-item-content{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ml-tabs-large .ml-tabs-display .ml-tab-item .ml-tab-item-image-container{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ml-tabs-large .ml-tabs-display .ml-tab-item .ml-tab-item-content{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content .ml-tab-item-image-wrapper{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-text-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content .ml-tab-text-content{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content{
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      flex-flow: column;
  }

  .ml-tabs-display .ml-tab-item .ml-tab-item-image-container,
  .ml-tabs-display .ml-tab-item .ml-tab-item-content,
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content .ml-tab-item-image-wrapper,
  .ml-tabs-bottom-align .ml-tabs-display .ml-tab-item .ml-tab-item-image-content .ml-tab-text-content,
  .ml-toggle-tab-container .ml-tabs-display .ml-tab-item .ml-display-tab-content .ml-tab-item-image-content .ml-tab-text-content{
    width: 100%;
    text-align: center;
    padding-bottom: 1.618em;    
  }
  .ml-tabs-display .ml-tab-item .ml-tab-item-image-container{
    margin-bottom: 1em;
  }
  .ml-toggle-tab-container.ml-tabs-center-align .ml-tab-item-content{
    padding: 40px;
    box-shadow: 0 8px 8px rgba(0,0,0,0.22);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
  }

  .ml-price-item{
    margin: 150px 0 0 0;
  }
}

@media only screen and (max-width: 400px){
  .ml-toggle-tab-container.ml-tabs-center-align .ml-tab-item-content{
    padding: 20px;
  }
}
