/*
Theme Name: Corporate Volunteers of New York
Theme URI: http://social-ink.net
Description: By Social Ink
Version: 1
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/


/* 
@import "lib/vendor/bootstrap/css/bootstrap.min.css";
@import "lib/vendor/bootstrap/css/bootstrap-theme.min.css";  */

@import "assets/css/wp.basic.css";
@import "assets/css/forms_cf7.css";
@import "assets/css/print.css";

/*****************
LAYOUT
***********************************************/

.onepage {
    clear: both;
    min-height: 600px;
}

.home .onepage {
    margin: 0;
    padding: 0;
}

.onepage .content .copy,
.onepage .related_content {
    max-width: 740px;
    margin: auto;
}

.content {
    min-height: 300px;
}

.content .text {
    font-family: 'Rasa', 'pt-serif', georgia, serif;
    font-size: 1.2em;
    padding-bottom: 2em;
}

article.archive_post .text {
    padding-bottom: 0;
}

.content.nosidebar {
    float: none;
    width: 100%;
}

.pageinfo {}


/*****************
EXPANDERS
***********************************************/

.expander_section {}

.expander_section.opened {
    display: block;
}

.expander_section header a:after {
    content: ' +';
}

.expander_section header a.activated:after {
    content: ' -';
}


/*****************
TYPE
***********************************************/

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}

h1 {}

h2 {}

h3 {}

    .featured_nav h3 a {
        color:#ff6c0c;
        text-transform: uppercase;
        letter-spacing: .03em;
        text-align: center;
        display: block;
    }

h4 {}

h5 {}

p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    margin-top: 0;
    line-height: 1.5em;
    margin-top: 0;
}

.fancyfont {}

.pageinfo h1 {
    color: #ff6c0c;
    text-align: center;
    text-transform: uppercase;
}

.text {}

.text p {}

.text p:last-child {
    margin-bottom: 0;
}

.text h1 {}

.text h2 {}

.text h3 { color: #777; }

.text ul {
    margin-bottom: 1em;
    margin-left: 0;
}

.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.4em;
    color: #777;
    font-size: 1.2em;
}

.text ol li {
	color: #777;
}


/*****************
IMAGECOVERS
***********************************************/

.backgrounded_image {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    width: 100%;
}

.backgrounded_image:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.backgrounded_image > div {
    position: relative;
}


/*****************
FIXES FOR IE
***********************************************/

.ie8,
.ie9 {}

.ie7 {}


/*****************
BASIC INPUT AND FORMS
***********************************************/

input[type=text] {
    padding: .5em;
}

.wpcf7 input[type=submit],
input[type=submit],
.button {
    background: none repeat scroll 0 0 #ff6c0c;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    border-radius: 2px;
}

.button.bigbutton {
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
}

.button.bluebutton {
    background: #0CBEFF;
}

input[type=submit]:hover,
.button:hover {
    box-shadow: 0 0 1px #111;
    text-decoration: none;
}

input[type=submit]:active,
.button:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}

input[type=submit]:focus,
.button:focus {
    outline: 0;
}

.tab-content .button {
    background: #0CBEFF;
}


/*****************
MOBILE HEADER
***********************************************/

.mobile_expansion {
    visibility: hidden;
}

.mobile_expansion + label {
    font-size: 2.4em;
    color: #fff;
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.82em;
    margin-top: .2em;
    border-top: 0.5em double;
    border-bottom: .15em solid;
    transition: all .5s ease-in-out;
}

.mobile_expansion + label.mobile_expand_search {
    border: none;
}

.mobile_expansion:checked + label {
    border: .2em solid;
    height: .78em;
    width: .78em;
    border-radius: 100%;
}

.mobile_expansion + label.icon-search {
    border: 0 !important;
    margin-top: -5px;
}


/*****************
NAV MENU MARKUP
***********************************************/

.menu_horizontal li {
    display: inline-block;
    list-style: none;
}


/*****************
HEADER
***********************************************/

#header {
    width: 100%;
    /*padding-bottom: 1em;*/
}

.header_inner {}

