﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Kameron:700');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Roboto", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}
a
{
    color:#353895;
}
/* Use this for page headers */
.ph
{
    padding: 50px 30px 24px;
    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:#FABA25;
    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;
}
.dualwindow_right select
{
    max-width:100%;
}
.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;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background:#3C3C3C;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
    width:82%;
    float:right;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    height:24px;
    line-height:24px;
    padding:0 20px;
    color:White;
    font-size:1.125em;
    font-family: "Roboto Condensed", Sans-Serif;
}
.TopNav nav ul li:hover a
{
    background:#FABA25;
}
.TopNav nav ul li:hover
{
    background:transparent;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:24px;
}
.TopNav nav ul li:hover ul li a
{
    background: transparent;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: transparent;
    color:Black;
}
.TopNav nav ul li:hover ul li a:hover
{
    background: #FABA25;
    color:Black;
}
.TopNav nav ul li:hover ul li:hover ul li a
{
    background:transparent;
}
.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;

}
.TopNav nav ul li:nth-child(n+6) ul
{
    left:0; /* undo offset for regular dropdowns */
}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #3C3C3C;
    border-top: 0;
    border-bottom: 0;
    position:relative;
    z-index:3;
    padding:15px 0 10px;
}
header a
{
    color:White;
}
header a:active, header a:hover, header a:focus
{
	color:white;
}
.HeaderLogo
{
    float:none;
    display:block;
    width:100%;
    position:relative;
}
.HeaderLogo img
{
    float:none;
    margin-right:0;
    max-width:100%;
    position:absolute;
    background-color:white;
    padding:2px 7px;
    border-radius:4px;
    top:11px;
}
header h1
{
    font-weight:bold;
    font-size:3.000em;
    font-family:"Kameron", serif;
    color:#FFCA50;
    -webkit-text-stroke:#131313 2px;
}
header h2
{
    letter-spacing:normal;
    color:white;
    font-size:1.313em;
    font-family: "Kameron", Serif;
    text-transform:none;
}

