
h1 {
	margin: 10px 0 10px 15px;
	padding: 0;
	font-size: 28px;
  letter-spacing: -.03em;
	}


h2 {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 22px;
	}

/*
h3 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	}
*/

/*

p {
	margin: 0 0 7px 0;
	font-size: 14px;
	}

*/

/* TRYING TO REMOVE THIS RIDICULOUS GLOBAL STYLE FOR LISTS 

ul {
	margin: 0;
	padding: 0;
	}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .75em;
	}
  
ol li {
	font-size: .75em;
	}

*/

a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.imgleft {
	float: left;
	margin: 3px 10px;
	}
.imgright {
	float: right;
	margin: 3px 10px;
	}
#header {
	margin: 5px 10px 5px;
	text-align: center;
}

#container {
  padding:0 20px;
}

#ltnav {
	background: #36f;
	padding: 10px;
	margin: 0 0 5px 0;
	}
#ltcol ul {
	list-style: none;
	margin: 0 0 10px 7px;
	font-size: 1em;
	}
.ltnavlist li {
	border-bottom: 1px dotted #fff;
	padding: 3px;
	}
li.lastitem {
	border-bottom: none;
	}
#ltnav a {
	color: #fff;
	text-decoration: none;
	
	}
#ltnav a:hover {
	color: #fff;
	text-decoration: underline;
	}

#ltnav h2 {
	color: #fff;
	}


/*

#ltcol {
	float: left;
	width: 200px;
	}

#rtcol {
	float: right;
	width: 190px;
	padding: 0;
}

#ctrcol { 
	float: left;
	width: 460px;
	padding: 0 5px;
}

*/


#ltcol {
	float: left;
	width: 217px;
	}

#ctrcol { 
	float: left;
	width: 460px;
  margin:0 10px;
	padding: 0 5px;
}

#rtcol {
	float: left;
	width: 217px;
	padding: 0;
}

#topnav {
	clear: both;
  background-color: #030077;
	list-style: none;
	margin: 15px auto 0 auto;
	padding: 10px 10px 8px 20px;
	font-size: 12px;
  -webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	border-bottom: 5px solid #ccc;
	}
#topnav li {
	display: inline;
	padding: 0 13px 0;
	}
#topnav li a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	}
#topnav li a:hover {
	text-decoration: underline;
	}
#dateline {
	padding: 5px 0 0 20px;
	text-transform: uppercase;
	font-size: .75em;
	text-align: left;
	}
#jobsearch {
	height: 42px;
	float: right;
	}
	
#jobsearchform {
	display: inline;
}

#searchquery {
	display: block;
	float: left;
	margin-top: 19px;
	}
#searchbtn {
	display: block;
	float: left;
	padding-left: 5px;
	margin-top: 18px;
	}
#jobsearch label {
	margin: 23px 7px 0 0;
	padding: 0;
	font-size: .7em;
	float: left;
	}
#logo {
	float: left;
	padding-bottom: 5px;
	border: 0;
  margin: 20px 0 0 5px;
   max-width: 225px;
	}

* html #logo {
	padding-bottom: 0;
	}
#topBanner {
	border: 0;
	float: right;
	margin-bottom: 10px;
	}
#news h3 {
	/*color: #e65e06;*/
	}
#news {
	border-bottom: 1px #000 dotted;
	padding: 5px 5px;
	}
#news h2 {
	background: #fff url('images/bg_news.gif') right no-repeat;
	font-size: 1.2em;
	}
p.articlecaption {
	font-size: .7em;
	line-height: 1em;
	}

#gallery {
  
}
 
.galleryImg {
	width: 210px;
	border: 1px #999 solid;
	}
.reddot {
	margin: 0 0 7px 15px;
	padding: 0;
	}
.reddot li {
	padding-bottom: 5px;
	list-style: url(images/bullet_redSquare.gif) outside;
	}
.blkdot {
	margin: 0 0 7px 15px;
	padding: 0;
	}
.blkdot li {
	padding-bottom: 5px;
	list-style: disc outside;
	}
.whtdot {
	margin: 0 0 7px 15px;
	padding: 0;

	}
.whtdot li {
	padding-bottom: 5px;
	list-style: url(images/bullet_whtSquare.gif) outside;
	}
.colbox {
	margin: 0 0 5px 0;
	padding: 10px;
	}
.colboxNoPad {
	margin: 0 0 5px 0;
	}
.colboxNoPad div {
	padding: 0 10px 15px 10px;
	}
