.landing_zones {
    margin-top: 5vh;
    max-width: 1240px;
    text-align: center;
}

@media (min-width: 800px) {
    .landing_zones {
        border-bottom: solid 4px #dBdfe2;
        margin: 0 auto;
        padding: 190px 0 100px 0;
    }
}

.landing_zones__blog,
.landing_zones__quick_look,
.landing_zones__nr_projects {
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 1.2%;
    max-height: 300px;
    min-height: 300px;
    vertical-align: middle;
    width: 30.9%;
    
    padding: 46px 0;
}

.landing_zones__blog {
    background-color: #dbdfe2;
    
    transition: background-color 0.3s, font-size 0.3s;
}
.landing_zones__link:focus {
    outline: none;
}
.landing_zones__link:focus .landing_zones__blog {
    background-color: #fdfff4;
    font-size: 1.1em;
}

.landing_zones__blog:focus {
    outline: none;
}

.landing_zones__blog__subheading {
    color: #222;
    font-size: 0.93em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.landing_zones__blog__date {
    color: #222;
    font-size: 0.9em;
    margin-top: 4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.landing_zones__blog__heading {
    color: #4e83bd;
    margin-top: 0.4em;
    transition: transform 0.3s;
}

@media (min-width: 800px) {
    .landing_zones__blog__heading {
        padding: 0px 29px;
    }
}

@media (min-width: 640px) and (max-width: 1024px),
       (max-width: 240px) {
    .landing_zones__blog__heading {
        font-size: 1em;
    }
}

.landing_zones__blog__heading {
    transition: color 0.3s;
}
.landing_zones__link:hover .landing_zones__blog__heading {
    color: #222;
}

.class_h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
    font-weight: normal;
    font-size: 18px;
    
    margin: 5px;
}

.landing_zones__quick_look {
    background-color:  #384450;
    /*background-image: url("../img/play.png");
    background-position: center center;
    background-repeat: no-repeat;*/
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}
.landing_zones__quick_look:hover {
    opacity: 0.8;
}
.landing_zones__quick_look:focus {
    background-color: #5a6672;
    outline: none;
}

.landing_zones__quick_look__heading {
    color: #fff;
    padding-top: 95px;
    margin-bottom: 0;
}

.landing_zones__quick_look__subheading {
    color: #fff;
    font-size: 0.94em;
    margin: 0 auto;
    padding-bottom: 90px;
    text-transform: uppercase;
    max-width: 90px;
}

.landing_zones__quick_look__embed {
    background-color: rgba(255,255,255, 0.9);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
    z-Index: 100;
}

.landing_zones__quick_look__video {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 90%; 
    position: absolute;
    right: 0;
    top: 0;
}

.landing_zones__nr_projects {
    background-color: #4e83bd;
}

.landing_zones__nr_projects__heading {
    color: #fff;
    font-size: 4em;
    margin: 70px 0 0 0;
}

.landing_zones__nr_projects__subheading {
    color: #fff;
    font-size: 0.9em;
    margin-top: 0;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .landing_zones__close {
        background-color: #000;
        border: none;
        border-radius: 50% 50% 0 0;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 1em;
        height: 25px;
        right: calc(50% - 400px);
        position: absolute;
        text-align: center;
        bottom: calc(100% - 260px);
        transition: color 0.3s;    
        width: 25px;
    }
    .landing_zones__close:focus,
    .landing_zones__close:hover {
        color: #ffcc00;
    }
}

@media (max-width: 640px) {
    .landing_zones__blog,
    .landing_zones__quick_look,
    .landing_zones__nr_projects {
        border-radius: 0;
        margin: 10px 0px 10px 0px;
        max-height: none;
        width: 90%;
    }
}





/* The percentage circle style- -- BEGIN */

.pieContainer {
    height: 180px;
    width: 180px;
    position: relative;
    display: inline-block;
    top: -75px;
}

/*.pieBackground {
    display: inline-block;
    position: absolute;
    width: 15em;
    height: 15em;
    margin-left: -75px;
} */

.pie {
    transition: all 1s;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*clip: rect(0px, 7.5em, 15em, 0px);*/
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.hold {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    border-radius: 50%;
    /*clip: rect(0px, 15em, 15em, 7.5em);*/
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    display: inline-block;
    
}
.whole_hold {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    
    border-radius: 50%;
    display: inline-block;
    
    background: #4e83bd;
}

.pieSlice1 .pie {
  background-color: #f6d315;
  /*transform:rotate(72deg);*/
}



.innerCircle {
  position: absolute;
  width: 96%;
  height: 96%;
  background-color: #384450;
  border-radius: 50%;
  top: 2%;
  left: 2%;
  /*box-shadow: 0px 0px 8px rgba(0,0,0,0.5) inset;*/
  color: white;
}
.innerCircle .content {
  position: absolute;
  display: block;
  width: 100%;
  top: calc(50% - 1em);
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.triangle {
    position: absolute;
    display: block;
    width: 85px;
    height: 100px;
    background-color: #2d3843;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
    top: 25%;
    left: 30%;
}
/* The percentage circle style- -- END*/