html,body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/d/mcw-root/i/bkgd-main.jpg);
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #5d6166;
}

.gradient-wrapper {
	padding: 12px;
	border-top: 1px solid #e6e6e6;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
h1,
.sysArticleTitle {
	margin: 0 0 20px 0;
	padding: 6px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #007f92;
	font-size: 18px;
	font-weight: normal;
}
h2.heading {
	margin: 0 0 10px 0;
	padding: 6px 0;
	border-bottom: 2px solid #67b2be;
	font-size: 15px;
	font-weight: normal;
}
h2.title,
h3.title {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 6px;
}
a.title {
	text-decoration: none;
}
a.title:hover {
	text-decoration: underline;
}
.dark-gray {
	color: #333333;
}
.light-gray {
	color: #f4f4f4;
}
.dark-blue {
	color: #007f92;
}
.clear {
	clear: both;
}
a.arrow {
	text-decoration: none;
	padding-left: 8px;
	line-height: 20px;
	color: #000;
	font-size: 14px;
	background: url(/d/mcw-root/i/arrow.png) no-repeat left;
}
a.arrow:hover {
	color: #007f92;
}

#container {
	width: 952px;
	padding: 0 25px 90px 25px;
	margin: 0 auto;
	background-color: #fff;
}
#top {
	position: relative;
	height: 90px;
}
#logo {
	position: relative;
	display: inline-block;
	top: 25px;
	left: 0;
	width: 158px;
	height: 40px;
}
#logo.mckee {
	top: 5px;
}
#logo.nysir,
#logo.statesrrg,
#logo.utah {
	top: 5px;
	width: 140px;
	height: 80px;
}
#logo.nysir img,
#logo.statesrrg img,
#logo.utah img {
	height: 80px;
}
#nav-top {
	position: absolute;
	display: inline-block;
	top: 20px;
	right: 0;
	text-align: right;
}
#nav-global {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0;
}
#nav-global li {
	display: inline-block;
	font-size: 14px;
}
#nav-global li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	padding: 0 6px;
}
#nav-global li:last-of-type a {
	padding-right: 0;
}
#domain {
	font-size: 26px;
}
#nav-main {
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 0; /* Do not remove. Needed to prevent margins between inline-block li elements. */
	list-style-type: none;
	background: url(/d/mcw-root/i/bkgd-main-nav.jpg) repeat-x;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #f4f4f4;
	z-index: 100;
}
#nav-main > ul {
	display: inline-block;
}
#nav-main > ul ul {
	margin:0;
	padding:0;
}
#nav-main > ul > li {
	display: inline-block;
	height: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #eee;
}
#nav-main > ul > li:first-of-type {
	border-left: none;
}
#nav-main > ul > li:last-of-type {
	border-right: none;
}
#nav-main > ul > li:hover,
#nav-main > ul > li.current {
	background-color: #fff;
}
#nav-main > ul > li a {
	padding: 0 12px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}
#nav-main > ul > li ul.submenu {
	position: absolute;
	display: none;
	width: inherit;
	background-color: #fff;
	list-style-type: none;
	padding: 5px 0 0 0;
}
#nav-main > ul > li:hover ul.submenu {
	display: block;
}
#nav-main > ul > li:hover ul.submenu li {
	padding: 0 25px 0 15px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
}
#nav-main > ul > li:hover ul.submenu li:first-of-type {
	border-top: 1px solid #babcbf;
}
#nav-main > ul > li:hover ul.submenu li a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
#nav-main > ul > li:hover ul.submenu li:hover {
	border-bottom: 1px solid #67b2be;
}
#nav-main > ul > li:hover ul.submenu li:hover a {
	color: #007f92;
}
#nav-main > ul > li:hover ul.submenu li:last-of-type {
	border-bottom: none;
}

#banner {
	margin-bottom: 20px;
}
body[id^="training-learn"] #banner {
	display: none;
}
#content-main {
	display: table;
	width: 952px;
	padding-bottom: 40px;
}
#content-left {
	display: table-cell;
	width: 255px;
	height: 100%;
	padding-right: 25px;
	vertical-align: top;
}
img#jails {width: 100%;}
#news-feed .summary {
	margin-top: 0;
}
#opinion {
	padding: 12px;
}
#opinion .item {
	background-color: #fff;
	padding: 12px;
	margin-bottom: 12px;
	border: 1px solid #d7d7d7;
}
#opinion .author-img {
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 32px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
	filter: gray;
}
#opinion .author {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
}
#opinion .author a {
	font-weight: normal;
	text-decoration: none;
	color: #555;
}
#opinion .author a.author-name {
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
#opinion .author a:hover {
	color: #007f92;
}
h1.student-news {
	margin-bottom: 0;
}
#student-protection-news {
	padding: 12px;
}

