/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

h1 {
    color: rgb(101, 101, 101);
    font-size: 36px;
    font-weight: 300;
    text-transform: none;
}

.pull-left{
    float:left;
}

.pull-right{
    float:right;
}

.full-page-sidebar-menu .fl-menu .menu::before, .full-page-sidebar-menu .fl-menu .menu::after {
  content: '';
  display: table;
  clear: both;
}

.full-page-sidebar-menu .fl-clear {
    clear: both;
}

.full-page-sidebar-menu .fl-menu ul, .full-page-sidebar-menu .fl-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.full-page-sidebar-menu .fl-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.full-page-sidebar-menu .menu a{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.full-page-sidebar-menu .menu .fl-has-submenu .sub-menu{
    display: none;
}

.full-page-sidebar-menu .fl-menu .sub-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
    box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}

.full-page-sidebar-menu .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a{
    padding-right: 28px;
}

.full-page-sidebar-menu .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,.full-page-sidebar-menu .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle{
    width: 28px;
    height: 28px;
    margin: -14px 0 0;
}

.full-page-sidebar-menu .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,.full-page-sidebar-menu .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle,.full-page-sidebar-menu .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,.full-page-sidebar-menu .fl-menu-vertical.fl-toggle-none .fl-menu-toggle{
    width: 28px;
    height: 28px;
    margin: -14px 0 0;
}

.full-page-sidebar-menu .fl-menu li{
    border-top: 1px solid transparent;
}

.full-page-sidebar-menu .fl-menu li:first-child{
    border-top: none;
}

