a {
	text-decoration: none;
	color: #0f5f8c;
}

.page-container {
	background-color: #fff;
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.header-line-1 {
	display: table;
/*	text-align: right; */
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	max-width: 1200px;
	position: fixed;
	z-index: 100;
}

.nav-container-0 {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
}

.nav-container-1 {
	display: table-cell;
	text-align: right;
}

.header-line-2 {
	background-color: #fff;
	display: table-row;
	text-align: center;
	margin-bottom: 1px;
}

.header-line-2 span {
	display: table-cell;
	vertical-align: middle;
}

#headergraphic {
	position: relative;
}

nav#top-menu.dropnav li.dropdown ul {
	right: 0;
	left: auto;
	z-index: 140;
}

.nav-container-1 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}

.nav-container-2 {
	position: absolute;
	display: table-cell;
	right: 10px;
	bottom: 10px;
	background-color: rgba(255,255,255,0.5);
	z-index: 40;
	font-size: 24pt;
}

.menuitem-single {
	padding: 0 5px;
}

.header-line-2 {
	background-color: #fff;
	display: table-row;
	text-align: center;
	margin-bottom: 1px;
}

.header-line-2 span {
	display: table-cell;
	vertical-align: middle;
}

.setup_logo {
	width: 100%;
	height: auto;
	padding-top: 17.75%;
	background-size: contain;
}

body.vote-n .setup_logo {
	background-image: url(banner-short.jpg);
}

body.vote-v .setup_logo {
	background-image: url(ames-pond.jpg);
}

.footer-line-1 {
	background-color: rgb(24, 106, 135);
	padding: 10px 0;
	text-align: center;
}

.footer-line-1 a {
	font-style: normal;
	text-decoration: none;
	color: #fff;
}
.footer-line-1 a:link,
.footer-line-1 a:visited {
	color: #fff;
}
.footer-line-1 .t1 {
	color: #fff;
	font-size: 1.2em;
	margin-right: 40px;
}

.footer-line-1 .t2 {
	color: #fff;
	font-size: 1.2em;
	margin-left: 40px;
}

.footer-line-2 {
	padding: 20px 0;
	text-align: center;
	background-color: #00BAF2;
}

.indented {
	width: 800px;
	margin: 0 auto;
}

.body {
	background-color: #fff;
	padding: 5px 5px 0;
	min-height: calc(100vh - 448px);
}

div.footer-line-1 span.t2 {
	display: inline-block;
	border: 5px 0;
}
div.footer-line-1 span.t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #00d4d4;
}

div.footer-line-1 span.t2 .menuitem-single:first-child {
	border-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}

.cms-textarea {
	height: 150px !important;
	width: 300px !important;
}

.cms-comment {
	font-style: italic;
	color: #999;
}

nav.dropnav a {
	color: #fff;
	font-weight: bold;
}

nav.dropnav .sub-menu a {
	color: #fff;
}


nav.dropnav li.nav-admin {
	background-color: #ff6600;
}
nav.dropnav > ul > li:hover {
	background-color: rgba(0,0,0, 0.2);
}
nav.dropnav li.nav-admin:hover {
	background-color: rgba(255,102,0, 0.7);
}

