

.hero
{
    background-size: cover;
    background-position: center;
    background-color: #C8C1AE;
}

.hero h1
{
    font-size: 29px;
    text-align: center;
    font-family: Mohave;
}

.hero-content
{
    color: white;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 100px;
    margin-bottom: 100px;
}

.hero p
{
    font-size: 16px;
    line-height: 1.1;
}

.hero a
{
    width: 100%;
    text-align: center;
    max-width: 190px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:320px)
{
    .hero h1
    {
        font-size: 40px;
    }
}

@media (min-width:500px)
{
    .hero p
    {
        font-size: 21px;
    }
    .hero h1
    {
        font-size: 60px;
    }
}

@media (min-width:768px)
{
    .hero-content
    {
        max-width: 700px;
        margin: 150px auto;
    }
}

.intro
{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-size: cover;
}

.intro header
{
    text-align: center;
    margin-bottom: 30px;
}

.featured h2
{
    font-weight: bold;
    font-family: Mohave;
    text-align: center;
}

.intro header p
{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
}

.intro a
{
    margin-top: 10px;
}

.intro article
{
    padding: 10px 14px 10px 15px;
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: white;
}

.intro article h3
{
    font-size: 25px;
    background-image: url('../../index.html');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 15px;
    color: #0C8484;
    text-transform: uppercase;
    font-family: Mohave;
}

.intro article>span
{
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #0C8484;
    color: white;
}

.intro ul li
{
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}

.intro li span
{
    position: absolute;
    left: 0px;
    color: #FFC400;
    font-size: 13px;
    top: 6px;
}

