html, body, #tickertape { height:100%; }
#tickertape{position:relative;z-index:999;}


.dot{
  width:35px;
  height:35px;
  position:absolute;
  background: url("../images/red-tape.png");
  background-size: 100% 100%;
    z-index: 9999;
}
.dot2{
  width:35px;
  height:35px;
  position:absolute;
  background: url("../images/blue-tape.png");
  background-size: 100% 100%;
}

.dot3{
  width:35px;
  height:35px;
  position:absolute;
  background: url("../images/green-tape.png");
  background-size: 100% 100%;
}

.dot4{
  width:35px;
  height:35px;
  position:absolute;
  background: url("../images/yellow-tape.png");
  background-size: 100% 100%;
}

.listall{border:none !important;padding:20px 0 0 0 !important;}
.athena{border:1px solid #811519;padding:60px 0;}

@font-face {
  font-family: "kmi-festival";
  src:url("../fonts/kmi-festival.eot");
  src:url("../fonts/kmi-festival.eot?#iefix") format("embedded-opentype"),
    url("../fonts/kmi-festival.woff") format("woff"),
    url("../fonts/kmi-festival.ttf") format("truetype"),
    url("../fonts/kmi-festival.svg#kmi-festival") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "kmi-festival" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "kmi-festival" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.career-focus h1{margin-top:0;}
em.icon{font-size:40px;}
.ltrgreybg{background:#f7f7f7;}
.listall ul{margin:0 !important;padding:20px 0 !important;}
.listall.bluebg ul{border-bottom:3px solid #196c9b;}
.listall.redbg ul{border-bottom:3px solid #ce363c;}
.listall.yellowbg ul{border-bottom:3px solid #d6d34e;}
.listall.darkredbg ul{border-bottom:3px solid #811519;}
.listall ul li{list-style:none !important;font-weight:bold;margin-bottom:10px;margin-left:5px !important}
.listall ul li:last-child{margin-bottom:0;}