.yellow {
	border: 1px #000 dotted;
	background: #feff99;
	}
.grey {
	border: 1px #ccc solid;
	background: #c0c0c0;
	}
.white {
	border: 1px #030077 solid;
	/*border: 1px #ccc solid;*/
	background: #fff;
	}
.blue {
	background: #36f;
	}
.blue a {
	color: #fff;
	}
#featuredJob {
	border: 2px #fff dotted;
	color: #fff;
	}
#featuredJob a {
	color: #fff;
	font-size: .75em;
	text-decoration: underline;
	}
#featuredJob a span {
	display: block;
	}
#ctrcol .white {
  border: none;
	border-bottom: 1px #000 dotted;
	background: #fff;
	margin-bottom: 5px;
	padding: 10px;
	}
#resources {
	
	}
.fifty {
	width: 210px;
	float:left;
	margin: 7px;
	padding: 0;
	}
* html .fifty {
	width: 196px;
	}
.sixty {
	width: 264px;
	background: #fff;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0;
	}
.forty {
	width: 191px;
	background: #fff;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	}

.caption {
	display: block;
	width: 200px;
	padding: 5px;
	font-size: .7em;
	background: #f0f0f0;
	margin: 0 0 7px 0;
	}
.titlelink {
	display: block;
	}
.sixty h3, .forty h3 {
	margin-bottom: 7px;
	}
#experts ul li {
	font-weight: 700;
	}
#experts ul li span {
	display: block;
	font-weight: normal;
	}
#squeakywheels h3 {
	width: 241px;
	height: 17px;
	background: #fff url('images/bg_squeakyWheels.gif') no-repeat;
	}
#squeakywheels img {
	float: right;
	margin-left: 3px;
	border: 1px #ccc solid;
	}
#businessupdate h3 {
	width: 241px;
	height: 17px;
	background: #fff url('images/bg_businessUpdate.gif') no-repeat;
	}
#turningpoints h3 {
	width: 165px;
	height: 17px;
	background: #fff url('images/bg_turningPoints.gif') no-repeat;
	}
#turningpoints img {
	float: right;
	margin-left: 3px;
	border: 1px #ccc solid;
	}
h2 {

	}
h3 span {
	position: absolute;
	left: -1000px;
	}
#findjob {
	/*background: #36f url('images/bg_rtcolmid.gif') bottom no-repeat;*/
	margin-bottom: -7px;
	}
#findjob {
  width: 200px;
	text-indent: -9999px;
	height: 61px;
	background: #fff url('images/bg_findJob.gif') no-repeat;
	}
#employer {
  width: 190px;
	height: 37px;
	text-indent: -9999px;
	background: #fff url('images/bg_employer.gif') no-repeat;
	}
#employerinfo {
	background: #36f url('images/bg_rtcolmid.gif') bottom no-repeat;
	padding: 10px 10px 15px 10px;
	margin-top: -7px;
	}
#jobseeker {
  width: 190px;
	height: 27px;
	margin-top: -5px;
	text-indent: -9999px;
	background: #fff url('images/bg_jobseekers.gif') no-repeat;
	}
#jobseekerinfo {
	margin-top: -7px;
	background: #36f url('images/bg_rtcolbottom.gif') bottom no-repeat;
 }
#newsletter h2 {
	height: 17px;
	text-indent: -9999px;
	background: #fff url('images/bg_newsletter.gif') no-repeat;
	}
#experts h2 {
	height: 17px;
	text-indent: -9999px;
	background: #fff url('images/bg_industryExperts.gif') no-repeat;
	}
#overTheCurb h2 {
	height: 29px;
	text-indent: -9999px;
	background: #fff url('images/bg_blog.gif') no-repeat;
	}
#featuredJobs h2 {
	height: 13px;
	text-indent: -9999px;
	background: #fff url('images/bg_featuredJobs.gif') no-repeat;
	}
#proposals h2 {
	height: 17px;
	text-indent: -9999px;
	background: #fff url('images/bg_bidsProposals.gif') no-repeat;
	}	
.deck {
	font-size: .7em;
	}
.mainlink {
	display: block;
	font-size: .8em;
	text-align: center;
	padding: 3px 0;
	}
.lt {
	float: right;
	margin-left: 4px;
	}
#postjobinfo {

	}
#postjobinfo ul li {
	margin-bottom: 5px;
	}
#postjobinfo ul li span {
	display: block;
	font-weight: 700;
	}
