html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #282828;
	width: 100%;
}
img {
	border: none;
}


.sysArticle {
	margin-top: 0;
}
.sysArticle, .sysArticle p, .sysArticle li, .sysDocs .sysArticle, .sysDocs .sysArticle p, .sysDocs .sysArticle li {
	color: #282828;
}
.sysArticleTitle, a.sysArticleTitle, p.sysArticleTitle {
	font-size: 28px;
	margin: 0;
	line-height: 35px;
	color: #5d80b6;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 4px solid #d4dbe9;
}
.article-date {
	position: relative;
	float: right;
	top: -49px;
	font-size: 18px;
	font-weight: bold;
	color: #101f5a;
}
/* .article-contents {
	padding: 0 40px 0 60px;
} */
.sysDocs {
	border: none;
	width: auto;
	padding: 0 10px;
}
.sysInstructions {
	width: auto;
	margin-top: 4px;
	padding: 30px 20px;
	border: none;
	background-color: #f7f8fa;
	font-size: 14px;
	color: #101f5a;
	font-style: italic;
}

#container {
	position: relative;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 15px auto;
	background-color: #ffffff;
}
body.wide #container {max-width: 1600px;}

/* Hamburger menus */
.global .fa-bars {
	font-size: 35px;
	color: #101f5a;
}
.toggle.menu-btn {
	display: none;
}
label.menu-icon {
	display: block;
	text-align: center;
}
ul#nav-global {
	display: none;
	text-align: center;
}
.toggle.menu-btn.global:checked + label.toggle.global + ul#nav-global {
	display: block;
}

.main .fa-bars {
	font-size: 35px;
	color: #ffffff;
}
ul#nav-main {
	display: none;
	text-align: center;
}
.toggle.menu-btn.main:checked + label.toggle.main + ul#nav-main {
	display: block;
}

.functions .fa-bars {
	font-size: 35px;
	color: #101f5a;
}
ul#AdminBar {
	display: none;
	text-align: center;
}
.toggle.menu-btn.functions:checked + label.toggle.functions + ul#AdminBar {
	display: block;
}

#header {
	display: none;
	position: relative;
	height: 354px;
	background: url(/d/safegrace/i/header-bkgd.jpg) center no-repeat;
	background-size: cover;
	z-index: 1;
}

#top {
	position: relative;
	width: calc(100% - 20px);
	max-width: 1600px;
	background-color: #ffffff;
	z-index: 2;
}
#logo-container {
	height: 100%;
	width: 310px;
}
#logo {
	position: relative;
	display: block;
	top: 20px;
	text-decoration: none;
}
#logo span {
	position: relative;
	top: 30px;
	vertical-align: top;
}
#nav-top {
	position: relative;
	top: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 0;
}
ul#nav-global {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}
ul#nav-global li {
	display: inline-block;
	/* float: left; */
	height: 25px;
	margin-top: 10px;
	margin-right: 20px;
	white-space: nowrap;
}
ul#nav-global li a {
	font-size: 15px;
	color: #101f5a;
	text-decoration: none;
}
ul#nav-global li:hover {
	border-bottom: 2px solid #5c82b4;
	height: 23px;
}
ul#nav-global li a:hover {
	color: #5c82b4;
}

#dashboard {
	position: relative;
	height: 354px;
	z-index: 10;
}
#dashboard .inner-wrapper {
	background-color: rgba(285,285,285,0.85);
}
#dashboard-news,
#dashboard-trending,
#dashboard-topten {
	display: none;
	width: 782px;
	padding: 10px 0 0 0;
	margin-left: 10px;
}
/* @media screen and (min-width: 1200px) {
	#dashboard-news,
	#dashboard-trending,
	#dashboard-topten {
		margin-left: 107px;
	}
} */

#dashboard-news {
	display: block;
}
#dashboard h2 {
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 14px 0 22px;
	color: #5d80b6;
}
#dashboard-news-items,
#dashboard-trending-items,
#dashboard-topten-items {
	height: 284px;
	overflow-y: hidden;
}
#dashboard-news-items ul,
#dashboard-trending-items ul,
#dashboard-topten-items ul {
	height: 276px;
	padding: 0;
	margin: 0 10px;
	border-top: 5px solid #cbc6c3;
	list-style-type: none;
	overflow-y: scroll;
}
#dashboard ul li {
	padding: 0 22px;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
}
#dashboard div ul li:first-of-type {
	margin-top: 20px;
}
#dashboard ul li a {
	text-decoration: none;
	color: #000;
}
#dashboard ul li a:hover {
	text-decoration: underline;
}
#dashboard ul li .title {
	display: block;
	margin-bottom: 15px;
	color: #5d80b6;
	font-weight: bold;
}
#dashboard ul li .title a {
	font-size: 14px;
	text-transform: uppercase;
	color: #5d80b6;
	font-weight: bold;
}
#dashboard ul li .summary {
	font-size: 14px;
	color: #000000;
}

