﻿/***************
*
*  Slider
*
****************/

.infoBlock h5 {
    color: #fff;
    font-weight: 400;
}

.rsMinW .rsBullet {
    width: auto !important;
    height: auto !important;
}

    .rsMinW .rsBullet span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #CCC;
        background: rgba(51,152,204,0.7);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    }

.rsMinW .rsBullets {
    bottom: 10px;
    right: 20px;
}

.rsMinW .rsBullet.rsNavSelected span {
    background: rgba(3,86,164,0.9);
}

/***************
*
*  Body
*
****************/
.homeHeader {
    font-weight: normal;
    font-size: 150%;
    margin: 30px 0px 20px 0;
    padding: 0px;
    color: #1e4b87;
    font-style: italic;
    border-bottom: 1px solid #1e4b87;
    padding-bottom: 6px;
}

.homeSubHeader {
    font-size: 1.3em;
    margin-bottom: 10px;
    padding: 1px;
    color: #2c9acf;
    font-weight: normal;
}

ul.committeeList {
    list-style: none;
    margin-lefT: 1.5em;
    margin-bottom: 20px;
}

    ul.committeeList li {
        color: #59595b;
        font-size: 1.2em;
        line-height: 1.5em;
    }

        ul.committeeList li a {
            text-decoration: none;
            color: #59595b;
        }

            ul.committeeList li a:hover {
                text-decoration: underline;
            }

        ul.committeeList li ul.committeeList li {
            font-size: 1em;
        }

p.missionStatementUnderLogo {
    color: #eee;
    font-style: italic;
    margin-left: 20px;
    font-size: .85em;
}

ul.eventsList {
    list-style: none;
}

    ul.eventsList li {
        color: #59595b;
        font-size: 1.2em;
        margin: 25px 0;
        line-height: 1.3em;
    }

        ul.eventsList li a {
            font-weight: bold;
            text-decoration: none;
            color: black;
        }

            ul.eventsList li a:hover {
                text-decoration: underline;
            }

p.listHeader {
    font-size: 1.4em;
    line-height: 1.3em;
}

.anchorAbove {
    padding-top: 50px;
    margin-top: -50px;
}

.list-title {
    line-height: 1.3em;
}

/***************
*
*  Support Pages
*
****************/

hr.supportHR {
    border: 0;
    border-top: 5px solid #ffc000;
}

/*****************
*
*   Events Page
*
******************/

#rsvpButton {
    /*height: 35px;*/
    /*margin-right: 10px;*/
}

#calendarButton {
    height: 35px;
}

#rsvpButtonLink:hover {
    opacity: .8;
}

#calendarButtonLink:hover {
    opacity: .8;
}

/***************
*
*  Support Pages
*
****************/

.diyMainContent {
    margin-top: 30px;
}

li.diy {
    display: none !important;
}

.double {
    width: 50%;
    display: inline !important;
    float: left;
}

.triple {
    width: 33%;
    display: inline !important;
    float: left;
}

.nav-column {
    max-width: 100% !important;
    padding-left: 0;
}

    .nav-column li {
        padding-left: 1.25em !important;
    }

.dropdown-wrapper {
    margin-left: 0;
    width: 100% !important;
}

.diyListItem {
    padding: 0 5px 0 5px !important;
}

/***************
*
*  International Pages
*
****************/

ul.internationalTopNav li:after {
    color: white;
    content: "•";
    margin-left: 6px;
}

ul.internationalTopNav li:last-of-type:after {
    content: none;
}

.home-header.subHeader {
    color: #863b92;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 0;
}

ul.internationalList li:before {
    content: "\2771";
    color: #0D4D88;
    margin-right: 5px;
}

h6.home-header {
    font-weight: bold;
}

@media screen and (max-width:767px) {
    ul.internationalTopNav li:after {
        content: none;
    }
}

@media screen and (max-width:767px) {
    #topLogo {
/*        content: url("/MasterPages/institute/img/International-Institute-Logo-Blue-globe-mobile2.png");
*/    }
}