/*
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... */ 

.wocrc-header {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.wocrc-header__top {
    background: url('images/header-bg.jpg') top center / cover;
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    position: relative;
    grid-gap: 12px;
}

.wocrc-header__topRight {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin-top: 20px;
    margin-bottom: -11px;
}

.wocrc-header__bottom {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    grid-gap: 24px;
}

body:not(.home) .wocrc-header__bottom {
    border-bottom: 1px solid #ececec;
}

.wocrc-header__crisis {
    background: #cb3434;
    display: block;
    padding: 8px;
    min-width: 130px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    transition: .3s background;
}

.wocrc-header__crisis:hover, .wocrc-header__crisis:focus {
  background: #de3636;
  color: white;
  text-decoration: none;
}

.wocrc-header__escape {
    position: absolute;
    right: 20px;
    top: 0;
    background: #f1ba23;
    display: block;
    padding: 6px;
    min-width: 130px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    transition: .3s background;
}

.wocrc-header__escape:hover, .wocrc-header__escape:focus {
  background: #f6c745;
  color: black;
  text-decoration: none;
}


.wocrc-mainMenu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    grid-gap: 24px;
}

.wocrc-mainMenu ul li.crisis {
    display: none;
}

.wocrc-mainMenu li {
    position: relative;
}

.wocrc-mainMenu a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #428bca;
    transition: .3s color, .3s background;
}

.wocrc-mainMenu a:hover, .wocrc-mainMenu a:focus, .wocrc-mainMen .current-menu-item > a{
    text-decoration: none;
    color: #306898;
}

@media screen and (min-width: 878px) { 

    .wocrc-mainMenu .sub-menu {
        padding: 8px 0;
        display: block;
        visibility: hidden;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: -20px;
        min-width: 200px;
        opacity: 0;
        background: white;
        box-shadow: 2px 4px 8px rgba(0,0,0,.1);
        transition: .3s opacity, 0s visibility .3s;
    }

    .wocrc-mainMenu .sub-menu .sub-menu {
        top: -8px;
        left: 100%;
    }

    .wocrc-mainMenu .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .wocrc-mainMenu .sub-menu a {
        display: block;
        padding: 8px 20px;
    }

    .wocrc-mainMenu .sub-menu a:hover {
        background: #ececec;
    }

}

.wocrc-donateBtn {
    display: flex;
    align-items: center;
    height: 36px;
    border-radius: 40px;
    font-size: 13px;
    border: 2px solid #EC8E00;
    padding: 0 24px;
    text-transform: uppercase;
    
	background: #EC8E00;
    color: white;
    transition: .3s color, .3s background;
}

.wocrc-donateBtn:hover, .wocrc-donateBtn:focus {
    color: #428bca;
    text-decoration: none;
	background: white;
}

.wocrc-search {
    width: 235px;
    position: relative;
}

.wocrc-search input[type="text"] {
    background: white;
    height: 36px;
    padding: 0 16px;
    border-radius: 40px;
    font-size: 13px;
    color: black;
}

.wocrc-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    background: url('images/search-icon.svg') no-repeat  center center / 12px 12px;
}

.wocrc-header__lang .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.wocrc-header__lang .wpml-ls-legacy-list-horizontal > ul {
    list-style-type: none;
    margin: 0;
}

.wocrc-header__lang .wpml-ls-legacy-list-horizontal a {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 12px;
    padding: 0 4px;
}

.wocrc-header__lang .wpml-ls-legacy-list-horizontal a:hover, .wocrc-header__lang .wpml-ls-legacy-list-horizontal a:focus {
    text-decoration: none;
}

.worcrc-socials {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    grid-gap: 6px;
}

.worcrc-socials li {
    padding: 0;
    margin: 0;
}

.worcrc-socials img {
    display: block;
    width: 20px;
}

.worcrc-socials a {
    transition: .3s opacity;
}

.worcrc-socials a:hover, .worcrc-socials a:focus {
    opacity: .8;
    text-decoration: none;
}

.worcrc-textResizer {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    margin-left: 4px;
}

.worcrc-textResizer__btn {
    width: 16px;
    height: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #87a3c4;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 0;
    transition: .3s background, .3s color;
}

.worcrc-textResizer__btn:hover, .worcrc-textResizer__btn:focus {
    outline: none;
    background: white;
    color: #428bca;
    border: none;
}

