﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic');

*:focus
{
    outline:3px solid blue !important;
}

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Lato", 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:10px;
    background-color:#000000;
    text-align:center;
    color:White;
}
.loggedin_whitetext
{
    color:white;
}
.loggedin_whitetext:hover
{
    color:white;
}
div [src*='filecabinet']{max-width:100% !important;}
iframe
{
    max-width:100%;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #FCD601;
    border-bottom: solid 10px black;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
    min-height:50px;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    height:auto;
    line-height:1;
    font-size: 0.938em;
    font-weight:bold;
    text-transform:none;
}
.TopNav nav > div > ul > li
{
    /*text-align: left;*/
    justify-content: center;
    transition: 0.2s all;
    flex-grow:1;
}
.TopNav nav > div > ul > li:nth-child(2)
{
    flex-grow: 0.5;
} 
.TopNav nav ul li:hover a
{
    background: black;
    color:white;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: black;
    color: white;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:15px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
    color:black;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
    color:white;
}
.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.178em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
.headernav
{
    position:absolute;
    z-index:1;
    bottom:-20px;
}
ul.nav_groups
{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

li.nav_item
{
    position: relative;
    flex: 1;
}

li.nav_item > a
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 1em;
    user-select: none;
    -webkit-user-select: none;
}

li.nav_item > a::after
{
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    height: 2px;
    background: #fff;
    width: 0;
    transform: translateX(-50%);
    transition: width .2s ease;
}

li.nav_item:hover > a::after
{
    width: 100%;
}

ul.nav_sub_group
{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    display: none;
    margin: 0;
    padding: 5px;
    width: 300px;
    min-width: 100%;
    overflow: hidden;
    background: #fff;
    font-size: .888em;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

li.nav_sub_item
{
    display: block;
}

li.nav_sub_item > a
{
    display: block;
    color: var(--secondary-color);
    padding: 5px 10px;
}

li.nav_sub_item > a:hover
{
    background: #f0f0f0;
}

li.nav_item:hover ul.nav_sub_group
{
    display: block;
}

li.nav_item:nth-child(n+4) ul.nav_sub_group
{
    left: calc(-300px + 100%);
}

li.nav_sub_item > a.nav_title
{
    cursor: default;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

li.nav_sub_item > a.nav_title:hover
{
    background: transparent;
}
li.staticnav_item > a
{
    color: white;
    font-weight: bold;
    font-size: 1.250em;
    transition: height .3s ease;
    height: 40px;
}

li.staticnav_item > a::after
{
    height: 3px;
    background: var(--primary-color);
}
li.nav_spacer
{
    width: 200px;
    max-width: 15vw;
    transition: width .3s ease;
    position: relative;
}

li.staticnav_logo a
{
    padding: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

li.staticnav_logo a::after
{
    display: none;
}

li.staticnav_logo img
{
    display: block;
    width: 100%;
    transition: transform .2s ease;
}

li.staticnav_logo a:hover
{
    background: transparent;
}

li.staticnav_logo img:hover
{
    transform: scale(1.05);
}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}

@media screen and (max-width:991px)
{
    #mobile_top_nav .slicknav_menu
    {
        display:block;
    }
    #mobile_top_nav .slicknav_nav a:focus
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222;
    }
}
#mobile_top_nav .slicknav_nav span
{
    float:left;
    width:99%;
}
#mobile_top_nav .slicknav_nav span a
{
    width:calc(100% - 80px);
    display:block;
    float:left;
}
#mobile_top_nav .slicknav_nav span a.slicknav_item
{
    width:80px;
    display:block;
    float:left;
    background: black;
    border-radius: 5px;
    text-align: center;
}
#mobile_top_nav .slicknav_nav span a.slicknav_item:hover{
    color:black;
    background:white;
}
#mobile_top_nav .slicknav_nav .sub-nav-group
{
    width:90%;
    float:left;
}
#mobile_top_nav .slicknav_nav span a
{
    padding: 0;
    margin: 0;
}
#mobile_top_nav .slicknav_nav a > a
{
    padding:0;
    margin:0;
}
#mobile_top_nav .slicknav_row
{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0;
}
#mobile_top_nav .slicknav_nav li.nav-item
{
    clear:both;
}
.ButtonCloseNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseNav:hover, .ButtonCloseNav:focus
{
    background:black;
    color:white;
}
/* END TOP NAV */
/* HEADER */
header
{
    background: black;
    border-top: 0;
    border-bottom: 0;
    position:relative;
}
header .container-fluid
{
    position: relative;
    min-height: 80px;
}
header a
{
    color:white;
}
header a:active, header a:hover, header a:focus
{
    color: #FCD601;
}
.LiquidButton
{
    color:black;
}
.LogoContainer
{
    text-align:center;
}
.HeaderLogo
{
    float:none;
    display:inline-block;
    margin-bottom:-155px;
    position:relative;
    z-index:3;
}
.HeaderLogo img
{
    float:none;
    margin-right:0;
    width:165px;
    max-width:100%;
}
header h1
{
    font-weight:normal;
}
header h1 a
{
    color:#fff ;
}
header h2
{
    letter-spacing:2px;
}
.AppLink
{
    font-size: 0.625em;
    position:absolute;
    bottom: 10px;
    left: 20px;
}
.AppLink svg
{
    font-size: 15px;
}
.SocialMedia
{
    float:left;
    margin-top: 10px;
}
.SocialMedia a
{
    font-size: 1.714em;
}
.SocialMedia a svg:hover
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #FCD601;
}
.quicklinks
{
    position:relative;
    clear:right;
}
.quicklinks_button
{
    padding:10px 0;
    width:232px;
    max-width:100%;
    background-color:#000;
    border:2px solid #000;
    border-radius:30px;
    line-height:1;
    text-align:center;
    font-size:1em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top: 10px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
    margin-top:10px;
}
.quicklinks_button:hover, .quicklinks_button:focus
{
    background-color:White;
    color: #000;
}
.quicklinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    top:40px;
    right:0;
    width:280px;
    background:white;
    z-index:999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border:2px solid #000;
}
.quicklinks ul li
{
    display:block;
}
.quicklinks ul li a
{
    display:block;
    padding:5px;
    color:#000;
    height:auto;
    line-height:1.6;
    font-size:0.667em;
}
.quicklinks ul li a:hover
{
    background:  #000;
    color:White;
}
.quicklinks_button:focus-within ~ ul,
.quicklinks_button:hover ~ ul, .quicklinks ul:hover, .quicklinks:focus-within ul
{
    display:block;
}

