/** General **/
p a {
    /* color: #d65915; */
    /* color: #C35113; */
    color: #C64905;
    text-decoration: underline;
}
.attention p a{
    /* color: #8B3A0E; */
    color: #2D6A9F !important;
    text-decoration: underline;
    font-weight: bold;
}
.parksSection a:hover {
    color:#ffffff !important;
}
.topBar a:hover{
    color: #f67935;
}
.footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footerListNew li a {
    display: inline !important;
}
/** Header **/
.topBar {
    background-color: #502216;
}
.topBar .contact-info li a:focus, .topBar .social li a:focus, .topBar .rightList li a:focus{
    outline: 2px solid #ffffff !important;
}
.focus-event .focus-event-title{
    color: #337ab7;
    font-weight: bold;
    font-family: 'GibsonBold', serif ;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.focus-event .focus-event-description{
    /* color: #d65915; */
    color:#C64905;
    font-weight: bold;
    font-family: 'GibsonBold', serif ;
    font-size: 17px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1,h2 {
    /* color: #502216; */
    color: #C64905;
}
.navbar li a{
    color: #a6401c;
}
.navbar-nav li button.btnSearch svg path{
    color: #a6401c;
}
h3, h4, h5, h6 {
    /* color: #d65915; */
     color: #C64905;
}
/** Body **/
/** Main HP Content Area **/
.featureMiniBox {
    color: #502216;
    border: 3px solid #502216;
}
.featureMiniBox h3{
    color: #b63900;
}
.subFooter {
    background-color: #a6401c;
}
.footer {
    background-color: #502216;
}
.parkInformation {
    border: 3px solid #502216;
    padding:5px 25px 16px;
}
.featureWeatherBox {
    border: 3px solid #502216;
    padding:10px 8px;
}
.Forecasts .table-striped>tbody>tr.Forecast:nth-of-type(odd) {
    background-color: rgba(000, 000, 000, .05) !important;
}
.quickLink {
    border: 3px solid #502216;
}
/** Parks Section **/
.parksSection {
    background-color: #c64905;
}
table caption, table thead {
    color: #a6401c;
}
.tour, table th, table td, table tbody, table thead {
    border-color: #a6401c !important;
}
table th {
    background-color: #a6401c !important;
    color:#fff;
}
.dropdown-menu {
    background-color: #502216;
}
.navbar-nav .open .dropdown-menu {
    background-color: #a6401c;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #a6401c;
}
img.border {
    border:3px solid #a6401c;
}
p.border {
    padding:20px;
    border:3px solid #a6401c;
}
a.defaultInlineBtn, a.defaultInlineBtn:hover, button.defaultInlineBtn, button.defaultInlineBtn:hover {
    background-color: #502216;
}
a.secondaryInlineBtn, a.secondaryInlineBtn:hover, button.secondaryInlineBtn, button.secondaryInlineBtn:hover {
    background-color: #a6401c;
}
a.tertiaryInlineBtn, a.tertiaryInlineBtn:hover, button.tertiaryInlineBtn, button.tertiaryInlineBtn:hover {
    background-color: #d65915;
}
div.border {
    border-color: #a6401c;
}
.altPageRibbon {
    background-color:#502216;
}
.article div hr {
    border-top:3px solid #d65915;
    opacity: .3;
}
.navbar-toggle {
    border-color: #502216;
}
.icon-bar {
    background-color: #502216;
}
/* Format Home Page Summary */
.overview p {
    font-size: 1.4em;
    color: #a6401c;
}
/** Event Pages **/
/* Park Name */
.eventArea h2 {
    border-bottom: 3px solid #502216;
    padding: 0 0 10px 10px;
    margin-bottom: 0;
    color: #a6401c;
}
/* Date / Time */
li.event a h4, h4.event {
    color: #a6401c;
}
/* Sidebar Date */
li.event a h5 {
    color: #d65915;
    opacity:.6;
}
p.accent a {
    opacity: .8;
}
li.event:hover h4 {
    color: #C34511;
    transition: all .3s ease;
}
li.event:hover {
    background-color: rgba(000, 000, 000, .05);
    transition: all .3s ease;
    cursor: pointer;
}
/* for park breadcrumb */
.parkbreadcrumb{
    background-color: transparent;
}
.parkbreadcrumb li{
    opacity: 1;
    color:#a6401c;
}
.parkbreadcrumb li a{
    /* opacity: .6; */
    text-decoration: underline;
    color:#a6401c;
    transition: all .2s ease-in-out;
}
.parkbreadcrumb li a:hover, .parkbreadcrumb li a:focus{
    opacity: 1;
}
@media only screen and (max-width: 866px) {
#navbar {
    background-color: #a6401c;
    color:#fff;
    right: 0px;
    left: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #502216;
}
}