.worcrc-textResizer__letter {
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

header.fl-builder-content {
    display: none;
}

.wocrc-mobileMenuBtn {
    background: #333333;
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    align-items: center;
    padding: 12px;
}

.wocrc-mobileMenuBtn:hover, .wocrc-mobileMenuBtn:focus {
    text-decoration: none;
}

.wocrc-mobileMenuBtn__icon {
    max-width: 18px;
}

.wocrc-mobileMenuBtn__label {
    color: white;
}

@media screen and (max-width: 950px) {
    .wocrc-search {
        width: 185px;
    }
}

@media screen and (min-width: 877px) { 
    .wocrc-mainMenu .sub-menu {
        display: block !important;
    }

    .wocrc-mainMenu .drop-toggle {
        display: none;
    }

    .wocrc-menuClose {
        display: none;
    }
    
    .wocrc-mobileMenuBtn {
        display: none;
    }

    .wocrc-header__bottom .wocrc-search, .wocrc-header__bottom .wocrc-header__escape, .wocrc-header__bottom .wocrc-donateBtn {
        display: none;
    }

}

@media screen and (max-width: 876px) { 

    .wocrc-header__bottom .wocrc-header__escape {
        position: static;
        margin-top: 8px;
        width: 100%;
        padding: 8px;
    }

    .wocrc-header__bottom .wocrc-header__crisis {
        margin-top: 8px;
    }

    .wocrc-header__top .wocrc-search, .wocrc-header__top .wocrc-header__escape, .wocrc-header__top .wocrc-donateBtn {
        display: none;
    }

    .wocrc-header__bottom .wocrc-donateBtn {
        text-align: center;
        justify-content: center;
    }

    .wocrc-header__bottom .wocrc-search {
        width: 100%;
        margin-top: 8px;

    }
    
    .wocrc-header__bottom .wocrc-search input[type="text"] {
        border: 1px solid #cccccc;
    }

    .wocrc-header__bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        background: white;
        height: 100vh;
        border-right: 2px solid #ececec;
        box-shadow: 2px 4px 8px rgba(0,0,0,.1);
        display: block;
        overflow-x: auto;
        transform: translateX(-100%);
        opacity: 0;
        padding: 40px 20px 20px;
        transition: .3s opacity, .3s transform;
    }

    .admin-bar .wocrc-header__bottom  {
        top: 46px;
    }

    .wocrc-header__bottom.is-active {
        transform: none;
        opacity: 1;
    }

    .wocrc-menuClose {
        font-size: 30px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 8px;
        top: 8px;
        cursor: pointer;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wocrc-menuClose:hover,  .wocrc-menuClose:focus {
        text-decoration: none;
    }

    .wocrc-mainMenu {
        margin-bottom: 16px;
    }

    .wocrc-mainMenu ul {
        display: block;
    }

    .wocrc-mainMenu ul a {
        display: block;
        padding: 6px 0;
    }

    .wocrc-mainMenu .sub-menu {
        display: none;
        padding-left: 8px;
    }

    .drop-toggle::after {
        content: '+';
        display: block;
        color: black;
        border: 1px solid #ececec;
        height: 16px;
        width: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
        flex-shrink: 0;
    }

    .drop-toggle.is-active::after {
        content: '-';
    }

    .wocrc-mainMenu .menu-item-has-children > a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .wocrc-header__topRight {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .wocrc-header__top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 26px;
        padding: 20px;
    }
 }



.fl-page-content,
header .fl-row {
    background-image: url(/wp-content/uploads/2019/07/bg_grey.png);
}
.fl-row {
    background-color:white;
}
.headingbgwh h1 span, .headingbgwh h2 span, .headingbgwh h3 span{
      /*  background: rgba(255,255,255,0.7);
    padding: 10px 40px;*/
    display: inline-block;
}
.fl-menu-mobile-toggle:hover, .fl-menu-mobile-toggle.fl-active{
    background:none !important;
}
header .menu li a.active{
    color:orange !important;
}
/* header .sub-menu > li > a,
header .sub-menu .uabb-has-submenu-container a {
        padding: 7px 15px !important;
} */
header .sub-menu {
      /*  transition: .3s top,.3s opacity,0s visibility .3s !important;
    -webkit-transition: .3s top,.3s opacity,0s visibility .3s !important;
    -moz-transition: .3s top,.3s opacity,0s visibility .3s !important;*/
   /* transition: all 1000s ease !important;*/
  
}
.fl-node-5d24ec1ab3ff6 .menu .uabb-has-submenu .sub-menu {
/*    position: absolute;
    top: 0px;
   left: 0;
    z-index: 16;
    /* visibility: hidden; 
    opacity: 1;
    text-align: left;
    transition: all 300ms ease-in;*/
}
.fl-node-5d24ec1ab3ff6 .uabb-creative-menu .uabb-has-submenu:hover > .sub-menu {
/*    top:100%;*/
}
.fl-search-input  {
    max-width:200px;
    float:right;
    background-image: url(images/search-icon.png) !important ;
    background-position:center right 8px ;
    background-repeat:no-repeat;
}

.biggericons .fl-module-content .fl-icon i, .biggericons .fl-module-content .fl-icon i:before{
    font-size: 33px;
}
.centertext{
    text-align: center;
}
.narrower{
        text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.ribbon{
  width: 200px;
  background: white;
  position: absolute;
    color:#333;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;


 z-index: 999;
    top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    font-size:16px;
    font-weight: bold;
    box-shadow: 0px 0px 5px #666;
}
.be-slideupwrap {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #6cab43;
    padding: 25px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.be_slideupdesc {
    color: #FFF;
    display: none;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 10px;
}
.be_slideupdesc p:last-child{
    margin-bottom: 0;
}
.be-slideup{
position:relative;
display: block;
min-height: 400px;
width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.be-slideup a, .be-slideup h2, .be-slideup h2 a{
    color:#FFF;
}
.be-slideup:hover .be-slideupwrap {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 30px 20px;
}
.be-slideup:hover .be-slideupwrap:before {
    -moz-transform: scale(0.9999);
    -webkit-transform: scale(0.9999);
    border-color: transparent transparent #6cab43 #6cab43;
    border-style: solid;
    border-width: 35px 186px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: -70px;
    left: 0;
    width: 0;
     transition: all .3s linear;
}
.be-slideup:hover .be_slideupdesc {
    display: block;
}

@media all and (max-width: 320px){
    .be-slideup {
        min-height:300px;
    }
}



.twitter-heading {
	background-color:#01856F;
}

.left-heading {
	background-color:#015D4E;
}

.article-body{
	font-size: 15px;
	line-height: 1.5em;
}

.program-link{
	font-size: 12px;
	background: #428bca;
	border-radius: 5px;
	color: #FFF;
}

.program-link a:hover{
	background-color: #266cab;
}

.category-banner {
        
    height: 310px;
    background-size: cover;
    background-position: center center;
}

.programs-list .uabb-button  {
    padding: 5px 10px !important;
}
.programs-list .uabb-blog-post-content {
    border-bottom: 1px solid #ddd;
}

.utility-bar{
    text-align: right;
}

.utility-bar * {
    display:inline-block;
}
.utility-bar .wpml-ls-legacy-list-horizontal {
    margin-bottom:0;
    text-transform: uppercase;
}
.utility-bar .wpml-ls-link {
        padding: 0 20px;
    color:white;
    font-weight: bold;
}
.utility-bar .wpml-ls {
    padding:0;
}
.utility-bar  .wpml-ls-legacy-list-horizontal a span {
     vertical-align: unset; 
      font-size: 18px;
}
.utility-bar .glyphicon {
    color:white;
    margin-right: 3px;
    font-size: 20px;
    font-weight: bold;
}
.utility-bar i {
    font-size: 22px;
    margin-right:3px;
        color: rgba(255,255,255,0.7) !important;
}
.fontReset {
    margin-left:3px;
    margin-right:3px;

}
.escape-btn{
    background-color: #f3b800; 
    width: 105px; 
    text-align: center !important; 
   /* position: absolute;
    top: 0;
    right:0;*/
    float:right;
    padding: 5px 20px 5px 20px;
    margin-top:10px;
}
.fa-tag:before {
    content: "\f02b";
}

#upcoming-events i,
#past-events i {
    font-size: 20px;
        vertical-align: middle;
}
#upcoming-events .event,
#past-events .event {
    padding: 0 20px;
}
#upcoming-events .date span,
#upcoming-events h3 a,
#past-events h3 a{
    color:#015d4e;
}
#category-select option {
    white-space: initial;
}
#category-select {
    display: block;
}
.event-filter-form .search-box {
    max-width: 300px !important;
}