/* Google Translate Styles */
.HeaderTranslateButton
{
    color:White;
	/*background:#5D5D5D;*/
	padding:0px 10px;
	/*margin-top:5px;
	border-radius:30px;*/
	text-align:center;
	float:left;
	/*clear:right;
	width:230px;*/
	font-size:1.7em;
	font-weight:bold;
	text-transform:uppercase;
}
.HeaderTranslateButton:hover
{
    background-color:Black;
    color:white;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.000em;
}
.HeaderTranslateButton .fa-chevron-down
{
    font-size:1.000em;
}
/* End Google Translate Styles */

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #444444;
}
.GoogleSearchContainer a:hover
{
    color: White;
}
.GoogleSearh.Closed, .GoogleSearchContainer.Closed
{
    display:none;
}
.GoogleSearch.Open, .GoogleSearchContainer.Open
{
    display:block;
}
.searchClose
{
    position: absolute;
    top: 8px;
    right: 8px;
    color: black;
}
.SearchDiv
{
    background: transparent;
    border: 0;
    max-width: 170px;
    float:right;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.header_search_box
{
    width: calc(100% - 31px);
    border: 0;
    outline: none !important;
    margin-right: 1px;
    background-color: transparent;
    border-bottom: 2px solid white;
    color: white;
}
.header_search_voice
{
    color: #777;
    cursor: pointer;
    display:none;
}
.header_search_button
{
    color: white;
    cursor: pointer;
    padding-left:0;
}
/* End Search Styles */
@media screen and (max-width:1300px)
{
    .HeaderTopRight
    {
        padding-right:30px;
    }
    .headernav
    {
        padding-left:50px;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .AppLink
    {
        position: static;
        bottom: auto;
        left: auto;
        margin-left:7px;
    }
    .headernav
    {
        padding-left:0;
    }
    .HeaderTopRight
    {
        margin-bottom:20px;
    }
}
@media screen and (max-width:767px)
{
    .HeaderLogo img{max-width:100% !important;}
    .static_nav
    {
        font-size:11px;
    }
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderLogo, .LogoContainer
    {
        display: none;
    }
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
    .static_nav .staticnav_item:nth-child(3)
    {
        display:none;
    }
    .HeaderTopLeft
    {
        width:100%;
    }
    .HeaderTopLeft .SocialMedia
    {
        display:flex;
        justify-content:center;
        width:100%;
    }
    .HeaderTopRight
    {
        width:100%;
        margin-top:10px;
    }
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background: #000;
    color: White;
    padding: 50px 0 10px;
    width: 100%;
    text-align:center;
    border-top:10px solid #000000;
}
footer b
{
    font-weight: bold;
}
footer a
{
    color:White;
}
.FooterLogo
{
}
.FooterLogo img
{
    max-width:100%;
}
footer h1
{
    color: white;
    font-size: 1.875em;
    font-weight:bold;
}
.footertext
{
    font-size: 0.938em;
    font-weight: bold;
    line-height: 1.200em;
}
.footerlink
{
    font-size: 1.250em;
    font-weight: bold;
    line-height: 1;
}
.footerlinks
{
    float:right;
    clear:right;
    margin-top:40px;
    text-align:right;
}
/* Search Styles */
.FooterSearchDiv
{
    width: 170px;
    float:right;
    clear:both;
    margin-top:40px;
    display:flex;
    align-items:center;
    color:black;
}
.footer_search_box
{
    width: calc(100% - 31px);
    border: 0;
    outline: none !important;
    margin-right: 1px;
    background-color: transparent;
    border-bottom: 2px solid white;
    color:white;
}
.footer_search_button
{
    color: white;
    cursor: pointer;
}
/* End Search Styles */
.social_media_buttons
{
    float:right;
}
.social_media_buttons .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height: 3em;
    width: 3em;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size: 2.500em;
}
.social_media_buttons svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:3em;
}
.social_media_buttons a
{
    margin-right:20px;
}
.social_media_buttons a:last-child
{
    margin-right: 0;
}
/* Quicklinks and Files */
.quickFilesLinks
{
    position:relative;
    clear:right;
    float:right;
}
.quickFilesLinksButton
{
    padding:10px 0;
    width:232px;
    max-width:100%;
    background-color:#666666;
    border:2px solid #000;
    border-radius:30px;
    line-height:1;
    text-align:center;
    font-size:1em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top: 10px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
    margin-top:10px;
}
.quickFilesLinksButton:hover, .quickFilesLinksButton:focus
{
    background-color:White;
    color: #000;
}
.quickFilesLinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    bottom:40px;
    right:0;
    width:280px;
    background:white;
    z-index:999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border:2px solid #000;
}
.quickFilesLinks ul li
{
    display:block;
}
.quickFilesLinks ul li a
{
    display:block;
    padding:5px;
    color:#000;
    height:auto;
    line-height:1.6;
    font-size:0.667em;
}
.quickFilesLinks ul li a:hover
{
    background:  #000;
    color:White;
}
.quickFilesLinksButton:focus-within ~ ul,
.quickFilesLinksButton:hover ~ ul, .quickFilesLinks ul:hover, .quickFilesLinks:focus-within ul
{
    display:block;
}
/* End Quicklinks and Files */
.subfooter
{
    width: 100%;
    background: #000;
    color: white;
}
.subfooter a
{
    color: white;
}
.FooterOwnership, .FooterCreated
{
    font-size: 0.750em;
    color: white;
}
@media screen and (max-width:1250px)
{
    .SubfooterContainer{display:flex; font-size:14px;}
    .subfooter .left{flex:1;} 
    .subfooter .center{flex:0.5;}
    .subfooter .right{flex:0.5;}
}
@media only screen and (max-width : 991px)
{
    .subfooter .right, .subfooter .left{text-align: center;}
    .subfooter .left{margin-bottom: 15px;}
    footer .col-md-4:nth-child(1), footer .col-md-4:nth-child(2){margin-bottom: 30px;}
    .footerlinks, .social_media_buttons{width:100%; text-align:center;}
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3){margin-bottom: 30px;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 0;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/ /* sets height to a percentage of the screen. Only use this if full height slideshow is desired. */
    /*height: calc((577 / 1280) * 100vw);*/ /* sets height based on height divided by width, multiplied by percentage of screen width */
    aspect-ratio: 1440 / 730; /* Use this for auto-cropping images to fit set dimensions. Must set height to auto, and ratio is width divided by height */
    /*height: auto;*/
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
}
.slideshow_caption_container_inner
{
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
}
.SlideShowNav 
{
  position: absolute;
  top: 50px;
}
.SlideShowNav a
{
    color: White;
    background: #666666;
}
.slick-dots
{
    bottom:0;
}
.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:#666666;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:black;
}
.slideshow_outer_container .slick-prev
{
    margin-left:0;
}
.slideshow_outer_container .slick-next
{
    margin-right:0;
}
.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: #FCD601;
}
.slick-prev:before, .slick-next:before
{
    color:black;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:-5%;
}
.hpSlideshowPauseAndPlay button
{
    background:transparent;
    border:none;
    color:White;
    font-size:30px;
    text-shadow: 0 0 10px #333;
}
.hpSlideshowPauseAndPlay button:focus
{
    border:2px solid blue;
}
@media screen and (max-width:1200px)
{
    .SlideShowNavContainer
    {
        clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        padding:15px 0;
    }
    .SlideShowNav
    {
        position:relative;
        top:auto;
    }
}
@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)
{
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
    .DownContainer
    {
        display:none;
    }
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
    text-align:center;
}
.hpTitle
{
    font-weight: bold;
    font-style: italic;
    font-size: 2.188em;
    float: none;
}
.hpTitle b
{
    font-weight: bold;
    color: #5A5A5E;
    font-style:normal;
    text-transform:uppercase;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: #FCD601;
    border-radius: 30px;
    text-transform: none;
    border: 0;
    color: #000;
    font-weight: 900;
    font-size: 1.250em;
    line-height:1.2;
    padding: 10px 25px;
    box-shadow: 0px 3px 6px #00000029;
    display:inline-block;
}
.hpLink:hover
{
    color: White;
    background: black;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
.hpHeader
{
    background-color: #FCD601;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 2.188em;
}
@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
{
    background-color: #D0D0D0;
    padding: 50px 0 25px;
}
.hpDiv1 .hpTitle b
{
    color: #5A5A5E;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0;
    width:100%;
}
.HPNewsArticle
{
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    float: left;
    width: 100%;
    padding: 20px;
    border-top: solid 10px #FCD601;
    text-align:center;
}
.HPnewscomponent_mainlink
{
    color: Black;
    float: none;
    font-size: 1.250em;
    padding-bottom:15px;
}
.HPnewscomponent_maintext
{
    color:Black;
}
.HPreadMoreLink
{
    color: #75757A;
    font-size: 0.938em;
    font-weight:bold;
    float:none;
}
.HPreadMoreLink svg
{
    color: #FCD601;
}
/* END HOMEPAGE NEWS */
/* LARGE HOMEPAGE EVENTS */
.hpDiv2
{
    background: white;
    padding: 50px 35px 30px;
}
.events_slider
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventDateBubble
{
    background-color:#666666;
    width:100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
    color: White;
    text-transform: uppercase;
    font-size: calc(18em / 14);
    margin:0 auto;
}
.event_article
{
    width: 100%;
    padding: 15px 15px 10px;
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
}
.event_article hr
{
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #CCCCCC;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_linktext
{
    font-weight: 500;
    color: #000000;
    font-size: calc(16em / 14);
}
.hpeventcomponent_maintext
{
    font-weight: bold;
    color: #666666;
}
.hpeventcomponent_datetext
{
    color:#666666;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
/* END LARGE HOMEPAGE EVENTS */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#03724B;
    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:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextHoriz
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextHoriz
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleHoriz
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END HORIZONTAL SLIDER EVENTS */

/* VERTICAL SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider_vert
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventcomponent_datecontainerVert
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomVert
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthVert
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateVert
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextVert
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextVert
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextVert
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleVert
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END VERTICAL SLIDER EVENTS */

/* STANDARD NON-SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.eventDateBubbleStandard
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
}
.eventDateBubbleBottomStandard
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventMonthStandard
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.hpeventcomponent_maintextStandard
{
    color:Black;
    font-size:1.11em;
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleStandard
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END STANDARD NON-SLIDER EVENTS */

/* HP LINK BOXES */
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #666666;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #666666;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #666666;
    font-weight: 900;
    font-size: calc(16em / 14);
}
@media screen and (max-width:991px)
{
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px)
{
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
/* END HP LINK BOXES */

/* HP TEXT */
.hpDiv3
{
    background-color:#FFF;
    padding:20px 0;
    width:100%;
    text-align:center;
}
.PartnerColumn
{
    width:100%;
    text-align:center;
}
.PartnerTitle
{
    font-style: italic;
    font-weight: bold;
    color: #A0850E;
    font-size: 1.563em;
    margin-bottom:10px;
    text-align:center;
    margin-top:0;

    display:inline-block;
    background-color:white;
    padding:5px 10px;;
    margin-bottom:0;
}
.DiamondLink
{
    padding:0 10px;
}
.DiamondLink img
{
    max-width:60%;
}
.hpDivGold
{
    background-color:#FFF;
    padding:20px 0 30px;
}
.hpDivSilver
{
    padding:20px 0 30px;
    background-color:#FFF;
}
.hpDivBronze
{
    background-color:#FFF;
    padding:20px 0 30px;
}
.PartnerBox
{
    width: 100%;
    overflow-y: scroll;
    box-shadow: 0px 3px 6px #00000029;
    height: 400px;
    padding: 20px;
    scrollbar-color: #CEAA12 white;

    display:flex;
    align-items:center;
    justify-content:space-around;
    height:auto;
    padding:5px 5px;
    background-color:white;
    min-height:204px;
}
.DiamondBox
{
    width: 80%;
    margin:0 auto;

    justify-content:center;
    padding:15px;
}
.PartnerLink
{
    display:block;
    padding:0 4px;
}
.PartnerLink img
{
    width:100%;
    max-width: 177px;
}
.PartnerSeparator
{
    display:none;
}
@media screen and (max-width:560px)
{
    .PartnerBox
    {
        flex-direction:column;
    }
    .PartnerSeparator
    {
        display:block;
    }
}
/* END HP TEXT */

/* HP SCRIPT */
.hpDiv4
{
    background:white;
    padding:50px 0 25px;
    width:100%;
    text-align:center;
}
.lnkSkipSocial
{
    float:left; 
    display:block; 
    color:black;
    margin-bottom:10px;
}
.HPSocialLink
{
    font-size: 2.5em;
}
.HPSocialLink .fa-youtube
{
    color: #FF0000;
}
.HPSocialLink .fa-facebook
{
    color: #4267B2;
}
.HPSocialLink:hover
{
    color:black !important;
}
.HPFacebook
{
    height:330px;
    overflow-y:scroll;
}
/* END HP SCRIPT */

/* HOMEPAGE MISSION */
.hpDivMission
{
    background-color:#D0D0D0;
    padding:35px 0 50px;
}
.hpDivMission .HomepageContainer
{
    margin-bottom:7px;
}
.hpDivMission .hpTitle
{

}
.hpMissionContent
{
    font-size:1.400em;
    line-height:1.6;
    font-weight:bold;
    text-align:center;
}
/* END HOMEPAGE MISSION */
/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding:50px 0 10px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../sysimages/hpStatsBG.png);
    background-color:#000;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
    width:100%; 
    clear:both;
}
.homepage_facts_container .HomepageContainer
{
    position:relative;
    z-index:3;
    margin-bottom:13px;
}
.homepage_facts_container .hpTitle
{
    color:white;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(0, 0, 0, .65);
    top:0;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
}
.homepage_facts_container .slick-slider
{
    /*display:flex;*/ /*<-- Leaving this style active may cause sizing issues */
    height:auto;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 35px;
    margin-bottom:40px;
}
.homepage_facts_box
{
    margin:0 0;
    background:rgba(255,255,255,0.45);
    border-top:16px solid rgba(255, 255, 255, 1);
    color:#FFF;
}
.homepage_facts_borderbox
{
    padding:0px 25px 20px;
    text-align:center;
    min-height: 272px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight: 700;
    font-size: 6.313em;
    line-height: 1.208em;
    margin: 0;
    color: white;
}
.homepage_facts_statistic
{
    font-size: 1.125em;
    line-height: 1.222em;
    margin: 0;
    color: white;
    display: block;
    font-weight: bold;
}
.homepage_facts_description
{
    font-size:1.250em;
    margin:0;
    padding:0;
    line-height:1.100;
    color:#000;
    font-weight:bold;
}
@media screen and (max-width:991px)
{
    .homepage_facts_borderbox{font-size:12px; min-height:360px;}
    .homepage_facts_description{font-size:1.700em;}
}
@media (max-width:767.9px)
{
    .homepage_facts_container{padding:30px 0;}
    .homepage_facts_row 
    {
        margin-left:-30px;
        margin-right:-30px;
    }
    .homepage_facts_borderbox{min-height:228px;}
}
@media (max-width:500px)
{
    .homepage_facts_container{font-size:14px;}
}
/* END HOMEPAGE FACTS */

/* HOMEPAGE GRID BLOCKS*/
.HomepageBlocksDiv
{
    background-color:#C1C1C1;
    padding:68px 0 50px;
}
.HomepageBlocksDiv h2.component_header
{
    background:#000;
    border-top:3px solid #486DBE;
    color:White;
    padding:10px 10px 13px;
    font-size:1.875em;
    font-weight:300;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
    position:relative;
    z-index:2;
}
.HomepageBlocksDiv .component_container
{
    background: #fff;
    box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    padding:20px 0;
    margin-bottom:20px;
    width:100%;
    position:relative;
}
.image_container
{
    padding:3px 5px;
    height:407px;
    line-height:1;
    text-align:center;
    width:100%;
}
.homepage_container
{
    height:410px;
    overflow-y:hidden;
}
.scroll_container
{
    height:350px;
    overflow-y:auto;
    padding:0 20px;
}
.SchoolImages
{
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: White;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode:multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 46px;
    font-size: 1.125em;
    transition: font-size 0.25s;
}
.SchoolImages:hover
{
    font-size: 1.25em;
    background-color:rgba(0, 0, 0, .1);
}
.FindItFastImages
{
    width: 100%;
    background-color: Black;
    color: White;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:rgba(0,0,0,.4);
    background-blend-mode: multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 23px;
    font-size: 1.325em;
    transition: font-size 0.25s;
}
.FindItFastImages svg
{
    font-size:2em;
}
.FindItFastImages:hover
{
    font-size: 1.5em;
    background-color:rgba(0,0,0,.2);
}
.FindItFastImages:hover svg
{
}
.image_row
{
    display:table;
    width:100%;
}
.image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 2);
}
.FindItFast .image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 3);
}
.image_container img
{
    max-width:50%;
    display:block;
    float:left;
    padding:2px;
}
.image_container img:hover{opacity:.9;}
.image_container img:active{opacity:.7;}

