/* Move down content because we have a fixed navbar that is 50px tall */

body
{
	background-color: #fff;
	height: 100%;
	/*padding-top: 5px;*/
}

body.EditBody
{
	background-color: white !important;
	color: black !important;
}

/* Header
-------------------------------------------------- */
.bg-faded {
  background-color: #000000 !important;
}

/* .wrapper {
	padding: 0rem !important;
	margin-bottom: 0rem !important;
	background-color: #fdebdd !important;
} */
.container {
	padding: 0rem !important;
	margin-bottom: 0rem !important;
	background-color: #fff !important;
}

.jumbotron {
	height: 171px !important;
	padding: 0rem !important;
	margin-bottom: -1rem !important;
}

@media (min-width: 576px) {
  .jumbotron {
	padding: 0rem !important;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.Gov {
  text-align: center;
}


.jumbotron-fluid {
  max-width: 100%!important;
  height: auto!important; 
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
/* end header */


#tourbookdiv {
	line-height:1.15;
}
#tourbookdiv > img {
	margin-top:-5px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }

#contact {
	width:300px;
	float: right;
	margin: 0 0 1em 1em;
	padding: 10px;
	background: #ccc;
	display: inline;
}


/* Nav Styling
-------------------------------------------------- */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(255, 255, 255, 0.5)!important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1.0)!important;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1.0)!important;
  font-size: 17px!important;
}

.navbar-light .navbar-brand {
  visibility: hidden;

}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1.0)!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #5e9cd0!important;
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: #5e9cd0!important;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 1.0)!important;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(255, 255, 255, 1.0)!important;
}
.rounded {
  border-radius: 0rem!important;
}
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5)!important;
}
.navbar-light .navbar-toggler-icon {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
/* end nav */




/* Search Styling
-------------------------------------------------- */
.btn-outline-success {
  color: #fff!important;
  background-image: none;
  background-color: transparent;
  border-color: #fff!important;
}

.btn-outline-success:hover {
  color: #000!important;
  background-color: #fbb03b!important;
  border-color: #fbb03b!important;
}
/* end search*/

/* Styling 
-------------------------------------------------- */
h1,h2,h3,h4,h5,h6
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500!important;
	padding: 0 20px!important;

}

.p,p
{padding: 10px 20px 0px 20px!important;
}

.h1,h1
{
	font-size: 52px;
}

.h2,h2
{
	color: #036;
}

.pagetitle {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600 !important;
    color: #000;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 2px;
    text-align: left;
}

.title
{
	color: #036;
	font-weight: 700;
	text-transform: uppercase;
}

.BreadCrumbs
{
	margin-bottom: 15px;
	margin-left: 20px;
}

.BreadCrumbs H5
{
	display: inline;
	font-family: arial, sans-serif;
	font-size: 12px;
}

hr
{
	border: 0;
	border-top: 1px solid #CCC!important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.poplinks
{
	background: #cc9933;
	margin: 0 0 20px 0;
	padding-top:20px;
	font-size: 12px!important;
}
.poplinks a
{
	text-decoration: none;
	color: #fff;
    text-align: center;  
}

.poplinks h6 {
	padding: 0!important;
}

.searchbox
{
	/* background: #cc9933;*/
	margin:  0;
	padding:0px;
}
.content, .homecontent
{
	background: #fff;
	padding: 0px;
	margin: 15px auto 0!important;

}
.homecontent
{
	padding: 0;
	max-width: 100%;
}
.footop
{
	background: #e29557;
	padding: 4px;
}

footer
{
	background: #042135;
	color:#fff;
	margin-top: 0px;
	padding: 10px;
	font-size: 1rem;
}


footer a
{
color: #ff9900!important;
}


@media (min-width: 768px) {

footer {
	min-height:100px;
	padding: 10px;
	font-size: 0.8rem;
	}
	div.newsdiv p, div.caldiv p {
	padding: 10px 20px 0 0 !important;
	}
}



/* .img-fluid {
  max-width: 100%;
  height: auto;
} */


.rightImage {
	margin: 0 0 4px 10px;
}
.leftImage {
	margin: 0 10px 4px 0;
}

.NewsPubDate {
	font-size: 0.8em;
	font-weight: normal;
}

div.newsdiv p, div.caldiv p {
	padding: 10px 20px 0px 20px !important;
}

/* End Styling */



/* Fix for li bullet items showing displayed and spaced. Code is generated automatically by our TeamCMP somehow 
-------------------------------------------------- */
.SideNav {
  list-style: none;
  margin-left: -24px;
}
/* end for li fix */


/* -------- NAV IN PAGE CONTENT -------- */

#rightnav {
	position: absolute;
	z-index: 10001;
	/* top: 220px; */
	left: calc(((100vw - 975px) / 2) + 790px);
	/*float: right;*/
	border: 1px solid #bdac95;
	background: #f1f0f0;
	color: #bdac95;
	width: 150px;
	margin: 0.5em 5px 10px 5px;
	padding: 2px;
}