#dashboard-messages {
	display: none;
	width: 782px;
	height: 334px;
	padding: 10px 0 0 0;
	margin-left: 10px;
}
#dashboard-messages .inner-wrapper {
	padding: 10px;
	height: calc(100% - 20px);
}
#dashboard-messages table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 2px 0;
	table-layout: fixed;
}
#dashboard-messages table tr {
	line-height:10px;
}
#dashboard-messages table th {
	text-align: left;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 10px;
	color: #5d80b6;
	border-bottom: 5px solid #cbc6c3;
}
#dashboard-messages table th.last {
	border-right: none;
}
#dashboard-messages table th.from,
#dashboard-messages table td.from {
	width: 152px;
}
#dashboard-messages table th.subject,
#dashboard-messages table td.subject {
	width: 324px;
}
#dashboard-messages table th.date,
#dashboard-messages table td.date {
	width: 80px;
	text-align: center;
}
#dashboard-messages table td {
	vertical-align: top;
}
#dashboard-messages table a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
#dashboard-messages table td.column {
	padding: 10px;
}
#dashboard-messages table tr:hover td.column {
	font-weight: bold;
}
#dashboard-messages-inner {
	width: 100%;
	border-collapse: separate;
}

#nav-dashboard-header {
	position: absolute;
	top: 0;
	right: 0;
	width: 385px;
	height: 111px;
	background: url(/d/safegrace/i/logo-leadership2.png) no-repeat center center rgba(285,285,285,0.85);
}

ul#nav-dashboard {
	position: absolute;
	top: 111px;
	right: 0;
	width: 385px;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#nav-dashboard li {
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1px 0;
	height: 60px;
	line-height: 60px;
}
ul#nav-dashboard li a {
	display: block;
	height: 60px;
	padding: 0 0 0 60px;
	color: #ffffff;
	background: url(/d/safegrace/i/arrow-nav-on.png) 270px center no-repeat #5d80b6;
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
}

ul#nav-dashboard li.last {
	margin-bottom: 0;
}
ul#nav-dashboard li:hover a,
ul#nav-dashboard li.active a {
	color: #101f5a;
	background: url(/d/safegrace/i/arrow-nav.png) 340px center no-repeat #ffffff;
	text-decoration: none;
}
.dashboard-msg {
	display: none;
	position: absolute;
	bottom: 28px;
	width: 620px;
	padding: 0 28px;
	font-size: 22px;
	font-weight: bold;
	color: #3b3a38;
}
.dashboard-msg.employment,
.dashboard-msg.active {
	display: block;
}
.dashboard-msg .learn-more {
	text-transform: uppercase;
	color: #4f8c3f;
}


#nav-wrapper {
	margin-top: 5px;
	padding-top: 10px;
	font-size: 0;
	background-color: #101f5a;
}
ul#nav-main {
	margin: 0 0 0 45px;
	height: 100%;
	line-height: 100%;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	vertical-align: top;
}
ul#nav-main li {
	display: block;
	height: calc(100% - 4px);
	padding: 0 15px;
	margin-right: 35px;
}
ul#nav-main li a {
	display: block;
	margin-top: 7px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-weight: 900;
	color: #d4dbe9;
}
ul#nav-main li a span {
	width: auto;
	padding-left: 0;
	color: #d4dbe9;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
ul#nav-main li a:hover span {
	color: #ffffff;
}
ul#nav-main li.current {
	color: #ffffff;
	border-bottom: 4px solid #5d80b6;
}

#search-form {
	display: none;
	float: right;
}
/* @media screen and (min-width: 1024px) {
	#search-form {
		display: inline-block;
	}
} */
#search-form input[name="searchterm"] {
	display: inline-block;
	margin-top: 7px;
	width: 229px;
	padding: 0 10px;
	height: 52px;
	line-height: 52px;
	background-color: #4c5783;
	color: #ffffff;
	font-size: 16px;
	border: none;
	vertical-align: top;
}
#search-form label {
	display: inline-block;
	margin: 0 10px;
	margin-top: 7px;
	width: 115px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ffffff;
}

