﻿@import url('https://fonts.googleapis.com/css?family=Cardo|Lato:400,700|Roboto:300,400,500,700,900');

/* GENERAL LAYOUT */
body
{
    font-family: "soleil", Serif;
    background: #F5F5F5;
    font-size: 16px;
    transition: all 10s;
}

/* Use this for page headers */
.ph
{
    padding: 24px 30px;
    background: #010C01;
}
h1.page_header
{
    font-family: "soleil", Serif;
}

/* Use this for component headers */
h2.component_header
{
    font-family: "soleil", Serif;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#05744C;
    font-size: 1.429em;
    margin-top:0;
    font-family: "soleil", Serif;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}

/* TOP NAV */
.TopNav nav
{
    font-family: "soleil", Serif;
    font-weight: bold;
    background: white;
    border-bottom: 4px solid #E6B356;
}
.TopNav nav ul
{
    display: flex;
    justify-content: space-between;
}
.TopNav nav ul li
{
    width:unset;
	padding:0 5px;
}
.TopNav nav ul li a
{
    font-weight: bold;
    font-size: 1em;
    height: 57px;
    line-height: 56px;
    color: #083809;
    transition: all 0.5s;
}
.TopNav nav ul li:hover
{
    background: #E6B356;
}
.TopNav nav ul li:hover a
{
    color: Black;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.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;

}
/* END TOP NAV */
/* HEADER */
header
{
    background: #083809;
    font-size: 16px;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
.LiquidButton
{
    margin-top: 23px;
}
header h1
{
    font-family: "industry", Serif;
    font-weight:700;
    float: left;
    font-size: 2.15em;
    letter-spacing: 0.03em;
    padding: 23px 0;
    text-transform: uppercase;
}

header h2
{
    font-family: "Lato", Serif;
}

/* END HEADER */

/* FOOTER */
footer
{
    background:#010C01;
    color:White;
    padding:35px 0 35px 0;
    width:100%;
    font-size:1em;
    text-align: left;
    font-family: "soleil", Sans-Serif;
}
footer b
{
    font-family: "industry", Sans-Serif;
    font-weight: bold;
    color: #E6B356;
    font-size: 1.5em;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}


@media only screen and (min-width : 1291px)
{
.TopNav nav ul li
{
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*width:168px;*/
}

}

@media only screen and (max-width : 991px)
{
    .subfooter
    {
        margin-top: -1px;
    }
    
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.subfooter
{
    width: 100%;
    padding: 10px 0;
    background: #313131;
    color: White;
    font-family: "soleil", Serif;
}
.subfooter a
{
    color: White;
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */

.SlideShowNav a
{
    color: White;
    background: #059662CF;
}
.slick-dots li button::before
{
    color:#BFBEBE;
    font-size: 16px;
   -webkit-text-stroke-width: 0px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#CB9B47;
}
.slick-prev, .slick-next
{
    margin-top: 0px;
    color:#E6B356;
    border: 1px solid #E6B356;
    border-radius: 2px;
    background: #0838098f !important;
    transition: background 0.5s;
}
.slick-prev:hover, .slick-next:hover
{
    background: #083809ff !important;
}
.slick-next
{
    right: -25px;
}
.slick-prev
{
    left: -25px;
}
.slick-prev svg:hover, .slick-next svg:hover {
    transform: scale(1);
}
.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:#E6B356;
}
.slick-prev:before, .slick-next:before
{
    color:#E6B356;
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    font-family: "soleil", Serif;
    font-weight:700;
    color: #151515;
    font-size: 2.125em;
}
.hpTitle span
{
    font-size: 20px;
    position: relative;
    top: 8px;
}
.hpLink
{
    background: #083809;
    border-radius: 3px;
    text-transform: uppercase;
    border: 0px solid #083809;
    color: #fff;
    font-family:'soleil', Sans-Serif;
    font-weight: 600;
    font-size: 0.875em;
    padding: 3px 15px;
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none !important;
        margin: 0 !important;
        text-align: center;
    }
    .hpl
    {
        float: none !important;
        margin: auto !important;
        text-align: center;
        padding-top: 15px;
    }
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
    footer .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
.hpLink:hover
{
    background: #059662;
    color: White;
}
.hpTitle b
{
    font-weight: 500;
}
.hpDiv2
{
    background: #F5F5F5;
    padding: 50px 0;
    border-top: 1px solid #EDEDED;
}
.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 #059662;
    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: #059662;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #059662;
    font-weight: 900;
    font-size: calc(16em / 14);
}
.hpDiv1
{
    background-color:#fff;
    padding: 50px 0;
}
.HPnewscomponent_mainlink
{
    color: #083809;
    transition: all 0.5s;
}

.HPnewscomponent_mainlink:hover
{
    color: #117B14;
    text-decoration: none;
}
.HPnewscomponent_thumbimage
{
    height: 0;
    padding-bottom: calc(18000% / 270);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.SlideNavItem
{
    width: 130px;
}
.SlideShowNav .Icon
{
    float: left;
    margin-right: 10px;
    color: #CB9B47;
    font-size: 1.875em;
    margin-top: 2.5px;
}
.SlideShowNav .Text
{
    font-family: "soleil", Sans-Serif;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #083809;
    float: left;
}
/* Large Homepage Events */
.eventDateBubble
{
    background-color:#059662;
    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: #059662;
}
.hpeventcomponent_datetext
{
    color:#1C5495;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
/* Horizontal Slider Events */
.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%;
}
/* Vertical Slider Events */
.eventcomponent_datecontainerVert
{
    background-color:#083809;
    border: 1px solid #083809;
    width:70px;
    height:70px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomVert
{
    background-color:#E6E6E6;
    width:68px;
    height:34px;
    margin-top:0px;
}
.eventcomponent_monthVert
{
    font-weight:600;
    color:White;
    font-size:calc(26em / 16);
    color: #F0BA5A;
    line-height: 31px;
    text-transform:uppercase;
}
.eventcomponent_dateVert
{
    font-weight:bold;
    color:#2B2B2B;
    font-size:calc(26em / 16);
    line-height: 34px;
    background: white;
}
.eventcomponent_linktextVert
{
    color:#083809;
    font-weight:600;
    font-size:1.125em;
    line-height:1;
    font-family: "soleil", Sans-Serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin-top: -5px;
    display: inline-block;
    transition: all 0.5s;
}
.eventcomponent_linktextVert:hover
{
    color: #117B14;
    text-decoration: none;
}
.eventcomponent_maintextVert
{
    color:#383838;
    font-size:1em;
    font-family: "soleil", Sans-Serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}
.EventCarouselVert
{
    padding-bottom: 20px;
}
.eventcomponent_datetextVert
{
    color:#383838;
    font-size:1em;
    font-weight:600;
    text-transform: none;
    font-family: "soleil", Sans-Serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}
.event_articleVert
{
    float:left;
    width:calc(100% - 86px);
    margin-left:15px;
}
/* Standard Non-Slider Events */
.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%;
}

.hpDiv3
{
    background: linear-gradient(rgba(8,56,9, .7), rgba(8,56,9, .7)), url(../sysimages/ridgemont_future.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 70px;
    color: White;
    text-align: center;
    margin-bottom: -30px;
}
.DTF
{
    font-family: "soleil", Sans-Serif;
    font-weight: 800;
    font-size: calc(60em / 16);
    color: White;
}
.DTF span
{
    color: #E6B356;
}
.DTFTitle
{
    font-family: "soleil", Sans-Serif;
    font-weight: bold;
    color: White;
    font-weight: 1.125em;
    line-height: 24px;
    border-bottom: 1px solid #E6B356;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 30px;
}
.LearnMore
{
    font-family: "soleil", Sans-Serif;
    font-weight: 600;
    font-size: 0.875em;
    color: White;
    letter-spacing: 0.05em;
    line-height: 26px;
    padding: 15px 25px;
    text-transform: uppercase;
    border: 1px solid #E6B356;
    border-radius: 4px;
    background: #0838098f;
    transition: all 0.5s;
    display: inline-block;
    margin-top: 25px;
}
.LearnMore:hover
{
    color: White;
    text-decoration: none;
    background: #083809ff
}
.DTFText
{
    color: White;
    font-family: "soleil", Sans-Serif;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 38px;
}

/* END HOMEPAGE */
/* DYNAMIC NAV */
.DynamicNav
{
    font-family: "soleil", Serif;
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#083809;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.5s;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#083809;
}
.DynamicNav ul li ul li a
{
    color:#000;
    border-bottom: 1px solid #D6A336;
    background: #E6B356;
}
.DynamicNav_currentpage_link
{
    color:#000 !important;
    border-bottom: 1px solid #D6A336 !important;
    background: #E6B356;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #D6A336 !important;
    color: #000 !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#083809;
        color:White;
        border-bottom:1px solid #083809;
    }
}
/* END DYNAMIC NAV */


/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#059662;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#083809;
    color: #fff;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#083809;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#083809; /* Hover Color */
    color:#fff !important;
}
/* END EVENTS COMPONENT */


/* start ADA button */
.divCompliance
{
	background-color:#000;
}
.divCompliance a
{
	font-family:Sans-Serif;
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
.GoogleSearchContainer
{
    color: White;
    background: #036744AA;
}
.slick-dots
{
    bottom: -32px;
    width: calc(100% - 140px);
    text-align: left;
}
.hpDiv2 .slick-dots
{
    right: 0;
    width: calc(100% - 150px);
}
footer .Right
{
    text-align: right;
    padding-top: 10px;
}
footer a.Social
{
    font-size: 1em;
}
.divCompliance
{
    background: transparent;
    text-align: right;
    padding: 25px 0 0;
}

.slideshow_container
{
    box-shadow: 0 0 5px #0008;
    width: calc(100% - 200px);
    position: relative;
    left: 100px;
}

.HomepageButtons
{
    background: #083809;
    border-bottom: 3px solid #E6B356;
}
.HomepageButtons a
{
    display: block;
    float:left;
    border-left: 1px solid #39603A;
    width: 12.5%;
    text-align: center;
    text-transform: uppercase;
    color: White;
    transition: background 0.5s;
    padding: 30px 0;
    text-decoration: none !important;
}
.HomepageButtons a:last-child
{
    border-right: 1px solid #39603A;
}
.HomepageButtons a:hover
{
    background: #39603A88;
}
.HomepageButtons a svg
{
    font-size: 3em;
    color: #E6B356;
    margin-bottom: 10px;
}

@media screen and (max-width: 1090px)
{
    .HomepageButtons a
    {
        width: 25%;
    }
    .HomepageButtons a:nth-child(n + 5)
    {
        border-top: 1px solid #39603A;
    }
    .HomepageButtons a:nth-child(4)
    {
        border-right: 1px solid #39603A;
    }
    .HomepageButtons a:nth-child(5)
    {
        border-left: 1px solid #39603A;
    }
}
@media screen and (max-width: 565px)
{
    .HomepageButtons a
    {
        width: 50%;
    }
    .HomepageButtons a:nth-child(n + 3)
    {
        border-top: 1px solid #39603A;
    }
    .HomepageButtons a:nth-child(even)
    {
        border-right: 1px solid #39603A;
    }
    .HomepageButtons a:nth-child(odd)
    {
        border-left: 1px solid #39603A;
    }
}
@media screen and (max-width: 300px)
{
    .HomepageButtons a
    {
        width: 100%;
        border-top: 1px solid #39603A;
        border-right: 1px solid #39603A;
        border-left: 1px solid #39603A;
    }
}
@media screen and (max-width: 991px)
{
    footer, footer .Right, .divCompliance
    {
        text-align: center;
    }
    .hpDiv2 .col-md-4
    {
        padding-top: 30px;
    }
    .hpDiv2 .col-md-4:first-child
    {
        padding-top: 0px;
    }
    .slideshow_outer_container {
        display: block;
    }
}
@media screen and (max-width: 900px)
{
    .SlideShowNav
    {
        top: 25px;
    }
}
@media screen and (max-width: 790px)
{
    .SlideShowNav
    {
        top: 10px;
    }
}
@media screen and (max-width: 719px)
{
    .SlideShowNav
    {
        top: -10px;
    }
}
@media screen and (max-width: 630px)
{
    .slick-prev, .slick-next
    {
        display: none !important;
    }
    .slideshow_container
    {
        width: calc(100% + 30px);
        left: -15px;
    }
    .slideshow_outer_container
    {
        padding-top: 0;
    }
    .SlideShowNav
    {
        top: 20px;
    }
}
@media screen and (max-width: 385px)
{
    .DTF
    {
        font-size: calc(48em / 16);
    }
}
@media screen and (max-width: 325px)
{
    .DTF
    {
        font-size: calc(40em / 16);
    }
}
@media screen and (max-width: 660px)
{
    .HeaderLogo {
        display: none;
    }
}