ul.bullet li {
    list-style: none;
    background: url(http://jww.joshalterman.com/images/graphics/bullet.png) no-repeat 0 3px;
    padding-left: 27px;
    padding-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #f3f3f3;
    background-size: 14px;
}
ul.check li {
    list-style: none;
    background: url(http://jww.joshalterman.com/images/graphics/check.png) no-repeat 0 3px;
    padding-left: 27px;
    padding-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #f3f3f3;
    background-size: 14px;
}
ul.check li:last-child, ul.bullet li:last-child {
    border-bottom: 0 solid;
}
ul.bullet-white li {
    list-style: none;
    background: url(http://jww.joshalterman.com/images/graphics/bullet-white.png) no-repeat 0 6px;
    padding-left: 21px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #1f3b49;
    background-size: 10px;
    max-width: 600px;
    font-size: 17px;
}
ul.check-white li {
    list-style: none;
    background: url(http://jww.joshalterman.com/images/graphics/check-white.png) no-repeat 0 3px;
    padding-left: 27px;
    padding-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #f3f3f3;
    background-size: 14px;
}
ul.check-white li:last-child, ul.bullet-white li:last-child {
    border-bottom: 0 solid;
}
.frame {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    border: 1px solid #eee;
    border-radius: 5px;
}
.frame[align="left"],
.frame[style*="float: left"],
.frame[style*="float:left"] {
  margin: 5px 25px 10px 0;
}

.frame[align="right"],
.frame[style*="float: right"],
.frame[style*="float:right"] {
  margin: 5px 0 10px 25px;
}
.frame-right {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 5px 0 10px 25px;
}
.frame-left {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 5px 25px 10px 0;
}
em {
    color: #444;
}
.tm-toolbar {
    background: #b8b8b8 url(http://jww.joshalterman.com/images/graphics/TopGbar.jpg) no-repeat center top;
    background-size: auto 87px;
    border-bottom: 2px solid rgba(110, 110, 110, 0.33);
    box-shadow: 0 0 12px rgba(0,0,0,0.2) inset;
}
.footer-hr {
    border: 2px solid #011c2d;
}
.footer-bg {
    background: transparent url(http://jww.joshalterman.com/images/graphics/Footerg.png) repeat-x bottom center;
    background-size: auto 130px;
    min-height: 110px;
    line-height: 110px;
    color: rgba(255, 255, 255, 0.67) !important;
    font-size: 32px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.15) inset;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.19);
    letter-spacing: 18px;
    border-top: 2px solid rgba(110, 110, 110, 0.33);
}
.tm-toolbar .uk-icon-button {
    background-color: #001c2e;
}
.home .wk-modal .wk-cover-background {
    background-size: 376px 439px;
    background-color: transparent; 
}
.home .wk-modal .wk-slidenav-position {
    background-size: cover !important;
    background: transparent url(http://jww.joshalterman.com/images/graphics/wood-bg.jpg) no-repeat center top;
}
/* Responsvie CSS */
@media (min-width:1220px) {}
@media (max-width:1219px) {}
@media (min-width:1025px) {}
@media (max-width:1024px) {}
@media (min-width:960px) {}
@media (max-width:959px) {
.footer-bg {
    font-size: 17px;
    letter-spacing: 1px;
}
}
@media (min-width:768px) {}
@media (max-width:767px) {}
@media (min-width:480px) {}
@media (max-width:479px) {}
