.box-white-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.box-white {
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #DEDEDE;
    margin: 16px 8px;
}

.box-white:hover {
    border-color: #DEDEDE;
    background-color: #EAEAEA;
}

.box-white-selected {
    border-color: #DEDEDE;
    background-color: #EAEAEA;
}
.faded {
    opacity: 0.5;
}

.posrelative {
    position: relative;
}

.postop {
    right: 0;
    top: 55%;
    position:absolute;
}

.posbottom {
    right: 0;
    bottom: 0;
    position:absolute;
}

.icon-iq {
  display:block;
  width:auto;
  margin-right:10px;
  width:100%;
  max-width:90px;
  float:left;
}

.title-iq {
  display:block;
  width:auto;
  margin-top:4px;
  max-height:33px;
  height: 33px;
}

.text-iq-title {
  font-size:12px;
  font-weight:700;
  color:#53585a;
  margin-top:0px;
  margin-bottom:0px;
  display:block;
  clear:both;
}

.text-formerly {
  font-size:11px;
  color:#53585a;
  font-style:italic;
  display:block;
  clear:both;
  width:auto;
  line-height:14px;
}

.text-iq-learn-more {
  font-size:14px;
  font-weight:400;
  margin-top:22px;
  display:block;
  margin-bottom:15px;
  clear:both;
}
.text-iq-learn-more a {
    color: #117CB8 ;
    text-decoration: underline;
}

.padding-left-right-none {
  padding-left:0px;
  padding-right:0px;
}

.column-icon {
  width:27%;
  max-width: 27%;
  margin-right:7%;
}

.column-copy-info {
  width:66%;
  max-width: 66%;
}

.icon-iq-center {
  display:block;
  width:auto;
  margin-right:auto;
  width:100%;
  max-width:90px;
  margin-left:auto;
}

.line-iq {
  margin-top:10px;
  padding-top:10px;
  border-color:#ccc !important;
  border-top:1px;
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-style:solid;
  width:100%;
  display:block;
}

.dark-blue {
    background-color: #193556;
}

.text-iq-sepration {
    color: #117CB8;
}