.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:1.250em;
    font-weight:bold;
    margin-top: 10px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
    margin-top:10px;
}
.quicklinks_button:hover
{
    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:hover ~ ul, .quicklinks ul:hover
{
    display:block;
}


/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #2C2C2C;
}
.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 */
.GoogleTranslateContainer
{
    float:right;
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    header{text-align:center;}
    .HeaderLogo img{max-width:100% !important; position:relative;}
    .SchoolName{float:none;}
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
/* END HEADER */

/* FOOTER */
footer
{
    text-align:center;
    /*background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../sysimages/footerBG.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
    background-color:#3C3C3C;
    color:White;
    padding:40px 0 20px;
    width:100%;
    position:relative;
    z-index:1;
}
footer .container-fluid
{
    position:relative;
    z-index:2;
}
footer:after
{
    content:'';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color:rgba(248, 96, 39, .5);
    top:0;
    left:0;

    display:none;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterLogo
{
    background-color:white;
    border-radius:4px;
    padding:10px 5px;
    display:inline-block
}
.FooterLogo img
{
    max-width:100%;
}
footer h1
{
    font-size:2.875em;
}
.footertext
{
    font-size:1.500em;
}
.footertext2
{
    text-align:right;
    font-size:0.750em;
}
.footerlink
{
    width:280px;
    background-color:#FFE270;
    color:black;
    text-align:center;
    display:block;
    font-size:2.875em;
    font-weight:bold;
    margin:10px auto 0;
}
.footerlink:hover
{
    background-color:black;
    color:White;
    text-decoration:none;
}
.footerlink2
{
    color:White;
    font-size:1.438em;
    font-weight:bold;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
@media only screen and (max-width : 991px)
{
    .footertext2{text-align:center;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom:0;
    position: -webkit-sticky;
    position:sticky;
    z-index:1;
    top:0;
    width:100%;
    max-width:100vw;
    overflow:hidden;
}
.slideshow_image 
{
    height: calc(110vh);
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
    float:none;
    right:auto;
    width:100%;
    bottom:170px;
}
.slideshow_caption_container_inner
{
    background-color:transparent;
    max-width:690px;
    padding:0;
    float:none;
    left:50%;
    transform:translateX(-50%);
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
    text-transform:none;
    font-size:3.125em;
}
.slideshow_caption_text
{
    font-size:1.563em;
    font-weight:bold;
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
}
.SlideShowNav
{
    top:190px;
}
.SlideShowNav a
{
    color: White;
    background:rgba(55, 55, 55, .90);
    border-radius:0 43px 43px 0;
    font-size:1.250em;
    font-family: "Roboto Condensed", Sans-Serif;
    line-height:1;
    padding:13px 10px;
}
.SlideShowNav svg
{
    font-size:35px;
    margin-right:5px;
}
.SlideNavItem
{
    width:190px;
    display:flex;
    align-items:center;
}
.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:white;
}
.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:black;
}
.slick-prev:before, .slick-next:before
{
    color:#FABA25;
}
.video_script_container
{
    
}
.video_script
{
    width:100%;
    display:block;
}
.video_script iframe
{
    /*width:100vw;
    height:94vh;*/
}
@media screen and (min-width:992px)
{
    .video_script iframe
    {
        width: 100vw;
        height: auto;
        /*min-width: calc(100vh / 0.562390158172232);*/
        min-height: calc(100vw * 0.562390158172232);
    }
}
@media screen and (max-width: 1220px)
{
    .SlideShowNav{top:44px;}
}
@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)
{
    .SlideShowNav a{display:none;} /* hide on mobile interior pages */
    .video_script iframe
    {
        width: 100% !important;
        height:  calc((608 / 1080) * 100vw) !important;
        max-width:100%;
    }
}
@media screen and (max-width:800px)
{
    .SlideShowNav{font-size:12px;}
    .SlideShowNav a{padding:5px;}
    .SlideShowNav svg{font-size:25px;}
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
@media screen and (max-width:550px)
{
    .SlideShowNavContainer{float:left; background-color:#3C3C3C; padding:7px 0 0; width:100%; position:relative; top:auto;}
    .SlideShowNav{position:relative; top:auto; margin:0 auto; width:200px;}
    .SlideShowNav a{border-radius:43px;}
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight:bold;
    float:none;
    font-size:2.875em;
    color:White;
}
.hpl
{
    float:right;
}
.hpLink
{
    background:#FFE270;
    border-radius:0;
    padding:25px 50px;
    text-transform:none;
    font-size:1.563em;
    line-height:1;
    border:0;
    color: black;
    font-weight:bold;
}
.hpLink:hover
{
    color: White;
    background:black;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
    text-align:center;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
@media screen and (max-width:768px)
{
    .hpTitle{float:left; width:100%; text-align:center; font-size:1.3em;}
    .hpl{clear:both; width:100%; margin-top:30px; font-size:13px;}
    .hpLink{padding:8px 11px;}
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE NEWS */
.hpDiv1
{
    padding:265px 0 250px;
    margin-top:-240px;
    position:relative;
    z-index:2;
    /*background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../sysimages/hpBG.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
    background-color:#FABA25;
    clip-path: polygon(50% 240px, 100% 0, 100% 100%, 0 100%, 0 0);
}

.hpDiv1 .container-fluid
{
    position:relative;
    z-index:2;
}
.hpOverlay
{
    /* For overlaying the background image with color */
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color:rgba(248, 96, 39, .5);
    top:0;
    left:0;

    display:none;
}
.hpDiv1 .hpTitle
{
    color:black;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.news_slider div
{
    text-align:center;
}
.news_slider img
{
    max-width:100%;
}
.news_slider .slick-slide
{
    background:rgba(0,0,0,.5);
    padding:5px;
    margin:0 10px;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto;
}
.HPNewsText
{
    /*background:rgba(0,0,0,.5);*/
    padding:20px 10px 10px;
    float:left;
    width:100%;
}
.hpDiv1 iframe{max-width:100%;}
.HPnewscomponent_mainlink
{
    color:White;
    float:none;
    clear:none;
}
.HPnewscomponent_mainlink:hover {
    color: #38a2ff;
}
.HPnewscomponent_maintext
{
    color:White;
    width:100%;
}
.HPnewscomponent_maintext a
{
    color:#38a2ff;
    text-decoration:underline !important;
}
.HPreadMoreLink
{
    color:White;
    font-weight:bold;
    font-size:1.250em;
    float:none;
    clear:none;
}
.HPreadMoreLink:hover
{
    color:#38a2ff;
}
/* END HOMEPAGE NEWS */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    background:#3C3C3C;
    padding:150px 20px 220px;
    margin-top:-200px;
    position:relative;
    z-index:3;
    clip-path: polygon(
        0 0, /* left top */
        100% 200px, /* right top */ 
        100% 100%, /* right bottom */
        0 100% /* left bottom */
      );
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.EventCarouselHoriz
{
    background-color:White;
    text-align:center;
    margin:0 15px;
    padding:15px 30px;
}
.Horiz2
{
    margin-top:130px;
}
.eventcomponent_datecontainerHoriz
{
    background-color:transparent;
    width:100px;
    height:150px;
    text-align:center;
    float:none;
    padding-top:0;
    margin:0 auto;
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:transparent;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:#111;
    font-size:3.188em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:#3C3C3C;
    font-size:5.438em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:#111;
    font-weight:bold;
    font-size:1.875em;
    line-height:1;
}
.eventcomponent_maintextHoriz
{
    color:#111;
    font-size:1.563em;
    font-weight:bold;
    line-height:1;
}
.eventcomponent_datetextHoriz
{
    color:#111;
    font-size:1.563em;
    font-weight:bold;
    line-height:1;
    text-transform:uppercase;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    margin-left:0;
}
/* END HORIZONTAL SLIDER EVENTS */

.hpDiv3
{
    background-color:#FABA25;
    padding:220px 0 60px;
    margin-top:-223px;
    position:relative;
    z-index:3;
    clip-path: polygon(50% 220px, 100% 0, 100% 100%, 0 100%, 0 0);
}
.hpDiv3 .hpTitle
{
    color:black;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
.SocialMedia a
{
    font-size:3.125em;
    color:black;
    margin-right:45px;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #3C3C3C;
}
/* 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 #FABA25;
    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: #FABA25;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #FABA25;
    font-weight: 900;
    font-size: calc(16em / 14);
}
.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 #FABA25;
    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: #FABA25;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #FABA25;
    font-weight: 900;
    font-size: calc(16em / 14);
}
@media screen and (max-width:991px)
{
    .hpDiv1, .hpDiv2, .hpDiv3{clip-path:none; padding:50px 30px; margin-top:0;}
    .Horiz2{margin-top:0;}
}
@media only screen and (max-width : 767px)
{
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
    .hpDiv3 .col-md-4
    {
        margin-bottom:30px;
    }
    .hpDiv3 .SocialMedia{width:100%; text-align:center;}
    .hpDiv3 .SocialMedia a{font-size:1.6em; margin:0 10px; float:none;}
}
/* END HP LINK BOXES */

/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding:100px 0 85px;
    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;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(5, 150, 98, .85);
    top:0;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
}
.homepage_facts_container .slick-slider
{
    display:flex;
    height:auto;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 12px;
}
.homepage_facts_box
{
    margin:0 0;
    background:rgba(255,255,255,0.45);
    border-top:10px solid rgba(255, 255, 255, 1);
    color:#FFF;
}
.homepage_facts_borderbox
{
    padding:40px 10px 54px;
    text-align:center;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight:700;
    font-size:2.000em;
    line-height:1.093;
    margin:0;
    color:#000;
}
.homepage_facts_statistic
{
    font-size:4.000em;
    line-height:1.5;
    margin:0;
    color:#000;
    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:black;
}
.DynamicNav ul li ul li a
{
    color:black;
    border-bottom: 1px solid black;
    background: #FABA25;
}
.DynamicNav_currentpage_link
{
    color:black !important;
    border-bottom: 1px solid #3C3C3C !important;
    background: #FABA25;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #3C3C3C !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;
    }
}
/* 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:#FABA25;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#FABA25;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#FABA25;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#FABA25; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #3C3C3C !important;
}
/* END EVENTS COMPONENT */

/* 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;
}
/* 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;
}
/* 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 */
[id*="btnReserve"]
{
    color: #000000;
    background: #FABA25;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
{
    color:white !important;
}