.ad.ad-article {
	float: left;
	margin-right: 15px;
}

a.btn { color: #333; }
a.btn-primary { color: #fff; }

.form input, .form textarea, .form select, .form .uneditable-input {
	border: 1px solid #CCC;
}
.form legend {
	border-bottom: 1px solid #EEE;
}

.pubSlide a {
	display: block;
	width: 130px;
}

/* events */
.event {
  padding: 10px;
}

.event h3 a {
  font-size: 25px !important;
}

.event h3 {
  margin: 0 !important;
}

.event p {
  margin: 10px 0;
}

/* bootstrap fixes */
ul.nav-tabs li {
  list-style-type: none;
  margin: 0 0 -1px 0;
}

.resume_list {
	margin: 10px 0;
}
.resume_list li > a {
	font-size: 18px;
	font-weight: bold;
}
.toggle {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999em;
}
.toggle-active {
	background: url(/public/img/icons/accept.png);
}
.toggle-inactive {
	background: url(/public/img/icons/exclamation.png);
}

h3 {
	font-size: 25px;
}

.application-item {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.application-item .name {
    margin: 0 10px;
}
.application-item .view {
    float: right;
}
.btn-group { margin: 20px 0; }

.awesome i {
	display: inline-block;
	margin: 5px 5px 0 -4px;
}

#jobsTopSearch select { height: 42px; }

/* polls */}
#pollResults{
  padding: 10px 4px 3px 4px;
  min-height: 100px;
  border-bottom: 4px solid #d9dadd;
  line-height: 120%;
}
#pollResults ul{
}
#pollResults li{
  margin: 0 0 13px 0;
  padding: 0;
}
.pollBar{
  height: 15px;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 2px;
}
#pollLinks{
  margin-top: 6px;
  text-align: center !important;
}
#vote-result {
  font-weight: bold;
  color: #b30f18;
  padding: 3px;
}

.poll_results li {
  margin-left: 10px;
  list-style-type: none !important;
  font-size: 15px;
}

#poll li {
  float: none;
  display: block;
  margin-left: 15px;
}

/* most commented */
.idw-container h2 {
  display: none;
}

.mostSlide {
  background: white;
  padding: 7px;
}

#mostReadWrapper .mostSlide .idw-container .idw-big {
  padding: 0 !important;
  margin-bottom: 10px;
  float: none;
}
#mostReadWrapper .mostSlide .idw-container p {
  margin: 0 0 10px 0 !important;
}
#mostReadWrapper .mostSlide .idw-container .idw-big a {
  float: none;
}
#mostReadWrapper .mostSlide .idw-container .idw-big strong {
  font-weight: normal;
}
#mostReadWrapper .mostSlide .idw-container {
  padding: 0 !important;
}
.idw-footer {
  display: none;
}

