/* CSS for CHICC */
@media only screen and (max-width: 999px) {
  #top form.is-search-form {
    display: none;
  }
  .menu-item-nav-search {
    display: none;
  }
}
.chicc_column_4 {
  float: left;
  width: 25%;
}
.chicc_column_3 {
  float: left;
  width: 33.33%;
}
.chicc_column_2 {
  float: left;
  width: 25%;
  /* width: 50%; */
}
.chicc_column_1 {
  float: left;
  width: 25%;
  /* width: 100%; */
}
.chicc_row {
  margin-left: 10%;
  margin-right: 10%;
  color: #FFFFF0;
}
.chicc_row:after {
  content: "";
  display: table;
  clear: both;
}
.chicc_h4 {
  color: white;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.chicc_row_full {
  width: 100%;
  color: #FFFFF0;
}
.chicc_row_full:after {
  content: "";
  display: table;
  clear: both;
}
.chicc_img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  min-height: ${min_img_size}px;
  min-width: ${min_img_size}px;
}
.chicc_left_col {
  width: 40%;
  float:left;
  text-align:left;
  line-height:100%;
  display:inline;
  margin: 5px 2px 0 5%;
}
.chicc_right_col {
  width: 30%;
  float:right;
  text-align:right;
  line-height:100%;
  display:inline;
  margin: 5px 10% 0 2px;
}
.chicc_head {
  color: #FFFFFF;
  width:50%;
  text-align:center;
}
.chicc_heading {
  color: #FFFFFF;
  background-color: #515151;
  width:100%;
  text-align:center;
  font-size: 22px;
  padding-top:1%;
  padding-bottom:1%;
  font-weight: 700;
}
.chicc_tab_heading {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #515151;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;

}
.chicc_section {
  width: 50%;
  ;color: #273267;
  color: #FFFFFF;
}
.chicc_href {
  color: #CCFF33;
}
.chicc_player_plain {
  height:auto;
  padding:2%;
  margin-left:25%;
}
.chicc_player_line {
  text-align:left;
  margin-left:20%;
  line-height:110%;
}
.chicc_team_name {
  width:40%;
  float:left;
  line-height:110%;
  color: #FFFF4D;
}
.chicc_team_image {
  min-height: 85px;
  max-height: 85px;
  min-width: 85px;
  max-width: 85px;
}
.chicc_achieve_block {
  margin-left:2%;
}
.wpbdp-field-value p {
//  color: #ffffff !important;
}
.wpbdp-categories .cat-item {
  padding-left: 20px !important;
  list-style-type: none;
  margin: 0 0 0 0px !important;
}
@media only screen and (max-width: 629px) {
  .chicc_row {
    margin-left: 0%;
    margin-right: 0%;
  }
  .chicc_column_1 {
    float: none;
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .chicc_column_2 {
    float: none;
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .chicc_column_3 {
    float: none;
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .chicc_column_4 {
    float: none;
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .chicc_section {
    width: 100%;
  }
  .chicc_player_plain {
    margin-left:0%;
    width: 100%;
  }
  .chicc_player_line {
    margin-left: 2%;
    width: 100%;
  }
  .chicc_right_col {
    width: 100%;
    float:none;
    line-height:100%;
    margin: 5px 2% 0 5%;
    text-align:left;
    display: block;
  }
  .chicc_left_col {
    width: 100%;
    float:none;
    line-height:100%;
    margin: 5px 2% 0 5%;
    text-align:left;
    display: block;
  }
}

.chicc_column_4_new {
  float: left;
  width: 25%;
}
.chicc_column_3_1_new {
  float: left;
  width: 38%;
  font-size:12px;
}
.chicc_column_3_2_new {
  float: left;
  width: 12%;
  font-size:12px;
}
.chicc_column_3_new {
  float: left;
  width: 33.33%;
}
.chicc_column_2_new {
  float: left;
  width: 50%;
  padding-left:1%;
}
.chicc_column_2_head_new {
  float: left;
  width: 50%;
  padding-left:1%;
  background-color: #273267;
  text-align: center;
}
.chicc_column_3_head1_new {
  float: left;
  width: 40%;
  padding-left:1%;
  font-size:12px;
  background-color: #273267;
  text-align: center;
}
.chicc_column_3_head2_new {
  float: left;
  width: 20%;
  font-size:12px;
  padding-left:1%;
  background-color: #273267;
  text-align: center;
}
.chicc_column_1_new {
  float: left;
  width: 100%;
}
.chicc_milestone {
  background: #ffffff;
  color: #000000;
}
.chicc_milestone:nth-of-type(odd) {
  background: #e0e0e0;
}
.chicc_section_new {
  width: 100%;
  ;color: #273267;
  ;background-color: #273267;
}
.chicc_links {
  margin-left: 1%;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 1%;
}

.htitle { 
  color: #ffffff; 
  font-weight: 600; 
  font-size: 28px; 
  margin-top:1%; 
  text-align:center;
} 

.lind { 
  margin-left:8%; 
  font-size: 24px; 
} 

.pchicc { 
  color: #ffffff; 
  font-size: 20px; 
  margin-left: 5%; 
  width:90%; 
  margin-top:1%;
  line-height:1.3em;
} 
.p2chicc {
  color:#ffffff;
  margin-top:1%; 
} 
.hrchicc{
  color:#ffffff;
  width:80%;
  margin-left:10%;
} 
.imgdiv{
  width:60%;
  margin-left:20%;
} 
.imgrow3{
  width:100%;
  display:flex;
} 
.imgdiv3{
  width:30%;
  margin-left:3%;
  float left;
  text-align:center;
  font-size:20px;
} 
.imgdiv2{
  width:50%;
  margin-left:3%;
  float left;
  text-align:center;
  font-size:20px;
} 
.imgchicc{
  text-align:center;
} 
.steptitle{
  font-size:24px;
  font-weight:600;
} 
.lchicc{
  width:60%;
  margin-left:10%;
  font-weight:300;
  font-size:20px;
} @media (max-width: 800px) { 
#block-2, #block-4, #sow-editor-31 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 629px) {
  .chicc_row {
    margin-left: 0%;
    margin-right: 0%;
  }
  .chicc_column_1 {
    float: none;
  }
  .chicc_column_2 {
    line-height: 1.1;
    /*float: none;
    width: 100%;*/
  }
  .chicc_column_2_head {
    line-height: 1.1;
    /*width: 100%;
    float: none;
    text-align:left;*/
  }
  .chicc_column_3_1 {
    line-height: 1.1;
  }
  .chicc_column_3_2 {
    line-height: 1.1;
  }
  .chicc_column_3_head1 {
    line-height: 1.1;
  }
  .chicc_column_3_head2 {
    line-height: 1.1;
  }
  .chicc_column_4 {
    float: none;
  }
  .chicc_section {
    width: 100%;
  }
  .imgdiv{
    width:90%;
    margin-left:5%;
  } 
  .imgdiv3{
    width:90%;
    margin-left:5%;
    display:block;
  } 
  .imgdiv2{
    width:90%;
    margin-left:5%;
    display:block;
  } 
  .imgrow3{
    width:100%;
    display:block;
  }
}