#content-right {
	display: table-cell;
	margin-left: 280px;
	width: 672px;
	height: 100%;
}
#content-right-wrapper {
	display: table;
	height: 100%;
}
#content-right-left {
	float: left;
	width: 368px;
	height: 100%;
	padding-right: 49px;
	vertical-align: top;
}
#articles .item {
	margin-bottom: 20px;
}
#articles .item .author {
	display: inline-block;
	margin-bottom: 6px;
}
#content-left .event-promo-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: center;
}
#content-left .event-promo {
	display: inline-block;
	margin-right: 0;
	width: 222px;
	height: 186px;
}
.event-promo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
ul#article-share {
	clear: both;
	margin: 20px auto;
	padding: 0;
	height: 48px;
	list-style-type: none;
}
ul#article-share li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 48px;
	line-height: 48px;
	width: 83px;
	text-align: center;
}
ul#article-share li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
ul#article-share li a .icon img {
	vertical-align: middle;
}
ul#article-share li.article-share-button.facebook {
	background-color: #3b5999;
}
ul#article-share li.facebook a .icon img {
	height: 30px;
	margin-top: -7px;
}
ul#article-share li.article-share-button.twitter {
	background-color: #55acee;
}
ul#article-share li.twitter a .icon img {
	height: 48px;
}
ul#article-share li.article-share-button.linkedin {
	background-color: #0077b5;
}
ul#article-share li.article-share-button.gplus {
	background-color: #df4a32;
}
ul#article-share li.gplus a .icon img {
	height: 36px;
}
ul#article-share li.article-share-button.reddit {
	background-color: #6099D0;
}
ul#article-share li.reddit a .icon img {
	height: 32px;
}
ul#article-share li.article-share-button.comment {
	background-color: #3b5999;
}
ul#article-share li.article-share-button.email {
	background-color: #888888;
}
ul#article-share li.article-share-button.print {
	background-color: #55acee;
}
h1.heading.twitter {
	background: url(/d/mcw-root/i/icon-twitter.png) no-repeat right;
}
.twitter-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.twitter-feed {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 6px 15px 0;
}
.twitter-feed:last-of-type {
	border-bottom: none;
}
.twitter-feed .avatar {
	float: left;
	padding: 0 11px;
}
.twitter-feed .avatar img {
	border-radius: 6px;
}
.twitter-feed .twitter-meta,
.twitter-feed .twitter-meta a {
	color: #888888;
	text-decoration: none;
}
.twitter-feed .twitter-name {
	font-size: 14px;
	font-weight: bold;
	color: #292f33;
}
.twitter-feed .twitter-content {
	margin-left: 70px;
	padding: 0 0 20px 0;
}
.twitter-feed .twitter-text a {
	color: #007f92;
	text-decoration: none;
}
.twitter-feed .twitter-text a:hover {
	text-decoration: underline;
}
.twitter-feed .tweet-summary {
	position: absolute;
	left: 70px;
	bottom: 12px;
	color: #0789cf;
}
.twitter-feed .tweet-summary a {
	color: #ccc;
	text-decoration: none;
}
.twitter-feed .tweet-summary a:hover {
	color: #007f92;
}
.twitter-feed ul.tweet-actions {
	position: absolute;
	right: 12px;
	bottom: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.twitter-feed ul.tweet-actions li {
	float: left;
	margin-left: 6px;
}
.twitter-feed ul.tweet-actions li a {
	text-decoration: none;
	color: #cccccc;
}
.twitter-feed ul.tweet-actions li a:hover {
	color: #007f92;
}
.twitter-feed ul.tweet-actions span.icon {
	display: inline-block;
	height: 19px;
	width: 16px;
}
.twitter-feed ul.tweet-actions .reply {
	background: url(/d/enlighten/i/tweet_reply.png) no-repeat 0 5px;
}
.twitter-feed ul.tweet-actions .retweet {
	background: url(/d/enlighten/i/tweet_retweet.png) no-repeat 0 6px;
}
.twitter-feed ul.tweet-actions .favorite {
	background: url(/d/enlighten/i/tweet_favorite.png) no-repeat 0 5px;
}
.twitter-feed ul.tweet-actions .more {
	background: url(/d/enlighten/i/tweet_more.png) no-repeat 0 5px;
}
.twitter-feed ul.tweet-actions .summary {
	background: url(/d/enlighten/i/tweet_summary.png) no-repeat 0 5px #4283be;
}
.twitter-feed ul.tweet-actions a.action-reply:hover .reply {
	background-image: url(/d/enlighten/i/tweet_reply_hover.png);
}
.twitter-feed ul.tweet-actions a.action-retweet:hover .retweet {
	background-image: url(/d/enlighten/i/tweet_retweet_hover.png);
}
.twitter-feed ul.tweet-actions a.action-favorite:hover .favorite {
	background-image: url(/d/enlighten/i/tweet_favorite_hover.png);
}
#content-right-right {
	float: right;
	width: 254px;
	height: 100%;
	vertical-align: top;
}
#mcw,
#video-promo {
	margin-bottom: 20px;
}
#program-zones {
	margin-bottom: 30px;
}
.zones {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
.zones li {
	width: 100%;
	height: 42px;
	padding: 0;
	margin-bottom: 5px;
	line-height: 42px;
	background-color: #67b1bd;
}
.zones li:hover {
	background-color: #8ed1da;
}
.zones li.government {
	background-image: url(/d/mcw-root/i/icon-zone-gov.jpg);
}
.zones li.government:hover {
	background-image: url(/d/mcw-root/i/icon-zone-gov-hover.jpg);
}
.zones li.not-for-profit {
	background-image: url(/d/mcw-root/i/icon-zone-not-profit.jpg);
}
.zones li.not-for-profit:hover {
	background-image: url(/d/mcw-root/i/icon-zone-not-profit-hover.jpg);
}
.zones li.religious {
	background-image: url(/d/mcw-root/i/icon-zone-religious.jpg);
}
.zones li.religious:hover {
	background-image: url(/d/mcw-root/i/icon-zone-religious-hover.jpg);
}
.zones li.schools {
	background-image: url(/d/mcw-root/i/icon-zone-schools.jpg);
}
.zones li.schools:hover {
	background-image: url(/d/mcw-root/i/icon-zone-schools-hover.jpg);
}
.zones li.crisis-comm {
	background-image: url(/d/mcw-root/i/icon-zone-jails.jpg);
}
.zones li.crisis-comm:hover {
	background-image: url(/d/mcw-root/i/icon-zone-jails-hover.jpg);
}
.zones li.jails {
	background-image: url(/d/mcw-root/i/icon-zone-jails.jpg);
}
.zones li.jails:hover {
	background-image: url(/d/mcw-root/i/icon-zone-jails-hover.jpg);
}
.zones li.smart-mobility {
	background-image: url(/d/mcw-root/i/icon-zone-smart-mobility.jpg);
}
.zones li.smart-mobility:hover {
	background-image: url(/d/mcw-root/i/icon-zone-smart-mobility-hover.jpg);
}
.zones li.cyber {
	background-image: url(/d/mcw-root/i/icon-zone-smart-mobility.jpg);
}
.zones li.cyber:hover {
	background-image: url(/d/mcw-root/i/icon-zone-smart-mobility-hover.jpg);
}
.zones li.student-protection {
	background-color: #78BDC7;
	margin-top: 30px;
}
.zones li.student-protection:hover {
	background-color: #63B2C0;
}
.zones li a,
.zones li input.zone-links {
	display: block;
	height: 100%;
	padding-left: 13px;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 1px 1px 2px #555;
	color: #fff;
}
.zones li form {
	width: 100%;
	height: 100%;
}
.zones li input.zone-links {
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
#student-protection-links {
	padding-left: 13px;
	padding-bottom: 10px;
}
#student-protection-links a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#student-protection-links a:hover {
	color: #007f92;
}

