/* a[name]{padding-top:90px;margin-top:-90px;} */

@media only screen and (max-width:768px){
	.c-content-box{margin-left:8px;margin-right:8px;}
	select,input,textarea,embed,object{max-width:273px;}
}

.c-layout-breadcrumbs-1{
	text-shadow:1px 1px 8px #333;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-blog > .c-post > .c-post-img img {border-radius:0px;}


.formError{
	color:#f00;
	font-weight:bold;
}

.indent-spacer{
	margin-left:15px;
}
.tab-element{
	padding-left:30px;
}
.start-hidden{
	display:none;
}
.wordwrap{
	word-wrap:break-word;
}
.journal-page-num{
	display:none;
}

.tech-council-logo{
	padding:5px;
	background:black;
}

/* cmxform - styled forms used in web apps */

form.cmxform{
	text-align:left;
}
form.cmxform fieldset{
	border:1px solid #627788;
	margin-bottom:2px;
	width:610px;
	margin-left:20px;
}
form.cmxform legend{
	font-weight:bold;
	border:1px solid #627788;
	background-color:#627788;
	padding:0 4px 0 4px;
	margin:0 4px 0 4px;
	color:#fff;
}
form.cmxform label{
	font-weight:bold;
}
form.cmxform label.normal{
	font-weight:normal;
}
form.cmxform fieldset.highlight{
	border:1px solid #9b1a1e;
	clear:left;
	width:450px;
	margin:0 5px 0 5px;
	padding:4px;
}
form.cmxform fieldset.highlight legend{
	font-weight:bold;
	border:1px solid #9b1a1e;
	background-color:#9b1a1e;
	padding:0 4px 0 4px;
	margin:0px;
	color:#fff;
}
form.cmxform div{
	float:left;
}
form.cmxform div.fullrow{
	width:600px;
	clear:left;
	margin:1px 5px 1px 5px;
}
form.cmxform div.fullrow div.label{
	width:125px;
}
form.cmxform div.fullrow div.label1{
	width:100px;
}
form.cmxform div.fullrow div.label2{
	width:150px;
}
form.cmxform div.fullrow div.label2a{
	width:175px;
}
form.cmxform div.fullrow div.label3{
	width:200px;
}
form.cmxform div.fullrow div.label4{
	width:250px;
}
form.cmxform div.fullrow div.label5{
	width:285px;
}
form.cmxform div.fullrow div.labelfull{
	width:565px;
}
form.cmxform div.fullrow div.text{
	width:440px;
}
form.cmxform div.fullrow div.text select.setwidth{
	width:415px;
}
form.cmxform div.fullrow div.text1{
	width:465px;
}
form.cmxform div.fullrow div.text1 select.setwidth{
	width:440px;
}
form.cmxform div.fullrow div.text2{
	width:415px;
}
form.cmxform div.fullrow div.text2a{
	width:390px;
}
form.cmxform div.fullrow div.text3{
	width:365px;
}
form.cmxform div.fullrow div.text4{
	width:315px;
}
form.cmxform div.fullrow div.text5{
	width:280px;
}
form.cmxform div.fullrow div.textfull{
	width:565px;
}
form.cmxform div.fullrow div.indented{
	margin-left:15px;
	margin-right:15px;
}
form.cmxform div.fullrow div.ccImage{
	width:77px;
}
form.cmxform div.fullrow div.ccDesc{
	width:307px;
	text-align:center;
	padding:5px 3px 0 3px;
}
form.cmxform div.fullrow .msgHolder{
	padding-left:3px;
}
#warningMsgTop, #warningMsgBottom{
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin-top:6px;
	margin-bottom:6px;
	background-color:#9b1a1e;
	width:100%;
	padding:3px;
	clear:both;
}
label.error{
	color:#9b1a1e;
	background:url(/images/icons/forms/unchecked.gif) no-repeat 0px 0px;
	padding-left:16px;
}
label.error a{
	color:#9b1a1e;
	text-decoration:underline;
}
label.success{
	display:none;
}
input.inactive{
	color:#999;
}
input.active{
	color:#000;
}
input.focused{
	color:#000;
}