#postnewuser {
	background: #f0f0f0;
	margin-bottom: 15px;
	}	
#postnewuser h2 {
	height: 37px;
	background: #fff url('images/bg_postNewCust.gif') no-repeat;
	text-indent: -9999px;
	}
#postnewuser p {
	margin: 10px 20px 5px 20px;
	}
#postnewuser img {
	margin: 0 20px 5px 20px;
	}
#postretuser {
  background: #f0f0f0;
	padding-bottom: 10px;
	}
#postretuser h2 {
	height: 37px;
	background: #fff url('images/bg_postRetCust.gif') no-repeat;
	text-indent: -9999px;
	}	
#postretuser p {
	margin: 10px 20px 5px 20px;
	}
#postretuser form {
	margin: 5px 20px 10px 20px;
	}
#postretuser form input {
	display: block;
	margin: 1px 0;
	}
#postretuser label {
	display: block;
	}

/********** JOB LISTING PAGE (NO LONGER USED AS OF 7/3/17) **********/

/*

div#joblisting {
	font-size: .8em;
	margin: 10px 0 20px 0;
	}

div#joblisting h1 {
	font-size: 120%;
	margin:0 0 7px;	
	}

div#joblisting h2 {
	font-size: 110%;
	}

div#joblisting h3 {
	font-size: 100%;
	}

#joblisting ul {
	margin: 0px 0px 7px 40px;
	}
#joblisting ul li {
	list-style: outside disc;
	font-size: 100%;
	}

#joblisting ul li ul li {
 list-style-type: circle; 
}
  
#joblisting ol li {
	font-size: 100%; 
	}

*/


	
#retjobseekers {
  background: #f0f0f0;
	padding-bottom: 10px;
	}
#retjobseekers h2 {
	height: 37px;
	background: #fff url('images/bg_returningJobSeekers.gif') no-repeat;
	text-indent: -9999px;
	}	
#retjobseekers p {
	margin: 10px 20px 5px 20px;
	}
#retjobseekers form {
	margin: 5px 20px 10px 20px;
	}
#retjobseekers form input {
	display: block;

	margin: 1px 0;
	}
#retjobseekers label {
	display: block;
	}	
	
#forgotpassword label {
	display: block;
	}	
#forgotpassword input {
	display: block;
	}	
.auxlink { 
	font-size: .75em;
	}

.aux-link { /* NEW STYLE OF AUX LINK 2017-03-17 P.K. */
  font-weight:400;
  font-size: 1.2em;
}

.twoColLt {
	width: 49%;
	padding: 0 5px 0 0;
	float: left;
	}
.twoColRt {
	width: 49%;
	padding: 0 0 0 5px;
	float: right;
	}	
#twocollt {
	width: 630px;
	float: left;
	padding-left: 20px;
	}	
	
/* BEGIN Post New Jobs */
#userOptions {
width:730px;
overflow:auto;
}

#userOptions div {
width:350px;
border:1px solid #696969; 
background-color:#E7E3D6; 
font: 12px/16px verdana, arial, helvetica, sans-serif;
}

#newUsers {
float:left;
text-align: left;
}

#existingUsers {
float:right;
text-align: left;
}

#userOptions h2 {
margin:0;
font-size:18px;
border-bottom:1px solid #696969;
padding:12px;
background-color:#FF9900; 
color:#FFF;
}

#userOptions ul, #userOptions p, #userOptions dl {
margin:12px;
padding:0;
}

#userOptions ul {
list-style-type:none;
}

#userOptions li {
background: url(jobs_bullet.gif) 0 4px no-repeat;
padding-left:12px;
margin:10px 0;
}

#userOptions li span {
font-weight:bold;
}

#userOptions a#postNow {
display:block;
margin:15px 70px 12px 70px;
padding:5px;
background-color:#7BA2C6;
border:1px solid #696969;
text-decoration:none;
font-size:16px;
font-weight:bold;
color:#FFF;
text-align:center;
}

#userOptions a#postNow:hover {
background-color:#FF9A00;
}

#userOptions dl {
height:30px;
margin:0 12px;
}

#userOptions dt, #userOptions dd {
float:left;
margin:0;
}

#userOptions dt {
width:95px;
font-weight:bold;
}

#userOptions input {
border:1px solid #B8B8B8;
width:150px;
}

#userOptions #submitIt dd {
margin-left:96px;
float:none;
margin-top:1px;
}