#AdminBar-wrapper {
	padding: 10px 0;
	background-color: #f7f8fa;
	border-bottom: 2px solid #d4dbe9;
}
ul#AdminBar {
	margin: 0;
	height: 100%;
	line-height: 100%;
	min-width: calc(100% - 45px);
	padding: 0 0 0 45px;
	list-style-type: none;
	font-size: 0;
	vertical-align: top;
	background-color: #f7f8fa;
	text-align: left;
}
ul#AdminBar li {
	display: block;
	height: 62px;
	padding: 0 15px;
	margin-right: 35px;
	text-align: center;
}
ul#AdminBar li a {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	font-weight: 900;
	color: rgba(16,35,90,0.65);
}
ul#AdminBar li a span {
	width: auto;
	padding-left: 0;
	color: rgba(16,35,90,0.65);
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
ul#AdminBar li a:hover span {
	color: #5d80b6;
}
ul#AdminBar li.current {
	color: #5d80b6;
	border-bottom: 4px solid #5d80b6;
}

#content-main {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
#content-left {
	overflow: hidden;
	/* margin-right: 20px; */
	color: #282828;
}
body.narrow #content-left {
	width: auto;
}
#content-left #content-left-left {
	float: left;
	display: none;
	vertical-align: top;
	width: 386px;
	margin-right: 20px;
}
#content-left #content-left-right {
	vertical-align: top;
}
#content-left a {
	color: #5d80b6;
}
#content-left h1 {
	font-size: 28px;
	padding-right: 35px;
	margin: 0 0 20px 0;
	line-height: 35px;
	color: #5d80b6;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 4px solid #d4dbe9;
}
#content-left h2 {
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	font-size: 24px;
	color: #5d80b6;
	text-transform: uppercase;
	border-bottom: 3px solid #d4dbe9;
}
#content-left h3 {
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	font-size: 20px;
	color: #5d80b6;
	text-transform: uppercase;
	border-bottom: 3px solid #d4dbe9;
}
/* #content-left h1 is overriding the style for the training certificate */
#certificate h1 {
	font-size: 38px;
	margin: 0 0 20px 0;
	line-height: 107px;
	color: #ffffff;
	text-transform: none;
	font-weight: bold;
	border-bottom: none;
}

.zone-link {
	position: relative;
	display: block;
	margin-bottom: 26px;
	font-size: 30px;
	color: #5d80b6;
	text-decoration: none;
}

#opinion {
}
#opinion h2 {
}
#opinion img {
	filter: grayscale(100%);
}
#opinion span {
}
#opinion .item-content {
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#opinion .item {
	margin-bottom: 40px;
	border-bottom: 3px solid #d4dbe9;
}
#opinion .item.last {
}
#opinion img {
}
#opinion img.nav {
}
#opinion a.author-img img {
	width: 120px;
}
#opinion .title-link {
	display: block;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #282828;
	text-decoration: none;
}
#opinion .title-link:hover {
	text-decoration: underline;
}
#opinion h3 {
	font-size: 16px;
	color: #282828;
	border-bottom: none;
}
#opinion .teaser {
	width: 260px;
	padding-left: 125px;
}
#opinion .read-more {
	display: block;
	margin-top: 40px;
	padding-bottom: 10px;
	text-align: right;
	color: #5d80b6;
	font-weight: bold;
	text-decoration: none;
}
#opinion .read-more:hover {
	text-decoration: underline;
}
#opinion .author {
	margin-bottom: 10px;
}
#opinion .author a {
	color: #101f5a;
	text-decoration: none;
	font-weight: bold;
}
#opinion .author a:hover {
	text-decoration: underline;
}
#latest .author-description,
#opinion .author-description {
}
#opinion .author-description a {
}
#opinion .author-description a:hover {
}
#opinion h3:hover {
}

