:root {
    --blue: #1c2B4A;
    --light-blue: #274265;
    --red: #B02D27;
    --teal: #7CC0CD;
    --gray: #E1E1E1;
    --light: #FFFFFF;
    --dark: #222222;
    --dark-gray: #a1a2a2;
}


@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');


html, body {
	margin:0px;
	padding:0px;
    font-family: "League Spartan", serif;
    font-optical-sizing: auto;
    font-size: 18px !important;
    font-weight: 300 !important;
    background-color: var(--gray);
    color: var(--dark);
    line-height:1em !important;
    height: 100vh;
}

html {
	font-size:16px !important;
	color:var(--dark);
}

.flex {
    margin: 50px;
}
.font-semibold {
    font-weight: 600 !important;
}
.italic {
    font-style: italic !important;
}
.underline {
    text-decoration: underline !important;
}

a, a:link, a:active, a:visited {
	color:var(--red);
	text-decoration:underline;
    line-height: 1em;
}
a:hover {
	color:#3a353b;
	text-decoration:none;
}
#content a[role=button], #content a[role=button]:link, #content a[role=button]:active, #content a[role=button]:visited {
    padding:10px 100px !important;
    background-color: var(--red) !important;
    text-align: center;
    color:var(--light) !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}
#content a[role=button]:hover {
    background-color: var(--blue) !important;
    color:var(--light) !important;
}
#sidebar a[role=button], #sidebar a[role=button]:link, #sidebar a[role=button]:active, #sidebar a[role=button]:visited {
    padding:10px 100px !important;
    background-color: var(--red) !important;
    text-align: center;
    color:var(--light) !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
}
#sidebar a[role=button]:hover {
    background-color: var(--blue) !important;
    color:var(--light) !important;
}
td {
	vertical-align:top;
}

.container {
	z-index:4005 !important;
    padding:0;
}
img {
	border:0px;	
}
h1 {
    font-family: "League Spartan", sans-serif;
    color: var(--blue);
    font-weight:800;
	font-size:50px;
	padding:0px;
	margin:0px;

}
h3 {
    font-family: "League Spartan", sans-serif;
    font-weight:800;
	font-size:30px;
    border-bottom: 1px solid var(--red);
    color:var(--blue);
    text-align: center;
}
h4 {
    text-align: center;
}
.input {
	padding:2px 10px;
	border:0px;
	background:none;
	border-bottom:1px #3a353b solid;
}
.textarea {
	padding:2px 10px;
	background:none;
	border:1px #3a353b solid;
}

/******************** HEADER ********************/
#header {
	background:none;
}
#slideshow {
	width:100%;
	z-index:10;
	border:4px #999557 solid;
	margin-top:54px;
	background:#fef4e1;
	border-radius:7px;
	padding:5px;
	position:relative;
}
.carousel {
	border:0px;
}
.carousel .carousel-control {
	background:none;
	border: 0px;
}