#userOptions #submitIt input{
background-color:#7BA2C6;
border:1px solid #696969;
width:auto;
padding:3px 10px;
color:#FFF;
font-weight:bold;
font-size:16px;
}
/* END Post New Jobs */

/* BEGIN FAQ */

#faqcontact {
	float: right;
	width: 250px;
	background: #f0f0f0;
	padding: 10px;
	border: 1px #ccc dotted;
	}
.faqcat {
  font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
	}
.question {
	}
.answer {
	}
.backlink {
	}

/* END FAQ */

	
/* BEGIN --- Moved from solicitation_folder.cfm   P. KALSCHEUER 6/8/10 */

#empFolder {
border:1px solid #696969; 
background-color:#e7e3d6; 
font: 15px/16px arial, verdana, helvetica, sans-serif;
margin:20px 0;
}

#empFolder td {
border:1px solid #fff;
padding:12px;
width:50%;
}

#empFolder td.folderHed{
font-size:20px;
border:0;
border-bottom:1px solid #696969;
background-color:#8f8f91;
color:#fff;
width:100%;
}

#empFolder span{
font-weight:bold;
}

#empFolder h3{
font-size:1.1em;
margin:0 0 2px 0;
}
/* END --- Moved from solicitation_folder.cfm   P. KALSCHEUER 6/8/10 */

.notice {
	color: #ff0000;
	}
.normaltext {
	font: 12px arial, helvetica, sans-serif;
}
.required {
	font-size: 14px;
	color: #ff0000;
}
div#twocollt ul {
	margin: 0px 0px 7px 40px;
	}
div#twocollt ul li {
	list-style: outside disc;
	}

/* JOB/SOLICITATION POSTING NAVIGATION */

.autoTextButton {
	 font-size: 16px;
	 font-weight: 700;
	 margin: 10px auto;
	}
	
.postStepNav {
	display: inline;
	}
	
/* Added Initially For Resume Posting */
.checkmark {
	font-weight: bold;
	margin-right:5px;
}
	
#mainColumn {
	margin-left:30px;
	margin-right: 10px; 
	margin-top: 10px;
	width:490px; 
	float:left;
}
#mainColumn h2 {
	font-size: 1.1em;
}
#mainColumn ul li{
	font-size:1em;
	padding: 5px 0;
}

#sideColumn {
	width:280px; 
	margin: 0 10px; 
	padding: 10px; 	
	float:right; 
	line-height:125%;
	border: 1px black solid; 
	font-size: 1em;
}

#sideColumn h3 {
	color: #4F81BD;
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom: 10px;
}
	
#sideColumn p {
	font-size: 1em;
}

#sideColumn a {
	text-decoration: underline;
}

.sectionHeader {
	display: block;
  clear: both;
  border-top: 1px solid #4F81BD;
	color: #000000;
	font-size: 1em;
	padding-top:20px;
	margin-top:20px;
}	

.sectionHeader strong {
	color: #4F81BD;
	font-size: 1.2em;
}	

/******* NEWSLETTER ARCHIVE *********/

span.emai-signup-v3 + #archiveList {
  margin:10px 0;
}

img#newsletter-sample + #archiveList {
  margin:40px 0 0 5px;
}

#archiveList li {
  margin-bottom:6px;
}

.newsletter-archive-snippet {

}

.newsletter-archive-snippet h1 {
 margin:0;
 font-size:3em;
 font-family:Times, "Times New Roman", serif;
}

.newsletter-archive-snippet h1 span {
  font-size:.5em;
  font-style:italic;
}
.newsletter-archive-snippet p {
  margin:0 0 0 5px;
}