#eeoc {
	position: relative;
	padding-bottom: 10px;
}
#eeoc .numbers {
	margin-top: 15px;
	padding: 25px 30px;
	border: 10px solid #d4dbe9;
	background-color: #f7f8fa;
}
#eeoc img.logo {
	position: absolute;
	top: 0;
	right: 0;
}
#eeoc ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}
#eeoc ul li {
	margin-bottom: 20px;
}
#eeoc ul li .name {
	font-weight: bold;
	font-size: 18px;
	color: #101f5a;
}
#eeoc ul li .stat {
	text-align: right;
	color: #5d80b6;
	font-size: 18px;
}
#eeoc ul li .stat.number {
	font-weight: bold;
	font-size: 30px;
}
#eeoc ul li .stat.bad {
	color: #ff0013;
}
#eeoc .source {
	margin: 0 0 0 10px;
	font-style: italic;
}

#content-right {
	display: none;
	float: right;
	margin-left: 20px;
	width: 385px;
}

#articles .item {
	margin-bottom: 25px;
	padding: 0 40px 10px 40px;
	border-bottom: solid #d4dbe9 2px;
}
#articles .item .title a {
	color: #101f5a;
	text-transform: uppercase;
	text-decoration: none;
}
#articles .item .title a h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	color: #101f5a;
	border-bottom: none;
}
#articles .item .title a:hover h3 {
	color: #5d80b6;
	text-decoration: underline;
}
#articles .item .author {
	display: block;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
}
#articles .item .author:hover {
	text-decoration: underline;
}
#articles .item .teaser {
	line-height: 125%;
}
#articles .item .read-more {
	display: block;
	margin-top: 5px;
	text-align: right;
	color: #5d80b6;
	font-weight: bold;
	text-decoration: none;
}
#articles .item .read-more:hover {
	text-decoration: underline;
}

#announcement {
	width: 260px;
	height: 218px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: contain;
}
#announcement a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.event-promo {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.event-promo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#content-right .event-promo {
	margin-bottom: 30px;
}
#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;
	margin-bottom: 28px;
}
#child-safety-tips {
	margin-bottom: 30px;
}
#child-safety-tips video {
	max-width: 100%;
	height: auto;
}

#twitter {
	margin-top: 40px;
	border-bottom: none;
}
#content-left #twitter h2 {
	position: relative;
	padding-left: 35px;
}
#content-left #twitter h2:after {
	content: "\f099";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #5d80b6;
	position: absolute;
	top: 0;
	left: 0;
}
.twitter-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}
.twitter-feed {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding: 15px 6px 15px 0;
}
.twitter-feed .avatar {
	float: left;
	padding: 0 11px 0 0;
}
.twitter-feed .avatar img {
	border-radius: 6px;
}
.twitter-feed .twitter-meta {
	margin-bottom: 6px;
}
.twitter-feed .twitter-meta,
#content-left .twitter-feed .twitter-meta a {
	color: #cbc6c3;
	text-decoration: none;
}
.twitter-feed .twitter-name {
	font-weight: bold;
	color: #292f33;
}
.twitter-feed .twitter-content {
	margin-left: 49px;
	padding: 0 0 20px 0;
}
.twitter-feed .twitter-text a {
	color: #55acee;
	text-decoration: none;
}
.twitter-feed .twitter-text a:hover {
	text-decoration: underline;
}
.twitter-feed .tweet-summary {
	color: #0789cf;
}
.twitter-feed .tweet-summary a {
	color: #ccc;
	text-decoration: none;
}
.twitter-feed .tweet-summary a:hover {
	color: #777;
}
.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: 10px;
}
.twitter-feed ul.tweet-actions li a {
	text-decoration: none;
	color: #cccccc;
}
.twitter-feed ul.tweet-actions li a:hover {
	color: #777;
}
.twitter-feed ul.tweet-actions .action-reply {
	position: relative;
	padding-left: 20px;
}
.twitter-feed ul.tweet-actions .action-reply:after {
	content: "\f122";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #5d80b6;
	position: absolute;
	top: 3px;
	left: 0;
}
.twitter-feed ul.tweet-actions .action-retweet {
	position: relative;
	padding-left: 20px;
}
.twitter-feed ul.tweet-actions .action-retweet:after {
	content: "\f079";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #5d80b6;
	position: absolute;
	top: 2px;
	left: 0;
}
.twitter-feed ul.tweet-actions .action-favorite {
	position: relative;
	padding-left: 20px;
}
.twitter-feed ul.tweet-actions .action-favorite:after {
	content: "\f006";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #5d80b6;
	position: absolute;
	top: 2px;
	left: 0;
}
.twitter-feed ul.tweet-actions .more {
	background: url(/d/safegrace/i/tweet_more.png) no-repeat 0 5px;
}
.twitter-feed ul.tweet-actions .summary {
	background: url(/d/safegrace/i/tweet_summary.png) no-repeat 0 5px #4283be;
}
.twitter-feed ul.tweet-actions a.action-reply:hover .reply {
	background-image: url(/d/safegrace/i/tweet_reply_hover.png);
}
.twitter-feed ul.tweet-actions a.action-retweet:hover .retweet {
	background-image: url(/d/safegrace/i/tweet_retweet_hover.png);
}
.twitter-feed ul.tweet-actions a.action-favorite:hover .favorite {
	background-image: url(/d/safegrace/i/tweet_favorite_hover.png);
}

