html {
    font-size: 1.0em;
}


body {
    background: #fff;
    color: #000;
    height: 100%;
    width: 100%;
    padding-top: 5px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 100%;
}

a,
a:link {
    color: #890A1D;
}

a:hover,
a:focus,
a:visited {
    color: #570612;
}

/* Header
-------------------------------------------------- */
.bg-faded {
    background-color: #036 !important;
}

.jumbotron {
    height: 171px !important;
    padding: 0rem !important;
    margin-bottom: 0rem !important;
}

@media (min-width: 1440px) {
    .jumbotron {
        padding: 0rem !important;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    max-width: 100% !important;
    height: auto !important;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

/* end header */

.pagetitle {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700 !important;
    color: #FFF;
    text-transform: uppercase;
    background-color: #890a1d !important;
    padding: 10px 20px;
    letter-spacing: 2px;
    text-align: left;
}

.homecontent {
	font-size: 1.1rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
	text-align: justify;
}
#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:not(.show) {
    opacity: 1;
}

.fade:hover {
    opacity: 0.5;
}

/* Nav Structure from current Jeffco Site
-------------------------------------------------- */

/* ======== Main Structure ========== */
#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
}

#header {
    background: #333333 url(../images/2019/logo.png) no-repeat left top;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu-wrapper {

}

/* Nav Styling from current Jeffco Site
-------------------------------------------------- */

/* ------- Top Menu Nav ------- */
/* ----------- Reset ---------- */

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.nav hr {
    background-color: #800000;
    color: #800000;
    height: 1px;
    border: 0;
}

.nav a {
    text-decoration: none;
}

.nav li {
    list-style: none;
}

/* Menu Container */
.nav {
    position: relative;
    cursor: default;
    z-index: 700;
    height: 120px;
}



/* Menu List */
.nav > li {
    display: block;
    float: left;
    margin-left: 0px;
}

/* Menu Links */
nav > li > a {
    position: relative;
    display: block;
    z-index: 710 !important;
    padding-top: 47px;
    height: 110px;
    width: 137px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: transparent;
    text-align: center;
}

nav > li:hover > a {
    background: #000;
    color: #fff;
    opacity: 0.50;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
    z-index: 730;
}

nav > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-left: none;
}





@media screen and (min-width: 992px) {


	/* Menu Dropdown */
	nav > li > div {
		position: absolute;
		width: 975px;
		height: auto;
		top: 110px;
		left: 0;
		opacity: 0;
		visibility: hidden;

		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid black;
	}

	nav > li:hover > div {
		visibility: visible;
		display: block;
		overflow: visible;
		opacity: 0.95;
		filter: alpha(opacity=95);
		/* For IE8 and earlier */
	}

	/* Menu Content Styles */
	nav .nav-column {
		float: left;
		width: 750px;
		padding: 20px 10px;
		max-height: 700px;
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
	}

	nav .nav-column UL {
		width: 250px;
		max-height: 636px;

	}

	nav .nav-column UL.listCol2 {
		position: absolute;
		top: 20px;
		left: 250px;
	}

	nav .nav-column UL.listCol3 {
		position: absolute;
		top: 20px;
		left: 500px;
	}

	nav .nav-column UL LI {
		width: 245px;
		margin: 0;
	}

	nav .nav-column-pic {
		float: right;
		padding: 0;
		margin: 0;
		vertical-align: bottom;
		width: 225px;

	}

	nav .nav-column h3 {
		margin: 10px 0 10px 0;
		line-height: 18px;
		/*font-family: 'Raleway', sans-serif!important;*/
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #372f2b;
	}


	nav li > div > h1 {
		color: #4d8191;
		margin-top: 12px;
	}

	nav .nav-column li a {
		width: 240px;
		padding: 5px;
		display: block;
		line-height: 1.2em;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: 500;
		font-size: 1.0em;
	}

	nav .nav-column li a:hover {
		color: #333;
		background-color: #ddd;
	}
}




.btn-outline-success {
    color: #5e9cd0 !important;
    background-image: none;
    background-color: transparent;
    border-color: #5e9cd0 !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #5e9cd0 !important;
    border-color: #5e9cd0 !important;
}

/* end search*/

/* Styling 
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700 !important;

}

.h1,
h1 {
    font-size: 52px;
}

.h3, h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

.h2,
h2 {
    color: #036;
}

.h5,
h5 {
    color: #000;

    font-weight: 700 !important;
}

.title {
    color: #036;
    font-weight: 700;
    text-transform: uppercase;
}

.BreadCrumbs {
    margin: 0 0 15px 1.2em;
    text-align: left;

}

.BreadCrumbs H5 {
    display: inline;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1em;

}

hr {
    border: 0px !important;
    border-top: 1px solid #666666 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.poplinks {
    background: #890a1d;
    margin: 0px;
    padding-top: 0px;
}

.poplinks .img-fluid {
  max-width: 80%;
  height: auto;
}

.poplinks a {
    text-decoration: none;
}

.content {
    background: #fff;
    padding: 0px 20px 20px 20px;
}

footer {
    background: #000;
    color: #aaaaaa;
    margin-top: 0px;
    padding: 20px 10px 10px;
    font-size: 0.8rem;
}

footer h5 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1.2rem;
}


/* news/calendar area and promo styling */