.use-flexbox-layout-for-equal-column-heights .row{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.use-flexbox-layout-for-equal-column-heights .col-md-6{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:49%;
}
.use-flexbox-layout-for-equal-column-heights .col-md-12{
	width:98%;
}
@media only screen and (max-width:768px){
	.use-flexbox-layout-for-equal-column-heights .col-md-6{
		flex-direction:column;
		width:100%;
	}
	.use-flexbox-layout-for-equal-column-heights .col-md-12{
		width:100%;
	}
}
.use-flexbox-layout-for-equal-column-heights .panel{
	width:100%;
}

/* More Content Prompts */

.more-content{
	margin-top:5px;
	margin-left:5px;
	text-align:left;
	margin-bottom:0;
	border:none;
}
.more-content + .more-content{
	margin-top:0px;
}
.more-content span{
	background-image:url(/images/cms/global/more-arrows.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:21px;
}

/* Calendar Icon */

.subscribe-to-calendar{
	margin-top:1px;
	margin-left:0;
	text-align:left;
	margin-bottom:0;
	border:none;
}
.subscribe-to-calendar + .subscribe-to-calendar{
	margin-top:0px;
}
.subscribe-to-calendar span{
	background-image:url(/images/cms/global/subscribe.gif);
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:15px;
}


.graphic-left, .graphic-right{
	padding:5px;
	text-align:center;
	font-size:10px;
	color:#333;
}
.graphic-left{
	float:left;
	margin-right:10px;
}
.graphic-right{
	float:right;
	margin-left:10px;
}
.graphic-center{
	margin:auto;
	text-align:center;
}
.graphic-left p, .graphic-right p, .graphic-center p{
	margin:0px;
}

.meta-heading{
	font-weight:bold;
	padding-right:0.5em;
}
.meta-data{
	padding-right:3em;
}

.pdf-download{
	background:url(/images/cms/global/pdf-icon.png) bottom left no-repeat;
	padding-top:30px;
	padding-left:35px;
	line-height:34px;
}
.pdf-download-small{
	background:url(/images/cms/global/pdf-icon-small.png) top left no-repeat;
	padding-top:3px;
	padding-left:19px;
}
.pdf-download-lores{
	background:url(/images/cms/global/pdf-icon-lores.png) bottom left no-repeat;
	padding-top:30px;
	padding-left:35px;
	line-height:34px;
}
.discussion-link{
	background:url(/images/cms/global/comments.png) bottom left no-repeat;
	padding-top:30px;
	padding-left:35px;
	line-height:34px;
}
.discussion-link-small{
	background:url(/images/cms/global/comments-small.png) top left no-repeat;
	padding-top:2px;
	padding-left:19px;
}
.audio-file-small{
	background:url(/images/cms/global/sound-icon-small.png) top left no-repeat;
	padding-top:2px;
	padding-left:19px;
}
.job-posting-date{
	font-size:10px;
	font-style:italic;
}


/* other random classes */

.edit-this-button{
	width:18px;
	height:18px;
	background-position:0 0;
	background:#fff url(/images/cms/global/editor-pencil.gif) no-repeat;
}
.edit-this-button:hover{
	background-position:0 -18px;
}
.edit-this-link:hover .edit-this-button{
	background-position:0 -18px;
}

.indent-spacer{
	margin-left:15px;
}
.tab-element{
	padding-left:30px;
}
.start-hidden{
	display:none;
}
.wordwrap{
	word-wrap:break-word;
}
.journal-page-num{
	display:none;
}

.tech-council-logo{
	padding:5px;
	background:black;
}

.textbased-button{
	background-color:#c0c0c0;
	border:1px solid #999;
	padding:4px;
	font-size:12px;
}
.textbased-button:hover{
	color:#000;
	background-color:#eee;
}
.textbased-button:active{
	background-color:#d4e0ec;
}

/* cmxform - styled forms used in web apps */

form.cmxform{
	text-align:left;
}
form.cmxform fieldset{
	border:1px solid #627788;
	margin-bottom:2px;
	width:610px;
	margin-left:20px;
}
form.cmxform legend{
	font-weight:bold;
	border:1px solid #627788;
	background-color:#627788;
	padding:0 4px 0 4px;
	margin:0 4px 0 4px;
	color:#fff;
}
form.cmxform label{
	font-weight:bold;
}
form.cmxform label.normal{
	font-weight:normal;
}
form.cmxform fieldset.highlight{
	border:1px solid #9b1a1e;
	clear:left;
	width:450px;
	margin:0 5px 0 5px;
	padding:4px;
}
form.cmxform fieldset.highlight legend{
	font-weight:bold;
	border:1px solid #9b1a1e;
	background-color:#9b1a1e;
	padding:0 4px 0 4px;
	margin:0px;
	color:#fff;
}
form.cmxform div{
	float:left;
}
form.cmxform div.fullrow{
	width:600px;
	clear:left;
	margin:1px 5px 1px 5px;
}
form.cmxform div.fullrow div.label{
	width:125px;
}
form.cmxform div.fullrow div.label1{
	width:100px;
}
form.cmxform div.fullrow div.label2{
	width:150px;
}
form.cmxform div.fullrow div.label2a{
	width:175px;
}
form.cmxform div.fullrow div.label3{
	width:200px;
}
form.cmxform div.fullrow div.label4{
	width:250px;
}
form.cmxform div.fullrow div.label5{
	width:285px;
}
form.cmxform div.fullrow div.labelfull{
	width:565px;
}
form.cmxform div.fullrow div.text{
	width:440px;
}
form.cmxform div.fullrow div.text select.setwidth{
	width:415px;
}
form.cmxform div.fullrow div.text1{
	width:465px;
}
form.cmxform div.fullrow div.text1 select.setwidth{
	width:440px;
}
form.cmxform div.fullrow div.text2{
	width:415px;
}
form.cmxform div.fullrow div.text2a{
	width:390px;
}
form.cmxform div.fullrow div.text3{
	width:365px;
}
form.cmxform div.fullrow div.text4{
	width:315px;
}
form.cmxform div.fullrow div.text5{
	width:280px;
}
form.cmxform div.fullrow div.textfull{
	width:565px;
}
form.cmxform div.fullrow div.indented{
	margin-left:15px;
	margin-right:15px;
}
form.cmxform div.fullrow div.ccImage{
	width:77px;
}
form.cmxform div.fullrow div.ccDesc{
	width:307px;
	text-align:center;
	padding:5px 3px 0 3px;
}
form.cmxform div.fullrow .msgHolder{
	padding-left:3px;
}
#warningMsgTop, #warningMsgBottom{
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin-top:6px;
	margin-bottom:6px;
	background-color:#9b1a1e;
	width:100%;
	padding:3px;
	clear:both;
}
label.error{
	color:#9b1a1e;
	background:url(/images/icons/forms/unchecked.gif) no-repeat 0px 0px;
	padding-left:16px;
}
label.error a{
	color:#9b1a1e;
	text-decoration:underline;
}
label.success{
	display:none;
}
input.inactive{
	color:#999;
}
input.active{
	color:#000;
}
input.focused{
	color:#000;
}

.formError{
	color:#f00;
	font-weight:bold;
}

body{color:#4d4d4d;}
p{font-weight:normal;}
a{color:#A38D21;}
a:hover{color:#7f8c97;}
blockquote{border-left:none;}
.container .img-responsive{display:inline;}
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu > li > a{color:#fff;}
.c-layout-footer a{color:#b8a843;}