/* Newsletter */
footer .gform_wrapper input[type="text"] {
        padding-top:8px !important;
        padding-bottom:8px !important;
}

footer .gform_footer {
    margin:0 !important;
    padding-bottom:0 !important;
}
footer .gform_wrapper{
    margin-bottom: 0px
}
footer .gfield {
    padding-right:5px !important;
}
.gfield_required {
    color:#790000 !important;
}
.uabb-blog-post-content .event {
    width:88%;
}
.home .uabb-blog-post-content .event {
    width:85%;
}

/*Programs list*/
.programs-list .uabb-cat-links a {
    font-size: 12px;
    background: #ececec;
    color: #828282;
    border-radius: 4px;
    padding: 1px 4px;
    display: inline-block;
    margin: 0 3px 3px 0;
    font-style: italic;
}
.programs-list .uabb-post-meta {
    display: inline-block;
}
.programs-list .uabb-post-heading {
    display: inline-block;
}
.programs-list .uabb-button:hover{
    background-color: #2a6496 !important;
}


#related-programs .uabb-next-right-arrow {
    display: none;
}
#related-programs .uabb-read-more-text {
    padding-top:3px;
}
#related-programs .uabb-blog-posts-description {
    padding-top:8px;
}

.news-list .fl-post-feed-post {
    border-color:#00382f;
}