#sysArticle-icons,
.poll-sidebar,
.model-policies-link {
	float: right;
}
.poll-sidebar,
.model-policies-link {
	width: 285px;
	padding: 15px;
	margin: 0 40px 20px 20px;
	background-color: #f5f5f4;
	border: 1px solid #ccc;
}
.sysPollBox {
	width: auto;
}
.sysPollBox-header {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #173855;
}
.sysPollBox-body p {
	text-align: center;
	font-style: italic;
	color: #173855;
}
.sysPollBox-button {
	text-align: center;
}
.model-policies-link {
	padding: 0;
	text-align: center;
}
.model-policies-link a {
	display: block;
	padding: 45px 15px;
	text-decoration: none;
	color: #000;
}
.model-policies-link h3 {
	color: #22527D;
	font-size: 38px;
	font-weight: bold;
}
.model-policies-link p {
	font-size: 24px;
	font-weight: bold;
}
ul.sysRedcheck {
	/* margin: 0 40px 0 60px; */
	list-style-type: none;
	list-style-image: none;
}
ul.sysRedcheck li {
	/* padding-left: 35px; */
	margin-bottom: 6px;
}
ul.sysRedcheck li .fa-check {
	color: #5d80b6;
	margin-right: 5px;
}

#article-author a {
	text-decoration: none;
	font-weight: bold;
}
#article-author a:hover {
	text-decoration: underline;
}
#commentary em {
	font-style: normal;
	font-weight: bold;
}
.no-info {
	margin-top: 40px;
}

#topics {
	display: none;
	margin: 40px 0 0 0;
	padding: 0 calc((100% - 1600px)/2);
	padding-top: 60px;
	font-size: 0;
	background-color: #f7f8fa;
}
#topics .topic {
	width: calc(24% - 10px);
	margin-left: 20px;
	padding-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	overflow-x: hidden;
}
#topics .topic .topic-image {
	height: 166px;
	margin-bottom: 20px;
}
#topics .topic h2 {
	display: table;
	margin: 0;
	padding: 0 14px;
	width: calc(100% - 27px);
	height: 62px;
	background-color: #101f5a;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
}
#topics .topic h2 span {
	display: table-cell;
	vertical-align: middle;
}
#topics .topic ul {
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: none;
}
.topic ul li {
	margin-bottom: 20px;
}
.topic ul li a {
	color: #101f5a;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
.topic ul li a:hover {
	text-decoration: underline;
}

#rss-feeds {
	font-size: 0;
	margin-top: 70px;
}
.rss-feed {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(32% - 10px);
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.rss-feed h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	color: #5d80b6;
	text-transform: uppercase;
}
.rss-feed ul {
	margin: 0;
	padding: 30px;
	list-style-type: none;
	border: 10px solid #d4dbe9;
}
.rss-feed ul li {
	margin-bottom: 30px;
}
.rss-feed ul li:last-of-type {
	margin-bottom: 0;
}
.rss-feed ul li a {
	font-weight: bold;
	color: #1c1f40;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}
.rss-feed ul li a:hover {
	text-decoration: underline;
	color: #5d80b6;
}

ul#article-share {
	clear: both;
	float: right;
	margin: 20px auto;
	padding: 0 0 20px 0;
	width: 100%;
	text-align: right;
	list-style-type: none;
	border-bottom: 4px solid #d4dbe9;
}
ul#article-share.no-comments {
	width: 826px;
}
ul#article-share li {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
	height: 48px;
	line-height: 48px;
	width: 48px;
	text-align: center;
	background-color: #acbcd3;
}
ul#article-share li:hover {
	background-color: #5d80b6;
}
ul#article-share li .icon,
ul#article-share li .text,
ul#article-share li.gplus,
ul#article-share li.reddit,
ul#article-share li.comment {
	display: none;
}
ul#article-share li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 30px;
}