.carousel-caption { 
  padding:0px;
  margin:0;
  color:#fef4e1;
  padding-right:45px;
  width:85%;
  text-align:right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#766260+0,766260+100&0+0,0.8+47 */
	background: -moz-linear-gradient(left, rgba(118,98,96,0) 0%, rgba(118,98,96,0.8) 47%, rgba(118,98,96,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(118,98,96,0) 0%,rgba(118,98,96,0.8) 47%,rgba(118,98,96,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(118,98,96,0) 0%,rgba(118,98,96,0.8) 47%,rgba(118,98,96,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00766260', endColorstr='#cc766260',GradientType=1 ); /* IE6-9 */
}
.carousel-caption h3{ 
	padding:5px;
	margin:0;
    text-align: center;
}
.carousel-overlay {
    position: absolute;
    z-index: 99999 !important;
    top:0;
    left:0;
}

.carousel-control-prev-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%303030' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%303030' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.blue_city_bg {
    background-color: var(--blue);
    background-image: url('/images/cities.png');
}

.red_city_bg {
    background-color: var(--red);
    background-image: url('/images/cities.png');
}
.tn_header {
    margin:0;
    position: relative;
    padding: 0 75px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.tn_header .header_content {
    position: absolute;
    width:100%;
    top:0;
    margin:auto;
    z-index: 450;
    align-items: baseline;
}
.tn_header .banner {
    z-index: 400;
    position: absolute;
    top:0;
    right:10%;
    width:33.33333333%;
}
.tn_header .state {
    z-index: 300;
}
.tn_header .title {
    z-index: 500;
    font-family: "Libre Bodoni", serif;
    font-weight: 800;
    color: var(--light);
    filter: drop-shadow(0px 2px 3px var(--dark));
    font-size: 3em;
    line-height: 0.9em;
    align-self: flex-end;
    padding-bottom:40px;
    padding-left:80px;
}
.issue-img {
    width:30%;
    margin:15px;
    border:0px solid var(--dark);
    filter: drop-shadow(0px 2px 3px var(--dark));
}
.page_shadow {
    background-color: var(--light);
    filter: drop-shadow(0px 5px 5px var(--dark-gray)); 
    min-height:100%;
    z-index: 800;
}
.issue_container {
    background-color: var(--light);
    filter: drop-shadow(0px 5px 5px var(--dark-gray)); 
    margin:10px 0px 20px 0px;
}
.issues_title {
    
}
.issues_response {
    padding:10px;
    font-size:1.2em;
    line-height: 1.5em;
    font-weight: 300;
}
#sidebar {
    padding:10px;
}
.pad-10 {
    padding:10px;
}

.red {
    color: var(--red);
}
.blue {
    color: var(--blue);
}
.teal {
    color: var(--teal);
}

.quicklinka {
    text-decoration: none !important;
}
.quicklink:hover {
    background: var(--gray) !important;
}
.quicklink {
    padding:15px 20px;
}
.deadlines {
    padding:5px 10px;
    border-bottom: 1px solid var(--gray);
}

.issue_banner {
    padding:10px;
    text-align: center;
    font-size: 1.8em;
}
.banner_ag {
    background-image: url('/images/banner_ag.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.banner_edu {
    background-image: url('/images/banner_edu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.banner_health {
    background-image: url('/images/banner_health.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.banner_overlay {
    padding:50px 0px;
    background-image: url('/images/tri-star_overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    border: 2px solid var(--dark);
}
.state_bg {
    background-image: url('/images/tn_header.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: left;
}

.navbar {
	border-radius:0;
	border:0;
    z-index: 9999 !important;
}
.navbar-custom {
    background-color:var(--gray);
}

/* link */
.navbar .navbar-nav > li > a {
    color: var(--red) !important;
	text-decoration:none;
	padding:5px 20px 5px 20px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.navbar .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: var(--blue) !important;
    border-bottom: 2px solid var(--red);
}
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus {
    color: var(--blue);
	text-decoration:none;
}
.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus {
    color: var(--dark);
    background-color: var(--light);
	text-decoration:none;
}
/* caret */
.navbar .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
	text-decoration:none;
}
.navbar-toggler {
    color:var(--dark);
}
.navbar-toggler-icon {
    color:var(--dark);
}

.featured {
	padding:0px;
	border:0px #333 solid;
}
.dropdown-menu {
	background-color:#303030;
    padding:10px;
    margin-top:35px !important;
    border: 1px #ffffff solid;
    border-radius: 0px;
}
.dropdown-menu > li > a {
	color:#ffffff;
	text-decoration:none;
    display:block;
    padding-left:10px;
    line-height: 2em !important;
}
.dropdown-menu > li > a:hover {
	color:#CDCDCD;
    background-color: #494949;
	text-decoration:none;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
	background-color:#fef4e1;
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.dropdown-submenu>.dropdown-menu  > li > a  {
	color:#ffffff;
    display:block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
	color:#303030;
}
.dropdown-submenu>a:after {
    display:none;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
	text-decoration:none;
}
.dropdown-submenu>a {
	color:#fef4e1;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#fef4e1;
	text-decoration:none;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.navbar-collapse{
    border:0px;
    z-index:9999 !important;
}
/******************** CONTENT ********************/
#content {
    background-color: transparent;
    padding:0;
    padding-bottom:20px;
    font-size: 18px;
    font-weight: 300;
}
p {
    font-size: 18px;
    font-weight: 300;
}

#sidebar {
    background-color: transparent;
    padding-bottom:20px;
    min-height:200px;
}
.content_height {
    min-height: calc(100vh - 300px) !important;
}

/******************** ALERT BAR ********************/
#alert {
	/* background: #999557; */
	color: #3a353b;
	font-weight:bold;
	padding:3px 0px;
	border-bottom: 2px #3a353b solid;
	text-transform:uppercase;
}
/******************** FOOTER ********************/
footer {
    background-color: var(--blue);
    padding-bottom:5px;
    padding-top:5px;
    z-index: 999;
}
#footer {
	color: var(--light);
	font-size:12px;
    z-index: 5005;
}
#footer #copy {
	text-align:left;
	font-size:10px;
}
.copyright {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}
footer a, footer a:active, footer a:visited, footer a:link {
	color: #ffffff !important;
	text-decoration:none !important;
}
.social-network a, .social-network a:active, .social-network a:visited, .social-network a:link {
	color: var(--teal) !important;
	text-decoration:none !important;
}
.social-network:hover {
	color: var(--light) !important;
	text-decoration:none !important;
}
#footer .address {
	border-left:2px #ffffff solid;
}
#footer .nav {
	border-left:2px #000000 solid;
}
#footer .nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer .nav ul li a, #footer .nav ul li a:link, #footer .nav ul li a:active, #footer .nav ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer .nav ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer #designedby {
    line-height: 15px;
}
#footer #designedby a, #footer #designedby a:link, #footer #designedby a:active, #footer #designedby a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer #designedby a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.save_content {
    position:fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99999 !important;
}

@media (max-width: 767px) {
    .dropdown-menu {
        margin-top:7px !important;
    }
    .dropdown-menu > li > a {
        padding-left:30px;
    }
    
    .tn_header {
        padding:0;
    }
    .header_content {
        display:none;
    }
    .navbar .navbar-nav > li > a {
        padding:10px 20px 10px 20px !important;
        width:100%;
        display:block;
        text-align: left;
    }
    .navbar-collapse {
        border-top: 1px solid var(--light);
    }
    .issue-img {
        width:100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
	.navbar-collapse{
	  padding-top:0px !important;
	}
	.carousel {
	}
	.carousel .item{
		width: 100% !important;
	}
	.carousel-main {
		/* height:400px; */
	}
	.carousel-main .item{
		width: 100% !important;
		/* height:400px; */
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.slideshow {
		padding-left:115px;
	}
	.carousel {
		height:215px;
	}
	.carousel .item{
		width: 100% !important;
		/* height:215px; */
    }
	.carousel-main {
		/* height:450px; */
	}
	.carousel-main .item{
		width: 100% !important;
		/* height:450px; */
    }
}
@media (min-width: 1200px) {
	.slideshow {
		padding-left:115px;
	}
	.carousel {
		/* height:215px; */
    }
	.carousel .item{
		width: 100% !important;
		/* height:215px; */
    }
	.carousel-main {
		/* height:500px; */
    }
	.carousel-main .item{
		width: 100% !important;
		/* height:500px; */
	}
}
.social_link {
    color: var(--teal) !important;
}
.social_link:hover {
    color: var(--light) !important;
}
.blockquote {
    border:0;
}
.blockquote-footer {
    text-align: right;
}
#rte-toolbar {
    z-index: 10000 !important;
}


.form-label {
    padding:0px;
    margin-top:30px;
}
.form-control {
    border-radius: 2px;
    padding:10px 5px;
}
.submit {
    padding:10px;
    width:100%;
    color:var(--light);
    background-color:var(--red);
    border-radius: 2px;
}
.submit:hover {
    background-color:var(--gray);
    
}

.btn {
    
}
.btn:hover {
    background-color: var(--light) !important;
    filter: drop-shadow(0px 5px 5px var(--dark)); 
}
.result {
    padding-top: 8px;
    padding-bottom:8px;
}
.result:nth-of-type(odd) {
    background-color: #ECECEC !important;
}