ul.bullet li {
    list-style: none;
    background: url(http://thatbluecrew.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://thatbluecrew.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://thatbluecrew.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://thatbluecrew.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;
}
ul.award li {
    list-style: none;
    background: url(http://thatbluecrew.com/images/graphics/trophy.png) no-repeat 0 5px;
    padding-left: 35px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #f3f3f3;
    background-size: 20px;
    display: inline-block;
}

.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;
}
.frame-dark {
    padding: 5px;
    background: rgba(255,255,255,.75);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 5px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 55%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
em {
    color: #777;
}

ol.numbered {
    list-style: none; 
    counter-reset: li;
}
ol.numbered li {
    font-size: 175%;
    max-width: 700px;
    margin: 10px auto;
    color: rgba(177, 222, 255, 0.64);
}
ol.numbered li::before {
    content: counter(li);
    counter-increment: li;
    color: #2e6d91;
    display: inline-block;
    width: 50px;
    margin-left: -1em;
    background: rgb(235, 246, 255);
    text-align: center;
    border-radius: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin-right: 20px;
    font-weight: bold;
    border: 4px solid #7b9ab2;
}
.uk-section-muted {
    background-image: url(http://thatbluecrew.com/images/graphics/deep-blue-bg.jpg);
    background-blend-mode: normal;
    background-position-x: 0,50%;
    background-color: transparent;
}
.uk-heading-primary {
    letter-spacing: 2px;
    text-shadow: -2px -2px 0 #001445, 3px 3px 0 #0062e4;
}
.awards-gallery .uk-text-lead {
    font-size: 10px;
    letter-spacing: 1px;
}
.awards-gallery-large .uk-text-meta {
    font-size: 1.4em;
    letter-spacing: 1px;
}
.awards-gallery-medium .uk-text-meta {
    font-size: 1.1em;
    letter-spacing: 1px;
}
.awards-gallery-small h3.uk-h2 {
    font-size: 20px;
}
.uk-overlay-primary {
background: -moz-radial-gradient(center, ellipse cover, rgba(0,52,209,0) 1%, rgba(0,52,209,0.01) 2%, rgba(0,37,143,0.55) 50%, rgba(0,21,74,0.78) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,52,209,0) 1%,rgba(0,52,209,0.01) 2%,rgba(0,37,143,0.55) 50%,rgba(0,21,74,0.78) 100%);
background: radial-gradient(ellipse at center, rgba(0,52,209,0) 1%,rgba(0,52,209,0.01) 2%,rgba(0,37,143,0.55) 50%,rgba(0,21,74,0.78) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000034d1', endColorstr='#c700154a',GradientType=1 );

}
.awards-gallery .el-item.uk-light, .awards-gallery-small .el-item.uk-light {
    background: url(http://thatbluecrew.com/images/graphics/starscape.jpg) no-repeat center center;
    background-size: cover;
}

/* 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) {}
@media (min-width:768px) {}
@media (max-width:767px) {
.frame[align="left"],
.frame[style*="float: left"],
.frame[style*="float:left"], .frame[align="right"],
.frame[style*="float: right"],
.frame[style*="float:right"], .frame-right, .frame-left {
    margin: 5px 0 10px;
    clear: both;
    float:none !important;
}
ul.bullet, ul.check {
    padding-left: 15px;
}
}
@media (min-width:480px) {}
@media (max-width:479px) {}