body {
	font-size: 16px !important;
	font-family: 'Droid Serif', Times, serif !important;
    line-height: 150% !important;
    background: #000000 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 700 !important;
}

.white-text {
    color: #ffffff !important
}

.nmtop {
    margin-top: 0 !important;
}
.mtop-15 {
	margin-top: 15px !important;
}

.mbtm-15 {
    margin-bottom: 15px !important;
}

.mtop-30 {
    margin-top: 30px !important;
}

.mbtm-30 {
    margin-bottom: 30px !important;
}

.ptop-15 {
    padding-top: 15px !important;
}

.pbtm-15 {
    padding-bottom: 15px !important;
}

.ptop-30 {
    padding-top: 30px !important;
}

.pbtm-30 {
    padding-bottom: 30px !important;
}
.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.label-muted {
    background-color: #eee !important;
    color: #555 !important;
}

.masthead {
    background: url('img/bg.jpg') 50% 0 no-repeat;
    background-size: cover;
}

.masthead-1 {
    background: url('img/bg-01.jpg') 50% 0 no-repeat;
    background-size: cover;
}

.main-hed {
    font-size: 40px !important
}

.sub-headline {
    font-weight: 400 !important;
    font-size: 24px;
}

.top-logo {
    max-width: 150px !important;
    margin-top: 22px;

}
.lgi-faded-bg {
    background-color: rgba(60,118,61,.9) !important;
    /*background-color: rgba(0,0,0,.5) !important;*/
    /*background-color: rgba(92,184,92,.5) !important;*/
}

.panel-title {
    font-size: 22px !important;
}

.success-txt {
    color: #5cb85c !important;
}

.main-reg-btn {
    font-size: 24px !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    white-space: normal !important;
}

.drk-gray-bg {
    background: #1a1a1a;
}

.lt-gray-bg-01 {
    background: #f5f5f5;
}


.free-legend {
    font-family: 'Kaushan Script', cursive !important;
    font-size: 28px !important;
}

.col-centered {
    float: none !important;
    margin: 0 auto;
}

.heading {
    color: #273342;
    display: block;
    line-height: 45px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px;
    border-left: 8px solid #4CAF50;
}

.heading-sm {
    display: block;
    font-size: 33px;
    line-height: 27px;
}


@media screen and  (max-width: 810px) {
    .masthead h1 {
        font-size: 24px;
    }
}

@media screen and  (max-width: 810px) {
    .heading {
        font-size:40px;
        line-height:35px;
    }
    .heading-sm {
        font-size:26px;
        line-height:26px;
    }
    h2{
        font-size:30px;
        line-height:normal;
    }
}

.sub-heading {
    font-weight: 700;
} 

.bonus_listing {
    padding: 0 0 0 79px;
    position: relative;
}

.bonus_listing h3 {
    margin: 0 !important;
    padding: 0px 0 15px 0 !important;
}

.bullet-number {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.icon-box {
    color: #fff;
    font-size: 30px;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height:48px !important;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #4CAF50;
}

h1, h2, h3, h4  {
    color: #ffffff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.main-cta, .main-cta:focus, .main-cta:hover {
    padding: 17px 25px !important;
    margin: 25px 0 20px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: #4CAF50;
    display: inline-table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.padTB-15 {
    padding-top: 15px  !important;
    padding-bottom: 15px  !important;
}

.padTB-20 {
    padding-top: 20px  !important;
    padding-bottom: 20px  !important;
}

.padTB-40 {
    padding-top: 40px  !important;
    padding-bottom: 40px  !important;
}

.list-group-item {
    display: flex !important;
}

.course-items, .list-group-item {
    /*border: 0 !important;*/
    margin-bottom: 0 !important;
}

.course-items li:before {
    padding-left: 10px; 
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 24px;
    color: #00c907 !important;
    margin:0 10px 0 -15px;
}

.footer-bg {
    background: #000000;
}

.disclaimer-txt {
    font-size: 13px;
    color: #808080;
}

.modal-dialog {
  width: 90% !important;
  height: 90%;
  padding: 0;
}

.modal-content {
  border-radius: 0;
}

.presenter-img {
    width: 150px;
    margin: 0 auto 15px;
}