.incoming { margin-bottom: 15px; background: #fff; width: 100%; overflow: hidden; position: relative; }
.incoming .tag { position: absolute; top: 0px; left: 0px; background: #338800; color: #fff; width: 100px; height: 100%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; text-align: center; }
.incoming.breaking .tag { background: #cc0000; }
.incoming .tag span { display: block; margin-top: 8px; width: 100%; }
.incoming-wrap { border: 1px solid #777; border-left: none; padding: 6px 10px; margin-left: 100px; }
.incoming h2 { margin: 0; line-height: 100%; font-size: 18px; display: inline; }
.incoming p { margin: 0; }

.all-list .remove-button { display: none; }
.ui-sortable { list-style: none !important; }
.modal-body .ui-sortable li { list-style: none !important; margin: 0 0 5px 0 !important; padding: 5px; }
.modal-header h3 { border: none !important; }
.ui-sortable.selected-list li { padding-right: 20px; }
.all-list, .selected-list { max-height: 340px; overflow-y: scroll; overflow-x: hidden; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.spinning
{
  -webkit-animation-name:             rotate;
  -webkit-animation-duration:         1s;
  -webkit-animation-iteration-count:  infinite;
  -webkit-animation-timing-function: linear;
}

.selector .topper {
  font-size: 12px;
  background: #444; padding: 3px; color: #fff; text-align: center;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.paging .previous { float: left; }
.paging .next { float: right; }

#im_box_ep {
  clear: both;
  margin: 10px 0;
}
#articleWrapper .credit{
	position: absolute;
	margin: 7px 0 10px 0 !important;
	right: 0;
	font-size: 11px;
	line-height: 12px;
	color: #666;
	font-family: 'PT Sans', sans-serif;
}
#articleWrapper .caption{
	margin: 7px 0 10px 0 !important;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	font-family: 'PT Sans', sans-serif;
	float: left;
	width: 550px;
}

#popover {
  position: fixed; top: 50%; left: 50%; margin-top: -225px; margin-left: -300px; width: 450px; z-index: 99999; border: 8px solid #fff; background: #fff;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#popover .popover_close {position: absolute; top: 10px; right: 10px; cursor: pointer; z-index: 100;}

.tags .blogTags{
  margin-bottom: 30px;
  font-size: 16px;
}







/* -- IE7-8 SVG fix ------------------------------------------------------------------------------------ */
.ie7 header h1 a,.ie8 header h1 a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logoBig.png') no-repeat top left !important;}
.ie7 footer .publogos,.ie8 footer .publogos{background: #e7e7e7 url('http://s3.amazonaws.com/arkbiz/public/img/publogosBacker.png') no-repeat top center !important;}
.ie7 footer .abpg a,.ie8 footer .abpg a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoABPG.png') no-repeat center center !important;}
.ie7 footer .as360 a,.ie8 footer .as360 a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoAS360.png') no-repeat center center !important;}
.ie7 footer .inar a,.ie8 footer .inar a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoInAr.png') no-repeat center center !important;}
.ie7 footer .ia a,.ie8 footer .ia a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoInnovate.png') no-repeat center center !important;}
.ie7 footer .bride a,.ie8 footer .bride a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoBride.png') no-repeat center center !important;}
.ie7 footer .lrf a,.ie8 footer .lrf a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoLRF.png') no-repeat center center !important;}
.ie7 footer .soiree a,.ie8 footer .soiree a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logos/logoSoiree.png') no-repeat center center !important;}
.ie7 .twitter a,.ie8 .twitter a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/iconTwitter.png') no-repeat top left !important;}
.ie7 .facebook a,.ie8 .facebook a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/iconFacebook.png') no-repeat top left !important;}
.ie7 .facebook a,.ie8 .linkedin a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/iconLinkedin.png') no-repeat top left !important;}
.ie7 .youtube a,.ie8 .youtube a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/iconYoutube.png') no-repeat top left !important;}
.ie7 .rssfeed a,.ie8 .rssfeed a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/iconRSS.png') no-repeat top left !important;}
.ie7 #footerCol1 h3 a,.ie8 #footerCol1 h3 a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/logoABfooter.png') no-repeat top left !important;}
.ie7 #searchArea input[type=image],.ie8 #searchArea input[type=image]{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/arrowSearch.png') no-repeat center right !important;}
.ie7 #searchArea input[type=image],.ie8 #industriesWrapper li a{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/arrowBlack.png') no-repeat center right !important;}
.ie7 #calPrev,.ie8 #calPrev{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/arrowBlackLeft.png') no-repeat center center !important;}
.ie7 #calNext,.ie8 #calNext{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/arrowBlackRight.png') no-repeat center center !important;}
.ie7 #pubsWrapper #pubsPrev,.ie8 #pubsWrapper #pubsPrev{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/arrowBlackLeft.png') no-repeat center center !important;}
.ie7 #pubsWrapper #pubsNext,.ie8 #pubsWrapper #pubsNext{background: transparent url('http://s3.amazonaws.com/arkbiz/public/img/arrowBlackRight.png') no-repeat center center !important;}





.edition-2014-03-31 #weeklyViews, .edition-2014-03-31 #weeklyRealDeals, .edition-2014-03-31 #weeklyWhispers {
  display: none;
}

.primary-tags {
  display: inline-block;
}
.primary-tags strong {
  display: inline-block;
  color: #555;
  padding: 3px 8px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  margin-right: 5px;
  margin-bottom: 5px;
}
#searchResultsWrapper .byline {
  display: inline-block;
  margin-right: 10px !important;
}

.tableizer-table {
  margin-bottom: 10px;
}
.tableizer-table td {
  padding: 5px;
  border: 1px solid #B8B8B8;
}
.tableizer-table td.facility,
.tableizer-table td.grey {
  background-color: #F5F5F5;
}


.bodyText ul.honor-list li.honoree {
list-style: outside none none;
font-size: 11px;
margin: 0;
}

.vjs-no-js {
  display: none !important;
}

.sponsored-banner {
    background-color: #207DB0;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 18px;
    position: relative;
}
.sponsored-banner::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border: 15px solid transparent;
  border-right-color: #fff;
  border-right-width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.sponsored-author img {
    max-height: 30px;
    vertical-align: middle;
    margin-left: 10px;
}
.sponsor-more {
    background-color: #fff;
    border: 2px solid #207DB0;
    padding: 20px;
}
.sponsor-more img {
    max-width: 150px;
    margin-right: 20px;
}
.sponsor-more a {
    font-size: 20px;
    vertical-align: middle;
}

.blue-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 60px;*/
  padding: 20px;
  font-size: 26px;
  color: white !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
  display: inline-block;
  text-decoration: none;
}
.blue-flat-button:hover {
    text-decoration: none;
    background-color: rgba(52, 152, 219, 0.9);
}
.blue-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* inline signup in articles */
.inline-signup {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px 20px 0;
}
.inline-signup h1 {
	margin-bottom: 6px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 40px;
}
.inline-signup .form-group input.form-control {
	width: 98%;
}
.inline-signup .form-group {
	width: 75%;
	float: left;
}
.inline-signup button {
	width: 25%;
	float: left;
}
.inline-signup .btn-primary {
    color: #ffffff;
    background-color: #FF5321;
    border-color: #de3102;
}
.inline-signup .btn-primary:hover {
    color: #ffffff;
    background-color: #de3102;
    border-color: #de3102;
}
.inline-signup i.fa {
	font-style: normal !important;
}

.emargo-indicator {
	display: inline-block;
	margin-left: 4px;
}


/* ARCHIVE STYLES */
.archive-buy {
  text-align: center;
}
.archive-buy h2 {
  color: #000;
  border: 0;
  font-size: 50px;
  line-height: 44px;
  margin-bottom: 13px;
}
.archive-buy h2, .archive-buy h3, .archive-buy h4 {
  width: 100% !important;
  margin-top: 20px !important;
}

.summary .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 89%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(89%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.already {
  margin-top: 10px;
}
.peter-river-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 60px;*/
  padding: 20px;
  font-size: 26px;
  color: white !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
  display: inline-block;
  text-decoration: none;
}
.peter-river-flat-button:hover {
    text-decoration: none;
    background-color: rgba(52, 152, 219, 0.9);
}
.peter-river-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* END ARCHIVE STYLES */
