@charset "utf-8";
/* Used for Tweet a Job Page */

body {
	background-color: #ebebeb;
	font-family: "Roboto","Helvetica Neu",Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizelegibility;
}
a {
	color: #0000cc;
	text-decoration: underline;
}
a:hover {
	color: #0000cc;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 10px 10px;
	padding: 0 0 0 20px;
	text-align: left;
}
li {
	line-height: 28px;
}
.main {
	padding: 0;
}
.main > .card {
	border-top: none;
	border-radius: 0;
}
.card-body:first-of-type {
	padding-top: 0;
}
.main .card-header {
	background-color: #888;
	border: none;
	line-height: 32px;
	color: #fff;
}
.card-header h3 {
	margin-bottom: 0;
}
.banner image {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.card.section {
	background: url("/graphcc/empregfrm_bck.gif") repeat scroll 0 0 #f8f8f8;
	border-color: #ddd;
}
.section-title {
    color: #0461cb;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-rendering: optimizelegibility;
    margin-bottom: 15px;
}
.card.section .card-body {
	padding: 15px;
}
.card.inner .card-header {
	padding: 10px 15px;
	background-color: #ddd;
	color: #666;
}
.card.inner .card-header h3 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}
.card.inner *:last-of-type {
	margin-bottom: 0;
}
.container {
	background-color: #ffffff;
}
.hdrlogo {
	margin: 0;
}
.tagline {
	font-size: 13px;
	line-height: 16px;
	margin: 15px 0 10px;
	text-align: right;
}
.hdr-title {
	color: #323232;
	font-family: "Open Sans",sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 10px;
}
.noinfo {
	color: #c0c0c0;
	font-style: italic;
}
.reg {
	bottom: 12px;
	font-size: 8px;
	position: relative;
}
.dvdr {
	color: #cc0000;
}
.subTitle {
	color: #888888;
}

/*.btn-240 {
	width: 240px;
}*/
.btn-default {
	background-color: #767676;
	border: 1px solid #767676;
	color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #555555;
	border: 1px solid #555555;
	color: #ffffff;
}
.sharebuttons {
	float: right;
	height: 24px;
	width: 111px;
	margin-left: 5px;
}
.sharebuttons a {
	background: url("/graphcc/share_icons2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 24px;
	margin-right: 5px;
	text-decoration: none;
	width: 24px;
}
.sharebuttontxt {
	color: #888888;
	float: right;
	font-size: 18px;
	margin-right: 5px;
}
.sharebuttons a.eml_rollover:hover {
	background-position: 0 -24px;
}
.sharebuttons a.fb_rollover {
	background-position: -24px 0;
}
.sharebuttons a.fb_rollover:hover {
	background-position: -24px -24px;
}
.sharebuttons a.twtr_rollover {
	background-position: -48px 0;
}
.sharebuttons a.twtr_rollover:hover {
	background-position: -48px -24px;
}
.sharebuttons a.lkin_rollover {
	background-position: -72px 0;
	margin-right: 0;
}
.sharebuttons a.lkin_rollover:hover {
	background-position: -72px -24px;
}
.displacetxt {
	left: -5000px;
	position: absolute;
}
.border {
	background: url("/graphcc/dots.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 5px;
	margin: 10px 0 !important;
}
.schoolBox p {
	margin: 0;
}
#schoolName {
	color: #888888;
	font-family: "Open Sans",sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	text-rendering: optimizelegibility;
}
.ftrrow {
	background-color: #ebebeb;
}
.ftrText {
	color: #999999;
	font-size: 11px;
	line-height: 13px;
	margin-top: 10px;
}
.ftrLogo a {
	float: right;
}
.ftrLogo img {
	float: right;
	margin: 10px 0;
}
label {
	font-weight: 500;
}
/*label.logStatus {
	display: block;
}*/
.close:focus, .close:hover {
	outline: thin dotted #000;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

/* ////// Alerts //////*/
.error {
	font-size: 13px;
	font-weight: 500;
	color: #cc0000;
}
.errorMessage {
	margin-bottom: 10px;
	color: #cc0000;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
}
.confirm {
	display: none;
	color: red;
	font-weight: 500;
	text-align: center;
}

/* Modals*/
#modal hr {
	margin-top: 1rem;
}
.modal-title {
	color: #666666;
	font-size: 2.2rem;
	line-height: 1;
}
/*.radio-inline {
	font-weight: 400;
}*/
/* End Modals*/

@media (max-width: 767px) {
	.hdr-title {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.schoolBox p {
		font-size: 14px;
	}
	.ftrLogo img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 666px) {
	.hdr-title {
		text-align: center;
	}
	.sharebuttontxt {
		text-align: right;
		float: none;
	}
	.sharebuttons {
		float: none;
	}
}
