/****** PLACE YOUR CUSTOM STYLES HERE ******/

.image-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-pad {
    padding-top: 30px;
}

.bg-dark-2 {
    background-color: #0022C6;
}

.bg-gray {
    background-color: #F4F4F4;
}

.font-white {
    color: rgba(255,255,255,1.00);
}

.blockquote span {
    color: rgba(169,0,0,1.00);
}

.media-bullets {
    list-style-type: circle;
    list-style-position: inside;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 5px;
    text-indent: -1.2em;
    font-size: 16px;
    color: rgba(0,0,0,1.00);
}

.media-bullets-deep {
    list-style-type: square;
    list-style-position: inside;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 40px;
    padding-bottom: 5px;
    text-indent: -1.2em;
    font-size: 16px;
    color: rgba(0,0,0,1.00);
}

.top-bot-pad {
    padding-top: 60px;
    padding-bottom: 30px;
}

.bot-pad {
    padding-bottom: 40px;
}

.player-pad-rt {
    padding-right: 1px;
}

.fullscreen-player {
    height: 1700px;
}

.bg-red {
	background-color: #FF5659;
}