#topics {
	padding: 0 14px 0 4px;
}
#topics .topic {
	width: 218px;
	height: 240px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
#topics .topic .topic-image {
	margin-left: 5px;
	height: 69px;
}
#topics .topic h2 {
	display: table;
	height: 34px;
	height: 34px;
	width: 200px;
	margin: 0 0 15px 0;
	padding: 4px 14px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	color: #007f92;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
}
#topics .topic h2 span {
	display: table-cell;
	vertical-align: middle;
}
#topics .topic-content {
	padding: 5px 0;
	border: 1px solid #ccc;
}
#topics .topic ul {
	width: 196px;
	height: 100px;
	padding-left: 22px;
	text-align: left;
	list-style-position: outside;
}
.topic ul li {
	margin-bottom: 5px;
	padding-right: 10px;
}
.topic ul li a {
	color: #323232;
	text-decoration: none;
	font-size: 13px;
}
.topic ul li a:hover {
	color: #007f92;
}


#rss-feeds {
	padding-left: 14px;
	margin-bottom: 40px;
}
.rss-feed {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding-bottom: 10px;
	margin-right: 7px;
	margin-bottom: 20px;
}
.rss-feed img.logo {
	position: absolute;
	top: 5px;
	right: 5px;
}
.rss-feed h2 {
	margin: 0 0 15px 0;
	padding: 0;
	height: 37px;
	line-height: 37px;
	padding-left: 14px;
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	color: #007f92;
	text-transform: uppercase;
}
.rss-feed .rss-content {
	position: relative;
	padding: 5px 0;
	border: 1px solid #ccc;
	height: 400px;
}
/* Wraps feed text around feed logo */
.rss-feed .rss-content:before {
	content: " ";
	float: right;
	width: 90px;
	height: 90px;
}
.rss-feed ul {
	margin: 0;
	padding: 14px;
	list-style-type: none;
}
.rss-feed ul li {
	margin-bottom: 12px;
}
.rss-feed ul li a {
	color: #323232;
	text-decoration: none;
}
.rss-feed ul li a:hover {
	color: #007f92;
}

#footer {
	padding: 25px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.toggle-switch {
	position: relative;
	top: 3px;
}
.toggle-switch.closed {
	background-image: url(/d/mcw-root/i/collapsed.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 7px;
	margin-right: 8px;
}
.toggle-switch.open {
	background-image: url(/d/mcw-root/i/open.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 4px;
}

#search-form {
	float:right;
	margin:1px 0;
	padding-right:8px;
}
#search-form input {
	margin-right:4px;
}
#search-form label {
	display:inline;
	border:1px solid black;
	background-color:#CCCCCC;
	color:black;
	padding:2px;
	font-size:14px;
}