.tab_container_outer
{
    position:relative;
    width:100%;
    float:left;
    margin-top:56px;
    margin-bottom:20px;
}
.tab_buttons
{
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    margin-top:-56px;
    width:100%;
}
.tab_buttons li
{
    width:calc(100% / 3);
    margin:0;
    padding:0;
    display:block;
    float:left;
    color:White;
    height:56px;
    line-height:48px;
    font-weight:bold;
    text-align:center;
    font-size:0.875em;
    cursor:pointer;
    background-color:#000;
    text-align:center;
    border-top:4px solid #486DBE;
    margin:0;
}
.tab_buttons li:hover
{
    background-color:#303030;
}
.tab_buttons li a
{
    color:White;
}
.tab_buttons li a:hover
{
    text-decoration:none;
}
.tab_buttons .btn_inactive
{
}
.tab_buttons li.facebook
{
    border-right:1px solid #fff;
}
.tab_buttons li.twitter
{
    border-right:1px solid #fff;
}
.tab_buttons svg
{
    height:46px;
}
.tab_container
{
    background:#fff;
    height:410px;
    color:#000;
    overflow:hidden;
    text-align:center;
    padding:10px 10px;
}
.tab_container iframe
{
    height:360px !important;
}
#facebook .facebook_container
{
    display:table;
    margin:0 auto;
    padding:15px 0;
    overflow:hidden;
}
.pnlVideo
{
    padding:30px 15px;
}
.hpGridLink
{
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size: 0.929em;
    color: #25a0ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
@media screen and (max-width:767px)
{
    .image_container
    {
        height:auto;
    }
    .homepage_container
    {
        height:auto;
        overflow-y:visible;
    }
}
/* END GRID BLOCKS */

/* 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:#666666;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #222222;
    background: #666666;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #222222 !important;
    background: #666666;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #444444 !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;
    }
    #mobile_left_nav .slicknav_nav a.DynamicNav_currentpage_link
    {
        background: transparent !important;
        color: #222!important;
    }
    #mobile_left_nav .slicknav_nav a:focus, #mobile_left_nav .slicknav_nav a.DynamicNav_currentpage_link
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222 !important;
    }
}
#mobile_left_nav .slicknav_nav span
{
    float:left;
    width:99%;
}
#mobile_left_nav .slicknav_nav span a
{
    width:calc(100% - 80px);
    display:block;
    float:left;
}
#mobile_left_nav .slicknav_nav span a.slicknav_item
{
    width:80px;
    display:block;
    float:left;
    background: black;
    border-radius: 5px;
    text-align: center;
}
#mobile_left_nav .slicknav_nav span a.slicknav_item:hover
{
    color:black;
    background: white;
}
#mobile_left_nav .slicknav_nav .sub-nav-group
{
    width:90%;
    float:left;
}
#mobile_left_nav .slicknav_nav span a
{
    padding: 0;
    margin: 0;
}
#mobile_left_nav .slicknav_nav a > a
{
    padding:0;
    margin:0;
}
#mobile_left_nav .slicknav_row
{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0;
}
#mobile_left_nav .slicknav_nav li.nav-item
{
    clear:both;
}
#mobile_left_nav .DynamicNavChild
{
    clear:both;
}
.ButtonCloseLeftNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseLeftNav:hover, .ButtonCloseLeftNav:focus
{
    background:black;
    color:white;
}
@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:#666666;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#666666;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#666666;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#666666; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #444444 !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;
}

@media screen and (max-width:767px)
{
    .mastercalendar_filterpanel > table
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody > tr
    {
        display:flex;
        flex-direction:column;
        width:100% !important;
    }
    .mastercalendar_filterpanel > table > tbody > tr > td
    {
        display:block;
        width:100% !important;
    }
    .mastercalendar_smalltext > tbody > tr > td > span[style*="background"]
    {
        display:block;
    }
}
/* 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:13px;
    margin-bottom:0px;
}
.linksList > div /* link and files & links item */
{
}
.dlList > div /* downloads item */
{
}
.linksList img
{
    margin-bottom:5px;
}
.linkSpacer
{
    margin-bottom:8px;
}
.dlSpacer
{
    margin-bottom:8px;
}
.dlLinksSpacer
{
    margin-bottom:8px;
}
.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 */
}
[fr-original-class="fr-text-gray"]
{
    color: #AAA !important;
}
[fr-original-class="fr-text-bordered"]
{
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
[fr-original-class="fr-text-spaced"]
{
    letter-spacing: 1px;
}
[fr-original-class="fr-text-uppercase"]
{
    text-transform: uppercase;
}
/* 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 */
/* SKIP MAIN CONTENT */
.SkipContent
{
    position:absolute;
    color:white;
    padding:3px;
    background:black;
    left:15px;
    top:55px;
    z-index:99999;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
    color:white;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
@media screen and (max-width:991px)
{
    .SkipContent{top:20px;}
    .skipHover{display:inline-block;padding-left:10px;}
}
/* END SKIP */

/* 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
{
    color:#757575 !important;
}
.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg
{
    color:black !important;
}
/* End of Juicer Styles */