/*
Theme Name:     NCHATS COBRE
Description:    NCHATS COBRE
Version:        1.238
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");

/* Customizations Here */
.sub-menu a { text-transform: uppercase; }
#header_main  { padding-top: 20px; }
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; font-style: inherit; }
.avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner { min-height: 300px; }
#footer a { text-decoration: underline; }
.home-title { display: block; width:90%; word-wrap: break-word; }

legend.gfield_label.gform-field-label.gfield_label_before_complex .gfield_required:before { content:"\00a0 "; } /* space issue fix */

@media only screen and (max-width: 767px) {
.multi-column-lists { margin-bottom: 0px !important; }
}

.multi-column-lists { list-style-position: inside;  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(10, auto);
  grid-auto-flow: column; 
}

@media only screen and (max-width: 767px) {
.multi-column-lists-2 { margin-bottom: 0px !important; }
}

.multi-column-lists-2 { list-style-position: inside;  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(7, auto);
  grid-auto-flow: column; 
}

.page-id-22 div.slide-meta { display: none; }

@media only screen and (min-width:767px) {
.investigators-grid { padding: 0 5% 0 5%; }
}

/* Page sidebars */
aside.sidebar.sidebar_right.alpha.units { padding-left: -50px !important; background: #c6ddf6; }
#top .widget ul.nested_nav li { font-size: 16px; line-height: 30px; padding-right: 10px; }
.parent_nav_menu { text-transform: uppercase; font-weight: 600; font-size: 1.2em; margin-bottom: 0px; }
.nav.widget.widget_nav_menu.widget_nav_hide_child { padding-bottom: 0px !important; }
.main_color .widget_nav_menu ul .current_page_item { background: none !important; color: #000 !important; font-weight: 800; }
#top .widget ul.nested_nav li ul li { text-indent: 10px !important; }
#top .widget ul.nested_nav li ul li:before { content: "\2014 \00a0"; }

@media only screen and (min-width:767px) {
#main .container_wrap_first > .container { padding-right:0!important; }
.sidebar {  padding-top: 50px!important; background:#f9f9f9; }
}

.page-id-30 div.slide-meta { display: none !important; }
.page-id-30 a.slide-image { background: transparent !important; }
h3.team-member-name { font-size: 18px; }
.avia_textblock.staff-name h4 { margin-bottom: -10px !important; }
.slide-entry-excerpt.entry-content { font-size: 15px !important;}

/* workstreamn accordions */

/* Tab shape */
.av-accordion-pill .toggler  {
	border-radius: 60px!important;
	background: #2d74bf !important;
	color: #FFF;
	padding: 15px 55px 15px 15px !important;
	line-height: 0.9em !important;
}

/* Hover and active colors */
.av-accordion-pill .toggler:hover,
.av-accordion-pill .toggler.activeTitle:hover  {
    background: #2d74bf !important;
    color: #FFF;
}

/* Hide default icon */

.av-accordion-pill .toggle_icon {
    /*display: none;*/
}

.av-accordion-pill .toggler {
    padding-left:20px;
    font-size: 18px;
    font-weight: bolder;
	overflow: hidden;
}

/*Toggle content area */

.av-accordion-pill .toggle_content {
    background: #57bda9 !important;
    width: calc(100% - 50px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* Put the font files in the theme folder and include them in style, then we can use the icon font */
@font-face {
	font-family: 'fontello';
	src: url('./font/fontello.eot?68847926');
	src: url('./font/fontello.eot?68847926#iefix') format('embedded-opentype'),
		url('./font/fontello.woff?68847926') format('woff'),
		url('./font/fontello.ttf?68847926') format('truetype'),
		url('./font/fontello.svg?68847926#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
.accordion-icon {
	display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: #000;
    background: #fff;
    padding-top: 25px;
    padding-left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 40px;
}
@media screen and (max-width: 989px){
	.accordion-icon{
		margin-right: 10px;
		float: left;
	}
}

h2.workstream-calendly {
	font-size: 1.5em; 
	text-align: center;
	color: #ffffff;
	text-transform: none !important;;
}

.suicide-prevention-links a { font-size: 20px; font-weight: 700; }

.page-id-38 div.slide-meta { display: none; }

@media only screen and (max-width:767px) {
  #top h1 {
    font-size: 24px !important;
  }
}