.blog-section
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.support-text
{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.news
{
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 10px;
}

.news h3
{
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 20px;
    overflow: hidden;
}

.intro article ul
{
    display: inline-block;
    text-align: left;
}

.news p
{
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 0px;
}

.news small
{
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #dfdfdf;
    text-align: center;
    color: #121111;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    bottom: 0px;
}

.events
{
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}

.events h2
{
    font-size: 20px;
    color: #8F959B;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    margin-top: 30px;
    font-family: Mohave;
}

.event-item
{
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
}

.event-date
{
    position: absolute;
    left: 0px;
    top: 6px;
    bottom: 6px;
    width: 70px;
    background-color: #0C8484;
    color: white;
    border-radius: 3px;
    overflow: hidden;
    background: #FFC400;
}

.event-date span
{
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255,255,255,0.2);
    height: 49%;
    padding-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

.event-info
{
    position: relative;
    margin-left: 80px;
    font-size: 15px;
}

.event-info h3
{
    font-size: 17px;
    color: #1b1c1c;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.col-side-bg
{
    height: 360px;
    margin-bottom: 10px;
}

@media (max-width:767px)
{
    .aims .col-side-bg
    {
        height: 250px;
    }
}

@media (min-width:768px)
{
    .col-side
    {
        width: 50%;
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }
    .col-side-bg
    {
        height: 100%;
        position: absolute;
        right: 15px;
        top: 0px;
        bottom: 0px;
        margin-bottom: 0px;
    }
}

.bg-main-event
{
    left: 15px;
    right: 15px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 0px;
    margin-top: 50px;
}

.bg-main-event::before
{
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 0;
}

.event-main-content
{
    position: relative;
    color: white;
    text-align: center;
    margin-top: 15%;
}

.bg-main-event h3
{
    font-weight: bold;
    font-size: 25px;
}

.bg-main-event small
{
    display: block;
    font-size: 17px;
}

.bg-main-event span
{
    font-size: 18px;
    color: #dbdbdb;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bg-main-event .glyphicon
{
    color: #FFC400;
    margin-right: 5px;
    display: inline-block;
}

@media (min-width:768px)
{
    .bg-main-event
    {
        margin-top: 80px;
    }
}

.advert
{
    margin-top: 30px;
    margin-bottom: 40px;
}

.advert h2
{
    margin-bottom: 30px;
    background-color: #FFC400;
    color: white;
    padding: 5px 10px;
    text-align: center;
    background: #0C8484;
    font-family: Mohave;
}

.advert img
{
    width: 100%;
}

.advert h3
{
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

.advert p a
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.advert h2 a
{
    font-size: 18px;
    color: #d5dbce;
    position: relative;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media (min-width:300px)
{
    .advert h2
    {
        text-align: left;
    }
    .advert h2 a
    {
        float: right;
        top: 3px;
    }
}

.news a.pull-left
{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    background-color: white;
    left: 0px;
    top: 0px;
    float: none;
    bottom: 0px;
    height: 180px;
    position: relative;
}

.news .media-body a
{
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    color: #0C8484;
    margin-top: 2px;
    padding-right: 7px;
}

.news .media-body
{
    padding-top: 0px;
}

@media (min-width:500px)
{
    .news a.pull-left
    {
        position: absolute;
        width: 160px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
    }
    .news .media-body
    {
        padding-left: 160px;
    }
}

.slide1
{
    background-image: url('../images/covers/cover7.jpg');
}

.slide2
{
    background-image: url('../../index.html');
}

.slide1::before
{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.74);
}

.slide2 .hero-content
{
    text-align: center;
    max-width: 100%;
}

@media (min-width:768px)
{
    .hero h1
    {
        font-size: 80px;
    }
    .hero p
    {
        font-size: 27px;
    }
}

.bg-conference
{
    background-image: url('../images/covers/cover6.jpg');
}

.aims p
{
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.aims .glyphicon
{
    position: absolute;
    left: 0px;
    top: 10px;
    color: #FFC400;
}

.aims .bg-main-event
{
    margin-top: 0px;
}

.aims h2
{
}

.aims
{
    padding-top: 30px;
    padding-bottom: 40px;
}

.aims h2
{
    text-align: center;
}

.aims .row
{
    margin-top: 50px;
}

@media (min-width:768px)
{
    .col-bg-left
    {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
    }
}

.bg-about-1
{
    background-image: url('../images/pics/gifting.jpg');
}

.bg-about-2
{
    background-image: url('../images/pics/school1.jpg');
}

.bg-about-3
{
    background-image: url('../images/pics/lady.jpg');
}

.conduct
{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.conduct p
{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.conduct-wrapper
{
    position: relative;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

@media (min-width:480px)
{
    .conduct p
    {
        font-size: 18px;
    }
}

.executive
{
    text-align: center;
    border: 2px solid gray;
    margin-top: 30px;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.executive-profile
{
    padding-bottom: 50px;
}

.team-icon
{
    position: absolute;
    left: 20px;
    top: -40px;
    width: 70px;
    background-color: white;
}

.executive-profile aside
{
    position: relative;
    border-top: 4px solid #0C8484;
    padding: 40px 10px 10px 5px;
    background-image: url('../../index.html');
}

.executive-profile h2
{
    margin-top: 0px;
    font-size: 20px;
}

.executive-profile h3
{
    margin-top: -5px;
    margin-bottom: 30px;
    font-size: 17px;
    color: #686868;
}

.executive-profile h4
{
    margin-bottom: 0px;
}

.about-zonal-header
{
    margin-top: 100px;
    border: 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:450px)
{
    .executive-profile div div div
    {
        width: 100%;
    }
}

@media (max-width:335px)
{
    .about-zonal-header
    {
        font-size: 29px;
        text-align: center;
    }
}

.executive-profile h2 span
{
    font-style: italic;
}

.executives .support-text
{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    color: #0C8484;
    padding-left: 0px;
}

.executives .container>a
{
    margin-top: 30px;
}

.bg-profile
{
    height: 180px;
    z-index: -1;
}

.profile-body
{
    margin-top: -70px;
}

.profile-body div
{
    margin-top: 0px;
}

.profile-body img
{
}

.profile-body img
{
    border-radius: 3px;
}

.aims .bg-main-event::before
{
    display: none;
}

.executives .school-box div
{
    text-align: center;
}

