.cdc{
  max-width:29rem;
  height:11rem;
  min-width:29rem;
  margin: 0 auto;
}

/**
@font-face {
  font-family: 'trade_gothic_lt_stdextended';
  src: url('https://www.nada.org/sites/default/files/show2024/fonts/tradegothicltstd-extended-webfont.woff2') format('woff2'),
         url('https://www.nada.org/sites/default/files/show2024/fonts/tradegothicltstd-extended-webfont.woff') format('woff'),
        url('https://www.nada.org/sites/default/files/show2024/fonts/TradeGothicLTStd-Extended.otf') format('otf') ;
}

@font-face {
  font-family: TradeGothicExtendedBold;
  src: url('https://www.nada.org/sites/default/files/show2024/fonts/tradegothicltstd-boldext-webfont.woff') format('woff2'),
         url('https://www.nada.org/sites/default/files/show2024/fonts/tradegothicltstd-boldext-webfont.woff2') format('woff'),
         url('https://www.nada.org/sites/default/files/show2024/TradeGothicLTStd-BoldExt.otf') format('otf');
}
*/
.cdcTitle{
  color:#ffffff;
  margin:0 auto;
  max-width:20em;
  font-size:1.5rem;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
}

.col-lg-3{
  float:left;
}

.svg-box {
  position: relative;
}

.labelText{
  text-align:center;
  color:#fff;
  font-family: Arial, Helvetica, sans-serif;
}

.row {
    height: 135px;
    width: 490px;
    margin: 0 auto;
}

.cdc-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -109%);
  z-index: 1;
  font-size: 1.8rem;
  font-weight:bold;
  letter-spacing: 3px;
  font-family: "Raleway", Calibri, sans-serif;
  color: #F05125;
  font-family:Arial, Helvetica, sans-serif;
}

svg {
  transform: rotate(-90deg);
  width: 101px;
  height: 101px;
  background: transparent;
  fill: none;
}
svg circle#line {
  stroke-width: 5;
  stroke:#fff;
}
svg .bar {
  stroke-width: 12;
  stroke-linecap: round;
}

@media only screen and (max-width: 1024px) {
	.cdc {
    max-width: 22rem;
    min-width:20rem;
    height: 8rem;
  }
  
  .row {
    height: 105px;
  }
	
	.cdc-text{
		font-size:1rem;
	}
	
	svg{
    width: 70px;
    height: 70px;
  }
	
	.labelText {
    font-size: .6rem;
  }
  
  .cdcTitle {
    font-size: 1rem;
  }
}