.rowpic {
    background: #fff url(../images/2019/cityback.jpg) no-repeat top center;
    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-right: -15px;
    margin-left: -15px;
    padding-bottom: 25px;
    font-size: 1.0rem;
}


.rowpromo {
    background: #fff;
    max-width: 1440px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.rowvideo {
    padding: 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
    max-height: 700px;

}




.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.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;
}

#socialicons {
    min-width: 125px;
    text-align: center;
    display: none;
    opacity: 0.7;
}



@media (min-width: 1440px) {

    footer {
        min-height: 214px;
        padding: 20px 10px 0;

    }

    footer .tower {
        display: block;
        position: absolute;
        right: 20px;

    }
	
	

}

/* for resizing poplinks icons and other stuff */

@media screen and (max-width: 991px) {
    .poplinks .img-fluid {
    max-width: 60%;
    height: auto;
	}
    #google_translate {
	position: relative;
	top: 0;
	right: 0;
	}
    #ADA {
	display: none;
    }	
    #ftr-socialicons {
	display: block;
	padding: 15px 5px 5px;
    }
    #ftr-socialicons img {
	padding: 5px;
    }
    #ftr-socialicons #ftr-portal{
	padding-top: 15px;
    }

    .pagetitle { font-size: 1.25rem;
    }

    .rowpic {
        font-size: 0.9rem;
    }
    .homecontent {
    	font-size: 0.9rem;
    }
    BODY {
	font-size: 75%;
	}
}
/* end poplinks icons */

/* .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;
}

.article-bottom {
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

/* End Styling */



/* -------------------------------------------------- */
.SideNav {
    list-style: none;
    margin-left: -24px;
    display: inline-block;
}


/* -------------------------------------------------- */

/* 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 */


.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;
}

/* promo buttons Styling */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 6px !important;
    padding-left: 6px !important;
}



.btn {
    display: inline-block;
    margin-top: -0.5rem !important;
    width: 100% !important;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}


@media (min-width: 992px) {
    #socialicons {
        display: block;
    }
    .rowvideo  {
        display: block;
    }
    #google_translate {
	/*position: relative;
	top: -40px;
	right: -50%;*/
	padding-bottom: 15px;
	}
    #ADA {
	display: block;
    }
    #ftr-socialicons {
	display: none;
    }
}

@media all and (min-width:768px) {
 .headshots {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 90px!important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	min-height: 100px;
	padding: 0px;
	}

}


#portal {
    display: block;
    text-align: center;

}

#portal a {
    color: cyan;
    text-transform: uppercase;
    font-size: 0.rem;
    white-space: nowrap;
}

#portal2 a {
    color: white;
    text-transform: uppercase;
    font-size: 0.7rem;
    white-space: nowrap;
}

footer > div {
    margin: 0 auto;
}

footer a {
    color: #fff !important;
}

footer a:focus,
footer a:hover {
    color: #c9c9c9!important;
    text-decoration: underline !important;
}

footer a:visited {
    color: #e9e9e9!important;
    text-decoration: underline !important;
}

#rss {
    float: right;
    clear: right;
    margin: -2rem 0.2rem 0 1rem;
    display: inline-block;
    border: none;
}

/*
.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;
}




@-moz-document url-prefix() {
    .date {
        padding: 0.2rem 0 0 0;
    }
    .date p span {
    	padding: 0.2rem 0 0.2rem 0;
    }
}

.flex-eqwidth {
	flex: 1;
}

/* IE9, IE10, IE11 */
@media only screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
                   and (max-width: 992px) {
        .flex-eqwidth {
            flex: none;
            flex-shrink: 1;
        }
    }

.col-header {

    color: white;
    background: #890a1d;
    padding:  3px 10px;

}

.primarynav > .container { padding-right: 0; }

/* Style search form */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 12px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px; top: 0;}
.right-addon .glyphicon { right: 0px; top: 0;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/* Search Styling
-------------------------------------------------- */

#searchdiv {
	position: absolute;
	top: 128px;
	right: 20%;
	z-index: 1;
	width: 250px;
	display: none;
}


.searchbox {
    width: 250px;
    padding-right: 2.375rem;
}

.mag-glass {
    position: absolute;
    z-index: 2;
    display: block;
    right: 5px;
    top: 10px;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#searchicon {
    margin:0 0 -6px 20px;
    vertical-align: baseline;
}

.goog-te-gadget {
	color: #fff!important;
}





/* Fixes for Govt Page */
 .headshots {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	min-height: 470px;
	padding: 0px;
} 

 .Gov {
    float: left;
} 

 .Gov > .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

 .col-md-2 > .headshots {
  padding-left: 0px;
  padding-right: 0px;
} 

@media screen and (max-width: 576px) {

 .headshots {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 60px!important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	min-height: 100px;
	padding: 0px;
	}
}
/*  END Fixes for Govt Page */ 

.alert a:link { text-decoration: underline; }


.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 33%;
    margin-right: auto;
    backface-visibility: hidden;

}
 