.submit-overlay {
	position: absolute; 
	top:170px;
	left:120px;
	width:500px;
	background-color:rgba(255,255,255,0.8);
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.search-overlay {
	position: absolute; 
	top:160px;
	left:120px;
	width:500px;
	background-color:rgba(255,255,255,0.8);
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
}

ul.cat-details,
ul.titles,
ul.list-cat {
	list-style: none;
	padding-left: 0;
}

ul.list-cat li {
	display: inline-block;
	width: 130px;
	height: 120px;
	text-align: center;
	margin: 10px;
}

ul.list-cat li a {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	vertical-align: top;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	padding: 10px;
}

ul.list-cat li a i.fa {
	font-size: 60px;
/*	color: #606; */
	color: #336699;
	display: table-row;
}

ul.list-cat li a span {
	display: table-row;
}

.caption-text {
	font-size: 80px;
	color: #336699;
	text-shadow: 1px 1px 6px rgba(128, 128, 128, 0.6);
	padding-left: 40px;
}

.caption-text i.fa {
	font-size: 1.8em;
	vertical-align: middle;
}

ul.cat-details li.cat {
	background-color: #f8f8ff;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.75);
	margin: 20px 0 5px 0;
}

ul.cat-details li .head {
	display: block;
	font-size: 1.5em;
	background-color: #336699;
	color: #fff;
	padding: 6px 20px;
}

ul.cat-details li .more {
	text-align: right;
	display: block;
	font-style: italic;
	padding: 5px 20px 5px 5px;
}

ul.titles li.item {
}

ul.titles li.item a.item-container {
	display: table;
	padding: 10px 20px;
}

a.item-container:hover {
	background-color: #ccc;
}

a.item-container .item-icon {
	display:table-cell;
	vertical-align: middle;
	width: 56px;
	height: 40px;
}

a.item-container .item-desc {
	display:table-cell;
	width: 604px;
	vertical-align: middle;
}

a.item-container .item-desc .title {
	display: block;
	font-size: 1.4em;
	line-height: normal;
}
a.item-container .item-desc .desc {
	display: block;
	color: #717070;
	font-size: 0.9em;
}

a.item-container .item-spec {
	display:table-cell;
	width: 100px;
	text-align: right;
	color: #717070;
}

.btn-con.cc-light {
	background-color: #ff8100;
	color: #fff;
}
.btn-con.cc-light .btn-text {
	background-color: #ff9224;
}

h3.item-title img {
	vertical-align: text-bottom;
}

h3.item-title span {
	vertical-align: text-top;
	margin-left: 20px;
}

.popup-scroll {
	height: 400px;
	overflow: scroll;
}

.blueButton {
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	text-align: left;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.blueButton:active {
	position:relative;
	top:1px;
}


.nom-container {
}

.job-container {
	border: 1px solid #999;
	display: inline-block;
	padding: 8px;
	vertical-align: top;
	width: 275px;
}

.job-item {
	padding: 3px 0;
}

.main-container {
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: calc(100% - 285px);
	padding: 8px;
}
.name-container {
	border: 1px solid #090;
	-webkit-column-width: 210px;
	column-width: 210px;
	min-height: 400px;
	column-gap: 10px;
}

.member-item {
	padding: 3px 5px;
	display: inline-block;
	width: 220px;
}

#cont_job div.job-item.active {
	background-color: #0038bf;
}

#cont_job div.job-item.active a {
	color: #fff;
	font-weight: bold;
}

.member-item input:checked + label {
	font-weight: bold;
}

.finalize-container {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.nav-container2 .btn-con,
.finalize-container .finalize-button {
	cursor: pointer;
}

.nav-container2 {
	margin: 20px 0;
	text-align: center;
}

.job-item .fa {
	padding: 0 5px;
	width: 23px;
}

.job-item .fa.fa-square-o {
	color: #ccc;
}

.job-item .fa.fa-check-square {
	color: #090;
}

.job-item .fa.fa-window-close {
	color: #f43030;
}

.disp-role h4 {
	font-size: 1.2rem;
}

span.check-all {
    float: right;
    margin-top: -9px;
}

.intro-container {
    border: 1px solid #090;
    padding: 20px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.name-footnote {
    font-weight: bold;
}

span.btn-con.cc-gray {
    cursor: not-allowed;
}


input.toggles[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
input.toggles[type="checkbox"]:focus {
  outline: 0;
}

.optout ul {
    list-style: none;
	padding-left: 0;
    font-size: 1.05rem
}

.optout ul li {
    padding: 2px 0;
}

.toggles {
  height: 20px;
  width: 38px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid #474755;
  background: linear-gradient(180deg, #2DdF39 0%, #1Fd027 100%);
  transition: all 0.2s ease;
}
.toggles:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.toggles:checked {
  border-color: #654FEC;
  background: linear-gradient(180deg, #dD2F39 0%, #dF2027 100%);
  
}
.toggles:checked:after {
  transform: translatex(16px);
}

.positioning {
	vertical-align: top;
	padding-left: 5px;
    font-weight: bold;
}


.themeButton i.fa-icon {
	margin-right: 10px;
	font-size: 1.5em;
}

.themeButton span.logo {
	vertical-align: calc(12%);
}

.themeButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color: #019ad2;
}

.themeButton {
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color: #33bdef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #057fd0;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #5b6178;
	text-align: left;
}

.themeButton:active {
	position:relative;
	top:1px;
}

.themeButton.cc-light {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffad59), color-stop(1, #ff8000));
	background: -webkit-linear-gradient(top, #ffad59 5%, #ff8000 100%);
	background: -o-linear-gradient(top, #ffad59 5%, #ff8000 100%);
	background: -ms-linear-gradient(top, #ffad59 5%, #ff8000 100%);
	background: linear-gradient(to bottom, #ffad59 5%, #ff8000 100%);

	-webkit-box-shadow: 2px 2px 4px 0px #c49e45;
	box-shadow: 2px 2px 4px 0px #c49e45;
	border: none;
}

@media print {
	#headergraphic,
	.footer-container,
	.action-print {
		display: none;
	}
	h3, h4 {
		color: #666 !important;
	}
	.item-count {
		display: none;
	}
}