#article-comments {
	margin: 20px 0;
}
.article-comment {
	margin: 15px 0;
}
.comment-author {
	font-weight: bold;
}
.comment-date {
	margin-bottom: 10px;
	font-style: italic;
}
#comment-form {
	margin-bottom: 20px;
}

#message-deletion {
	display: inline-block;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	background-color: #c51230;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #c56171;
	border-radius: 5px;
}
#sysSectionPageMenu ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}
#sysSectionPageMenu ul li {
	padding: 6px 0;
	min-height: 25px;
	line-height: 25px;
}
#sysSectionPageMenu ul li a {
	display: inline-block;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	background-size: 25px 25px;
	padding-left: 35px;
}
#sysSectionPageMenu ul li a:hover {
	text-decoration: underline;
}
/* background-size must be included with each bkgd image style instead of in the generic style for these anchor tags */

/* This section left here for reference once we get the images in place and style each workplace item */
#sysSectionPageMenu ul li a.wplink-Calendar {
	background: url(/i/icons/enlighten/icon-calendar.svg.cfm?color=666666) left center no-repeat;
	background-size: 25px 25px;
}
#sysSectionPageMenu ul li a.wplink-Directory {
	background: url(/i/icons/enlighten/icon-directory.svg.cfm?color=666666) left center no-repeat;
	background-size: 25px 25px;
}
#sysSectionPageMenu ul li a.wplink-Handbook {
	background: url(/i/icons/enlighten/icon-handbook.svg.cfm?color=666666) left center no-repeat;
	background-size: 25px 25px;
}
#sysSectionPageMenu ul li a.wplink-My-Links {
	background: url(/i/icons/enlighten/icon-my-links.svg.cfm?color=666666) left center no-repeat;
	background-size: 25px 25px;
}
#sysSectionPageMenu ul li a.wplink-Notices {
	background: url(/i/icons/enlighten/icon-notices.svg.cfm?color=666666) left center no-repeat;
	background-size: 25px 25px;
}
#sysSectionPageMenu ul li a.wplink-Suggestion-Box {
	background: url(/i/icons/enlighten/icon-suggestion-box.svg.cfm?color=666666) left center no-repeat;
	background-size: 25px 25px;
}

.sp_link_button {
	display: block;
	background: url(/d/safegrace/i/down-gray.png) 240px center no-repeat #fdd023;
	border-radius: 8px;
	color: #444444;
	font-size: 1.05em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	margin-right: 2px;
	width: 214px;
	text-decoration: none;
}
.sp_link_button:hover {
	text-decoration: underline;
}
#table-headings,
.collapse-header {
	color: #666666;
}
/*
#rt-podcasts {
	margin-bottom: 26px;
}
#rt-podcasts div {
	padding: 10px;
	border: 1px solid #cecbc6;
}
#rt-podcasts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#rt-podcasts ul li {
	margin-bottom: 8px;
}
#rt-podcasts ul li a {
	text-decoration: none;
	color: #107eae;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
}
#rt-podcasts ul li a.listen {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#rt-podcasts ul li a:hover span {
	text-decoration: underline;
}
#rt-podcasts ul li span {
	display: block;
	margin-top: 2px;
}
#rt-podcasts ul li span img {
	vertical-align: text-bottom;
	margin-left: 3px;
} */