.header_inner > .centering_box {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.logo {
    max-width: 426px;
    width: 20%;
    padding: 0 0 1em 0;
    margin-top: -1em;
}

.logo img {}

.topmenu {
    line-height: .8;
}

.topmenu li.sink_dropdown_top {
    margin: 0;
    padding: 0;
}

.topmenu li.sink_dropdown_top a,
.topmenu .sink_dropdown li a {}

.topmenu .sink_dropdown li ul {
    background: #ccc;
    padding: 0;
    font-size: .9em;
    top: 42px;
}

.topmenu .sink_dropdown a {
    padding: 0 11px 15px 9px;
}

.topmenu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topmenu .sink_dropdown li ul li {
    margin-left: 0;
}

.topmenu li {
    margin-right: 1em;
}

.topmenu li:after {}

.topmenu li.last_item {
    margin-right: 0;
}

.topmenu li a {
    color: #929497;
    text-transform: uppercase;
}

.topmenu li[class*="current"] a,
.topmenu li:hover a {
    color: #ff6c0c;
    text-decoration: none;
}

.metamenu {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    float: right;
    text-align: right;
}

.metamenu .informational,
.metamenu .dash_button_container,
.metamenu .profile_editor_button {
    display: none;
}

.metamenu li {
    margin: 0;
}

.metamenu .sinklogin-login-function-containers a {
    background: #ff6c0c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.75em;
    text-transform: uppercase;
}

.metamenu .sinklogin-apply-container a {
    background: #0CBEFF;
}

.socialmedia {}

.socialmedia a {}


/*****************
SIDEBAR
***********************************************/

.sidebar {}

.sidebar_module {}

.sidebar_module .module_title {}

.sidebar_module .module_content {}


/*****************
BACKGROUNDS
***********************************************/

.herospot {
    background-position: center center;
    background-size: cover;
    height: 400px;
    height: calc(100vw / 2.36);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slides li {
    margin: 0;
    list-style: none
}

.slideshowarea {
    height: 400px;
    height: calc(100vw / 2.36);
}




/*****************
FP
***********************************************/

.home section {
    padding: 2em 0;
}

.home section h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.home .herospot {
    height: calc(100vw / 2.36);
}

.image_subtext {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
}

.image_subtext p {
    font-family: 'Montserrat', 'futura-pt', sans-serif;
    font-size: 1.2em;
}

.image_subtext .inner {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 1em 0;
}

.image_subtext .inner .col:first-child {
    max-width: 75%;
}

.image_subtext .inner .col p {
    margin: 0;
    color: #fff;
}

section.tabbed {
    background: #ff6c0c none repeat scroll 0 0;
    margin-top: 0;
    padding-top: 2em;
    color: #fff;
}

.tabs-menu-inner.flexible {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs-menu a {
    background: #ff6c0c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 0;
    text-align: center;
    width: 32%;
}

.tabs-menu a .indicator {
    display: block;
    font-size: 2em;
}

.tab {
    background: #fff none repeat scroll 0 0;
    padding: 2em;
}

.tab_inner p:last-child {
    margin-bottom: 0;
}

.tab_inner {
    color: #333;
    position: relative;
}

.tabs-menu a.active,
.tabs-menu a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 10px solid #fff;
}

.grey_contrast {
    background: #ececed none repeat scroll 0 0;
    color: #404041;
    padding: 2em;
    position: relative;
}

.grey_contrast p {
    font-size: 1.3em;
    line-height: 2;
}

.grey_contrast .blocked {
    bottom: 0;
    position: absolute;
    right: 0;
}

.tab_inner h3 {
    font-size: 1.8em;
    line-height: 1.25;
    color: #ff0101;
}

.hp-featured {
    text-align: right;
}

.hp-featured h2 {
    color: #777;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

.hp-featured h4 {}

.hp-featured:nth-child(even) {
    text-align: left;
}

nav.seeall_more h4 a {
    color: #ff6c0c;
    display: block;
    font-family: 'Montserrat', 'futura-pt', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
}


/*****************
LISTS
***********************************************/


/* single page view navigation */

div.next-post {}

div.prev-post {}


/* generated by wp_list_cat and wp_list_pages functions */

li.page_item {}

li.current_page_item {}

li.current_page_parent {}

li.cat-item {}

li.current-cat {}


/*****************
FOOTER
***********************************************/

footer {
    color: #fff;
    margin-bottom: 0.25em;
    padding: 30px 0;
}

footer.linkedin {
    background: #0cbeff none repeat scroll 0 0;
    font-size: 1.3em;
}

footer.linkedin .flexible {}

footer.linkedin a {
    font-size: 1.3em;
}

footer.linkedin a:hover {
    text-decoration: none;
    color: #2e4563;
}

footer.linkedin a:before {
    border: 1px solid #fff;
    margin-right: 1em;
    padding: 0.25em;
    width: inherit;
}

footer.membersign {
    background: #ff6c0c none repeat scroll 0 0;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}

footer.membersign a {}

footer.membersign a:hover {
    color: #333;
}

#footer {
    clear: both;
    padding: 0;
}

.footer_inner {}

.footer_inner nav ul {
    display: -ms-flexbox;
    display: flex;
}

.footer_inner nav li {
    text-transform: uppercase;
}

.footermenu {
    background: #6e6f71 none repeat scroll 0 0;
    color: #fff;
    padding: 2em 0;
}

.footer_inner nav.footermenu ul {
    font-weight: bold;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footersubmenu {
    background: #929497 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0.5em;
    padding: 2em 0;
}

.footercredits {
    color: #929497;
    padding: 2em;
}

.footercredits a {}

.sitecredits {}

.sitecredits p {}

.sitecredits a {}

.sinkcredits {
    font-size: 0.8em;
}

.sinkcredits p {
    margin-bottom: 0;
}

.sinkcredits a {}


/*****************
MEMBER
***********************************************/

.memberpage .left,
.memberpage .right {
    min-height: calc(100vw / 1.5);
}

.memberpage .left {
    background: #ededee none repeat scroll 0 0;
    width: 25%;
}

.memberpage .right {
    background: #f1f1f1 none repeat scroll 0 0;
    width: 75%;
}

.memberpage-threecols.memberpage .right {
    width: 50%;
}

.memberpage .left .inner,
.memberpage .right .inner {}

.memberpage .left .inner {
    width: 100%;
}

.memberpage .right .inner {
    padding: 2em;
    width: 100%;
}

.membernav {
    margin-bottom: 1em;
}

.membernav > .flexible {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    
    align-items: center;
}

.membernav h2 {
    color: #000000;
    margin: 0;
    font-size: 1.2em;
}

.sl-profile_pic {
    margin-right: 1em;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.sl-profile_pic img,
img.memberthumb {
    margin-right: 1em;
    width: 50px;
}

.memberdash ul li {
    list-style: outside none none;
    margin: 0;
}

.memberdash ul li a {
    border-bottom: 2px solid #fff;
    color: #6d6e70;
    display: block;
    font-size: 1.2em;
    padding: 1em 2em;
    text-transform: uppercase;
    width: 100%;
}

.memberdash ul li.last_item a {
    border: 0;
}

.memberdash ul li a:hover,
.memberdash ul li.current-menu-item a,
.memberdash ul li.current_page_item a {
    border-right: 10px solid #ff6c0c;
    text-decoration: none;
}

.tagline {
    color: #6D6E70;
}

.memsearch input[type='text'] {
    background: #EDEDEE;
    border: 0 none;
    text-transform: uppercase;
    color: #000;
    font-size: 0.8em;
}

.memsearch input[type='submit'] {
    background: #6D6E70;
    color: #FFFFFF;
    font-size: 0.8em;
    text-transform: uppercase;
}

.memberpage header h2 {
    color: #000000;
    font-size: 2em;
    text-transform: uppercase;
}

.memberpage .single_member_data header h2 {
    font-size: 1.5em;
    color: #ff6c0c;
}

.memberfilter {
    margin-bottom: 1em;
}

.filters_groups,
.searchmsg {
    background: #fff none repeat scroll 0 0;
    padding: 2em;
    border: 1px solid #b7b9bb;
}

.searchmsg {
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em;
}

.searchmsg h3 {
    margin: 0 0 0.5em;
}

.searchmsg span {
    text-decoration: underline;
}

.memberfilter h3 {
    border-bottom: 1px solid #b7b9bb;
    font-size: 1.3em;
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.memberfilter input[type='text'] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b7b9bb;
    margin: 1em 0;
    width: 100%;
}

.memberfilter .submitter {
    margin-bottom: 2em;
}

.multiple_member_data select,
.filtersection select,
.multiple_member_data option,
.filtersection  option {
    max-width: 270px;
    width: 200px;
}

.memberfilter .submitter button {
    background: #ff6c0c none repeat scroll 0 0;
    font-size: 1.2em;
    text-transform: uppercase;
}

.search_filter_clear {
    display: none;
    margin-left: 2em;
}

.members_show {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 1em;
    min-height: calc(100vh / 1.5);
    padding: 2em;
}

.memImage img {
    margin-bottom: 1em;
    max-width: 200px;
    width: 100%;
}

.member_details {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 2em;
    padding: 1em;
}

.member_details .member_line {}

.member_details .member_line .lbl {
    color: #797979;
    display: inline-block;
    margin-bottom: 0.5em;
    width: 16%;
    font-weight: bold;
}

.member_details .member_line .val {
    color: #797979;
}

.members_show .member {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5em;
}

.member_company > .member {
    margin-left: 0;
}

.member_company {
    margin-bottom: 3em;
}

.members_show .member h3 {
    font-size: 1em;
    margin: 0;
}

.members_show .no_img {
    background: #333 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    height: 50px;
    margin-right: 1em;
    overflow: hidden;
    padding: 13px 10px 10px 10px;
    text-align: center;
    min-width: 50px;
}

.member-list h2 {
    color: #ff6c0c;
}

.members_show .member h3 span {}

.members_show .member h3 span.last_name,
.members_show .member h3 span.first_name {
    font-weight: bold;
}

.members_show .member h3 span:after {
    content: ',';
    margin-right: .1em;
}

.members_show .member h3 span.userTitle:after,
.members_show .member h3 span:last-child:after {
    content: '';
}

.members_show .member h3 a:hover {
    text-decoration: none;
}

.member-list {}

.member-list.members_by_name {
    display: none;
}

nav.member_toggle {
    font-size: 0.9em;
    margin-bottom: 2em;
    text-transform: uppercase;
}

nav.member_toggle a {
    color: #ff6c0c;
}


/* profile */

.formgroup {
    margin-bottom: 1em;
}

.formgroup input[type="text"] {
    width: 80%;
}


.formgroup input[type="text"]#userZip {
    width: 100px;
}

.formgroup input[type="text"]#userPhone {
    width: 150px;
}

.formgroup input[type="text"]#userState {
    width: 50px;
}

.formgroup.type-checkboxes label:not(.metalabel) {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5em;
    margin-right: 1em;
}

.formgroup.type-checkboxes input[type="checkbox"] {
    display: inline-block;
}

.dash .right section {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 1em;
    padding: 1.5em;
}

.center_h2 h2 {
    text-align: center;
}

.dash .right section h1 {
    color: #404041;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
}

.dash .right section h2 {
    color: #FF6C0C;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
}

.dash .right section.welcome p {
    margin: 0;
}

section.myprof .single_member_data .member_details {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #333;
}

section.myprof .single_member_data header,
section.myprof .single_member_data .clearme {
    display: none;
}


/*****************
EVENTS
***********************************************/

.events_container {
    margin-bottom: 2em;
}

.event_container .event_data {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-family: 'Montserrat', 'futura-pt', sans-serif;
    font-size: .9em;
}

.event_container .mainpost .event_data:last-child {
    margin-bottom: 0.5em;
}

.events_container header h2 {
    border-bottom: 2px solid #000;
    color: #000000;
    display: inline-block;
    font-size: 2em;
    text-transform: uppercase;
}

.event_container h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #FF6C0C;
}

.nextevent .event_container h3 {
    font-size: 1.1em;
}

.nextevent .event_container .attach_file {
    display: none;
}

.rsvp_container {
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 1em 0;
}

.event_container .event_moredata {
    background: #f1f1f1;
    margin-top: 1em;
    padding: 1em;
    font-family: 'Montserrat', 'futura-pt', sans-serif;
    color: #797979;
    margin-bottom: .6em;
}

    .attach_file h4 {
        margin-top: 1em;
        margin-bottom: .2em;
    }

.event_container .event_moredata .eventmeta {
    display: -ms-flexbox;
    display: flex;
}

.event_container .event_moredata .eventmeta:last-child span {
    margin-bottom: 0;
}

.page-id-54 .event_container .event_moredata {
    background: #fff;
}

.event_container .event_moredata .lbl {
    display: inline-block;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    width: 15%;
    font-weight: bold;
    color: #797979;
}

.event_container .event_moredata .val {
    width: 83%;
}

.attach_file {
    margin-top: 0.5em;
    text-transform: uppercase;
}

.attach_file a {}

.ev_sidebar {
    background: #dbdcdd none repeat scroll 0 0;
    padding: 2em;
    width: 25%;
}

.memberpage .ev_sidebar header h2,
.cvny_filter_container header h2 {
    font-size: 1.5em;
}

.ev_sidebar h3,
.cvny_filter_container h3 {
    font-size: 1em;
    text-transform: uppercase;
}

.cvny_filter_container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.cvny_filter_container h3 {}

.cvny_filter_container .filtersection {
    margin-bottom: 1em;
}


/*****************
RELATED
***********************************************/

.related_content {
    border-top: 2px solid #b7b9bb;
    margin: 2em 0;
    padding-top: 1em;
}

.related_content header h5 {
    font-size: 2em;
    text-transform: uppercase;
}

.related_contents header h3 a {
    color: #0cbeff;
    display: block;
    font-size: 1.3em;
}

.related_contents header h3 a:before {
    content: "\003e  ";
}

.related_content .field_divlist {
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0;
}

.related_contents .text {
    display: none;
}

.related_content .field_divlist > div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}