.newsletter-signup-snippet {
  background-color: #f0f0f0;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 0 15px 0;
  border: 1px solid #a4a4a7;
  -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.newsletter-signup-form span {
  display:inline-block;
  margin-right:15px;
  font-weight:700;
  font-style:italic;
}

input.input-email {
  display: inline-block;
  min-height: 27px;
  padding: 0 10px;
  margin: 0 4px;
  font-size:14px;
}

.job-listing .job-title {
  margin:30px 0 10px 0;
  color:#030077;
}

/******** ARTICLE PAGES *********/

.article {
  padding:10px;
}

.article h1 {
  margin:20px 0 5px 0;
  font-size: 2em;
}
.article h2 {
  margin:0 0 15px 0;
  font-size: 1.5em;
}

.article p {
  font-size:16px;
  margin: 16px 0;
  line-height: 1.4em;
  color:#333;
  /* font-family: 'Lora', Palatino, Times, Times New Roman, serif; */
}

.article br + p {
  margin-top: 5px;
}

.article .deck {
  display: block;
  margin: 10px 0;
  font-size: 1em;
  font-weight: 700;
  font-weight: normal;
  line-height: 1.4rem;
  line-height: 1.6rem;
}

.article img {
  width:100%;
}

.article .img-block.headshot {
  width:33%;
}

.article .img-block.headshot.left {
  float: left;
  margin:0 10px 10px 0;
  padding:0 10px 10px 5px;
}

.article .img-block.headshot.right {
  float: right;
  margin:0 0 10px 10px;
  padding:0 5px 10px 10px;
}

.article .caption {
  width:100%;
  margin-top:5px;
  padding:0;
  background: none;
  color:#000;
  font-size:13px;
  font-weight: 700;
  line-height: 1.1rem;
}

.article .credit {
  display: block;
  margin-top:0;
  padding:0;
  text-align: right;
  font-size:11px;
  background: none;
  color:#8f8f8f;
}

.article .date-published {
  margin:10px 0;
  padding:0;
  color:#8f8f8f;
}

.article .social-widget {
  margin:15px 0;
  display:block;
}

/*
.twitter-share-button[style] {
    vertical-align: text-bottom !important;
    margin-bottom: -1px !important;
}
*/

.article-section {
  margin-bottom:50px;
}

.survey-results-block {
  margin:15px 0 30px 0;
}

.survey-results-block h2 {
  margin:10px 0;
}

.survey-results-block h3 { /* SECTION HEADING */
  padding: 10px 0 10px 10px;
  border-left: 3px solid #ccc;
  /*
  border-bottom: 1px solid #ccc;
  */
  font-size: 2em;
  margin: 10px 0 10px -10px !important;
  /* background-color:#dfe6ee; */
  background-color:#e6fcf1;
}

.survey-results-block h4 {
  margin:20px 0 0 0;
  font-size:1.5em;
  color:#2338d9;
}

.survey-results-block h4 + p {
  margin:0 0 10px 0;
}

.survey-results-block h5 {
  margin:5px 0 2px 0;
}

.survey-results-block h5 span {
  font-size:1.5em;
}

.survey-results-block p {
  margin:5px 0;
}

.survey-results-block table {
  width:100%;
  border-collapse: collapse;
  text-align:center;
}

.survey-results-block table, .survey-results-block th, .survey-results-block td {
    border: 1px solid black;
}

.survey-results-block th {
  background-color: #f0f0f0;
  width:25%;
}

.survey-results-block .newsletter-signup-snippet {
  background-color: #f2f8ff;
  display: block;
  width: 75%;
  text-align: center;
  margin: 30px auto;
}

.survey-results-block .newsletter-signup-snippet h2 {
  font-size:1em;
}

.survey-results-block .news-signup {
  font-size:1.1em;
}

.survey-results-block ul.split-col-three {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;  
  margin:20px 0 30px 0 !important;
  list-style:none; 
  font-size:11px; 
}
.survey-results-block .split-col-three li {
  margin-bottom:5px !important;
  list-style:none !important;
}

.survey-results-block .split-col-three li a {
  display:inline-block;
  /* width:100%; */
  padding:5px 10px;
  text-decoration: none;
  background-color:#36f;
  border: 1px solid #2956db;
  -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
  color:#fff;
}

.survey-results-block .split-col-three li a:hover {
  text-decoration:underline;
}

.back-to-top {
  text-align:center;
}

.respondents {
  
}

/********** EMAIL SIGNUP **********/
/********** EMAIL SIGNUP **********/
/********** EMAIL SIGNUP **********/

.newsletter-signup-snippet {
  display: inline-block;
  width:595px;
  min-height:83px;
  padding: 10px 15px;
  margin: 15px 0;
  text-align:center;
  border: 1px solid #a4a4a7;
  -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
  background-color: #f0f0f0;
}

.newsletter-signup-snippet h2 {
  text-align:center;
  margin:0;
  color:#2276b9;
  letter-spacing: -0.05em;
  font-size: 1.6em;
}

.newsletter-signup-snippet p {
  text-align:center;
  margin:0 0 5px;
  font-size:.8em;
}

.newsletter-signup-snippet .fa-check-circle {
  display:block;
  text-align:center;
  font-size:2em;
  color:green;
}

.article .newsletter-signup-form {
  margin-right:-20px;
}

.newsletter-signup-form span {
  display:inline-block;
  margin-right:15px;
  font-weight:700;
  font-style:italic;
}

.col-45 .email-input-group,
.col-30 .email-input-group,
#footer .email-input-group {
  display:block;
  padding:5px;
  overflow: auto;
  text-align:left;
  background-color: #fff;
  border:1px solid #ccc;
  -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#footer .email-input-group {
  width:320px;
}

