﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');
@import url("https://use.typekit.net/xfy8kjo.css");

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "futura-pt", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

/*.component_container a*/ /* Styles for links in content */
/*{
    color:#2E77B8;
}*/
.component_container a:hover
{
    color:#3174AF;
}

/* Use this for page headers */
.ph
{
    padding: 24px 30px;
    background: #2B2B2B;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.7em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#000;
    font-size: 1.429em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom:10px;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}
.col-md-0 /*Fix for components defaulting to 0 */
{
    padding:0 15px;
}
.LoggedinDiv
{
    clear:left;
    width:100%;
    height:24px;
    margin-bottom:0;
    background-color:#000000;
    text-align:center;
    color:White;
}
.loggedin_whitetext
{
    color:white;
}
div [src*='filecabinet']{max-width:100% !important;}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav
{
    flex:1;
}
.TopNav nav
{
    background: #06776D;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    color:white;
    font-size:1em;
    text-transform:none;
    height:auto;
    font-weight:700;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav > nav > div > ul > li:hover > a
{
    color:#D9D8FF;
}
.TopNav nav ul li:hover
{
    background: transparent;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav > nav > div > ul > li > a
{
    font-size:1.125em;
}
.TopNav nav ul li ul
{
    top:38px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover
{
    background:transparent !important;
    color:Black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.188em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
.TopNav nav ul li:nth-child(2) ul {
  top: 38px;
  columns: 3;
  column-gap: 20px;
  width: 658px;
  margin-left: -40px !important;
}

@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}
@media screen and (max-width:1250px)
{
    .TopNav
    {
        font-size:12px;
    }
}
@media screen and (max-width:991px)
{
    #mobile_top_nav .slicknav_menu
    {
        display:block;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #06776D;
    border-top: none;
    border-bottom: none;
    padding:10px 0;
}
header a
{
    color:White;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.HeaderContainer
{
    display:flex;
    min-height:80px;
}
.HeaderLeft
{
    display:flex;
    position:relative;
    align-items:center;
}
.HeaderLogo
{
    float:left;
    width:120px;
    position:relative;
    z-index:5;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.SocialMedia
{
    float:right;
    margin-top: 0;
}
.SocialMedia a
{
    font-size: 2.325em;
    margin-left:20px;
    margin-right:0;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #BFFFE8;
}

/* Google Translate Styles */
/* The original Translate widget is display:none. HeaderTranslateButton can be more easily customized */
.HeaderTranslateButton
{
    color:White;
    padding:6px 3px;
    margin-top:4px;
    margin-left:25px;
    text-align:center;
    float:left;
    font-size:1em;
    font-weight:500;
    text-transform:none;
    display:flex;
    align-items:center;
}
.HeaderTranslateButton:hover
{
    background-color:Black;
    color:white;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.8em;
}
.HeaderTranslateButton .fa-chevron-down
{
    font-size:0.600em;
}
/* End Google Translate Styles */

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #336C82;
}
.GoogleSearchContainer a:hover
{
    color: White;
}
.SearchDiv
{
    background: white;
    border: 1px solid #CCC;
    width: 100%;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
.HeaderRight
{
    display:flex;
    align-items:flex-end;
}
@media screen and (min-width:1201px)
{
    .HeaderLeft
    {
        width:45%;
    }
    .HeaderRight
    {
        width:55%;
    }
}
@media screen and (max-width:1250px)
{
    .SocialMedia
    {
        font-size:6px;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .HeaderTranslateButton
    {
        display:none;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderContainer
    {
        min-height:0;
    }
    .HeaderLogo
    {
        display: block;
    }
    .SocialMedia
    {
        width:100%;
    }
    .HeaderRight
    {
        display:none;
    }
}
@media screen and (max-width:473px)
{
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* FOOTER */
footer
{
    position:relative;
    background-image:url(../sysimages/footerBG.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:black;
    color:White;
    padding:25px 0 14px;
    width:100%;
}
.FooterOverlay
{
    background-color:rgba(0,0,0,.75);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
}
footer .container-fluid
{
    position:relative;
    z-index:3;
}
.FooterContainer
{
    display:flex;
    align-items:flex-start;
}
footer b
{
    font-weight: 700;
}
footer a
{
    color:White;
}
footer h1
{
    font-size:1.250em;
    font-weight:bold;
    line-height:1.250;
    margin:0;
}
footer hr
{
    border-top-width:4px;
    margin-top:3px;
    margin-bottom:12px;
}
.FooterLeft
{
    text-align:center;
}
.footertext
{
    font-size:0.938em;
    font-weight:bold;
}
.footeremail
{
    font-size:0.938em;
    font-weight:bold;
}
.footeremail:hover
{
    color:white;
}
.FooterLeftLink
{
    font-weight:bold;
    font-size:1em;
}
.FooterLeftLink:hover
{
    color:white;
}
.FooterCenter
{
    text-align:center;
}
.FooterRight
{
    text-align:center;
}
footer ul
{
    padding-left:0;
}
footer li
{
    list-style:none;
}
footer li a
{
    font-size:0.938em;
    font-weight:bold;
}
.FooterBottom
{
    color: White;
    text-align:center;
    margin-top:17px;
    font-size:0.750em;
}
@media screen and (max-width:1250px)
{
}
@media only screen and (max-width : 991px)
{
    footer .col-md-4:nth-child(1), footer .col-md-4:nth-child(2){margin-bottom: 30px;}
}
@media screen and (max-width:850px)
{
    footer
    {
        background-image:none;
    }
    .FooterContainer
    {
        flex-direction:column;
    }
    .FooterLeft
    {
        order:2;
    }
    .FooterCenter
    {
        order:1;
    }
    .FooterRight
    {
        order:3;
    }
}
@media only screen and (max-width : 767px)
{
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.slideshow_image 
{
    height: calc((600 / 1440) * 100vw);
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
    bottom:190px;
}
.slideshow_caption_container_inner
{
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.DownContainer
{
    width:100%;
    left:auto;
    background-color:rgba(0,0,0,.5);
    text-align:center;
    position:absolute;
    bottom:0;
    /*padding:46px 30px 70px;*/
    padding:36px 30px 60px;
}
.DownContainer h1
{
    font-weight:700;
    font-size:1.563em;
    color:white;
    font-style:italic;
}
.DownContainer a
{
    left:auto;
    bottom:auto;
    position:relative;
    color:white;
    font-size:1.563em;
    display:inline-block;
    transition:0.2s;
}
.DownContainer a:hover
{
    transform:scale(1.5);
}
.SlideShowNav a
{
    color: White;
    background: #059662;
}
.slick-dots li button::before
{
    color:#000;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#101010;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#FFF;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    margin-top: 0px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#000;
}
.slick-prev:before, .slick-next:before
{
    color:#FFF;
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        max-width: 475px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
    .DownContainer
    {
        position:relative;
        bottom:auto;
        font-size:13px;
        padding:15px 30px;
    }
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight:700;
    float:none;
    color:white;
    font-size:2.188em;
    text-align:center;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.hpTitle span
{
    padding:0 20px;
}
.hpTitle::before, .hpTitle::after
{
    content: '';
    border-bottom: 5px solid;
    border-bottom-color: #FFF;
    width: 50%;
    margin: 0;
    display:inline-block;
    flex:1;
}
.hpTitle::before
{
  padding-right:20px;
}
.hpTitle::after 
{
  padding-left:20px;
}
.hpl
{
    float:right;
    margin-top:30px;
    width:100%;
    text-align:center;
}
.hpLink
{
    background: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    border: None;
    color: #06776D;
    font-weight: 700;
}
.hpLink:hover
{
    color: White;
    background: #06776D;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none;
        margin: 0;
        text-align: center;
    }
    .hpl
    {
        float: none;
        margin: auto;
        text-align: center;
        padding-top: 15px;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE NEWS */
.hpDiv1
{
    padding:50px 35px 30px;
    position:relative;
    background-image:url(../sysimages/hpNewsBG.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:black;
}
.hp1Overlay
{
    background-color:rgba(6,119,109,.7);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
}
.hpDiv1 .container-fluid
{
    z-index:3;
    position:relative;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.news_slider .slick-track
{
    display:flex !important;
}
.HPNewsItem
{
    background:White;
    padding:10px;
    float:left;
    height:100%;
}
.HPNewsPhoto
{
    float:left;
}
.HPNewsPhoto img
{
    margin:0;
}
.HPNewsArticle
{
    float:left;
    clear:left;
    width:100%;
    padding-top:10px;
    text-align:center;
    background-color:white;
    border-top:1px solid #DDD;
}
.HPnewscomponent_mainlink
{
    color:Black;
    float:none;
    font-size:1em;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
}
.HPnewscomponent_maintext
{
    color:Black;
    font-size:0.875em;
    font-weight:bold;
    line-height:1.143;
}
.HPreadMoreLink
{
    float:none;
    /*color:#06776D;*/
    color:#336C82;
    font-size:0.875em;
    font-weight:bold;
}
/* END HOMEPAGE NEWS */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    position:relative;
    background-image:url(../sysimages/hpEventsBG.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:black;
    padding:60px 30px 60px;
    width:100%;
}
.hp2Overlay
{
    background-color:rgba(0,0,0,.7);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
}
.hpDiv2 .container-fluid
{
    z-index:3;
    position:relative;
}
.hpDiv2 .hpTitle::before, .hpDiv2 .hpTitle::after
{
    border-color:#FFF;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.EventCarouselHoriz
{
    display:flex !important;
    flex-direction:column;
    align-items:center;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#06776D;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:white;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_linktextHoriz:hover
{
    color:white;
}
.eventcomponent_maintextHoriz
{
    color:white;
    font-size:1.000em;
}
.eventcomponent_datetextHoriz
{
    color:white;
    font-size:1.000em;
    font-weight:normal;
    text-transform:uppercase;
}
.event_articleHoriz
{
    margin-top:15px;
    float:none;
    width:100%;
    margin-left:0;
    text-align:center;
}
/* END HORIZONTAL SLIDER EVENTS */

/* HP SCRIPT */
.hpDiv3
{
    position:relative;
    background-image:url(../sysimages/hpSocialBG.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:white;
    padding:20px 0;
    width:100%;
}
.hp3Overlay
{
    background-color:rgba(255,255,255,.82);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:2;
}
.hpDiv3 .container-fluid
{
    z-index:3;
    position:relative;
}
.hpDiv3 .hpTitle
{
    color:#336C82;
    text-transform:none;
}
.hpDiv3 .hpTitle::before, .hpDiv3 .hpTitle::after
{
    border-color:#336C82;
}
.SocialColumn
{
    text-align:center;
    min-height:300px;
}
.hpSocialIcon
{
    font-size:3.125em;
}
.hpDiv3 iframe
{
    max-width:100%;
}
/* END HP SCRIPT */

/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#06776D;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #04643C;
    background: #06776D;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #05744C !important;
    background: #06776D;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #06776D !important;
    color: White !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#2B2B2B;
        color:White;
        border-bottom:1px solid #000000;
    }
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
}
@media screen and (max-width:992px)
{
    #menu
    {
        display:none;
    }
}
@media only screen and (max-width:768px) 
{
     .slicknav_menu, .mobile_nav 
     {
        display:block
     }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */

.ToutButton
{
    background-color:#BE0A14;
    border-radius:6px;
    padding:10px 15px;
    font-size:1.286em;
    color:White;
    font-weight:bold;
    display:block;
    width:100%;
    margin-bottom:5px;
    border-bottom:1px solid Black;
}
.ToutButton:hover
{
    background-color:Black;
    text-decoration:none;
    color:White;
}

/* END CSS TOUTS * /

/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#059662;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#059662;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#059662;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#059662; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #05744C !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
.eventcomponent_calendarlink
{

}
/* END EVENTS COMPONENT */

/* MASTER CALENDAR PAGE */
.mastercalendar_smalltext > tbody > tr > td > span[style*=background] label
{
    color:white;
}
/* END MASTER CALENDAR PAGE */ 

/* ARTICLES */
.BtnArticleBack {
    background-color: #090909;
    border-radius: 2px;
    color: White;
    font-size: 17px;
    padding: 6px 9px;
    font-weight: bold;
    display: inline-block;
}
.BtnArticleBack:hover {
    background-color: #545454;
    color:White;
    text-decoration: none;
}
/* END ARTICLES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #ededed;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
.newscomponent_archivelink
{
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:20px;
    margin-bottom:10px;
}
.linksList img
{
    margin-bottom:15px;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
/* END TEXT WINDOW */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
/* Juicer Styles */
.juicer-feed .j-twitter-text::before, .juicer-feed .j-twitter-text
{
    background: #3B3B3B !important;
    border-radius: 25%;
    padding: 1px;
}
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet, .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply,
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-like, .juicer-feed .j-meta .j-twitter-date, .juicer-feed .j-meta a,
.juicer-feed.modern .j-poster .j-date, .j-twitter-quote-screen-name, .j-twitter-display-name, .j-twitter-screen-name, .j-message,
.j-twitter-quote-display-name, .juicer-feed.image-grid li.feed-item.j-twitter .j-message p, .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicer-feed.slider li.feed-item.j-twitter .j-message p, .juicer-feed.slider li.feed-item.j-twitter .j-message a, .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicer-feed.hip li.feed-item.j-twitter .j-message a,
.juicer-feed li.feed-item.j-twitter .j-message a, .juicer-feed li.feed-item.j-twitter .j-message p, .juicer-feed li.feed-item.j-twitter .j-message div
{
    color: #757575 !important;
}
.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg
{
    color: black !important;
}
/* End of Juicer Styles */