.metadatum {
    margin-bottom: 2em;
}

.metadatum .meta_item {
    margin-bottom: 1em;
}

.metadatum .meta_item .lbl {}

.metadatum .meta_item .val {}


/*****************
ARCHIVE
***********************************************/

.content article.archive_post {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2em;
    padding-bottom: 1em;
}

aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1em 0;
}

aside.readmore a {
    color: #0cbeff;
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'Montserrat', 'futura-pt', sans-serif;
}

aside.readmore a:before {
    content: "\003e  ";
}

.content article.archive_post.odd_post {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content article.archive_post.archivepost_last {
    border-bottom: 0;
}

.archive_post .featimg {
    margin-right: 3em;
    width: 520px;
}

.mainpost {
    width: 100%;
}

.home .archive_post .featimg,
.home .archive_post.thumb_exists .mainpost {
    width: 50%;
}

.home .content article.archive_post {
    -ms-flex-align: start;
        align-items: flex-start;
}

.content article.archive_post.odd_post .featimg {
    margin-left: 3em;
    margin-right: 0;
}

.home .archive_post.even_post .mainpost {
    text-align: left;
}

.home .archive_post.odd_post .mainpost {
    text-align: right;
}

.archive_post.thumb_exists .mainpost {}

.content article.archive_post h3 {
    color: #ff6c0c;
    font-size: 1.7em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.content article.archive_post .postinfo h3 {
    margin-top: .3em;
    margin-bottom: .5em;
}

.content article.archive_post p.post_header_meta {
    font-size: 90%;
}

.content article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}

.content article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}