.event-filter-form {

}

.uabb-creative-menu .uabb-off-canvas-menu {
    background-color: #f3f3f3 !important;
}
 .uabb-creative-menu.off-canvas  li {
   border-bottom:1px solid #ddd !important;
    /*border-top:1px solid #ddd !important;*/
}
.uabb-creative-menu.off-canvas .sub-menu > li > a,
.uabb-creative-menu.off-canvas .sub-menu .uabb-has-submenu-container a {
    padding: 6px 12px !important;
}
.uabb-creative-menu.off-canvas .sub-menu {
    margin-left: 10px;
}
.uabb-creative-menu.off-canvas a {
    font-weight:normal !important;
}



.right-sidebar table {
    width: 100%;
    table-layout: fixed;
}
.right-sidebar tr{
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
    background: #efefef;
    background: rgba(0,0,0,0.063);
}
.right-sidebar td{
        padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left;
    max-width: 50%;
    font-size: 11.1px;
}
.right-sidebar h2 {
    font-size: 18.2px;
    font-weight: 600;
}
.right-sidebar p {
    font-size: 13px;
}
.right-sidebar a {
    color:#428bca !important;
}
.right-sidebar a:hover {
    color:#2a6496 !important;
}

.article-body figure.image {
    margin: 20px;
}
.article-body figcaption {
        font-size: 14px;
    background: #EFEFEF;
    padding: 10px;
}

.programs-filter-form > * {
    display:inline-block !important;
    margin-right:10px;
}

.newsletter{
  background: #c5c5c5;
  max-width:1100px;
  margin:0 auto;
}
.newsletter #mc_embed_signup{
background:none;
}
.newsletter #mc_embed_signup .mc-field-group {
    display: inline-block;
    position: relative;
    width: 30%;
}
.newsletter #mc_embed_signup .button {
    clear: both;
    background-color: #01539d;
    background-image: none;
}
.newsletter #mc_embed_signup .button:hover{
    background-color: #666;
}

.program-gallery .owl-nav button{
        position: absolute;
    
    top: 32%;
    font-size: 75px !important;
    color:white !important;
    opacity: 0.8;
}
.program-gallery .owl-nav button:hover{
        color:#ddd !important;
    }
.program-gallery .owl-prev {
    left: 10px;
}
.program-gallery .owl-next {
    right: 10px;
}
.program-gallery .owl-item {
    /*padding:0 30px;*/
}
.program-gallery {
    max-width:700px;
}
@media (max-width: 992px){
 
    .home .uabb-blog-post-content .event {
        width:75%;
    }
}
@media (min-width:769px) {
    .crisis {
        float: right;
        background-color: #D03700;
        margin: 0 0 0 0;
        padding-right: 10px;
    }
}
@media (max-width: 768px){
    .menu-col .fl-col-content {
        background:#333;
    }
    .utility-bar {
        text-align:center;
    }
    .program-gallery .owl-nav button {
        top:28%;
    }

}
@media (max-width: 600px){
 
    .uabb-blog-post-content .event {
        width:75%;
    }
}
@media (max-width: 490px){
  
    .program-gallery .owl-nav button {
        top:25%;
    }

}