h2.gutter,
#content-left h2.gutter {
	margin: 0 0 30px 0;
	padding: 0 0 5px 10px;
	font-size: 28px;
	color: #5d80b6;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 4px solid #d4dbe9;
}
h2.gutter .fas,
h2.gutter .far {
	margin-right: 8px;
}
#child-safety-tips h2 {
	border-bottom: none;
	margin-bottom: 0;
}
#student-resources h2,
#content-left #child-protection-links h2 {
	margin-bottom: 20px;
}
#student-resources,
#child-protection-links {
	margin-bottom: 67px;
}
#news-feed,
#rt-podcasts {
	margin-bottom: 50px;
}
#news-feed {
	margin-top: 50px;
}
#news-feed h2,
#rt-podcasts h2 {
	margin-bottom: 0;
}
#rt-podcasts h2 a.subscribe {
	float: right;
	margin-top: 10px;
	font-size: 18px;
	color: #5d80b6;
	text-decoration: none;
	text-transform: none;
}
#rt-podcasts h2 a.subscribe:hover {
	text-decoration: underline;
}
#content-left #alerts h3 {
	padding-left: 10px;
	font-size: 24px;
	color: #5d80b6;
	text-transform: uppercase;
	border-bottom: none;
}
#student-resources ul,
#student-resources li,
#child-protection-links ul,
#child-protection-links li,
#alerts ul,
#alerts li,
#rt-podcasts ul,
#rt-podcasts li,
#news-feed ul,
#news-feed li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#alerts ul li,
#news-feed ul li,
#rt-podcasts ul li {
	padding-left: 40px;
	color: #101f5a;
	font-size: 16px;
	margin-bottom: 20px;
}
#news-feed ul li,
#rt-podcasts ul li {
	padding: 40px 0 20px 40px;
	border-bottom: 1px solid #dfe1e3;
	margin-bottom: 0;
}
#news-feed ul li .read-more,
#rt-podcasts ul li .listen {
	padding-top: 15px;
	text-align: right;
}
#student-resources a,
#child-protection-links a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #5d80b6;
	font-size: 18px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	margin-top: 3px;
	padding: 0 0 0 36px;
	background: url(/d/safegrace/i/arrow-nav-on.png) 270px center no-repeat #5d80b6;
}
#alerts ul li a,
#news-feed ul li a,
#rt-podcasts ul li a {
	color: #101f5a;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#news-feed ul li .read-more a,
#rt-podcasts ul li .listen a {
	color: #5d80b6;
	text-decoration: none;
	text-transform: none;
}
#alerts ul li a:hover,
#news-feed ul li a:hover,
#rt-podcasts ul li a:hover {
	text-decoration: underline;
}
#student-resources a:hover,
#child-protection-links a:hover {
	color: #101f5a;
	background: url(/d/safegrace/i/arrow-nav.png) 340px center no-repeat #ffffff;
	text-decoration: none;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

#footer {
	position: relative;
	height: 70px;
	padding-top: 45px;
	border-top: 45px solid #101f5a;
	font-size: 14px;
	color: #50514f;
	text-align: center;
}
#footer a {
	color: #5d80b6;
}

.clear {
	clear: both;
}

@media screen and (min-width: 375px) {
	#top {
		/* height: 180px; */
		padding: 0 10px;
	}
}
@media screen and (max-width: 410px) {
	#top {
		width: calc(100% - 20px);
	}
	#container {
		width: auto;
		padding: 0;
	}
	#content-left {
		width: auto !important;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (min-width: 411px) {
	#top {
		width: calc(100% - 20px);
	}
	#container {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 459px) {
}
@media screen and (min-width: 750px) {
	label.menu-icon {
		display: none;
	}
	#top {
		height: 150px;
	}
	#nav-top {
		position: absolute;
		right: 10px;
		padding-bottom: 0;
		width: auto;
		top: 20px;
		bottom: 0;
	}
	ul#nav-global {
		display: block;
		text-align: left;
	}
	ul#nav-main {
		display: inline-block;
		text-align: left;
	}
	ul#nav-main li {
		display: inline-block;
		text-align: left;
	}
	ul#AdminBar {
		display: block;
	}
	ul#AdminBar li {
		display: inline-block;
	}
}
@media screen and (min-width: 810px) {
	#content-right {
		display: block;
	}
}
@media screen and (min-width: 1001px) {
	#nav-wrapper {
		height: 67px;
	}
}
@media screen and (max-width: 1001px) {
	#nav-wrapper {
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 1024px) {
	#nav-top {
		top: 0;
		right: 0;
	}
	ul#nav-global li {
		display: inline-block;
		margin: 50px 50px 50px 0;
		height: 40px;
		padding: 0 10px;
		white-space: nowrap;
	}
	#topics {
		display: block;
		padding-right: 10px;
	}
}
@media screen and (min-width: 1227px) {
	#header {
		display: block;
		/* padding-top: 140px; */
	}
	#nav-wrapper {
		padding-top: 0;
	}
	#content-left #content-left-left {
		display: inline-block;
	}
	#content-left #content-left-right {
		margin-left: 406px;
	}
}
@media screen and (min-width: 1386px) {
	#search-form {
		display: block;
	}
}