.content article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}

.relatedposts {
    clear: both;
}

.content .relatedposts li {
    list-style: none outside none !important;
    margin: 0px;
}

.prev {
    float: left;
}

.next {
    float: right;
}

.single_relatedposts {}

.archive_relatedposts {}

p.readmore {
    margin-bottom: 0;
}

.partners h5 {
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: .05em;
    font-size: 1.35em;
}

.partners .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    -ms-flex-pack: center;
        justify-content: center;
}
.partners h6 {
    color: #aaa;
        font-size: 1.1em;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: .075em;
        word-wrap: break-word;
        padding: 1em;
}

.partners h2 {
    color: #333;
    text-align: center;
}

.member_inner {
    overflow: hidden;
    position: relative;
}

    .member_slideshow {
        left:10%;
        width:80%;
    }

    .member_inner .slideNav {
        color: #ff6c0c;
        display: inline-block;
        font-size: 2em;
        position: absolute;
        left: 0;
        top: 39%;
        font-weight: bold;
    }

         .member_inner .slideNav:hover,
         .member_inner .slideNav:active,
         .member_inner .slideNav:focus {
            text-decoration: none;
            color: #0cbeff;
         }

        .slideNav.nextSlider {
            right:0;
            left:inherit;
        }
/* modals */

.modal .close-me {
    display: block;
}

.modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
}

.modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    width: 88%;
}
