rel-container {
    margin: auto;
    width: 1000px;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/
.rel-subnav-wrapper {
    background: #FFF;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #7d5679;
    height: 42px;
    z-index: 500;
    position: relative;
    margin-bottom: 20px !important;
}

.rel-subnav {
    list-style: none;
    font-weight: normal;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-family: Montserrat, Arial, sans-serif;
    box-sizing: border-box;
    padding-left: 0px;
}

    .rel-subnav li {
        float: left;
        position: relative;
        top: 4px;
    }

        .rel-subnav li:hover {
            border-bottom: 3px solid #7d5679;
            box-sizing: border-box;
        }

    .rel-subnav a {
        display: block;
        padding: 5px 15px;
        color: black;
        text-decoration: none;
        font-size: 13px;
        border-right: 1px solid #dedede;
    }

        .rel-subnav a:hover {
            text-decoration: none;
        }

    /*--- DROPDOWN ---*/
    .rel-subnav ul {
        list-style: none;
        position: absolute;
        padding-left: 0px;
        transition: 0.3s;
        height: 0;
    }

        .rel-subnav ul li {
            padding-top: 0px;
            float: none;
            background-color: #e6e6e6;
        }

        .rel-subnav ul a {
            color: #7d5679;
            width: 236px;
        }

    .rel-subnav li:hover a {
        text-decoration: none;
    }

    .rel-subnav li:hover ul a {
        text-decoration: none;
    }

    .rel-subnav li:hover ul li a:hover {
        background: #7d5679;
        color: white;
    }

    /* Slide Down
============================== */
    .rel-subnav > li:hover ul li {
        height: auto;
        border-bottom: none;
    }

    .rel-subnav li ul {
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 1;
        background-color: #e6e6e6;
    }

        .rel-subnav li ul li {
            overflow: hidden;
            height: 0;
            -webkit-transition: height 200ms ease-in;
            -moz-transition: height 200ms ease-in;
            -o-transition: height 200ms ease-in;
            transition: height 200ms ease-in;
        }

/* RELMW Global */
.large_link {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

@media (max-width: 514px) {
    .large_link {
        font-size: 12px;
    }
}

h1.rel_header {
    color: #7D5679;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #aaa;
}

.rel_ul {
    color: black !important;
    font-size: 15px !important;
    padding: 0px 0px !important;
    list-style: none;
    margin-left:0px;
}

.bordered_section {
    padding-left: 0em;
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #aaa;
}

.rel_button_container {
    /* Blog sidebar */
    text-align: center;
}

.no_border_bottom {
    border-bottom: 0 !important;
}

ol {
    font-size: 14px;
}

    ol li {
        padding-bottom: 10px;
    }

.rel_button {
    padding: 5px 10px;
    background-color: #7d5679;
    color: white;
    border-radius: 8px;
    text-decoration: none;
}

    .rel_button:hover {
        background-color: #a96ba2;
    }

/* RELMW HOME */
.rel_home_menu a {
    width: auto !important;
}

.Rel_logo {  

    float: right;
    left: -20px;
    top: 20px;
    position: relative;
    
}

.home_carousel .caption {
    top: 130px !important;
    margin-left:60px;
}

.home_carousel .caption .caption_block {
    font-size: 1.35em;
    line-height: 1.3em;
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
  
}

.content .right_col iframe {
    padding: .5em .8em;
}

.content .right_col div img  {
	border: 0px solid !important;
}



.whats_new_content .post .timestamp {
    float: left;
    width: 5.5%;
    padding: .5em 1%;
    background: #333 !important;
    color: #fff;
}

.blog_latest .section_head.title_bg {
    color: #fff !important;
    padding: 15px;
    background: #955d8f;
}

.blog_latest p, .blog_latest a, blog_latest ul li {
    font-size: 14px;
    margin-bottom: 0;
    background: #eee;
    padding-left: 15px !important;
    padding: 12px 15px !important;
    display: block;
}

.blog_home_latest .section_head.title_bg {
    color: #fff !important;
    padding: 15px;
    background: #955d8f;
}

.blog_home_latest p, blog_home_latest ul li {
    font-size: 14px;
    background: #eee;
    padding: 2px;
    display: block;
}


.st_email_button {
    background-image: url("../images/blogs/email_counter.png");
}

.st_twitter_button {
    background-image: url("../images/blogs/twitter_counter.png");
}

.st_facebook_button {
    background-image: url("../images/blogs/facebook_counter.png");
}

.st_linkedin_button {
    background-image: url("../images/blogs/linkedin_counter.png");
}

.st_sharethis_button {
    background-image: url("../images/blogs/sharethis_counter.png");
}

.rel_twitter, .rel_youtube, .rel_newsletter {
    padding: 9px 0px 20px 50px !important;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 10px !important;
    line-height: 1.3 !important;
}

.rel_twitter {
    background-image: url("../images/icons/Twitter-icon.png");
}

.rel_youtube {
    background-image: url("../images/icons/Youtube-icon.png");
}

.rel_newsletter {
    background-image: url("../images/icons/Mail-icon.png");
}
/* About */
.subcontractors li {
    display: inline;
    font-size: 15px;
    padding-right: 20px;
}

/* Leadership */
.rel_bio .bio {
    margin-left: 220px;
    padding-right: 0px !important;
}

.rel_bio img {
    float: left;
}

.rel_bio p.name, .rel_bio p.title, .rel_bio p.phone, .rel_bio p.email {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.rel_bio p.name {
    font-weight: bold;
    clear: left;
    padding-top: 5px !important;
}

.rel_bio p.email {
    padding-bottom: 20px !important;
}

/* Governing Board */
.rel_state {
    clear: both;
}

.state_img_container {
    display: inline-block;
    width: 100px;
}

    .state_img_container img {
        max-width: 100%;
        vertical-align: bottom;
        position: relative;
        padding: 10px;
    }

.rel_state ul {
    color: black !important;
    padding-top: 0px !important;
    font-size: 14px;
}

.rel_state_info {
    display: inline-block;
    width: 85%;
    vertical-align: top;
}

.collapse {
    background-color: rgba(255,255,255,0);
    border-bottom: 1px solid #7D5679;
    cursor: pointer;
    color: black;
    padding: 10px;
    margin: 0px;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.4s;
}

    .collapse * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .collapse.active {
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        z-index: 200;
        color: black;
        max-height: 100% !important;
        padding: 10px 20px;
        margin: 10px -10px;
        transition: all 0.2s,max-height .8s;
    }

    .collapse h2 {
        font-size: 18px;
        line-height: 20px;
        position: relative;
        color: black;
    }

.slide {
    box-shadow: none !important;
    margin: 0px !important;
    padding: 10px !important;
}

.transparent {
    background-color: rgba(255,255,255,0) !important;
    color: black !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 10px !important;
}

.collapse h2::after {
    content: "+";
    text-align: center;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #7D5679;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.5;
    right: 0;
    top: 0;
}

.collapse:hover h2::after {
    opacity: 1;
}

.collapse.active h2::after {
    content: "-";
}

.collapse ul {
    color: black !important;
}

    .collapse ul li {
        font-size: 14px;
    }

    .collapse p {
        font-size: 14px !important;
    }

/* Events */
.upcoming_events_wrapper, .archived_events_wrapper {
    padding-left: 25px ;
}
.upcoming_events_wrapper, .archived_events_wrapper {
    margin-bottom: 15px;
}

.event-title {
    font-size: 14px;
    padding-bottom: 5px;
}

.event-date {
    font-size: 12px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-style: italic;
}

.events_topics {
}

/* Blog */
.rel_newroom-img {
    display: inline;
    float: left;
}

.rel_newsroom-content {
    float: left;
    width: 425px;
    padding-left: 5px;
}

    .rel_newsroom-content p {
        padding-top: 0px !important;
    }


.view_post {
    float: right;
}

.prev_next_post {
    margin: auto;
    text-align: center;
    padding-bottom: 20px !important;
}

    .prev_next_post a {
        margin: 0px 10px;
    }

.author_block {
    border: 0px solid black;
    padding: 0px 15px 15px 15px;
}

.author_info {
    float: right;
    display: block;
    width: 465px;
    font-size: 9px;
}

    .author_info p {
        font-size: 14px !important;
        line-height: 10px !important;
    }

.author_name {
    padding-top: 0px !important;
}

.author_block img {
    width: 135px;
}

/*.rel_sidebar {
    padding-left: 15px !important;
}*/
.rel_sidebar ul {
    list-style-type: none;
    padding-left: 10px;
}

    .rel_sidebar ul li {
        font-size: 14px;
        line-height: 1.5;
    }

.rel_sidebar .rel_button {
    margin: auto;
}

.rel_button {
    padding: 5px 10px;
    background-color: #7d5679;
    color: white;
    border-radius: 8px;
    text-decoration: none;
}

    .rel_button:hover {
        background-color: #a96ba2;
    }

.rel_subscribe {
    border-top: 1px solid black;
    margin-top: 15px;
}

    .rel_subscribe p {
        font-size: 12.75px !important;
    }

    .rel_subscribe a {
        font-size: 16px;
        display: block;
    }

/* Publications */

.post_title {
    display: inline-block;
    float: left;
}

.post_desc {
    display: inline-block;
}

.post_excerpt {
    padding-left: 5px;
    position: relative;
    overflow: hidden;
}

.post_content {
    margin-bottom: 15px;
    overflow: hidden;
}

p.rel_link_container {
    margin-top: 15px;
}

.Partnershipd_class {
    width: 100%;
    height: 100%;
}

.rl_class {
    width: 50%;
    height: 100px;
    float: right;
    margin-bottom: 10px;
}

.pf_class {
    width: 50%;
    height: 100px;
    float: left;
    margin-bottom: 10px;
}

.pf_name {
    font-weight: bold;
    clear: left;
    padding-top: 5px !important;
    font-size: 12px;
}

.pf_email {
    padding-bottom: 20px !important;
    font-size: 12px;
}

.rl_name {
    font-weight: bold;
    clear: left;
    padding-top: 5px !important;
    font-size: 12px;
}

.rl_email {
    padding-bottom: 20px !important;
    font-size: 12px;
}

.events_speakers {
    color: black !important;
    padding-top: 0px !important;
    font-size: 14px;
}

    .events_speakers li {
        padding-bottom: 10px;
        font-size: 14px;
    }


.offscreen {
    position: absolute;
    left: -999em;
}

.index .content .left_col ul {
    color: black !important;
    font-size: 14px !important;
}

.rel_newsroom-all {
    min-height: 200px;
}

.wwc_block {
    border: 0px solid black;
    padding: 0px 10px 10px 0px;
}

.wwc_info {
    display: block;
    width: 465px;
    font-size: 9px;
}

    .wwc_info p {
        font-size: 14px !important;
        line-height: 10px !important;
    }

.about_REL_img {
    vertical-align: bottom;
    position: relative;
    padding-top: 8px;
    padding-right: 5px;
}


.memo {
    padding-top: 90px;
    font-size: 12px;
    color: #3b7dca;
}

.askrelresponse {
    padding-left: 35px !important;
}

.askrefsline {
    font-weight: bold;
}

.contact_ul {
    font-size: 14px;
    padding: 2px 35px;
}


    .contact_ul li {
        padding-bottom: 10px;
    }

.newsletterpdfimg {
    height: auto !important;
    width: auto !important;
    border: none !important;
    margin-bottom: auto !important;
}

.blog_post_ul {
    font-size: 1.5em !important;
    line-height: 1.5em !important;
}

.blog_post_ul li {
    padding-bottom: 10px !important;
}


.social {
    color: #fff !important;
    margin-top: 83px !important;
    text-align: right;
    margin-right: 15px;
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
}


.turquoise {
        color: #fff !important;
        font-size: 1.75em !important;
        margin-left: 4px;
    }

.social a { color: #000 !important;}

/* What's New event styles */

.whats_new_event {
	padding-left: 1em;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #aaa;
}

.whats_new_event .post { clear: both;}

.whats_new_event .post .timestamp{
	float: left;   
	/*width: 5.5%;*/       
	padding: .5em 1%;    
	background: #333;
	color: #fff;  
    width: auto;  
       
}
 
.whats_new_event .post .timestamp .month{
	display: block;   
	text-align: center;       
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	font-family: Montserrat, Arial, sans-serif;
}

.whats_new_event .post .timestamp .date{
	display: block;    
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	font-family: Montserrat, Arial, sans-serif;
}

.whats_new_event .post .post_text {
	float: left;
    padding-left:1em;
	width: 90.5%;
	padding-bottom: 1em;
}

.whats_new_event .post .post_text p.post_title {
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: .3em;
}
	.whats_new_event .post .post_text p.post_title a { color: #3333ff; }
	
.whats_new_event .post .post_text p {
	padding: 0 0 1em 0;
}
.about_sec_ul {
    font-size: 1.5em !important;
    line-height: 1.5em !important;
    font-family: Arial, sans-serif;
}

.about_sec_ul li {
    padding-bottom: 4px !important;
}

.abtldrBck {
    padding: 10px;
    background: #eee;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    display: table;
}

.about_tbl {
    margin-left: 25px;
    font-size: 15px !important;
}

.about_icon { vertical-align: middle; }

.about_tbl tbody td {
	vertical-align: middle;
	padding: 4px;
    font-size: 15px !important;

}

.rel_resources-all {
    padding-bottom: 8px !important;   
}
