main {
  background-color: #e6e7e8;
  padding-top: 420px; }
  main .container {
    margin-left: 0; }

.iconography-header.first {
  position: fixed;
  top: -340px;
  -webkit-transition: padding-top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: padding-top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: padding-top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  padding-bottom: 15px;
  padding-top: 370px;
  width: 100%;
  z-index: 1; }

sup {
  color: #888;
  font-size: 20px; }

.container h1, .container-fluid h1 {
  margin-bottom: 20px !important;
  margin-top: 0 !important; }

.download-container {
  height: 38px; }

.download-iconography {
  color: #2090cf;
  padding-left: 3px; }
  .download-iconography:hover, .download-iconography:focus {
    color: #087ab5;
    outline: none;
    text-decoration: none; }

.filter-bar {
  margin-top: 20px; }

.info-container {
  font-size: 22px;
  font-size: 1.375rem;
  height: 30px;
  vertical-align: middle; }

.info-tooltip {
  font-size: 14px;
  font-size: 0.875rem;
  background: #0091d9;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: 'clearview_att_light';
  max-width: 442px;
  padding: 10px 20px; }
  .info-tooltip:after {
    border-bottom-color: #0091d9;
    top: -12px; }

.info-content {
  display: none; }

.shell-block .icons-search-container .search-container--search, .shell-block .select2-chosen {
  color: #777; }

.icons-search-container .form-field {
  max-width: none; }

.icons-list {
  font-size: 0;
  list-style: none;
  margin: 20px 0 0;
  padding: 0; }

.icons-list li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid transparent;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  height: 173px;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out;
  vertical-align: top;
  width: 130px; }
  .icons-list li.disabled {
    opacity: 0.5;
    pointer-events: none; }

.icons-list li [class*=icon]:hover {
  outline: 1px dotted #444; }

.icons-list [class*=icon] {
  color: #777;
  display: inline-block;
  -moz-transition: font-size 0.2s ease-out;
  -webkit-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out;
  vertical-align: middle; }

.icons-list[data-size=small] [class*=icon] {
  font-size: 14px; }

.icons-list[data-size=bluebar] [class*=icon] {
  font-size: 20px; }

.icons-list[data-size=medium] [class*=icon] {
  font-size: 28px; }

.icons-list[data-size=large] [class*=icon] {
  font-size: 56px; }

.icons-list[data-size=extralarge] [class*=icon] {
  font-size: 70px; }

.icons-list [data-role=title] {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-family: 'clearview_att_light';
  margin-top: 15px; }

.icons-list[data-display=list] li {
  display: block;
  margin-bottom: 0;
  min-height: 0;
  width: 100%; }

.icons-list[data-display=list] [data-role=title] {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
  vertical-align: middle; }

.icons-list [data-role=css-class] {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #0574ac;
  color: #fff;
  height: 50%;
  overflow: hidden;
  padding: 11px 10px;
  text-align: center; }

.icons-list[data-size=small] li:hover [data-role=css-class] {
  top: 25%;
  height: 35%; }

.icons-list[data-size=bluebar] li:hover [data-role=css-class] {
  top: 30%;
  height: 35%; }

.icons-list[data-size=medium] li:hover [data-role=css-class] {
  top: 35%;
  height: 35%; }

.icons-list[data-size=large] li:hover [data-role=css-class] {
  top: 55%;
  height: 40%; }

.icons-list[data-size=extralarge] li:hover [data-role=css-class] {
  top: 65%;
  height: 40%; }

.icons-list [data-role=css-class]::selection {
  background: #666; }

.fixed-search .white-wrapper {
  position: fixed;
  top: 0px;
  z-index: 10; }
.fixed-search main {
  padding-top: 0px; }

@media screen and (min-device-width: 768px) and (max-device-width: 1024px)  {
  .iconography-header {
    position: fixed;
    top: 0;
    z-index: 10; }
  main {
    padding-top: 0px; }
  section.first {
    padding-bottom: 0;
    padding-top: 0; }
    section.first .container h1 {
      margin-bottom: 10px;
      margin-top: 10px; }
  .grey-wrapper {
    padding-top: 10px; } }

.icons-list .no-icons {
  color: #888;
  font-size: 18px !important;
  margin-bottom: 10px;
  padding-left: 20px; }