.advocacy .col-lg-3 {
    flex: none;
    max-width: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.advocacy .col-lg-9 {
    flex: none;
    max-width: none;
}

@media ( max-width: 992px ) {
/*@media ( max-width: 1285px ) {*/
    .full-page-sidebar-menu .fl-menu ul.menu {
        display: none;
        float: none;
    }

    .full-page-sidebar-menu .fl-menu .sub-menu {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .full-page-sidebar-menu .mega-menu.fl-active .hide-heading > .sub-menu,.full-page-sidebar-menu .mega-menu-disabled.fl-active .hide-heading > .sub-menu {
        display: block !important;
    }

    .full-page-sidebar-menu .fl-menu-logo,.full-page-sidebar-menu .fl-menu-search-item {
        display: none;
    }
}

@media (min-width: 769px) {
    .full-page-sidebar-menu .fl-module-content.fl-node-content {
        padding-left: 15px;
    }
}

@media ( min-width: 993px ) {
/*@media ( min-width: 1286px ) {*/
    .advocacy .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 0;
    }

    .advocacy .col-lg-3 .fl-module-content.fl-node-content {
/*      margin-right: 0;*/
    }

    .advocacy .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 0;
    }

    .advocacy .col-lg-9 .fl-row-content-wrap {
        padding: 0;
    }

    .full-page-sidebar-menu .fl-menu .menu > li {
        display: block;
     }

    .full-page-sidebar-menu .menu li{
        border-left: 1px solid transparent;
        border-top: none;
    }

    .full-page-sidebar-menu .menu li:first-child{
        border: none;
    }

    .full-page-sidebar-menu .menu li li{
        border-top: 1px solid transparent;
        border-left: none;
    }

    .full-page-sidebar-menu .menu .fl-has-submenu .sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        text-align:left;
    }

    .full-page-sidebar-menu .fl-has-submenu .fl-has-submenu .sub-menu{
        top: 0;
        left: 100%;
    }

    .full-page-sidebar-menu .fl-menu .fl-has-submenu:hover > .sub-menu,.full-page-sidebar-menu .fl-menu .fl-has-submenu.focus > .sub-menu{
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .full-page-sidebar-menu .menu .fl-has-submenu.fl-menu-submenu-right .sub-menu{
        left: inherit;
        right: 0;
    }

    .full-page-sidebar-menu .menu .fl-has-submenu .fl-has-submenu.fl-menu-submenu-right .sub-menu{
        top: 0;
        left: inherit;
        right: 100%;
    }

    .full-page-sidebar-menu .fl-menu .fl-has-submenu.fl-active > .fl-has-submenu-container .fl-menu-toggle{
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .full-page-sidebar-menu .fl-menu .fl-menu-toggle{
        display: none;
    }

    .full-page-sidebar-menu ul.sub-menu {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .full-page-sidebar-menu .fl-menu-mobile-toggle{
        display: none;
    }
}

.full-page-sidebar-menu .fl-menu-mobile-toggle{
    font-size: 16px;
    text-transform: none;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: rgba( 0,0,0,0.1 );
}

.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle {
    position: relative;
    padding: 8px;
    background-color: transparent;
    border: none;
    color: #333;
    border-radius: 0;
}

.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.text {
    width: 100%;
    text-align: center;
}

.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger .fl-menu-mobile-toggle-label,
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger-label .fl-menu-mobile-toggle-label {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger .svg-container,
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger-label .svg-container {
    display: inline-block;
    position: relative;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
}
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu,
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect,
.full-page-sidebar-menu .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
    fill: currentColor;
}
.full-page-sidebar-menu li.mega-menu .hide-heading > a,
.full-page-sidebar-menu li.mega-menu .hide-heading > .fl-has-submenu-container,
.full-page-sidebar-menu li.mega-menu-disabled .hide-heading > a,
.full-page-sidebar-menu li.mega-menu-disabled .hide-heading > .fl-has-submenu-container {
    display: none;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu {
    position: static;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu {
    top: inherit !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu.fl-has-submenu:hover > ul.sub-menu,
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu.fl-has-submenu.focus > ul.sub-menu {
    display: flex !important;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu li {
    border-color: transparent;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu > li {
    width: 100%;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu > li > .fl-has-submenu-container a {
    font-weight: bold;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu > li > .fl-has-submenu-container a:hover {
    background: transparent;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu .fl-menu-toggle {
    display: none;
}
.full-page-sidebar-menu ul.fl-menu-horizontal li.mega-menu > ul.sub-menu ul.sub-menu {
    background: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    display: block;
    min-width: 0;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible;
}
.full-page-sidebar-menu .fl-menu-mobile-clone {
    clear: both;
}
.full-page-sidebar-menu .fl-menu-mobile-clone .fl-menu .menu {
    float: none !important;
}
.full-page-sidebar-menu .fl-menu-mobile-close {
    display: none;
}
.full-page-sidebar-menu .fl-menu-mobile-close,
.full-page-sidebar-menu .fl-menu-mobile-close:hover,
.full-page-sidebar-menu .fl-menu-mobile-close:focus {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 18px;
    padding: 10px 6px 10px 14px;
}
.full-page-sidebar-menu .fl-builder-ie-11 .fl-module-menu .fl-menu-horizontal .fl-has-submenu:hover > .sub-menu {
  z-index: 60;
}

.full-page-sidebar-menu .full-page-sidebar-menu .fl-menu .menu, .full-page-sidebar-menu .fl-menu .menu > li {
    font-size: 16px;
    line-height: 1;
}

@media(max-width: 768px) {
    .full-page-sidebar-menu .menu li.fl-has-submenu ul.sub-menu {
        padding-left: 15px;
    }

    .full-page-sidebar-menu .fl-menu .sub-menu {
        background-color: transparent;
    }
}

.fl-row-fixed-width{
    max-width:1280px;
}

/* list styles */
.mega-sub-menu{
    border-top: 3px solid #77758b !important;
}

ul li, ol li{
    list-style-position:outside;
    line-height:30px;
}

.fl-post-content ul{
    margin-top: 0;
    margin-bottom: 10px;
    padding:0;
}

.fl-post-content ul li{
    list-style:none;        
}

.fl-post-content ul li::before{
    background-color: #949d5c;
    border-radius: 50%;
    content: "";
    float: left;
    height: 0.5em;
    line-height: 1em;
    margin: 13px 18px 0 0;
    width: 0.5em;
}
/* top bar */
.top-links{
    margin-top:0;
}

.top-link-icon{
    margin-bottom:0;
}

.top-link-icon li{
    display:inline;
}

.top-icon{
    background: #46454e;
    padding: 10px 12px;
}
.top-links .member-login a{
    margin-left: 12px;
}
.top-links .member-login a span{
    color: #d1da96 !important;
    
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
}

.member-login span, .member-login a.button{color:#fff; font-size:14px; color:rgb(209, 218, 150);}
.member-login a.button{margin-left:1px;}

.top-links .member-only-button{
    background: #949d5c;
    border-radius: 7px;
    padding: 3px 5px;
    margin-left:10px;
    transition:background 0.5s;
}

.top-links .member-only-button:hover{
    background: #dfe6b8;
}

.top-links .member-only-button a{
    margin:0;
    padding:0;
    color:#fff;
    text-shadow:1px 0px lightgrey;
}

.top-links .member-only-button a:hover{
    text-decoration:none;
    color:#fff;
}

.form-search{
    background: #46454e none repeat scroll 0 0;
    display: none;
    opacity: 0;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0px 3px 4px 2px #828282;
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out 0s;
    width: 60%;
    z-index: 10;
}

.form-search.active{
    display: block;
    opacity: 1;
    transform: rotateX(0deg);
}

/* nav */
.fl-page-nav-right .fl-page-nav-wrap a, .fl-page-nav-right .fl-page-nav-wrap a *, .fl-page-nav-right .fl-page-nav-wrap a.fas, .fl-page-nav-right .fl-page-nav-wrap a.fab{
    color:rgb(148, 157, 92);
}

.fl-page-nav-right .fl-page-nav-wrap a:hover, .fl-page-nav-right .fl-page-nav-wrap a:hover *, .fl-page-nav-right .fl-page-nav-wrap a.fas:hover, .fl-page-nav-right .fl-page-nav-wrap a.fab:hover{
    color:rgb(85, 82, 108);
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link{
    border-top:1px solid #d1d1d1;
}

/* home slider */
h2.fl-slide-title{
    color:#005077 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
}

.fl-slide-text>p{
    color: #4f4f4f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    line-height:30px;
    font-stretch:100%;
}


/* Home Page */
.homepage-cta ul li{
    font-family:'Roboto Condensed', sans-serif;
    margin-bottom:20px;
    color:#4f4f4f;
}

.homepage-cta ul li::before{
    background-color: #072e41;
    border-radius: 50%;
    content: "";
    float: left;
    height: 0.5em;
    line-height: 1em;
    margin: 10px 8px 0 0;
    width: 0.5em;
}

.homepage-quicklinks-header{
    background-color:#949d5c;
    padding-left:20px;
    margin-top:60px;
}

.homepage-quicklinks-header h2{
    color:#ffffff;
    font-size:18px;
    line-height:22px;
    text-transform:none;
}

.homepage-quicklinks-box{
    background-color:#ffffff;
}

.homepage-quicklinks-box ul{
    display: inline;
    list-style-type: none;
}

#homepage-quicklinks ul li{
    float: left;
    width: 50%;
    list-style: none;
    list-style-image:url(http://pedpsychorg.kinsta.cloud/wp-content/uploads/2021/02/li-pointer.png);
}

#homepage-publications ul li{
    list-style: none;
    list-style-image:url(http://pedpsychorg.kinsta.cloud/wp-content/uploads/2021/02/li-pointer.png);
}

.homepage-quicklinks-box ul li a{
    font-size:13px;
    color:#4d513d;
}

.homepage-quicklinks-box ul li::before{
    background-color: #949d5c;
    border-radius: 0;
    content: "";
    float: left;
    height: 0;
    line-height: 0;
    margin: 0;
    width: 0;
}

/* homepage spotlight */
.homepage-spotlight .fl-col{
    transition:0.3s;
}

.homepage-spotlight .fl-col:hover {
    background-color:rgb(81, 114, 176);
}

.homepage-spotlight .fl-col:hover p, .homepage-spotlight .fl-col:hover h2 {
    color:#fff; 
}

.homepage-spotlight .fl-col:hover .fl-button{
    background-color:#26abe3;
}

/* Footer */
.fl-page-footer{
    margin-top:30px;
    text-align:center;
}


.fl-page-footer .fl-page-footer-nav > li .nav-link{
    font-size:14px;
    padding:24px;
}

.fl-page-footer-widgets a.footer-widget-green-link{
    color:#949d5c;
    text-transform:upper-alpha;
    font-size:14px;
    margin-left:15px;
    
}

.fl-page-footer-widgets a.footer-widget-green-link:hover{
    text-decoration:none;
}

/* hide cpt meta */
.single-sigs .fl-post-meta, .single-progress-notes .fl-post-meta .fl-post-meta-top{
    display:none;
}

.fl-post-meta.fl-post-meta-top{
    display:none;
}

/* Progress Notes */
#progress-notes-header h1{
    color:rgb(105, 155, 199);
    font-size:64px;
    font-weight:bold;
    text-transform:none;
}

span.progress-notes-top-link a{
    font-family: 'Roboto Condensed', sans-serif;
    color:rgb(106, 106, 106);
    margin-left:25px;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
}

.fl-photo-caption-below {
    white-space:inherit;
    text-align:left;
    text-overflow:inherit;
}

.progress-notes-president-image .fl-photo-caption-below{
    margin-top: -80px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-left: 10%;
    line-height: 14px;
    position: relative;
}

.progress-notes-president-image .fl-photo-caption-below span{
    font-size: 12px;
    font-weight: normal;
}

.progress-notes-president-image .fl-photo-caption-below span::before{
    content: ' ';
    display: block;
}

.progress-notes-issue-title-image .fl-photo-caption-below{
    margin-top: -80px;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin-left: 5%;
    line-height: 28px;
    position: relative; 
}

.progress-notes-issue-title-image .fl-photo-caption-below span{
    font-size: 22px;
    font-weight: 300;
    color:rgb(212, 213, 117);
    font-style:italic;
}

.progress-notes-issue-title-image .fl-photo-caption-below span::before{
    content: ' ';
    display: block;
}

.progress-report-heading h5 {
    font-size: 18px;
    line-height: 18px;
    color: rgb(106, 106, 106);
}

.progress-report-heading {
    border-bottom:1px solid #acacac;
}

.progress-notes-article-image .fl-photo-caption-below{
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    white-space:inherit;
    overflow:inherit;
}

// widgets
.postsbycategory-widget-heading {
    font-family:"Roboto";
    color:rgb(105, 155, 199);   
    font-weight:bold;
}

.postsbycategory-widget-heading span{
    font-weight:400;
}

.postsbycategory-widget-heading span::before{
    content: ' ';
    display: block;
}

.postsbycategory.widget_recent_entries li a{
    font-family:"Roboto";
    color: rgb(172, 172, 172);
    font-size:16px;
    line-height:22px;
    text-transform:uppercase;
    
}

.postsbycategory.widget_recent_entries li{
    border-bottom:1px solid rgb(172, 172, 172);
}

/* left menus */
nav ul li.menu-item::before{
    content:none;
}

nav ul li.menu-item {
    border-bottom:1px solid rgb(222, 222, 222) !important;
    width:100%;
}

nav ul li.menu-item a{
    font-family:'Roboto Condensed', sans-serif;
    font-weight:400;
    color:rgb(0, 80, 119);
    font-size:13px;
    line-height:20px;
    text-transform:uppercase;
}

/* right menus */
.right-bar h4 {
    color:rgb(147, 156, 92);
    font-size:16px;
    line-height:24px;
    border-bottom:2px solid rgb(124, 122, 144);
}

.right-bar h5 {
    margin-top:30px;
    color:rgb(0, 80, 119);
    font-size:16px;
    line-height:24px;
    border-bottom:2px solid rgb(124, 122, 144);
}

.right-bar ul li a{
    color:rgb(77, 81, 61);
    transition:0.3s;
    width:85%;
    float:left;
    text-align:left;
    line-height:22px;
    padding-bottom:10px;
}

.right-bar ul li a:hover{
    color:rgb(119, 129, 80);
    text-decoration:none;
}

.right-bar ul li::before{
    content:">>";
    margin: 0px 0px 0 0;
    padding-right: 13px;
    float: left;
    width:inherit;
    line-height:22px;
    background-color:inherit;
    border-radius:inherit;
    height:inherit;
}

.workforce-section button {
    color:rgb(0, 82, 112);
    font-family:Helvetica, Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    margin-bottom:15px;
    background-image:linear-gradient(rgb(255, 255, 255), rgb(238, 238, 238));
    height:65px;
    border-radius:0;
    border:1px solid rgb(202, 202, 202);
    text-align:left;
}

.workforce-section {
    max-width:270px;
    width:100%;
    background-color: rgb(197, 197, 197);
    background-image:linear-gradient(rgb(239, 239, 239), rgb(215, 215, 216));
}

.workforce-section button i {
    margin-right:15px;
    font-size:28px;
    color:rgb(75, 75, 75);
    float:left;
}

/* Board of Directors Page */
.board-of-directors-content .bod-item{
    border: 1px solid #ccc;
    margin: 0 10px 20px 10px;
    height:277px;
    max-height:277px !important;
    overflow:hidden;
}

.board-of-directors-content .bod-item .fl-module-content{
    margin: 0 0 0 10px;
}

/* BB bootstrap card buttons */
.bb_boot_card_link_button{
    background-color:#005077;
    transition:0.3s;
}

.bb_boot_card_link_button .bb_boot_button{
    color:#fff;
}

.bb_boot_card_link_button:hover{
    background-color:#64a6bd;
}

/* CHIRP nav menu */
.left-nav-menu ul li {
    list-style:none;
    padding: 1rem .75rem;
    border-bottom: 1px solid #fff;
    transition: background .5s;
}

.left-nav-menu ul li:hover {
    background-color: #949d5c;
}

.left-nav-menu {
    background: #000;
    margin-top: 2rem;
}

.left-nav-menu a {
    color:#fff;
    text-decoration: none;
}

.left-nav-menu a:hover {
    color:#fff;
    text-decoration: none;
}

.left-nav-menu ul {
    margin: 0;
    padding: 0;
}

/* Content Control plugin */
div.jp-cc{
    float:left;
}

/* easy accordions custom styles */
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-weight: 400;
    font-size:1rem;
    line-height:1.2rem;
}

/* responsive menu styling */
@media only screen and (max-width: 767px){
    #mega-menu-wrap-header{
        width:100%;
    }
}