.col-45 input.input-email {
  width:220px;
  min-height: 32px;
  border: none;
  
}

.col-30 input.input-email {
  width:155px;
  margin-top:3px;
  border: none;
}

#footer input.input-email {
  width:215px;
  margin-top:3px;
  border: none;
}

.btn-primary.subscribe {
  float:right;
  padding:7px 7px;
  -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
  font-size: .8em;
}

.col-45 .btn-primary.subscribe {
    margin-top:1px;
}

.col-30 .btn-primary.subscribe {
    margin-top:2px;
}

.col-45 #email-signup-block,
.col-30 #email-signup-block {
  padding-bottom: 0;
  margin:40px 0 30px 0;
}

.col-45 #email-signup-block p.email-archive,
.col-30 #email-signup-block p.email-archive {
 margin:10px; 
}

.col-45 #email-signup-block #archiveList li,
.col-30 #email-signup-block #archiveList li {
    margin-bottom: 15px;
}

.col-45 #email-signup-block h2,
.col-30 #email-signup-block h2 {
  margin-bottom: 5px;  
  font-size: 20px;
  color:#2276b9;
}

.col-45 #email-signup-block h2 .fa-envelope-o:before,
.col-30 #email-signup-block h2 .fa-envelope-o:before {
  font-size:.9em;
}


.col-45 .newsletter-signup-snippet,
.col-30 .newsletter-signup-snippet {
  width:375px; 
}

.col-45 .newsletter-signup-snippet h2,
.col-30 .newsletter-signup-snippet h2 {
  font-size:1em;
  text-align:left;
}

.col-45 .newsletter-signup-snippet p,
.col-30 .newsletter-signup-snippet p {
  font-size:.7em;
  text-align:left;
}

.col-45 .email-response,
.col-30 .email-response {
 display:block;
 padding:10px;
 background-color:#dff0d8;
 -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.col-45 .email-response.success,
.col-30 .email-response.success {
  text-align:center;
}

.col-45 .email-response.success h2,
.col-30 .email-response.success h2 {
  color:green !important;
  margin-bottom:0 !important;
}

.col-45 .email-response.success .fa-check-circle,
.col-30 .email-response.success .fa-check-circle {
  display:inline-block;
}


.col-45 #email-signup-block #archiveList,
.col-30 #email-signup-block #archiveList {
  margin-top:10px;
  font-size:14px; 
}

.col-45 #email-signup-block #archiveList ul li a:before,
.col-30 #email-signup-block #archiveList ul li a:before {
  content:"Latest Issue: ";
  font-weight: 700;
}

/********** **********/


.content-special {
  padding:15px 15px 10px 15px;
  border-bottom: 1px #000 dotted;
}

.content-special h2 {
  font-size:1.1em;
  color:#fe0100; 
}

.content-special p {
  margin:0;
  font-weight:700;
}

.content-special a {
  display: block;
  margin-top:5px;
  margin-bottom:5px;
}

.content-special a .fa-arrow-right {
 margin-left:5px; 
}

.content-special img {
   width:120px;
   float:right;
   display:block;
   padding-top: 10px;
    margin-right: 10px;
}




/********** CUSTOMER BANNER ADVERTISEMENTS **********/
/********** CUSTOMER BANNER ADVERTISEMENTS **********/
/********** CUSTOMER BANNER ADVERTISEMENTS **********/

.ad-block {
  width:100%;
  margin:10px 0;
  border-bottom:1px solid #ccc;
}

.ad-block:before {
  display: block;
  content:"advertisement";
  text-transform: uppercase;
  font-size:.8em;
  text-align: center;
}

.ad-content {
  width:76%;
  margin:5px auto 25px;
  padding:10px;
  border:1px solid #ccc;
  text-align: left;
  background-color: #fceec7;
  font-size:12px;
}

.ad-content img {
  float:left;
  margin:0 10px 10px 0;
  max-height: 60px;
}

.ad-title {
  display: block;
  font-weight: 700;
}

.ad-desc {
  
}

/********** ALERTS **********/
/********** ALERTS **********/
/********** ALERTS **********/







