/* work
 * --------------------------------------- */
 .workPostWrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contentworkPost {
  border-right: 1px solid #f3f3f3;
  background-color: #fcfcfc;
  position: relative;
  float: right;
  width: 85%;
  padding-top: 150px;
  padding-left: 15vw;
  padding-right: 15vw;
  padding-bottom: 10vw;
  display: flex;
	flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.sidebarworkPost {
  position:fixed;
  top:0;
  left: 0;
  width: 15%;
  height: 100%;
  display: flex;
	flex-direction: column;
  align-items: center;
}


.portrait .contentworkPost{
	position: relative;
  width: 100%;
	height: auto;
  padding-top: 30vh;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 20%;
}

.portrait .sidebarworkPost {
  position: fixed;
  bottom: auto;
  top:0;
  right: 0;
  height: 10%;
  width: 100%;
  display: flex;
	flex-direction: row;
  align-items: center;
  background-color: #f7f6e8;
  z-index: 10;
}
.portrait .sidebarworkPost a {
  flex: 0 1 48%;
}

/* sidebar
* --------------------------------------- */
.sidebarworkPost_item {
  position:relative;
 
  width: 100%;
}
.sidebarworkPost_work {
  height: 50%;
  background-color: #f7f6e8;
  position: absolute;
  right: 0;
  z-index: 2;
}
.sidebarworkPost_work .animatable { position: absolute; width: 100%; top: 0%; left: 0%; }

.sidebarworkPost_contact {
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #bed5e1;
  z-index: 2;
}
.sidebarworkPost_contact .animatable { position: absolute; width: 100%; bottom: 0%; left: 0%; }



.portrait .sidebarworkPost_item {
  position:relative;
  flex: 1 1 auto;
  width: 100%;
}

.portrait .sidebarworkPost_work {
  background-color: #f7f6e8;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.portrait .sidebarworkPost_work .animatable { position: absolute; top: 0%; right: 0%; height: 100%; width: 100% }

.portrait .sidebarworkPost_contact {
  background-color: #bed5e1;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.portrait .sidebarworkPost_contact .animatable { position: absolute; bottom: 0%; right: 0%; height: 100%; width: 100% }




/* content
* --------------------------------------- */
.workPost__item {
	position: relative;
  margin: 3vw 0 0vw auto;
  width: 100%;
  /*border-bottom: 1px solid #f3f3f3;*/
  background-color: #ffffff;
  padding: 0rem;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}

.workPost__item::after {
  content: '+';
  position: absolute;
  top: 0;
  /* right: calc(75vh + 4rem); */
  left: 0;
  margin: -1rem;
  font-size: 2rem;
  line-height: 0.5;
}

.workPost__item-number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.15rem;
  margin: 0rem 1rem 0 0;
}







.workPost__item-title {
  font-size: 10.75vw;
  line-height: 10.75vw;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 0rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #f79e82!important;
}
.workPost__item-title br {
  display: none;
}
.workPost__item-projectname {
  color: #00aeef;
  font-size: 4.5vw;
  line-height: 5.5vw;
	margin: 0.5rem 0 0 0rem;
}

@media only screen and (max-width : 576px) {
  .workPost__item a {
    position: relative;
    display: block;
    margin-top: 3rem;
    margin-left: 1rem;
    text-align: left;
  }
  .workPost__item a button{
    position: relative;
    width: 100%;
    border: 1px solid;
  }
}

@media only screen and (min-width : 576px) { 
  .workPost__item-title {
    font-size: 6.75vw;
    line-height: 6.75vw;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 0rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #f79e82!important;
  }
  .workPost__item-title br {
    display: block;
  }
  .workPost__item-projectname {
    color: #00aeef;
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 0.5rem 0 0 0rem;
  }
  
  .workPost__item-subtitle {
    display: none;
  }
  .workPost__item a {
    position: unset;
  }
}

















@media only screen and (min-width : 1120px) { 
  .workPost__item-subtitle {
    display: block;
    color: #000;
    margin: 0.5rem 0 0 0rem;
    width: 18vw;
  }
}

.workPost__item-img {
  width: 100%;
  height: 50vw;
  /* max-width: 40vw; */
  /* max-height: 77vh; */
  margin: 0 0 0 auto;
  overflow: hidden;
}

@media only screen and (min-width : 992px) {
  .workPost__item-img {
    width: 35vw;
    height: 35vw;
    /* max-width: 40vw; */
    /* max-height: 77vh; */
    margin: 0 0 0 auto;
    overflow: hidden;
  }
}



.workPost__item-img-inner {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.workPost__item-titlewrap {
  position: relative;
  top: 0rem;
  width: 100%;
  left: 0;
  padding: 2rem;
}

@media only screen and (min-width : 992px) {
  .workPost__item-titlewrap {
    position: absolute;
    top: 0rem;
    width: 100%;
    left: 0;
    padding: 2rem;
  }
}




.img_header {
  margin-top: 2vw;
  width: 100%;
  height: auto;
}

.img_header img {
  width: 100%;
  height: auto;
}


.single_copy {
  margin-top: 5vw;
  width: 100%;
}
.single_copy_first {
  margin-top: 0vw;
}
.single_copy_first strong{
  color: #00aeef;
}



p.hash_title {
  position: relative;
  color: #f79e82;
  font-family: 'CeraProBold';
  font-size: 7.75vw;
  line-height: 7.75vw;
  font-weight: bold;
  z-index: 2;
  border-top: 0px solid #f79e82;
  margin: 1rem 0;
}




@media only screen and (min-width : 576px) { 
  p.hash_title {
    margin: 0;
    font-size: 5.5vw;
    line-height: 5.5vw;
  }
}
@media only screen and (min-width : 768px) { 
  p.hash_title {
    font-size: 4vw;
    line-height: 4vw;
  }
}
@media only screen and (min-width : 992px) { 
  p.hash_title {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
}



.single_copy img {
  width: 100%;
  height: auto;
  margin-top: 5vw;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}


.single_copy_2columns {
  margin-top: 5vw;
  width: 100%;
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.single_copy_half {
  position:relative;
  flex: 0 1 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}
.single_copy_half_noshadow {
  position:relative;
  flex: 0 1 100%;
  height: 100%;
}
.single_copy_half_noshadow img {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}

.portrait .single_copy_half, .portrait .single_copy_half_noshadow {
  height: auto;
  width: 100%;
}
.portrait .single_copy_half:first-of-type, .portrait .single_copy_half_noshadow:first-of-type {
  margin-bottom: 1rem;
  background-color:#ffffff;
}



@media only screen and (min-width : 768px) {
  .single_copy_2columns {
    margin-top: 5vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .single_copy_half, .single_copy_half_noshadow {
    position:relative;
    flex: 0 1 48%;
  }
  .portrait .single_copy_half, .portrait .single_copy_half_noshadow  {
    height: auto;
    width: auto;
    min-height: 200px;
  }
  .portrait .single_copy_half:first-of-type, .portrait .single_copy_half_noshadow :first-of-type {
    margin-bottom: 0rem;
    background-color:#ffffff;
  }
}




.single_copy_half img, .single_copy_half_noshadow img {
  width: 100%;
  height: auto;
  margin-top: 0vw;
}

.contentSidebarCenterColumns {
  display: flex;
  background-color: rgba(255,255,255,.5);
  padding: 3vw;
}

.single_copy_colours {
  margin-top: 5vw;
  width:100%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}



/* meetr */
.single_copy_half_icon_1_meetr {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.single_copy_half_icon_2_meetr {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #3dbdd5;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}
@media only screen and (min-width : 768px) { 
  .single_copy_half_icon_1_meetr {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
  }
  .single_copy_half_icon_2_meetr {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #3dbdd5;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  }
}
.single_copy_half_icon_2_meetr img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.meetr .colorcolumn {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  color: #22292f;
  min-height: 250px;
}
.meetr .colorcolumn div{  
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: #22292f;
  text-align: center;
  font-size: 1.2rem; 
}
@media only screen and (min-width : 992px) {
  .meetr .colorcolumn {
    width: 21vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0vw 2vw 2vw;
    text-align: center;
    color: #22292f;
    min-height: 250px;
  }
  .meetr .colorcolumn div {  
    padding: 5px;
    width: 100%;
    margin: 1px;
    line-height: 50px;
    color: #22292f;
    text-align: center;
    font-size: 1.6rem;
  }
}
.meetr .colorcolumn1meetr .colorBar1 { flex: 4 1 0;background-color: #38C2D4 }
.meetr .colorcolumn1meetr .colorBar2 { flex: 2 1 0;background-color: #38C2D4;opacity: .65 }
.meetr .colorcolumn1meetr .colorBar3 { flex: 1 1 0;background-color: #38C2D4;opacity: .45 }

.meetr .colorcolumn2meetr .colorBar1 { flex: 4 1 0;background-color:#052338 }
.meetr .colorcolumn2meetr .colorBar2 { flex: 2 1 0;background-color:#052338;opacity: .65 }
.meetr .colorcolumn2meetr .colorBar3 { flex: 1 1 0;background-color:#052338;opacity: .45 }

.meetr .colorcolumn3meetr .colorBar1 { flex: 4 1 0;background-color:#F1575A }
.meetr .colorcolumn3meetr .colorBar2 { flex: 2 1 0;background-color:#F1575A;opacity: .65 }
.meetr .colorcolumn3meetr .colorBar3 { flex: 1 1 0;background-color:#F1575A;opacity: .45 }

.meetr .colorcolumn4meetr .colorBar1 { flex: 4 1 0;background-color:#FFD86C }
.meetr .colorcolumn4meetr .colorBar2 { flex: 2 1 0;background-color:#FFD86C;opacity: .65 }
.meetr .colorcolumn4meetr .colorBar3 { flex: 1 1 0;background-color:#FFD86C;opacity: .45 }



/* publishcheck */
.single_copy_half_icon_1_publishcheck {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.single_copy_half_icon_2_publishcheck {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}
@media only screen and (min-width : 768px) { 
  .single_copy_half_icon_1_publishcheck {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
  }
  .single_copy_half_icon_2_publishcheck {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  }
}









.single_copy_half_icon_2_publishcheck img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.publishcheck .colorcolumn {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  color: #22292f;
  min-height: 250px;
}
.publishcheck .colorcolumn div{  
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: #22292f;
  text-align: center;
  font-size: 1.2rem; 
}
@media only screen and (min-width : 992px) {
  .publishcheck .colorcolumn {
    width: 21vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0vw 1.5vw 2vw;
    text-align: center;
    color: #22292f;
    min-height: 250px;
  }
  .publishcheck .colorcolumn div{  
    padding: 5px;
    width: 100%;
    margin: 1px;
    line-height: 50px;
    color: #22292f;
    text-align: center;
    font-size: 1.6rem;
  }
}
.publishcheck .colorcolumn1publishcheck .colorBar1 { flex: 4 1 0;background-color: #091a42 }
.publishcheck .colorcolumn1publishcheck .colorBar2 { flex: 2 1 0;background-color: #091a42;opacity: .65 }
.publishcheck .colorcolumn1publishcheck .colorBar3 { flex: 1 1 0;background-color: #091a42;opacity: .45 }

.publishcheck .colorcolumn2publishcheck .colorBar1 { flex: 4 1 0;background-color:#53C2FF }
.publishcheck .colorcolumn2publishcheck .colorBar2 { flex: 2 1 0;background-color:#53C2FF;opacity: .65 }
.publishcheck .colorcolumn2publishcheck .colorBar3 { flex: 1 1 0;background-color:#53C2FF;opacity: .45 }

.publishcheck .colorcolumn3publishcheck .colorBar1 { flex: 4 1 0;background-color:#ff3c80 }
.publishcheck .colorcolumn3publishcheck .colorBar2 { flex: 2 1 0;background-color:#ff3c80;opacity: .65 }
.publishcheck .colorcolumn3publishcheck .colorBar3 { flex: 1 1 0;background-color:#ff3c80;opacity: .45 }

.publishcheck .colorcolumn4publishcheck .colorBar1 { flex: 4 1 0;background-color:#a5a5a5 }
.publishcheck .colorcolumn4publishcheck .colorBar2 { flex: 2 1 0;background-color:#a5a5a5;opacity: .65 }
.publishcheck .colorcolumn4publishcheck .colorBar3 { flex: 1 1 0;background-color:#a5a5a5;opacity: .45 }

.publishcheck .colorcolumn5publishcheck .colorBar1 { flex: 4 1 0;background-color:#eaeaea }
.publishcheck .colorcolumn5publishcheck .colorBar2 { flex: 2 1 0;background-color:#eaeaea;opacity: .65 }
.publishcheck .colorcolumn5publishcheck .colorBar3 { flex: 1 1 0;background-color:#eaeaea;opacity: .45 }
















.single_copy_half_icon_1_superseed {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.single_copy_half_icon_2_superseed {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}
@media only screen and (min-width : 768px) { 
  .single_copy_half_icon_1_superseed {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
  }
  .single_copy_half_icon_2_superseed {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  }
}

.single_copy_half_icon_2_superseed img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single_copy_half_icon_2_superseed img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.superseed .colorcolumn {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  color: #22292f;
  min-height: 250px;
}
.superseed  .colorcolumn div{  
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: #22292f;
  text-align: center;
  font-size: 1.2rem; 
}
@media only screen and (min-width : 992px) {
  .superseed .colorcolumn {
    width: 21vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0vw 1.5vw 2vw;
    text-align: center;
    color: #22292f;
    min-height: 250px;
  }
  .superseed .colorcolumn div{  
    padding: 5px;
    width: 100%;
    margin: 1px;
    line-height: 50px;
    color: #22292f;
    text-align: center;
    font-size: 1.6rem;
  }
}
.superseed .colorcolumn1superseed .colorBar1 { flex: 4 1 0;background-color: #00aeef }
.superseed .colorcolumn1superseed .colorBar2 { flex: 2 1 0;background-color: #00aeef;opacity: .65 }
.superseed .colorcolumn1superseed .colorBar3 { flex: 1 1 0;background-color: #00aeef;opacity: .45 }

.superseed .colorcolumn2superseed .colorBar1 { flex: 4 1 0;background-color:#22292f }
.superseed .colorcolumn2superseed .colorBar2 { flex: 2 1 0;background-color:#22292f;opacity: .65 }
.superseed .colorcolumn2superseed .colorBar3 { flex: 1 1 0;background-color:#22292f;opacity: .45 }

.superseed .colorcolumn3superseed .colorBar1 { flex: 4 1 0;background-color:#fcad28 }
.superseed .colorcolumn3superseed .colorBar2 { flex: 2 1 0;background-color:#fcad28;opacity: .65 }
.superseed .colorcolumn3superseed .colorBar3 { flex: 1 1 0;background-color:#fcad28;opacity: .45 }

.superseed .colorcolumn4superseed .colorBar1 { flex: 4 1 0;background-color:#06d89b}
.superseed .colorcolumn4superseed .colorBar2 { flex: 2 1 0;background-color:#06d89b;opacity: .65 }
.superseed .colorcolumn4superseed .colorBar3 { flex: 1 1 0;background-color:#06d89b;opacity: .45 }

.superseed .colorcolumn5superseed .colorBar1 { flex: 4 1 0;background-color:#E64980 }
.superseed .colorcolumn5superseed .colorBar2 { flex: 2 1 0;background-color:#E64980;opacity: .65 }
.superseed .colorcolumn5superseed .colorBar3 { flex: 1 1 0;background-color:#E64980;opacity: .45 }


























































.single_copy_half_icon_1_other {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.single_copy_half_icon_2_other {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}
@media only screen and (min-width : 768px) { 
  .single_copy_half_icon_1_other {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
  }
  .single_copy_half_icon_2_other {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  }
}

.single_copy_half_icon_2_other img {
  width: 110px;
  height: 110px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}









.single_copy_2columnsB {
  margin-top: 5vw;
  width: 100%;
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width : 768px) { 
  .single_copy_2columnsB {
    margin-top: 5vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: initial;
    justify-content: space-between;
  }
}

/* publishcheck */
.single_copy_half_icon_1_other {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.single_copy_half_icon_2_other {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
}
@media only screen and (min-width : 768px) { 
  .single_copy_half_icon_1_other {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
  }
  .single_copy_half_icon_2_other {
    width: 50%;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.075);
  }
}


.other .colorcolumn {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  color: #22292f;
  min-height: 250px;
}
.other  .colorcolumn div{  
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: #22292f;
  text-align: center;
  font-size: 1.2rem; 
}
@media only screen and (min-width : 992px) {
  .other .colorcolumn {
    width: 21vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0vw 1.5vw 2vw;
    text-align: center;
    color: #22292f;
    min-height: 250px;
  }
  .other .colorcolumn div{  
    padding: 5px;
    width: 100%;
    margin: 1px;
    line-height: 50px;
    color: #22292f;
    text-align: center;
    font-size: 1.6rem;
  }
}
.other .colorcolumn1other .colorBar1 { flex: 4 1 0;background-color: #00aeef }
.other .colorcolumn1other .colorBar2 { flex: 2 1 0;background-color: #00aeef;opacity: .65 }
.other .colorcolumn1other .colorBar3 { flex: 1 1 0;background-color: #00aeef;opacity: .45 }

.other .colorcolumn2other .colorBar1 { flex: 4 1 0;background-color:#22292f }
.other .colorcolumn2other .colorBar2 { flex: 2 1 0;background-color:#22292f;opacity: .65 }
.other .colorcolumn2other .colorBar3 { flex: 1 1 0;background-color:#22292f;opacity: .45 }

.other .colorcolumn3other .colorBar1 { flex: 4 1 0;background-color:#fcad28 }
.other .colorcolumn3other .colorBar2 { flex: 2 1 0;background-color:#fcad28;opacity: .65 }
.other .colorcolumn3other .colorBar3 { flex: 1 1 0;background-color:#fcad28;opacity: .45 }

.other .colorcolumn4other .colorBar1 { flex: 4 1 0;background-color:#06d89b}
.other .colorcolumn4other .colorBar2 { flex: 2 1 0;background-color:#06d89b;opacity: .65 }
.other .colorcolumn4other .colorBar3 { flex: 1 1 0;background-color:#06d89b;opacity: .45 }

.other .colorcolumn5other .colorBar1 { flex: 4 1 0;background-color:#E64980 }
.other .colorcolumn5other .colorBar2 { flex: 2 1 0;background-color:#E64980;opacity: .65 }
.other .colorcolumn5other .colorBar3 { flex: 1 1 0;background-color:#E64980;opacity: .45 }




/* media
* --------------------------------------- */
@media only screen and (min-width : 480px) { }
@media only screen and (min-width : 576px) { }
@media only screen and (min-width : 768px) { }
@media only screen and (min-width : 992px) { }
@media only screen and (min-width : 1120px) { }