#rightnav ul{
	margin: 5px 5px 0.5em 5px;
	padding: 0;
	line-height: 0.75em;
	list-style: none;
}
#rightnav ul ul{
	margin-left: 0 ;
}


#rightnav ul li a{
	font-size: 0.75em;

}


#rightnav h5 {
	font-family: "trajan-pro",sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 700;
	color: #9e0b0f;
	margin: 0;
	padding: 0 !important;
}
#rightnav h5 a {
	text-decoration: none;
}


#rightlinks {
	width: 100%;
	display: none;	
}
#rightlinks ul{
	margin: 0;
	padding: 0 5px;

}
.content ul, .content ol, .EditBody ul, .EditBody ol { 
	padding: 0 15px 0 40px;
	list-style-type: square;
}

/* .content li { 
	margin: 0 15px 0 0;
	list-style-type: square;
} */

.content ul ul, .content ol ol , .EditBody ul ul, .EditBody ol ol {
	font-size: 100%;
}
.cbp-fwslider {
    position: relative;
    margin: 0 -60px -20px!important;
	margin-top:-55px!important;
    overflow: hidden;
	padding: 20px 0 0px!important;
	z-index:333!important;
}

h3.titlebar {
	background: #e29857;
	padding: 20px;
	font-size: 1.2em;
	color: white;
}
h3.titlebar2 {
	background: #48664d;
	padding: 20px;
	font-size: 1.2em;
	color: white;
}/* Move down content because we have a fixed navbar that is 50px tall */






#tourbookdiv {
	line-height:1.15;
}
#tourbookdiv > img {
	margin-top:-5px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }

#contact {
	width:300px;
	float: right;
	margin: 0 0 1em 1em;
	padding: 10px;
	background: #ccc;
	display: inline;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}




/* ========= Gallery and Slideshow =========== */


#gallery {

	width: auto;
	height: auto;
	text-align: left;
	
}
	
#gallery img {
	border: 1px solid #eee;
	background-color: #fff;
	padding: 5px;
	margin: 5px 0 5px 7px;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
#gallery img:hover {
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
}

#gallery .galleryimg {
    display: inline-block;
    width: 275px;
    margin: 0 10px;
}

#gallery .galleryimgdesc {
	position: relative;
	top: -30px;
	left: 8px;
	width: 270px;
	display: block;
	background-color: white;
	font-size: 0.85em;
	text-align: center;
	opacity: 0.75;
}

/* ========= END Gallery and Slideshow =========== */

/* This is needed to make sure hamburger menu is still visible when screen size shrinks */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: #ccc !important;
  visibility: visible;
}
/* end for menu fix */

/* ========= fix nav z-index =========== */
.navbar {
  position: relative;
  z-index: 1000!important;
}
/* ========= end fix =========== */

/* ========= make google maps responsive =========== */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* ========= end fix =========== */


.callist span {
    display: block;
}


.date {
	min-width: 60px;
	max-height: 55px;
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	margin-right: 1.5rem;
	padding: 0.2rem 0;

}
.date .day {
	font-family: Helvetica, sans-serif;
	font-size: 1.1rem; text-align: center; color: #9e9e9e; 
}
	
.date .day .month {
	background: #d10000; 
	background: linear-gradient(top, #890a1d 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #890a1d 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #890a1d 0%, #7a0909 100%);
	font-size: 0.8rem; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-top: 0.2rem solid #a13838;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 2px 0;
}

.cal-row {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.5rem;
}


a.cal1, a.cal2 {
	font-size: 0.7em;
	text-align: left;
	line-height: 0.8 !important;
}


.col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.666667%;
    -ms-flex: 0 0 12.666667%;
    flex: 0 0 12.666667%;
    max-width: 12.666667%;
/* 	padding-left: 20px!important;
    padding-right: 20px!important; */
    text-align: center;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 33%;
    margin-right: auto;
    backface-visibility: hidden;

}

.rowpic {
    background: #fff;
    padding: 20px;
    background-size: 100%;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
	margin-top: 25px;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 25px;
    font-size: 1.0rem;
}

#elocallink {
	float: right;
	padding: 0 1em 1em 1em;
	}



.rowvideo {
    display: block;
}

.embed-container {
    position: relative;
    padding-top: 36.45%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #666;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


@media (min-width: 576px) {
.rowpic {
    background: #fff url(../Images/Main/New2023/background-news.png) no-repeat top center;
	}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video, .embed-responsive-item {
    position: absolute!important;
	}
#elocallink {
	float: right;
	padding: 0 50px 2em 2em;
	}
}
