@charset "utf-8";

/*
|-------------------------------------------------
|		DEBUG
|-------------------------------------------------
*/
#debug {
  position: fixed;
  z-index: 1000000;
  right: 0;
  top: 0;
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border: 1px solid black;
  background: white;
}

iframe {
    border: 0px solid transparent;
}
img {
    border: 0;
}


/*
|-------------------------------------------------
|		Repeatable Elements
|-------------------------------------------------
*/
.star-five {
  margin: 20px 0 25px;
  position: relative;
  display: block;
  color: red;
  width: 0px;
  height: 0px;
  border-right:  20px solid transparent;
  border-bottom: 14px  solid #F58320;
  border-left:   20px solid transparent;
  transform: rotate(35deg);
  -moz-transform:    rotate(35deg);
  -webkit-transform: rotate(35deg);
  -ms-transform:     rotate(35deg);
  -o-transform:      rotate(35deg);
}
.star-five:before {
  border-bottom: 16px solid #F58320;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -9px;
  left: -13px;
  display: block;
  content: '';
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform:    rotate(-35deg);
  -ms-transform:     rotate(-35deg);
  -o-transform:      rotate(-35deg);

}
.star-five:after {
  position: absolute;
  display: block;
  color: red;
  top: .5px;
  left: -21px;
  width: 0px;
  height: 0px;
  border-right: 20px solid transparent;
  border-bottom: 14px solid #F58320;
  border-left: 20px solid transparent;
  transform: rotate(-70deg);
  -webkit-transform: rotate(-70deg);
  -moz-transform:    rotate(-70deg);
  -ms-transform:     rotate(-70deg);
  -o-transform:      rotate(-70deg);
  content: '';
}

/*
|-------------------------------------------------
|		LINKS / BUTTONS
|-------------------------------------------------
*/
a.iconArrow {
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -32px;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #F58320;
	z-index: 9;
}
a.iconArrow span {
  display: block;
  width: 28px;
  height: 43px;
  margin: 11px auto 0;
  cursor: pointer;
  background: url(https://cdn.bisnow.net/assets/website/aboutIconArrowDown.png);
}

a.btn-grey {
    background-color: #D3D3D3;
    color: #fff;
    padding: 5px 10px;
}

/*
|-------------------------------------------------
|		Menus
|-------------------------------------------------
*/
.leftAnchoredMenu {
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 2;
}
.leftAnchoredMenu li {
  margin: 10px 0 0;
	top: 110px;
}
.leftAnchoredMenu li a {
  display: block;
  width: 150px;
  padding: 29px 15px;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  background: url(https://cdn.bisnow.net/assets/website/aboutLeftAnchoredMenu.png) no-repeat;
}
.leftAnchoredMenu li a:hover,
.leftAnchoredMenu li a.selected {
  background-position: bottom right;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
	.leftAnchoredMenu {
    display: none;
  }
}

/*
|-------------------------------------------------
|		Text
|-------------------------------------------------
*/
.text.label,
.headline {
	display: block;
	font-size: 27px !important;
	line-height: 29px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


/*
|-------------------------------------------------
|		PAGE SEARCH
|-------------------------------------------------
*/
#pageSearch .select-box {
  font-size: 24px;
  border-radius: 0;
  background: #333333;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  width: 175px !important;
	text-transform: uppercase;
  border-top-color: #F58320;
  background-image: url(https://cdn.bisnow.net/assets/website/selectArrowOrange.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
#pageSearch .select-box option {
	text-transform: uppercase;
}
#pageSearch .select-box:first-of-type {
  width: 230px !important;
}
#pageSearch .select-box option{
  background: #333333;
  border-radius: 0;
  color: #b1b1b1;
}
#pageSearch .select-box option.last {
  border-radius: 0;
}
#pageSearch .select-box option.chosen {
  color: white;
}
/* modification for "past events" page */
#pageEvents .WFSelect ul li {
  color: black;
  background: white;
}
#pageEvents .WFSelect ul li i {
  border-top-color: #F58320;
}
#pageEvents .WFSelect ul li ul {
  background: white;
}
#pageEvents .WFSelect ul li ul li:hover {
  color: white !important;
  background: #999999;
}
#pageEvents .WFSelect ul li ul li.chosen {
  color: #F58320;
}

/*
|-------------------------------------------------
|		ERROR AND SUCCESS MESSAGES
|-------------------------------------------------
*/
.flash.alert {
  color: #fff;
  padding: 12px 22px;
  border-radius: 0;
  font-weight: bold;
  margin: 10px 0 5px;
}
.flash.alert p {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: static;
}
.flash.alert.alert-danger {
  background-color: #d00;
}
.flash.alert.alert-success {
  background-color: #0ABD2D;
}



.cart {
  background-image: url(https://cdn.bisnow.net/fit?height=35&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FiconShoppingCart.png&width=45&sign=8AR-V12hYQYl6q4IpPevMgqZRX9_Y3ZS86rMOZBiq9I);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -55px;
  z-index: 9;
  display: block;
  position: relative;
  height: 35px;
  width: 45px;
  left: 94%;
  cursor: pointer;
}
.cart .cart_items {
  background-color: #F00;
  border-radius: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 25px;
  height: 20px;
  padding: 2.5px 0;
  vertical-align: middle;
  text-align: center;
  left: 90%;
  position: relative;
  top: -10px;
}
.cart .cart_items.hidden {
  display: none;
}


/*
|-------------------------------------------------
|		SLIDER BUTTONS
|-------------------------------------------------
*/
.bx-next,
.bx-prev {
  position: relative;
  display: inline-block;
  line-height: 42px;
  font-size: 42px;
  border-radius: 100%;
  width: 45px;
  color: white;
  text-align: center;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #F58320;
}
.bx-next:hover,
.bx-prev:hover {
  text-decoration: none;
  color: black;
  background: rgba(255,255,255,.6);
}
.bx-next:active,
.bx-prev:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.425);
}

/*
|-------------------------------------------------
|		IMAGE CROP
|-------------------------------------------------
*/
.image-crop-wrapper .image-crop-thumb {
  float:left;
  position:relative;
  overflow:hidden;
}
.image-crop-wrapper .image-crop-thumb > img {
  max-width: none;
}


/*
|-------------------------------------------------
|		WIDE BANNER
|-------------------------------------------------
*/
.banner {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto 12px;
}
.banner img {
  display: block;
  width: 970px;
  height: auto;
  max-width: 100%;
}
.headerBanner {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin: 12px auto 0;
}
.banner-600x160 {
	margin-top: 20px !important;
  overflow: hidden;
  padding: 15px 0;
	background-color: #fff;
}
.banner-600x160 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 160px;
}

.banner-600x160 .special-inline-ad {
    width: 600px;
    margin: 0 auto;
}

/*
|-------------------------------------------------
|		MOBILE ADS
|-------------------------------------------------
*/
.mobileHeaderBanner {
  max-width: 320px;
  margin: 25px auto 0;
}

.mobileHeaderBanner .banner_mobile {
    text-align: center;
}

.mobile_banner-300x250 {
  max-width: 300px;
  margin: 15px auto;
}

@media (min-width: 768px) {
	.mobileHeaderBanner, .mobile_banner-300x250 {
    display: none;
  }
}

/*
|-------------------------------------------------
|		INDEX PAGE/STORY PAGE
|-------------------------------------------------
*/
#content .newsItems .row {
	margin-top: -20px;
}
@media (max-width: 768px) {
	#content .newsItems .row {
		margin-top: -10px;
	}
}
/* event */
#content .newsItems .eventItem {
  margin-top: 20px !important;
}

#content .storyItem {
	margin-top: -10px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#content .storyItem .aside {
	margin-left: 10px;
}
@media (max-width: 768px) {
	#content .storyItem .aside {
		margin-right: 10px;
	}
}

/*
|-------------------------------------------------
|		NEWS ITEM
|-------------------------------------------------
*/
.newsItem {
  position: relative;
}
.newsItem:hover a.link {
  border: 1px solid #F58320;
}
.newsItem:hover h2 {
  color: #F58320 !important;
}
.newsItem:hover table h2 {
  color: white !important;
}
.newsItem:hover a.plus {
  background: #F58320;
}
.newsItem a.link {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
.newsItem .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.newsItem .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsItem .link_next {
	display: block;
	position: relative;
	padding: 15px;
	border: 2px solid #000;
	min-height: 106px;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
	margin-bottom: 10px;
}
.newsItem .link_next:hover {
	border-color: #F58320;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
.newsItem .link_next a {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.newsItem .link_next .up_next {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	display: block;
	line-height: 20px;
	margin-bottom: 8px;
}
.newsItem .link_next img {
	vertical-align: middle;
	position: absolute;
	width: 120px;
	height: 82px;
}
.newsItem .link_next .title {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	vertical-align: middle;
	display: inline-block;
	padding-left: 150px;
	line-height: 26px;
}
.newsItem .link_next:hover > .title {
	color: #F58320;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
@media (max-width: 425px) {
	.newsItem .link_next {
		margin-top: 12px;
	}
	.newsItem .link_next img {
		display: none !important;
	}
	.newsItem .link_next .title {
		padding: 0;
	}
}

.newsItem .articleH1 {
  position: relative;
  font-size: 72px;
  line-height: 70px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.newsItem .articleHeader,
.jobListing .articleHeader {
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
}
.newsItem .articleHeader .label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0 12px;
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  background: #242424;
}
.newsItem .articleHeader .label:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -7px;
  display: block;
  width: 7px;
  height: 7px;
  background: url(https://cdn.bisnow.net/assets/website/headlineEdge.png) no-repeat;
}
.newsItem .articleHeader h1,
.mainContentSponsored h1,
.jobListing .articleHeader h1 {
  position: relative;
  font-size: 54px;
  line-height: 52px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  padding-top: 50px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
    .mainContentSponsored h1 {
        font-size: 36px;
        line-height: 34px;
    }
}
.newsItem .articleHeader h1 span.title-lock,
.newsItem .articleHeader h1 span.title-unlock {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(https://cdn.bisnow.net/assets/website/title-locked.jpg);
	background-repeat: no-repeat;
	background-size: 15px auto;
	margin-left: 10px;
	margin-bottom: -2px;
}
.newsItem .articleHeader h1 span.title-unlock {
	background-image: url(https://cdn.bisnow.net/assets/website/title-unlocked.jpg);
}
.newsItem .articleHeader .titles-view-count {
	padding: 8px 12px;
	background-color: #f4f4f4;
}
.newsItem .articleHeader .titles-view-count strong {
	font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: .5px;
}
.newsItem .articleHeader .titles-view-count div {
	font-size: 14px;
	line-height: 18px;
}
.mainContentSponsored h1 {
 padding:0px 0 10px;
}
.jobListing .articleHeader h1 {
	padding-top: 30px;
}

.jobListing .company-logo {
  display: inline-block;
  padding-top: 36px;
  margin: 0px;
  text-align: right;
}

.jobListing .company-logo img {
  max-width: 200px;
  max-height: 127px;
}

.newsItem h2,
.newsItem a h2 {
  font-size: 55px;
  line-height: 55px;
  overflow: hidden;
  margin: 15px auto 10px;
  color: #000;
  text-decoration: none;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
}
.newsItem a:hover {
    text-decoration: none;
}
.newsItem .pic {
    position: relative;
    border: 1px solid transparent;
    min-height: 200px;
}
.newsItem .pic img {
    display: block;
    width: 100%;
    height: auto;
}
.newsItem .pic .label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0 12px;
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  background: #242424;
}
.newsItem .pic .label:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -7px;
  display: block;
  width: 7px;
  height: 7px;
  background: url(https://cdn.bisnow.net/assets/website/headlineEdge.png) no-repeat;
}
.newsItem .pic .where.top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.newsItem .pic .title {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.newsItem .pic .title .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.newsItem .pic .title .content {
  position: relative;
  z-index: 1;
  padding: 5px 15px 4px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.newsItem .pic .title .content a.plus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.newsItem .pic .title .content h1 {
  position: relative;
  font-size: 72px;
  line-height: 70px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.newsItem .pic .title .content h2 {
  font-size: 42px;
  line-height: 38px;
  height: 42px;
  overflow: hidden;
}
.newsItem .pic .title .content p {
  margin-bottom: 15px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  height: 45px;
  overflow: hidden;
}
.newsItem .pic .title .content .whereAndWhen {
  overflow: hidden;
}
.newsItem .pic .title .content .whereAndWhen .when {
  color: #b1b1b1;
}
.newsItem .pic .title .content .whereAndWhen .where {
  position: relative;
  top: auto;
  right: auto;
  display: none;
}
.newsItem .in,
.jobListing .in {
  padding: 10px 30px 10px;
}
.newsItem .in .whereAndWhen .author {
  line-height: 12px;
  font-size: 14px;
}
.newsItem .in .whereAndWhen .author .name {
  border-left: 1px solid grey;
  margin-left: 10px;
  padding-left: 10px;
}
.newsItem .in .whereAndWhen .author .name a {
	color: #b1b1b1;
}
.newsItem .in .whereAndWhen .author .name a:hover {
	color: #F58320;
}
.newsItem .in .whereAndWhen .author .authorTwitter {
  width: 15px;
  height: 12px;
  display: inline-block;
  background-image: url(https://cdn.bisnow.net/assets/social-media/x-twitter-author.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}
.newsItem .in .whereAndWhen .author .authorEmail {
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url(https://cdn.bisnow.net/assets/social-media/author-email.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
  background-position: center;
}
.newsItem .in h3 {
    font-family: alternate_gothic_3,Arial,Helvetica,sans-serif;
    margin-top: 50px;
    font-weight: normal;
    font-size: 24px;
    background-color: #F58320;
    padding: 10px;
    color:#fff;
}
.newsItem .in h3:first-child {
  margin-top: 20px;
}
.newsItem .in .socialButtons {
  margin-top: 30px;
  height: 20px;
  background: #fd714a;
}
.newsItem .in .socialButtonsx {
  margin-top: 10px;
}
.newsItem .in .socialButtonsx.last {
	padding-bottom: 0px;
}

/* NEWS ITEM SPONSOR */
a.sponsor {
    display: block;
    text-decoration: none;
    border: none;
}
a.sponsor:hover {
    text-decoration: none;
}
a.sponsor .content,
a.sponsor .content * {
    color: #313131;
}
.newsItem .in .sponsor {
  max-width: 100%;
  margin-top: 20px;
	font-size: 0;
	display: block;
	position: relative;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #fefefe;
	text-align: center;
}
.newsItem .in .sponsor .logo {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
	font-size: 14px;
	color: #666;
}
.newsItem .in .sponsor .logo span {
	display: block;
}
.newsItem .in .sponsor .logo img {
	margin-top: 5px;
	max-width: 100%;
	max-height: 70px;
	width: auto;
}
.newsItem .in .sponsor .content {
  display: inline-block;
  margin-left: -5px;
  max-width: 73%;
  vertical-align: middle;
}
.newsItem .in .sponsor .content .title {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.newsItem .in .sponsor .content .desc {
  font-size: 14px;
  line-height: 16px;
}
.newsItem .in .sponsor img {
  max-width: 100%;
  height: auto;
}
/* / news item sponsor */


.newsItem .in .first-related {
	padding: 20px 0 10px 0;
}
.newsItem .in .tags {
  margin: 10px auto 20px;
  color: black;
  line-height: 24px;
}
.newsItem .in .tags span {
  color: #000;
  font-weight: normal;
  margin-right: 5px;
	margin-bottom: 5px;
}
.newsItem .in .tags span a{
  padding: 0px;
  line-height: 24px;
  font-size: 18px;
  padding: 2px 0px 0;
}
.newsItem .in .tags span a:hover {
  color: black;
}
.newsItem .in .tags span:last-child:after {
  content: "";
}
.newsItem .in img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0 10px;
}
.newsItem .in .pswp img {
	max-width: none;
}
.newsItem .in p {
  margin-top: 24px;
  line-height: 23px;
  font-family: Georgia, Times, serif;
}
.newsItem .in ul{
  font-family: Georgia, "Times New Roman", serif;
  padding: 10px 0px 10px 30px;
}

/* Using !important to override inline styles from copy/pasting into the wysiwyg */
.newsItem .in ul li{
  padding: 5px 0;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: inherit !important;
  white-space: normal !important;
}

.newsItem .in ul li p,
.newsItem .in ul li span {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: inherit !important;

}

.newsItem .in > .story-shoutout {
    font-style: italic;
    color: #777;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    padding: 8px 4px;
    font-size: 16px;
}
.newsItem .in > .story-shoutout p {
    margin: 0;
}
.newsItem .in > .wrapper-image {
	margin: 0;
	padding: 0;
  position: relative;
  min-height: 150px;
}
.newsItem .in > img,
.newsItem .in > a img,
.newsItem .in > .wrapper-image > img,
.newsItem .in > .wrapper-image > a img {
  margin: 15px 0 10px;
  display: block;
  width: 100%;
}
.newsItem .in > .wrapper-image .modal-photo-open,
.newsItem .in > .wrapper-image .modal-photo-open:hover {
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
.newsItem .in > .wrapper-image .modal-photo-open {
	display: block;
	height: 40px;
	width: 40px;
	background-color: rgba(0,0,0,.4);
	background-image: url(https://cdn.bisnow.net/assets/website/fullScreenIcon.png);
	background-repeat: no-repeat;
	background-size: 90% 90%;
	background-repeat: no-repeat;
	background-size: 65% 65%;
	background-position: center center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.newsItem .in > .wrapper-image .modal-photo-open:hover {
	background-color: rgba(0,0,0,.9);
	background-size: 70% 70%;
}
.newsItem .in .spacing {
  height: 20px;
}
.newsItem .in table img {
  max-width: 100% !important;
  height: auto;
}
.newsItem .in .image_cutline,
.newsItem .in .image_credit_link {
  padding: 6px 12px;
  background-color: #eee;
  text-align: right;
  margin-bottom: 5px;
  font-size: 11px;
	line-height: 14px;
  font-style: italic;
	margin-top: -10px;
	overflow: hidden;
}
.newsItem .in .image_cutline {
    padding: 8px 12px;
    margin-top: -5px;
    font-style: normal;
    font-size: 13px;
    line-height: 14px;
    color: #555;
    background: rgba(240,240,240,.2);
    border: 2px solid #eee;
}
.newsItem .in .slide-image .image_credit_link {
  margin-top: -3px;
  z-index: 2;
  position: relative;
}
.newsItem .in .image_credit_link span{
  color: #F58320;
}
.newsItem .in .image_cutline {
    padding: 8px 10px;
    background-color: #eee;
    text-align: right;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    margin-top: -10px;
    overflow: hidden;
}
.newsItem .in .image_cutline span{
    color: #F58320;
}
.newsItem.compact {
  margin-top: 30px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.newsItem.compact .pic {
  float: none;
  max-width: 100%;
}
.newsItem.compact .pic a.plus {
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.newsItem.compact .pic .title {
  height: 100%;
}
.newsItem.compact .pic .title .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 30px;
}
.newsItem.compact .pic .title .content h2 {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  padding: 38px 0 3px;
  font-size: 57px;
  line-height: 60px;
  color: white;
}
.newsItem.compact .pic .title .content .whereAndWhen {
  position: absolute;
  left: 30px;
  bottom: 24px;
}
.newsItem.compact .pic img {
  max-height: 358px;
  height: 358px;
}

@media (max-width: 768px) {
  .newsItem .in,
	.jobListing .in {
    padding-left: 15px;
		padding-right: 15px;
  }
}

/*
|-------------------------------------------------
|		NEWS STORY - QUIZ
|-------------------------------------------------
*/
.newsItem #quizresults {
  margin: 60px auto 20px;
}
.newsItem #quizresults .social {
  display: inline-block;
  padding: 6px 6px 2px;
  margin: 10px 2px 0 0;
}
.newsItem #quizresults .social.share {
  display: block;
}
.newsItem #quizresults .social.twitter {
  background: #34a8d2;
}
.newsItem #quizresults .social.facebook {
  background: #315691;
}
.newsItem #quizresults .social.linkedin {
  background: #4898c8;
}
.newsItem #quizresults .social.email {
  background: #748b8d;
}
#thequiz h4 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ccc;
  font-size: 24px;
}
#thequiz h3 {
  margin-bottom: 6px;
  line-height: 36px;
  font-size: 33px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#thequiz .questionnumber {
  font-size: 56px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  padding: 15px 10px 0 0;
}
#thequiz .questionnumber.withoutImage {
  display: inline-block;
  vertical-align: top;
}

.answerpick {
  padding: 2px;
  border: 2px solid #000;
  cursor: pointer;
  margin-bottom: 6px;
  line-height: 41px;
}
.answerpick.activo:hover {
  background-color: #eee;
}
.answerpick.activo:active {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
}
#quizresults {
  display: none;
  text-align: center;
  margin-bottom: 50px;
  padding: 15px;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#quizresults h2 {
  color: #fff;
  margin-bottom: 20px;
}
#resulttaker,
#sayingtaker {
  font-size: 24px;
}
.quizsprite {
  background-image: url('https://cdn.bisnow.net/assets/social-media/quiz-download.png');
}
.sprite-quizcheckbox {
  background-position: 0 0;
  width: 30px;
  height: 33px;
}
.sprite-quizcheckbox.checked {
  background-position: 0 -43px;
  width: 30px;
  height: 33px;
}
.correctmsg,
.incorrectmsg {
  display: none;
  font-weight: bold;
  margin-bottom: 15px;
}
.correctq {
  background-color: green;
}
.incorrectq {
  background-color: red;
}

/*
|-------------------------------------------------
|  NEWS STORY - CUSTOM TEMPLATE - HERO HEADER
|-------------------------------------------------
*/
.container-hero {
    position: relative;
    padding-top: 90px;
    padding-bottom: 110px;
    text-align: center;
    overflow: hidden;
}
.container-hero .container-hero-background-img,
.container-hero .container-hero-background-video {
    background-size: cover;
    background-position: right center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -5;
}
.container-hero .container-hero-background-video {
    z-index: -2;
}
.container-hero .container-hero-background-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.container-hero .container-news-background,
.container-hero .container-news-background-video{
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -4;
}
.container-hero .container-hero-video {
    position: absolute;
    z-index: -10
}
.container-hero .container-news-background-video {
    background-color: rgba(0,0,0,.2);
    z-index: 0;
}
.container-hero .pre-h1,
.container-hero .post-h1 {
    color: #F58320;
    text-transform: uppercase;
}
.container-hero .newsItem .articleHeader h1 {
    text-decoration: none !important;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 35px;
    font-size: 62px;
    line-height: 62px;
}
.container-hero .newsItem .articleHeader .author,
.container-hero .newsItem .articleHeader .author a,
.container-hero .newsItem .articleHeader .when {
    color: #fff;
    font-family: 'news_gothic_book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.container-hero .newsItem .articleHeader .author,
.container-hero .newsItem .articleHeader .author a {
    font-weight: 100;
}
.container-hero .video-play {
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-hero .video-play img {
    width: 75px;
    height: auto;
    cursor: pointer;
}
.container-hero .classifications {
    margin-top: 40px;
}
.container-hero .classifications a {
    display: inline-block;
    background: #fff;
    border: 3px solid #fff;
    color: #F58320;
    text-transform: uppercase;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 15px 30px 14px;
    font-size: 26px;
    margin-bottom: 10px;
}
.container-hero .classifications a.selected {
    background: #F58320;
    border-color: #F58320;
    color: #fff;
    cursor: default;
}
.container-hero .classifications a.share {
    background: none;
    border: 3px solid #fff;
    color: #fff;
}
.container-hero .arrow-next {
    bottom: 0;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    position: absolute;
    z-index: 3;
}
@media (max-width: 768px) {
    .container-hero {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .container-hero .newsItem .articleHeader h1 {
        font-size: 50px;
        line-height: 52px;
        padding-bottom: 15px;
    }
    .container-hero .pre-h1 {
        font-size: 12px;
    }
    .container-hero .row div {
        font-size: 14px;
        line-height: 20px;
    }
    .container-hero .video-play {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .container-hero .video-play img {
        width: 50px;
    }
    .container-hero .classifications a {
        padding: 8px 20px 7px;
        font-size: 20px;
    }
}
@media (max-width: 450px) {
    .container-hero .newsItem .articleHeader h1 {
        font-size: 34px;
        line-height: 36px;
    }
}

/*
|-------------------------------------------------
|  NEWS STORY - CUSTOM TEMPLATE - WOMEN
|-------------------------------------------------
*/
.story-template-women .container-news-header {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.story-template-women .container-news-header .container-news-background-img {
    background-size: cover;
    background-position: right center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}
.story-template-women .container-news-header .container-news-background {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0; bottom: 0; left: 0;
    right: 0;
}
.story-template-women .container-news-header .pre-h1 {
    color: #F58320;
    text-transform: uppercase;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.story-template-women .container-news-header h1 {
    text-decoration: none;
    font-size: 70px;
    line-height: 60px;
    padding-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}
.story-template-women .container-news-header p {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
}
.story-template-women .container-news-header .articleHeader p:last-child {
    padding-bottom: 0;
}
.story-template-women .newsItem {
    padding-top: 20px;
}
@media (max-width: 1000px) {
    .story-template-women .container-news-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .story-template-women .container-news-header h1 {
        font-size: 70px;
        line-height: 60px;
    }
}
@media (max-width: 768px) {
    .story-template-women .newsItem {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .story-template-women .container-news-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.story-template-women .list-item {
    z-index: 1;
    cursor: pointer;
}
.story-template-women .list-item.list-item-open {
    overflow: visible;
    z-index: 2;
}
.story-template-women .list-item .title {
    top:0 !important;
    bottom:0;
    border-radius: 0 !important;
    left:0 !important;
    padding: 8px;
    right: 0;
    background-color: rgba(0, 0, 0, .4)!important;
}
.story-template-women .list-item:hover .title {
    background-color: rgba(0, 0, 0, .1)!important;
}
.story-template-women .list-item.list-item-open .title {
    background: none !important;
}
.story-template-women .list-item.list-item-open a.plus {
    background-color: #F58320 !important;
    line-height: 24px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.story-template-women .list-item-dropdown {
    padding: 25px;
    background: #f8f9fa;
    display: block;
    z-index: 3;
    clear: both;
    margin: 5px;
}
.story-template-women .list-item-dropdown p:first-child {
    margin-top: 0;
}

/*
|-------------------------------------------------
|  NEWS STORY - CUSTOM TEMPLATE - WOMEN
|-------------------------------------------------
*/
.story-template-defined-year {
    background: #e2e4e6;
}
.story-template-defined-year .container-news-header {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.story-template-defined-year .container-news-header .container-news-background-img {
    background-size: cover;
    background-position: right center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}
.story-template-defined-year .container-news-header .container-news-background {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0; bottom: 0; left: 0;
    right: 0;
}
.story-template-defined-year .container-news-header h1 {
    text-decoration: none;
    font-size: 60px;
    line-height: 45px;
    text-transform: uppercase;
    padding-bottom: 45px;
    margin-top: 0;
    padding-top: 0;
    color: #F58320;
}
.story-template-defined-year .container-news-header p {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}
.story-template-defined-year .container-news-header .articleHeader p:last-child {
    padding-bottom: 0;
}
.story-template-defined-year article {
    background: none !important;
}
.story-template-defined-year .container .newsItem {
    padding-top: 12px;
    background: none !important;
}
@media (max-width: 1000px) {
    .story-template-defined-year .container-news-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .story-template-defined-year .container-news-header h1 {
        font-size: 70px;
        line-height: 60px;
    }
}
@media (max-width: 768px) {
    .story-template-defined-year .container .newsItem {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .story-template-defined-year .container-news-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.story-template-defined-year .list-item {
    z-index: 1;
    cursor: pointer;
    background: none !important;
    padding: 12px;
}
@media (max-width: 768px) {
    .story-template-defined-year .list-item {
        padding-left: 0;
        padding-right: 0;
    }
}
.story-template-defined-year .list-item.list-item-open {
    overflow: visible;
    z-index: 2;
}
.story-template-defined-year .list-item .content {
    position: relative;
    border: 1px solid transparent;
    height: 100%;
    overflow: hidden;
}
.story-template-defined-year .list-item:hover .content {
    border: 1px solid #F58320;
}
@media (max-width: 480px) {
    .story-template-defined-year .newsItem {
        margin-left: 0;
        margin-right: 0;
    }
}
.story-template-defined-year .list-item .title {
    top:0 !important;
    bottom:0;
    border-radius: 0 !important;
    left:0 !important;
    padding: 20px;
    right: 30%;
    font-size: 42px;
    line-height: 44px;
    color: #fff;
    z-index: 4;
    position: absolute;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 7px black, 1px 1px 7px black, 1px 1px 7px black, 1px 1px 7px black;
}
@media (max-width: 900px) {
    .story-template-defined-year .list-item .title {
        font-size: 32px;
        line-height: 28px;
    }
}
@media (max-width: 480px) {
    .story-template-defined-year .list-item .title {
        font-size: 26px;
        line-height: 23px;
    }
}
.story-template-defined-year .list-item.list-item-open .title {
    background: none !important;
}
.story-template-defined-year .list-item.list-item-open a.plus {
    background-color: #F58320 !important;
}
.story-template-defined-year .list-item .precaption {
    position: absolute;
    right: 0;
}
.story-template-defined-year .content-text {
    padding: 15px;
    background: #fff;
    display: block;
    z-index: 3;
    clear: both;
    border: 0;
    margin: 0;
}
.story-template-defined-year .content-text p:first-child {
    margin-top: 0;
}
.story-template-defined-year .content-text p {
    font-size: 15px;
    line-height: 20px;
}
.story-template-defined-year .content-text a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .story-template-defined-year .newsItem .in {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/*
|-------------------------------------------------
|  NEWS ITEM - POPUP SIGNUP
|-------------------------------------------------
*/
.newsItem .newsletter-popup {
    background-color: #F58320;
    display: none;
    margin: 20px auto 15px;
    color: #fff;
}
.newsItem .newsletter-popup .in {
  padding: 15px 25px 20px;
}
.newsItem .newsletter-popup .in .newsletter-popup-title {
    text-align: center;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    padding: 5px 0px 10px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
.newsItem .newsletter-popup .in .newsletter-popup-title .newsletter-popup-pretitle {
    font-size: 18px;
    font-weight: 100;
}
.newsItem .newsletter-popup .in .newsletter-popup-title a {
  color: white;
}
.newsItem .newsletter-popup .in .form-fields {
    text-align: left;
	font-size: 0;
}
.newsItem .newsletter-popup .in .inputText {
  width: 75%;
  background-color: white;
}
.newsItem .newsletter-popup .in .confirmation-button {
	width: 25%;
}
.newsItem .newsletter-popup .in .inputText input {
	color: #666;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 22px;
	vertical-align: middle;
}
.newsItem .newsletter-popup .in .inputText input:focus,
.newsItem .newsletter-popup .in .inputText input:active {
	border-color: #222;
}
.newsItem .newsletter-popup .in .form-fields .confirmation-button .btn {
    padding: 0;
}
.newsItem .newsletter-popup .in .form-fields .confirmation-button .btn,
.newsItem .newsletter-popup .in .form-fields .confirmation-button .btn input {
	width: 100%;
}
.newsItem .newsletter-popup .in .form-fields .confirmation-button .btn img.spinner {
    height: 28px;
    margin: 0;
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
}
.scroll-newsletter-popup .form-fields > div,
.newsItem .newsletter-popup .in .form-fields > div {
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: top;
}
.scroll-newsletter-popup .form-fields {
    font-size: 0;
}
.scroll-newsletter-popup .form-fields > div {
    vertical-align: top;
}
.newsItem .newsletter-popup .in .form-fields .inputText text  {
	padding: 5px 15px;
}
.newsItem .newsletter-popup .in .inputText.validationError:after,
.newsItem .newsletter-popup .in .textarea.validationError:after {
	font-size: 35px;
}
.newsItem .newsletter-popup .in .form-fields .btn {
    padding: 0;
}
#remodal {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.already {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin: 20px 0 10px;
}

.scroll-newsletter-wrapper {
    top: 375px;
    position: fixed;
    z-index: 10;
}
.scroll-newsletter-tab {
    background: #000000;
    cursor: pointer;
    padding: 13px 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.scroll-newsletter-tab .scroll-newsletter-tab-content {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px;
}
.scroll-newsletter-popup {
    background: #F58320;
    color: #fff;
    z-index: 2;
    padding: 35px 25px 35px 75px;
    margin-left: -500px;
    -webkit-transition: ease .25s;
    -moz-transition: ease .25s;
    -o-transition: ease .25s;
    transition: ease .25s;
}
.scroll-newsletter-popup.show-popup {
    margin-left: 0;
    -webkit-transition: ease .25s;
    -moz-transition: ease .25s;
    -o-transition: ease .25s;
    transition: ease .25s;
}
.scroll-newsletter-popup .scroll-newsletter-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.scroll-newsletter-popup .scroll-newsletter-close:hover {
    color: #000;
}
.scroll-newsletter-popup .newsletter-popup-title {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.scroll-newsletter-popup .inputText {
    background-color: #fff;
    color: #000;
}
.scroll-newsletter-popup .inputText input {
    color: #000;
    border: 0;
}
.scroll-newsletter-popup .btn {
    padding: 0;
}
@media (max-width: 1100px) {
    .scroll-newsletter-wrapper {
        display: none;
    }
}

/*
|-------------------------------------------------
|		NEWSLETTER TOS CHECKBOX
|-------------------------------------------------
*/

div.newsletter.block .terms-of-use,
form .terms-of-use {
  font-size: 12px;
  line-height: 13px;
  padding-top: 5px;
	text-align: left;
}
div.newsletter.block .terms-of-use span,
form .terms-of-use span {
	vertical-align: middle;
	line-height: 20px;
	padding-left: 5px;
    font-weight: normal;
}

.terms-of-use a,
form .terms-of-use a {
  display: inline !important;
}

/*
|-------------------------------------------------
|		JOB LISTINGS
|-------------------------------------------------
*/
.jobListing {
	padding-bottom: 25px;
	position: relative;
}
.jobListing .articleHeader h3 {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.jobListing .articleHeader h3 span {
  vertical-align: middle;
}
.jobListing .articleHeader h3 small {
	font-size: 18px;
	line-height: 18px;
	font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	text-transform: none;
  vertical-align: middle;
}
.jobListing .attributes {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 15px 0;
}
.jobListing .in h3 {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	color: #F58320;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
.jobListing .in h4 {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-top: 10px;
}
.jobListing .attributes .attribute {
	margin: 14px 0;
}
.jobListing .attributes .attribute ul,
.jobListing .attributes .attribute li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}
.jobListing ul.bullets {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 20px;
}
.jobListing p {
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 20px;
}
pre.text {
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */

  /* Text formatting */
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
input.blockEmailForm::-webkit-input-placeholder {
  color: black;
}
input.blockEmailForm:-moz-placeholder {
  color: black;
}
input.blockEmailForm::-moz-placeholder {
  color: black;
}
input.blockEmailForm:-ms-input-placeholder {
   color: black;
}
.newsItem .newsletter-popup .in .newsletter-popup-confirmation{
  display:none;
  text-align: center;
  color: white;
}

#refundModal .refund_request .refund-type,
#refundModal .refund_request .refund-amount {
	font-weight: bold;
}
#refundModal .refund_request .refund-name {
	font-size: 13px;
	line-height: 15px;
}

#job_form .inputFile input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#job_form .inputFile input + label {
    color: #fff;
    background-color: #000;
    display: inline-block;
    cursor: pointer;
    padding: 7px 15px;
    line-height: 25px;
    font-size: 25px;
    color: white;
    text-align: center;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}
#job_form .inputFile input + label:hover {
    background-color: #999;
}
#job_form .inputFile input + label * {
    pointer-events: none;
}
#job_form #preview {
    margin-top: 0;
}

/*
|-------------------------------------------------
|		SLIDESHOW
|-------------------------------------------------
*/
.slideholder {
  width:100%;
  max-width:650px;
  overflow:hidden;
  padding-top: 30px;
	margin-bottom: 35px;
}
.slide-format-btn {
  margin-top:15px;
  float:right
}
.slide-format-btn a {
  background-color: #F58320;
  line-height: 41px;
}
.slide {
	margin-bottom: 45px;
}
.slide h3 {
  display: block;
  margin-bottom: 6px;
  line-height: 31px;
  font-size: 38px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  width: 45%;
  margin-top: 0px !important;
}
h3.questionWithoutImage {
  display: inline-block;
  width: 90%;
}
.slideholder.singlepage .slide h3 {
	width: 100%;
}
.slide .image_credit_link {
  padding: 2px 10px;
  background-color: #eee;
  text-align: right;
  margin-bottom: 5px;
  font-size: 12px;
  font-style: italic;
}
.slide .image_credit_link .style-number {
  float: left;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.slide .slidecontent {
  float: left; width: 45%;
}
.slide-position {
  /*color:#F58320;*/
  color: #FFF;
  display: inline-block;
  height: 42px;
  vertical-align: middle;
  padding-top: 10px;
}
.slide .next-slideshow h3 {
  margin: 20px 0 30px !important;
}
.slide a.link {
  border: none !important;
}
.slide .other-slideshows {
  margin: 35px 0 10px;
  font-size: 35px;
	line-height: 35px;
  line-height: auto;
  font-weight: bold;
  color: #F58320;
}
.slide .slideshow-single {
  display: inline-block;
  max-width: 46%;
  padding: 15px 2% 0;
  margin: 0;
  margin-left: -5px;
  height: 275px;
  vertical-align: top;
}
.slide .slideshow-single a {
  color: black;
  font-weight: bold;
}
.slide .slideshow-single a:hover {
  color: #F58320;
}
.slide.showall {
	margin-top: 50px;
}
.slide.showall:first-child {
	margin-top: 0;
}
.next-slideshow h3 {
  margin-bottom: 30px;
}
.next-slideshow .image {
  float: right;
  max-width: 60%;
}
.next-slideshow .slidecontent {
  float: left;
  max-width: 35%;
  padding: 0;
}
.next-slideshow .next {
  margin-top: 20px;
}
.slideshow-nav-wrapper {
	min-height: 50px;
	margin-bottom: 15px;
    background-color: #F58320
}
.slide .slideshow-nav {
  float:right;
  margin: 5px
}
.slides-nav {
  display: inline-block;
}
.slide-image {
  float: right;
  width: auto;
	max-width: 60%;
	margin-left: 15px;
	position: relative;
	display: block;
}
.slide-image .slide-image-wrapper {
	position: relative;
	display: block;
	z-index: 1;
}

/* QUIZ ITEM
------------------*/
#thequiz h4 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ccc;
  font-size: 24px;
}
#thequiz h3 {
  margin-bottom: 6px;
	line-height: 38px;
  font-size: 33px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 85%;
	background: none;
	padding: 0;
	vertical-align: middle
}
#thequiz .questionnumber {
  font-size: 56px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	padding: 12px 10px 0 0;
	display: inline-block;
	width: 10%;
	text-align: center;
}


/* EVENT ITEM
------------------*/
.eventItem {
    padding: 9px;
    list-style: none;
    background-position: center;
    background-size: cover;
    position: relative;
}
.eventItem .eventItemBackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
}
.eventItem.cf47e1f {
  background: #f47e1f;
}
.eventItem.cf47e1f .btnEvent a {
  background: #f47e1f;
}
.eventItem.cf47e1f .btnEvent a:hover {
  color: #f47e1f !important;
  border-color: yellow !important;
  background: yellow;
}
.eventItem.cf47e1f:hover {
  background: #ee710c;
}
.eventItem.cf47e1f.noHover:hover {
  background: #f47e1f;
}
.eventItem.c3953a4 {
  background: #3953a4;
}
.eventItem.c3953a4 .btnEvent a {
  background: #3953a4;
}
.eventItem.c3953a4 .btnEvent a:hover {
  color: #3953a4 !important;
  border-color: yellow !important;
  background: yellow;
}
.eventItem.c3953a4:hover {
  background: #324991;
}
.eventItem.c3953a4.noHover:hover {
  background: #3953a4;
}
.eventItem.ce75725 {
  background: #e75725;
}
.eventItem.ce75725 .btnEvent a {
  background: #e75725;
}
.eventItem.ce75725 .btnEvent a:hover {
  color: #e75725 !important;
  border-color: yellow !important;
  background: yellow;
}
.eventItem.ce75725:hover {
  background: #da4a18;
}
.eventItem.ce75725.noHover:hover {
  background: #e75725;
}
.eventItem.cffd666 {
  background: #ffd666;
}
.eventItem.cffd666 .btnEvent a {
  background: #ffd666;
}
.eventItem.cffd666 .btnEvent a:hover {
  color: #ffd666 !important;
  border-color: yellow !important;
  background: yellow;
}
.eventItem.cffd666:hover {
  background: #ffcf4c;
}
.eventItem.cffd666.noHover:hover {
  background: #ffd666;
}
.eventItem.cfbaf17 {
  background: #fbaf17;
}
.eventItem.cfbaf17 .btnEvent a {
  background: #fbaf17;
}
.eventItem.cfbaf17 .btnEvent a:hover {
  color: #fbaf17 !important;
  border-color: yellow !important;
  background: yellow;
}
.eventItem.cfbaf17:hover {
  background: #f4a404;
}
.eventItem.cfbaf17.noHover:hover {
  background: #fbaf17;
}
.eventItem .itemInner {
  padding: 15px 15px 15px;
  text-align: center;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.eventItem .itemInner .btn a {
  font-size: 32px;
  line-height: 50px;
}
.eventItem .itemInner .threeBtns .btn {
  margin: 0 6px;
}
.eventItem .itemInner .topBar {
  overflow: hidden;
  line-height: 50px;
  text-transform: uppercase;
}
.eventItem .itemInner .topBar .place {
  font-size: 32px;
}
.eventItem .itemInner h2 {
  padding: 10px 0 20px;
  font-size: 75px;
  line-height: 69px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.eventItem .itemInner .people {
  overflow: hidden;
}
.eventItem .itemInner .people .column {
  float: left;
  width: 33.33%;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
.eventItem .itemInner .people .column > * {
  padding: 0 15px;
}
.eventItem .itemInner .people .column .name {
  font-size: 40px;
  line-height: 38px;
  padding-bottom: 15px;
}
.eventItem .itemInner .people .column .from {
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 16px;
}
.eventItem .itemInner .people .column .from table {
  margin: 0 auto;
}
.eventItem .itemInner .people .column .from table td:first-child {
  padding-right: 8px;
}
.eventItem .itemInner .people .column .from table td:last-child {
  padding-left: 8px;
}
.eventItem .itemInner .announcement {
  position: relative;
  display: block;
  text-align: center;
  min-height: 92px;
  margin-bottom: -20px;
  background-image: url(https://cdn.bisnow.net/assets/website/eventAlertDino.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.eventItem .itemInner .announcement .announcementWrapper {
  background: #FFF;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}
.eventItem .itemInner .announcement .announcementWrapper div:first-child {
  margin-left: 0;
}
.eventItem .itemInner .announcement .announcementWrapper .lefthand {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  background-image: url(https://cdn.bisnow.net/assets/website/eventAlertDinoLefthand.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.eventItem .itemInner .announcement .announcementWrapper .righthand {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-image: url(https://cdn.bisnow.net/assets/website/eventAlertDinoRighthand.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.eventItem .itemInner .announcement .announcementWrapper .announcementContent {
  color: #000;
  font-size: 20px;
  line-height: 18px;
  padding: 4px 10px;
}
.eventItem.compact {
  position: relative;
}
.eventItem.compact a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
	z-index: 2;
  filter: alpha(opacity=0);
}
.eventItem.compact .itemInner .topBar {
  padding-bottom: 6px;
}
.eventItem.compact .itemInner .topBar .place {
  float: none;
  font-size: 26px;
  text-align: center;
}
.eventItem.compact .itemInner h2 {
  padding: 0;
  font-size: 58px;
  line-height: 56px;
}
.eventItem.compact .itemInner .people .column {
  width: 100%;
  padding-top: 20px;
}
.eventItem.compact .itemInner .people .column .name {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 6px;
}
.eventItem.compact .itemInner .people .column .from {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 0;
}

/* STORY EVENT ITEM
----------------------------------------------*/
.pageStory .eventItem {
	padding: 0;
}
.pageStory .eventItem .itemInner {
	position: relative;
	border: 0;
}
.pageStory .eventItem .itemInner a.event-over {
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
}
.pageStory .eventItem .itemInner h2,
.pageStory .eventItem .itemInner h2:hover {
	color: #fff !important;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 5px auto 0;
	text-transform: none;
}
.pageStory .eventItem .itemInner .topBar .place {
	font-size: 16px;
	line-height: 16px;
}
.pageStory .eventItem .itemInner h4 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	font-family: trade_gothic_regular, Arial, Helvetica, sans-serif;
}
.pageStory .eventItem .itemInner .people {
	margin-top: 4px;
}
.pageStory .eventItem.story_after .itemInner .people {
	margin-top: 9px;
}
.pageStory .eventItem .itemInner .people .column .name {
	font-size: 18px;
	line-height: 18px;
	padding: 0 5px 2px;
}
.pageStory .eventItem .itemInner .people .column .from {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 0;
}
.pageStory .eventItem.story_before {
	margin-top: 10px;
}
.pageStory .eventItem.story_before h4,
.pageStory .eventItem.sidebar h4 {
	display: none;
}
.pageStory .eventItem.story_before .itemInner .people .column .name {
	font-size: 12px;
	line-height: 13px;
	padding: 0 5px;
}
@media (max-width: 768px) {
	.pageStory .eventItem.story_before .itemInner .people .column {
		padding-top: 3px;
	}
}
.pageStory .eventItem.story_after {
	margin-top: 20px;
}
@media (max-width: 768px) {
	.pageStory .eventItem.story_after {
		margin-left: 10px;
		margin-right: 10px;
	}
}
.pageStory .eventItem.story_after .itemInner h2 {
	font-size: 34px;
	line-height: 34px;
}
.pageStory .eventItem.sidebar .itemInner h2{
	font-size: 26px;
	line-height: 26px;
}
.pageStory .eventItem.sidebar .itemInner .topBar .place,
.pageStory .eventItem.story_after .itemInner .topBar .place {
 	font-size: 17px;
	line-height: 17px;
 }
.pageStory .eventItem.sidebar {
	margin-bottom: 20px;
}
.pageStory .eventItem.sidebar .itemInner .people .column {
	display: block;
	float: none;
	width: 100%;
}
.pageStory .eventItem.sidebar .itemInner .people .column .name {
	font-size: 13px;
	line-height: 15px;
}
.pageStory .eventItem.story_after_text {
	margin-top: 20px;
}
.pageStory .eventItem.story_after_text .itemInner h4,
.pageStory .eventItem.story_after_text .itemInner .topBar,
.pageStory .eventItem.story_after_photo .itemInner h4,
.pageStory .eventItem.story_after_photo .itemInner .topBar {
	display: none;
}

/* STORY TIERED CONTENT
----------------------------------------------*/
.pageStoryTier #subheader ul.breadcrumbs_list  {
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0;
}
.pageStoryTier #subheader .innerWrap-sponsor {
    padding: 5px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #8190a3
}
.pageStoryTier #subheader ul.breadcrumbs_list li a,
.pageStoryTier #subheader ul.breadcrumbs_list li {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.pageStoryTier #subheader ul.breadcrumbs_list li:first-child {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
}
.pageStoryTier #subheader ul.breadcrumbs_list li::after {
    content: "|";
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.pageStoryTier #subheader ul.breadcrumbs_list li:last-child::after {
    content: "";
}
.pageStoryTier #subheader .innerWrap-sponsor img {
    max-height: 70px;
}
.pageStoryTier #content .storyItem {
    margin-top: 0;
}
.pageStoryTier #content .aside .block.block-sponsor .in {
    font-size: 15px;
    line-height: 20px;
}
.pageStoryTierTwo #content .storyItem > .containerIn > .row,
.pageStoryTierTwo #content .storyItem > .containerIn > .row > div {
    padding-top: 0;
    margin-top: 0;
}
.pageStoryTierTwo #content .p-start {
    font-size: 48px;
    color: #8190a3;
    font-weight: 100;
    float: left;
    line-height: 42px;
    margin-right: 5px;
}
.pageStoryTierTwo #content .sponsor.sponsor-bottom .p-start {
    font-style: normal;
    float: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.pageStoryTierTwo #content .sponsor-bottom {
    font-style: italic;
    font-weight: 100;
}
.pageStoryTierTwo #content .sponsor-bottom hr {
    background: none;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}
.pageStoryTierTwo #content .sponsor-bottom .desc-bottom {
    color: #444;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
}
.pageStoryTierOne #subheader,
.pageStoryTierTwo #subheader {
    display: block !important;
}
@media (max-width: 450px) {
    .pageStoryTierOne #content,
    .pageStoryTierTwo #content {
        padding: 0;
    }
    .pageStoryTierOne #subheader .innerWrap:first-child,
    .pageStoryTierTwo #subheader .innerWrap:first-child {
        display: none;
    }
}

/* TAGS EVENT ITEM
----------------------------------------------*/
.newsItems .eventItem .itemInner {
	position: relative;
}
.newsItems .eventItem .itemInner a {
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
}
.newsItems .eventItem .itemInner .topBar {
	line-height: 20px;
}
.newsItems .eventItem .itemInner .topBar .place {
	font-size: 20px;
}
.newsItems .eventItem .itemInner h2 {
	font-size: 44px;
	line-height: 44px;
	padding: 10px 0 0px;
}
@media (max-width: 1024px) {
	.newsItems .eventItem .itemInner .topBar {
		line-height: 16px;
	}
	.newsItems .eventItem .itemInner .topBar .place {
		font-size: 16px;
	}
	.newsItems .eventItem .itemInner h2 {
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 768px) {
	.newsItems .eventItem .itemInner h2 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 10px;
	}
}

/* ADD TO CALENDAR
----------------------------------------------*/
.add-to-calendar-dropdown {
  display: inline-block;
	background-color: #f2f2f2;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://cdn.bisnow.net/assets/website/eventsIconAddtoCalendar.jpg);
  position: relative;
	cursor: pointer;
	border: 1px solid #ddd;
  vertical-align: middle;
  width: 150px;
  height: 30px;
}
.add-to-calendar-dropdown:hover {
	border-color: #bbbbbb;
}
.add-to-calendar-dropdown span {
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.add-to-calendar-dropdown ul {
  width: 200px;
  background-color: #F6F6F6;
  opacity: 1;
  z-index: 100;
  box-sizing: border-box;

  display: none;
  position: absolute;
  list-style-type: none;
  top: 100%;
  left: -1px;
	border: 1px solid #bbbbbb;
}
.add-to-calendar-dropdown ul li {
  text-transform: none;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  text-align: left;
}
.add-to-calendar-dropdown ul li a {
	padding: 3px 5px;
	font-size: 14px;
	display: block;
}
.add-to-calendar-dropdown ul li a:hover {
  background-color: #F58320;
  color: #fff;
  font-weight: bold;
}
.add-to-calendar-dropdown:hover ul {
  display: block;
}

/*
|-------------------------------------------------
|		CLASSIFICATION FILTERS
|-------------------------------------------------
*/
.top-stories-filter {
  width: 100%;
  margin-top: 30px;
}

.top-stories-filter-select {
  line-height: 30px;
  width: 100%;
  margin-right: 10px;
}


/*
|-------------------------------------------------
|		SINGLE ARTICLE
|-------------------------------------------------
*/
.singleArticle {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    background: white;
    border: 1px solid transparent;
}
.singleArticle.singleArticle-sponsored {
    background: #e6e6e6;
}
.singleArticle.responsive.author-page:first-child {
  margin-top: 0px;
}
.singleArticle a.link {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}

.singleArticle .pic {
  position: relative;
  z-index: 0;
	width: 45%;
	float: left;
}
.singleArticle .pic img {
  display: block;
  width: 100%;
}
.singleArticle .pic .label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 12px;
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  background: #242424;
}
.singleArticle .pic .label:after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -7px;
  display: block;
  width: 7px;
  height: 7px;
  background: url(https://cdn.bisnow.net/assets/website/headlineEdge.png) no-repeat;
}
.singleArticle .pic a.plus {
  position: absolute;
  right: 0;
  bottom: 0;
}
.singleArticle .in {
  overflow: hidden;
  position: relative;
  z-index: 0;
  max-width: 55%;
  vertical-align: top;
  padding: 25px 15px 15px;
}
.singleArticle .in h3,
.singleArticle .in h4 {
  display: block;
  margin-bottom: 6px;
  line-height: 38px;
  font-size: 38px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.singleArticle .in h4 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 2px;
	margin-top: -6px;
}
.singleArticle .in p {
  margin-bottom: 12px;
  line-height: 17px;
  font-size: 14px;
  color: #333333;
}
.singleArticle .in .when {
  margin-top: 6px;
  padding-right: 7px;
  line-height: 12px;
}
.singleArticle .in .author_no_date,
.singleArticle .in .author {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #cacaca;
}
.singleArticle .in .author {
    padding-left: 10px;
    border-left: 1px solid #cacaca;
}
.singleArticle .in .author_no_date,
.singleArticle.singleArticle-sponsored .in .author_no_date,
.singleArticle.singleArticle-sponsored .in .author {
    border-left: 0;
    padding-left: 0;
}
.singleArticle .in .author_no_date a,
.singleArticle .in .author a {
  color: #cacaca;
  text-decoration: none;
}
.singleArticle.singleArticle-sponsored .in .author_no_date a,
.singleArticle.singleArticle-sponsored .in .author a {
    color: #999;
}
.singleArticle .view-count {
    font-size: 14px;
    line-height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #39FF14;
    padding: 5px 10px;
    color: white;
    font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
}
.singleArticle.sponsored .in p {
  color: black;
}.singleArticle:hover a.link {
  border: 1px solid #F58320;
}
.singleArticle:hover a.plus {
  background: #F58320;
}
.singleArticle:hover .in h3 {
  color: #F58320;
}

/* Editorial team doesn't want the date on index/stories */
.singleArticle .in .when_hide {
    margin-top: 6px;
    padding-right: 7px;
    line-height: 12px;
    display: none;
}

@media (max-width: 768px) {
	.singleArticle {
		margin-top: 15px;
	}
}

/* Job Listings
------------------------*/
.job-listings {
	display: block;
	margin: -20px 10px 0;
}
.job-listings .singleArticle .in {
	max-width: 100%;
}
.job-listings .singleArticle a.plus {
    width: auto;
}
@media (max-width: 768px) {
	.job-listings {
		margin: -10px 0 0;
	}
}
@media (max-width: 479px) {
	.job-listings .singleArticle.responsive .in {
		padding: 15px;
		font-size: 12px;
		line-height: 14px;
	}
	.job-listings .singleArticle.responsive .in div {
		font-size: 12px;
		line-height: 14px;
	}
}

/* MORNING BRIEF
------------------------*/
.mbr {
  padding: 0 !important;
  margin: 20px auto 40px;
  max-width: 450px;
  width: 100%;
	font-family: "Segoe UI", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444;
}
.mbr .opener {
  padding: 3px !important;
  margin-bottom: 10px !important;
}
/* MOBILE NAV
------------------*/
#mobNav-background {
    position: absolute;
    top: 0;
    bottom: -100000%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 2;
    display: none;
}
#mobNav {
  overflow-y: auto;
  position: fixed;
  z-index: 98;
  left: -260px;
  top: 0;
  bottom: 0;
  width: 260px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  padding-top: 45px;
  background: #2d2d2d;
}
#mobNav > ul:first-child > li:first-child {
  border-top: none;
}
#mobNav > ul:first-child > li ul li:last-child {
  border-bottom: none;
}
#mobNav > ul:last-child li:last-child {
  padding: 15px 0;
  border-bottom: none;
}
#mobNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobNav ul li {
  line-height: 50px;
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #4d4d4d;
  padding: 0;
  margin: 0;
  background: none;
  overflow: scroll-y;
}
#mobNav ul li a {
  display: block;
  padding: 0 15px;
  font-size: 21px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#mobNav ul li a:hover {
  text-decoration: none;
}
#mobNav ul li a.logIn,
#mobNav ul li a.signUp {
  font-size: 18px;
  color: #999999;
}
#mobNav ul li.dropdownLinks a {
  font-size: 18px;
  color: #999999;
}
#mobNav ul ul li {
    line-height: 40px;
}
#mobNav ul ul li.dropdownLinks a {
    padding-left: 25px;
    font-size: 15px;
}
#mobNav ul li .dropContent {
  display: none;
}
#mobNav ul li a .arrow,
#mobNav ul li .search .arrow {
  display: none;
}
#mobNav ul li .inputText.hidden {
  display: block !important;
  margin: 0 15px;
  padding: 9px;
  border-radius: 9px;
  background: white;
}
#mobNav ul li .inputText.hidden input[type=text] {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  padding: 0;
  color: black;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  margin: 0;
  border: none;
  background: #FFF;
}
#mobNav ul li .inputText.hidden input[type=text]::-webkit-input-placeholder {
  color: black;
}
#mobNav ul li .inputText.hidden input[type=text]::-moz-placeholder {
  color: black;
}
#mobNav ul li .inputText.hidden .btn {
	position: absolute;
	padding: 0;
	right: 20px;
	margin-top: -33px;
}
#mobNav ul li .inputText.hidden .btn button{
	padding: 0;
	line-height: 16px;
	font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #2d2d2d;
	border: none;
	color: #FFF;
}
#mobNav ul li.subMenu .subMenuContent {
  display: none;
}
#mobNav ul li.subMenu .subMenuContent ul {
  border-top: 1px solid #1a1a1a;
}
#mobNav ul li.subMenu .subMenuContent ul li a,
#mobNav ul li.subMenu .subMenuContent ul li span {
  padding: 0 15px 0 30px;
  line-height: 40px;
  font-size: 14px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#mobNav ul li.subMenu .subMenuContent ul li b {
  font-weight: normal;
}
#mobNav ul li.subMenu .selectWrapper {
  position: relative;
}
#mobNav ul li.subMenu .selectWrapper span {
  display: block;
  padding: 0 15px;
  font-size: 21px;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  color: white;
}
#mobNav ul li.subMenu .selectWrapper select {
  position: absolute;
	top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
	height: auto;
  padding: 0;
  margin: 0;
  line-height: 30px;
  color: white;
  cursor: pointer;
  background: #2d2d2d;
  opacity: 0;
  filter: alpha(opacity=0);
}
#mobNav ul li.subMenu .selectWrapper select option {
  padding: 3px 0 3px 15px;
}
#mobNav #mobNav-user li:last-child {
    padding-top: 10px;
}

/* BIG HEADLINE
--------------------*/
.bigHeadline {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.bigHeadline h1,
.bigHeadline h2 {
  font-size: 43px;
  line-height: 52px;
  padding: 40px 0;
}
.bigHeadline p {
  position: relative;
  top: -38px;
  font-size: 30px;
  line-height: 30px;
  color: #b1b1b1;
}
.bigHeadline p span {
  color: #666666;
}
/* PAGE ANCHORS
------------------------*/
.anchor {
  position: relative;
  top: -64px;
}
.fixedHeader .anchor {
  top: -44px;
}
.contactAnchor {
	cursor: pointer;
}
.csstransforms .contactAnchor {
  /*display: block;*/
  display: none;
  width: 123px;
  height: 38px;
  background: #f50093;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 38px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  position: fixed;
  top: 50%;
  right: -42px;
  z-index: 8;
  margin: -62px 0 0;
}
.csstransforms .contactAnchor:hover {
  color: black;
}

/* Social
-------------*/
.social_signin {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  width: auto;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
  display: inline-block;
  padding: 6px 12px 6px 41px;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
}
.social_signin.facebook {
    background-image: url(https://cdn.bisnow.net/assets/social-media/white-facebook.png);
    background-color: #3339a5;
    background-size: 10px 19px;
}
.social_signin.facebook:hover {
  text-decoration: none;
  background-color: #1b217d;
}
.social_signin.linkedin {
    background-image: url(https://cdn.bisnow.net/assets/social-media/white-linkedin.png);
    background-color: #207ab7;
    background-size: 20px 19px;
}
.social_signin.linkedin:hover {
  text-decoration: none;
  background-color: #175b88;
  color: #fff;
}
.social_signin.signup {
  background-color: #F58320;
  margin: 0 auto;
}
.notifiations {
	height: 0;
}


/* DATATABLES PROCESSING
----------------------------------*/
.dataTable {
	min-height: 70px;
}
.dataTables_wrapper div.row,
.dataTables_wrapper div.row > div {
	overflow: visible;
}
.dataTables_processing.panel {
	border: 1px solid #ddd;
	background: #eee;
	color: #666;
	padding: 20px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}


/* SIGN UP FOR NEWCOMERS
----------------------------------*/
.newUsersSignUp {
  padding-left: 30px !important;
  padding-right: 30px !important;
  display: none;
  background-color: #F58320;
  background-image: url(https://cdn.bisnow.net/assets/website/newUsersSignUpBg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-top: 1px solid #fd7418;
  /* .small can be used for subscribe page, it has different picture and smaller height */
}
.newUsersSignUp:after {
  content: '';
  display: table;
  clear: both;
}
.newUsersSignUp.small {
  background-image: url(https://cdn.bisnow.net/assets/website/newUsersSignUpSmall.jpg);
}
.newUsersSignUp.small .in {
  min-height: 377px;
}
.newUsersSignUp .in {
  max-width: 1080px;
  margin: 0 auto;
  min-height: 243px;
}
.newUsersSignUp .in .content {
  float: left;
  width: 474px;
  color: white;
}
.newUsersSignUp .in .content .listBenefits {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
.newUsersSignUp .in .content .listBenefits li {
  padding: 0 0 0 26px;
  margin: 8px 0 0;
  background: url(https://cdn.bisnow.net/assets/website/bltIndexSignUpArea.png) no-repeat 0 50%;
}
.newUsersSignUp .in .content .listBenefits li sup {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  margin: 2px 0 0 8px;
}
.newUsersSignUp .in .content form {
  display: block;
  margin: 15px 0 0;
}
.newUsersSignUp .in .content form .inputText {
  margin-bottom: 8px;
  border: 1px solid #666666;
  background: white;
}
.newUsersSignUp .in .content form .inputText input {
  color: black;
}
.newUsersSignUp .in .content form .inputText input::-webkit-input-placeholder {
  color: black;
}
.newUsersSignUp .in .content form .inputText input::-moz-placeholder {
  color: black;
}
.newUsersSignUp .in .content form .btn {
  display: block;
}
.newUsersSignUp .in .content form .btn a,
.newUsersSignUp .in .content form .btn button {
  display: block;
  width: 100%;
  padding: 0 18px;
  line-height: 44px;
  font-size: 34px;
}
.newUsersSignUp .in .content form p {
  text-align: center;
  line-height: 17px;
  font-size: 15px;
  color: white;
  margin: 0;
  padding: 0;
}
.newUsersSignUp .in .content form p a {
  color: white;
  text-decoration: underline;
}
.newUsersSignUp .in .content form p a:hover {
  color: #333333;
  text-decoration: none;
}
.newUsersSignUp .in .headline {
  float: right;
  width: 220px;
  margin: 28px 62px 0 0;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #f9dfcb;
}

/*
|----------------------------------------------
|	BIOGRAPHY PAGE
|----------------------------------------------
*/
.biography {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.biography .buttons {
  margin: -15px 0 30px;
  text-align: center;
}
.biography .buttons a {
  position: relative;
  display: inline-block;
  line-height: 52px;
  margin: 0 24px;
  font-size: 30px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.biography .buttons a span {
  position: absolute;
  top: 0;
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  border-radius: 100%;
  background: #666666 url(https://cdn.bisnow.net/assets/website/btnIcons.png) no-repeat;
}
.biography .buttons a.rand {
  padding-left: 63px;
}
.biography .buttons a.rand span {
  left: 0;
  background-position: 0 0;
}
.biography .buttons a.all {
  padding-right: 63px;
}
.biography .buttons a.all span {
  right: 0;
  background-position: -52px 0;
}
.biography .buttons a:hover {
  color: #F58320;
}
.biography .buttons a:hover span {
  background-color: #F58320;
}
.biography .liquidCols.biosList {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 60px;
}
.biography .liquidCols.biosList .wrap {
  margin-top: -30px;
}
.biography .liquidCols.biosList .wrap .bioItem {
  padding: 0 15px;
  margin-top: 30px;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent {
  position: relative;
  padding: 24px;
  height: 273px;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent.i1 {
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBioBg1.png);
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent.i2 {
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBioBg2.png);
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent.i3 {
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBioBg3.png);
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent.i4 {
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBioBg4.png);
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent.i5 {
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBioBg5.png);
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent.i6 {
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBioBg6.png);
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent > * {
  color: white;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent h4 {
  font-size: 35px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent span {
  display: block;
  font-size: 19px;
  line-height: 24px;
  padding-top: 2px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  height: 30px;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent .linkToggle {
  display: inline-block;
  text-decoration: underline;
  border-style: none;
  padding: 0;
  background: none;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.biography .liquidCols.biosList .wrap .bioItem .bioContent .linkToggle:hover {
  text-decoration: underline;
}

/*
|---------------------------------------------------
|	RELATED STORIES
|---------------------------------------------------
*/
#content .container article {
  background: white;
}
#content .container article.leadstory {
  background: none;
}
#content .container article.relatedStories {
	margin-top: 25px;
}
@media (max-width: 768px) {
	#content .container article.relatedStories {
		margin-left: 10px;
		margin-right: 10px;
	}
}
#content .container article.relatedStories .row {
	padding-top: 10px;
}
#content .container article.relatedStories .in {
  overflow: hidden;
  padding: 0 15px 10px;
}
#content .container article.relatedStories .in .col-xs-6 {
  padding: 10px;
}
#content .container article.relatedStories .in a.link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
#content .container article.relatedStories .in .pic {
  position: relative;
  margin-bottom: 15px;
}
#content .container article.relatedStories .in .pic img {
  display: block;
  width: 100%;
}
#content .container article.relatedStories .in .pic a.plus {
  position: absolute;
  right: 0;
  bottom: 0;
	height: 26px;
	width: 10px;
	line-height: 28px;
	font-size: 24px;
}
#content .container article.relatedStories .in p {
  font-size: 23px;
  line-height: 25px;
  color: black;
  text-decoration: none;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
#content .container article.relatedStories .in .col-xs-6:hover .pic a.plus {
  background: #F58320;
}
#content .container article.relatedStories .in .col-xs-6:hover p {
  color: #F58320;
}

#content .container article.comments .in {
  padding: 20px;
}
#content .container article.comments .in .disqus {
  min-height: 300px;
  background: #eceef5;
}
#content .container .eventItem.compact .itemInner h2 {
	font-size: 48px;
	line-height: 46px;
}
#content .container .eventItem.compact .itemInner .people {
	margin-bottom: 10px;
}
#content .container .eventItem.compact .itemInner .people .column {
	width: 33.33%;
}
#content .container .eventItem.compact .itemInner .people .from {
	font-size: 12px;
	line-height: 12px;
}
#content .container .eventItem.compact .itemInner .people .name {
	font-size: 18px;
	line-height: 16px;
}


/*
|-------------------------------------------------
|		SIDEBAR
|-------------------------------------------------
*/
#page .container .containerIn .aside .block .notice,
#pageCity .container .containerIn .aside .block .notice,
#pageIndex .container .containerIn .aside .block .notice {
	color: #F58320;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}
#page .container .containerIn .aside .tellUs .in,
#pageCity .container .containerIn .aside .tellUs .in,
#pageIndex .container .containerIn .aside .tellUs .in {
  padding: 18px 20px 20px;
}
#page .container .containerIn .aside .tellUs .in .question,
#pageCity .container .containerIn .aside .tellUs .in .question,
#pageIndex .container .containerIn .aside .tellUs .in .question {
  font-size: 28px;
  line-height: 34px;
  color: black;
}
#page .container .containerIn .aside .tellUs .in .radioGroup,
#pageCity .container .containerIn .aside .tellUs .in .radioGroup,
#pageIndex .container .containerIn .aside .tellUs .in .radioGroup {
  padding: 5px 0 10px;
}
#page .container .containerIn .aside .tellUs .in .radioGroup label,
#pageCity .container .containerIn .aside .tellUs .in .radioGroup label,
#pageIndex .container .containerIn .aside .tellUs .in .radioGroup label {
  position: relative;
  display: block;
  padding: 5px 15px 5px 20px;
  line-height: 20px;
  font-size: 21px;
  color: #f8941d;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#page .container .containerIn .aside .tellUs .in .radioGroup label input,
#pageCity .container .containerIn .aside .tellUs .in .radioGroup label input,
#pageIndex .container .containerIn .aside .tellUs .in .radioGroup label input {
  position: absolute;
  left: 0;
  top: 8px;
}
#page .container .containerIn .aside .featuredEventsList ul,
#pageCity .container .containerIn .aside .featuredEventsList ul,
#pageIndex .container .containerIn .aside .featuredEventsList ul {
  padding: 0;
  margin: 0;
}
#page .container .containerIn .aside .featuredEventsList ul li,
#pageCity .container .containerIn .aside .featuredEventsList ul li,
#pageIndex .container .containerIn .aside .featuredEventsList ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
#page .container .containerIn .aside .featuredEventsList ul li.red,
#pageCity .container .containerIn .aside .featuredEventsList ul li.red,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.red {
  background: #ff4f4f;
}
#page .container .containerIn .aside .featuredEventsList ul li.red .btnEvent a,
#pageCity .container .containerIn .aside .featuredEventsList ul li.red .btnEvent a,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.red .btnEvent a {
  background: #ff4f4f;
}
#page .container .containerIn .aside .featuredEventsList ul li.red .btnEvent a:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.red .btnEvent a:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.red .btnEvent a:hover {
  color: #ff4f4f !important;
  border-color: yellow !important;
  background: yellow;
}
#page .container .containerIn .aside .featuredEventsList ul li.red:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.red:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.red:hover {
  background: #ff3535;
}
#page .container .containerIn .aside .featuredEventsList ul li.red.noHover:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.red.noHover:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.red.noHover:hover {
  background: #ff4f4f;
}
#page .container .containerIn .aside .featuredEventsList ul li.purple,
#pageCity .container .containerIn .aside .featuredEventsList ul li.purple,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.purple {
  background: #e055e0;
}
#page .container .containerIn .aside .featuredEventsList ul li.purple .btnEvent a,
#pageCity .container .containerIn .aside .featuredEventsList ul li.purple .btnEvent a,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.purple .btnEvent a {
  background: #e055e0;
}
#page .container .containerIn .aside .featuredEventsList ul li.purple .btnEvent a:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.purple .btnEvent a:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.purple .btnEvent a:hover {
  color: #e055e0 !important;
  border-color: yellow !important;
  background: yellow;
}
#page .container .containerIn .aside .featuredEventsList ul li.purple:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.purple:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.purple:hover {
  background: #dc3fdc;
}
#page .container .containerIn .aside .featuredEventsList ul li.purple.noHover:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.purple.noHover:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.purple.noHover:hover {
  background: #e055e0;
}
#page .container .containerIn .aside .featuredEventsList ul li.orange,
#pageCity .container .containerIn .aside .featuredEventsList ul li.orange,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.orange {
  background: #ffa200;
}
#page .container .containerIn .aside .featuredEventsList ul li.orange .btnEvent a,
#pageCity .container .containerIn .aside .featuredEventsList ul li.orange .btnEvent a,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.orange .btnEvent a {
  background: #ffa200;
}
#page .container .containerIn .aside .featuredEventsList ul li.orange .btnEvent a:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.orange .btnEvent a:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.orange .btnEvent a:hover {
  color: #ffa200 !important;
  border-color: yellow !important;
  background: yellow;
}
#page .container .containerIn .aside .featuredEventsList ul li.orange:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.orange:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.orange:hover {
  background: #e69200;
}
#page .container .containerIn .aside .featuredEventsList ul li.orange.noHover:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.orange.noHover:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.orange.noHover:hover {
  background: #ffa200;
}
#page .container .containerIn .aside .featuredEventsList ul li.green,
#pageCity .container .containerIn .aside .featuredEventsList ul li.green,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.green {
  background: #40e140;
}
#page .container .containerIn .aside .featuredEventsList ul li.green .btnEvent a,
#pageCity .container .containerIn .aside .featuredEventsList ul li.green .btnEvent a,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.green .btnEvent a {
  background: #40e140;
}
#page .container .containerIn .aside .featuredEventsList ul li.green .btnEvent a:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.green .btnEvent a:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.green .btnEvent a:hover {
  color: #40e140 !important;
  border-color: yellow !important;
  background: yellow;
}
#page .container .containerIn .aside .featuredEventsList ul li.green:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.green:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.green:hover {
  background: #2ade2a;
}
#page .container .containerIn .aside .featuredEventsList ul li.green.noHover:hover,
#pageCity .container .containerIn .aside .featuredEventsList ul li.green.noHover:hover,
#pageIndex .container .containerIn .aside .featuredEventsList ul li.green.noHover:hover {
  background: #40e140;
}
#page .container .containerIn .aside .featuredEventsList ul li a,
#pageCity .container .containerIn .aside .featuredEventsList ul li a,
#pageIndex .container .containerIn .aside .featuredEventsList ul li a {
  display: block;
  padding: 18px 9px 21px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#page .container .containerIn .aside .featuredEventsList ul li a span,
#pageCity .container .containerIn .aside .featuredEventsList ul li a span,
#pageIndex .container .containerIn .aside .featuredEventsList ul li a span {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 18px;
}
#page .container .containerIn .aside .featuredEventsList ul li a b,
#pageCity .container .containerIn .aside .featuredEventsList ul li a b,
#pageIndex .container .containerIn .aside .featuredEventsList ul li a b {
  display: block;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
}
.container .containerIn .aside .sponsor a{
  display: block;
  margin: 10px 0;
  color:#000;
}
.container .containerIn .aside .sponsor a:hover{
  color:#666;
}
.container .containerIn .aside .sponsor .desc a{
  display:inline;
}

#pageIndex .container .mainContentSponsored .liquidCols:first-child .singleArticle:first-child {
	margin-top: 0px;
}
#content .container .authorsBio {
  height: 50px;
  display: block;
  margin: 20px 0;
  font-size: 20px;
}

/* page ordinary */

/*
|-------------------------------------------------
|		PAGE - ABOUT
|-------------------------------------------------
*/
#pageAbout .photo {
  background-position: center;
  background-repeat: no-repeat;
}
#pageAbout .photo .photoText {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 0;
  color: white;
  margin: 0 auto;
}
#pageAbout .photo .photoText .bg,
#pageAbout .photo .photoText .contentWrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#pageAbout .photo .photoText .contentWrapper {
  z-index: 1;
}
#pageAbout .photo .photoText .bg {
  z-index: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: black;
}
#pageAbout .bigHeadline {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#pageAbout .block1 .photo {
  height: 705px;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBg1.jpg);
}
#pageAbout .block1 .photo .photoText {
  max-width: 1080px;
  margin: 0 auto;
  top: 202px;
  height: 300px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
}
#pageAbout .block1 .photo .photoText p {
  padding-top: 38px;
}
#pageAbout .block1 .signUp {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 770px;
  margin: 0 auto;
  padding: 0 0 80px;
}
#pageAbout .block1 .signUp .bigHeadline {
  padding-bottom: 9px;
}
#pageAbout .block1 .signUp p {
  padding-bottom: 39px;
  font-size: 26px;
  line-height: 36px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageAbout .block1 .signUp .btn {
  display: block;
  margin: 15px auto 0;
  width: 360px;
}
#pageAbout .block1 .signUp .btn a {
  display: block;
  font-size: 48px;
  line-height: 90px;
  padding: 0;
  background: #f50093;
}
#pageAbout .block1 .signUp .btn a:hover {
  background: #c20074;
}
#pageAbout .block2 .photo {
  height: 300px;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBg2.jpg);
}
#pageAbout .block2 .photo .in {
  max-width: 1080px;
  margin: 0 auto;
}
#pageAbout .block2 .photo .in .photoText {
  position: relative;
  top: 50px;
  max-width: 500px;
  height: 190px;
}
#pageAbout .block2 .photo .in .photoText p {
  padding: 20px 30px 0;
  font-size: 38px;
  line-height: 46px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageAbout .block2 .photo .in .photoText img {
  position: absolute;
  left: 30px;
  bottom: -50px;
}
#pageAbout .block2 .fanFacts {
  height: 765px;
}
#pageAbout .block2 .fanFacts .companyStats {
  width: 900px;
  padding: 8px 0 60px;
  margin: -6px auto 0;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutCompanyStats.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
}
#pageAbout .block2 .fanFacts .companyStats > * {
  padding-left: 205px;
}
#pageAbout .block2 .fanFacts .companyStats dl {
  overflow: hidden;
  line-height: 42px;
  font-size: 40px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#pageAbout .block2 .fanFacts .companyStats dl dt {
  float: left;
  clear: left;
  margin-right: 6px;
  color: black;
}
#pageAbout .block2 .fanFacts .companyStats dl dt .full {
  display: inline;
}
#pageAbout .block2 .fanFacts .companyStats dl dt .mobile {
  display: none;
}
#pageAbout .block2 .fanFacts .companyStats dl dd {
  overflow: hidden;
  color: #f50093;
}
#pageAbout .block2 .fanFacts .companyStats p {
  padding-top: 45px;
  line-height: 30px;
  font-size: 20px;
}
#pageAbout .block2 .fanFacts .companyStats p a {
  color: #f50093;
}
#pageAbout .block3 .photo {
  height: 564px;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBg6.jpg);
}
#pageAbout .block3 .photo .photoText {
  top: 180px;
  height: 290px;
  text-align: center;
  text-transform: uppercase;
}
#pageAbout .block3 .photo .photoText p {
  position: relative;
  top: 12px;
  padding-top: 18px;
  font-size: 56px;
  line-height: 54px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageAbout .block3 .photo .photoText p span {
  display: block;
  margin-top: -3px;
  font-size: 16px;
  line-height: 14px;
  color: #F58320;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#pageAbout .block3 .bisnowSuccess {
	background-color: #fff;
	display: block;
}
#pageAbout .block3 .bisnowSuccess .bigHeadline {
  padding: 42px 0 48px;
	background-color: #fff;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutSuccessBgHrz.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#pageAbout .block3 .bisnowSuccess .bigHeadline h2 {
  position: relative;
}
#pageAbout .block3 .bisnowSuccess .bigHeadline h2 img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -110px;
  display: block;
  width: 223px;
  height: 220px;
}
#pageAbout .block3 .bisnowSuccess .lessons {
  text-align: center;
}
#pageAbout .block3 .bisnowSuccess .lessons .divider {
  height: 6px;
  background: url(https://cdn.bisnow.net/assets/website/aboutSuccessBgHrz.png) center bottom repeat-x;
}
#pageAbout .block3 .bisnowSuccess .lessons .item {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 42px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .verticalBorder {
  position: absolute;
  right: -3px;
  top: 6px;
  bottom: 6px;
  width: 6px;
  margin: 0;
  background: url(https://cdn.bisnow.net/assets/website/aboutSuccessBgVert.png) top repeat-y;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell > * {
  margin: 0 40px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .title {
  font-size: 42px;
  line-height: 42px;
  color: #f26522;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell p {
  padding-top: 9px;
  line-height: 24px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon {
  width: 116px;
  height: 89px;
  margin: 21px auto 15px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutSuccessBgPics.jpg);
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i1 {
  background-position: 0 0;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i2 {
  background-position: -116px 0;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i3 {
  background-position: 0 -89px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i4 {
  background-position: -116px -89px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i5 {
  background-position: 0 -178px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i6 {
  background-position: -116px -178px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i7 {
  background-position: 0 -267px;
}
#pageAbout .block3 .bisnowSuccess .lessons .item .cell .icon.i8 {
  background-position: -116px -267px;
}
#pageAbout .block4 .photo {
  height: 521px;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBg4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#pageAbout .block4 .photo .in {
  max-width: 1080px;
  margin: 0 auto;
}
#pageAbout .block4 .photo .in .photoText {
  position: relative;
  float: right;
  top: 240px;
  width: 845px;
  height: 220px;
  text-align: center;
}
#pageAbout .block4 .photo .in .photoText p {
  padding-top: 30px;
  font-size: 40px;
  line-height: 48px;
}
#pageAbout .block4 .photo .in .photoText p span {
  color: #F58320;
}
#pageAbout .block4 .photo .in .photoText img {
  position: absolute;
  right: 113px;
  bottom: -31px;
}
#pageAbout .block5 .photo {
  height: 521px;
  background-image: url(https://cdn.bisnow.net/assets/website/aboutBg5.jpg);
}
#pageAbout .block5 .photo .in {
  max-width: 1080px;
  margin: 0 auto;
}
#pageAbout .block5 .photo .in .photoText {
  position: relative;
  top: 186px;
  max-width: 880px;
  height: 220px;
}
#pageAbout .block5 .photo .in .photoText p {
  padding: 30px 15px 0 48px;
  text-indent: -21px;
  font-size: 40px;
  line-height: 48px;
}
#pageAbout .block5 .photo .in .photoText p span {
  color: #F58320;
}
#pageAbout .block5 .photo .in .photoText img {
  position: absolute;
  right: 82px;
  bottom: -31px;
}
#pageAbout .block5 .contacts {
  padding: 0 0 90px;
}
#pageAbout .block5 .contacts .bigHeadline {
  padding-bottom: 18px;
}
#pageAbout .block5 .contacts .suggestSpeaker {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#pageAbout .block5 .contacts .suggestSpeaker .inner {
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
}
#pageAbout .block5 .contacts .suggestSpeaker .inner p {
  font-size: 36px;
  line-height: 40px;
}
#pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere {
  position: absolute;
  right: 30px;
  top: 0;
  width: 165px;
  height: 100%;
  margin-top: -30px;
}
#pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
}
#pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 34px;
  padding: 0;
}
#pageAbout .block5 .contacts .in {
  max-width: 1080px;
  margin: 0 auto;
}
#pageAbout .block5 .contacts .in .innerRightNow {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#pageAbout .block5 .contacts .in .innerRightNow .callRightNow {
  padding: 35px 0 30px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
  border: 1px solid #ececec;
  border-left: none;
  border-right: none;
}
#pageAbout .block5 .contacts .in .innerRightNow .callRightNow span {
  display: block;
  font-size: 44px;
  line-height: 40px;
  color: black;
  text-transform: uppercase;
}
#pageAbout .block5 .contacts .in .innerRightNow .callRightNow .phone {
  font-size: 160px;
  line-height: 160px;
  margin-top: -10px;
}
#pageAbout .block5 .contacts .in .innerRightNow .callRightNow .phone a {
  color: #F58320;
  text-decoration: none;
}
#pageAbout .block5 .contacts .in .innerRightNow .callRightNow .email {
  font-size: 41px;
	line-height: 45px;
}
#pageAbout .block5 .contacts .in .liquidCols,
#pageAbout .block5 .contacts .in .row {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#pageAbout .block5 .contacts .in .liquidCols.directContacts {
  padding-bottom: 30px;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col.visiting {
    min-height: 292px;
    background: url(https://cdn.bisnow.net/assets/website/aboutContactVisiting.png) right 124px no-repeat;
    background-size: 110px auto;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4 {
  padding-top: 5px;
  line-height: 100px;
  font-size: 40px;
  color: black;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ececec;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item {
  margin-top: 15px;
  color: #333333;
  line-height: 21px;
  font-size: 17px;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .row h6,
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item div {
  margin-bottom: 1px;
  font-size: 22px;
  line-height: 24px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item p {
  padding: 0;
  margin: 0;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item p a {
  display: inline-block;
}
#pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item p a.phone {
  color: #333333;
  text-decoration: none;
}
#pageAbout .block5 .contacts .in h4 {
	font-size: 28px;
	line-height: 60px;
	padding-top: 5px;
	color: black;
	text-transform: uppercase;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ececec;
}
#pageAbout .block5 .contacts .in h5 {
	margin-bottom: 1px;
	font-size: 20px;
	line-height: 22px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#pageAbout .block5 .contacts .in p {
	font-size: 15px;
	line-height: 18px;
}
#pageAbout .block5 .contacts .in p:nth-child(4n),
#pageAbout .block5 .contacts .in p:nth-child(7n) {
	padding-bottom: 12px;
}
@media (max-width: 1020px) {
	#pageAbout .block5 .contacts .in {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 768px) {
	#pageAbout .block5 .contacts .in {
		margin: 50px 25px 0;
	}
}
#pageSponsor .leftAnchoredMenu li a {
	background-position: top right;
  width: 110px;
	font-size: 16px;
}
#pageSponsor .leftAnchoredMenu li:hover a,
#pageSponsor .leftAnchoredMenu li a.selected {
	background-position: bottom right;
}
/* page about */

/* PAGE - SUBSCRIBE GLOBAL
-----------------------------------*/
#pageSubscribe .leftAnchoredMenu {
	position: absolute;
	top: 50%;
	margin-top: -90px;
}
#pageSubscribe #subscribe.content .row.checkboxGroup {
	padding: 21px 0 30px;
}
#pageSubscribe #wrapper > .content.fullScreenContent {
	background-image: url(https://cdn.bisnow.net/assets/website/background-subscribe-global-3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#pageSubscribe .fullScreenContent .bigHeadline {
	color: #fff;
	padding: 30px;
	max-width: 700px;
}
#pageSubscribe .fullScreenContent .bigHeadline p {
	color: #fff;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
}
#pageSubscribe .content.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
#pageSubscribe #subscribe.content {
	padding: 60px 20px 100px;
}
#pageSubscribe #subscribe.content .row {
	margin-top: 0;
	padding-top: 0;
	font-size: 0;
}
#pageSubscribe .submitSecondForm {
  width: 100%;
  text-align: center;
  padding-bottom: 21px;
}

#pageSubscribe .bigHeadline,
#pageSubscribe .bigHeadline h2 {
    padding: 0 !important;
    text-align: left;
    line-height: 32px;
    font-size: 32px;
}
#pageSubscribe .bigHeadline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
#pageSubscribe p {
    margin-bottom: 15px;
}
#pageSubscribe .btn,
#pageSubscribe .btn > * {
    display: block;
}
#pageSubscribe .btn > input {
    width: 100%;
}
#pageSubscribe .row-subscribe-wrapper {
    margin-bottom: 40px;
}
#pageSubscribe .row-subscribe-wrapper > div {
    padding: 0 20px;
}


@media (max-width: 480px) {
	#pageSubscribe .fullScreenContent .bigHeadline p {
		font-size: 18px;
		line-height: 24px;
	}
}
/* page subscribe global */

/* PAGE - AUTHORS
-----------------------------------*/

.pageAuthor .authorsBio {
	margin: 20px 0 30px;
	display: block;
	color: #444444;
	font-size: 20px;
	line-height: 23px;
}
.pageAuthor .author {
	padding-top: 5px;
}
.pageAuthor .author a {
	color: #999999;
	font-size: 18px;
	line-height: 18px;
}
.pageAuthor .authorTwitter {
  display: inline-block;
  background-image: url(https://cdn.bisnow.net/assets/social-media/x-twitter-author.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: left center;
	margin-right: 25px;
	padding-left: 20px;
}
.pageAuthor .authorEmail {
  display: inline-block;
  background-image: url(https://cdn.bisnow.net/assets/social-media/email-author.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
  background-position: left center;
	padding-left: 20px;

}

/* page author */
/* PAGE - ALL BIOS
-----------------------------------*/
#pageAllBios .biography {
  height: auto;
}
/* page all bios */
/* PAGE - OFFICE LOCATIONS
-----------------------------------*/
#pageOfficeLocations .backButton {
  position: absolute;
  margin-top: 80px;
  margin-left: 20px;
}
#pageOfficeLocations .backButton span {
  margin: 40px;
}
#pageOfficeLocations .backButton a.bg_arrow {
  background-image: url(https://cdn.bisnow.net/fit?height=116&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FbtnArrows.png&width=210&sign=f9bKARuZWcVSEry0w1GhP8z4Ult0-JPNIgI8WGJQNQM);
  background-repeat: no-repeat;
  height: 29px;
  width: 104px;
  display: block;
  background-position: top right;
}
#pageOfficeLocations #map-canvas {
  width: 100%;
  height: 600px;
  max-width: 100%;
}
#pageOfficeLocations #maps .bigHeadline h2 {
  font-size: 35px;
  line-height: 35px;
}
#pageOfficeLocations #maps .bigHeadline h2 span {
  font-size: 22px;
  line-height: 25px;
  color: #999;
  display: block;
  font-weight: normal;
}
/* page office locations */
/* PAGE - CAREERS
--------------------*/
#pageCareers {
  /* BLOCK 1 */
  /* BLOCK 2 */
  /* BLOCK 3 */
  /* BLOCK 4 */
	background-color: #fff;
}
#pageCareers .bigHeadline p {
  top: auto;
  bottom: -38px;
}
#pageCareers h2 {
  color: #F58320;
  font-size: 45px;
  line-height: 45px;
  font-weight: normal;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  margin: 40px auto 30px;
}
#pageCareers img {
    max-width: 100%;
    width: 960px;
    height: auto;
}
#pageCareers .block1 {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
#pageCareers .block1 .liquidCols {
  max-width: 675px;
  margin: 0 auto;
}
#pageCareers .block1 .liquidCols .col {
  max-width: 25%;
  margin: 0 3.6%;
  text-align: center;
  font-size: 18px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  line-height: 20px;
}
#pageCareers .block1 .liquidCols .col .title {
  font-size: 70px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  line-height: 70px;
  margin-bottom: 5px;
}
#pageCareers .block2 {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#pageCareers .block2 .liquidCols {
  max-width: 900px;
  margin: 0 auto 40px;
}
#pageCareers .block2 .liquidCols .col {
  max-width: 21%;
  margin: 0 5.6%;
  text-align: center;
  font-size: 40px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  line-height: 20px;
  line-height: 40px;
  font-weight: bold;
}
#pageCareers .block2 .liquidCols .col img {
  max-width: 175px;
  height: auto;
}
#pageCareers .block2 .applyNote {
  background-image: url(https://cdn.bisnow.net/assets/website/careersBg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 625px;
  margin: 0 auto;
  font-size: 40px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  line-height: 45px;
  height: 300px;
  background-size: 100% auto;
  padding: 50px 75px;
}
#pageCareers .block2 .applyNote .content {
  max-width: 475px;
  margin: 0 auto;
}
#pageCareers .block2 .btn {
  margin-top: 110px;
}
#pageCareers .block3 {
  max-width: 1080px;
  margin: 0 auto 100px;
  text-align: center;
}
#pageCareers .block3 h2 {
  font-size: 70px;
  line-height: 70px;
  padding: 0;
  margin-top: 0;
}
#pageCareers .block3 h3 {
  font-size: 40px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  line-height: 50px;
}
#pageCareers .block3 p {
  color: #bdbdbd;
}
#pageCareers .block3 .openPositions {
  margin-bottom: 30px;
  text-transform: uppercase;
}
#pageCareers .block3 .openPositions .title {
  font-size: 15px;
  margin-top: 5px;
}
#pageCareers .block3 .openPositions .position {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 30px;
  background: #bdbdbd;
}
#pageCareers .block3 .openPositions .position:hover {
  background: #ddd;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
#pageCareers .block3 .openPositions a {
  min-height: 68px;
}
@media (max-width: 768px) {
  #pageCareers .block3 .openPositions a {
    min-height: 0px;
  }
}
#pageCareers .block3 .openPositions a,
#pageCareers .block3 .openPositions a:hover {
  color: #000;
  text-decoration: none;
  padding: 30px 20px 15px;
  display: block;
}
#pageCareers .block3 .openPositions a .division,
#pageCareers .block3 .openPositions a:hover .division {
  font-weight: bold;
}
#pageCareers .block3 .openPositions span {
  display: block;
}
#pageCareers .block3 .colorBox {
  display: block;
  background-color: #f09042;
	padding: 4px 0;
}
#pageCareers .block3 .colorBox.internship {
  background-color: #ea70e0;
}
#pageCareers .block3 .colorBox.editorial {
  background-color: #8bd4ec;
}
#pageCareers .block3 .colorBox.escape {
  background-color: #afcf42;
}
#pageCareers .block4 {
  color: #bdbdbd;
  font-size: 18px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 50px;
}
/* page careers */
/* PAGE - CAREER
-----------------------------------*/
#pageCareer section {
  display: block;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
#pageCareer h3 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
#pageCareer .italic {
  font-style: italic;
  margin-bottom: 4px;
}
#pageCareer .block1 {
  background: url(https://cdn.bisnow.net/assets/website/aboutSuccessBgHrz.png) repeat-x left bottom;
  padding-bottom: 50px;
  text-align: center;
}
#pageCareer .block2 .in {
  margin: 0 5px;
  overflow: hidden;
}
#pageCareer .block2 .col {
  width: 100%;
  margin-top: 10px;
  font-family: Georgia, Times, serif;
}
#pageCareer .block2 .col ul{
  padding:0 0 0 40px;
}
#pageCareer .block2 .col.item1 {
  max-width: 275px;
  padding: 20px 22px 80px 0;
  font-size: 16px;
  position: absolute;
  background: url(https://cdn.bisnow.net/assets/website/aboutSuccessBgVert.png) repeat-y right top;
}
#pageCareer .block2 .col.item1 .btn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#pageCareer .block2 .col.item1 a {
  width: 90%;
}
#pageCareer .block2 .col.item1 .how-apply {
  margin-top: 20px;
}
#pageCareer .block2 .col.item2 {
  max-width: 750px;
  padding: 20px 0 0 25px;
  width: auto;
  min-height: 400px;
  margin-left: 325px;
}
#pageCareer .disclaimer {
  color: #bdbdbd;
  font-size: 18px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 960px;
  margin: 100px auto 30px;
}
#pageCareer .careerDescription p, #pageCareer .careerDescription h2, #pageCareer .careerDescription ul{
margin: 10px 0;
}
#pageCareer .careerDescription ul li{
margin: 0 0 10px 0;
}

/* page career */
/* PAGE - CAREER APPLY
-----------------------------------*/
#pageCareerApply section {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
#pageCareerApply .block1 {
  margin: 0 auto;
}
#pageCareerApply .block2 label {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 26px;
  vertical-align: middle;
}
#pageCareerApply .block2 .inputText,
#pageCareerApply .block2 .textarea {
  margin: 6px 0 20px;
}
#pageCareerApply .block2 input[type=checkbox] {
	vertical-align: text-top;
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	border: none;
}
#pageCareerApply .block2 .liquidCols {
  margin: 10px auto 20px;
  text-align: left;
}
#pageCareerApply .block2 .liquidCols .col {
  display: inline-block;
  max-width: 49%;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  width: 100%;
  text-transform: uppercase;
  font-size: 20;
  margin-bottom: 6px;
}
#pageCareerApply .block2 .liquidCols label {
	font-size: 20px;
	cursor: pointer;
	max-width: 85%;
	display: inline-block;
	vertical-align: text-top;
	position: relative;
}
#pageCareerApply .block2 .upload {
  margin: 10px auto 0;
  text-align: center;
}
#pageCareerApply .block2 .upload .small {
  color: #bdbdbd;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
#pageCareerApply .block2 .upload .error {
	color: #F58320;
	margin-top: 20px;
	font-size: 24px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageCareerApply .block2 .upload .message {
	margin-top: 5px;
	font-size: 15px;
}
#pageCareerApply .block2 .submit {
  margin-top: 100px;
  text-align: center;
}
#pageCareerApply .block3 {
  max-width: 570px;
  display: none;
  text-align: center;
  color: #bdbdbd;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
#pageCareerApply .block3 h2 {
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
}
#pageCareerApply .disclaimer {
  color: #bdbdbd;
  font-size: 18px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 960px;
  margin: 100px auto 30px;
}
/* page career apply */
/* PAGE - EVENT PRODUCTS
-----------------------------------*/
#pageEventProducts {
  /* BLOCK 1 */
  /* BLOCK 2 */
  /* BLOCK 3 */
  /* SPONSORICONS */
	background-color: #fff;
}
#pageEventProducts .block1 {
  position: relative;
}
#pageEventProducts .block1 .photo {
  height: 599px;
  background: url(https://cdn.bisnow.net/assets/website/eProdBg.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#pageEventProducts .block1 .photo .photoText {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  top: 215px;
  height: 225px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#pageEventProducts .block1 .photo .photoText .bg,
#pageEventProducts .block1 .photo .photoText .contentWrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#pageEventProducts .block1 .photo .photoText .bg {
  z-index: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: black;
}
#pageEventProducts .block1 .photo .photoText .contentWrapper {
  z-index: 1;
}
#pageEventProducts .block1 .photo .photoText p {
  padding-top: 30px;
  font-size: 72px;
  line-height: 75px;
	color: #FFF;
}
#pageEventProducts .block1 .photo .photoText p span {
  display: block;
  padding: 3px 0 0;
  color: #F58320;
  font-size: 32px;
  line-height: 34px;
}
#pageEventProducts .block1 .photo .photoText .quote {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #444;
  font-size: 13px;
  font-family: trade_gothic_regular, Arial, Helvetica, sans-serif;
  text-transform: none;
}
#pageEventProducts .block2 {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#pageEventProducts .block2 .wrap {
  overflow: hidden;
  margin-top: -40px;
  padding: 0 0 60px;
}
#pageEventProducts .block2 .wrap .col {
  float: left;
  width: 33.33%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventProducts .block2 .wrap .col > * {
  padding: 0 12%;
}
#pageEventProducts .block2 .wrap .col .pic {
  height: 183px;
  padding: 0;
}
#pageEventProducts .block2 .wrap .col .pic img {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 auto;
}
#pageEventProducts .block2 .wrap .col .pic img.bg1 {
  left: -9px;
  top: 18px;
}
#pageEventProducts .block2 .wrap .col .pic img.bg2 {
  left: -10px;
  top: 41px;
}
#pageEventProducts .block2 .wrap .col h3 {
  font-size: 36px;
  line-height: 36px;
  color: black;
  margin-bottom: 3px;
}
#pageEventProducts .block2 .wrap .col p {
  font-size: 22px;
  line-height: 22px;
  color: #999999;
  margin: 0;
}
#pageEventProducts .block3 {
  position: relative;
  z-index: 1;
}
#pageEventProducts .block3 .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
}
#pageEventProducts .block3 .in img {
  position: absolute;
  display: block;
}
#pageEventProducts .block3 .in .leftCol {
  position: relative;
  float: left;
  width: 55%;
  padding: 50px 0 0 60px;
}
#pageEventProducts .block3 .in .leftCol h2 {
  width: 350px;
  margin-bottom: 12px;
  font-size: 72px;
  line-height: 72px;
  color: white;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventProducts .block3 .in .leftCol p {
  width: 290px;
  font-size: 36px;
  line-height: 38px;
  color: #ff9a00;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventProducts .block3 .in .leftCol .amount {
  font-size: 46px;
  line-height: 46px;
  color: black;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventProducts .block3 .in .leftCol img.bigArrow {
  right: 45px;
  top: 133px;
  width: 26%;
  height: 50px;
}
#pageEventProducts .block3 .in .rightCol {
  overflow: hidden;
  padding: 70px 0 90px;
}
#pageEventProducts .block3 .in .rightCol h3 {
  padding: 30px 0 6px;
  font-size: 28px;
  line-height: 28px;
  color: black;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventProducts .block3 .in .rightCol h3:first-child {
  padding-top: 0;
}
#pageEventProducts .block3 .in .rightCol ul {
  margin: -3px 0 0 18px;
  padding: 0;
}
#pageEventProducts .block3 .in .rightCol ul li {
  padding: 3px 0 0;
  color: white;
  margin: 0;
  background: none;
}
#pageEventProducts .block3 .in .rightCol .btn {
  margin-top: 30px;
}
#pageEventProducts .block3.v1 {
  background: #ff3100;
}
#pageEventProducts .block3.v1 img.photo {
  left: 75px;
  top: 310px;
}
#pageEventProducts .block3.v1 .in .leftCol {
  background: url(https://cdn.bisnow.net/assets/website/eProdArrow1.png) 0 0 no-repeat;
}
#pageEventProducts .block3.v2 {
  background: #F58320;
}
#pageEventProducts .block3.v2 img.photo {
  left: 48%;
  bottom: -75px;
  margin-left: -100px;
}
#pageEventProducts .block3.v2 .in .leftCol {
  background: url(https://cdn.bisnow.net/assets/website/eProdArrow2.png) 100px 0 no-repeat;
}
#pageEventProducts .block3.v3 {
  background: #ff9a00;
}
#pageEventProducts .block3.v3 img.photo {
  left: 200px;
  bottom: -80px;
}
#pageEventProducts .block3.v3 .in .leftCol {
  background: url(https://cdn.bisnow.net/assets/website/eProdArrow3.png) 280px 0 no-repeat;
}
#pageEventProducts .block3.v4 {
  background: #333333;
}
#pageEventProducts .block3.v4 img.photo {
  left: 40px;
  top: 475px;
}
#pageEventProducts .block3.v4 .in .leftCol {
  padding-top: 110px;
  background: url(https://cdn.bisnow.net/assets/website/eProdArrow4.png) 70px -10px no-repeat;
}
#pageEventProducts .block3.v4 .in .leftCol img.bigArrow {
  top: 275px;
}
#pageEventProducts .block3.v4 .in .rightCol {
  padding: 105px 0 90px;
}
#pageEventProducts .block3.v4 .in .rightCol .special h3 {
  font-size: 34px;
  line-height: 32px;
  color: #ee3e80;
  padding: 20px 0 3px;
}
#pageEventProducts .block3.v4 .in .rightCol .special h3:first-child {
  padding-top: 0;
}
#pageEventProducts .block3.v4 .in .rightCol .special p {
  color: white;
  padding: 0;
  margin: 0;
}
#pageEventProducts .block3.v4 .in .rightCol h3 {
  color: #f15a22;
}
#pageEventProducts .photo.float {
  position: absolute;
  margin-top: -170px;
  left: 40%;
  z-index: 2;
}
#pageEventProducts .sponsorIcons {
  padding: 0;
  margin: -115px 0 0;
  list-style: none;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  border: 1px solid #f9bdda;
  border-right: none;
  background: #ea0876;
  opacity: 0.9;
}
#pageEventProducts .sponsorIcons li {
  position: relative;
  width: 88px;
}
#pageEventProducts .sponsorIcons li:before {
  content: '';
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#pageEventProducts .sponsorIcons li:hover:before {
  display: block;
}
#pageEventProducts .sponsorIcons li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 0;
}
#pageEventProducts .sponsorIcons li a b {
  display: none;
}
#pageEventProducts .sponsorIcons li a span {
  display: block;
  height: 52px;
}
#pageEventProducts .sponsorIcons li a span i {
  display: block;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}
#pageEventProducts .sponsorIcons li a span i.iconSend {
  width: 32px;
  height: 49px;
  top: 1px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall1.png);
}
#pageEventProducts .sponsorIcons li a span i.iconChat {
  width: 62px;
  height: 46px;
  top: 3px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall2.png);
}
#pageEventProducts .sponsorIcons li a span i.iconCall {
  width: 34px;
  height: 52px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall3.png);
}
/* page event products */
/* PAGE - SPONSOR
------------------------*/
#pageSponsor .block1 {
  height: 600px;
  background: url(https://cdn.bisnow.net/assets/website/sponsorBg.jpg) center bottom no-repeat;
}
#pageSponsor .block1 .photoText {
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: 58px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#pageSponsor .block1 .photoText .stats {
  font-size: 72px;
  line-height: 78px;
}
#pageSponsor .block1 .photoText p {
  padding: 15px 0 36px;
  font-size: 32px;
  line-height: 34px;
  color: black;
}
#pageSponsor .block1 .photoText .sponsorIcons {
  overflow: hidden;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  background: none;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul > li:first-child::after {
    border-right: 1px solid #b30b5f;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    content: '';
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li:first-child {
  border-left: none;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li:last-child {
  border-right: none;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li:before {
  content: '';
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li:hover:before {
  display: block;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 24px;
  line-height: 27px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a:hover {
  text-decoration: none;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a i {
  font-style: normal;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a b {
  font-weight: normal;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a span {
  display: block;
  height: 105px;
  padding-top: 9px;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i {
  display: block;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i.iconSend {
  width: 64px;
  height: 97px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIcon1.png);
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i.iconChat {
  width: 121px;
  height: 90px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIcon2.png);
  top: 7px;
}
#pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i.iconCall {
  width: 67px;
  height: 102px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIcon3.png);
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  left: auto;
  bottom: auto;
  margin-top: -115px;
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul {
  border: 1px solid #f9bdda;
  border-right: none;
  background: #ea0876;
  opacity: 0.9;
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li {
  float: none;
  width: 88px;
  border: none;
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a {
  display: block;
  padding: 12px 0;
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a b {
  display: none;
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span {
  height: 52px;
  padding: 0;
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span i.iconSend {
  width: 32px;
  height: 49px;
  top: 1px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall1.png);
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span i.iconChat {
  width: 62px;
  height: 46px;
  top: 3px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall2.png);
}
#pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span i.iconCall {
  width: 34px;
  height: 52px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall3.png);
}
#pageSponsor .block2 {
  padding-top: 30px;
}
#pageSponsor .block2 .diagram {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 1080px;
  margin: 0 auto;
}
#pageSponsor .block2 .diagram .in {
  position: relative;
}
#pageSponsor .block2 .diagram .in img {
  display: block;
  width: 100%;
  height: auto;
}
#pageSponsor .block2 .diagram .in .text {
  position: absolute;
  top: 52%;
  margin-top: -98px;
  height: 195px;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block2 .diagram .in .text .headline h3 {
  padding-top: 40px;
  line-height: 155px;
  font-size: 58px;
  color: white;
}
#pageSponsor .block2 .diagram .in .text .description {
  overflow: hidden;
  color: black;
  font-weight: bold;
}
#pageSponsor .block2 .diagram .in .text .description p {
  font-size: 18px;
  line-height: 22px;
}
#pageSponsor .block2 .diagram .in .text .description p span {
  display: block;
  font-size: 24px;
  line-height: 26px;
}
#pageSponsor .block2 .diagram .in .text.local {
  right: 62.5%;
  width: 37%;
}
#pageSponsor .block2 .diagram .in .text.local .headline {
  float: right;
}
#pageSponsor .block2 .diagram .in .text.local .headline h3 {
  padding-left: 15px;
  border-left: 1px dotted white;
}
#pageSponsor .block2 .diagram .in .text.local .description {
  padding: 87px 15px 0 0;
  text-align: right;
}
#pageSponsor .block2 .diagram .in .text.national {
  left: 53%;
  width: 46%;
}
#pageSponsor .block2 .diagram .in .text.national .headline {
  float: left;
}
#pageSponsor .block2 .diagram .in .text.national .headline h3 {
  padding-right: 15px;
  border-right: 1px dotted white;
}
#pageSponsor .block2 .diagram .in .text.national .description {
  padding: 10px 0 0 15px;
}
#pageSponsor .block3 {
  overflow: hidden;
  background: #333333;
}
#pageSponsor .block3 .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#pageSponsor .block3 .inner h2,
#pageSponsor .block3 .inner h3,
#pageSponsor .block3 .inner h4 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#pageSponsor .block3 .inner h2 {
  font-size: 72px;
  line-height: 75px;
  color: white;
  padding: 60px 0 15px;
}
#pageSponsor .block3 .inner h3 {
  font-size: 30px;
  line-height: 60px;
  color: #ed2270;
  border-bottom: 1px solid #4c4c4c;
}
#pageSponsor .block3 .inner h4 {
  font-size: 24px;
  line-height: 24px;
  color: white;
}
#pageSponsor .block3 .inner .profession,
#pageSponsor .block3 .inner .wealth {
  float: left;
  width: 40%;
}
#pageSponsor .block3 .inner .profession .in,
#pageSponsor .block3 .inner .wealth .in {
  padding-right: 15%;
}
#pageSponsor .block3 .inner .explanation {
  overflow: hidden;
}
#pageSponsor .block3 .inner .explanation .in {
  float: right;
  line-height: 41px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff522a;
}
#pageSponsor .block3 .inner .explanation .in .man {
  float: left;
  margin-right: 3px;
  width: 15px;
  height: 41px;
  background: url(https://cdn.bisnow.net/assets/website/sponsorSubscribersMen.png) 0 0 repeat-x;
}
#pageSponsor .block3 .inner .byMarketHeadline {
  overflow: hidden;
  position: relative;
}
#pageSponsor .block3 .inner .byMarketHeadline .explanation {
  position: absolute;
  right: 0;
  top: 12px;
}
#pageSponsor .block3 .inner .byMarketHeadline .explanation .in {
  line-height: 45px;
}
#pageSponsor .block3 .inner .byMarketHeadline .explanation .in .man {
  width: 10px;
  height: 29px;
  background: url(https://cdn.bisnow.net/assets/website/sponsorSubscribersMenSmall.png);
}
#pageSponsor .block3 .inner .profession .in .diagram {
  padding: 30px 0 45px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block3 .inner .profession .in .diagram ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: none;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li div {
  float: left;
  width: 40%;
  font-size: 30px;
  color: black;
  text-align: center;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li span {
  overflow: hidden;
  display: block;
  padding-left: 15px;
  font-size: 21px;
  color: white;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c1 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c1 span {
  height: 240px;
  line-height: 240px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c1 div {
  background: #ff3000;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c2 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c2 span {
  height: 140px;
  line-height: 140px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c2 div {
  background: #F58320;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c3 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c3 span {
  height: 70px;
  line-height: 70px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c3 div {
  background: #ff9a00;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c4 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c4 span {
  height: 70px;
  line-height: 70px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c4 div {
  background: #ffb400;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c5 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c5 span {
  height: 60px;
  line-height: 60px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c5 div {
  background: #ffcd00;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c6 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c6 span {
  height: 45px;
  line-height: 45px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c6 div {
  background: #54caca;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c7 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c7 span {
  height: 45px;
  line-height: 45px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c7 div {
  background: #73d3d7;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c8 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c8 span {
  height: 35px;
  line-height: 35px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c8 div {
  background: #99ddde;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c9 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c9 span {
  height: 30px;
  line-height: 30px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c9 div {
  background: #afaaaa;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c10 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c10 span {
  height: 30px;
  line-height: 30px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c10 div {
  background: #a4a4a3;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c11 div,
#pageSponsor .block3 .inner .profession .in .diagram ul li.c11 span {
  height: 30px;
  line-height: 30px;
}
#pageSponsor .block3 .inner .profession .in .diagram ul li.c11 div {
  background: #bfc0bf;
}

#pageSponsor .block3 .inner .market {
  float: right;
  width: 60%;
  padding-bottom: 40px;
}
#pageSponsor .block3 .inner .market .explanation.top {
  display: none;
}
#pageSponsor .block3 .inner .market .explanation.bottom {
  display: block;
  padding-top: 30px;
}
#pageSponsor .block3 .inner .market .in h4 {
  padding-top: 39px;
}
#pageSponsor .block3 .inner .market .in h4:first-child {
  padding-top: 21px;
}
#pageSponsor .block3 .inner .market .in .subscribers {
  overflow: hidden;
}
#pageSponsor .block3 .inner .market .in .subscribers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li {
  float: left;
  margin: 35px 0 0 0;
  width: 20%;
  color: #ff522a;
  text-transform: uppercase;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .title {
  height: 19px;
  line-height: 19px;
  font-size: 21px;
  color: #99ddde;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .title.twoLines {
  height: 38px;
  margin-top: -19px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .num {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men {
  padding-top: 8px;
  height: 33px;
  line-height: 33px;
  font-size: 50px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i1,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i2,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i3,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i4,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i5,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i6,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i7,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i8,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i9,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i10,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i11,
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i12 {
    background: url(https://cdn.bisnow.net/assets/website/sponsorSubscribersMen.png) 0 0 repeat-x;
    background-size: 6px auto;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i1 {
  width: 6px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i2 {
  width: 12px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i3 {
  width: 18px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i4 {
  width: 24px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i5 {
  width: 30px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i6 {
  width: 36px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i7 {
  width: 42px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i8 {
    width: 48px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i9 {
    width: 54px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i10 {
    width: 60px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i11 {
    width: 66px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul li .men.i12 {
    width: 72px;
}
#pageSponsor .block3 .inner .market .in .subscribers ul.national li {
  width: 16%;
}
#pageSponsor .block3 .inner .market .in .subscribers ul.national li:first-child {
  width: 20%;
}
#pageSponsor .block3 .inner .wealth {
  padding-bottom: 30px;
  margin-top: 145px;
}
#pageSponsor .block3 .inner .wealth .in .row {
  overflow: hidden;
  padding-top: 20px;
}
#pageSponsor .block3 .inner .wealth .in .row .num {
  font-size: 48px;
  line-height: 50px;
  color: #F58320;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block3 .inner .wealth .in .row .num span {
  position: relative;
  top: -15px;
  font-size: 30px;
}
#pageSponsor .block3 .inner .wealth .in .row .label {
  padding: 1px 0;
  font-size: 14px;
  line-height: 16px;
  color: white;
}
#pageSponsor .block3 .inner .wealth .in .row .arrWrap {
  overflow: hidden;
  padding-top: 11px;
}
#pageSponsor .block3 .inner .wealth .in .row .arrWrap .arr {
  display: block;
  width: 43px;
  height: 28px;
  margin: 0 auto;
  background: url(https://cdn.bisnow.net/assets/website/otherArrows.png) no-repeat;
}
#pageSponsor .block3 .inner .wealth .in .row.arrL .num {
  float: left;
}
#pageSponsor .block3 .inner .wealth .in .row.arrL .label {
  float: right;
  text-align: right;
}
#pageSponsor .block3 .inner .wealth .in .row.arrL .arrWrap .arr {
  background-position: 0 0;
}
#pageSponsor .block3 .inner .wealth .in .row.arrR .num {
  float: right;
}
#pageSponsor .block3 .inner .wealth .in .row.arrR .label {
  float: left;
}
#pageSponsor .block3 .inner .wealth .in .row.arrR .arrWrap .arr {
  background-position: 100% 0;
}
#pageSponsor .block3 .inner .age {
  clear: both;
  padding-bottom: 60px;
}
#pageSponsor .block3 .inner .age .diagram .wrap {
  position: relative;
  padding: 40px 0 0;
  width: 778px;
  margin: 0 auto;
}
#pageSponsor .block3 .inner .age .diagram .wrap .arr {
  position: absolute;
  left: -61px;
  top: 140px;
  display: block;
  width: 43px;
  height: 28px;
  margin-top: -14px;
  background: url(https://cdn.bisnow.net/assets/website/otherArrows.png) -43px -28px no-repeat;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li {
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  background: none;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li div {
  font-size: 48px;
  border-radius: 100%;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li span {
  display: block;
  padding-top: 20px;
  font-size: 21px;
  line-height: 24px;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li.divider {
  width: 60px;
  margin-top: 99px;
  border-top: 1px dotted #666666;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li.c1 div {
  width: 132px;
  line-height: 132px;
  margin: 34px 0;
  background: #ffcd00;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li.c2 div {
  width: 166px;
  line-height: 166px;
  margin: 17px 0;
  background: #ff9a00;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li.c3 div {
  width: 200px;
  line-height: 200px;
  margin: 0;
  background: #ff3000;
}
#pageSponsor .block3 .inner .age .diagram .wrap ul li.c4 div {
  width: 100px;
  line-height: 100px;
  margin: 50px 0;
  background: #53c9ca;
}
#pageSponsor .block4 {
  overflow: hidden;
}
#pageSponsor .block4 .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#pageSponsor .block4 .inner h2 {
  font-size: 72px;
  line-height: 65px;
  padding: 60px 0 15px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#pageSponsor .block4 .inner .growth {
  position: relative;
}
#pageSponsor .block4 .inner .growth .caption {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  line-height: 18px;
  font-size: 15px;
}
#pageSponsor .block4 .inner .growth .caption span {
  position: relative;
  top: -14px;
  display: block;
  margin-left: 130px;
}
#pageSponsor .block4 .inner .growth .caption b {
  position: absolute;
  left: 0;
  top: -13px;
  display: block;
  font-size: 60px;
  color: #eb599f;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
#pageSponsor .block4 .inner .growth .caption b i {
  position: relative;
  top: -13px;
  font-size: 40px;
  font-style: normal;
}
#pageSponsor .block4 .inner .growth .diagram {
  position: relative;
  z-index: 0;
}
#pageSponsor .block4 .inner .growth .diagram .row {
  clear: none;
}
#pageSponsor .block4 .inner .growth.subscribers {
  padding-bottom: 90px;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram img.normal {
  display: block;
  width: 100%;
  height: auto;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram img.rotated {
  display: none;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li {
  position: relative;
  float: left;
  width: 11%;
  height: 165px;
  font-size: 20px;
  line-height: 22px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px dotted #666666;
  padding: 0;
  margin: 0;
  background: none;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label {
  position: absolute;
  left: 0;
  color: #b1b1b1;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label.top {
  top: -32px;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label.bottom {
  bottom: -34px;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .year,
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .num {
  position: absolute;
  right: -30px;
  width: 60px;
  text-align: center;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .year {
  top: -36px;
  font-size: 30px;
  line-height: 30px;
  color: black;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .num {
  bottom: -34px;
  color: #999999;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li:first-child {
  width: 15%;
}
#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li:last-child .num {
  color: #333333;
}
#pageSponsor .block4 .inner .growth.attendee {
  padding: 90px 0 60px;
  border-top: 1px solid #f0f0f0;
}
#pageSponsor .block4 .inner .growth.attendee .caption {
  top: 54px;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row {
  overflow: hidden;
  line-height: 43px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row .coloredLine {
  float: right;
  height: 43px;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row .num {
  float: right;
  padding: 0 12px;
  font-size: 20px;
  color: #999999;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row .year {
  float: left;
  padding-right: 12px;
  font-size: 30px;
  color: #999999;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row .dottedLine {
  overflow: hidden;
  margin-top: 21px;
  border-top: 1px dotted #666666;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row.r1 .coloredLine {
  width: 10%;
  background: #fc0;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row.r2 .coloredLine {
  width: 38%;
  background: #f90;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row.r3 .coloredLine {
  width: 70%;
  background: #F58320;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row.r4 .coloredLine {
  width: 71%;
  background: #f30;
}
#pageSponsor .block4 .inner .growth.attendee .diagram .row.r4 .num,
#pageSponsor .block4 .inner .growth.attendee .diagram .row.r4 .year {
  color: #000;
}
#pageSponsor .block5 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  background: #F58320;
}
#pageSponsor .block5 .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 80px;
}
#pageSponsor .block5 .in h2 {
  padding: 70px 0 55px;
  font-size: 72px;
  line-height: 75px;
}
#pageSponsor .block5 .in .wrap {
  overflow: hidden;
}
#pageSponsor .block5 .in .wrap .col {
  float: left;
  width: 33.33%;
}
#pageSponsor .block5 .in .wrap .col h3 {
  padding-bottom: 15px;
  font-size: 38px;
  line-height: 38px;
  color: black;
}
#pageSponsor .block5 .in .wrap .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#pageSponsor .block5 .in .wrap .col ul li {
  line-height: 21px;
  padding: 0;
  margin: 0;
  background: none;
  color: white;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  text-transform: none;
}
#pageSponsor .block5 .in .wrap .col ul li a {
  color: white;
}
#pageSponsor .block5 .in .wrap .col ul li a:hover {
  color: #333333;
  text-decoration: none;
}
#pageSponsor .block5 .in .wrap .col ul li.subtitle {
  line-height: 23px;
}
#pageSponsor .block5 .in .wrap .col ul li.subtitle a {
  font-size: 25px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}


/* page sponsor */
/* PAGE - INDEX SPONSOR
------------------------*/
#pageIndex.pageSponsorBlogs .newsItem {
	padding-top: 40px;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader h1 {
	padding-bottom: 20px;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader p {
	font-size: 14px;
	line-height: 17px;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader ul,
#pageIndex.pageSponsorBlogs .newsItem .articleHeader li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader li {
	font-size: 18px;
	display: inline-block;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader ul {
	display: block;
	margin: 30px 0 20px;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader li a {
	margin-right: 5px;
	width: 30px;
}
#pageIndex.pageSponsorBlogs .newsItem .articleHeader hr {
	height: 1px;
	background: #ddd;
	border: 0;
}
#pageIndex.pageSponsorBlogs .newsItem .partner {
	border-bottom: 1px solid #ddd;
	padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pageIndex.pageSponsorBlogs .newsItem .partner:last-child {
	border-bottom: 0;
}
#pageIndex.pageSponsorBlogs .newsItem .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

#pageIndex.pageSponsorBlogs .newsItem .image img {
  margin: 0;
}

#pageIndex.pageSponsorBlogs .newsItem .content {
  flex: 1;
  text-align: center;
}

@media screen and (min-width: 550px) {
  #pageIndex.pageSponsorBlogs .newsItem .partner {
    flex-direction: row-reverse;
  }

  #pageIndex.pageSponsorBlogs .newsItem .image {
    width: 200px;
  }

  #pageIndex.pageSponsorBlogs .newsItem .content {
    text-align: left;
  }
}

#pageIndex.pageSponsorBlogs .newsItem .content h4 {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
}
#pageIndex.pageSponsorBlogs .newsItem .content p {
	font-size: 13px;
	font-size: 14px;
	line-height: 18px;
}
#pageIndex.pageSponsorBlogs .newsItem .content .btn a {
	margin-top: 15px;
	background-color: #fb9a31;
	font-size: 18px;
	line-height: 18px;
	padding: 5px 15px 5px;
}
#pageIndex.pageSponsorBlogs .newsItem .content .view-count {
	background-color: #39FF14;
	padding: 6px 9px;
	line-height: 14px;
	font-size: 14px;
	color: white;
	font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#pageIndex.pageSponsorBlogs .pagination {
	border-top: 1px solid #ddd;
	padding-bottom: 30px;
	padding-top: 20px;
	display: block;
}
@media screen AND (max-width: 550px) {
	#pageIndex.pageSponsorBlogs .newsItem .image {
		float: none;
		margin: 0 0 20px;
	}
	#pageIndex.pageSponsorBlogs .newsItem .partner {
		padding-left: 0;
		padding-right: 0;
	}
	#pageIndex.pageSponsorBlogs .newsItem .content {
		margin-right: 0;
	}
	#pageIndex.pageSponsorBlogs .newsItem .articleHeader li {
		margin-bottom: 5px;
	}
}

.pageStory .sponsor,
#pageIndex .sponsor,
#page .sponsor {
	background-color: #FFF;
	padding: 20px;
	display: block;
	position: relative;
	font-size: 0;
	margin-bottom: 20px;
}
.pageStory .sponsor.sponsor-bottom {
    margin-top: 20px;
}
.pageStory .sponsor a.site_link,
#pageIndex .sponsor a.site_link,
#page .sponsor a.site_link {
	max-width: 100%;
	overflow: hidden;
	display: block;
}
#pageIndex .sponsor span.view-count {
	color: #fff;
	background: #39FF14;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
}
.pageStory .sponsor .logo,
#pageIndex .sponsor .logo {
	margin: 0;
	width: auto;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0;
}
.pageStory .sponsor .logo img
#pageIndex .sponsor .logo img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.pageStory .sponsor .content,
#pageIndex .sponsor .content {
	display: block;
	width: auto;
	vertical-align: middle;
}
.pageStory .sponsor .title,
.pageStory .sponsor h3,
#pageIndex .sponsor .title,
#pageIndex .sponsor h3 {
	font-family: alternate_gothic_3,Arial,Helvetica,sans-serif;
	font-size: 24px;
    line-height: 26px;
	font-weight: normal;
	letter-spacing: .5px;
	margin-bottom: 8px;
	color: #000;
	text-align: center;
}
#pageIndex .sponsor h3 {
	margin-top: 10px;
}
.pageStory .sponsor h3 {
    text-transform: uppercase;
}
.pageStory .sponsor .desc,
#pageIndex .sponsor .desc,
.pageStory .sponsor .desc a,
.pageStory .sponsor .desc div{
	font-size: 13px;
	line-height: 18px;
	color: #888;
	font-family: trade_gothic_regular,Arial,Helvetica,sans-serif;
}
.pageStory .sponsor .tags,
#pageIndex .sponsor .tags {
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
}
.pageStory .sponsor .tags .btn,
#pageIndex .sponsor .tags .btn {
	margin-bottom: 4px;
}
.pageStory .sponsor .tags .btn a,
#pageIndex .sponsor .tags .btn a {
	line-height: 22px;
	font-size: 16px;
}
.pageStory .sponsor .twitter-logo,
#pageIndex .sponsor .twitter-logo{
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(https://cdn.bisnow.net/assets/social-media/x-twitter-author.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.pageStory .sponsor .twitter-username,
#pageIndex .sponsor .twitter-username {
  display: inline-block;
  vertical-align: middle;
}
#pageTV.pageStory .sponsor .view-count {
	display: none !important;
}
#pageTV.pageStory .sponsor .logo,
#pageTV .sponsor .logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
#pageTV.pageStory .sponsor h3 {
	font-size: 18px;
	line-height: 18px;
}
#pageTV.pageStory .sponsor .desc {
	margin-bottom: 10px !important;
}
#pageTV.pageStory .social-icons {
	margin-bottom: 5px;
	padding: 5px;
}
#pageTV.pageStory .social-icons {
	background-color: #fff;
	text-align: center;
	padding: 5px;
}
#pageTV.pageStory .newsItem .iframe-wrapper {
  margin: 0 0 -4px 0;
}


/* page index sponsor */
/* PAGE - SPONSOR
------------------------*/
#pageCurrentSponsors {
  background: #fff;
}
#pageCurrentSponsors .bigHeadline {
  margin: 0 auto;
	padding-top: 20px;
}
#pageCurrentSponsors .sponsorList {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0 60px;
}
#pageCurrentSponsors .sponsorList .col-sm-6 {
	overflow: hidden;
	height: 250px;
  text-align: center;
	margin-bottom: 15px;
}
#pageCurrentSponsors .sponsorList a {
  background: url(https://cdn.bisnow.net/assets/website/currentSponsorsBg.png) no-repeat right top;
  display: block;
	vertical-align: middle;
  overflow: hidden;
  text-align: center;
	height: 100%;
	line-height: 250px;
	margin-left: 10px;
	margin-right: 10px;
}
#pageCurrentSponsors .sponsorList a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}
/* page sponsor */

.sponsor-top {
    vertical-align: middle;
}

.sponsor .content-container {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.sponsor .content-title {
    justify-content: center;
    vertical-align: middle;
    display:inline-block;
}

.sponsor .logo-top {
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: auto;
    padding-left: 25px;
}
.sponsor .desc-container {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

.sponsor .desc-top {
    padding-left: 25px;
    display:inline-block;
    font-family:'news_gothic_book_bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height:22px;
}

@media (max-width: 639px) {
    .pageStory .sponsor h3 {
        font-size: 18px;
    }
    .sponsor .content-container {
        text-align: center;
        width: 40%;
    }
    .sponsor .content-title {
        width:auto;
        display: block;
        text-align: center;
    }
    .sponsor .logo-top {
        padding-left: 0;
    }
    .sponsor .desc-container {
        width: 60%;
    }
}
@media (max-width: 479px) {
    .sponsor .content-container,
    .sponsor .desc-container{
        text-align: center;
    }
    .sponsor .content-title,
    .sponsor .content-container,
    .sponsor .desc-container {
        display: block;
        width: auto;
    }
    .sponsor .desc-top{
        display: block;
        font-size: 12px;
        line-height: 15px;
        padding-left: 0;
    }
    .sponsor .desc-container {
        margin-top: 10px;
        padding-left: 0;
    }
}

#page .sponsor.sponsor-bottom {
    margin-top: 20px;
    padding: 25px 30px;
}

.sponsor .content .sponsor-title {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 24px;
    font-family: alternate_gothic_3,Arial,Helvetica,sans-serif;
}
.sponsor .content .about-bottom {
    float: left;
    margin-bottom: 0;
}
.sponsor .content .about-bottom::after {
    content: " | ";
    padding-left: 5px;
    padding-right: 10px;
}

.sponsor .content .desc-bottom {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    clear:left;
}

@media (max-width: 768px) {
    #page .sponsor.sponsor-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 480px) {
    .sponsor .content .about-bottom {
        display: block;
        float: none;
    }

    .sponsor .content .sponsor-title {
        text-align: center;
    }

    .sponsor .content .about-bottom::after {
        display: none;
    }
}

/* PAGE - LISTS
------------------------------------------*/
#pageList #subheader {
    background: rgba(32, 32, 32, 0.7);
    display: block !important;
    color: #fff;
}
#pageList.pageListStory #subheader {
    display: none !important;
}
#pageList #subheader .innerWrap-sponsor {
    text-align: center;
    line-height: 0;
    display: block !important;
    overflow: hidden;
}
#pageList #subheader .innerWrap-sponsor img {
    max-height: 64px;
}
@media (max-width: 450px) {
    #pageList #subheader .innerWrap-sponsor img {
        max-height: 45px;
    }
}
#pageList #subheader .innerWrap-sponsor a {
    vertical-align: middle;
    display: inline-block;
}
#pageList #subheader .innerWrap-sponsor span {
    vertical-align: middle;
    padding-right: 10px;
    color: #fff;
    font-size: 14px;
}
#pageList #content {
	padding-bottom: 20px;
}
#pageList article .articleHeader h1 {
	font-size: 80px;
	line-height: 80px;
	text-decoration: underline;
	padding-top: 15px;
}
#pageList .newsItem .row {
    font-size: 0;
}
#pageList .newsletter-popup {
    width: 100%;
}
@media (max-width: 1040px) {
	#pageList article .articleHeader h1 {
		font-size: 65px;
		line-height: 65px;
	}
}
@media (max-width: 800px) {
	#pageList article .articleHeader h1 {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 500px) {
	#pageList article .articleHeader h1 {
		font-size: 42px;
		line-height: 42px;
	}
}

.story-template-women .newsItems .row:first-child {
	margin-top: 0;
}
#pageList #content .newsItem .in {
    padding-top: 30px;
}
@media (max-width: 768px) {
    #pageList #content .newsItem .in {
        padding-top: 0;
    }
}
.story-template-women .newsItems .newsItem .row,
#pageList #content .newsItems .newsItem .row {
	margin-left: -5px;
	margin-right: -5px;
}
.story-template-women .list-item,
#pageList #content .list-item {
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
}
.story-template-women .list-item .content,
#pageList #content .list-item .content {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	z-index: 1;
	height: 100%;
	background-color: #eee;
	overflow: hidden;
}
.story-template-women .list-item .content a,
#pageList #content .list-item .content a {
	position: absolute;
	display: block;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid transparent;
}
.story-template-women .list-item .content a:hover,
#pageList #content .list-item .content a:hover {
	border-color: #F58320;
}
.story-template-women .list-item .content .title,
#pageList #content .list-item .content .title {
	position: absolute;
	z-index: 3;
	top: 8px;
	left: 8px;
	background-color: rgba(0,0,0,.3);
	border-radius: 18px;
}
#pageList #content .list-item .content .title .rank,
#pageList #content .list-item .content .title .name {
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
#pageList #content .list-item .content .title .rank {
	color: #fff;
	font-size: 16px;
	line-height: 34px;
    min-width: 18px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
	background-color: #F58320;
	border-radius: 17px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}

#pageList #content .list-item.list-item-social .content,
#pageList #content .list-item.list-item-subscribe .content {
    color: #fff;
    background: #F58320;
}
#pageList #content .list-item.list-item-social .content {
    text-align: center;
    text-transform: uppercase;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageList #content .list-item.list-item-social .content > div {
    font-size: 24px;
}
#pageList #content .list-item.list-item-social .content > .social-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 45px;
}
#pageList #content .list-item.list-item-subscribe .headline {
    text-align: center;
    background: none;
    padding: 0;
    margin-top: 20px;
}
#pageList #content .list-item.list-item-subscribe .inputText {
    background: rgba(255,255,255,.25);
}
#pageList #content .list-item.list-item-subscribe .inputText > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#pageList #content .list-item.list-item-subscribe .inputText > input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#pageList #content .list-item.list-item-subscribe .inputText > input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#pageList #content .list-item.list-item-subscribe .inputText > input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#pageList #content .list-item.list-item-subscribe input[type=checkbox] {
    background: #fff;
    border-color: #fff;
}

#pageList #content .list-item.list-item-subscribe a {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    color: #fff;
    text-decoration: underline;
}
#pageList #content .list-item.list-item-subscribe .btn {
    margin-top: 8px;
    display: block;
}
#pageList #content .list-item.list-item-subscribe .btn a {
    text-decoration: none;
}
#pageList #content .list-item.list-item-subscribe .confirmation {
    display: none;
}

.story-template-women .list-item .content .title .name,
#pageList #content .list-item .content .title .name {
	padding: 4px 14px 3px 5px;
	color: #fff;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
}
.story-template-women .list-item .content .title .name {
    text-transform: none;
    font-size: 22px;
    line-height: 24px;
}
.story-template-women .slideholder .list-item .content .title .name,
#pageList #content .slideholder .list-item .content .title .name {
	font-size: 18px;
}

@media (max-width: 768px) {
	#pageList #content .list-item .content .title .rank {
		font-size: 14px;
		line-height: 24px;
		width: 24px;
	}
	#pageList #content .list-item .content .title .name {
		padding-left: 2px;
	}
	#pageList #content .slideholder .list-item .content .title .name {
		font-size: 16px;
		padding: 2px 14px 1px 5px;
	}
}
#pageList #content .list-class-title {
    position: relative;
    margin: 0;
    padding: 0;
    background: rgba(32,32,32,1);
    color: #fff;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}
#pageList #content .list-class-title > div {
    font-size: 30px;
    padding: 16px;
}
@media (max-width: 450px) {
    #pageList #content .list-class-title > div {
        font-size: 22px;
    }
}
.story-template-women .list-item img,
#pageList #content .list-item img {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.story-template-women .list-item img {
    margin-top: 0;
}
#pageList #content .list-item .overlay {
    background: rgba(0,0,0,.65);
    z-index: 2;
}
#pageList #content .list-item:hover .overlay {
    background: none;
}
/*
#pageList #content .list-item img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}
*/
.story-template-women .list-item .precaption,
#pageList #content .list-item .precaption {
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: 3;
	color: #fff;
	padding: 7px 32px 6px 10px;
	font-size: 15px;
	line-height: 15px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.story-template-women .list-item .precaption {
    font-size: 22px;
    line-height: 1.2;
}
@media (min-width: 480px) {
    .story-template-women .list-item .precaption {
        font-size: 18px;
        line-height: 1;
    }
}
@media (min-width: 600px) {
    .story-template-women .list-item .precaption {
        font-size: 22px;
    }
}
@media (min-width: 769px) {
    .story-template-women .list-item .precaption {
        font-size: 18px;
        line-height: 1;
    }
}
@media (min-width: 900px) {
    .story-template-women .list-item .precaption {
        font-size: 22px;
        line-height: 1.2;
    }
}
.story-template-women .list-item .precaption .plus,
#pageList #content .list-item .precaption .plus {
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: auto;
	height: auto;
	background-color: #666;
	z-index: 2;
}
.story-template-women .list-item:hover .precaption .plus,
#pageList #content .list-item:hover .precaption .plus {
	background-color: #F58320;
}
@media (max-width: 520px) {
	#pageList #content .list-item .precaption {
		font-size: 11px;
	}
}
.story-template-women .list-item .precaption p,
#pageList #content .list-item .precaption p {
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
.story-template-women .caption,
#pageList #content .caption {
	font-family: Georgia, Times, serif;
}
.story-template-women .caption div img,
#pageList #content .caption div img {
	max-width: 98%;
}
@media (max-width: 1000px) {
	#pageList #content .caption div img {
		max-width: 100%;
	}
}
.story-template-women .caption div p,
#pageList #content .caption div p {
	margin-top: 14px;
	font-size: 17px;
	line-height: 20px;
}
.story-template-women .caption div p:first-child,
#pageList #content .caption div p:first-child {
	margin-top: 0;
}
.story-template-women h2,
#pageList h2 {
	color: #F58320;
	text-align: left;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
}
.story-template-women h3,
#pageList h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}
#pageList .list-nav li {
	display: inline-block;
	height: 36px;
}
#pageList .list-nav a {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	display: block;
	background-color: #aaa;
	line-height: 36px;
	padding: 0 10px;
}
#pageList .list-nav a:hover {
	background-color: #000;
}
#pageList #content .slideholder {
	position: relative;
	margin-bottom: 0;
	max-width: 100%;
	overflow: visible;
}
#pageList #content .slideholder .slidesjs-next,
#pageList #content .slideholder .slidesjs-previous {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
#pageList #content .slideholder .slidesjs-next {
	right: -30px;
}
#pageList #content .slideholder .slidesjs-previous {
	left: -30px;
}
#pageList #content .slideholder .slide {
	margin-bottom: 0;
}

.pageListStory #subheader {
    background: #f49624 !important;
    text-transform: uppercase;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    padding: 10px 0;
    font-size: 20px;
    line-height: 20px;
    border: 0;
}
@media (max-width: 768px) {
    .pageListStory #subheader {
        display: none;
    }
}
.pageListStory #subheader a {
    color: #fff;
    padding: 10px 24px;
    margin-left: -3px;
}
.pageListStory #subheader a.selected {
    background: #F58320;
}
.pageListStory #subheader a:hover {
    background: #F58320;
    text-decoration: none;
}
.pageListStory #subheader a:first-child {
    margin-left: 30px;
}
.pageListStory .container-hero {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 50px;
}
.pageListStory .container-hero .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.pageListStory .container-hero .newsItem .articleHeader h1 {
    padding: 0;
}
#pageList.pageListStory .list-nav {
    padding-right: 15px;
}
#pageList.pageListStory .list-nav a,
#pageList.pageListStory .list-nav a:hover {
    background: #fff;
    color: #F58320;
    text-decoration: none;
}
#pageList.pageListStory .list-nav a:hover {
    color: #fff;
    background: #F58320;
}
#pageList.pageListStory #content .newsItems .newsItem .row {
    font-size: 15px;
}
.pageListStory .newsItem .in .caption-image-wrapper {
    float: left;
    max-width: 550px;
    margin: 0 25px 25px 0;
}
#pageList.pageListStory #content .caption .caption-image-wrapper img {
    max-width: 100%;
}
.pageListStory .newsItem .in .image_credit_link {
    margin-top: 0;
}
@media (max-width: 810px) {
    .pageListStory .newsItem .in .caption-image-wrapper {
        float: none;
        max-width: 100%;
        margin-bottom: 25px;
    }
    #pageList.pageListStory #content .newsItems .newsItem .row {
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
    }
    #pageList.pageListStory #content .newsItems .row:first-child {
        margin-top: 0;
        padding-top: 0;
    }
    .pageListStory #content .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.pageListStory .newsItem .in p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}
#pageList #content .slideholder-title {
    color: #F58320;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 25px;
}
#pageList #content .slideholder {
    padding-top: 0;
}


/* PAGE - EVENTS
---------------------*/
#pageEvents,
#pageEventsToday {
	background-image: url(https://cdn.bisnow.net/fit?height=1160&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FeventsBg.jpg&width=2000&sign=pvGebmFIIq6yBJopoMVrO7mXKv3TDvzlgUoLcccMHA4);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position:  50% 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#pageEvents .contactAnchor {
	z-index: 9;
	height: auto;
	width: auto;
	padding: 0 30px;
	right: -62px;
}
#pageEvents .contactAnchor span {
	display: block;
	padding: 5px;
}
#pageEvents #events {
  position: relative;
  z-index: 0;
  min-height: 480px;
}
#pageEvents #events .searchTitle h2 {
	color: #FFF;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 46px;
	margin-top: -40px;
	margin-bottom: -20px;
	text-align: center;
}
#pageEvents #events.pagePastEvents {
	padding-top: 80px;
}
#pageEvents #events .halfDarkBg,
#pageEventsToday #events .halfDarkBg {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  filter: alpha(opacity=0);
}
#pageEvents #events .in,
#pageEventsToday #events .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
#pageEventsToday #events .in {
	min-height: 300px;
}
#pageEvents #events .in h1 {
  font-size: 41px;
  line-height: 46px;
  padding: 37px 0;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
#pageEvents #events .in .subheader,
#pageEventsToday #events .in .subheader {
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 40px;
  line-height: 50px;
  background: black;
  margin-top: 25px;
  height: 50px;
}
#pageEvents #events .in .content,
#pageEventsToday #events .in .content {
  color: white;
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
#pageEvents #events .in .eventFilter {
  text-align: right; /* changed from 'center' which was messing up the City/Topic dropdowns */
  padding-top: 30px;
}
#pageEvents #events .in .eventFilter .inner,
#pageEventsToday #events .in .eventFilter .inner {
  width: 1080px;
	max-width: 100%;
	text-align: center;
  margin: 0 auto;
}
#pageEvents #events .in .eventFilter .inner .divider,
#pageEventsToday #events .in .eventFilter .inner .divider {
	display: inline-block;
  width: 60px;
  line-height: 46px;
  font-size: 19px;
  color: white;
  text-align: center;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageEvents #events .in .popup-gallery {
  text-align: center;
  margin: 20px 20px 0;
}
#pageEvents #events .in .popup-gallery img {
  width: 100px;
  height: auto;
  max-width: 100%;
}
#pageEvents #events .in .btn {
    float: none;
    display: block;
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
#pageEvents #events .in select {
    vertical-align: middle;
}
#pageEvents #events .in .btn.btn-past {
    margin: 0;
    width: auto;
    display: inline-block;
    line-height: 50px;
    background: #666666;
    vertical-align: middle;
}
#pageEvents #events .in .btn.btn-past a {
    padding: 13px 45px 12px;
    display: block;
}
#pageEvents #events .in .btn.grey.btn-past a {
    background: #666666;
}
@media (max-width: 935px) {
    #pageEvents #events .in .btn.btn-past {
        margin-top: 15px;
        width: 290px;
    }
}
#pageEvents #events .in .btn a {
  padding: 7px 15px 6px;
}
#pageEvents #events .in .threeBtns {
  margin: 15px 0;
}
#pageEvents #events .in .threeBtns .btn {
  width: auto;
  display: inline-block;
  margin: 10px 15px;
}
#pageEvents #events .in .marginb20 {
  margin-bottom: 20px;
}
#pageEvents #events .in .loadMore {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#pageEvents #events .in .eventsList {
  overflow: hidden;
}
#pageEvents #events .in .eventsList .wrapInner {
  margin: 0;
}
#pageEvents #events .in .eventsList .wrapInner .eventItem {
  margin: 30px 0 0;
}
#pageEvents #events .in .eventsList .wrapInner .eventItem .itemInner {
  position: relative;
}
#pageEvents #events .in .eventsList .wrapInner .eventItem .itemInner a.event-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
#pageEvents #events .in .eventsList .wrapInner .eventItem .itemInner .btn a {
  color: white;
  border: 1px solid white;
  position: relative;
  z-index: 3;
}
#pageEvents #events .raw-space {
	padding: 30px;
	background: #fff;
	text-align: left;
	margin-top: 30px
}
#pageEvents #events .raw-space .title {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
#pageEvents #events .raw-space .row.rawSpaceBackground > div {
	padding-right: 20px;
}

@media (max-width: 768px) {
	#pageEvents #events .raw-space .row.rawSpaceBackground > div {
		padding: 0 0 20px;
	}
	#pageEvents #events .raw-space .row.rawSpaceBackground > div img {
		width: 100%;
		height: auto;
	}
}

#pageEvents #events .raw-space p {
	padding-bottom: 10px;
}
#pageEvents #events .raw-space .row.logos {
	border-top: 2px solid #d0d0d0;
	margin-top: 25px;
	padding-top: 25px;
}
#pageEvents .shop-page .product .add-to-calendar {
	vertical-align: middle;
	color: #4f4f4f;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	background-image: url(https://cdn.bisnow.net/assets/website/eventsIconCalendar.jpg);
	background-position: left center;
	background-repeat: no-repeat;
  padding-left: 45px;
	padding-right: 10px;
  font-size: 30px;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
	font-weight: bolder;
  display: inline-block;
	min-height: 24px;
}
#pageEvents .shop-page .product #itemCheckout .quantity {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#pageEvents .shop-page .product #itemCheckout .arrow {
	display: inline-block;
	border: 2px solid #F58320;
	height: 25px;
  width: 25px;
	border-radius: 25px;
	background-position: center center;
	z-index: 2;
	margin: 0 15px;
	position: relative;
}

#pageEvents.is-not-mobile .shop-page .product #itemCheckout .arrow:hover {
	border-color: #F58320;
	cursor: pointer;
}

/* On mobile, we want :active state to linger for a bit, setup a transition to accomplish that */
#pageEvents.is-mobile .shop-page .product #itemCheckout .arrow {
  -webkit-transition: 0s 500ms;
  -moz-transition: 0s 500ms;
  -ms-transition: 0s 500ms;
  -o-transition: 0s 500ms;
  transition: 0s 500ms;
}

#pageEvents.is-mobile .shop-page .product #itemCheckout .arrow:active {
	border-color: #F58320;
	cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#pageEvents .shop-page .product #itemCheckout .quantity span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 4px;
  z-index: 0;
	left: 0;
}

#pageEvents .shop-page .product #itemCheckout .price {
    text-align: center;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}

#pageEvents .shop-page .product #itemCheckout .btn.add-to-cart-currency,
#pageEvents .shop-page .product #itemCheckout .btn.show-cart-v2,
#pageEvents .shop-page .product #itemCheckout .btn.go-interested-sponsor,
#pageEvents .shop-page .product #itemCheckout .btn.add-to-cart {
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

#pageEvents .shop-page .product #itemCheckout .btn.registration-questions,
#pageEvents .shop-page .product #itemCheckout .btn.go-interested-sponsor,
#pageEvents .shop-page .product #itemCheckout .btn.go-speaking {
	margin-top: 0;
}

#pageEvents .shop-page .product #itemCheckout .btn.add-to-cart a,
#pageEvents .shop-page .product #itemCheckout .btn.add-to-cart-currency a,
#pageEvents .shop-page .product #itemCheckout .btn.registration-questions a,
#pageEvents .shop-page .product #itemCheckout .btn.go-interested-sponsor a,
#pageEvents .shop-page .product #itemCheckout .btn.go-speaking a {
	width: 75%;
}

#pageEvents .shop-page .product #itemCheckout .arrow.arrow-up {
	background-image: url(https://cdn.bisnow.net/fit?height=13&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FarrowUp.jpg&width=13&sign=M0LOFyMBjZWFYJGR_9d7_1eT_oZDYIAVmIxQEFx9Lno);
	background-repeat: no-repeat;
}

#pageEvents .shop-page .product #itemCheckout .arrow.arrow-down {
	background-image: url(https://cdn.bisnow.net/fit?height=13&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FarrowDown.jpg&width=13&sign=6WFFDhEUGyXPoGq8JOI_BmtSPOqjxCLRbpxQxTVPKYY);
	background-repeat: no-repeat;
}

#pageEvents .shop-page .product #itemInfo .share {
	text-align: left;
	text-transform: uppercase;
	background-position: top left;
  background-repeat: no-repeat;
  padding-left: 45px;
	background-image: url(https://cdn.bisnow.net/fit?height=33&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FeventsIconShare.jpg&width=36&sign=lsV8uwY3CUbaZfdfIiNtOSmHm-KKtVBQUP_KXfD4RCk);
	background-repeat: no-repeat;
	background-position: top left;
  background-position: left 15px;
  min-height: 50px;
	margin-top: 15px;
}

#pageEvents .shop-page .product #itemInfo .share div {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 4px;
}

#pageEvents .shop-page .product address {
	color: #4f4f4f;
	background-image: url(https://cdn.bisnow.net/assets/website/eventsIconLocation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 45px;
}

#pageEvents .shop-page .product a:hover {
	text-decoration: none;
}

#pageEvents .shop-page .product address strong {
	font-size: 28px;
	line-height: 28px;
	color: #4f4f4f;
}

#pageEvents .shop-page .product address a {
	color: #4f4f4f;
}

#pageEvents .shop-page iframe {
	width: 95%;
	height: 150px;
	border: 1px solid #b2b2b2;
	display: inline-block;
}

#pageEventsToday .eventsList {
	margin: 60px -1%;
	font-size: 0;
}
#pageEventsToday .eventsList .eventItem {
	display: block;
	max-width: 100%;
	padding: 5px;
	vertical-align: top;
	margin-bottom: 30px;
}
#pageEventsToday .eventsList .eventItem:last-child {
	margin-bottom: 0;
}
#pageEventsToday .eventsList .eventItem .itemInner {
    position: relative;
}
#pageEventsToday .eventsList .eventItem .itemInner > a.event-over:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#pageEventsToday .eventItem .itemInner .topBar .place {
	font-size: 18px;
}
#pageEventsToday .eventsList .eventItem .itemInner .topBar {
	line-height: 20px;
}
#pageEventsToday .eventsList .eventItem .itemInner h2 {
	font-size: 42px;
	line-height: 42px;
}
#pageEventsToday .eventItem .itemInner .btn a {
	font-size: 24px;
	line-height: 32px;
}


/* PAGE - WEBINARS
---------------------*/
#pageBisnowEvents {
    /*background-image: url(https://cdn.bisnow.net/fit?height=1160&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FeventsBg.jpg&width=2000&sign=pvGebmFIIq6yBJopoMVrO7mXKv3TDvzlgUoLcccMHA4);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:  50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#pageBisnowEvents .contactAnchor {
    z-index: 9;
    height: auto;
    width: auto;
    padding: 0 30px;
    right: -62px;
}
#pageBisnowEvents .contactAnchor span {
    display: block;
    padding: 5px;
}
#pageBisnowEvents #events {
    position: relative;
    z-index: 0;
    min-height: 480px;
}
#pageBisnowEvents #events .searchTitle h2 {
    color: #FFF;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 46px;
    margin-top: -40px;
    margin-bottom: -20px;
    text-align: center;
}
#pageBisnowEvents #events.pagePastEvents {
    padding-top: 80px;
}
#pageBisnowEvents #events .halfDarkBg,
#pageBisnowEvents #events .halfDarkBg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    filter: alpha(opacity=0);
}
#pageBisnowEvents #events .in {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

#pageBisnowEvents #events .in h1 {
    font-size: 41px;
    line-height: 46px;
    padding: 37px 0;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#pageBisnowEvents #events .in .subheader {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 40px;
    line-height: 50px;
    background: black;
    margin-top: 25px;
    height: 50px;
}
#pageBisnowEvents #events .in .content {
    color: white;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}
#pageBisnowEvents #events .in .eventFilter {
    text-align: right; /* changed from 'center' which was messing up the City/Topic dropdowns */
    padding-top: 30px;
}
#pageBisnowEvents #events .in .eventFilter .inner {
    width: 1080px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
#pageBisnowEvents #events .in .eventFilter .inner .divider {
    display: inline-block;
    width: 60px;
    line-height: 46px;
    font-size: 19px;
    color: white;
    text-align: center;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageBisnowEvents #events .in .popup-gallery {
    text-align: center;
    margin: 20px 20px 0;
}
#pageBisnowEvents #events .in .popup-gallery img {
    width: 100px;
    height: auto;
    max-width: 100%;
}
#pageBisnowEvents #events .in .btn {
    float: none;
    display: block;
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
#pageBisnowEvents #events .in select {
    vertical-align: middle;
}
#pageBisnowEvents #events .in .btn.btn-past {
    margin: 0;
    width: auto;
    display: inline-block;
    line-height: 50px;
    background: #666666;
    vertical-align: middle;
}
#pageBisnowEvents #events .in .btn.btn-past a {
    padding: 13px 45px 12px;
    display: block;
}
#pageBisnowEvents #events .in .btn.grey.btn-past a {
    background: #666666;
}
@media (max-width: 935px) {
    #pageBisnowEvents #events .in .btn.btn-past {
        margin-top: 15px;
        width: 290px;
    }
}
#pageBisnowEvents #events .in .btn a {
    padding: 7px 15px 6px;
}
#pageBisnowEvents #events .in .threeBtns {
    margin: 15px 0;
}
#pageBisnowEvents #events .in .threeBtns .btn {
    width: auto;
    display: inline-block;
    margin: 10px 15px;
}
#pageBisnowEvents #events .in .marginb20 {
    margin-bottom: 20px;
}
#pageBisnowEvents #events .in .loadMore {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#pageBisnowEvents #events .in .eventsList {
    overflow: hidden;
}
#pageBisnowEvents #events .in .eventsList .wrapInner {
    margin: 0;
}
#pageBisnowEvents #events .in .eventsList .wrapInner .eventItem {
    margin: 30px 0 0;
}
#pageBisnowEvents #events .in .eventsList .wrapInner .eventItem .itemInner {
    position: relative;
}
#pageBisnowEvents #events .in .eventsList .wrapInner .eventItem .itemInner a.event-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 2;
    background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
#pageBisnowEvents #events .in .eventsList .wrapInner .eventItem .itemInner .btn a {
    color: white;
    border: 1px solid white;
    position: relative;
    z-index: 3;
}
#pageBisnowEvents #events .raw-space {
    padding: 30px;
    background: #fff;
    text-align: left;
    margin-top: 30px
}
#pageBisnowEvents #events .raw-space .title {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}
#pageBisnowEvents #events .raw-space .row.rawSpaceBackground > div {
    padding-right: 20px;
}

@media (max-width: 768px) {
    #pageBisnowEvents #events .raw-space .row.rawSpaceBackground > div {
        padding: 0 0 20px;
    }
    #pageBisnowEvents #events .raw-space .row.rawSpaceBackground > div img {
        width: 100%;
        height: auto;
    }
}

#pageBisnowEvents #events .raw-space p {
    padding-bottom: 10px;
}
#pageBisnowEvents #events .raw-space .row.logos {
    border-top: 2px solid #d0d0d0;
    margin-top: 25px;
    padding-top: 25px;
}
#pageBisnowEvents .shop-page .product .add-to-calendar {
    vertical-align: middle;
    color: #4f4f4f;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    background-image: url(https://cdn.bisnow.net/assets/website/eventsIconCalendar.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    font-weight: bolder;
    display: inline-block;
    min-height: 24px;
}
#pageBisnowEvents .shop-page .product #itemCheckout .quantity {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#pageBisnowEvents .shop-page .product #itemCheckout .arrow {
    display: inline-block;
    border: 2px solid #F58320;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-position: center center;
    z-index: 2;
    margin: 0 15px;
    position: relative;
}

#pageBisnowEvents.is-not-mobile .shop-page .product #itemCheckout .arrow:hover {
    border-color: #F58320;
    cursor: pointer;
}

/* On mobile, we want :active state to linger for a bit, setup a transition to accomplish that */
#pageBisnowEvents.is-mobile .shop-page .product #itemCheckout .arrow {
    -webkit-transition: 0s 500ms;
    -moz-transition: 0s 500ms;
    -ms-transition: 0s 500ms;
    -o-transition: 0s 500ms;
    transition: 0s 500ms;
}

#pageBisnowEvents.is-mobile .shop-page .product #itemCheckout .arrow:active {
    border-color: #F58320;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#pageBisnowEvents .shop-page .product #itemCheckout .quantity span {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    box-sizing: border-box;
    padding: 4px;
    z-index: 0;
    left: 0;
}

#pageBisnowEvents .shop-page .product #itemCheckout .price {
    text-align: center;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}

#pageBisnowEvents .shop-page .product #itemCheckout .btn.add-to-cart-currency,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.show-cart-v2,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.go-interested-sponsor,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.add-to-cart {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

#pageBisnowEvents .shop-page .product #itemCheckout .btn.registration-questions,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.go-interested-sponsor,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.go-speaking {
    margin-top: 0;
}

#pageBisnowEvents .shop-page .product #itemCheckout .btn.add-to-cart a,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.add-to-cart-currency a,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.registration-questions a,
#pageBisnowEvents.shop-page .product #itemCheckout .btn.go-interested-sponsor a,
#pageBisnowEvents .shop-page .product #itemCheckout .btn.go-speaking a {
    width: 75%;
}

#pageBisnowEvents .shop-page .product #itemCheckout .arrow.arrow-up {
    background-image: url(https://cdn.bisnow.net/fit?height=13&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FarrowUp.jpg&width=13&sign=M0LOFyMBjZWFYJGR_9d7_1eT_oZDYIAVmIxQEFx9Lno);
    background-repeat: no-repeat;
}

#pageBisnowEvents .shop-page .product #itemCheckout .arrow.arrow-down {
    background-image: url(https://cdn.bisnow.net/fit?height=13&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FarrowDown.jpg&width=13&sign=6WFFDhEUGyXPoGq8JOI_BmtSPOqjxCLRbpxQxTVPKYY);
    background-repeat: no-repeat;
}

#pageBisnowEvents .shop-page .product #itemInfo .share {
    text-align: left;
    text-transform: uppercase;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-image: url(https://cdn.bisnow.net/fit?height=33&type=jpeg&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FeventsIconShare.jpg&width=36&sign=lsV8uwY3CUbaZfdfIiNtOSmHm-KKtVBQUP_KXfD4RCk);
    background-repeat: no-repeat;
    background-position: top left;
    background-position: left 15px;
    min-height: 50px;
    margin-top: 15px;
}

#pageBisnowEvents .shop-page .product #itemInfo .share div {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
}

#pageBisnowEvents .shop-page .product address {
    color: #4f4f4f;
    background-image: url(https://cdn.bisnow.net/assets/website/eventsIconLocation.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 45px;
}

#pageBisnowEvents .shop-page .product a:hover {
    text-decoration: none;
}

#pageBisnowEvents .shop-page .product address strong {
    font-size: 28px;
    line-height: 28px;
    color: #4f4f4f;
}

#pageBisnowEvents .shop-page .product address a {
    color: #4f4f4f;
}

#pageBisnowEvents .shop-page iframe {
    width: 95%;
    height: 150px;
    border: 1px solid #b2b2b2;
    display: inline-block;
}

/* WEBINAR REDESIGN */
#subheaderWebinars {
    width:100%;
    min-height: 275px;
    background-color:black;
    float:left;
    background-image: url("https://cdn.bisnow.net/assets/website/events/header-events.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

#subheaderWebinars.webinar {
  background-image: url("https://cdn.bisnow.net/assets/website/webinars/header_webinar.jpg");
}

#subheaderWebinars #subheaderWebinarsHeader {
    max-width: 1080px;
    margin: 0 auto;
}
#subheaderWebinars #subheaderWebinarsHeader.events {
    color: #f08321;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 50px;
}


#subheaderWebinars #subheaderWebinarsHeader h1 {
    margin:60px auto 40px auto;
    width:100%;
    text-align:center;
}

#subheaderWebinars #subheaderWebinarsHeader h1 img {
    max-width: 600px;
    height: auto;
}

@media (max-width: 980px) {
    #subheaderWebinars #subheaderWebinarsHeader h1 img {
        width: 475px;
    }
}

@media (max-width: 768px) {
    #subheaderWebinars #subheaderWebinarsHeader h1 img {
        max-width: 80%;
    }
}

#subheaderWebinars #subheaderWebinarsForm {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    color:white;
}

#subheaderWebinars #subheaderWebinarsForm #cityDropdown,
#subheaderWebinars #subheaderWebinarsForm #topicDropdown {
    flex: 1 1 0px;
    margin-right: 10px;
}

#subheaderWebinars #subheaderWebinarsForm #cityDropdown select,
#subheaderWebinars #subheaderWebinarsForm #topicDropdown select {
    font-size: 18px;
}

#subheaderWebinars #subheaderWebinarsForm #topicDropdown {
}

#subheaderWebinars #subheaderWebinarsForm #orDivider{
    text-align:center;
    padding: 0px 20px;
    margin-right: 10px;
    flex: 0 0 0px;
}

#subheaderWebinars #subheaderWebinarsForm #orDivider .divider{
    display:block;
    font-size:25px;
    line-height:50px;
    height: 50px;
}

#subheaderWebinars #subheaderWebinarsForm #webinarsButton{
    flex: 1 1 0px;
    margin-right: 10px;
}

#subheaderWebinars #subheaderWebinarsForm #webinarsButton.pastEventsBtn a{
  font-size: 18px;
  padding: 7px 5px;
}

@media only screen and (max-width: 880px) {
  #subheaderWebinars #subheaderWebinarsForm #webinarsButton.pastEventsBtn a{
    font-size: 15px;
  }
}

#subheaderWebinars #subheaderWebinarsForm #webinarsButton .btn,
#subheaderWebinars #subheaderWebinarsForm #playbooksButton .btn {
  width: 100%;
}

#subheaderWebinars #subheaderWebinarsForm #playbooksButton{
    flex: 1 1 0px;
}

#subheaderWebinars #subheaderWebinarsForm select{
    width:100%
}

#subheaderWebinars #subheaderWebinarsForm a{
    height:36px;
    line-height:36px;
    background-color: #666;
    display: block;
    font-size:20px;
}

#subheaderWebinars #subheaderWebinarsForm a:hover{
    background-color: #999;
    color:white;
}

@media only screen and (max-width: 768px) {
    #subheaderWebinars #subheaderWebinarsForm #cityDropdown,
    #subheaderWebinars #subheaderWebinarsForm #topicDropdown,
    #subheaderWebinars #subheaderWebinarsForm #orDivider,
    #subheaderWebinars #subheaderWebinarsForm #webinarsButton,
    #subheaderWebinars #subheaderWebinarsForm #playbooksButton
    {
        width:100%;
        margin: 0;;
        margin-bottom:10px;
        padding:0px 10px;
        flex: 0 1 auto;
    }

    #subheaderWebinars #subheaderWebinarsHeader {
        padding:0px 10px;
    }

    #subheaderWebinars #subheaderWebinarsHeader h1 {
        font-size: 40px;
        line-height: 40px;
        margin:30px auto 20px auto;
    }

    #subheaderWebinars #subheaderWebinarsForm #webinarsButton,
    #subheaderWebinars #subheaderWebinarsForm #playbooksButton {
        margin: 0 0 20px;
    }

    #subheaderWebinars #subheaderWebinarsForm #orDivider .divider{
        display:block;
        font-size:18px;
        line-height:25px;
        height: 25px;
    }

    #subheaderWebinars #subheaderWebinarsForm #webinarsButton span,
    #subheaderWebinars #subheaderWebinarsForm #playbooksButton span {
        display:block;
        width:100%
    }

    #subheaderWebinars #subheaderWebinarsForm #webinarsButton a,
    #subheaderWebinars #subheaderWebinarsForm #webinarsButton.pastEventsBtn a,
    #subheaderWebinars #subheaderWebinarsForm #playbooksButton a {
        padding:7px 0px;
        font-size: 20px;
    }
}

@media (max-width: 499px) {
    #subheaderWebinars {
        min-height: 0;
    }
    #subheaderWebinars #subheaderWebinarsHeader h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #subheaderWebinars #subheaderWebinarsForm select {
        height: 40px;
        line-height: 35px;
    }
    #subheaderWebinars #subheaderWebinarsForm w#webinarsButton {

    }
    #subheaderWebinars #subheaderWebinarsForm #webinarsButton a,
    #subheaderWebinars #subheaderWebinarsForm #webinarsButton.pastEventsBtn a,
    #subheaderWebinars #subheaderWebinarsForm #playbooksButton a {
        padding: 0;
        font-size: 18px;
    }
}

#pageBisnowEvents section#webinars{
    background-color: #eeefef;
}

#pageBisnowEvents .webinarsList {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    max-width:1080px;
    margin:0px auto;
    justify-content: space-between;
    padding: 50px 0 30px 0;
}

#pageBisnowEvents .webinarsList::after {
  content: "";
  display: block;
  flex: 0 0 32%;
}

@media (max-width: 980px) {
    #pageBisnowEvents .webinarsList {
        padding-top: 0;
    }
}

#pageBisnowEvents .webinarsList .webinarItem {
    width:32%;
    min-height: 300px;
    background-color:white;
    margin-bottom:20px;
    position: relative;
    border: 1px solid #ebedeb;
}

#pageBisnowEvents .webinarsList .webinarItem .webinar-cover {
    display: block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:2;
}

#pageBisnowEvents .webinarsList .webinarImage {
    width:100%;
    height:200px;
    position:relative;
}

#pageBisnowEvents .webinarsList .webinarImage .webinarImageClassification {
    display:block;
    position: absolute;
    top: 0;
    right: 0;
    padding:2px;
    width: fit-content;
}

#pageBisnowEvents .webinarsList .eventTypeBadge {
  position: absolute;
  top: 0;
  left: 0;
    right: auto;
  background: #6f6f6f;
  display: block;
  width: fit-content;
  padding: 2px 9px;
}

#pageBisnowEvents .webinarsList .eventTypeBadge.webinar {
  background: #37708c;
}
#pageBisnowEvents .webinarsList .eventTypeBadge.in-person {
  background: #4b8c37;
}
#pageBisnowEvents .webinarsList .eventTypeBadge.digital-summit {
  background: #8c5f37;
}

#pageBisnowEvents .webinarsList .webinarItemBody {
    width:100%;
    padding-top: 25px;
}

#pageBisnowEvents .webinarsList .webinarDate,
.webinarsList .webinarTitle {
    padding: 0 25px;
    margin: 0 auto;
    font-size: 18px;
    line-height:22px;
}

#pageBisnowEvents .webinarsList .webinarDate {
    padding-bottom: 10px;
    color:  #666666;
    font-size:16px;
}
@media (max-width: 980px) {
    #pageBisnowEvents .webinarsList .webinarDate,
    .webinarsList .webinarTitle {
        padding: 0 20px;
    }
    #pageBisnowEvents .webinarsList .webinarDate {
        padding-top: 20px;
    }
}
#pageBisnowEvents .webinarsList .webinarTitle{
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    min-height:120px;
    text-transform: uppercase;
    color:  #2d2d2d;
}

#pageBisnowEvents .webinarsList .webinarRegistrationButton a {
    display: inline-block;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-color: #2d2d2d;
    float:right;
    position:relative;
    z-index:3;
}

#pageBisnowEvents .webinarsList .webinarRegistrationButton a:hover{
    background-color: #f5831f;
}

@media only screen and (max-width: 980px) {
    #pageBisnowEvents .webinarsList .webinarItem {
        margin: 15px 15px 0;
        min-height: 300px;
        width: 100%;
    }
    #pageBisnowEvents .webinarsList .webinarTitle {
        min-height: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    #pageBisnowEvents .webinarsList .webinarItem {
        margin: 15px 0 0;
        min-height: auto;
        width: 100%;
    }
    #pageBisnowEvents .webinarsList .webinarImage {
        height: 125px;
    }
    #pageBisnowEvents .webinarsList .webinarTitle h2 {
        font-size: 24px;
        line-height: 24px;
    }
}

#pageBisnowEvents .webinarsList .webinarItem .webinarImageTriangle {
    display:block;
    position:absolute;
    bottom:0;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 980px) {
    #pageBisnowEvents .webinarsList .webinarItem .webinarImageTriangle {
        left: 20px;
    }
}
@media (max-width: 499px) {
    #pageBisnowEvents .webinarsList .webinarItem .webinarImageTriangle {
        border-width: 0 12px 12px 12px;
    }
}

#pageBisnowEvents .noWebinars {
    max-width: 1080px;
    margin:0 auto;
    text-align: center;
    padding: 60px 10px;
}

section#webinars .loadMore {
    margin-top: 0;
    margin-bottom: 20px;
}
section#webinars .loadMore a:hover {
    background-color: #f5831f;
}

section#webinars .loadMore span {
    padding-left: 0;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}

section#webinars .loadMore.disable a,
section#webinars .loadMore.disable a:hover {
  background-color: #d4d4d4;
  cursor: initial;
  color: #afafaf;
}

#sponsorBar {
    background-color: #F58320;
    color: white;
    width: 100%;
    padding: 15px 0;
}

#sponsorBar h3 {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height:30px;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 980px) {
    #sponsorBar h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

#sponsorBar a,
#sponsorBar a:hover{
    color: white;
    text-decoration:none;
}

@media (max-width: 768px) {
    #sponsorBar h3 {
        font-size: 24px;
        line-height: 24px;
    }
    #sponsorBar #contactLink {
        padding: 0;
        display: block;
    }
}
@media (max-width: 479px) {
    #sponsorBar h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

#sponsorBar #contactLink {
    display: inline-block;
    padding-left: 15px;
    word-break: keep-all;
}

#pageBisnowEvents .webinarsList .sponsorBox {
    background-color: #f5831f;
    color:white;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
}

#pageBisnowEvents .webinarsList .sponsorBox a,
#pageBisnowEvents .webinarsList .sponsorBox a:hover {
    color:white;
    text-decoration:none
}

#pageBisnowEvents .webinarsList .sponsorBox .text {
    font-size: 50px;
    line-height: 50px;
    padding:70px 40px 50px 40px
}

#pageBisnowEvents .webinarsList .sponsorBox .email {
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 479px) {
    #pageBisnowEvents .webinarsList .sponsorBox {
        padding-bottom: 25px;
    }
    #pageBisnowEvents .webinarsList .sponsorBox .text {
        font-size: 32px;
        line-height: 32px;
        padding: 25px;
    }
    #pageBisnowEvents .webinarsList .sponsorBox .email {
        font-size: 24px;
        line-height: 24px;
    }
}

/* WEBINAR PAST DETAILS PAGE */
section#webinarDetails .webinarItem {
    background-color: #2d2d2d;
    width:100%;
    padding: 60px 0 30px;
}
section.pastWebinars#webinarDetails .webinarItem {
    padding-top: 30px;
}

section#webinarDetails #webinarHeader {
    max-width:1080px;
    color: white;
    margin: 0 auto;
}

section#webinarDetails #webinarHeader .row {
    display: flex;
    align-items: center;
}

section#webinarDetails #webinarHeader h1,
section#webinarDetails #webinarHeader h2 {
    padding-bottom: 15px;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size:40px;
    line-height:40px;
    text-transform: uppercase;
}

section#webinarDetails #webinarHeader h3 {
    padding-bottom: 15px;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size:30px;
    line-height:30px;
    text-transform: uppercase;
}

section#webinarDetails #webinarHeader p,
section#webinarDetails #webinarHeader .date {
    font-size:25px;
    line-height:25px;
    margin-bottom: 10px;
}
section#webinarDetails #webinarHeader .date-to {
    margin: 5px 0;
    font-size: 18px;
    line-height: 18px;
}
section#webinarDetails #webinarHeader .btn a {
    padding: 16px;
    font-size: 28px;
}

@media (max-width: 1120px) {
    section#webinarDetails #webinarHeader {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 100%;
    }
}
@media (max-width: 776px) {
    section#webinarDetails #webinarHeader .row {
        display: block;
    }
    section#webinarDetails #webinarHeader .row .text-right {
        text-align: center;
    }
    section#webinarDetails #webinarHeader .btn {
        margin-top: 3px;
    }
    section#webinarDetails #webinarHeader .btn a {
        padding: 7px 15px;
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    section#webinarDetails #webinarHeader h2 {
        font-size: 32px;
        line-height: 32px;
    }

    section#webinarDetails #webinarHeader h3 {
        font-size: 22px;
        line-height: 22px;
    }
    section#webinarDetails #webinarHeader p,
    section#webinarDetails #webinarHeader .date {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    section#webinarDetails #webinarHeader .date-to {
        margin: 5px 0;
        font-size: 12px;
        line-height: 12px;
    }
    section#webinarDetails #webinarHeader .btn {
        margin-top: 4px;
        display: block;
    }
    section#webinarDetails #webinarHeader .btn a {
        display: block;
    }
}
section#webinarDetails #buyNowWrapper {
    z-index:10;
}

section#webinarDetails #buyNowWrapper .in {
    width:100%;
    max-width:1080px;
    margin:0 auto;
}

section#webinarDetails #webinarVideoPlayback {
    max-width:1080px;
    text-align:center;
    margin: 50px auto;
}

section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending,
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin {
    background-color: #eee;
    max-width: 1040px;
    padding: 50px 20px;
}

section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending h3,
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin h3 {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending p,
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin p {
    color: #666;
    font-size: 16px;
    padding: 0 15%;
}
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin .btn {
    margin-top: 15px;
}

@media (max-width: 1120px) {
    section#webinarDetails #webinarVideoPlayback {
        max-width: 100%;
        margin: 20px;
    }
}
@media (max-width: 980px) {
    section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending p {
        padding: 0 20px;
    }
}
section#webinarDetails #webinarIframeWrap iframe {
    width: 100%;
    height: 550px;
    border: 0;
}

section#webinarDetails .eventDetailBlock {
    max-width:1080px;
    margin:0px auto;
    border-bottom:5px solid #eef0ef;
    padding: 50px 0px;
}

section#webinarDetails .eventDetailBlock ul,
section#webinarDetails .eventDetailBlock ol {
    padding-left: 30px;
}
section#webinarDetails .eventDetailBlock ul li,
section#webinarDetails .eventDetailBlock ol li {
    padding-top: 2px;
    padding-bottom: 2px;
}

section#webinarDetails .eventDetailBlock#rawSpace .rawSpaceBackground > div:first-child {
    padding-right: 15px;
}

section#webinarDetails .eventDetailBlock#rawSpace .rawSpaceBackground > div:last-child {
    padding-left: 15px;
}

section#webinarDetails .eventDetailBlock#rawSpace .rawSpaceBackground h3 {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    section#webinarDetails .eventDetailBlock#rawSpace .rawSpaceBackground > div:first-child,
    section#webinarDetails .eventDetailBlock#rawSpace .rawSpaceBackground > div:last-child {
        padding: 0 !important;
    }
}

section#webinarDetails .eventDetailBlock#rawSpace .rawSpaceBackground p {
    margin-bottom: 10px;
}

section#webinarDetails .eventDetailBlock#webinarWhyThisMatters {
    border-top: 5px solid #eef0ef;
    border-bottom: 0;
    margin-bottom: 35px;
}

@media (max-width: 1120px) {
    section#webinarDetails .eventDetailBlock {
        margin: 0 20px;
        max-width: 100%;
        padding:20px 0px;
    }
}

section#webinarDetails .eventDetailBlockFirst {
    padding-top: 0;
}

@media (max-width: 1120px) {
    section#webinarDetails #webinarHeader {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    section#webinarDetails #webinarHeader h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

section#webinarDetails #webinarAttendees {
  text-align: center;
}

section#webinarDetails #webinarAttendees .attendee-btn {
  width: unset;
  color: #fff;
  background-color: #F58320;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  padding: 20px 10px;
  font-size: 26px;
  text-transform: uppercase;
  transition: .5s all ease-in-out;
}

section#webinarDetails #webinarAttendees .attendee-btn:hover {
  text-decoration: none;
  color: black;
  background: #999999;
}

section#webinarDetails #webinarVideoPlayback {
    max-width:1080px;
    text-align:center;
    margin: 50px auto;
}

section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin {
    display: none;
}
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending,
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin {
    background-color: #eee;
    max-width: 1040px;
    padding: 50px 20px;
}

section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending h3,
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin h3 {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending p,
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin p {
    color: #666;
    font-size: 16px;
    padding: 0 15%;
}
section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackLogin .btn {
    margin-top: 15px;
}

@media (max-width: 1120px) {
    section#webinarDetails #webinarVideoPlayback {
        max-width: 100%;
        margin: 20px;
    }
}
@media (max-width: 980px) {
    section#webinarDetails #webinarVideoPlayback.webinarVideoPlaybackPending p {
        padding: 0 20px;
    }
}
section#webinarDetails #webinarIframeWrap iframe {
    width: 100%;
    height: 550px;
    border: 0;
}

section#webinarDetails .eventDetailBlock h2 {
    color:#f58320;
    font-size: 40px;
    line-height:40px;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
}

@media (max-width: 479px) {
    section#webinarDetails .eventDetailBlock h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    section#webinarDetails .eventDetailBlock {
      margin: 0 5px;
    }
    section#webinarDetails .eventDetailBlock p,
    section#webinarDetails .eventDetailBlock li {
        font-size: 14px;
        line-height: 18px;
    }
    section#webinarDetails #webinarSpeakers .webinarSpeakers .webinarSpeaker {
        padding-right: 0;
        padding-top: 20px;
        min-height: auto;
    }
}

section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerImage {
    width: 20%;
    margin-right: 5%;
    float:left
}

section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent h3 {
    font-size: 25px;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom:5px;
}

section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent h4 {
    margin-bottom:10px;
    color:#7d7d7d;
}

section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent p {
    margin-bottom: 10px;
}

section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent a {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:20px;
}

section#webinarDetails #webinarSpeakers .eventPanel h3.panelTitle{
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}

section#webinarDetails #webinarSpeakers .eventPanel h4.panelSubtitle{
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #7d7d7d;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
    section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent h3 {
        font-size: 22px;
        line-height: 18px;
    }
    section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    section#webinarDetails #webinarSpeakers .webinarSpeaker .webinarSpeakerContent p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    section#webinarDetails #webinarSponsors {
        text-align: center;
    }
    section#webinarDetails #webinarSponsors .sponsor {
        width: 100%;
        float: none;
        min-width: auto;
    }
}

section#webinarDetails #webinarSummary {
    border-bottom: none;
}

section#webinarDetails #webinarSummary p {
    margin-bottom: 10px;
}

section#webinarDetails #webinarSummary ol,
section#webinarDetails #webinarSummary ul {
    padding-left: 25px;
}

section#webinarDetails #webinarSummary li {
    margin-bottom: 7px;
}

section#webinarDetails #webinarSummary .webinarSummaryText {
    margin-bottom: 20px;
    padding-left: 20px;
}

section#webinarDetails #escapeAscentInfo .row > div{
  padding: 5px 15px;
}

section#webinarDetails #escapeAscentInfo h2{
    text-align:center
}

section#webinarDetails #escapeAscentInfo p{
    margin-bottom: 5px;
}

section#webinarDetails #escapeAscentInfo strong{
    font-weight:bold;
    font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

section#webinarDetails #escapeAscentInfo ul li{
    list-style-type: disc;
    margin-left:30px;
}

section#webinarDetails #escapeAscentInfo span.btn{
    text-align:center;
    width:100%;
    display:block;
    margin:20px 0px
}
/* WEBINAR DETAILS PAGE */

/* EVENT PAGES */
.eventDetailBlock p strong{
  font-family: 'Trade Gothic LT Std', Arial, Helvetica, sans-serif;
}

.eventDetailBlock ul,
.eventDetailBlock ol {
  padding-left: 20px;
}

.eventDetailBlock p,
.eventDetailBlock li {
  font-size: 16px;
}

@media (max-width: 768px) {
  .eventDetailBlock p b{
    font-size: 18px;
  }

  .eventDetailBlock p,
  .eventDetailBlock li {
    font-size: 14px;
  }
}

/* THANK YOU  DIV BOX */
#post-registration  H2 {
    margin-bottom: 5px;
    color: black;
    text-align: left;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}

#post-registration p {
    margin-bottom:10px;
}

#post-registration #post-registration-header {
    margin-bottom:0;
}

#post-registration h3 {
    font-size:25px;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}

#post-registration #add-to-cal-links .add-calendar-title, #calendar-links .add-calendar-title {
    font-size: 12px;
    color: #666;
}

@media (max-width: 999px) {
    #post-registration #add-to-cal-links, #calendar-links
    {
        text-align: left !important;
    }
    #post-registration #add-to-cal-links .add-calendar-title, #calendar-links .add-calendar-title {
        display: block;
    }
}

#post-registration #add-to-cal-links a
{
    display: inline-block;
    background-color: #2196F3;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 5px;
    margin-bottom:10px;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    min-width: 225px;
    text-align: center;
}

#calendar-links a
{
    display: inline-block;
    background-color: #2196F3;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 5px;
    margin-bottom:10px;
    line-height: 24px;
    color: #ffffff;
    min-width: 225px;
    text-align: center;
}

#post-registration #add-to-cal-links a img, #calendar-links a img {
  height: 20px;
  vertical-align: text-top;
  margin-right: 5px;
}

@media (max-width: 768px) {
    #post-registration #add-to-cal-links a, #calendar-links a {
        display: block;
        margin-bottom: 5px;
        padding: 10px 0;
        width: 100%;
    }
}
#post-registration #add-to-cal-links a:hover, #calendar-links a:hover {
    background-color: #cccccc;
}

#post-registration #date-time .dateDisplay {
    display:block;
    background-image: url("https://cdn.bisnow.net/assets/website/clock.svg");
    background-repeat:no-repeat;
    background-size: 15px 15px;
    background-position-y: center;
    width:100%;
    height: 15px;
    padding: 5px 0px 5px 20px;
    line-height: 15px;
    font-weight: bold;
}
@media (max-width: 450px) {
    #post-registration #date-time .dateDisplay {
        font-size: 12px;
    }
}

#post-registration #webinar-link, #post-registration #event-link {
    background-color: #ffffff;
    border-left: 10px solid #f58320;
    padding:20px;
    margin-bottom:20px;
    word-wrap: break-word;
}

#post-registration #webinar-link p#copy-link-button, #post-registration #event-link p#copy-link-button{
  margin: 20px 0 0;
}

#post-registration #webinar-link p#copy-link-button a, #post-registration #event-link p#copy-link-button a {
    display:inline-block;
    color:white;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-align:center;
    background-color: #adadad;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
}

#post-registration #webinar-link p#copy-link-button #copied-text, #post-registration #event-link p#copy-link-button #copied-text {
  color: #0ABD2D;
  font-size: 12px;
  font-style: italic;
}

/* THANK YOU  DIV BOX */

/* WEBINAR UPCOMING DETAILS PAGE */
section#webinarDetails.upcomingWebinars #sponsorBar {
    background-color: #555555;
}

section#webinarDetails.upcomingWebinars #webinarHeader {
    text-align:center;
    z-index: 2;
    position: relative;
}

@media (min-width: 1000px) {
    section#webinarDetails.upcomingWebinars #webinarHeader h1,
    section#webinarDetails.upcomingWebinars #webinarHeader h2 {
        font-size:60px;
        line-height:60px;
    }
}

section#webinarDetails.upcomingWebinars #webinarHeader p {
    margin-bottom: 30px;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons {
    text-align: center;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarNotices p {
    font-size:14px;
    margin-top:15px;
    text-align: center;
    line-height: 14px;
    color: #acacac;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span {
    display: inline-block;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#register-button,
section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#attendee-list-button,
section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#speaking-button {
    margin-right:10px;
}

@media (max-width: 594px) {
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span {
        display: block;
    }
}

@media (max-width: 999px) {
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#register-button,
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#attendee-list-button,
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#speaking-button {
        margin-right: 0;
    }
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#register-button a,
section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#attendee-list-button a,
section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#speaking-button a {
    width:100%;
    min-width: 250px;
    display:block;
    padding: 15px 0px;
    font-size: 30px;
    margin-bottom:10px
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#register-button a.register-button-webinar.processing {
  opacity: .75;
  text-decoration: none;
  color: black;
  background: #999999;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#register-button a.register-button-webinar.processing:hover {
  cursor: default;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin .ingo_login_widget_social_button_icon {
    display: flex !important;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin {
    display: inline-flex !important;
    line-height: 55px !important;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_text {
    font-size: 30px !important;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_manual_fields {
    display: inline-block !important;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_register_button {
    display: inline-block !important;
    font-size: 30px !important;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin {
    margin-right: 15px !important;
}

@media (max-width: 999px) {
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin .ingo_login_widget_social_button_icon {
        display: none !important;
    }
}

@media (max-width: 768px) {
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons {
        margin-bottom: 30px;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#register-button a,
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#attendee-list-button a,
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span#speaking-button a {
        font-size: 24px;
        padding: 10px 0;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span.socialButtons {
        display: none;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_register_button {
        font-size: 24px !important;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_text {
        font-size: 24px !important;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin {
        line-height: 49px !important;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin {
        margin-right: 5px !important;
    }
}

@media (max-width: 594px) {
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin {
        margin-right: 0 !important;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_social_button_linkedin {
        display: block !important;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_manual_fields {
        display: block !important;
    }
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .ingo_login_widget .ingo_login_widget_register_button {
        display: block !important;
    }
}

section#webinarDetails.upcomingWebinars .webinarItem {
    position: relative;
}

section#webinarDetails.upcomingWebinars .webinarItemOpacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
}

section#webinarDetails.upcomingWebinars #webinarSummary {
    border-bottom:5px solid #eef0ef;
}

section#webinarDetails #webinarSponsors .sponsor,
section#webinarDetails #webinarPresentingSponsors .presenting_sponsor {
    float: none;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .socialButtons {
  margin: 15px 0;
}

section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .socialButtons img {
    width:50px;
    height:50px;
    border:none
}
section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .socialButtons a {
    text-decoration:none;
    margin-bottom:10px;
}

@media (max-width: 999px) {
    section#webinarDetails.upcomingWebinars #upcomingWebinarButtons .buttons span {
        float:none;
    }
}

@media (max-width: 560px) {
  #upcomingWebinarButtons .registerDesktopBtn {
      display: none !important;
  }
}

@media (min-width: 559px) {
  #upcomingWebinarButtons .registerMobileBtn {
      display: none !important;
  }
}
/* WEBINAR UPCOMING DETAILS PAGE */

/* WEBINAR REDESIGN */

/* END PAGE WEBINAR */


/* page events */
/* PAGE - EVENTS ITEM
-----------------------------*/
#pageEvents.pageEventsItem #events .in {
  padding-top: 48px;
}
#pageEvents.pageEventsItem #events .in {
  padding-top: 120px;
}
#pageEvents.pageEventsItem #events .in .marginTop {
  margin-top: 48px;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner {
  position: relative;
  padding-bottom: 40px;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner h2 {
  padding: 50px 0 0;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner h4 {
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  font-size: 40px;
	line-height: 45px;
  padding: 10px 20px 15px;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place {
  padding-bottom: 15px;
  padding-top: 30px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	text-align: center;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div {
  font-size: 46px;
  line-height: 50px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 28px;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.left {
  text-align: right;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.right {
  text-align: left;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.middle {
  display: inline-block;
  font-size: 28px;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place span {
  font-size: 28px;
  line-height: 32px;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn {
  float: none;
  margin: 0 6px;
  display: inline-block;
  width: auto;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn a {
  width: 255px;
  padding: 0 18px;
  font-size: 36px;
  border: 1px solid white;
	margin: 0 auto;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .price {
  position: absolute;
  right: 17px;
  bottom: 12px;
  font-size: 110px;
  line-height: 100px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEvents.pageEventsItem #events .in .eventItem .itemInner .price span {
  font-size: 72px;
  vertical-align: middle;
}

#pageEvents.pageEventsItem #events .in .block {
  margin-top: 30px !important;
  padding: 40px;
  background: white;
}
@media (max-width: 479px) {
    #pageEvents.pageEventsItem #events .in .block {
        margin-top: 10px !important;
    }
}
#pageEvents.pageEventsItem #events .in .block.block_topics ol {
    padding-left: 30px;
}

#pageEvents.pageEventsItem #events .in .block.share {
	padding-bottom: 40px;
}
#pageEvents.pageEventsItem #events .in .block.noSidePadding {
  padding-left: 0;
  padding-right: 0;
}
#pageEvents.pageEventsItem #events .in .block h2 {
  font-size: 48px;
  line-height: 48px;
  color: #ff4f4f;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEvents.pageEventsItem #events .in .block h2.agenda {
    background-repeat: no-repeat;
    padding-top: 25px;
}
#pageEvents.pageEventsItem #events .in .block h2.location {
    background-repeat: no-repeat;
    margin-top: 45px;
}
#pageEvents.pageEventsItem #events .in .block .notice {
	font-size: 12px;
	line-height: 13px;
	font-weight: lighter;
	display: block;
	padding-top: 10px;
    color: #666;
}
#pageEvents.pageEventsItem #events .in .block.purchase-tickets .notice {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
    color: #666;
}
#pageEvents.pageEventsItem #events .in .block.eventNotice {
	color: #ffffff;
	text-align: center;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
  background-color: rgba(0,0,0,.5);
  border: 2px solid #000;
}
#pageEvents.pageEventsItem #events .in .block .presenting_sponsor {
	background:#fff;
	text-align:center;
}
#pageEvents.pageEventsItem #events .in .block .presenting_sponsor img {
  margin: 5px 10px 0;
  width: 350px;
}
#pageEvents.pageEventsItem #events .in .block.share .addthis_responsive_sharing {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#pageEvents.pageEventsItem #events .in .block .speakers_to_come {
  background-color: #aaaaaa;
  color: #FFF;
  font-size: 20px;
  line-height: auto;
  font-family: trade_gothic_regular, Arial, Helvetica, sans-serif;
  display: block;
  margin: 60px auto 0;
  max-width: 320px;
  padding: 5px 20px;
  text-align: center;
}
#pageEvents.pageEventsItem #events .in .block.tickets1 {
  text-align: center;
  padding: 20px;
}
#pageEvents.pageEventsItem #events .in .block.tickets1 span {
  display: inline-block;
  vertical-align: middle;
}

#pageEvents.pageEventsItem #events .in .block.tickets1 .arrow.orange {
  background-position: center center;
  width: 240px;
  height: 50px;
  background-repeat: no-repeat;
}
#pageEvents.pageEventsItem #events .in .block.tickets1 .btn {
  width: 33%;
}
#pageEvents.pageEventsItem #events .in .block.tickets1 .btn a {
  font-size: 45px;
	line-height: 45px;
}
#pageEvents.pageEventsItem #events .in .block.tickets1 .btn a.sponsor {
  font-size: 32px;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 {
  padding: 40px;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .price {
  display: inline-block;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 150px;
  line-height: 150px;
  vertical-align: text-top;
  width: 33%;
  text-align: center;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .price span span {
  font-size: 75px;
  vertical-align: text-top;
  line-height: 75px;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .col {
  display: inline-block;
  vertical-align: text-top;
  padding-top: 20px;
  margin-left: -5px;
  width: 33%;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .arrow.orange {
  background-position: center center;
  width: 240px;
  height: 50px;
  background-repeat: no-repeat;
  padding: 0 40px;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .btn {
  width: auto;
  margin: 0 auto 5px;
  display: block;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .btn span {
  width: auto;
  display: block;
}

#pageEvents.pageEventsItem #events .in .block.tickets2 .btn a {
  display: block;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .btn .buy {
  font-size: 45px;
	line-height: 45px;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .btn .sponsor {
  font-size: 28px;
  padding: 8px 25px;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 span {
  display: inline-block;
}

#pageEvents.pageEventsItem #events .in .block.tickets2 .addToCalendar {
    vertical-align: middle;
    color: #4f4f4f;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    background-image: url(https://cdn.bisnow.net/assets/website/eventsIconCalendar.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    padding-left: 40px;
    font-size: 30px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bolder;
    display: inline-block;
    min-height: 24px;
}
@media (max-width: 768px) {
    #pageEvents.pageEventsItem #events .in .block.tickets2 .addToCalendar {
        display: block;
        background: none;
        padding: 0;
        font-size: 24px;
        line-height: 23px;
        margin-top: 5px;
    }
}

#pageEvents.pageEventsItem #events .in .block.tickets2 .comments {
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .social {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#pageEvents.pageEventsItem #events .in .block.tickets2 .social .share {
	text-align: center;
	margin: 10px auto 0;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}
#pageEvents.pageEventsItem #events .in .block.notice {
	text-align: center;
	color: #FFF;
	background-color: rgba(0,0,0,.4);
	font-size: 16px;
	margin-top: 30px;
	padding: 30px;
}
#pageEvents.pageEventsItem #events .in .block .eventAgenda {
	margin-top: 15px;
	width: 100%;
}
#pageEvents.pageEventsItem #events .in .block .eventAgenda th {
	color: #fff;
	font-weight: lighter;
	background-color: #999;
	text-align: left;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 20px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEvents.pageEventsItem #events .in .block .eventAgenda td {
	padding: 5px 20px 5px 10px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#pageEvents.pageEventsItem #events .in .block .eventAgenda tr:nth-child(odd) {
	background: #f4f4f4;
}
#pageEvents.pageEventsItem #events .in .block .eventAgenda tr th:first-child,
#pageEvents.pageEventsItem #events .in .block .eventAgenda tr td:first-child {
	width: 20%;
}
#pageEvents.pageEventsItem #events .in .block .eventAgenda .eventAgenda-description {
    font-weight: 100;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #666;
}
#pageEvents.pageEventsItem #events .row.attendees {
	padding-top: 5px;
}
#pageEvents.pageEventsItem #events .in .block .speakers {
  overflow: hidden;
  padding: 0 30px;
  margin-top: 30px;
  color: #333333;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
	text-align: center;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul {
  margin: 0;
  padding: 0;
  list-style: none;
	padding-left: 5px;
	font-size: 0;
}
#pageEvents.pageEventsItem #events .in .block .speakers h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
#pageEvents.pageEventsItem #events .in .block .speakers h4 {
  font-size: 16px;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li {
  width: 24%;
  height: 290px;
  margin: 15px .5% 0 .5%;
  padding: 0;
	padding-top: 15px;
  background: none;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li.keynote {
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul.keynote {
	margin-bottom: 40px;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul.keynote li div.wrapper {
	border: 1px solid #eee;
	background-color: #fefefe;
	padding-top: 20px;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure img {
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 190px;
  border-radius: 100%;
	border: 0;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure a {
  border-radius: 100%;
	border: 6px solid #eeeeee;
	max-width: 178px;
	max-height: 178px;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure a img {
	height: 178px;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure a:hover {
	border-color: #F58320;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure span {
  text-align: center;
  margin: -20px 5px 0;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li figure span i {
  display: inline-block;
  padding: 3px 9px;
  font-size: 16px;
  line-height: 16px;
  color: white;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  background: black;
}
@media (max-width: 479px) {
  #pageEvents.pageEventsItem #events .in .block .speakers ul li figure span {
    margin: -10px -5px 0;
  }
  #pageEvents.pageEventsItem #events .in .block .speakers ul li figure a {
    border-width: 3px;
  }
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li b {
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 27px;
  font-weight: normal;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li div {
  display: block;
  font-style: normal;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li > div {
  padding-left: 5px;
  padding-right: 5px;
}
#pageEvents.pageEventsItem #events .in .block .speakers ul li span {
  display: block;
}
#pageEvents.pageEventsItem #events .in .block .partners {
  overflow: hidden;
  margin-top: 33px;
}
#pageEvents.pageEventsItem #events .in .block .partners ul {
  margin: -48px 0 0;
  padding: 0;
  list-style: none;
	text-align: center;
	padding-left: 5px;
}
#pageEvents.pageEventsItem #events .in .block .partners ul li {
  width: 33.33%;
  margin: 48px 0 0 -5px;
  padding: 0;
  background: none;
	display: inline-block;
}
#pageEvents.pageEventsItem #events .in .block .partners ul li img {
  display: block;
  width: 256px;
  height: 82px;
  margin: 0 auto;
  border: 1px solid #ededed;
}
#pageEvents.pageEventsItem #events .in .block .partners ul li img:hover {
  border: 1px solid #F58320;
}
#pageEvents.pageEventsItem #events .in .block .partners ul li.left img {
  float: left;
}
#pageEvents.pageEventsItem #events .in .block .partners ul li.right img {
  float: right;
}
#pageEvents.pageEventsItem #events .in .block .info {
  overflow: hidden;
  font-size: 16px;
  line-height: auto;
  color: #333333;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#pageEvents.pageEventsItem #events .in .block .info .row .col-md-6 {
    padding-left: 25px;
}
@media (max-width: 768px) {
    #pageEvents.pageEventsItem #events .in .block .info .row .col-md-6 {
        padding-left: 5px;
    }
}
#pageEvents.pageEventsItem #events .in .block .info .row .col-md-6:first-child {
    padding-left: 5px;
}
#pageEvents.pageEventsItem #events .in .block .info .row {
    padding-top: 0;
}
#pageEvents.pageEventsItem #events .in .block .info .col {
  float: left;
  width: 50%;
}
#pageEvents.pageEventsItem #events .in .block .info .col header {
  overflow: hidden;
}
#pageEvents.pageEventsItem #events .in .block .info .col header h2 {
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  color: #ff4f4f;
  text-align: left;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEvents.pageEventsItem #events .in .block h2.topics,
#pageEvents.pageEventsItem #events .in .block .info .col header h2.topics {
  padding: 70px 0 0 25px;
  background: url(https://cdn.bisnow.net/assets/website/eventItemInfoHealineTopics.png) 0 0 no-repeat;
}
#pageEvents.pageEventsItem #events .in .block.block-topics .info .inner > div {
    background: none;
}
@media (max-width: 768px) {
    #pageEvents.pageEventsItem #events .in .block.block-topics .inner,
    #pageEvents.pageEventsItem #events .in .block h2.topics,
    #pageEvents.pageEventsItem #events .in .block .info .col header h2.topics {
        background: none !important;
    }
}
#pageEvents.pageEventsItem #events .in .block .info .col header h2.agenda {
  padding: 47px 0 15px 60px;
  background: url(https://cdn.bisnow.net/assets/website/eventItemInfoHealineAgenda.png) 0 0 no-repeat;
}
#pageEvents.pageEventsItem #events .in .block .info .col header h2.location {
  padding-bottom: 5px;
	padding-top: 55px;
  background-image: url(https://cdn.bisnow.net/assets/website/eventItemInfoHealineLocation.png);
	background-position: left top;
	background-repeat: no-repeat !important;
}
#pageEvents.pageEventsItem #events .in .block .info .col.left .inner {
  padding-right: 15px;
}
#pageEvents.pageEventsItem #events .in .block .info .col.left .agendaItems {
  margin-bottom: 50px;
}
#pageEvents.pageEventsItem #events .in .block .info .col.left .agendaItems p {
  padding-top: 18px;
}
#pageEvents.pageEventsItem #events .in .block .info .col.left .btn {
  margin-top: 30px;
	display: inline-block;
}
#pageEvents.pageEventsItem #events .in .block .info .col.left .btn a {
  background: #ff4f4f;
}
#pageEvents.pageEventsItem #events .in .block .info .col.left .btn a:hover {
  background: #ff1c1c;
}
#pageEvents.pageEventsItem #events .in .block .info .col.right .inner {
  padding-left: 15px;
}
#pageEvents.pageEventsItem #events .in .block .info .col.right ul {
  margin: 0 0 0 18px;
  padding: 0;
}
#pageEvents.pageEventsItem #events .in .block .info .col.right ul li {
  padding: 18px 0 0;
  margin: 0;
  background: none;
}
#pageEvents.pageEventsItem #events .in .block .info p,
#pageEvents.pageEventsItem #events .in .block .info .col.right p {
  padding-top: 18px;
}
#pageEvents.pageEventsItem #events .in .block .whoIsAttending {
  height: 48px;
  text-align: center;
  margin-bottom: -20px;
}
#pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn a {
  font-size: 48px;
  line-height: 48px;
  color: #ff4f4f;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  background: none;
}
#pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn a:hover {
  color: #333333;
}
#pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn .arrRedL.hover {
  background-position: 0 -58px;
}
#pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn .arrRedR.hover {
  background-position: 100% -58px;
}
#pageEvents.pageEventsItem #events .in .col-md-6 .block {
    margin-top: 0 !important;
}
#pageEvents.pageEventsItem #events .in .col-md-6 .block .row {
    padding-top: 0;
    overflow: visible;
}
#pageEvents.pageEventsItem #events .in .col-md-6 .block .row .col-md-6 {
    overflow: visible;
}
@media (max-width: 900px) {
    #pageEvents.pageEventsItem #events .in .col-md-6 .block h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 500px) {
    #pageEvents.pageEventsItem #events .in .col-md-6 .block h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

#pageEvents.pageEventsItem #events .in .col-md-6 .block #itemInfo {
    margin-top: 10px;
    margin-bottom: 10px;
}
#pageEvents .shop-page .product .col-md-12#itemCheckout .btn.add-to-cart-currency a,
#pageEvents .shop-page .product .col-md-12#itemCheckout .btn.show-cart-v2 a,
#pageEvents .shop-page .product .col-md-12#itemCheckout .btn.registration-questions a,
#pageEvents .shop-page .product .col-md-12#itemCheckout .btn.go-interested-sponsor a,
#pageEvents .shop-page .product .col-md-12#itemCheckout .btn.go-speaking a {
    display: block;
    width: auto;
}
#pageEvents.pageEventsItem #events .in > .row > div {
    padding-right: 0;
}
#pageEvents.pageEventsItem #events .in > .row > div:first-child {
    padding-left: 0;
    padding-right: 5px;
}
@media (max-width: 768px) {
    #pageEvents.pageEventsItem #events .in > .row > div,
    #pageEvents.pageEventsItem #events .in > .row > div:first-child {
        padding-right: 0;
        padding-left: 0;
    }
}
#pageEvents.pageEventsItem #events .in .col-md-6 .block
#pageEvents.pageEventsItem .preview {
	position: relative;
	z-index: 1;
}
#pageEvents.pageEventsItem .preview .in {
	display: block;
	position: relative;
	margin: 0;
	padding: 20px;
	background-color: #999;
}
#pageEvents.pageEventsItem .preview .in .itemInner {
	width: 100%;
	max-width: 1080px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

#pageEvents.pageEventsItem .membershipProgram {
	background: #414FB5;
}
#pageEvents.pageEventsItem .membershipProgram p {
	font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
	font-size: 50px;
	padding: 20px 0 10px;
	line-height: 50px;
}
#pageEvents.pageEventsItem .membershipProgram span.asterisk {
	font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 50px;
	vertical-align: middle;
}
#pageEvents.pageEventsItem .membershipProgram ul,
#pageEvents.pageEventsItem .membershipProgram ul li {
	list-style: none;
}
#pageEvents.pageEventsItem .membershipProgram ul {
	margin: 5px auto 25px;
	text-align: left;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 350px;
}

#pageEvents .block.block-feedback .btn > input {
  display: block;
  width: 100%;
}
#pageEvents .block.block-feedback p {
  width: 60%;
  text-align: center;
  padding-left: 20%;
  padding-bottom: 20px;
}
#pageEvents .block.block-feedback-thanks {
  display: none;
}
#pageEvents .block.block-feedback-thanks p {
  padding-bottom: 0;
}
#pageEvents .block.block-feedback .stars {
  text-align: center;
  font-size: 0;
}
#pageEvents .block.block-feedback .star-wrapper {
  display: inline-block;
  cursor: pointer;
}
#pageEvents .block.block-feedback .star-wrapper .star-five,
#pageEvents .block.block-feedback .star-wrapper .star-five:before,
#pageEvents .block.block-feedback .star-wrapper .star-five:after {
  border-bottom: 14px solid #ccc;
}
#pageEvents .block.block-feedback .star-wrapper.star-wrapper-hover .star-five,
#pageEvents .block.block-feedback .star-wrapper.star-wrapper-hover .star-five:before,
#pageEvents .block.block-feedback .star-wrapper.star-wrapper-hover .star-five:after,
#pageEvents .block.block-feedback .star-wrapper.star-wrapper-click .star-five,
#pageEvents .block.block-feedback .star-wrapper.star-wrapper-click .star-five:before,
#pageEvents .block.block-feedback .star-wrapper.star-wrapper-click .star-five:after {
  border-bottom-color: #F58320;
}

#pageEvents .block.block-feedback .alert {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

@media (max-width: 600px) {
  #pageEvents .block.block-feedback p {
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: 505px) {
	#pageEvents.pageEventsItem .membershipProgram span.asterisk {
		display: none;
	}
	#pageEvents.pageEventsItem .membershipProgram ul {
		display: block;
		width: auto;
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 16px;
	}
	#pageEvents.pageEventsItem .membershipProgram ul li {
		padding-bottom: 5px;
	}
	#pageEvents.pageEventsItem .membershipProgram p {
		font-size: 35px;
		line-height: 35px;
	}
}

/* page events item */
/* PAGE - EVENT REGISTRATION
---------------------------------*/
#pageEventRegistration #content .container {
	background-color: #fff;
}
#pageEventRegistration .where a {
	background-color: #F58320;
}
#pageEventRegistration .where a:first-child {
	background-color: #333333;
}
#pageEventRegistration .registrant {
	position: absolute;
	left: 35px;
	top: 20px;
	font-size: 18px;
	line-height: 26px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventRegistration .registrant div:first-child {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}
#pageEventRegistration form.form-register-plain label {
	line-height: 50px;
}
@media (max-width: 768px) {
	#pageEventRegistration form.form-register-plain label {
		line-height: 14px;
		font-weight: bold;
	}
}
#pageEventRegistration .row-date {
	margin-top: 40px;
}
#pageEventRegistration .row-date .col-hr {
	z-index: 1;
	position: relative;
}
#pageEventRegistration .row-date .col-hr hr {
	border: 0;
	background: #ddd;
	height: 1px;
}
#pageEventRegistration .row-date .col-title {
	background-color: #fff;
	margin-top: -25px;
	margin-left: 50px;
	z-index: 2;
	padding: 0 12px;
	display: block;
	position: absolute;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageEventRegistration .row-agenda {
	overflow: visible;
}
#pageEventRegistration .row-agenda .col-time {
	font-size: 15px;
	text-align: right;
}
#pageEventRegistration .row-agenda .alert {
	display: block;
	margin-top: 4px;
	padding: 4px 10px;
}
#pageEventRegistration .row-agenda .col-separator {
	overflow: visible;
	position:relative;
}
#pageEventRegistration .row-agenda .col-separator:after {
	content:"";
	position: absolute;
	z-index: 1;
	top: -8px;
	bottom: -8px;
	left: -5%;
	border-left: 1px solid #999999;
}

#pageEventRegistration .row-agenda input[type=radio] {
	vertical-align: middle;
	margin-right: 10px;
}
#pageEventRegistration .row-agenda .location  {
	font-size: 13px;
	margin-top: -4px;
}
#pageEventRegistration .row-agenda .col-elective {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-top: 3px;
	color: #666;
}
#pageEventRegistration .row-agenda .col-elective .location {
	margin-top: 0;
}
#pageEventRegistration .row-agenda .col-elective a {
	color: #222;
}
@media (max-width: 480px) {
	#pageEventRegistration .row-agenda .col-time {
		font-size: 11px;
		color: #999;
		text-align: left;
		padding-bottom: 0;
		line-height: 12px;
		margin-bottom: -2px;
	}
	#pageEventRegistration .row-date .col-title {
		margin-left: 0;
	}
}


/* page event registration */
/* PAGE - MEMBERSHIP
---------------------------------*/
#pageMembership {
  background-color: #ffffff;
}
#pageMembership h2,
#pageMembership .col-price,
#pageMembership .col-savings {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageMembership .bigHeadline h1 {
  color: #F58320;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
}
#pageMembership .block1 .row {
  background: #F58320;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1080px;
}
#pageMembership .block1 h2 {
  padding-bottom: 15px;
  font-size: 36px;
  line-height: 36px;
}
#pageMembership .block1 .row {
  padding-top: 0;
}
#pageMembership .block1 .row > div {
  padding: 40px 160px;
}
#pageMembership .block2 {
  background-color: #f8f9fa;
  margin: 60px auto;
  padding: 50px 60px;
  color: #777777;
  max-width: 1200px;
}
#pageMembership .block2 #page-membership-event-items {
  margin-top: 20px;
}
#pageMembership .block2 h2 {
  color: #F58320;
  font-size: 36px;
  line-height: 36px;
}
#pageMembership .block2 select {
  background-color: #F58320;
  border-color: #F58320;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#pageMembership .block2 .col-event-title {
  font-size: 15px;
  line-height: 16px;
}
#pageMembership .block2 .col-price {
  font-size: 18px;
  line-height: 15px;
}
#pageMembership .block2 .col-savings {
  font-size: 34px;
  line-height: 34px;
  margin-top: 20px;
}
#pageMembership .block3 {
  padding: 20px 15px 90px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#pageMembership .block3 .btn {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
#pageMembership .block3 .btn a {
  display: block;
}
@media (max-width: 1300px) {
  #pageMembership .block2 {
    margin: 60px 20px;
  }
}
@media (max-width: 768px) {
  #pageMembership .block1 .row > div {
    padding-left: 25px;
    padding-right: 25px;
  }
  #pageMembership .block2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  #pageMembership .col-md-offset-2 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #pageMembership .block2 select {
    width: 100%;
  }
  #pageMembership .block1 .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pageMembership .block2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pageMembership .block2 .col-savings {
    font-size: 24px;
  }
  #pageMembership .block3 .btn.big a {
    padding: 0 10px;
    line-height: 40px;
    font-size: 22px;
  }
}

/* page membership */

/* PAGE - CUSTOM CONTENT
---------------------------------*/
#pageCustomContent .block1 {
    max-width: 1080px;
    display: block;
    margin: 0 auto 100px;
    font-size: 16px;
}
#pageCustomContent .link-title {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
/* CUSTOM CONTENT */


/* PAGE - APPLY TO SPEAK
---------------------------------*/
#pageSpeak #applyToSpeak {
  position: relative;
  z-index: 0;
  background: url(https://cdn.bisnow.net/assets/website/speakBg.jpg) 50% 0 fixed no-repeat;
  min-height: calc(100vh - 185px);
}
#pageSpeak #applyToSpeak .halfDarkBg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#pageSpeak #applyToSpeak .in {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
#pageSpeak #applyToSpeak .in h1 {
  font-size: 41px;
  line-height: 46px;
  padding: 37px 0;
  color: white;
  text-align: center;
  font-family: alternate_gothic_3,Arial,Helvetica,sans-serif;
}
#pageSpeak #applyToSpeak .in .contentPage {
  overflow: hidden;
  background: white;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock,
#pageSpeak #applyToSpeak .in .contentPage .submitBtn {
  padding: 0 60px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock {
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid #ececec;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock:first-child {
  margin-top: -1px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .wrapForHeadline {
  overflow: hidden;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock h2,
#pageSpeak #applyToSpeak .in .contentPage .formBlock .headline {
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 33px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup {
  float: right;
  overflow: hidden;
  line-height: 33px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup label {
  position: relative;
  display: inline-block;
  margin-left: 5px;
	vertical-align: middle;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup input {
  margin: 0 3px 0 20px;
  -webkit-appearance:radio;
	display: inline-block;
	vertical-align: middle;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup input:first-child {
	margin: 0 3px 0 1px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup {
  overflow: hidden;
  margin: -5px 0;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup .col {
  float: left;
  width: 33.33%;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock {
  padding: 0 90px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock.speakerInfo {
  display: none;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .headline {
  padding: 30px 0 0;
  margin-bottom: -12px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .inputText {
  margin-top: 30px;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .inputText:first-child {
  margin-top: 0;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .inputText.validationError input {
  color: #000000;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .inputText input {
  color: white;
}
#pageSpeak #applyToSpeak .in .contentPage .formBlock .textarea textarea {
  color: white;
}
#pageSpeak #applyToSpeak .in .contentPage .submitBtn .btn a {
  font-size: 36px;
  line-height: 60px;
  padding: 0 21px;
}
@media (min-width: 768px) {
  #pageSpeak #applyToSpeak {
    min-height: calc(100vh - 408px);
  }
}
/* page apply to speak */
/* PAGE - AD
----------------*/
#pageAd {
  /* SPONSORICONS */
	overflow-x: hidden;
    overflow-y: scroll;
}
#pageAd .topBg {
  position: relative;
  z-index: 0;
  height: 246px;
  margin-bottom: -226px;
}
#pageAd .topBg span {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 169px;
  height: 246px;
  margin-left: 390px;
  background: url(https://cdn.bisnow.net/assets/website/adBg.png) no-repeat;
}
#pageAd .tabs {
  position: relative;
  z-index: 1;
  padding: 15px 0 60px;
}
#pageAd .tabs menu {
  border-bottom: 1px solid #ececec;
}
#pageAd .tabs menu ul {
  width: 750px;
  height: 75px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#pageAd .tabs menu ul li {
  float: left;
  width: 25%;
}
#pageAd .tabs menu ul li a {
  display: block;
  line-height: 20px;
  font-size: 20px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  border: 1px solid #ececec;
  border-left: none;
  border-bottom: none;
  background: #f8f9fa;
	padding: 27px 0;
}
#pageAd .tabs menu ul li a:hover,
#pageAd .tabs menu ul li a.active {
  color: #F58320;
  text-decoration: none;
  background: white;
}
#pageAd .tabs menu ul li:first-child a {
  border-left: 1px solid #ececec;
}
#pageAd .wrapper {
  padding-top: 60px;
	clear: both;
}
#pageAd .wrapper .content {
  display: none;
  position: relative;
  width: 630px;
  margin: 0 auto;
}
#pageAd .wrapper .content img {
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
}
#pageAd .wrapper .content .fileSubmission {
  position: absolute;
  right: -220px;
  top: 30px;
  width: 170px;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageAd .wrapper .content .fileSubmission h4 {
  font-size: 24px;
  line-height: 27px;
  color: #666;
}
#pageAd .wrapper .content .fileSubmission ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pageAd .wrapper .content .fileSubmission ul li {
  font-size: 20px;
  line-height: 22px;
  color: black;
  padding: 9px 0 0 26px;
  margin: 0;
  background: url(https://cdn.bisnow.net/assets/website/adFileSubmissionListMarker.png) 0 13px no-repeat;
}
#pageAd .wrapper .content .fileSubmission ul li span {
  color: #F58320;
}
#pageAd .sponsorIcons {
  padding: 0;
  margin: -115px 0 0;
  list-style: none;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  border: 1px solid #f9bdda;
  border-right: none;
  background: #ea0876;
  opacity: 0.9;
  text-align: center;
}
#pageAd .sponsorIcons li {
  position: relative;
  width: 88px;
}
#pageAd .sponsorIcons li:before {
  content: '';
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#pageAd .sponsorIcons li:hover:before {
  display: block;
}
#pageAd .sponsorIcons li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 0;
}
#pageAd .sponsorIcons li a b {
  display: none;
}
#pageAd .sponsorIcons li a span {
  display: block;
  height: 52px;
}
#pageAd .sponsorIcons li a span i {
  display: block;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}
#pageAd .sponsorIcons li a span i.iconSend {
  width: 32px;
  height: 49px;
  top: 1px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall1.png);
}
#pageAd .sponsorIcons li a span i.iconChat {
  width: 62px;
  height: 46px;
  top: 3px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall2.png);
}
#pageAd .sponsorIcons li a span i.iconCall {
  width: 34px;
  height: 52px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall3.png);
}
/* page ad */
/* PAGE - CREATIVE LABS
--------------------------------*/
#pageLabs .topBg {
  position: relative;
  z-index: 0;
  height: 217px;
  margin-bottom: -205px;
  border-bottom: 1px solid #ececec;
}
#pageLabs .topBg span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 422px;
  height: 217px;
  z-index: -1;
  margin-left: 253px;
  background-image: url(https://cdn.bisnow.net/assets/website/labsBg.png);
  background-repeat: no-repeat;
  max-width: 270px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#pageLabs #labs {
  margin-top: 13px;
}
#pageLabs #labs .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#pageLabs #labs h2 {
  position: absolute;
  left: 30px;
  font-size: 62px;
  line-height: 62px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#pageLabs #labs .easyAs {
  padding: 40px 0 45px;
}
#pageLabs #labs .easyAs .in {
  position: relative;
}
#pageLabs #labs .easyAs .in h2 {
  top: 14px;
  color: #F58320;
}
#pageLabs #labs .easyAs .in ul {
  margin: -60px 0 0 36%;
  padding: 0;
  list-style: none;
}
#pageLabs #labs .easyAs .in ul li {
  position: relative;
  margin-top: 60px;
  min-height: 54px;
  width: 370px;
  padding: 5px 0 1px 210px;
  line-height: 25px;
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageLabs #labs .easyAs .in ul li .lowercase {
  font-size: 20px;
  line-height: 21px;
  text-transform: lowercase;
}
#pageLabs #labs .easyAs .in ul li .num {
  position: absolute;
  left: 0;
  top: 2px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  font-size: 48px;
  color: white;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageLabs #labs .easyAs .in ul li .icon {
  position: absolute;
  left: 84px;
  top: -18px;
  width: 99px;
  height: 97px;
  background-repeat: no-repeat;
  background-image: url(https://cdn.bisnow.net/assets/website/labsEasyAs.png);
}
#pageLabs #labs .easyAs .in ul li.i1 .num {
  background: #f7941d;
}
#pageLabs #labs .easyAs .in ul li.i1 .icon {
  background-position: 0 0;
}
#pageLabs #labs .easyAs .in ul li.i2 .num {
  background: #F58320;
}
#pageLabs #labs .easyAs .in ul li.i2 .icon {
  background-position: -99px 0;
}
#pageLabs #labs .easyAs .in ul li.i3 .num {
  background: #f00;
}
#pageLabs #labs .easyAs .in ul li.i3 .icon {
  background-position: -198px 0;
}
#pageLabs #labs .whySponsoredNews {
  padding: 45px 0;
  background: #ff0000;
}
#pageLabs #labs .whySponsoredNews .in {
  position: relative;
}
#pageLabs #labs .whySponsoredNews .in h2 {
  top: 50%;
  margin-top: -93px;
  color: white;
}
#pageLabs #labs .whySponsoredNews .in h2 span {
  display: block;
}
#pageLabs #labs .whySponsoredNews .in .arrow {
  position: absolute;
  left: 33%;
  top: 50%;
  width: 129px;
  height: 71px;
  margin-top: -36px;
  background: url(https://cdn.bisnow.net/assets/website/labsWhyArrow.png) no-repeat;
}
#pageLabs #labs .whySponsoredNews .in ul {
  margin: -30px 0 0 36%;
  padding: 0;
  list-style: none;
}
#pageLabs #labs .whySponsoredNews .in ul li {
  font-size: 24px;
  line-height: 25px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 2px 0 1px 50px;
  margin: 30px 0 0 160px;
  background: url(https://cdn.bisnow.net/assets/website/labsWhyMarker.png) 0 1px no-repeat;
}
#pageLabs #labs .whatItLooksLike {
  padding: 45px 0 60px;
  background: #333;
}
#pageLabs #labs .whatItLooksLike .in h2 {
  position: static;
  padding-bottom: 38px;
  color: white;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap {
  margin: -18px -9px 0;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .modal {
  margin-right: -14px !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col {
  width: 25%;
  margin-top: 18px;
  cursor: pointer;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner {
  height: 210px;
  margin: 0 9px;
  padding: 30px 0 50px;
  text-align: center;
  background: #292929;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner p {
  font-size: 24px;
  line-height: 26px;
  color: white;
  margin: 0;
  padding: 0;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div {
  width: 156px;
  height: 143px;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  background-image: url(https://cdn.bisnow.net/fit?height=143&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FlabsWhatIcons.png&width=780&sign=ws3IYer5DdyK9R3sKFbCsRCt32NgyWmTCfG710bNExk);
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i1 {
  background-position: 0 0;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i2 {
  background-position: -156px 0;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i3 {
  background-position: -312px 0;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i4 {
  background-position: -468px 0;
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i5 {
  background-image: url(https://cdn.bisnow.net/fit?height=143&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FlabsQuiz.png&width=143&sign=DtAD9kySU7OFDfIFFW08OAtRowLtc5S6qoBbhfKCDwQ);
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i6 {
  background-image: url(https://cdn.bisnow.net/fit?height=143&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FlabsSurvey.png&width=143&sign=VtEI7L1kFjbKNAuzAHbXDh2y1nQIu7FCt1DVrKl9KHo);
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i7 {
  background-image: url(https://cdn.bisnow.net/fit?height=143&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FlabsVideoIntv.png&width=143&sign=7-1gmZ6G5dyxzLYln3OsOcZP03eIzpMpUc8DYMldomI);
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i8 {
  background-image: url(https://cdn.bisnow.net/fit?height=143&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FlabsWhitePages.png&width=143&sign=MTK5DZLn-mWF4819EOCHrFEu0eyKZFHKIA4yNvRTJH4);
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner div.i9 {
  background-image: url(https://cdn.bisnow.net/fit?height=143&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2FlabsCompany.png&width=143&sign=wgSmSqdx8H6_zcNezd98-zcVzj55CC-w4zV2at0ahrg);
}
#pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col:hover .inner {
  background: #444;
  -webkit-transition: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
  transition: ease .25s;
}
#pageLabs .sponsorIcons {
  padding: 0;
  margin: -115px 0 0;
  list-style: none;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  border: 1px solid #f9bdda;
  border-right: none;
  background: #ea0876;
  opacity: 0.9;
}
#pageLabs .sponsorIcons li {
  position: relative;
  width: 88px;
}
#pageLabs .sponsorIcons li:before {
  content: '';
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#pageLabs .sponsorIcons li:hover:before {
  display: block;
}
#pageLabs .sponsorIcons li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 0;
}
#pageLabs .sponsorIcons li a b {
  display: none;
}
#pageLabs .sponsorIcons li a span {
  display: block;
  height: 52px;
}
#pageLabs .sponsorIcons li a span i {
  display: block;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}
#pageLabs .sponsorIcons li a span i.iconSend {
  width: 32px;
  height: 49px;
  top: 1px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall1.png);
}
#pageLabs .sponsorIcons li a span i.iconChat {
  width: 62px;
  height: 46px;
  top: 3px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall2.png);
}
#pageLabs .sponsorIcons li a span i.iconCall {
  width: 34px;
  height: 52px;
  background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconSmall3.png);
}



/* PAGE - MORNING BRIEF
---------------------------------------------------------------*/

#pageAd .morningBrief .in,
#pageMorningBrief #labs .morningBrief .in {
  position: relative;
}
#pageAd .morningBrief .in h2,
#pageMorningBrief #labs .morningBrief .in h2 {
  left: 30px;
  top: 45px;
  width: 220px;
}
#pageAd .morningBrief .in h2 i,
#pageMorningBrief #labs .morningBrief .in h2 i {
  display: block;
  padding-top: 15px;
  font-size: 34px;
  line-height: 32px;
  color: #F58320;
  font-style: normal;
}
#pageAd .morningBrief .in .content,
#pageMorningBrief #labs .morningBrief .in .content {
  padding: 50px 0 220px;
}
#pageAd .morningBrief .in .content .pic,
#pageMorningBrief #labs .morningBrief .in .content .pic {
  position: relative;
  width: 322px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
#pageAd .morningBrief .in .content .pic .bg,
#pageMorningBrief #labs .morningBrief .in .content .pic .bg {
  display: none;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #ccc;
  background: white;
  opacity: 0.9;
}
#pageAd .morningBrief .in .content .pic img,
#pageMorningBrief #labs .morningBrief .in .content .pic img {
  display: block;
  width: 100%;
  height: auto;
}
#pageAd .morningBrief .in .content .pic .star,
#pageMorningBrief #labs .morningBrief .in .content .pic .star {
  display: inline-block;
  width: 11px;
  height: 17px;
  background: url(https://cdn.bisnow.net/assets/website/labsBriefStar.png) no-repeat;
}
#pageAd .in .content .pic .title,
#pageMorningBrief #labs .morningBrief .in .content .pic .title {
  font-size: 24px;
  line-height: 24px;
  color: black;
}
#pageAd .morningBrief .in .content .pic .title .star,
#pageMorningBrief #labs .morningBrief .in .content .pic .title .star {
  position: relative;
  left: 2px;
  top: -12px;
}
#pageAd .morningBrief .in .content .pic p,
#pageMorningBrief #labs .morningBrief .in .content .pic p {
  font-size: 20px;
  line-height: 20px;
  color: #F58320;
  margin: 0;
  padding: 0;
}
#pageAd .morningBrief .in .content .pic p span,
#pageMorningBrief #labs .morningBrief .in .content .pic p span {
  display: block;
}
#pageAd .morningBrief .in .content .pic .text1,
#pageMorningBrief #labs .morningBrief .in .content .pic .text1 {
  position: absolute;
  left: -300px;
  top: 34px;
  width: 132px;
  padding: 0 172px 15px 0;
  background: url(https://cdn.bisnow.net/assets/website/labsBriefArrow1.png) right bottom no-repeat;
}
#pageAd .morningBrief .in .content .pic .text2,
#pageMorningBrief #labs .morningBrief .in .content .pic .text2 {
  position: absolute;
  left: -262px;
  top: 138px;
  width: 190px;
  padding: 0 84px 73px 0;
  background: url(https://cdn.bisnow.net/assets/website/labsBriefArrow2.png) right bottom no-repeat;
}
#pageAd .morningBrief .in .content .pic .text3,
#pageMorningBrief #labs .morningBrief .in .content .pic .text3 {
  position: absolute;
  left: -340px;
  top: 423px;
  padding: 0 158px 16px 0;
  background: url(https://cdn.bisnow.net/assets/website/labsBriefArrow1.png) right bottom no-repeat;
}
#pageAd .morningBrief .in .content .pic .text4,
#pageMorningBrief #labs .morningBrief .in .content .pic .text4 {
  position: absolute;
  left: -216px;
  bottom: 69px;
  width: 165px;
  padding: 122px 55px 0 0;
  background: url(https://cdn.bisnow.net/assets/website/labsBriefArrow4.png) right top no-repeat;
}
#pageAd .morningBrief .in .content .pic .footline,
#pageMorningBrief #labs .morningBrief .in .content .pic .footline {
  position: absolute;
  bottom: -128px;
  width: 410px;
  font-size: 20px;
  line-height: 20px;
  color: #999;
}
#pageAd .morningBrief .in .content .pic .footline .star,
#pageMorningBrief #labs .morningBrief .in .content .pic .footline .star {
  position: absolute;
  left: -18px;
  top: -5px;
}


/* page creative labs */
/* PAGE - PROFILES
--------------------------------*/
#pageProfiles .block1 {
  max-width: 600px;
  margin: 10px 0;
  text-align: left;
}
#pageProfiles .bigHeadline h1 {
  padding: 40px 0 20px;
}
#pageProfiles .block1 .inputText {
  background: transparent;
  border: 0;
	display: inline-block;
	width: 80%;
}
#pageProfiles .block1 .btn {
	background: #000;
	width: 20%;
}
#pageProfiles .block1 .inputText input::-webkit-input-placeholder {
  color:black;
}
#pageProfiles .block1 .inputText input {
  color: #000;
  border: 3px solid #000;
}
#pageProfiles .block1 .inputText input:active,
#pageProfiles .block1 .inputText input:focus,
#pageProfiles .block1 .inputText input:hover {
  border-color: #F58320;
  background: #FFF !important;
}
#pageProfiles .block1 .inputText:hover,
#pageProfiles .block1 .inputText:active,
#pageProfiles .block1 .inputText:focus {
  border-color: #F58320;
  background: #FFF !important;
}
#pageProfiles .block1 .btn input{
  height: 52px;
	width: 100%;
}
#pageProfiles .block2 {
  margin: 40px auto;
  max-width: 1080px;
}
#pageProfiles .block2 .cols {
  vertical-align: top;
	font-size: 0;
  text-align: center;
}
#pageProfiles .block2 .cols .filters {
  display: inline-block;
  width: 60%;
}
#pageProfiles .block2 .cols .filters h2{
  margin-left: 10px;
	text-align: left;
}
#pageProfiles .block2 .cols .search{
  display: inline-block;
  width: 35%;
}
#pageProfiles .block2 .cols .search .col {
  width: 100%;
  margin: 0px 0 20px;
  display: inline-block;
  vertical-align: top;
}
#pageProfiles .block2 .cols .filters .col {
  margin: 0px 1% 20px 1%;
  display: inline-block;
  vertical-align: top;
}
#pageProfiles .block2 .cols .filters .col:first-child {
	margin-left: 0;
	width: 49%;
}
#pageProfiles .block2 .cols .col .content {
  margin-top: 10px;
  border: 3px solid #000;
}
#pageProfiles .block2 .cols .col .content .item {
  border-radius: 25px;
  background-position: top left;
  height: 21px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: 45px auto;
  cursor: pointer;
  max-width: 50%;
  width: 35%;
  display: inline-block;
  padding: 12px 0 12px 50px;
  font-size: 14px;
  margin: 5px 0;
}
#pageProfiles .block2 .cols .col .content .item:hover {
  background-position: bottom left;
  background-color: rgba(0, 0, 0, 0.05);
}
#pageProfiles .block2 .cols .col .content .item.active {
  background-color: rgba(0, 0, 0, 0.15);
}
#pageProfiles .block2 .cols .col.item3 {
  width: 20.9%;
}
#pageProfiles .block2 .cols .expand {
  text-align: center;
  font-size: 18px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  margin-top: 20px;
  cursor: pointer;
}
#pageProfiles .block2 .cols .expand:hover {
  color: #333;
}
#pageProfiles .block2 h2 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100px;
  display: block;
  font-size: 28px;
  line-height: 24px;
  margin-left: 0;
}
#pageProfiles .block3 {
  max-width: 1080px;
  margin: 65px auto;
}
#pageProfiles .block3 h2 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  display: block;
  border-bottom: 2px solid #000;
  font-size: 28px;
  line-height: 18px;
}
#pageProfiles .block3 h2 span.clear-filers {
  font-size: 16px;
  border-bottom: none;
  line-height: 10px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: -4px;
}
#pageProfiles .block3 h2 span.clear-filers span {
  cursor: pointer;
  background: url(/img/search/close.jpg);
  background-position: right center;
  margin-left: 8px;
  padding-right: 15px;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
}
#pageProfiles .block3 h2 span.clear-filers span:hover {
  color: #F58320;
}
#pageProfiles .block3 .small {
  font-size: 14px;
}
#pageProfiles .block3 .profiles {
  margin-top: 10px;
}
#pageProfiles .block3 .profiles .profile {
  display: inline-block;
  max-width: 25%;
  width: 24%;
  padding: 20px .5%;
  margin-left: -5px;
  vertical-align: top;
  height: 310px;
  margin-bottom: 20px;
}
#pageProfiles .block3 .profiles .profile h5 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 14px;
}
#pageProfiles .block3 .profiles .profile h5 a {
  color: #333;
}
#pageProfiles .block3 .profiles .profile h5 a:hover {
  text-decoration: none;
}
#pageProfiles .block3 .profiles .profile .content {
  padding: 10px;
  min-height: 290px;
  height: 100%;
  border: 1px solid black;
  background: #FFF;
}
#pageProfiles .block3 .profiles .profile .content .image {
  overflow: hidden;
  vertical-align: bottom;
  height: 120px;
  text-align: center;
  margin-bottom: 15px;
}
#pageProfiles .block3 .profiles .profile .content .image img {
  max-height: 120px;
  width: auto;
}
#pageProfiles .block3 .profiles .profile .content a {
  display: block;
  cursor: pointer;
  color: #333;
}
#pageProfiles .block3 .profiles .profile .content a:hover {
  text-decoration: none;
}
#pageProfiles .block3 .profiles .profile .content .user {
  height: 125px;
}
#pageProfiles .block3 .profiles .profile .content .user .tag{
  text-align: center;
  display: inline-block;
	overflow: hidden;
	line-height: 21px;
	padding: 0 9px;
	font-size: 14px;
	color: white;
	font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#pageProfiles .block3 .profiles .profile .content .user p.title {
  font-weight: bold;
}
#pageProfiles .block3 .profiles .profile .content .user p.company {
  font-size: 14px;
}
#pageProfiles .block3 .profiles .profile .content .user p.tagline {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
}
#pageProfiles .block3 .profiles .profile .content div.tags {
  text-align: center;
}
#pageProfiles .block3 .profiles .profile .content div.tags button {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 0 5px;
  border: none;
  background: transparent;
}
#pageProfiles .block3 .profiles .profile .content div.tags button:hover {
  cursor: pointer;
}
#pageProfiles .block3 .profiles .profile .content:hover {
  background: #ffffff;
  border: 1px solid #F58320;
}
#pageProfiles .block4 {
  max-width: 1080px;
  margin: 70px auto;
}
#pageProfiles .block4 a {
  display: block;
  width: auto;
  max-width: 100%;
  color: #FFF;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
#pageProfiles .block4 a:hover {
  text-decoration: none;
  background-color: #333;
}
#pageProfiles .block4 a:active,
#pageProfiles .block4 a:focus {
  color: #F58320;
}
/* page profiles */
/* PAGE - PROFILE
--------------------------------*/
#pageProfile h2,
#pageProfile h4 {
  /*font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;*/
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#pageProfile h4 {
  font-size: 18px;
  letter-spacing: 0;
}
#pageProfile a {
  color: #333;
}
#pageProfile a:hover {
  color: #F58320;
  text-decoration: none;
}
#pageProfile .divider {
  background: url(https://cdn.bisnow.net/assets/website/page_perforation1.png) repeat-x;
  height: 6px;
  margin-top: -3px;
}
#pageProfile .block1 {
  background-color: #b2b2b2;
  height: 300px;
}
#pageProfile .block1 .bigHeadline p {
  color: #FFF;
}
#pageProfile .block1 .icons {
  text-align: center;
  max-width: 1080px;
  width: auto;
  margin: 20px auto 0;
}
#pageProfile .block1 .icons .icon {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
#pageProfile .block1 .icons .icon div {
  color: #FFF;
  display: none;
  font-size: 13px;
  height: 0px;
}
#pageProfile .block1 .icons a {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 0 20px;
  background-position: top center;
}
#pageProfile .block1 .icons a:hover {
  background-position: bottom center;
}
#pageProfile .block1 .icons .icon:hover > div {
  display: block;
}
#pageProfile .block1 .tagline {
  color: #FFF;
  font-size: 18px;
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
}
#pageProfile .block1 .cols {
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
}
#pageProfile .block1 .cols .bigHeadline,
#pageProfile .block1 .cols .tagline {
  text-align: left;
  padding: 0 !important;
}
#pageProfile .block1 .cols .col.item1 {
  float: left;
  height: 300px;
  vertical-align: middle;
  max-width: 50%;
}
#pageProfile .block1 .cols .col.item1 img {
  vertical-align: middle;
}
#pageProfile .block1 .cols .col.item2 {
  float: right;
  margin: 45px 0;
}
#pageProfile .block1.userimage .bigHeadline p {
  color: #FFF;
  top: -10px;
}
#pageProfile .block1.userimage .bigHeadline h1 {
  line-height: 62px;
  padding: 0;
}
#pageProfile .block1.userimage .cols .col.item1 {
  width: 50%;
  max-width: 50%;
  margin: 0;
  vertical-align: middle;
}
#pageProfile .block1.userimage .cols .col.item1 .photo {
  margin: 62px 0 103px;
  width: 100%;
  text-align: center;
}
#pageProfile .block1.userimage .cols .col.item1 .photo img {
  border-radius: 5px;
}
#pageProfile .block1.userimage .cols .col.item2 {
  text-align: right;
  max-width: 50%;
}
#pageProfile .block1.userimage .cols .col.item2 .bigHeadline,
#pageProfile .block1.userimage .cols .col.item2 p,
#pageProfile .block1.userimage .cols .col.item2 .tagline {
  text-align: right;
}
#pageProfile .block1.topdog {
  background-color: #0f5537;
  padding: 0;
  height: 300px;
}
#pageProfile .block1.topdog .bigHeadline h1 {
  color: #c3c3c3;
}
#pageProfile .block1.topdog .col.item2 {
  margin: 0;
}
#pageProfile .block1.topdog .col.item2 img {
  position: absolute;
  right: 0;
  max-width: 600px;
  height: auto;
}
#pageProfile .block2 {
  max-width: 1080px;
  margin: 45px auto 0;
}
#pageProfile .block2 a.profileEdit {
  display: block;
  height: 25px;
  width: 25px;
  float: right;
  margin: -25px 0 0 -25px;
  background: url(/img/iconPencil.png) no-repeat top center;
  overflow: hidden;
}
#pageProfile .block2 a.profileEdit:hover {
  background-position: bottom center;
}
#pageProfile .block2 .col {
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
}
#pageProfile .block2 .col.item1,
#pageProfile .block2 .col.item3 {
  width: 23%;
}
#pageProfile .block2 .col.item2 {
  width: 48%;
  margin: 0 2%;
}
#pageProfile .block2 .col.item2.nonews {
  width: 74%;
  margin: 0 0 0 2%;
  max-width: 100%;
}
#pageProfile .block2 .col .content {
  border: 3px solid #000;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 35px;
  font-size: 16px;
  overflow: hidden;
  /*font-family: Georgia, Times, serif;*/
}
#pageProfile .block2 .col .content.noborder {
  border: none;
}
#pageProfile .block2 .col .content .item {
  margin-bottom: 15px;
  /*font-family: Georgia, Times, serif;*/
	word-wrap: break-word;
}
#pageProfile .block2 .col .content .item:last-child {
  margin-bottom: 0;
}
#pageProfile .block2 .col .stories .title,
#pageProfile .block2 .col .stories .date {
  display: block;
}
#pageProfile .block2 .col .stories a {
  display: block;
  margin-bottom: 10px;
}
#pageProfile .block2 .col .stories a .date {
  font-size: 15px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageProfile .block2 .col .stories img {
  border-radius: 4px;
}
#pageProfile .block3 {
  max-width: 1080px;
  margin: 25px auto 45px;
}
#pageProfile .block3 .content {
  border: 3px solid #000;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 35px;
  font-size: 16px;
  overflow: hidden;
}
#pageProfile .block3 .content.noborder {
  border: none;
}
#pageProfile .block3 .content .item {
  margin-bottom: 15px;
}
#pageProfile .block3 .content a {
  display: inline-block;
  max-width: 21%;
  width: 21%;
  margin: 0 0 0 -5px;
  padding: 0 2%;
  vertical-align: top;
}
#pageProfile .block3 .content a img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
/* page profile */
/* PAGE - PRESS
---------------------*/
#pageProfileRequest .flash.alert {
	width: 100%;
	max-width: 100%;
}
#pageProfileRequest .block2 {
  max-width: 600px;
  padding: 0 20px;
  margin: 40px auto 0;
}
#pageProfileRequest .in div {
  margin-bottom: 15px;
}
#pageProfileRequest .submit {
  text-align: center;
  padding-top: 20px;
}
#pageProfileRequest form {
  margin-bottom: 50px;
}
#pageProfileRequest .profile-picture {
	margin-top: 15px;
	background: #ddd;
	border: 10px solid #ddd;
}
#pageProfileRequest .profile-picture .image {
	max-width: 17%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#pageProfileRequest .profile-picture .image img {
	max-width: 100%;
	height: auto;
}
#pageProfileRequest .profile-picture .content {
	display: inline-block;
	max-width: 75%;
	margin: 0 0 0 5%;
	vertical-align: middle;
}

#pageProfileRequest .profile-back {
	margin-top: 20px;
	font-size: 16px;
	width: 100%;
	text-align: center;
}
#pageProfileRequest .profile-back.first {
	margin-top: 0px;
}
#pageProfileRequest .profile-back.first a {
	color: #333;
	display: block;
	padding: 5px 0;
	background: #ddd;
}
#pageProfileRequest .profile-back.first a:hover {
	text-decoration: none;
	background: #bbb;
}
#pageProfileRequest select {
  width: 100%;
}

@media (max-width: 768px) {

#pageProfile .profileHeadline .cols .bigHeadline{
  text-align: center;
}
#pageProfile .profileHeadline .cols .col.item1{
  float: none;
  width: 100% !important;
  max-width: 100%;
  height: auto;
}

#pageProfile .block1.topdog .col.item2 img {
  position: static;
  width: 100%;
  max-width: 440px;
  height: auto;
  display:block;
  margin: 0 auto;
}
#pageProfile .block1 {
height: auto;
}
#pageProfile .block1.topdog {
height: auto;
}
#pageProfile .block1 .cols .col.item2 {
float: none;
margin: 15px auto 0;
}
#pageProfile .block2 .col.item2.nonews {
  width: 100%;
  margin: 0 0 0 0;
  max-width: 100%;
}
#pageProfile .block3 h2{
  margin-left: 15px;
}
#pageProfile .block3 .content{
  margin: 0 15px;
}

#pageProfile .block3 .content a{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
#pageProfile .block3 .content a img{
  display: block;
  margin: auto;
}
#pageProfile .block3 .content a .detail{
  text-align: center;
}

}

/* page profile */
/* PAGE - PRESS
---------------------*/
#pagePress .bigHeadline {
  margin-bottom: 32px;
}
#pagePress .topBg {
  position: relative;
  z-index: 0;
  height: 214px;
  margin-bottom: -195px;
  border-bottom: 1px solid #ececec;
	max-width: 100%;
}
#pagePress .topBg span {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 869px;
  height: 289px;
  margin-left: 0;
  background: url(https://cdn.bisnow.net/assets/website/pressBg.png.png) no-repeat;
	max-width: 100%;
}
#pagePress #press {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 60px;
}
#pagePress #press .inquiries {
  padding: 40px 0 60px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pagePress #press .inquiries a {
  margin-left: 3px;
}
#pagePress #press .inquiries a.phone {
  color: #333333;
}
#pagePress #press .inquiries a.phone:hover {
  text-decoration: none;
}
#pagePress #press h2 {
  font-size: 40px;
  line-height: 40px;
  color: #F58320;
  text-align: center;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pagePress #press .pressList {
  overflow: hidden;
  padding-top: 21px;
}
#pagePress #press .pressList ul {
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
}
#pagePress #press .pressList ul li {
  position: relative;
  overflow: hidden;
  padding: 18px;
  padding-right: 39px;
  margin: 30px 0 0;
  border: 1px solid #ececec;
  background: none;
}
#pagePress #press .pressList ul li a.link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
#pagePress #press .pressList ul li a.plus {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#pagePress #press .pressList ul li img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 18px;
  border: 1px solid #ececec;
}
#pagePress #press .pressList ul li div {
  overflow: hidden;
}
#pagePress #press .pressList ul li div p {
  padding-top: 12px;
  font-size: 27px;
  line-height: 27px;
  color: black;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pagePress #press .pressList ul li div span {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 15px;
  color: #666666;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#pagePress #press .pressList ul li:hover {
  border: 1px solid #F58320;
}
#pagePress #press .pressList ul li:hover a.plus {
  background: #F58320;
}
#pagePress #press .pressList ul li:hover p {
  color: #F58320;
}
/* page press */
/* PAGE - SUBSCRIBE
--------------------------*/
#subscribe {
  overflow: hidden;
}
#subscribe .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#subscribe .in:after {
  content: '';
  display: table;
  clear: both;
}
#subscribe .emailTroubles p {
  min-height: 47px;
  padding: 7px 0 6px 60px;
  font-size: 24px;
  line-height: 24px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  word-spacing: 2px;
  background: url(https://cdn.bisnow.net/assets/website/subscribeEmailTrouble.png) 0 0 no-repeat;
}
#subscribe .block {
  border-top: 1px solid #e7e8e9;
}
#subscribe .block:first-child {
  margin-top: -1px;
}
#subscribe .block.open .content {
  display: block;
}
#subscribe .block.step2 .content {
  padding-bottom: 0;
}
#subscribe .block .content {
  display: none;
  overflow: hidden;
  padding-bottom: 30px;
}
#subscribe .block .content .in .textFieldsGroup,
#subscribe .block .content .in .checkboxGroup {
  border-top: 1px solid #ececec;
}
#subscribe .block .content .in .textFieldsGroup {
  padding-top: 30px;
}
#subscribe .block .content .in .textFieldsGroup .textFields {
  float: left;
  width: 75%;
}
#subscribe .block .content .in .textFieldsGroup .textFields .inputText,
#subscribe .block .content .in .textFieldsGroup .textFields .inputSelect {
  width: 32%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin-left: 2%;
}
#subscribe .block .content .in .textFieldsGroup .textFields .inputText:first-child {
  margin-left: 0;
}
#subscribe .block .content .in .checkboxGroup {
  overflow: hidden;
  padding: 21px 0 30px;
}
#subscribe .block .content .in .checkboxGroup sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0;
}
#subscribe .block .content .in .checkboxGroup .headline {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#subscribe .block .content .in .checkboxGroup .col {
  float: left;
  width: 25%;
}
#subscribe .block .content .in .btn {
  margin-left: 15px;
}
#subscribe .block .content .in .btn button.openStep2 {
  line-height: 50px;
}
#subscribe .password-tip {
  font-size: 12px;
  width: 25%;
  margin-left: 26%;
  line-height: 13px;
  padding-top: 5px;

  /* by making this float: left, the terms-of-use will align properly */
  float: left;
}

#subscribe .block .content .in .btn a {
  font-size: 36px;
  line-height: 60px;
  padding: 0 21px;
}
#subscribe .block .content .in .submitSecondForm {
  width: 100%;
  text-align: center;
  padding-bottom: 21px;
}
#subscribe .block .content .in .btn span.arrOrangeR {
  display: none;
}
#subscribe .block .content .in .btn.big span.arrOrangeR {
   display: inline-block;
}
#subscribe .block .content .in .btn.big button#secondButton {
  line-height: 70px;
  font-size: 40px;
}
#subscribe .block.step3 {
  display: none;
}
#subscribe .block.step3 .content {
  overflow: visible;
}
#subscribe .block.step3 .content .textFieldsGroup .textFields {
  float: none;
  width: 100%;
  padding-bottom: 30px;
}
#subscribe .block.step3 .content .textFieldsGroup .textFields:after {
  content: '';
  display: table;
  clear: both;
}
#subscribe .block.step3 .content .textFieldsGroup .textFields .inputSelect,
#subscribe .block.step3 .content .textFieldsGroup .textFields .inputText {
  width: 49%;
}
#subscribe .block.step3 .content .textFieldsGroup .textFields label {
  display: block;
  padding: 0 0 5px;
  line-height: 20px;
  font-size: 18px;
}
#subscribe .block.step3 .row,
#subscribe .block.step3 .col-md-6,
#subscribe .block.step3 .col-md-12 {
	overflow: visible;
}
#subscribe .block.step3 div.validationError {
	margin-bottom: 20px;
}
#subscribe .select-box {
  width: 100%;
  background-position: 98% center;
}
.signup-complete-text {
	padding: 20px !important;
	margin: 20px 0 30px !important;
}
.signup-complete-text p {
  line-height: 25px;
	font-size: 18px !important;
	margin-top: 0 !important;
	font-family: trade_gothic_regular, Arial, Helvetica, sans-serif !important;
}


/* page subscribe */
/* PAGE - TAGS
-----------------------------------*/
#pageTags .tags {
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 15px;
}
#pageTags .tags .col ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
#pageTags .tags .col ul li {
  display: inline-block;
  list-style: none;
  width: 20%;
  max-width: 20%;
  font-weight: bold;
  padding: 0;
  margin: 0 0 3px -5px;
}
#pageTags .tags .col ul li a {
  font-family: news_gothic_book_bold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
/* page tags */
/* PAGE - SEARCH RESULTS
-----------------------------------*/
#pageEvents .searchInput,
#pageSearch .searchInput {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 570px;
  margin: -22px auto 30px;
	background: #FFF;
  border: 1px solid #ececec;
}
#pageSearch.pageSearchNew .bigHeadline {
	margin-top: 80px;
}
#pageSearch.pageSearchNew .searchInput {
	margin-bottom: 150px;
}
#pageEvents .searchInput input[type="submit"],
#pageSearch .searchInput input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  background: #ffffff url(https://cdn.bisnow.net/assets/website/searchZoomIcon.png) 50% 50% no-repeat;
}
#pageEvents .searchInput .in,
#pageSearch .searchInput .in {
  margin: 14px 15px;
}
#pageEvents .searchInput .in input,
#pageSearch .searchInput .in input {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 33px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background: none;
}
#pageEvents .searchInput .in input {
	padding: 12px;
	height: auto;
}
#pageSearch .results {
  padding-bottom: 60px;
  border-top: 1px solid #ececec;
  background: #f8f9fa;
}
#pageSearch .results .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  overflow: hidden;
}
#pageSearch .results .in header {
  padding: 21px 0 12px;
}
#pageSearch .results .in header.withSelectBox {
  padding: 36px 0 18px;
}
#pageSearch .results .in header .headline {
  float: left;
  max-width: 80%;
  padding: 12px 0;
  line-height: 24px;
  font-size: 24px;
  color: #999999;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSearch .results .in header .headline span {
  color: #F58320;
}
#pageSearch .results .in header .sort {
  float: right;
  line-height: 46px;
	/*font-size: 0;*/
	text-align: right;
}
#pageSearch .results .in header .sort .sort-item {
	display: inline-block;
	font-size: 0;
	padding: 0 15px;
	text-align: right;
	vertical-align: middle;
}
#pageSearch .results .in header .sort .sort-item:last-child {
	padding-right: 0;
}
#pageSearch .results .in header .sort .label {
	display: inline-block;
  padding-right: 12px;
  font-size: 24px;
  color: #999999;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#pageSearch .results .in header .sort .select-box {
	display: inline-block;
	vertical-align: middle;
}
#pageSearch .results .in .searchEvents {
  overflow: hidden;
}
#pageSearch .results .in .searchEvents .inner {
  margin-top: -30px;
}
#pageSearch .results .in .searchEvents .inner .eventItem {
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
#pageSearch span.highlight {
  color: #F58320;
  font-weight: bold !important;
}
#pageSearch .searchEvents span.highlight {
  background-color: #fff;
  color: #F58320;
}
#pageSearch .results .in .searchEvents .inner .eventItem a.link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
#pageSearch .results .in .searchEvents .inner .eventItem .itemInner {
  padding: 18px 24px 21px;
}
#pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar {
  padding-bottom: 12px;
}
#pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar .place {
  float: left;
  margin-right: 24px;
  padding-top: 3px;
  line-height: 33px;
  font-size: 26px;
  letter-spacing: 1px;
}
#pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar h2 {
  overflow: hidden;
  font-size: 40px;
  line-height: 36px;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}
#pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people {
  font-size: 18px;
  line-height: 20px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people .name {
  float: left;
  margin-right: 24px;
  padding: 0;
}
#pageSearch .results .in .searchNews {
  overflow: hidden;
}
#pageSearch .results .in .searchNews .inner {
  margin-top: -30px;
}
#pageSearch .results .in .searchNews .inner .pagination {
  margin-top: 30px;
}
#pageSearch .results .in .searchNews .inner .news {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 30px;
  background: white;
}
#pageSearch .results .in .searchNews .inner .news a.link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
	background-image: url(https://cdn.bisnow.net/assets/emails/none.gif);
}
#pageSearch .results .in .searchNews .inner .news .pic {
  position: relative;
  float: left;
  max-height: 163px;
}
#pageSearch .results .in .searchNews .inner .news .pic img {
  display: block;
  width: 170px;
  height: auto;
}
#pageSearch .results .in .searchNews .inner .news .pic .label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 12px;
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
  background: #242424;
}
#pageSearch .results .in .searchNews .inner .news .pic .label:after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -7px;
  display: block;
  width: 7px;
  height: 7px;
  background: url(https://cdn.bisnow.net/assets/website/headlineEdge.png) no-repeat;
}
#pageSearch .results .in .searchNews .inner .news .content {
  overflow: hidden;
  padding: 30px;
}
#pageSearch .results .in .searchNews .inner .news .content h2 {
  padding-bottom: 6px;
  font-size: 32px;
  line-height: 32px;
  color: black;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageSearch .results .in .searchNews .inner .news .content p {
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  color: black;
}
#pageSearch .results .in .searchNews .inner .news .content .additionalInfo {
  overflow: hidden;
}
#pageSearch .results .in .searchNews .inner .news .content .additionalInfo .when,
#pageSearch .results .in .searchNews .inner .news .content .additionalInfo .tags {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#pageSearch .results .in .searchNews .inner .news .content .additionalInfo .when {
  float: left;
  margin-right: 30px;
}
#pageSearch .results .in .searchNews .inner .news .content .additionalInfo .tags span {
  color: #999999;
}
#pageSearch .results .in .searchNews .inner .news a.plus {
  position: absolute;
  right: 0;
  bottom: 0;
}
#pageSearch .results .in .searchNews .inner .news .where {
  position: absolute;
  right: 0;
  top: 0;
}
#pageSearch .results .in .searchNews .inner .news:hover a.link {
  border: 1px solid #F58320;
}
#pageSearch .results .in .searchNews .inner .news:hover a.plus {
  background: #F58320;
}
#pageSearch .results .in .searchNews .inner .news:hover h2 {
  color: #F58320;
}
#pageSearch .results .in .noResults header {
  padding: 30px 0 50px;
  width: 550px;
  margin: 0 auto;
  color: #999999;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#pageSearch .results .in .noResults header h2 {
  font-size: 48px;
  line-height: 44px;
  padding-bottom: 15px;
}
#pageSearch .results .in .noResults header p {
  font-size: 22px;
  line-height: 24px;
}
#pageSearch .results .in .noResults .tags {
  overflow: hidden;
}
#pageSearch .results .in .noResults .tags .col {
  float: left;
  width: 16.66%;
}
#pageSearch .results .in .noResults .tags .col ul {
  padding: 0 6px 0 0;
  margin: 0;
  list-style: none;
}
#pageSearch .results .in .noResults .tags .col ul li {
  padding: 0;
  margin: 0;
  background: none;
}
#pageSearch .results .in .noResults .tags .col ul li a {
  font-size: 20px;
  line-height: 22px;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
/* page search results */


/* PAGE - Share Email
------------------------*/

#pageShareEmail .content {
	width: auto;
	max-width: 600px;
	margin: 0 auto 100px;
}
#pageShareEmail label {
	margin-bottom: 7px;
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	font-size: 26px;
}
#pageShareEmail .inputText {
	margin-top: 5px;
	margin-bottom: 20px;
}
#pageShareEmail .btn input[type=submit] {
	padding: 0 45px;
}
#pageShareEmail .complete {
	display: none;
}

/* page share email */

/* PAGE - FAQ
-----------------*/
#faq {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px;
}
#faq strong {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#faq .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#faq .container aside {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #faq .container {
    flex-wrap: nowrap;
  }

  #faq .container aside {
    margin-left: 30px;
    width: auto;
  }
}

#faq .container .faqContent {
  width: calc(100vw - 350px);
  margin-top: 350px;
}

@media screen and (min-width: 992px) {
  #faq .container .faqContent {
    margin-top: 0;
  }
}

#faq .block {
  padding: 24px 0 21px;
  border-top: 1px solid #ececec;
}
#faq .block h2 {
  padding-bottom: 18px;
  font-size: 40px;
  line-height: 40px;
  color: #F58320;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#faq .block article {
  padding-bottom: 15px;
}
#faq .block article .q {
  font-size: 24px;
  line-height: 24px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#faq .block article .q a {
  display: inline-block;
  padding-left: 18px;
  color: black;
  background: url(https://cdn.bisnow.net/assets/website/faqArrows.png) 0 7px no-repeat;
}
#faq .block article .q a:hover {
  color: #F58320;
  text-decoration: none;
}
#faq .block article .q a.open {
  color: #F58320;
  text-decoration: none;
  background-position: 0 -184px;
}
#faq .block article .a {
  display: none;
  padding-left: 18px;
  font-size: 18px;
  line-height: 21px;
  padding: 20px;
  color: #333333;
}
#faq .block article .a p {
  padding-top: 9px;
}
#faq aside {
  min-height: 1px;
}
#faq menu {
  position: absolute;
  top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
  color: white;
}

@media screen and (min-width: 992px) {
  #faq menu {
    position: unset;
  }
}
#faq menu .headline {
  padding-bottom: 18px;
  color: black;
  font-weight: bold;
}
#faq menu .links ul {
  margin: -6px 0 0 18px;
  padding: 0;
  list-style: none;
}
#faq menu .links ul li {
  padding: 6px 0 0;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  background: none;
}
#faq menu .links ul li a {
  color: #666666;
  font-weight: bold;
  font-size: 20px;
}
#faq menu .links ul li a:hover {
  color: #F58320;
  text-decoration: none;
}
#faq .faqContactForm {
  margin-bottom: 30px;
  position: sticky;
  top: 75px;
}

@media screen and (min-width: 992px) {
  #faq .faqContactForm {
    width: 350px;
  }
}
#faq .faqContactForm.fixed {
  position: fixed !important;
  z-index: 1;
  top: 74px;
}
#faq .faqContactForm p {
  padding: 18px 0 15px;
  font-size: 24px;
  line-height: 24px;
  color: white;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#faq .faqContactForm header {
  padding: 0 18px 18px;
  background: #333333;
}
#faq .faqContactForm .formWrapper {
  overflow: hidden;
  display: block;
  padding: 0 18px 18px;
  background: #F58320;
}
#faq .faqContactForm .formWrapper p {
  font-size: 26px;
  line-height: 26px;
}
#faq .faqContactForm .formWrapper .inputText,
#faq .faqContactForm .formWrapper .textarea {
  margin-bottom: 18px;
  background: white;
}
#faq .faqContactForm .formWrapper .inputText input,
#faq .faqContactForm .formWrapper .textarea input,
#faq .faqContactForm .formWrapper .inputText textarea,
#faq .faqContactForm .formWrapper .textarea textarea {
  color: black;
}
#faq .faqContactForm .formWrapper .inputText input::-webkit-input-placeholder,
#faq .faqContactForm .formWrapper .textarea input::-webkit-input-placeholder,
#faq .faqContactForm .formWrapper .inputText textarea::-webkit-input-placeholder,
#faq .faqContactForm .formWrapper .textarea textarea::-webkit-input-placeholder {
  color: black;
}
#faq .faqContactForm .formWrapper .inputText input::-moz-placeholder,
#faq .faqContactForm .formWrapper .textarea input::-moz-placeholder,
#faq .faqContactForm .formWrapper .inputText textarea::-moz-placeholder,
#faq .faqContactForm .formWrapper .textarea textarea::-moz-placeholder {
  color: black;
}
#faq .faqContactForm .formWrapper .textarea,
#faq .faqContactForm .formWrapper .textarea textarea {
  height: 160px;
}
#faq .faqContactForm .formWrapper .btn {
  float: right;
}
#faq .faqContactForm .feedbackLink {
  margin-top: 12px;
  padding: 10px 0 0 90px;
  height: 66px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 19px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  background: url(https://cdn.bisnow.net/assets/website/faqFeedbackIcon.png) 0 0 no-repeat;
}
#faq .faqContactForm .feedbackLink span {
  display: block;
  color: black;
}
#faq .faqContactForm .feedbackLink a {
  display: inline-block;
  color: #F58320;
}
#faq.legal {
  padding-bottom: 60px;
}
#faq.legal .block {
  padding-bottom: 0;
  margin-top: 45px;
}
#faq.legal .block:first-child {
  margin-top: 0;
}
#faq.legal .block h2 {
  margin-bottom: -24px;
  text-transform: uppercase;
}
#faq.legal .block h3 {
  margin-bottom: -21px;
  padding: 24px 0 0;
  font-size: 22px;
  line-height: 27px;
  color: black;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#faq.legal .block p {
  padding: 24px 0 0;
  font-size: 18px;
  line-height: 27px;
}
/* PAGE - LEGAL (TERMS AND PRIVACY)
------------------------------------*/
#pageLegal #legal .container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#pageLegal p {
	margin-bottom: 16px;
}
#pageLegal .block1 {
    max-width: 1080px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}
@media (max-width: 1120px) {
    #pageLegal .block1 {
        margin: 0 20px;
    }
}
#pageLegal .block1 a {
    word-wrap: break-word;
}
#pageLegal .block1 h3 {
  font-weight: bold;
  margin: 25px 0 5px;
  text-transform: uppercase;
}
#pageLegal .block1 ul,
#pageLegal ol {
  padding-bottom: 20px;
}
#pageLegal .block1 ul li,
#pageLegal ol li {
  margin-left: 40px;
  padding-bottom: 8px;
}
#pageLegal .block1 ul li:last-child {
  padding: 0;
}
#pageLegal .block2 {
  max-width: 1080px;
  width: auto;
  margin: 30px auto 50px;
  font-size: 16px;
}
#pageLegal label.label-checkbox {
    display: inline-block;
    max-width: 90%;
    margin-left: 5px;
    vertical-align: text-top;
}
@media (max-width: 1120px) {
    #pageLegal .bigHeadline {
        margin-left: 20px;
        margin-right: 20px;
    }
}

#pageLegalOverview #legal {
    margin: 150px 0;
}
#pageLegalOverview #legal .btn {
    margin: 5px 0 10px;
}
#pageLegalOverview #legal p {
    color: #999;
    font-size: 12px;
}
@media (max-width: 768px) {
    #pageLegalOverview #legal {
        margin: 30px 0;
    }
}

/*-- PAGE - LEGAL --*/
/* PAGE - ARCHIVES
------------------------------------*/
#pageArchives #content .container .prevnext {
  text-align: center;
}
#pageArchives #content .container aside {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
#pageArchives #content .container aside .title {
  color: #F58320;
  text-decoration: underline;
  letter-spacing: 1px;
}
#pageArchives #content .container aside .subtitle {
  color: #999999;
	text-decoration: none;
	padding: 5px 0 5px;
	letter-spacing: 1px;
}
#pageArchives #content .container aside ul,
#pageArchives #content .container aside li {
  list-style: none;
}
#pageArchives #content .container aside ul {
	padding-bottom: 15px;
}
#pageArchives #content .container aside li.sub-category {
	padding: 0 0 1px 10px;
}
#pageArchives #content .container aside li.sub-category.active {
  padding: 0 0 6px 10px;
}
#pageArchives #content .container aside a {
  color: #F58320;
}
#pageArchives #content .container aside .newsletter form a {
	color: #fff;
}
#pageArchives #content .container aside li.active a {
  color: #F58320;
  text-decoration: underline;
}
#pageArchives #content .container aside li.active ul {
  padding: 10px 20px;
}
#pageArchives #content .container aside li.active ul li {
  padding: 2px 0;
}
#pageArchives #content .container aside li.active ul a {
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 15px;
}
#pageArchives #content .container aside li.active ul li.active {
  border-bottom: 1px solid #F58320;
  max-width: 175px;
}
#pageArchives #content .container aside li.sub-category a {
  color: #999999;
	font-size: 18px;
}
#pageArchives .search input {
  display: block;
  padding: 10px;
  border: 2px solid #000;
  font-size: 28px;
  max-width: 100%;
  width: 100%;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pageArchives .search input:hover,
#pageArchives .search input:focus,
#pageArchives .search input:active {
  border-color: #F58320;
}
#pageArchives .search .search {
  background-color: #FFF;
  background-image: url(/img/btn-search.png);
  margin: -52px 10px 0 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 45px;
  min-height: 45px;
  float: right;
}
#pageArchives .search .search input {
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
}
#pageArchives .browse {
  margin-bottom: 20px;
  display: none;
}
#pageArchives .browse .WFSelect {
  margin-bottom: 5px;
}
#pageArchives .browse .WFSelect:last-child {
  margin-bottom: 0;
}
#pageArchives #search_categories {
  margin-top: 0;
  width: auto;
  max-width: 100%;
  background: #f2f2f2;
  padding: 10px;
  border: #000 2px solid;
  border-top: none;
  font-size: 15px;
}
#pageArchives #search_categories span,
#pageArchives #search_categories div {
  display: block;
  float: left;
  margin-bottom: 3px;
  width: 33.33%;
  max-width: 100%;
  cursor: pointer;
}
#pageArchives #search_categories div.title {
	width: 100%;
	font-weight: bold;
	clear: both;
	padding-top: 15px;
	float: none;
}
#pageArchives #search_categories div.title:first-child {
	padding-top: 0;
}
#pageArchives #search_categories label {
  cursor: pointer;
}
#pageArchives #search_categories input {
  border: none;
  background: #666666;
  border-radius: 100%;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
}
#pageArchives #search_categories input:hover {
  background: #F58320;
}
#pageArchives #search_categories input:checked::after {
  content: "X";
  margin: -8px 0 0 -3px;
  background: #F58320;
}
#pageArchives #search_categories input:checked {
  background: #F58320;
}
#pageArchives #search_categories .search-btn input {
  border-radius: 0;
  margin-top: 15px;
  font-size: 22px;
  background: #000;
  padding: 0 15px;
}
#pageArchives #search_categories .search-btn input:hover {
  background: #F58320;
}
#pageArchives .results {
  color: #999999;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 20px;
}
#pageArchives .post {
  display: block;
  position: relative;
  margin-bottom: 40px;
  min-height: 125px;
  overflow: hidden;
}
#pageArchives .post a.cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  z-index: 2;
}
#pageArchives .post a.cover:hover {
  border: 2px solid #F58320;
}
#pageArchives .post a.cover:active,
#pageArchives .post a.cover:focus {
  border: 2px solid #000;
}
#pageArchives .post img {
  max-width: 190px;
  max-height: 125px;
  display: inline-block;
}
#pageArchives .post .image {
  position: absolute;
  display: inline-block;
  vertical-align: top;
}
#pageArchives .post .content {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 210px;
  width: auto;
  max-width: 100%;
  position: relative;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#pageArchives .post .content .title {
  margin-top: 30px;
}
#pageArchives .post .content .title a {
  color: #000;
  font-size: 26px;
}
#pageArchives .post .content .tagline {
	color: #444;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	max-height: 32px;
	overflow: hidden;
	font-family: trade_gothic_regular,Arial,Helvetica,sans-serif;
}
#pageArchives .post .content .date {
  color: #999999;
  font-size: 18px;
  letter-spacing: 1px;
  position: absolute;
  margin-top: 5px;
  text-transform: none;
}
#pageArchives .post:last-child {
  margin-bottom: 0;
}
#pageArchives .category {
  position: absolute;
  top: 0;
  right: 0;
  background: #aaaaaa;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 8px;
  font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
}
#pageArchives .prevnext {
  margin: 60px 0;
}
#pageArchives .prevnext a {
  background: #666666;
  color: #FFF;
  border-radius: 100%;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 50px;
  padding: 0px 10px;
}
#pageArchives .prevnext a:hover {
  background: #f26522;
}
#pageArchives .prevnext a.disabled {
  background: #b2b2b2;
}
#pageArchives .prevnext a:hover {
  text-decoration: none;
}
#pageArchivesIndividual .wrapper-archive {
	margin: 20px auto 40px;
	display: block;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	width: 800px;
	line-height: 14px;
}
#pageArchivesIndividual .wrapper-archive-signup {
	max-width: 800px;
	margin: 10px auto 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup {
	background-color: #F58320;
	color: #ffffff;
	width: 800px;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .headline {
	text-align: center;
	padding: 15px 0 5px;
  text-align: center;
  font-family: alternate_gothic_3,Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .confirmation {
  color: #999;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .confirmation p {
	font-size: 14px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .btn.orange a {
	background-color: #000000;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .btn.orange a:hover {
	background-color: #666;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup form {
	font-size: 0;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText input::-webkit-input-placeholder {
   color: #eeeeee;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText input:-moz-placeholder {
   color: #eeeeee;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText input::-moz-placeholder {
   color: #eeeeee;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText input:-ms-input-placeholder {
   color: #eeeeee;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText input {
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
	color: #ffffff;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText {
	width: 65%;
	display: inline-block;
	vertical-align: middle;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .btn {
	display: inline-block;
	margin-left: 2%;
	width: 33%;
	vertical-align: middle;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .btn a {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .in {
	padding: 0 15px 40px;
}
#pageArchivesIndividual .wrapper-archive #header {
	position: relative;
	top: auto; left: auto; right: auto;
	height: auto;
	z-index: 1;
}
#pageArchivesIndividual .wrapper-archive #header .in {
	height: auto;
}
#pageArchivesIndividual .wrapper-archive #header td {
	line-height: 0;
}
#pageArchivesIndividual .wrapper-archive table table table,
#pageArchivesIndividual .wrapper-archive table table table table {
	margin-left: auto;
	margin-right: auto;
}
#pageArchivesIndividual .wrapper-archive h1,
#pageArchivesIndividual .wrapper-archive h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#pageArchivesIndividual .wrapper-archive h2 {
	line-height: 22px;
}
#pageArchivesIndividual .wrapper-archive h2 a {
	line-height: 24px;
}
#pageArchivesIndividual .wrapper-archive h1 {
	line-height: 36px;
}
#pageArchivesIndividual .wrapper-archive .dateline {
	font-family: TradeGothic, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#pageArchivesIndividual .wrapper-archive .shoutout {
	padding: 5px 0 !important;
}
#pageArchivesIndividual .wrapper-archive .rectangle_medium {
	padding-bottom: 20px;
}
#pageArchivesIndividual .wrapper-archive .perforation {
	margin-bottom: 20px;
}
#pageArchivesIndividual .wrapper-archive ul {
	padding: 10px 0 10px 35px;
}
#pageArchivesIndividual .wrapper-archive #footer {
	padding: 0 !important;
}
#pageArchivesIndividual .wrapper-archive #footer .in {
	padding: 0;
}
/*-- PAGE - ARCHIVES --*/


/* PAGE - SPONSOR
-------------------------------*/
#sponsorPage .page-stats-article-clicks ul.expand,
#sponsorPage .page-stats-article-clicks ul.expand li {
	display: block;
}
#sponsorPage .page-stats-article-clicks ul.expand.expand-hidden li {
	display: none;
}
#sponsorPage .page-stats-article-clicks ul.expand.expand-hidden > li:nth-child(-n+5) {
	display: block;
}
#sponsorPage .page-stats-article-clicks .btn.tiny {
	margin-top: 5px;
}
/*-- PAGE - SPONSOR --*/


/* PAGE - PREFERENCES
-------------------------------*/
#preferencesPage .preferences {
  max-width: 300px;
  margin: 0 auto 20px;
}
#preferencesPage .preferences .select-box {
  display: none !important;
}
#preferencesPage .billing_table {
  width: 100%;
}
#preferencesPage .billing_table img.cc {
  max-width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#preferences {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 60px;
}
.typeahead-custom .select2-selection {
  position: relative;
}

.typeahead-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #666666;
  color: white;
  font-size: 18px;
}

.typeahead-custom .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: white;
}

.typeahead-custom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
  border-width: 8px;
}

.typeahead-custom .select2-selection__rendered {
  padding: 0;
}
#preferencesPage #preferences {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#preferences .container {
  position: relative;
}
#preferences .container aside {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
}
#preferences .container .prefContent {
  border-top: 2px solid #fac4aa;
  border-left: 2px solid #fac4aa;
  min-height: 690px;
  margin-left: 270px;
	background-color: #fff;
}
#preferences .container .prefContent p {
  font-size: 15px;
  padding: 5px 0;
}
#preferences .container .prefContent .email-preferences ul,
#preferences .container .prefContent .email-preferences li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#preferences .container .prefContent .email-preferences ul {
	margin: 20px 0;
	float: left;
	width: 45%;
	padding-right: 5%;
}
#preferences .container .prefContent .email-preferences li {
	margin-bottom: 20px;
}
#preferences .container .prefContent .email-preferences h2 {
	margin-bottom: 5px;
}
#preferences .container .prefContent .email-preferences li label {
	display: block;
	margin-bottom: 5px;
}
#preferences .container .prefContent .email-preferences hr {
	background: rgb(173, 173, 173);
	border: 0;
	height: 1px;
	margin: 40px 1% 25px;
	clear: both;
}
#preferences aside {
  padding-top: 27px;
}
#preferences aside menu a {
  display: block;
  line-height: 24px;
  font-size: 22px;
  padding: 20px 0 15px 10px;
  color: #adadad;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #ececec;
}
#preferences aside menu a:last-child {
  border-bottom: 1px solid #ececec;
}
#preferences aside menu a.twoLines {
  padding: 11px 0;
  line-height: 24px;
}
#preferences aside menu a:last-child {
  border-bottom: 1px solid #ececec;
}
#preferences aside menu a:hover {
  color: #F58320;
  text-decoration: none;
}
#preferences aside menu a.active {
  border-top: 2px solid #fac4aa;
  border-bottom: 2px solid #fac4aa;
  margin-right: -2px;
  border-right: 2px solid white;
  color: #F58320;
  text-decoration: none;
  background: #FFF;
}
#preferences aside menu a.nobordertop {
  border-top: none !important;
}
#preferences aside menu a.noborderbottom {
  border-bottom: none !important;
}
#preferences .prefContent {
  padding: 52px 60px 52px;
}
.preferencesHistoryPage #preferences .remove_select_margin {
	padding: 30px;
	padding-right: 0;
}
.preferencesHistoryPage .row.cols {
	display: block;
	width: auto;
	max-width: 100%;
	font-size: 0;
	padding: 10px 9px;
	border-bottom: 1px solid #ddd;
}
.preferencesHistoryPage .row.cols:nth-child(2n+2) {
	background-color: #f4f4f4;
}
.preferencesHistoryPage .row.cols:hover {
	background-color: #eee;
}
.preferencesHistoryPage .row.cols div.col {
	font-size: 14px;
	display: inline-block;
	width: 20%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 0;
}
.preferencesHistoryPage .row.cols div.col .subcol {
	font-size: 0;
}
.preferencesHistoryPage .row.cols div.col .subcol span,
.preferencesHistoryPage .row.cols .list span {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	border-left: 1px solid #bbb;
	padding: 0 10px;
}
.preferencesHistoryPage .row.cols div.col .subcol span:first-child,
.preferencesHistoryPage .row.cols .list span:first-child {
	border: 0;
	padding-left: 0;
}
.preferencesHistoryPage .row.cols .list {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
}
.preferencesHistoryPage .row.cols .list:last-child {
	border-bottom: 0;
}
.preferencesHistoryPage .row.cols div.col.right {
	text-align: right;
}
.preferencesHistoryPage .row.cols div.col.title {
	font-weight: bold;
  font-size: 18px;
  line-height: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#preferences .prefContent .fieldSet {
  padding-bottom: 48px;
}
#preferences .prefContent .fieldSet h2,
#preferences .prefContent h2 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#preferences .prefContent .fieldSet .liquidCols {
  overflow: visible;
}
#preferences .prefContent .fieldSet .liquidCols .wrap .col.full {
  width: 100%;
}
#preferences .prefContent .fieldSet .liquidCols .wrap .col.full .inner {
  margin-right: 50%;
}
#preferences .prefContent .fieldSet .checkboxGroup {
  margin: 27px 0 0;
}
#preferences .remove_select_margin {
  padding: 52px 60px 52px;
}
#preferences .remove_select_margin .fieldSet {
  padding-bottom: 48px;
}
#preferences .select-box {
  width: 100%;
}

#preferences .select-box:focus {
  outline: 2px solid #F58320;
}

#preferencesPage #preferences .liquidCols .wrap .unsubscribe-all-block {
  background: red;
  padding: 5px;
  width: 150px;
  text-align: center;
}

#preferencesPage #preferences .liquidCols .wrap .unsubscribe-all-block a {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
#preferencesPage h2 {
	margin-top: 15px;
	margin-bottom: 3px;
}

#preferencesPublicPage #preferences {
  max-width: 700px;
}

#preferencesPublicPage #preferences .alert {
  border-radius: 0;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

#preferencesPublicPage #preferences .content-paragraph {
  text-align: center;
  color: #999;
  margin-top: -30px;
}

#preferencesPublicPage #preferences .checkout-bar {
    margin-bottom: 0;
}
#preferencesPublicPage #preferences h2 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  margin: 20px auto 10px;
  padding: 0;
  display: block;
  width: auto;
}
#preferencesPublicPage #preferences .row {
	padding-top: 0;
}
#preferencesPublicPage #preferences .subscribe {
	vertical-align: middle;
	margin-bottom: 4px;
}


#preferencesPublicPage #preferences .liquidCols .wrap {
  margin: 0 auto;
}


#preferencesPublicPage .unsubscribe {
	text-align: center;
	padding: 20px 0;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	margin-top: 20px;
}
#preferencesPage .checkout-page table.checkout tr {
	border-bottom: 1px solid #dcdcdc;
}
#preferencesPage .checkout-page table.checkout td,
#sponsorPage .checkout-page table.checkout td {
	font-weight: normal;
	line-height: 18px;
}
#sponsorPage .checkout-page table.checkout td,
#sponsorPage .checkout-page table.checkout td div {
	font-size: 14px;
	line-height: 17px;
}
#sponsorPage .checkout-page table.checkout tr td:first-child {
	font-size: 15px;
}
#sponsorPage .checkout-page table.checkout td div.small {
	font-size: 12px;
	margin-top: 2px;
	line-height: 13px;
	color: #aaa;
}
#preferencesPage .checkout-page table.checkout td.title,
#preferencesPage .checkout-page table.checkout td.header,
#sponsorPage .checkout-page table.checkout td.title,
#sponsorPage .checkout-page table.checkout td.header {
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	display: table-cell;
}
#preferencesPage .checkout-page table.checkout .title,
#sponsorPage .checkout-page table.checkout .title {
	font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	color: #333;
}
#preferencesPage .checkout-page table.checkout .orange,
#sponsorPage .checkout-page table.checkout .orange {
	display: block;
	padding-top: 2px;
	font-size: 14px;
	font-weight: lighter;
}
#preferencesPage .checkout-page table.checkout .orange a,
#sponsorPage .checkout-page table.checkout .orange a {
	display: inline-block;
	margin-right: 15px;
}
#sponsorPage .checkout-module {
	padding: 10px 25px 20px;
	background-color: #fff;
}
@media (max-width: 480px) {
    #sponsorPage .checkout-module {
        padding: 10px;
    }
}
#sponsorPage div.dataTables_wrapper input[type=search] {
	background: #666666;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	height: 35px;
	max-width: 100%;
	font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}
#sponsorPage div.dataTables_wrapper select,
#sponsorPage .checkout select.input-sm {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
#sponsorPage div.dataTables_wrapper table.dataTable thead .sorting:after,
#sponsorPage div.dataTables_wrapper table.dataTable thead .sorting_desc:after,
#sponsorPage div.dataTables_wrapper table.dataTable thead .sorting_asc:after {
	content: "";
}
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_asc,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_desc,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>td.sorting_asc,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>td.sorting_desc,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>td.sorting {
	padding-right: 0;
	padding-left: 20px;
	position: relative;
}
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_desc,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_asc {
	color: #F58320;
}
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting:before,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_desc:before,
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_asc:before {
	content: "\25BE";
	top: 50%;
	position: absolute;
	margin-top: -10px;
	left: 5px;
	opacity: 1;
}
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting:before {
	content: "\25BE";
}
#sponsorPage div.dataTables_wrapper table.dataTable thead>tr>th.sorting_asc:before {
	content: "\25BE";
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
#sponsorPage div.dataTables_wrapper table.dataTable tbody>tr>td {
	text-align: center;
}
#sponsorPage div.dataTables_wrapper table.dataTable tbody>tr>td:first-child {
	text-align: left;
}
#sponsorPage div.dataTables_wrapper table.dataTable tbody>tr>td div.wrapper-title,
#sponsorPage div.dataTables_wrapper table.dataTable tbody>tr>td img {
  vertical-align: middle;
  display: inline-block;
}
#sponsorPage div.dataTables_wrapper table.dataTable tbody>tr>td img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  margin: 5px 5px 5px 0;
}
#sponsorPage div.dataTables_wrapper table.dataTable span.btn-desc {
	display: block;
	font-weight: 100;
	font-size: 12px;
	background: none;
	position: absolute;
	top: -10px;
	margin-top: 0;
	line-height: 14px;
	height: 14px;
	width: 100%;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	text-align: right;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button {
	display: inline-block;
	position: relative;
	text-align: center;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button a {
	font-size: 24px;
	line-height: 38px;
	width: 40px;
	margin: 0 3px;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button#tableContentOrders_ellipsis a {
    background: none !important;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.previous a,
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.next a {
	color: #666;
	overflow: hidden;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.previous a:hover,
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.next a:hover {
	color: #F58320;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.previous a::after,
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.next a::after {
    content: "<<";
		color: #fff;
		position: absolute;
		left: 50%;
		margin-left: -11px;
}
#sponsorPage div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.next a::after {
    content: ">>";
}

@media (max-width: 1000px) {
	#sponsorPage .checkout {
		padding-top: 0px;
	}
	#sponsorPage .checkout .col-md-12 {
		padding: 0;
	}
	#sponsorPage .checkout h3 {
		font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
		font-size: 26px;
		text-transform: uppercase;
		line-height: 26px;
		margin-bottom: 0;
	}
	#sponsorPage .checkout span.text {
		color: #999;
		font-size: 13px;
		display: block;
		margin-top: -2px;
	}
	#sponsorPage .checkout .btn.small {
		margin-top: 3px;
	}
	#sponsorPage .checkout .btn.small a {
		padding: 0 8px;
		line-height: 25px;
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	table#tableOrders-mobile > tbody > tr > td {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	table#tableOrders-mobile > tbody > tr:first-child > td {
		padding-top: 0;
	}
	.dataTables_wrapper .col-sm-5 {
		display: none;
	}
	.dataTables_wrapper .col-sm-7 {
		width: 100%;
	}
	.dataTables_wrapper > .row:first-child > .col-sm-6:first-child {
		display: none;
	}
	.dataTables_wrapper > .row:first-child > .col-sm-6,
	.dataTables_wrapper > .row:first-child > .col-sm-6 .dataTables_filter {
		width: 100%;
		text-align: right;
	}

}
@media (max-width: 400px) {
	#sponsorPage .checkout h3 {
		font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
		font-size: 22px;
		text-transform: uppercase;
		line-height: 22px;
		margin-bottom: 4px;
	}
	#sponsorPage .checkout span.text {
		display: block;
		color: #999;
		font-size: 12px;
		margin-top: 0px;
		line-height: 12px;
		padding-bottom: 4px;
	}
	#sponsorPage .checkout .btn.small a {
		padding: 0 7px;
		line-height: 25px;
		font-size: 15px;
	}
}

#upsell-modal .modal-body .row .upsell {
	position: relative;
}
#upsell-modal .modal-body .row .upsell a.add,
#upsell-modal .modal-body .row .upsell a.remove {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	padding: 4px 0;
	width: 100px;
	font-size: 20px;
	line-height: 20px;
	border-radius: 0;
}
#upsell-modal .modal-body .row .upsell div {
	padding-left: 115px;
	display: block;
}
#upsell-modal #upsell-item-table .row:first-child {
	padding-top: 0;
}
#upsell-modal .modal-body .row .upsell hr {
  margin: 20px 0 0;
  border: 0;
  height: 1px;
  background-color: #dddddd;
}
#upsell-modal .modal-body .row .upsell .upsell-item-disclaimer {
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	font-style: italic;
}
#upsell-modal #upsell-item-table .row:last-child hr {
	display: none !important;
}

/* page preferences */
/* PAGE BILLING */
.billing_table {
  padding: 10px;
}
.billing_table th {
  background-color: #eeeeee;
}
.billing_table td,
.billing_table th {
  padding: 10px;
  text-align: left;
}

#pageUnsubscribe #unsubscribe {
	padding-bottom: 80px;
}
#pageUnsubscribe .btn.orange {
	margin: 0 10px;
}
#pageUnsubscribe #unsubscribe-global {
	margin-top: 40px;
	text-align: center;
	font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
#pageUnsubscribe #unsubscribe-global .btn {
	margin-top: 10px;
}

/* PAGE - SITE MAP
---------------------------*/
#pageSitemap .container {
  padding: 20px 0 75px;
  max-width: 1080px;
  margin: 0 auto;
}
#pageSitemap .container h2 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  text-align: left;
  line-height: 44px;
  padding: 20px 0;
}
#pageSitemap .container .content {
  padding: 0 15px;
}
#pageSitemap .container ul,
#pageSitemap .container li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#pageSitemap .container ul li a {
  font-size: 18px;
}
#pageSitemap .container ul li ul {
  padding-bottom: 15px;
}
#pageSitemap .container ul li li {
  line-height: 14px;
}
#pageSitemap .container ul li li a {
  font-size: 14px;
  padding-left: 15px;
  line-height: 14px;
}
#pageSitemap .container .block1 {
  width: 33.3%;
  max-width: 33%;
  display: inline-block;
  vertical-align: top;
}
#pageSitemap .container .block1 .content {
  margin: 0 auto;
}
#pageSitemap .container .block1 .content a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 5px -5px;
}
#pageSitemap .container .block1 .content ul {
  padding-left: 5px;
}
#pageSitemap .container .block2 {
  width: 32%;
  max-width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#pageSitemap .container .block2 h2 {
  text-align: center;
}
#pageSitemap .container .block3 {
  width: 33.3%;
  max-width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#pageSitemap .container .block3 h2 {
  text-align: center;
}
#pageSitemap .container .block4 {
  margin-top: 40px;
  text-align: center;
}
#pageSitemap .container .block4 h2 {
  text-align: center;
}
/* page site map */

/* PAGE - VIDEOS
-----------------------------------*/
.videos {
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
}
.videos .row .col:hover {
  background-color: #eee;
}
.videos .row .col.new {
  background-color: rgba(255, 180, 0, 0.3);
}
.videos .row .col.new:hover {
  background-color: #ffb400;
}
.videos .row a.go-to-overview {
  color: #222222;
  text-decoration: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.videos .row .image {
	position: relative;
	line-height: 0;
}
.videos .row .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.videos .row .details {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 7px 0;
	text-align: center;
}
.videos .row .details,
.videos .row .details div,
.videos .row .details a {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.videos .row .link a {
	background: #0e56bf;
	color: #fff;
	padding: 3px 6px;
	margin-left: 3px;
	font-size: 13px;
	font-weight: bold;
}
.videos .row .pricing .price {
	font-weight: bold;
	color: #f8931d;
	padding-left: 6px;
}
.videos .row .strike-through {
  text-decoration: line-through;
	font-size: 12px;
}
.videos .row .pricing,
.videos .row .link {
	display: inline-block;
	vertical-align: middle;
}
.videos .row .contact-us {
	background-color: #fff;
	border: 2px dotted #f8931d;
}
.videos .row .contact-us div {
	font-size: 16px;
}
.videos .row .contact-us a {
	color: #f8931d;
}
.videos .row .contact-us-checkout a {
	padding-top: 26px;
	padding-bottom: 26px;
}

@media (max-width: 500px) {
	.videos .row .pricing,
	.videos .row .link {
		display: block;
	}
	.videos .row .contact-us-checkout a {
		margin-top: 5px;
		margin-right: -5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.videos .row .link a {
		margin-top: 8px;
		display: block;
		font-size: 11px;
		padding: 3px 0;
		margin: 4px 8px 0;
	}
}

#videosOverview {
  padding-top: 50px;
}
#videosOverview .container {
  padding-bottom: 50px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#videosOverview div {
	font-size: 16px;
}
#videosOverview p {
	padding-bottom: 5px;
}
#videosOverview .title {
  margin: 0 auto;
  line-height: 42px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  font-size: 42px;
  color: #f39400;
  font-weight: bolder;
}
#videosOverview hr {
	border: 0;
	height: 1px;
	background-color: #f39400;
	margin-top: 5px;
	margin-bottom: 5px;
}
#videosOverview h3 {
	color: #f39400;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 4px;
}
#videosOverview .container iframe {
  width: 100%;
  max-width: 510px;
	min-height: 285px;
	margin: 0 auto;
	display: block;
}
#videosOverview .description {
	background-color: #fff;
	padding: 20px;
	margin-top: 5px;
}
#videosOverview .topics {
	background-color: #fff;
	padding: 5px 20px;
	margin-top: 15px;
}
#videosOverview .topics ul,
#videosOverview .topics li {
	display: block;
	list-style: none;
}
#videosOverview .topics li {
	float: left;
	width: 33.33%;
	margin-bottom: 10px;
	font-size: 14px;
}
#videosOverview .topics li .icon-check {
	background-image: url(https://cdn.bisnow.net/assets/website/check.jpg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 14px;
	width: 14px;
	padding-right: 7px;
	vertical-align: middle;
}
#videosOverview .pricing {
	background-color: #fff;
	margin-top: 25px;
	padding: 20px 20px;
}
#videosOverview .pricing .price {
	color: #f39400;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
	line-height: 51px;
}
#videosOverview .pricing .strike-through {
  text-decoration: line-through;
	font-size: 16px;
	color: #999;
	font-weight: lighter;
	padding: 0 3px;
}
#videosOverview .pricing .btn a {
	padding: 13px 15px;
}
#videosOverview .video-navigate {
	background-color: #fff;
	margin-top: 20px;
	padding: 15px 20px;
}
#videosOverview .video-navigate a {
	margin-bottom: 8px;
}
@media (max-width: 768px) {
	#videosOverview .topics li {
		width: 50%;
	}
}
@media (max-width: 480px) {
	#videosOverview .topics li {
		width: auto;
		display: block;
		float: none;
	}
}
.none {
  display: none;
}

/* PAGE - NOT FOUND
---------------------------*/
.background-error-page {
    background: #000000 url(https://cdn.bisnow.net/backgrounds/cities/chicago-downtown.jpg) center bottom no-repeat;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#notFound {
    background: rgba(0,0,0,.7);
    min-height: 100%;
    position: relative;
}
#notFound .in {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#notFound .in a.logo {
  float: left;
  overflow: hidden;
  width: 145px;
  height: 39px;
  margin: 19px 0 45px;
}
#notFound .in a.logo img {
  display: block;
  width: 145px;
  height: 39px;
}
#notFound .in .content {
  clear: both;
  max-width: 480px;
  font-size: 26px;
  line-height: 26px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#notFound .in .content p {
  padding: 15px 0;
  color: #f58320;
}
#notFound .in .content h1 {
  padding: 0 0 15px;
  color: white;
  font-size: 60px;
  line-height: 50px;
}
#notFound .in .content .links {
  overflow: hidden;
  padding-top: 15px;
}
#notFound .in .content .links ul {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#notFound .in .content .links ul li {
  padding: 6px 0 0 18px;
  margin: 0;
  background: url(https://cdn.bisnow.net/fit?height=9&type=png&url=https%3A%2F%2Fs3.amazonaws.com%2Fcdn.bisnow.net%2Fassets%2Fwebsite%2F404ListMarker.png&width=6&sign=gbPELMpKkg49bROErxvtVnnmQ0vQjw69T-wLSYxuQPs) 0 13px no-repeat;
}
#notFound .in .content .links ul li a {
  color: white;
}
#notFound .in .content .links ul li a:hover {
  color: #cccccc;
  text-decoration: none;
}
/* page not found */
/* FOOTER
-------------*/
#footer {
  padding-left: 30px !important;
  padding-right: 30px !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #666666;
}
body.blackout #footer {
	background: #000;
}
#footer.closed {
	display: none;
}
#footer.open {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#footer .in {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
  color: #999999;
}
#footer .in a {
  color: #b1b1b1;
  text-decoration: none;
}
#footer .in a:hover {
  color: #F58320;
}
#footer .in .links {
  overflow: hidden;
}
#footer .in .links .col {
  float: left;
  width: 33.33%;
}
#footer .in .links .col-title {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
}
#footer .in .icons {
  overflow: hidden;
  /* margin: -36px 0 0; */
}
#footer .in .icons > div {
  float: right;
  width: 66.66%;
}
#footer .in .icons .col {
  float: left;
  width: 50%;
}
#footer .in .icons .social {
  float: left;
}
#footer .in .icons .social a {
  float: left;
  width: 31px;
  height: 31px;
  overflow: hidden;
  margin: 4px 11px 0 0;
  border-radius: 16px;
  text-indent: -9999px;
  background: #F58320 url(https://cdn.bisnow.net/assets/social-media/footerSocIcons3.png) no-repeat;
}
#footer .in .icons .social a.tw {
  background-position: -41px 0;
}
#footer .in .icons .social a.li {
  background-position: -82px 0;
}
#footer .in .icons .social a.fe {
  background-position: -123px 0;
}
#footer .in .icons .social a:hover {
  background-color: #cc5200;
}
#footer .in .icons .phone {
  float: left;
  font-size: 37px;
  line-height: 37px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  color: #b1b1b1 !important;
}
#footer .in .icons .copyright {
  margin: 13px 0 0;
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
  color: #b1b1b1;
}
#footer .in .company-phone {
    line-height: 2.5rem;
}
@media (max-width: 1000px) {
    #footer .in .company-phone {
        clear: both;
        display: block;
        width: 400px;
    }
}
.footer-title #footer {
	display: none;
}
.footer-title {
	display: block;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	border-top: 1px solid #ddd;
	z-index: 9999;
	left: 0;
	right: 0;
	width: 100%;
}
.footer-title .row {
	padding-top: 0;
	padding-right: 8px;
	padding-left: 8px;
}
.footer-title .row div {
	font-size: 13px;
}
.footer-title .row span {
	color: #F58320;
	padding-right: 8px;
	font-weight: bold;
	font-size: 16px;
}
.footer-title .row .text-right {
	font-size: 11px;
	color: #999;
}
.footer-title .arrow {
	display: block;
	background: #fff;
	background-image: url(https://cdn.bisnow.net/assets/website/footerArrowOpenOrange.jpg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	width: 25px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
}
.footer-title .arrow.close {
	background-image: url(https://cdn.bisnow.net/assets/website/footerArrowCloseOrange.jpg);
}

/* footer */

/*---------------- LARGE DEVICES (desktops) ----------------*/
@media (min-width: 1024px) and (max-width: 1439px) {
  /* SIGN UP FOR NEWCOMERS (1024-1440)
	----------------------------------*/
  .newUsersSignUp .in .headline {
    margin-right: 6%;
  }
  /* sign up for newcomers (1024-1440) */
  /* PAGE - ABOUT (1024-1440)
	----------------------------------*/
  #pageAbout .block1 .photo .photoText {
    max-width: 640px;
    font-size: 54px;
    line-height: 56px;
  }
  #pageAbout .block1 .signUp {
    max-width: 600px;
  }
  #pageAbout .block2 .photo .in {
    max-width: 640px;
  }
  #pageAbout .block2 .fanFacts .companyStats {
    width: 640px;
  }
  #pageAbout .block2 .fanFacts .companyStats dl {
    font-size: 26px;
    line-height: 40px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item {
    max-width: 770px;
  }
  #pageAbout .block3 .bisnowSuccess .bioInner {
    height: 160px;
    overflow: hidden;
  }
  #pageAbout .block3 .bisnowSuccess .bioInner h4 {
    font-size: 32px;
    line-height: 31px;
  }
  #pageAbout .block3 .bisnowSuccess .bioInner span {
    font-size: 24px;
    line-height: 26px;
  }
  #pageAbout .block4 .biography {
    padding: 0 190px !important;
    min-height: 1235px;
  }
  #pageAbout .block4 .biography .liquidCols.biosList {
    max-width: none;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col {
    display: inline;
    width: auto;
    font-size: 0;
    line-height: 0;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col .bioItem {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #pageAbout .block5 .photo .in {
    max-width: 640px;
  }
  #pageAbout .block5 .photo .in .photoText p {
    padding-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }
  #pageAbout .block5 .contacts .in {
    max-width: none;
    padding: 0 190px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .phone {
    font-size: 130px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .email {
    font-size: 41px;
		line-height: 45px;
  }
  #pageAbout .block5 .contacts .in .liquidCols {
    overflow: visible;
  }
  #pageAbout .block5 .contacts .in .liquidCols:after {
    content: '';
    display: table;
    clear: both;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4 {
    font-size: 28px;
    line-height: 60px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item div {
    font-size: 20px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item p {
    font-size: 15px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col.visiting {
    padding-right: 150px;
    margin-right: -150px;
    background-position: 100% 80px;
      background-size: auto;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 0;
    font-size: 30px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere {
    position: static;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn {
    position: static;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn span {
    display: none;
  }
  /* page about (1024-1440) */
}
@media (min-width: 1345px) AND (max-width: 1385px) {
	#pageSponsor .block2 {
		padding-left: 80px !important;
	}
	#pageSponsor .block3 .inner,
	#pageSponsor .block4 .inner,
	#pageSponsor .block5 .in {
		padding-left: 60px !important;
		padding-right: 0;
	}
	#pageLabs .bigHeadline,
	#pageLabs #labs .easyAs,
	#pageLabs #labs .whySponsoredNews,
	#pageLabs #labs .whatItLooksLike {
		padding-left: 130px !important;
	}
	#pageSponsor #pageCurrentSponsors {
		padding-left: 120px;
		padding-right: 20px;
	}
}
@media (min-width: 1024px) AND (max-width: 1345px) {
	#pageSponsor .block2 {
		padding-left: 120px !important;
	}
	#pageSponsor .block3 .inner,
	#pageSponsor .block4 .inner,
	#pageSponsor .block5 .in {
		padding-left: 160px !important;
		padding-right: 0 !important;
	}
	#pageEventProducts .block2,
	#pageEventProducts .block3 .in,
	#pageEventProducts .block4 .in {
		padding-left: 90px !important;
		z-index: 1;
	}
	#pageEventProducts .block3.v1 img.photo {
		left: 185px;
	}
	#pageEventProducts .block3.v4 img.photo {
		left: 160px;
		max-width: 475px;
	}
	#pageLabs .bigHeadline,
	#pageLabs #labs .easyAs,
	#pageLabs #labs .whySponsoredNews,
	#pageLabs #labs .whatItLooksLike {
		padding-left: 130px !important;
	}
	#pageSponsor #pageCurrentSponsors {
		padding-left: 140px;
		padding-right: 20px;
	}
}

@media (max-width: 1150px) {
	.at4-share-outer {
		display: none !important;
	}
    .addthis-smartlayers-desktop {
        display: none !important;
    }
}

/* medium devices (1024-1120) */
@media (min-width: 1024px) and (max-width: 1120px) {
	#subheader.cities_list .innerWrap {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#subheader ul.cities_list li a {
		font-size: 12px;
		line-height: 12px;
	}
  #pageProfile .block1 {
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }
  #pageProfile .block1.topdog {
    padding: 0 20px;
  }
  #pageProfile .block2 {
    margin: 40px 20px;
  }
  #pageProfile .block2 .col.item2 {
    width: 74%;
    margin: 0 0 0 2%;
    max-width: 100%;
  }
  #pageProfile .block2 .col.item3 {
    width: 100%;
    max-width: 100%;
  }
  #pageProfiles .block2 {
    margin: 40px 15px;
  }
  #pageProfiles .block3,
  #pageProfiles .block4 {
    margin: 60px 15px;
  }
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li:first-child {
    width: 33.3%;
  }
}

@media (min-width: 0px) and (max-width: 980px) {
  /* HEADER (768-1023)
	---------------------------*/
  #fakeHeader,
  #fakeSubheader {
    height: 44px !important;
  }
  #header {
    height: 44px !important;
  }
  #header .in {
    height: 44px !important;
  }
  #header .in #mobNavBtn {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
	#mobNav .mobilehide,
	#mobNav .hidemobile {
		display: none;
	}
  #header .in #mobCartBtn {
    display: block;
  }
	#header .in #mobSubscribeBtn {
		display: block;
	}
  #header .in a.logo {
    position: relative;
    top: 14px;
    float: none;
    display: block !important;
    width: 100px !important;
    height: 17px !important;
    margin: 0 auto !important;
  }
  #header .in a.logo img {
    width: 100px;
    height: 100%;
  }
  #header .in .rightMenu {
    display: none;
  }
  #header .in nav {
    display: none;
  }
	.smallpchide {
		display: none !important;
	}
}

/* medium devices (1024-1120) */
@media (min-width: 769px) and (max-width: 1023px) {
  /* BANNERS (768-1023)
	-----------------------------*/
  .subMenuCities {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 370px !important;
  }
	#subheader ul.breadcrumbs_list {
		padding: 0;
	}
	#subheader ul.breadcrumbs_list li,
	#subheader ul.breadcrumbs_list li a {
		font-size: 16px;
	}
  .banner-600x160 {
    padding: 0 !important;
  }
  .fixedHeader .anchor {
    top: -40px;
  }

  /* NEWS ITEM (768-1023)
	-------------------------------*/
  .newsItem .articleH1 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem .articleHeader h1
	.jobListing .articleHeader h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem h2,
  .newsItem a h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem .pic .title .content {
    padding: 25px 30px;
  }
  .newsItem .pic .title .content h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem .pic .title .content h2 {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
  }
  .newsItem .pic .title .content p {
    font-size: 16px;
    line-height: 19px;
  }
  .newsItem .pic .title .content .whereAndWhen .where {
    float: left;
    margin: 0 12px 0 0;
  }
  .newsItem .pic .title .content .whereAndWhen .when {
    margin: 0;
  }
  .newsItem.compact .pic .title .content h2 {
    height: 190px;
    padding: 0;
    font-size: 34px;
    line-height: 36px;
  }
  .newsItem.compact .pic .title .content .whereAndWhen {
    width: 80%;
  }
  .newsItem.compact .pic .title .content .whereAndWhen .where {
    float: left;
    margin: 0 12px 0 0;
  }
  .newsItem.compact .pic .title .content .whereAndWhen .when {
    margin: 0;
  }
  .newsItem.compact .pic img {
    height: auto;
  }
  /* EVENT ITEM (768-1023)
	--------------------------------*/
  .eventItem .threeBtns .btn {
    display: block;
    width: 330px;
    margin: 15px auto 0 !important;
  }
  .eventItem .threeBtns .btn:first-child {
    margin-top: 0 !important;
  }
  .eventItem .threeBtns .btn a {
    display: block;
  }
  .eventItem.compact .itemInner .topBar .place {
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .eventItem.compact .itemInner h2 {
    padding: 0;
    font-size: 34px;
    line-height: 36px;
  }
	.btn span.arrWhiteL {
		left: 10%;
	}
	.btn span.arrWhiteR {
		right: 10%;
	}

  /* SINGLE ARTICLE (768-1023)
	--------------------------------------*/
  .singleArticle .in h3 {
    line-height: 26px;
    font-size: 26px;
  }
	.singleArticle .in h4 {
		font-size: 18px;
		line-height: 18px;
    }

  /* HEADER (768-1023)
	---------------------------*/
  .cart {
    background-size: auto 20px;
    margin-top: -30px;
    height: 20px;
    width: 25px;
  }
  .cart .cart_items {
    font-size: 11px;
    width: 18px;
    line-height: 11px;
    height: 12px;
    padding: 3px 0;
    left: 90%;
    top: -10px;
  }
  /* SIGN UP FOR NEWCOMERS (768-1023)
	--------------------------------------------------*/
  .newUsersSignUp .in .content {
    width: 50%;
  }
  .newUsersSignUp .in .content .listBenefits li {
    font-size: 14px;
  }
  .newUsersSignUp .in .content form {
    width: 80%;
  }
  .newUsersSignUp .in .content form p {
    margin: 0 35px;
  }
  .newUsersSignUp .in .headline {
    width: 136px;
    margin-right: -15px;
    font-size: 18px;
  }
  /* MOBNAV  */
  #mobNav ul .desktopHidden .subMenuContent {
    display: none !important;
  }
  /* PAGE - ORDINARY (768-1023)
	---------------------------------------*/
  #page .where {
    font-size: 12px;
  }
  #page .container .containerIn .headline {
    font-size: 21px;
  }
  #page .container .containerIn .aside .asideBanner {
    padding: 0;
  }
  #page .container .containerIn .aside .topStories .in ul li a {
    padding-left: 44px;
  }
  #page .container .containerIn .aside .topStories .in ul li a:hover {
    padding-left: 44px;
  }
  #page .container .containerIn .aside .topStories .in ul li a .num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
  #page .container .containerIn .aside .topStories .in ul li a .title {
    line-height: 19px;
    font-size: 19px;
  }
  #page .container .containerIn .aside .tellUs .in .question {
    font-size: 24px;
    line-height: 27px;
  }
  #page .container .containerIn .aside .tellUs .in button {
    font-size: 21px;
  }
  #page .container .containerIn .aside .featuredEventsList ul li a b {
    font-size: 26px;
    line-height: 28px;
  }
  /* page ordinary (768-1023) */

  /* PAGE - ABOUT (768-1023)
	----------------------------------*/
  #pageAbout .bigHeadline {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #pageAbout .block1 .photo .photoText {
    max-width: 490px;
    font-size: 60px;
    line-height: 60px;
  }
  #pageAbout .block1 .photo .photoText p {
    padding-top: 20px;
  }
  #pageAbout .block1 .signUp {
    max-width: 470px;
  }
  #pageAbout .block1 .signUp p {
    padding-bottom: 39px;
    font-size: 30px;
    line-height: 33px;
  }
  #pageAbout .block2 .photo .in {
    max-width: 490px;
  }
  #pageAbout .block2 .fanFacts .companyStats {
    width: 700px;
    background-position: 0 0;
    background: none;
  }
  #pageAbout .block2 .fanFacts .companyStats > * {
    padding-left: 150px;
  }
  #pageAbout .block2 .fanFacts .companyStats dl dt .full {
    display: none;
  }
  #pageAbout .block2 .fanFacts .companyStats dl dt .mobile {
    display: inline;
  }
  #pageAbout .block3 .photo .photoText p {
    top: 21px;
    font-size: 50px;
    line-height: 48px;
  }
  #pageAbout .block3 .photo .photoText p span {
    margin-top: -2px;
  }
  #pageAbout .block3 .bisnowSuccess .bigHeadline {
    padding: 42px 140px 48px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item {
    padding: 0 140px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell .title {
    font-size: 37px;
    line-height: 37px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell p {
    font-size: 17px;
    line-height: 21px;
  }
  #pageAbout .block4 .photo .in .photoText {
    max-width: 630px;
  }
  #pageAbout .block4 .photo .in .photoText p {
    padding: 16px 30px 0;
    font-size: 32px;
    line-height: 40px;
  }
  #pageAbout .block4 .biography {
    padding: 0 140px !important;
  }
  #pageAbout .block4 .biography .liquidCols.biosList {
    max-width: none;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col {
    display: inline;
    width: auto;
    font-size: 0;
    line-height: 0;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col .bioItem {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #pageAbout .block5 .photo .in .photoText {
    max-width: 600px;
    margin-left: auto;
  }
  #pageAbout .block5 .photo .in .photoText p {
    padding: 45px 30px 0 48px;
    font-size: 32px;
    line-height: 40px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner p {
    width: 100%;
    font-size: 32px;
    line-height: 34px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere {
    position: relative;
    right: auto;
    margin: 10px 0 0;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn {
    position: static;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn a {
    font-size: 33px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn .arrWhiteL {
    display: none;
  }
  #pageAbout .block5 .contacts .in {
    max-width: 540px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow span {
    font-size: 36px;
    line-height: 38px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .phone {
    font-size: 107px;
    line-height: 130px;
    margin-top: -6px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .email {
    font-size: 33px;
		line-height: 38px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col {
    width: 100%;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4 {
    font-size: 30px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4.empty {
    display: none;
  }
  #pageAbout .leftAnchoredMenu li {
    margin: 5px 0 0;
  }
  #pageAbout .leftAnchoredMenu li a {
    display: block;
    width: 118px;
    padding: 13px 8px 14px;
    font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    background: url(https://cdn.bisnow.net/assets/website/aboutLeftAnchoredMenu.png) no-repeat;
    background-size: 100% 200%;
  }
  #pageAbout .leftAnchoredMenu li a:hover,
  #pageAbout .leftAnchoredMenu li a.selected {
    background-position: 0 -48px;
    color: white;
    text-decoration: none;
  }
  /* page about (768-1023) */
  /* PAGE - OFFICE LOCATIONS (768-1023)
	------------------------------------------------*/
  #pageOfficeLocations .backButton {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  #pageOfficeLocations .backButton a {
    margin: 5px auto 0;
  }
  /* page office locations (768-1023) */
  /* PAGE - CAREERS (768-1023)
	------------------------------------------------*/
  #pageCareers .block3 .openPositions {
    width: auto;
    max-width: 100%;
  }
  #pageCareers .block3 .openPositions .position {
    width: 46%;
  }
  /* page careers (768-1023) */
  /* PAGE - INDIVIDUAL CAREER (768-1023)
	------------------------------------------------*/
  #pageCareer .block1 {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 100%;
    width: auto;
    text-align: center;
  }
  #pageCareer .disclaimer {
    margin: 0 20px 20px;
    max-width: 100%;
    width: auto;
  }
  /* page individual career (768-1023) */
  /* PAGE - EVENT PRODUCTS (768-1023)
	------------------------------------------------*/
	#pageEventProducts .block2 {
		padding-left: 150px !important;
	}
  #pageEventProducts .block2 .wrap .col > * {
    padding: 0 15px;
  }
  #pageEventProducts .block2 .wrap .col p {
    font-size: 19px;
    line-height: 19px;
  }
	#pageEventProducts .block3 .in {
		padding-left: 150px !important;
	}
  #pageEventProducts .block3 .in .leftCol {
    padding-left: 15px;
  }
  #pageEventProducts .block3 .in .leftCol img.bigArrow {
    display: none;
  }
  #pageEventProducts .block3.v1 img.photo {
    left: 180px;
		max-width: 280px;
  }
  #pageEventProducts .block3.v2 img.photo {
    left: 30px;
    bottom: -45px;
    margin: 0;
  }
  #pageEventProducts .block3.v2 .in .leftCol {
    background-position: 55px 0;
  }
  #pageEventProducts .block3.v3 img.photo {
    left: 155px;
  }
  #pageEventProducts .block3.v3 .in .leftCol {
    background-position: 235px 0;
  }
  #pageEventProducts .block3.v4 img.photo {
    left: 175px;
		width: 286px;
		max-width: 50%;
  }
  #pageEventProducts .photo.float {
    left: 225px;
    max-width: 150px;
    margin-top: -210px;
  }

  /* page event products (768-1023) */
  /* PAGE - SPONSOR (768-1023)
	-------------------------------------*/
  #pageSponsor .block1 .photoText {
    width: 720px;
    top: 90px;
  }
  #pageSponsor .block1 .photoText .stats {
    font-size: 60px;
    line-height: 60px;
  }
  #pageSponsor .block1 .photoText p {
    font-size: 26px;
    line-height: 30px;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a {
    font-size: 21px;
  }
	#pageSponsor .block2 .diagram {
		padding-left: 120px !important;
	}
  #pageSponsor .block2 .diagram .in .text .headline h3 {
    padding-top: 27px;
    line-height: 173px;
    font-size: 34px;
  }
  #pageSponsor .block2 .diagram .in .text .description p {
    font-size: 15px;
    line-height: 20px;
  }
  #pageSponsor .block2 .diagram .in .text .description p span {
    font-size: 18px;
    line-height: 21px;
  }
  #pageSponsor .block2 .diagram .in .text.local .description {
    padding-top: 93px;
  }
  #pageSponsor .block2 .diagram .in .text.national .description {
    padding-top: 30px;
  }
	#pageSponsor .block3 .inner {
		padding-left: 150px !important;
	}
  #pageSponsor .block3 .inner .byMarketHeadline h3 {
    text-align: left;
  }
  #pageSponsor .block3 .inner .profession,
  #pageSponsor .block3 .inner .wealth {
    width: 50%;
  }
  #pageSponsor .block3 .inner .profession .in .diagram ul li div {
    width: 36%;
  }
  #pageSponsor .block3 .inner .profession .in .diagram ul li span {
    font-size: 21px;
  }
  #pageSponsor .block3 .inner .wealth {
    margin-top: 0;
  }
  #pageSponsor .block3 .inner .market {
    width: 50%;
  }
  #pageSponsor .block3 .inner .market .explanation.top {
    display: block;
  }
  #pageSponsor .block3 .inner .market .explanation.bottom {
    display: none;
  }
  #pageSponsor .block3 .inner .market .in .subscribers ul li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li:first-child {
    width: 33.3%;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap {
    width: 688px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap .arr {
    display: none;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.divider {
    width: 30px;
  }
	#pageSponsor .block4 .inner {
		padding-left: 150px !important;
	}
  #pageSponsor .block4 .inner .growth.subscribers .caption {
    position: relative;
    top: 40px;
    margin-bottom: 40px;
  }
	#pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li {
		height: 105px;
	}
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label {
    font-size: 16px;
  }
	#pageSponsor .block5 .in {
		padding-left: 150px !important;
	}
  #pageSponsor .block5 .in h2 {
    font-size: 46px;
    line-height: 46px;
  }
  #pageSponsor .block5 .in .wrap .col h3 {
    font-size: 26px;
    line-height: 26px;
  }

  /* page sponsor (768-1023) */
  /* PAGE INDEX SPONSOR (768-1023)
	---------------------------*/

	#pageIndex .sponsor .logo {
		margin-bottom: 20px;
		display: block;
		vertical-align: middle;
		text-align: center;
		max-width: 100%;
		width: auto;
		max-height: 90px;
		margin: 0 0 10px;
	}

	#pageIndex .sponsor .logo img {
		max-width: 40%;
	}

	#pageIndex .sponsor .content {
		max-width: 100%;
		display: block;
	}

  /* page index sponsor (768-1023) */
  /* PAGE - EVENTS ITEM (768-1023)
	------------------------------------------*/
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner {
    padding-bottom: 20px;
  }
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.left,
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.right {
		display: block;
		line-height: 28px;
		text-align: center;
	}
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.middle {
		display: none;
	}
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn:first-child {
    margin-bottom: 15px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn a {
    display: block;
    padding: 0 5px;
    width: auto;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .price {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  #pageEvents.pageEventsItem #events .in .block .speakers {
    padding: 0 60px;
  }
  #pageEvents.pageEventsItem #events .in .block .speakers ul li {
    width: 49%;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .arrow.orange {
    padding: 0;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .price {
    font-size: 100px;
    line-height: 150px;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .arrow.orange {
    width: 190px;
    height: 50px;
    background-size: 190px auto;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .btn a,
  #pageEvents.pageEventsItem #events .in .block.tickets2 .btn .buy,
  #pageEvents.pageEventsItem #events .in .block.tickets2 .btn .sponsor {
    font-size: 26px;
    display: block;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .comments {
    font-family: 'trade_gothic_regular', Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul li {
    width: 50%;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul li.left img {
    float: none;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul li.right img {
    float: none;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col header h2 {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col header h2.location {
    padding-right: 0;
    background: none;
    width: 100%;
    max-width: 330px;
  }
  #pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn span {
    display: none;
  }
	#pageEvents .shop-page iframe {
		width: 100%;
		display: block;
	}

  /* page events item (768-1023) */
  /* PAGE - APPLY TO SPEAK (768-1023)
	------------------------------------------*/
  #pageSpeak #applyToSpeak .in .contentPage .formBlock h2 {
    padding-bottom: 16px;
    text-align: center;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock h2.floatLeft {
    float: none;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup {
    float: none;
    text-align: center;
    padding-bottom: 30px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup label {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
  /* page apply to speak (768-1023) */
  /* PAGE - AD (768-1023)
	-----------------------------*/
	#pageAd {
		padding-left: 150px;
	}
  #pageAd .topBg span {
    margin-left: auto;
    right: 10px;
    position: absolute;
    opacity: 0.1;
  }
  #pageAd .wrapper .content {
    width: auto;
    max-width: 100%;
  }
  #pageAd .wrapper .content img {
    height: auto;
    max-width: 96%;
    margin: 0 auto;
  }
  #pageAd .wrapper .content .fileSubmission {
    position: relative;
    display: block;
    margin: 60px auto 0;
    top: auto;
    right: auto;
  }
  /* page add (768-1023) */
  /* PAGE - CREATIVE LABS (768-1023)
	----------------------------------------------*/
  #pageLabs .topBg span {
    opacity: 0.2;
  }
	#pageLabs #labs .easyAs {
		padding-left: 130px;
	}
  #pageLabs #labs .easyAs .in ul li {
    width: auto;
  }
	#pageLabs #labs .whySponsoredNews {
		padding-left: 130px;
	}
  #pageLabs #labs .whySponsoredNews .in .arrow {
    display: none;
  }
	#pageLabs #labs .whatItLooksLike {
		padding-left: 130px;
	}
  #pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col {
    width: 33.33%;
  }
  #pageLabs #labs .morningBrief .in h2 {
    position: static;
    padding-top: 45px;
    width: auto;
    text-align: center;
  }
  #pageLabs #labs .morningBrief .in h2 i {
    padding-top: 0;
  }
  #pageLabs #labs .morningBrief .in .content {
    padding-right: 0;
  }
  #pageLabs #labs .morningBrief .in .content .pic {
    float: none;
    left: 118px;
    margin: 0 auto;
  }


  /* page add (768-1023) */
  /* PAGE - MORNING BRIEF (768-1023)
	----------------------------------------------*/
	#pageAd .morningBrief .in h2,
  #pageMorningBrief #labs .morningBrief .in h2 {
    position: static;
    padding-top: 45px;
    width: auto;
    text-align: center;
  }
	#pageAd .morningBrief .in h2 i,
  #pageMorningBrief #labs .morningBrief .in h2 i {
    padding-top: 0;
  }
	#pageAd .morningBrief .in .content,
  #pageMorningBrief #labs .morningBrief .in .content {
    padding-right: 0;
  }
	#pageAd .morningBrief .in .content .pic,
  #pageMorningBrief #labs .morningBrief .in .content .pic {
    float: none;
    left: 118px;
    margin: 0 auto;
  }
	#pageAd .wrapper {
		padding-top: 10px;
	}
	#pageAd .tabs menu {
		border: 0;
	}
	#pageAd .tabs menu ul {
		height: auto;
		border-bottom: 1px solid #ececec;
	}
	#pageAd .tabs menu ul li {
		width: 50%;
		display: block;
		float: left;
	}
	#pageAd .tabs menu ul li a {
		display: block;
		width: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}


  /* page creative labs (768-1023) */
  /* PAGE - PRESS (768-1023)
	----------------------------------*/
  #pagePress #press .pressList ul li img {
    width: 100px;
    height: 100px;
  }
  #pagePress #press .pressList ul li div p {
    padding-top: 6px;
    font-size: 20px;
    line-height: 22px;
  }
  /* page press (768-1023) */
  /* PAGE - SUBSCRIBE (768-1023)
	----------------------------------------*/
  #subscribe .block .content .in .textFieldsGroup .textFields {
    width: 80%;
  }
  #subscribe .block .content .in .checkboxGroup label {
    padding-left: 18px;
    font-size: 15px;
  }
  #subscribe .block .content .in .btn span {
    display: none;
  }
  #subscribe .block.step3 .content .textFieldsGroup .textFields {
    width: 100%;
  }
  /* page subscribe (768-1023) */
  /* PAGE - TAGS (768-1023)
	-----------------------------------*/
  #pageTags .tags {
    max-width: 100%;
  }
  #pageTags .tags .col ul {
    list-style: none;
  }
  #pageTags .tags .col ul li {
    width: 30%;
    max-width: 30%;
    margin-right: 3.3%;
  }
  /* page tags (768-1023) */
  /* PAGE - SEARCH RESULTS (768-1023)
	------------------------------------------------*/
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar .place {
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar h2 {
    text-align: center;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people .name {
    float: none;
    margin: 0;
    padding-top: 3px;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people .name:first-child {
    padding-top: 0;
  }
  #pageSearch .results .in .noResults .tags .col {
    width: 33.33%;
  }
	#pageSearch .results .in header .sort .sort-item {
		display: block;
		padding: 0 0 5px;
	}
	#pageSearch .results .in header .sort .sort-item:last-child {
		padding: 0;
	}

  /* page search results (768-1023) */
  /* PAGE - ARCHIVES (768-1023)
	------------------------------------------------*/
  /* page search archives (768-1023) */
  /* PAGE - PROFILE (768-1023)
	------------------------------------------------*/
  #pageProfile .block1 {
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }
  #pageProfile .block1.topdog {
    padding: 0 20px;
  }
  #pageProfile .block2 {
    margin: 40px 20px;
  }
  #pageProfile .block2 h2 {
    font-size: 28px;
    line-height: 17px;
  }
  #pageProfile .block2 .col.item1 .content {
    font-size: 14px !important;
  }
  #pageProfile .block2 .col.item2 {
    width: 74%;
    margin: 0 0 0 2%;
    max-width: 100%;
  }
  #pageProfile .block2 .col.item3 {
    width: 100%;
    max-width: 100%;
  }
	#pageProfiles .block2 .cols .filters,
	#pageProfiles .block2 .cols .search {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	#pageProfiles .block2 .cols .filters .col:first-child {
		width: 49%;
		margin-left: 0;
	}
	#pageProfiles .block2 .cols .filters .col:last-child {
		width: 49%;
		margin-right: 0;
	}

  /* PAGE - PROFILES (768-1023)
	------------------------------------------------*/
  #pageProfiles .block2 {
    margin: 40px 15px;
  }
  #pageProfiles .block3 {
    margin: 0 15px;
  }
  #pageProfiles .block3 .profiles .profile {
    max-width: 33%;
    width: 32.5%;
  }
  #pageProfiles .block4 {
    margin: 40px 15px;
  }
  /* PAGE - PREFERENCES (768-1023)
	--------------------------------------------*/
  #preferences .prefContent .fieldSet .liquidCols .wrap .col {
    width: 100%;
  }
  #preferences .prefContent .fieldSet .liquidCols .wrap .col.full .inner {
    margin-right: 0;
  }
  /* page preferences (768-1023) */
  /* PAGE - VIDEOS (768-1023)
	--------------------------------------------*/
  #videos .row .col {
    max-width: 33.33%;
  }
  /* page - videos (768-1023) */
  .contact-info {
    margin-top: 40px;
  }
  /* PAGE - NOT FOUND (768-1023)
	-----------------------------------------*/
  #notFound {
    background-position: 45% bottom;
  }
  /* page not found (768-1023) */
  /* BIOGRAPHY (768-1023)
	---------------------------*/
  .biography .liquidCols.biosList .col {
    float: none;
    width: auto;
    display: inline;
    font-size: 0;
    line-height: 0;
  }
  .biography .liquidCols.biosList .bioItem {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .biography .buttons a:hover {
    color: black;
  }
  .biography .buttons a:hover span {
    background-color: #666666;
  }
  /* biography (768-1023) */
  /* PAGE - CURRENT SPONSORS (768-1023)
	---------------------------*/
	#pageSponsor #pageCurrentSponsors {
		padding-left: 150px;
	}
  #pageCurrentSponsors .bigHeadline {
    margin: 0 auto;
  }
  /* page current sponsors  (768-1023) */

  /* PAGE - EVENTS (768-1023)
	----------------------------------*/
  #pageEvents #events .in .subheader{
    font-size: 24px;
		line-height: 28px;
    height: auto;
  }
  /* page events  (768-1023) */

}

/* medium devices (768-1023) */
@media (max-width: 845px) {
  .biography {
    min-height: 1260px;
  }
  .biography .bioContent h4 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .biography .bioContent span {
    font-size: 20px !important;
    line-height: 20px !important;
    height: 22px !important;
  }
}
/* medium devices (767-845px) */
/*------------------- SMALL DEVICES (tablets) -------------------*/
@media (max-width: 768px) {

	.tablet {
		display: block !important;
	}

	.tablethide {
		display: none !important;
	}

  /* 2 COLS -> 1 COL (480-767)
	----------------------------------*/
  .twoColsMediaQuery .col {
    width: 100% !important;
  }
  /* BANNERS (480-767)
	---------------------------*/
  .headerBanner,
  .banner-600x160 {
    padding: 0 !important;
  }
  .headerBanner {
    height: 0;
    overflow: hidden;
    margin-top: -10px;
  }
	#subheader ul.breadcrumbs_list {
		padding: 0;
	}
	#subheader ul.breadcrumbs_list li,
	#subheader ul.breadcrumbs_list li a {
		font-size: 14px;
	}
	#subheader.cities_list,
	#subheader.cities_list_compact {
		display: none;
	}
  .anchor {
    top: -48px;
  }

  /* "LOAD MORE" BUTTON (480-767)
	------------------------------------------------*/
  .loadMore a:hover {
    background: black;
    color: white;
  }
  .loadMore a:hover i {
    background: url(https://cdn.bisnow.net/assets/website/btnIcons.png) -104px 0 no-repeat;
  }

  /* MODAL (480-767)
	-------------------------------*/
	.modal-dialog.new-website-welcome .modal-content .close-button {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.modal-dialog.new-website-welcome .modal-content .modal-body {
		font-size: 42px;
		line-height: 42px;
	}
	.modal-dialog.new-website-welcome .modal-content .close-button {
		height: 50px;
		line-height: 50px;
		width: 50px;
		font-size: 28px;
	}
	.modal-dialog.new-website-welcome .modal-content .modal-body .learn-more {
		font-size: 30px;
		line-height: 30px;
		margin: 30px auto 0px;
	}

  /* NEWS ITEM (480-767)
	-------------------------------*/
  .newsItem .articleHeader,
	.jobListing .articleHeader {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .newsItem .articleH1 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem .articleHeader h1,
	.jobListing .articleHeader h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem h2,
  .newsItem a h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .newsItem .pic .label {
    display: none;
  }
  .newsItem .pic .where.top {
    display: block;
  }
  .newsItem .pic .title .content h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .newsItem .pic .title .content h2 {
    font-size: 27px;
    line-height: 30px;
    height: 27px;
    overflow: hidden;
  }
  .newsItem .pic .title .content p {
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin: 0 0 4px;
  }
  .newsItem .pic .title .content .whereAndWhen .where {
    display: none;
    float: left;
    margin: 0 12px 0 0;
  }
  .newsItem .pic .title .content .whereAndWhen .when {
    margin: 0;
  }
  .newsItem.compact {
    background: white;
  }
  .newsItem.compact .pic {
    overflow: hidden;
  }
  .newsItem.compact .pic img {
    float: left;
    width: 35%;
    height: auto;
  }
  .newsItem.compact .pic a.plus {
    right: 0;
    bottom: 0;
    top: auto;
    margin-top: 0;
  }
  .newsItem.compact .pic .label {
    display: none;
  }
  .newsItem.compact .pic .title {
    position: relative;
    overflow: hidden;
    padding: 36px 15px 15px;
    width: auto;
    height: auto;
  }
  .newsItem.compact .pic .title .bg {
    display: none;
  }
  .newsItem.compact .pic .title .content {
    position: static;
    padding: 0;
  }
  .newsItem.compact .pic .title .content h2 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: black;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .newsItem.compact .pic .title .content .whereAndWhen {
    left: 15px;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
  }
  .newsItem.compact .pic .title .content .whereAndWhen .where {
    float: right;
    display: block;
    margin: 0;
  }
  .newsItem.compact .pic .title .content .whereAndWhen .when {
    float: left;
    color: #666666;
    margin: 0;
  }
  .newsItem.compact:hover h2 {
    color: #F58320 !important;
  }
  .newsItem.compact:hover table h2 {
    color: white !important;
  }
	.jobListing .articleHeader h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.jobListing .articleHeader h3 small {
		font-size: 14px;
		line-height: 14px;
	}


  /* EVENT ITEM (480-767)
	-------------------------------*/
  .eventItem .itemInner .btn {
    margin-top: 30px;
  }
  .eventItem .itemInner .btn a {
    font-size: 26px;
  }
  .eventItem .itemInner .btn span {
    display: none;
  }
  .eventItem .itemInner .threeBtns {
    padding-top: 30px;
  }
  .eventItem .itemInner .threeBtns .btn {
    display: block;
    width: 330px;
    margin: 15px auto 0 !important;
  }
  .eventItem .itemInner .threeBtns .btn:first-child {
    margin-top: 0 !important;
  }
  .eventItem .itemInner .threeBtns .btn a {
    display: block;
  }
  .eventItem .itemInner .topBar .place {
    font-size: 26px;
  }
  .eventItem .itemInner h2 {
    margin-bottom: -15px;
    font-size: 64px;
    line-height: 60px;
  }
  .eventItem .itemInner .people .column {
    width: 100%;
    padding-top: 24px;
  }
  .eventItem .itemInner .people .column .name {
    padding-bottom: 6px;
  }
  .eventItem .itemInner .people .column .from {
    padding-bottom: 0;
  }

  /* BIOGRAPHY (480-767)
	---------------------------*/
  .biography {
    min-height: 2190px;
  }
  .biography .liquidCols.biosList .col {
    float: none;
    width: 100%;
  }
  .biography .buttons a:hover {
    color: black;
  }
  .biography .buttons a:hover span {
    background-color: #666666;
  }
  /* SINGLE ARTICLE (480-767)
	------------------------------------*/
  .singleArticle.responsive .pic {
    float: left;
    width: 35%;
  }
  .singleArticle.responsive .pic .label {
    display: none;
  }
  .singleArticle.responsive .pic a.plus {
    display: none;
  }
  .singleArticle.responsive .in {
    padding: 36px 15px 15px;
  }
  .singleArticle.responsive .in h3 {
    line-height: 24px;
    font-size: 24px;
  }
  .singleArticle.responsive .in p {
    display: none;
  }
  .singleArticle.responsive .in .where {
    position: absolute;
    right: 0;
    top: 0;
  }
  .singleArticle.responsive .in .story-info {
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: 0;
  }
  .singleArticle.sponsored .pic .label {
    display: none;
  }
	.singleArticle .in .author {
		display: none;
    }

  /* MORNING BRIEF (480-767)
	------------------------*/
  .mbr #sortable td {
    font-size: 15px !important;
    line-height: 15px;
  }
  /* HEADER (480-767)
	---------------------------*/
  #subheader .innerWrap .in {
        max-width: 100%;
        text-align: left;
        text-align: center;
        padding: 10px 0;
  }
  #subheader .innerWrap .in h1 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px !important;
  }
  .cart {
    background-size: auto 20px;
    margin-top: -30px;
    height: 20px;
    width: 25px;
  }
  .cart .cart_items {
    font-size: 11px;
    width: 18px;
    line-height: 11px;
    height: 12px;
    padding: 3px 0;
    left: 90%;
    top: -10px;
  }
  /* SIGN UP FOR NEWCOMERS (480-767)
	-------------------------------------------------*/
  .newUsersSignUp {
    display: none;
    background-position: 28% bottom;
  }
  .newUsersSignUp .in {
    min-height: 454px;
  }
  .newUsersSignUp .in .content {
    width: 405px;
  }
  .newUsersSignUp .in .content .headline {
    padding-top: 40px;
    font-size: 46px;
    line-height: 42px;
  }
  .newUsersSignUp .in .content form {
    margin-right: 100px;
  }
  .newUsersSignUp .in .content form p {
    padding: 0;
    margin: 0;
  }
  .newUsersSignUp.small {
    background-position: 35% bottom;
  }
  /* MOBNAV  */
  #mobNav ul .dekstopHidden {
    display: block;
  }

  /* PAGE - ORDINARY (480-767)
	-------------------------------------*/
  #content .container .banner-600x160 {
    display: none;
  }
	#content .container .eventItem.compact .itemInner h2 {
		padding-bottom: 10px;
		font-size: 38px;
		line-height: 36px;
	}
	#content .container .eventItem.compact .itemInner .topBar .place {
		font-size: 22px;
	}
  #page .container .containerIn .aside .topStories .in ul li a,
  #pageCity .container .containerIn .aside .topStories .in ul li a,
  #pageIndex .container .containerIn .aside .topStories .in ul li a {
    padding-bottom: 12px;
    padding-left: 18px;
  }
  #page .container .containerIn .aside .topStories .in ul li a:hover,
  #pageCity .container .containerIn .aside .topStories .in ul li a:hover,
  #pageIndex .container .containerIn .aside .topStories .in ul li a:hover {
    padding-bottom: 12px;
    padding-left: 18px;
  }
  #page .container .containerIn .aside .topStories .in ul li a .num,
  #pageCity .container .containerIn .aside .topStories .in ul li a .num,
  #pageIndex .container .containerIn .aside .topStories .in ul li a .num {
    display: none;
  }
  #page .container .containerIn .aside .topStories .in ul li a .title,
  #pageCity .container .containerIn .aside .topStories .in ul li a .title,
  #pageIndex .container .containerIn .aside .topStories .in ul li a .title {
    padding-top: 27px;
    margin: 0;
  }
  #page .container .containerIn .aside .topStories .in ul li a .where,
  #pageCity .container .containerIn .aside .topStories .in ul li a .where,
  #pageIndex .container .containerIn .aside .topStories .in ul li a .where {
    position: absolute;
    right: 12px;
    top: 12px;
    margin: 0;
  }
  #page .container .containerIn .aside .topStories .in ul li a .when,
  #pageCity .container .containerIn .aside .topStories .in ul li a .when,
  #pageIndex .container .containerIn .aside .topStories .in ul li a .when {
    position: absolute;
    left: 18px;
    top: 12px;
    margin: 0;
  }
  #page .container .containerIn .aside .featuredEventsList ul li a span,
  #pageCity .container .containerIn .aside .featuredEventsList ul li a span,
  #pageIndex .container .containerIn .aside .featuredEventsList ul li a span {
    font-size: 16px;
  }
  #page .container .containerIn .aside .featuredEventsList ul li a b,
  #pageCity .container .containerIn .aside .featuredEventsList ul li a b,
  #pageIndex .container .containerIn .aside .featuredEventsList ul li a b {
    font-size: 32px;
    line-height: 34px;
  }
  #page .container .containerIn .aside .filters-wrapper,
  #pageCity .container .containerIn .aside .filters-wrapper,
  #pageIndex .container .containerIn .aside .filters-wrapper {
    display: none;
		background-color: #fff;
  }
	#page .container .containerIn .aside .filters-wrapper-show,
	#pageCity .container .containerIn .aside .filters-wrapper-show,
	#pageIndex .container .containerIn .aside .filters-wrapper-show {
		display: block !important;
	}
  #page .container .containerIn .aside .featuredEvents,
  #pageCity .container .containerIn .aside .featuredEvents,
  #pageIndex .container .containerIn .aside .featuredEvents {
    display: none;
  }
  #page .container .containerIn .aside .asideBanner.full,
  #pageCity .container .containerIn .aside .asideBanner.full,
  #pageIndex .container .containerIn .aside .asideBanner.full {
    display: none;
  }

  /* page ordinary (480-767) */
  #pageCity .topStories,
  #pageIndex .topStories {
    display: none;
  }
	#pageCity #subheader .innerWrap,
	#pageIndex #subheader .innerWrap {
		padding-left: 10px !important;
		padding-right: 10px !important;
		overflow: hidden;
	}
	#pageCity #subheader .innerWrap .in h1,
	#pageIndex #subheader .innerWrap .in h1 {
		font-size: 17px;
	}

  /* PAGE - ABOUT (480-767)
	---------------------------------*/
  #pageAbout .bigHeadline {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #pageAbout .bigHeadline h2 {
    font-size: 52px;
    line-height: 48px;
  }
  #pageAbout .block1 .photo {
    height: 470px;
    background-position: 50% 0;
  }
  #pageAbout .block1 .photo .photoText {
    top: 85px;
    font-size: 48px;
    line-height: 48px;
  }
  #pageAbout .block1 .photo .photoText p {
    padding-top: 54px;
    max-width: 350px;
    margin: 0 auto;
  }
  #pageAbout .block1 .signUp p {
    padding-bottom: 39px;
    font-size: 27px;
    line-height: 30px;
  }
  #pageAbout .block1 .signUp .btn {
    width: 320px;
  }
  #pageAbout .block1 .signUp .btn a {
    line-height: 75px;
    font-size: 42px;
  }
  #pageAbout .block1 .signUp .btn span {
    display: none;
  }
  #pageAbout .block2 .fanFacts {
    height: 725px;
  }
  #pageAbout .block2 .fanFacts .companyStats {
    width: 410px;
    background: none;
  }
  #pageAbout .block2 .fanFacts .companyStats > * {
    padding-left: 0;
  }
  #pageAbout .block2 .fanFacts .companyStats dl {
    line-height: 34px;
    font-size: 31px;
  }
  #pageAbout .block2 .fanFacts .companyStats dl dt .full {
    display: none;
  }
  #pageAbout .block2 .fanFacts .companyStats dl dt .mobile {
    display: inline !important;
  }
  #pageAbout .block2 .fanFacts .companyStats p {
    line-height: 27px;
    font-size: 18px;
  }
  #pageAbout .block3 .photo .photoText p {
    top: 33px;
    font-size: 44px;
    line-height: 42px;
  }
  #pageAbout .block3 .photo .photoText p span {
    margin-top: -1px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell .title {
    font-size: 32px;
    line-height: 32px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell p {
    font-size: 16px;
    line-height: 20px;
  }
  #pageAbout .block3 .bisnowSuccess h2 img {
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: -1;
  }
  #pageAbout .block4 .photo .in .photoText {
    float: none;
    max-width: 845px;
    width: auto;
  }
  #pageAbout .block4 .photo .in .photoText p {
    width: 460px;
    margin: 0 auto;
    padding-top: 36px;
    font-size: 26px;
    line-height: 34px;
  }
  #pageAbout .block4 .photo .in .photoText img {
    right: 60px;
  }
  #pageAbout .block4 .biography {
    min-height: 2100px;
  }
  #pageAbout .block4 .biography .buttons a {
    line-height: 52px;
    margin: 0 9px;
    font-size: 30px;
    padding: 0 !important;
  }
  #pageAbout .block4 .biography .buttons a span {
    display: none;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col {
    width: 100%;
  }
  #pageAbout .block5 .photo .in .photoText p {
    padding: 50px 30px 0;
    text-indent: -13px;
    font-size: 26px;
    line-height: 34px;
  }
  #pageAbout .block5 .photo .in .photoText img {
    right: 60px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner p {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px;
    padding: 0 20px 0 0;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere {
    position: static;
    display: table-cell;
    vertical-align: middle;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn {
    position: static;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn a {
    font-size: 30px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn span {
    display: none !important;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow span {
    font-size: 26px;
    line-height: 26px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow b {
    font-size: 80px;
    line-height: 80px;
    margin-top: -4px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .phone {
    font-size: 80px;
    line-height: 80px;
    margin-top: -4px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .email {
    font-size: 23px;
		line-height: 28px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col {
    width: 100%;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4 {
    font-size: 32px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4.empty {
    display: none;
  }
  /* page about (480-767) */
  /* PAGE - OFFICE LOCATIONS (480-767)
	------------------------------------------------*/
  #pageOfficeLocations .backButton {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  #pageOfficeLocations .backButton a {
    margin: 5px auto 0;
  }
  /* page office locations (480-767) */
  /* PAGE - CAREERS (480-767)
	------------------------------------------------*/
  #pageCareers .block1 .liquidCols .col .title {
    font-size: 60px;
    line-height: 60px;
  }
  #pageCareers .block2 .applyNote {
    font-size: 30px;
    line-height: 35px;
    background: #F58320;
    color: #FFF;
    height: auto;
  }
  #pageCareers .block2 .btn.orange {
    margin-top: 20px;
  }
  #pageCareers .block2 .btn.orange a {
    background-color: #000;
  }
  #pageCareers .block2 .btn.orange a:hover {
    color: #F58320;
  }
  #pageCareers .block2 .liquidCols {
    text-align: center;
  }
  #pageCareers .block2 .liquidCols .wrap {
    text-align: center;
  }
  #pageCareers .block2 .liquidCols .wrap .col {
    display: inline-block;
    max-width: 100%;
    width: auto;
    padding: 0 30px;
    margin: 0 auto 10px;
    float: none;
  }
  #pageCareers .block2 .liquidCols .wrap .col div,
  #pageCareers .block2 .liquidCols .wrap .col img {
    display: inline-block;
    vertical-align: middle;
  }
  #pageCareers .block2 .liquidCols .wrap .col img {
    max-width: 90px;
    height: auto;
    margin-right: 15px;
  }
	#pageCareers .block3 {
		background-image: none;
	}
  #pageCareers .block3 .openPositions {
    width: auto;
    max-width: 100%;
  }
  #pageCareers .block3 .openPositions .position {
    width: auto;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }

  /* page careers (480-767) */
  /* PAGE - INDIVIDUAL CAREER (480-767)
	------------------------------------------------*/
  #pageCareer .block1 {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
    width: auto;
    text-align: center;
  }
  #pageCareer .block2 .col.item1 {
    display: block;
    position: relative;
    width: auto;
    max-width: 100%;
    background-image: url(/img/aboutSuccessBgHrz.png);
    padding: 20px 20px 50px;
    background-position: bottom left;
    background-repeat: repeat-x;
  }
  #pageCareer .block2 .col.item1 a {
    width: 100%;
    max-width: 100%;
  }
  #pageCareer .block2 .col.item2 {
    margin: 40px 10px;
    width: auto;
    max-width: 100%;
    min-height: 0;
    padding: 0;
  }
  #pageCareer .disclaimer {
    margin: 0 20px 15px;
    max-width: 100%;
    width: auto;
  }
  /* page individual career (480-767) */
  /* PAGE - CAREER APPLY (480-767)
	------------------------------------------------*/
  #pageCareerApply .block2 form {
    margin-left: 15px;
    margin-right: 15px;
  }
  #pageCareerApply .block2 form .liquidCols .col {
    width: auto;
    max-width: 100%;
    display: block;
  }
  #pageCareerApply .block2 form .submit .arrBlackL,
  #pageCareerApply .block2 form .submit .arrBlackR {
    display: none;
  }
  #pageCareerApply .block3,
  #pageCareerApply .block2,
  #pageCareerApply .disclaimer {
    max-width: 100%;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* page career apply (480-767) */
  /* PAGE - EVENT PRODUCTS (480-767)
	------------------------------------------------*/
	#pageEventProducts .block1 {
		overflow: hidden;
	}
	#pageEventProducts .block1 .photo {
    height: 500px;
  }
  #pageEventProducts .block1 .photo .photoText {
    top: 46px;
  }
  #pageEventProducts .block1 .photo .photoText p {
    padding-top: 44px;
    font-size: 62px;
    line-height: 62px;
  }
  #pageEventProducts .block1 .photo .photoText p span {
    font-size: 26px;
    line-height: 28px;
  }
  #pageEventProducts .block2 .wrap {
    width: 275px;
    padding-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  #pageEventProducts .block2 .wrap .col {
    float: none;
    width: auto;
    padding-top: 30px;
  }
  #pageEventProducts .block2 .wrap .col > * {
    padding: 0;
  }
  #pageEventProducts .block2 .wrap .col .pic {
    height: auto;
    margin-bottom: 5px;
  }
  #pageEventProducts .block2 .wrap .col .pic img {
    top: 0 !important;
    height: auto;
  }
  #pageEventProducts .block2 .wrap .col .pic img.bg1 {
    width: 162px;
  }
  #pageEventProducts .block2 .wrap .col .pic img.bg2 {
    width: 139px;
  }
  #pageEventProducts .block2 .wrap .col .pic img.bg3 {
    width: 109px;
  }
  #pageEventProducts .block3 .in .photo {
    display: none !important;
  }
  #pageEventProducts .block3 .in .leftCol {
    float: none;
    width: auto;
    padding: 40px 0 0 !important;
    background: none !important;
  }
  #pageEventProducts .block3 .in .leftCol h2 {
    width: auto;
    font-size: 52px;
    line-height: 52px;
    text-align: center;
  }
  #pageEventProducts .block3 .in .leftCol p {
    width: auto;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
  }
  #pageEventProducts .block3 .in .leftCol .amount {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  #pageEventProducts .block3 .in .leftCol img.bigArrow {
    display: none;
  }
  #pageEventProducts .block3 .in .rightCol {
    padding: 35px 0 40px !important;
  }
  #pageEventProducts .block3.v4 .in .leftCol h2 {
    margin-bottom: 3px;
  }
  #pageEventProducts .photo.float {
    display: none;
  }
  #pageEventProducts .sponsorIcons {
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    border: none;
    border-top: 1px solid #ffd4b7;
    background: #828282;
    font-size: 0;
    line-height: 0;
  }
  #pageEventProducts .sponsorIcons li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    border-left: 1px solid #ffd4b7;
  }
  #pageEventProducts .sponsorIcons li:first-child {
    border-left: none;
  }
  #pageEventProducts .sponsorIcons li:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #pageEventProducts .sponsorIcons li a {
    padding: 6px 0;
  }
  #pageEventProducts .sponsorIcons li a span {
    height: 33px;
  }
  #pageEventProducts .sponsorIcons li a span i.iconSend {
    width: 21px;
    height: 32px;
    top: 1px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny1.png);
  }
  #pageEventProducts .sponsorIcons li a span i.iconChat {
    width: 40px;
    height: 30px;
    top: 3px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny2.png);
  }
  #pageEventProducts .sponsorIcons li a span i.iconCall {
    width: 22px;
    height: 33px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny3.png);
  }
  #pageEventProducts #footer {
    padding-bottom: 46px;
  }
  /* page event products (480-767) */
  /* PAGE - SPONSOR (480-767)
	------------------------------------*/
  #pageSponsor .block1 {
    height: 330px;
    background-position: center;
  }
  #pageSponsor .block1 .photoText {
    width: 420px;
    top: 68px;
  }
  #pageSponsor .block1 .photoText .stats {
    font-size: 36px;
    line-height: 38px;
  }
  #pageSponsor .block1 .photoText p {
    font-size: 19px;
    line-height: 22px;
  }
  #pageSponsor .block1 .photoText .sponsorIcons,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 1px solid #ffd4b7;
    background: #828282;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul {
    overflow: hidden;
    float: none;
    width: 302px;
    border: none !important;
    margin: 0 auto;
    background: none;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li {
    float: left;
    width: 100px;
    border: none;
    border-left: 1px solid #ffd4b7 !important;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li:first-child,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li:first-child {
    border-left: none !important;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li:before,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a {
    display: block;
    padding: 6px 0;
    line-height: 21px;
    font-size: 12px;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a b,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a b {
    display: none;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a span,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span {
    height: 33px;
    padding: 0;
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i.iconSend,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span i.iconSend {
    width: 21px;
    height: 32px;
    top: 1px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny1.png);
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i.iconChat,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span i.iconChat {
    width: 40px;
    height: 30px;
    top: 3px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny2.png);
  }
  #pageSponsor .block1 .photoText .sponsorIcons .in ul li a span i.iconCall,
  #pageSponsor .block1 .photoText .sponsorIcons.fixed .in ul li a span i.iconCall {
    width: 22px;
    height: 33px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny3.png);
  }
  #pageSponsor .block2 {
    padding: 0;
  }
  #pageSponsor .block2 .diagram {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #pageSponsor .block2 .diagram .in img {
    display: none;
  }
  #pageSponsor .block2 .diagram .in .text {
    padding-left: 30px !important;
    padding-right: 30px !important;
    overflow: hidden;
    position: static;
    top: 0;
    margin-top: 0;
    width: auto !important;
    height: auto;
  }
  #pageSponsor .block2 .diagram .in .text .headline {
    float: left !important;
    width: 52%;
  }
  #pageSponsor .block2 .diagram .in .text .headline h3 {
    padding: 30px 0 !important;
    line-height: 122px;
    font-size: 58px;
    color: white;
    border: none !important;
  }
  #pageSponsor .block2 .diagram .in .text .description {
    padding: 30px 0 !important;
    text-align: left !important;
  }
  #pageSponsor .block2 .diagram .in .text .description p {
    font-size: 18px;
    line-height: 22px;
  }
  #pageSponsor .block2 .diagram .in .text .description p span {
    font-size: 24px;
    line-height: 26px;
  }
  #pageSponsor .block2 .diagram .in .text.local {
    background: #01cdc3;
  }
  #pageSponsor .block2 .diagram .in .text.national {
    background: #40e140;
  }
  #pageSponsor .block3 .inner h2 {
    padding-top: 45px;
    font-size: 58px;
    line-height: 52px;
  }
  #pageSponsor .block3 .inner .profession,
  #pageSponsor .block3 .inner .wealth {
    float: none;
    width: auto;
  }
  #pageSponsor .block3 .inner .profession .in,
  #pageSponsor .block3 .inner .wealth .in {
    padding-right: 0;
  }
  #pageSponsor .block3 .inner .profession .in .diagram ul li div {
    width: 30%;
  }
  #pageSponsor .block3 .inner .profession .in .diagram ul li span {
    font-size: 20px;
  }
  #pageSponsor .block3 .inner .wealth {
    margin-top: 0;
  }
  #pageSponsor .block3 .inner .market {
    float: none;
    width: auto;
  }
  #pageSponsor .block3 .inner .market .explanation.top {
    display: block;
  }
  #pageSponsor .block3 .inner .market .explanation.bottom {
    display: none;
  }
  #pageSponsor .block3 .inner .market .in .subscribers ul li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li:first-child {
    width: 33.3%;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap {
    width: auto;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap .arr {
    display: none;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li {
    overflow: hidden;
    float: none;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li div {
    float: left;
    font-size: 30px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li span {
    float: left;
    padding: 0 0 0 15px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.divider {
    height: 24px;
    margin: 0 60px;
    width: 0;
    border-left: 1px dotted #666666;
    border-top: none;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c1 div {
    width: 80px;
    line-height: 80px;
    margin: 0 20px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c1 span {
    line-height: 80px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c2 div {
    width: 100px;
    line-height: 100px;
    margin: 0 10px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c2 span {
    line-height: 100px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c3 div {
    width: 120px;
    line-height: 120px;
    margin: 0;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c3 span {
    line-height: 120px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c4 div {
    width: 60px;
    line-height: 60px;
    margin: 0 30px;
  }
  #pageSponsor .block3 .inner .age .diagram .wrap ul li.c4 span {
    line-height: 60px;
  }
  #pageSponsor .block4 .inner h2 {
    padding-top: 45px;
    font-size: 58px;
    line-height: 52px;
  }
  #pageSponsor .block4 .inner .growth {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
  }
  #pageSponsor .block4 .inner .growth .caption {
    position: relative;
    top: 40px;
    max-width: 280px;
    margin: 0 auto 40px;
  }
  #pageSponsor .block4 .inner .growth .caption b {
    top: -4px;
  }
  #pageSponsor .block4 .inner .growth.subscribers {
    padding-bottom: 60px;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram img.normal {
    display: none;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram img.rotated {
    display: block;
    width: 200px;
    height: 530px;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li {
    float: none;
    width: 100% !important;
    height: 65px;
    border-bottom: 1px dotted #666666;
    border-right: none;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label {
    left: auto !important;
    right: 70px !important;
    text-align: right;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label.top {
    bottom: 3px;
    top: auto;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .label.bottom {
    bottom: -25px;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .year,
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .num {
    right: 0;
    text-align: right;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .year {
    bottom: 2px;
    top: auto;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li .num {
    bottom: -25px;
  }
  #pageSponsor .block4 .inner .growth.subscribers .diagram .data ul li:first-child {
    height: 40px;
  }
  #pageSponsor .block4 .inner .growth.attendee {
    padding-top: 0;
  }
  #pageSponsor .block4 .inner .growth.attendee .caption {
    margin-top: 50px;
    margin-bottom: 24px;
    top: 0;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram {
    height: 530px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row {
    position: relative;
    float: left;
    width: 25%;
    height: 530px;
    overflow: visible;
    text-align: center;
    line-height: 43px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row > * {
    position: absolute;
    left: 0;
    float: none !important;
    padding: 0 !important;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row .coloredLine {
    float: none;
    width: 100% !important;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r1 .coloredLine {
    height: 160px;
    top: 370px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r2 .coloredLine {
    height: 290px;
    top: 240px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r3 .coloredLine {
    height: 360px;
    top: 170px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r4 .coloredLine {
    height: 400px;
    top: 130px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row .num {
    width: 100%;
    line-height: 38px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r1 .num {
    top: 332px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r2 .num {
    top: 202px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r3 .num {
    top: 132px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r4 .num {
    top: 92px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row .year {
    top: 0;
    width: 100%;
    line-height: 44px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row .dottedLine {
    left: 50%;
    top: 44px;
    margin: 0;
    border-right: 1px dotted #666666;
    border-top: none;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r1 .dottedLine {
    height: 288px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r2 .dottedLine {
    height: 158px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r3 .dottedLine {
    height: 88px;
  }
  #pageSponsor .block4 .inner .growth.attendee .diagram .row.r4 .dottedLine {
    height: 48px;
  }
  #pageSponsor .block5 .in {
    padding-bottom: 60px;
  }
  #pageSponsor .block5 .in h2 {
    padding: 60px 0 15px;
    font-size: 54px;
    line-height: 54px;
  }
  #pageSponsor .block5 .in .wrap .col {
    float: none;
    width: auto;
    padding-top: 36px;
  }
  #pageSponsor #footer {
    padding-bottom: 46px;
  }


  /* page sponsor (480-767) */
  /* PAGE INDEX SPONSOR (480-767)
	---------------------------*/

	#pageIndex .sponsor .logo {
		margin-bottom: 20px;
		display: block;
		vertical-align: middle;
		text-align: center;
		max-width: 100%;
		margin: 0 0 10px;
	}

	#pageIndex .sponsor .logo img {
		max-width: 40%;
	}

	#pageIndex .sponsor .title {
		font-size: 22px;
	}

	#pageIndex .sponsor .tags {
		font-size: 13px;
		line-height: 15px;
	}

	#pageIndex .sponsor .tags .btn a {
		line-height: 18px;
		font-size: 13px;
	}

	#pageIndex .sponsor .content {
		max-width: 100%;
		display: block;
	}


  /* page index sponsor (480-767) */
  /* PAGE - CURRENT SPONSORS (480-767)
	---------------------------*/
  #pageCurrentSponsors .bigHeadline {
    padding: 0;
  }
  #pageCurrentSponsors .bigHeadline h1 {
    font-size: 60px;
    line-height: 66px;
  }
  #pageCurrentSponsors .bigHeadline h2 {
    font-size: 30px;
    line-height: 34px;
  }
  /* page current sponsors  (480-767) */

  /* PAGE - EVENTS (480-767)
	----------------------------------*/
  #pageEvents #events .in,
  #pageEventsToday #events .in {
    padding-bottom: 60px;
  }
  #pageEvents #events .in .subheader{
    font-size: 20px;
    height: auto;
    line-height: normal;
  }
  #pageEvents #events .in .eventFilter .inner,
	#pageEventsToday #events .in .eventFilter .inner {
    width: 290px;
  }
  #pageEvents #events .in .eventFilter .inner .events-selectbox,
	#pageEventsToday #events .in .eventFilter .inner .events-selectbox {
    float: none;
    margin: 0;
  }
  #pageEvents #events .in .eventFilter .inner .events-selectbox:last-child {
    margin-bottom: 0;
  }
  #pageEvents #events .in .eventFilter .inner .divider {
    float: none;
    text-align: center;
    width: auto;
  }
	#pageEventsToday .eventsList {
		margin-top: 10px;
	}
	#pageEventsToday .eventItem .itemInner .topBar .place {
		font-size: 12px;
		line-height: 12px;
	}
	#pageEventsToday .eventsList .eventItem .itemInner h2 {
		font-size: 24px;
		line-height: 20px;
	}
	#pageEventsToday .eventItem .itemInner .btn a {
		line-height: 20px;
		font-size: 16px;
	}
	#pageEventsToday #events .in .subheader {
		font-size: 20px;
  	height: 30px;
		line-height: 30px;
	}

  /* page events (480-767) */
  /* PAGE - EVENTS ITEM (480-767)
	-----------------------------------------*/
  #pageEvents.pageEventsItem #events .in .eventItem {
    padding-bottom: 10px;
  }
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.left,
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.right {
		text-align: center;
		width: 100%;
		display: block;
		line-height: 28px;
	}
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.middle {
		display: none;
	}
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner h4 {
		font-size: 24px;
		line-height: 28px;
	}
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn:first-child {
    margin-bottom: 15px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn a {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .price {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .price span {
    font-size: 72px;
    vertical-align: middle;
  }
	#pageEvents.pageEventsItem #events .in .block .eventAgenda tr th:first-child,
	#pageEvents.pageEventsItem #events .in .block .eventAgenda tr td:first-child {
		width: 30%;
	}
	#pageEvents .shop-page .product .add-to-calendar-button {
		display: none;
	}
	#pageEvents .shop-page .product #itemCheckout {
		margin-top: 15px;
		border-top: 1px solid #eeeeee;
		padding-top: 30px;
	}
	#pageEvents .shop-page .product address {
		max-width: 100%;
	}
	#pageEvents .shop-page .product #itemCheckout .share img {
		width: 32px;
		height: 32px;
	}
	#pageEvents .shop-page iframe {
		width: 100%;
		display: block;
	}
	#pageEvents.pageEventsItem #events .in .block .speakers ul li {
    width: 42%;
		margin: 25px 4% 25px;
		height: 250px;
		font-size: 12px;
  	line-height: 14px;
  }
	#pageEvents.pageEventsItem #events .in .block .speakers ul li.keynote {
		border: 0;
	}
	#pageEvents.pageEventsItem #events .in .block .speakers ul li figure {
		padding-left: 10px;
		padding-right: 10px;
	}
	#pageEvents.pageEventsItem #events .in .block .speakers ul li figure img {
		height: auto;
	}
	#pageEvents.pageEventsItem #events .in .block .speakers ul li b {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
	}
  #pageEvents.pageEventsItem #events .in .block.tickets1 .arrow.orange {
    display: none;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets1 .btn {
    width: 100%;
    display: block;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets1 .btn a,
  #pageEvents.pageEventsItem #events .in .block.tickets1 .btn a.sponsor {
    font-size: 26px;
    line-height: 50px;
    display: block;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .arrow.orange {
    padding: 0;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .price {
    font-size: 100px;
    line-height: 100px;
    display: block;
    margin: 0 auto 10px;
    width: auto;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .arrow.orange {
    display: none;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .col {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .btn a,
  #pageEvents.pageEventsItem #events .in .block.tickets2 .btn .buy,
  #pageEvents.pageEventsItem #events .in .block.tickets2 .btn .sponsor {
    font-size: 26px;
    display: block;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .comments.mobile {
    display: block !important;
    margin-bottom: 20px;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .comments.hidemobile {
    display: none !important;
  }
  #pageEvents.pageEventsItem #events .in .block.tickets2 .social {
    margin-top: 20px;
    text-align: center;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul {
    margin-top: -30px;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul li {
    float: none;
    width: auto;
    margin-top: 30px;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul li.left img {
    float: none;
  }
  #pageEvents.pageEventsItem #events .in .block .partners ul li.right img {
    float: none;
  }
	#pageEvents.pageEventsItem #events .in .block .speakers ul li figure a img {
			height: auto;
	}
  #pageEvents.pageEventsItem #events .in .block .info .col {
    float: none;
    width: auto;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col header h2.location {
    padding-right: 0;
    background: none;
    max-width: 100%;
    width: 330px;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col.right {
    padding-top: 50px;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col .inner {
    padding: 0 !important;
  }
	#pageEvents.pageEventsItem #events .in .block .info .col header h2 {
		font-size: 40px;
		line-height: 40px;
	}
  #pageEvents.pageEventsItem #events .in .block .whoIsAttending {
    height: auto;
  }
  #pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn a {
    font-size: 40px;
    line-height: 40px;
  }
  #pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn span {
    display: none;
  }

  /* page events item (480-767) */
  /* PAGE - QUIZ ITEM (480-767)
	-------------------------------------------------*/
	#thequiz h3 {
		font-size: 28px;
		line-height: 32px;
	}

	#thequiz .questionnumber {
		padding: 12px 8px 0 0;
		font-size: 48px;
	}

  /* page quiz item (480-767) */
  /* PAGE - APPLY TO SPEAK (480-767)
	---------------------------------------------*/
  #pageSpeak #applyToSpeak .in .contentPage .formBlock,
  #pageSpeak #applyToSpeak .in .contentPage .submitBtn {
    padding: 0 30px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock h2 {
    padding-bottom: 16px;
    text-align: center;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock h2.floatLeft {
    float: none;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup {
    float: none;
    text-align: center;
    padding-bottom: 30px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .radioGroup label {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock {
    padding: 0 30px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup label {
    padding-left: 18px;
    font-size: 15px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .submitBtn .btn a {
    font-size: 30px;
    line-height: 50px;
    padding: 0 18px;
  }
  /* page apply to speak (480-767) */
  /* PAGE - AD (480-767)
	----------------------------*/
  #pageAd .topBg span {
    margin-left: auto;
    right: 10px;
    position: absolute;
    opacity: 0.1;
  }
  #pageAd .tabs menu ul {
    width: auto;
    height: 58px;
  }
  #pageAd .tabs menu ul li {
    width: 25%;
    height: auto;
    cursor: pointer;
  }
  #pageAd .tabs menu ul li a,
  #pageAd .tabs menu ul li a.active,
  #pageAd .tabs menu ul li a:hover {
    height: auto;
    line-height: 18px;
    padding: 20px 0;
    font-size: 16px;
  }
  #pageAd .wrapper .content {
    width: auto;
    max-width: 100%;
  }
  #pageAd .wrapper .content img {
    height: auto;
    max-width: 96%;
    margin: 0 auto;
  }
  #pageAd .wrapper .content .fileSubmission {
    position: relative;
    display: block;
    margin: 60px auto 0;
    top: auto;
    right: auto;
  }
  #pageAd .sponsorIcons {
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    border: none;
    border-top: 1px solid #ffd4b7;
    background: #828282;
    font-size: 0;
    line-height: 0;
  }
  #pageAd .sponsorIcons li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    border-left: 1px solid #ffd4b7;
  }
  #pageAd .sponsorIcons li:first-child {
    border-left: none;
  }
  #pageAd .sponsorIcons li:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #pageAd .sponsorIcons li a {
    padding: 6px 0;
  }
  #pageAd .sponsorIcons li a span {
    height: 33px;
  }
  #pageAd .sponsorIcons li a span i.iconSend {
    width: 21px;
    height: 32px;
    top: 1px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny1.png);
  }
  #pageAd .sponsorIcons li a span i.iconChat {
    width: 40px;
    height: 30px;
    top: 3px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny2.png);
  }
  #pageAd .sponsorIcons li a span i.iconCall {
    width: 22px;
    height: 33px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny3.png);
  }
  #pageAd #footer {
    padding-bottom: 46px;
  }
  /* page ad (480-768) */
  /* PAGE - CREATIVE LABS (480-768)
	--------------------------------------------*/
  #pageLabs .bigHeadline p {
    width: 410px;
    margin: 0 auto;
  }
  #pageLabs .topBg span {
    opacity: 0.2;
  }
  #pageLabs #labs {
    margin-top: -17px;
  }
  #pageLabs #labs h2 {
    position: static;
    padding-bottom: 30px;
    line-height: 52px;
    text-align: center;
  }
  #pageLabs #labs .easyAs .in ul {
    margin: -30px 0 0;
  }
  #pageLabs #labs .easyAs .in ul li {
    margin-top: 30px;
    padding-left: 63px;
  }
  #pageLabs #labs .easyAs .in ul li .num {
    top: 10px;
    width: 39px;
    height: 39px;
    line-height: 42px;
    font-size: 30px;
  }
  #pageLabs #labs .easyAs .in ul li .icon {
    display: none;
  }
  #pageLabs #labs .whySponsoredNews .in h2 {
    margin-top: 0;
  }
  #pageLabs #labs .whySponsoredNews .in h2 span {
    display: inline;
  }
  #pageLabs #labs .whySponsoredNews .in .arrow {
    display: none;
  }
  #pageLabs #labs .whySponsoredNews .in ul {
    margin-left: 0;
  }
  #pageLabs #labs .whySponsoredNews .in ul li {
    padding-left: 63px;
    margin-left: 0;
    background-position: 8px 1px;
  }
  #pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col {
    width: 50%;
  }
  #pageLabs .sponsorIcons {
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    border: none;
    border-top: 1px solid #ffd4b7;
    background: #828282;
    font-size: 0;
    line-height: 0;
  }
  #pageLabs .sponsorIcons li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    border-left: 1px solid #ffd4b7;
  }
  #pageLabs .sponsorIcons li:first-child {
    border-left: none;
  }
  #pageLabs .sponsorIcons li:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #pageLabs .sponsorIcons li a {
    padding: 6px 0;
  }
  #pageLabs .sponsorIcons li a span {
    height: 33px;
  }
  #pageLabs .sponsorIcons li a span i.iconSend {
    width: 21px;
    height: 32px;
    top: 1px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny1.png);
  }
  #pageLabs .sponsorIcons li a span i.iconChat {
    width: 40px;
    height: 30px;
    top: 3px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny2.png);
  }
  #pageLabs .sponsorIcons li a span i.iconCall {
    width: 22px;
    height: 33px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny3.png);
  }
  #pageLabs footer,
  #pageLabs #footer {
    padding-bottom: 46px;
  }


  /* PAGE - MORNING BRIEF (480-767)
	--------------------------------*/
	#pageAd .morningBrief .in h2,
  #pageMorningBrief #labs .morningBrief .in h2 {
    position: static;
    padding-top: 45px;
    width: auto;
    text-align: center;
  }
	#pageAd .morningBrief .in h2 i,
  #pageMorningBrief #labs .morningBrief .in h2 i {
    padding-top: 0;
  }
	#pageAd .morningBrief .in .content,
  #pageMorningBrief #labs .morningBrief .in .content {
    padding: 0 0 60px;
  }
	#pageAd .morningBrief .in .content .pic,
  #pageMorningBrief #labs .morningBrief .in .content .pic {
    float: none;
    margin: 0 auto;
  }
	#pageAd .morningBrief .in .content .pic .bg,
  #pageMorningBrief #labs .morningBrief .in .content .pic .bg {
    display: block;
  }
  #pageAd .morningBrief .in .content .pic .text1,
  #pageAd .morningBrief .in .content .pic .text2,
  #pageAd .morningBrief .in .content .pic .text3,
  #pageAd .morningBrief .in .content .pic .text4,
	#pageMorningBrief #labs .morningBrief .in .content .pic .text1,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text2,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text3,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text4 {
    z-index: 0;
    left: 50%;
    padding: 9px 12px;
    height: auto;
    bottom: auto;
    background: none;
  }
	#pageAd .morningBrief .in .content .pic .text1,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text1 {
    top: 9px;
    width: 132px;
    margin-left: -78px;
  }
	#pageAd .morningBrief .in .content .pic .text2,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text2 {
    top: 203px;
    width: 170px;
    margin-left: -97px;
  }
	#pageAd .morningBrief .in .content .pic .text3,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text3 {
    top: 425px;
    width: 200px;
    margin-left: -21px;
  }
	#pageAd .morningBrief .in .content .pic .text3 .star,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text3 .star {
    left: 0;
    top: -6px;
  }
	#pageAd .morningBrief .in .content .pic .text4,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text4 {
    top: 624px;
    width: 154px;
    right: 5px;
    left: auto;
  }
	#pageAd .morningBrief .in .content .pic .footline,
  #pageMorningBrief #labs .morningBrief .in .content .pic .footline {
    position: relative;
    padding-left: 14px;
    margin-top: 30px;
    left: auto;
    bottom: auto;
    width: auto;
  }
	#pageAd .morningBrief .in .content .pic .footline .star,
  #pageMorningBrief #labs .morningBrief .in .content .pic .footline .star {
    left: -4px;
  }


  /* page creative labs (480-767) */
  /* PAGE - PRESS (480-767)
	--------------------------------*/
  #pagePress #press .inquiries span {
    display: block;
  }
  #pagePress #press .liquidCols .wrap .col {
    padding-top: 60px;
    float: none;
    width: auto;
  }
  #pagePress #press .liquidCols .wrap .col:first-child {
    padding-top: 0;
  }
  /* page press (480-767) */
  /* PAGE - SUBSCRIBE (480-767)
	--------------------------------------*/
	#subscribe .password-tip {
		display: none;
	}
  #subscribe .emailTroubles p {
    font-size: 18px;
    line-height: 20px;
    word-spacing: 1px;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #subscribe .block header .in .titleCol {
    display: block;
    width: auto;
  }
  #subscribe .block header .in .stepNum {
    width: 155px;
    font-size: 36px;
  }
  #subscribe .block header .in .description {
    font-size: 24px;
  }
  #subscribe .block header .in .note {
    float: none;
  }
  #subscribe .block .content .in .textFieldsGroup .textFields {
    float: none;
    width: auto;
    padding: 0;
  }
  #subscribe .block .content .in .textFieldsGroup .textFields .inputText {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  #subscribe .block .content .in .textFieldsGroup .textFields .select-box {
    margin: 0 0 30px;
  }
  #subscribe .block .content .in .checkboxGroup .col {
    float: none;
    width: auto;
    padding: 0;
  }
  #subscribe .block .content .in .btn {
    float: none;
		margin-left: 0;
  }
  #subscribe .block .content .in .btn span.arrOrangeL {
    display: none;
  }
  #subscribe .block .content .in .btn span.arrOrangeR {
    display: block;
  }
  /* page subscribe (480-767) */
  /* PAGE - TAGS (480-767)
	-----------------------------------*/
  #pageTags .tags {
    max-width: 100%;
  }
  #pageTags .tags .col ul {
    list-style: none;
  }
  #pageTags .tags .col ul li {
    width: 45%;
    max-width: 45%;
    margin: 0 0 0 4.5%;
  }
  /* page tags (480-767) */
  /* PAGE - SEARCH RESULTS (480-767)
	----------------------------------------------*/
  #pageSearch .searchInput {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  #pageSearch .results .in header .sort {
    float: right;
    clear: right;
  }
	#pageSearch .results .in header .headline {
		float: right;
	}
	#pageSearch .results .in header .sort .sort-item {
		text-align: right;
		display: block;
		padding: 0 0 5px;
	}
	#pageSearch .results .in header .sort .sort-item:last-child {
		padding: 0;
	}
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar {
    padding-bottom: 27px;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar .place {
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar h2 {
    text-align: center;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people .name {
    float: none;
    margin: 0;
    padding-top: 3px;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people .name:first-child {
    padding-top: 0;
  }
  #pageSearch .results .in .searchNews .inner .news .content {
    padding: 30px 15px;
  }
  #pageSearch .results .in .searchNews .inner .news .content h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #pageSearch .results .in .searchNews .inner .news .content .additionalInfo .when {
    float: none;
    margin-right: 0;
  }
  #pageSearch .results .in .noResults header {
    width: auto;
  }
  #pageSearch .results .in .noResults header h2 {
    font-size: 42px;
    line-height: 38px;
  }
  #pageSearch .results .in .noResults .tags .col {
    width: 50%;
  }
  /* page search results (480-767) */
  /* PAGE - PROFILE (768-1023)
	------------------------------------------------*/
  #pageProfile .block1 {
    max-width: 100%;
    width: auto;
    padding: 0 20px;
  }
  #pageProfile .block1.topdog {
    padding: 0 20px;
  }
  #pageProfile .block2 {
    margin: 40px 20px;
  }
  #pageProfile .block2 h2 {
    font-size: 28px;
    line-height: 17px;
  }
  #pageProfile .block2 .col.item1 .content {
    font-size: 14px !important;
  }
  #pageProfile .block2 .col.item1,
  #pageProfile .block2 .col.item2,
  #pageProfile .block2 .col.item3 {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* page profile (480-767) */
  /* PAGE - ARCHIVES (480-767)
	------------------------------------------------*/
	#pageArchivesIndividual {
		overflow-x: scroll;
		position: relative;
	}
	#pageArchivesIndividual .wrapper-archive #header .in,
	#pageArchivesIndividual .wrapper-archive #header {
		height: auto !important;
	}
	#pageArchivesIndividual .wrapper-archive {
		padding-left: 15px;
		padding-right: 15px;
	}
	#pageArchivesIndividual .wrapper-archive-signup {
		display: block;
	}
	#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .btn.orange a {
		font-size: 18px;
	}
	#pageArchivesIndividual #footer {
		width: 800px;
	}
  #pageArchives .content .container aside {
    display: none;
  }
  #pageArchives .content .container .mainContent {
    margin-left: 0;
    padding: 0;
  }
  #pageArchives .content .container .post {
    margin-bottom: 30px;
  }
  #pageArchives .content .browse {
    display: block;
  }
  /* page search archives (480-767) */
  /* PAGE - PROFILES (480-767)
	-----------------------------*/
	#pageProfiles .block2 .cols .filters,
	#pageProfiles .block2 .cols .search {
		display: block;
		width: 100%;
		max-width: 100%;
	}
  #pageProfiles .block2 {
    margin: 40px 15px;
  }
  #pageProfiles .block3 {
    margin: 0 15px;
  }
  #pageProfiles .block3 .profiles .profile {
    max-width: 50%;
    width: 49%;
  }
  #pageProfiles .block4 {
    margin: 40px 15px;
  }
  /* PAGE - FAQ (480-767)
	-----------------------------*/
  #faq aside {
    min-height: 0;
  }
  #faq .faqContactForm {
    position: static;
    width: auto;
  }
  #faq.legal {
    padding-bottom: 30px;
  }
  #faq.legal .faqContactForm {
    margin-top: 40px;
  }
  /* page faq (480-767) */
  /* PAGE - PREFERENCES (480-767)
	-------------------------------------------*/
  #preferencesPage .preferences .select-box {
    display: block !important;
  }
	#preferences .prefContent .liquidCols.email-preferences .wrap {
		margin-left: 0px;
		margin-right: 0px;
	}
  #preferences .container aside {
    position: static;
    width: auto;
  }
  #preferences .container .prefContent {
    margin-left: 0;
    min-height: 0;
    border: 0;
		margin-left: 15px;
		margin-right: 15px;
		padding: 10px 15px;
  }
	#preferences .remove_select_margin .fieldSet {
		padding-bottom: 0;
	}
  #preferences aside {
    display: none;
    padding-top: 0;
    padding-bottom: 60px;
  }
  #preferences aside menu a {
    padding: 0 0 0 30px !important;
    line-height: 70px !important;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
  }
  #preferences aside menu a:hover,
  #preferences aside menu a.active {
    margin-right: 0;
    border-right: 1px solid #ececec;
  }
  #preferences .prefContent {
    padding: 38px 0px;
  }
  #preferences .prefContent .fieldSet .liquidCols .wrap .col {
    width: 100%;
  }
  #preferences .prefContent .fieldSet .liquidCols .wrap .col.full .inner {
    margin-right: 0;
  }
	.preferencesHistoryPage #preferences .remove_select_margin {
		padding: 15px 0;
	}
	/* page preferences (480-767) */
  /* PAGE - VIDEOS (480-767)
	--------------------------------------------*/
  #videos .row .col {
    max-width: 50%;
  }
	#videosOverview {
		padding-top: 25px;
	}
  #videosOverview .title {
    font-size: 32px;
    line-height: 38px;
  }
	#videosOverview .topic-row {
		max-width: 650px;
		width: 100%;
	}
	#videosOverview .additional-info {
		padding: 20px;
	}
	#videosOverview .additional-info p {
		font-size: 16px;
	}
	#videosOverview .overview {
		font-size: 24px;
		padding: 14px 0 14px;
		width: 100%;
		max-width: 650px;
	}
	#videosOverview .price {
		font-size: 20px;
	}
	#videosOverview .strike-through {
		font-size: 24px;
	}

  /* page - videos (480-767) */
  .contact-info {
    margin-top: 40px;
  }
  /* PAGE - NOT FOUND (480-767)
	---------------------------------------*/
  #notFound {
    background-position: 36% bottom;
  }
  /* page not found (480-767) */
  /* FOOTER (480-767)
	-------------------------*/
	#footer {
    padding-bottom: 38px;
	}
  #footer .in {
    padding: 24px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  #footer .in .links .col {
    float: none;
    display: inline;
  }
  #footer .in .links .col br {
    display: none;
  }
  #footer .in .links .col a {
    display: none;
  }
  #footer .in .links .col a.onMob {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
  }
  #footer .in .links .col a.onMob:before {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
  #footer .in .links .col a.onMob:hover:before {
    color: white;
  }
  #footer .in .links .col:first-child .col-title + a + br + .onMob:before {
    display: none;
  }
  #footer .in .col-title,
  #footer .in .social,
  #footer .in .icons {
    display: none;
  }
}
/* small devices (480-768) */
@media all and (max-width: 600px) {
  /* PAGE ANCHORS
	------------------------*/
  .contactAnchor {
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    width: 100% !important;
  }
  .sponsorIcons {
    display: none !important;
  }
}

@media (min-width: 480px) {
	.atss-bottom {
		display: none !important;
	}
}

/* small devices (480-600) */
/*-------------------- EXTRA SMALL DEVICES --------------------*/
@media (max-width: 479px) {

  /* BANNERS (479 and less)
	--------------------------------*/
  .headerBanner {
    height: 0;
    overflow: hidden;
    margin-top: -10px;
  }
  .hide_mobile,
  .mobilehide,
  .hidemobile,
	.desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .desktophide {
    display: block !important;
  }

  .anchor {
    top: -44px;
  }
  .row .full {
    float: none;
    max-width: 100%;
  }
  .table .row:first-child {
    padding-top: 0;
  }
  a.plus {
    font-size: 16px;
    height: 21px;
    line-height: 21px;
  }
	#subheader.breadcrumbs_list {
		display: none;
	}

	.zEWidget-launcher {
		display: none !important;
	}

  /* RIBBON (479 and less)
	-------------------------------*/
	.ribbon-wrapper {
		width: 100%;
		margin: 10px auto;
	}
	.ribbon {
		box-shadow: none;
	}
	.ribbon p, .ribbon h3 {
		font-size: 24px;
		min-height: 24px;
		line-height: 24px;
	}


  /* MODAL (479 and less)
	-------------------------------*/
	.modal-dialog.new-website-welcome .modal-content .modal-body {
		font-size: 36px;
		line-height: 36px;
		padding: 25px;
	}
	.modal-dialog.new-website-welcome .modal-content .close-button {
		height: 40px;
		line-height: 40px;
		width: 40px;
		font-size: 28px;
	}
	.modal-dialog.new-website-welcome .modal-content .modal-body .learn-more {
		font-size: 24px;
		line-height: 24px;
		margin: 15px auto 0px;
		width: 100%;
		max-width: auto;
		padding: 15px 0;
	}
	.modal-title {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.modal-body {
		font-size: 16px;
		line-height: 20px;
	}
	.modal-body .row div {
		font-size: 16px !important;
	}
	.modal-body input[type="text"],
	.modal-body input[type="password"],
	.modal-body input[type="date"],
	.modal-body select {
		font-size: 18px;
  	line-height: 18px;
	}
	.modal-footer .btn a,
	.modal-footer .btn input[type=submit],
	.modal-footer .btn input[type=button] {
		line-height: 20px;
		font-size: 20px;
		padding-top: 9px;
		padding-bottom: 8px;
	}

	/* =RIBBONS
	----------------------------------------------*/

	.ribbon-right {
	 right: -2em;
	}
	.ribbon-left {
		left: -2em;
	}
	.ribbon-left, .ribbon-right {
		display: none;
	}


  /* NEWS ITEM (479 and less)
	----------------------------------*/
  .pageEventsItem #events .in .block.tickets2 .price {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .pageEventsItem #footer {
    padding-bottom: 46px;
  }
  .newsItem,
	.jobListing {
    margin-left: -15px;
    margin-right: -15px;
  }
	.storyItem .newsItem {
		margin-left: -5px;
		margin-right: -5px;
	}
    .newsItem.leadstory {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .newsItem.leadstory .pic {
        border: 1px solid transparent;
        min-height: 480px;
    }
    @media (max-width: 600px) {
        .newsItem.leadstory .pic {
            min-height: 300px;
        }
    }
    @media (max-width: 500px) {
        .newsItem.leadstory .pic {
            min-height: 250px;
        }
    }
    @media (max-width: 400px) {
        .newsItem.leadstory .pic {
            min-height: 150px;
        }
    }
  .newsItem .articleH1 {
    font-size: 31px;
    line-height: 33px;
  }
  .newsItem .articleHeader h1,
	.jobListing .articleHeader h1 {
    font-size: 31px;
    line-height: 33px;
  }
  .newsItem a h2,
  .newsItem h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .newsItem .pic .title .content {
    padding: 0 10px;
  }
  .newsItem .pic .title .content h1 {
    font-size: 31px;
    line-height: 33px;
  }
  .newsItem .pic .title .content h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    height: 22px;
  }
  .newsItem .pic .title .content p {
    font-size: 12px;
    line-height: 14px;
    height: auto;
    margin: 0 0 4px;
  }
  .newsItem .pic .title .content .whereAndWhen .where {
    float: left;
    margin: 0 12px 0 0;
  }
  .newsItem .pic .title .content .whereAndWhen .when {
    margin: 0;
    font-size: 12px;
  }
    .newsItem .newsletter-popup .in {
        padding: 10px 15px 10px;
    }
    .newsItem .newsletter-popup .in .newsletter-popup-title {
        font-size: 18px;
        padding: 0 0 5px;
    }
    .newsItem .newsletter-popup .in .newsletter-popup-title .newsletter-popup-pretitle {
        font-size: 14px;
    }
    .newsItem .newsletter-popup .in .form-fields .confirmation-button .btn input[type=submit] {
        font-size: 18px;
        line-height: 36px;
    }
    .newsItem .newsletter-popup .in .inputText .blockEmailForm {
        font-size: 16px;
        padding: 5px;
		height: auto;
	}
	.newsItem .in > p {
		font-size: 16px;
	}
  .newsItem .in table {
    max-width: 100% !important;
  }
	.newsItem .in h3 {
		margin-top: 30px;
		font-size: 20px;
		line-height: 24px;
	}
  .newsItem .in img {
    max-width: 100%;
    height: auto;
  }
  .newsItem a.plus {
    width: 21px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
      padding: 0;
  }
  .newsItem.compact {
    margin-top: 15px !important;
  }
  .newsItem.compact .pic a.plus {
    right: 0;
    bottom: 0;
    top: auto;
    margin-top: 0;
  }
  .newsItem.compact .pic img {
    width: 120px;
    margin-top: 27px;
    height: auto;
  }
  .newsItem.compact .pic .title {
    overflow: visible;
    padding-left: 135px;
    padding-right: 0;
  }
  .newsItem.compact .pic .title .content h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .newsItem.compact .pic .title .content .whereAndWhen {
    left: 0;
  }
  .newsItem.compact .pic .title .content .whereAndWhen .when {
    font-size: 14px;
  }
  .newsItem .socialButtonsx {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    border-top: 1px solid #ddd;
    height: 43px;
    text-align: center;
    padding: 2px 0;
    z-index: 100;
  }

  /* EVENT ITEM (479 and less)
	-----------------------------------*/
  .eventItem {
    margin-top: 15px !important;
  }
  .eventItem .itemInner .btn a {
    font-size: 22px;
  }
  .eventItem .itemInner .threeBtns .btn {
    width: 240px;
  }
	.eventItem .itemInner .topBar {
		line-height: 30px;
	}
  .eventItem .itemInner .topBar .place {
    float: none;
    text-align: center;
		font-size: 20px;
  }
  .eventItem .itemInner h2 {
    padding-top: 9px;
    font-size: 32px;
    line-height: 30px;
  }
	#pageEventsToday .eventItem .itemInner h2 {
		padding-bottom: 0;
	}
	#pageEvents.pageEventsItem #events .in .eventItem .itemInner h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.eventItem .itemInner .people .column {
		padding-top: 16px;
	}
  .eventItem .itemInner .people .column .name {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 0;
  }
  .eventItem .itemInner .people .column .from {
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 0;
  }
  .eventItem.compact .itemInner .topBar .place {
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .eventItem.compact .itemInner h2 {
    padding: 0;
    font-size: 30px;
    line-height: 32px;
		margin-bottom: 0;
  }

	/* ADD TO CALENDAR
	------------------------*/
	.add-to-calendar-dropdown {
		display: block;
		margin: 15px auto 10px;
	}

  /* SINGLE ARTICLE (479 and less)
	-----------------------------------------*/
  .singleArticle {
    margin-top: 15px;
  }
  .singleArticle.responsive .pic {
    width: 120px;
    height: auto;
    margin-top: 27px;
  }
  .singleArticle.responsive .in {
    overflow: visible;
    padding-left: 135px;
    padding-right: 0;
  }
  .singleArticle.responsive .in h3 {
    line-height: 20px;
    font-size: 20px;
  }
  .singleArticle.responsive .in .story-info {
    left: 5px;
  }
	.singleArticle .in .author {
		display: none;
	}
  .singleArticle .view-count {
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 11px;
      left: auto;
  }
	.singleArticle .in h4 {
		font-size: 16px;
		line-height: 16px;
	}
	.singleArticle .in .author {
		font-size: 10px;
	}
	.singleArticle .in .when {
		font-size: 12px;
	}
  .singleArticle.sponsored .pic .label {
    display: none;
  }
  .singleArticle:hover a.link {
    border: none;
  }
  .singleArticle:hover a.plus {
    background: #666666;
  }
  .singleArticle:hover .in h3 {
    color: black;
  }

  /* MORNING BRIEF (479 and less)
	------------------------*/
  .mbr #sortable td {
    font-size: 15px !important;
    line-height: 15px;
  }

  /* BIG HEADLINE (479 and less)
	---------------------------------------*/
  .bigHeadline {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .bigHeadline h1,
  .bigHeadline h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .bigHeadline p {
    font-size: 20px;
    line-height: 20px;
  }

  /* HEADER (479 and less)
	-------------------------------*/
  #header .innerWrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
	#subheader.cities_list,
	#subheader.cities_list_compact {
		display: none;
	}

  /* SIGN UP FOR NEWCOMERS (479 and less)
	------------------------------------------------------*/
  .newUsersSignUp {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-position: 44% bottom;
  }
  .newUsersSignUp .in {
    min-height: 420px;
  }
  .newUsersSignUp .in .content {
    width: 290px;
    margin: 0 auto;
  }
  .newUsersSignUp .in .content .headline {
    padding-bottom: 33px;
    font-size: 33px;
    line-height: 33px;
    text-align: center;
  }
  .newUsersSignUp .in .content form {
    margin: 0;
  }
  .newUsersSignUp .in .content form .btn a {
    font-size: 33px;
  }
  .newUsersSignUp .in .content form .btn span {
    display: none;
  }

  /* BIOGRAPHY (479 and less)
	---------------------------*/
  #pageAbout .block4 .biography {
    min-height: 820px;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col {
    display: none;
  }
  #pageAbout .block4 .biography .liquidCols.biosList .wrap .col:first-child {
    display: block;
  }
  .biography .liquidCols.biosList .bioItem .bioContent h4 {
    font-size: 32px;
    line-height: 32px;
  }
  .biography .liquidCols.biosList .bioItem .bioContent span {
    font-size: 20px;
    line-height: 20px;
  }
  .biography .liquidCols.biosList .bioItem .bioContent p {
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .biography .buttons a:hover {
    color: black;
  }
  .biography .buttons a:hover span {
    background-color: #666666;
  }
  /* PAGE - ORDINARY (479 and less)
	------------------------------------------*/
	#content .container article.relatedStories .in .row .col-xs-6:nth-child(3),
	#content .container article.relatedStories .in .row .col-xs-6:nth-child(2n+5) {
		clear: both;
	}
  #content .container article.relatedStories .list ul li .in .pic {
    margin-bottom: 12px;
  }
  #content .container article.relatedStories .list ul li .in a {
    font-size: 21px;
    line-height: 23px;
  }
	#content .container .eventItem.compact .itemInner h2 {
		padding-bottom: 10px;
		font-size: 28px;
		line-height: 26px;
		font-weight: normal;
	}
	#content .container .eventItem.compact .itemInner .topBar .place {
		font-weight: normal;
	}
	#content .container .eventItem.compact .itemInner .people {
		display: none;
	}
  #page .container .containerIn .aside .asideBanner,
  #pageCity .container .containerIn .aside .asideBanner,
  #pageIndex .container .containerIn .aside .asideBanner {
    padding: 0;
    margin-top: 15px;
    background: #f8f9fa;
    text-align: center;
  }
  #page .container .containerIn .aside .asideBanner img,
  #pageCity .container .containerIn .aside .asideBanner img,
  #pageIndex .container .containerIn .aside .asideBanner img {
    max-width: 100%;
    height: auto;
  }
  #content .container .aside .asideBanner #right_jumbo_skyscraper {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: inline-block;
  }
  #content .container .aside .asideBanner iframe {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  #content .container .aside .block {
    margin-top: 15px;
  }
  #content .container .eventItem {
    margin-top: 15px !important;
  }
  /* page ordinary */
  #pageCity .topStories,
  #pageIndex .topStories {
    display: none;
  }
	#pageCity #subheader .innerWrap,
	#pageIndex #subheader .innerWrap {
		padding-left: 10px !important;
		padding-right: 10px !important;
		overflow: hidden;
	}
	#pageCity #subheader .innerWrap .in h1,
	#pageIndex #subheader .innerWrap .in h1 {
		font-size: 17px;
	}

  /* PAGE - ABOUT (479 and less)
	-------------------------------------*/
  #pageAbout .bigHeadline {
    padding-top: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #pageAbout .bigHeadline h2 {
    padding: 10px 0 0;
    font-size: 32px;
    line-height: 32px;
  }
  #pageAbout .block1 .photo .photoText {
    font-size: 38px;
    line-height: 38px;
  }
  #pageAbout .block1 .photo .photoText p {
    padding-top: 74px;
    max-width: 280px;
    margin: 0 auto;
  }
  #pageAbout .block1 .signUp {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding: 0 0 60px;
  }
  #pageAbout .block1 .signUp p {
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 24px;
  }
  #pageAbout .block1 .signUp .btn {
    width: auto;
    max-width: 260px;
  }
  #pageAbout .block1 .signUp .btn a {
    line-height: 60px;
    font-size: 36px;
  }
  #pageAbout .block2 .photo .in .photoText p {
    padding: 35px 30px 0;
    font-size: 36px;
    line-height: 36px;
  }
  #pageAbout .block2 .fanFacts {
    height: 525px;
  }
  #pageAbout .block2 .fanFacts .companyStats {
    width: 290px;
    padding: 0 0 50px;
    background: none;
  }
  #pageAbout .block2 .fanFacts .companyStats > * {
    padding-left: 0;
  }
  #pageAbout .block2 .fanFacts .companyStats dl {
    line-height: 25px;
    font-size: 22px;
  }
  #pageAbout .block2 .fanFacts .companyStats p {
    line-height: 18px;
    font-size: 18px;
    padding-top: 30px;
    padding-right: 15px;
  }
  #pageAbout .block3 .photo .photoText {
    margin-top: 40px;
  }
  #pageAbout .block3 .photo .photoText p {
    top: 60px;
    padding-top: 15px;
    font-size: 30px;
    line-height: 28px;
  }
  #pageAbout .block3 .photo .photoText p span {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
  }

  #pageAbout .block3 .bisnowSuccess .bigHeadline {
    padding-bottom: 21px;
  }
  #pageAbout .block3 .bisnowSuccess .bigHeadline h2 {
    left: auto;
  }
  #pageAbout .block3 .bisnowSuccess .bigHeadline h2 span i {
    display: none;
  }
  #pageAbout .block3 .bisnowSuccess .bigHeadline h2 img {
    max-height: 180px;
    width: auto;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell {
    padding-bottom: 30px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell > * {
    margin: 0 15px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell .title {
    font-size: 24px;
    line-height: 24px;
  }
  #pageAbout .block3 .bisnowSuccess .lessons .item .cell p {
    font-size: 12px;
    line-height: 15px;
  }
  #pageAbout .block4 .photo .in .photoText p {
    width: 300px;
    padding-top: 30px;
    font-size: 21px;
    line-height: 27px;
  }
  #pageAbout .block4 .photo .in .photoText img {
    right: 30px;
  }
  #pageAbout .block4 .biography {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageAbout .block4 .biography .buttons a {
    line-height: 52px;
    margin: 0 9px;
    font-size: 30px;
    padding: 0 !important;
  }
  #pageAbout .block4 .biography .buttons a span {
    display: none;
  }
  #pageAbout .block5 {
    overflow: hidden;
    width: 100%;
  }
  #pageAbout .block5 .photo .in .photoText p {
    width: auto;
    padding: 40px 30px 0;
    font-size: 21px;
    line-height: 27px;
  }
  #pageAbout .block5 .photo .in .photoText img {
    right: 30px;
  }
  #pageAbout .block5 .contacts {
    padding: 0 0 60px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner p {
    width: 50%;
    font-size: 22px;
    line-height: 24px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere {
    right: 15px;
    width: 120px;
    margin-top: -23px;
  }
  #pageAbout .block5 .contacts .suggestSpeaker .inner .clickHere .btn a {
    height: 46px;
    line-height: 46px;
    font-size: 24px;
  }
    #pageAbout .block5 .contacts .in {
        margin: 0 0 25px;
    }
  #pageAbout .block5 .contacts .in .innerRightNow {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow span {
    font-size: 24px;
    line-height: 26px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .phone {
    font-size: 50px;
    line-height: 50px;
    margin-top: -4px;
  }
  #pageAbout .block5 .contacts .in .innerRightNow .callRightNow .email {
    font-size: 18px;
		line-height: 22px;
  }
  #pageAbout .block5 .contacts .in .liquidCols,
	#pageAbout .block5 .contacts .in .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
    #pageAbout .block5 .contacts .in .liquidCols .wrap .col.visiting {
        background: none;
    }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner h4 {
    line-height: 80px;
    font-size: 27px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item {
    line-height: 18px;
    font-size: 15px;
  }
  #pageAbout .block5 .contacts .in .liquidCols .wrap .col .inner .item b {
    font-size: 20px;
    line-height: 20px;
  }
  /* page about (479 and less) */
  /* PAGE - OFFICE LOCATIONS (479 and less)
	------------------------------------------------*/
  #pageOfficeLocations .backButton {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  #pageOfficeLocations .backButton a {
    margin: 5px auto 0;
  }
  /* page office locations (768-1023) */
  /* PAGE - EVENT PRODUCTS (479 and less)
	----------------------------------------------------*/
  #pageEventProducts .block1 {
		padding: 0 !important;
	}
	#pageEventProducts .block1 .photo {
    height: 400px;
		margin-left: -15px;
		margin-right: -15px;
  }
  #pageEventProducts .block1 .photo .photoText {
    top: 70px;
    height: 200px;
  }
  #pageEventProducts .block1 .photo .photoText p {
    padding-top: 48px;
    font-size: 48px;
    line-height: 48px;
  }
  #pageEventProducts .block1 .photo .photoText p span {
    font-size: 18px;
    line-height: 20px;
  }
  #pageEventProducts .block1 .photo .quote {
    display: none;
  }
  #pageEventProducts .block2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageEventProducts .block3 .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageEventProducts .block3 .in .leftCol {
    padding: 40px 0 0 !important;
  }
  #pageEventProducts .block3 .in .leftCol h2 {
    font-size: 42px;
    line-height: 40px;
  }
  #pageEventProducts .block3 .in .leftCol p {
    font-size: 28px;
    line-height: 28px;
  }
  #pageEventProducts .block3 .in .leftCol .amount {
    font-size: 30px;
    line-height: 30px;
  }
  #pageEventProducts .block3 .in .rightCol {
    padding: 40px 0 !important;
  }
  /* page event products (479 and less) */
  /* PAGE - SPONSOR (479 and less)
	----------------------------------------*/
  #pageSponsor .block1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageSponsor .block1 .photoText {
    width: auto;
    top: 36px;
  }
  #pageSponsor .block1 .photoText .stats {
    font-size: 34px;
    line-height: 36px;
  }
  #pageSponsor .block1 .photoText p {
    padding-bottom: 20px;
  }
  #pageSponsor .block2 .diagram .in .text {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 24px;
    padding-bottom: 27px;
  }
  #pageSponsor .block2 .diagram .in .text .headline {
    float: none !important;
    width: auto;
  }
  #pageSponsor .block2 .diagram .in .text .headline h3 {
    line-height: 58px;
    font-size: 58px;
    padding: 0 0 12px !important;
    text-align: center;
  }
  #pageSponsor .block2 .diagram .in .text .description {
    padding: 0 !important;
    text-align: center !important;
  }
  #pageSponsor .block3 .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageSponsor .block3 .inner h2 {
    padding-top: 45px;
  }
  #pageSponsor .block3 .inner h3 {
    text-align: left;
  }
  #pageSponsor .block3 .inner h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pageSponsor .block3 .inner .market .in .subscribers ul li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li,
	#pageSponsor .block3 .inner .market .in .subscribers ul.national li:first-child {
    width: 50%;
  }
  #pageSponsor .block4 .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageSponsor .block5 .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 40px;
  }
  #pageSponsor .block5 .in h2 {
    padding: 36px 0 0;
    font-size: 38px;
    line-height: 38px;
  }
  #pageSponsor .block5 .in .wrap .col {
    padding-top: 30px;
  }
  #pageSponsor .block5 .in .wrap .col h3 {
    padding-bottom: 6px;
    font-size: 32px;
    line-height: 32px;
  }
  #pageSponsor .block5 .in .wrap .col ul li.subtitle a {
    font-size: 23px;
  }

  /* page sponsor (479 and less) */
  /* PAGE INDEX SPONSOR (479 and less)
	---------------------------*/

	#pageIndex .sponsor .logo {
		margin-bottom: 20px;
		display: block;
		vertical-align: middle;
		text-align: center;
		max-width: 100%;
		margin: 0 0 10px;
	}

	#pageIndex .sponsor .logo img {
		max-width: 50%;
	}

	#pageIndex .sponsor .content {
		max-width: 100%;
		display: block;
	}


  /* page index sponsor (479 and less) */
  /* PAGE - CURRENT SPONSORS (479 and less)
	---------------------------*/
  #pageCurrentSponsors .liquidCols.sponsorList .wrap .col {
    width: 100%;
  }
  #pageCurrentSponsors .liquidCols.sponsorList .wrap .sponsorItem > a {
    height: auto;
  }
  #pageCurrentSponsors .sponsorIcons {
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    border: none;
    border-top: 1px solid #ffd4b7;
    background: #828282;
    font-size: 0;
    line-height: 0;
  }
  #pageCurrentSponsors .sponsorIcons li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    border-left: 1px solid #ffd4b7;
  }
  #pageCurrentSponsors .sponsorIcons li:first-child {
    border-left: none;
  }
  #pageCurrentSponsors .sponsorIcons li:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #pageCurrentSponsors .sponsorIcons li a {
    padding: 6px 0;
  }
  #pageCurrentSponsors .sponsorIcons li a span {
    height: 33px;
  }
  #pageCurrentSponsors .sponsorIcons li a span i.iconSend {
    width: 21px;
    height: 32px;
    top: 1px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny1.png);
  }
  #pageCurrentSponsors .sponsorIcons li a span i.iconChat {
    width: 40px;
    height: 30px;
    top: 3px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny2.png);
  }
  #pageCurrentSponsors .sponsorIcons li a span i.iconCall {
    width: 22px;
    height: 33px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny3.png);
  }
  #pageCurrentSponsors #footer {
    padding-bottom: 46px;
  }
  /* page current sponsors  (479 and less) */
  /* PAGE - EVENTS (479 and less)
	--------------------------------------*/
  #pageEvents #events {
    background: #333333;
  }
  #pageEvents #events .halfDarkBg {
    display: none;
  }
  #pageEvents #events .in,
	#pageEventsToday #events .in {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 45px;
  }
  #pageEvents #events .in h1 {
    font-size: 33px;
    line-height: 40px;
  }
  #pageEvents #events .in .btn {
    max-width: 100%;
  }
	#pageEvents.pageEventsItem #events .in .block .speakers ul {
		padding-left: 15px;
		padding-right: 15px;
	}
	#pageEvents.pageEventsItem #events .in .block h2 {
		font-size: 28px;
		line-height: 28px;
	}
	#pageEvents.pageEventsItem #events .in .block .eventAgenda .agentItem {
		margin-top: 5px;
		padding: 5px;
	}
	#pageEvents.pageEventsItem #events .in .block .eventAgenda .agentItem:nth-child(5n+1) {
		background: #f4f4f4;
	}
	#pageEvents.pageEventsItem #events .in .block .eventAgenda .agentItem .title {
		font-family: 'news_gothic_book_bold', Arial, Helvetica, sans-serif;
	}
	#pageEvents.pageEventsItem #events .in .block .eventAgenda .agentItem .time {
		font-size: 12px;
		line-height: 14px;
	}
    #pageEvents.pageEventsItem #events .in .block .eventAgenda .agentItem .description {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px;
        color: #666;
        font-weight: 100;
    }
	#pageEvents .shop-page iframe {
		display: none;
	}
	#pageEvents .shop-page .product .add-to-calendar {
	  font-size: 20px;
  	line-height: 20px;
		background-size: 24px auto;
		display: block;
		height: auto;
	}
	#pageEvents .shop-page .product address strong {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	#pageEvents .shop-page .product address span {
	  font-size: 16px;
		line-height: 16px;
		margin-bottom: 4px;
	}
	#pageEvents .shop-page .product #itemCheckout .price {
		font-size: 24px;
		line-height: 24px;
	}

  /* page events (479 and less) */
  /* SLIDESHOW (479 and less)
	------------------*/
  .slide .slideshow-single {
    display: block;
    max-width: 100%;
    padding: 15px 0 0;
    margin: 0;
    height: auto;
  }
	.slide .slideshow-nav-wrapper {
		margin-bottom: 0;
		min-height: auto;
        background-color: #F58320;
	}
  .slide h3 {
    margin-top: 40px !important;
		width: auto;
  }
  .slide .slideshow-single:first-child {
    padding: 0;
  }
	.slide-image {
		max-width: 100%;
		margin-left: auto;
		float: none;
	}

  /* PAGE SLIDESHOW (479 and less) */
  /* PAGE - EVENTS ITEM (479 and less)
	----------------------------------------------*/
	#pageEvents.pageEventsItem #events .in {
		padding-top: 15px;
  }
  #pageEvents.cart-v2.pageEventsItem #events .in {
    padding-top: 120px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner {
    padding-bottom: 20px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner h2 {
    padding: 20px 0 30px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .place {
    padding-bottom: 24px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div {
    font-size: 22px;
    line-height: 22px;
    width: 100% !important;
    text-align: center !important;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .place div.middle {
    display: none;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .place span {
    font-size: 19px;
    line-height: 18px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .buttons .btn a {
    display: block;
    font-size: 26px;
    line-height: 50px;
    width: auto;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .price {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    font-size: 42px;
    line-height: 42px;
  }
  #pageEvents.pageEventsItem #events .in .eventItem .itemInner .price span {
		font-size: 42px;
	}
	#pageEvents.pageEventsItem #events .in .block {
    padding: 25px 20px;
  }
  #pageEvents.pageEventsItem #events .in .block .speakers {
    padding: 0;
		margin-top: 15px;
  }
  #pageEvents.pageEventsItem #events .in .block .speakers ul {
    padding-left: 5px;
    padding-right: 5px;
  }
	#pageEvents.pageEventsItem #events .in .block .speakers ul li {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 210px;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
	}
	#pageEvents.pageEventsItem #events .in .block .speakers ul li figure span i {
		font-size: 12px;
		line-height: 12px;
	}
  #pageEvents.pageEventsItem #events .in .block .partners ul li img {
    width: 99%;
    height: auto;
    max-width: 265px;
  }
  #pageEvents.pageEventsItem #events .in .block .info {
    font-size: 18px;
    line-height: 21px;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col header h2 {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col header h2.location {
    padding-bottom: 5px !important;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col.left .agendaItems {
    margin-bottom: 35px;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col.left .btn {
    margin-top: 18px;
  }
  #pageEvents.pageEventsItem #events .in .block .info .col.right {
    padding-top: 35px;
  }
  #pageEvents.pageEventsItem #events .in .block .whoIsAttending {
    margin-bottom: 0;
  }
  #pageEvents.pageEventsItem #events .in .block .whoIsAttending .btn a {
    font-size: 32px;
    line-height: 32px;
  }


  /* page quiz (479 and less) */
  /* PAGE - QUIZ (479 and less)
	-------------------------------------------------*/
	#thequiz h3 {
		width: 75%;
		margin-top: 0 !important;
		font-size: 24px;
		line-height: 28px;
	}

	#thequiz .questionnumber {
		width: 18%;
	}

  /* page events item (479 and less) */
  /* PAGE - APPLY TO SPEAK (479 and less)
	-------------------------------------------------*/
  #pageSpeak #applyToSpeak {
    background: #333333;
  }
  #pageSpeak #applyToSpeak .halfDarkBg {
    display: none;
  }
  #pageSpeak #applyToSpeak .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 45px;
  }
  #pageSpeak #applyToSpeak .in h1 {
    font-size: 33px;
    line-height: 40px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock {
    padding-top: 21px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup label {
    position: relative;
    display: block;
    padding: 7px 5px 7px 24px;
    line-height: 20px;
    font-size: 18px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup label input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup.small label {
    padding-left: 18px;
    font-size: 15px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup span.small {
    font-size: 12px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .checkboxGroup .col {
    width: 100%;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock {
    padding: 0;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .headline {
    padding: 15px 0 0;
    margin-bottom: -6px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .formBlock .textInputsBlock .inputText {
    margin-top: 15px;
  }
  #pageSpeak #applyToSpeak .in .contentPage .submitBtn .btn a {
    font-size: 30px;
    line-height: 50px;
    padding: 0 18px;
  }
  /* page apply to speak (479 and less) */
  /* PAGE - AD (479 and less)
	----------------*/
  #pageAd .topBg span {
    margin-left: auto;
    right: 10px;
    position: absolute;
    opacity: 0.1;
  }
  #pageAd .tabs menu ul {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #pageAd .tabs menu ul li {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: 15px;
  }
  #pageAd .tabs menu ul li a,
  #pageAd .tabs menu ul li a.active,
  #pageAd .tabs menu ul li a:hover {
    height: auto;
    line-height: 18px;
    padding: 14px 0;
  }
  #pageAd .wrapper .content {
    width: auto;
    max-width: 100%;
  }
  #pageAd .wrapper .content img {
    height: auto;
    max-width: 96%;
    margin: 0 auto;
  }
  #pageAd .wrapper .content .fileSubmission {
    position: relative;
    display: block;
    margin: 60px auto 0;
    top: auto;
    right: auto;
  }
  #pageAd .sponsorIcons {
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    border: none;
    border-top: 1px solid #ffd4b7;
    background: #828282;
    font-size: 0;
    line-height: 0;
  }
  #pageAd .sponsorIcons li {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    border-left: 1px solid #ffd4b7;
  }
  #pageAd .sponsorIcons li:first-child {
    border-left: none;
  }
  #pageAd .sponsorIcons li:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  #pageAd .sponsorIcons li a {
    padding: 6px 0;
  }
  #pageAd .sponsorIcons li a span {
    height: 33px;
  }
  #pageAd .sponsorIcons li a span i.iconSend {
    width: 21px;
    height: 32px;
    top: 1px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny1.png);
  }
  #pageAd .sponsorIcons li a span i.iconChat {
    width: 40px;
    height: 30px;
    top: 3px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny2.png);
  }
  #pageAd .sponsorIcons li a span i.iconCall {
    width: 22px;
    height: 33px;
    background-image: url(https://cdn.bisnow.net/assets/website/sponsorStatsIconTiny3.png);
  }
  #pageAd #footer {
    padding-bottom: 46px;
  }
  /* page ad (479 and less) */
  /* PAGE - CREATIVE LABS (479 and less)
	-------------------------------------------------*/
  #pageLabs .bigHeadline p {
    width: 290px;
    font-size: 22px;
    line-height: 23px;
  }
  #pageLabs .topBg span {
    opacity: 0.05;
  }
  #pageLabs #labs {
    margin-top: 8px;
  }
  #pageLabs #labs .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageLabs #labs h2 {
    font-size: 52px;
    line-height: 44px;
  }
  #pageLabs #labs .easyAs .in ul li {
    padding-left: 54px;
    width: auto;
    min-height: 0;
    line-height: 23px;
    font-size: 22px;
  }
  #pageLabs #labs .easyAs .in ul li .num {
    top: 9px;
  }
  #pageLabs #labs .whySponsoredNews .in ul li {
    padding-left: 54px;
    font-size: 22px;
    line-height: 23px;
  }
  #pageLabs #labs .whatItLooksLike {
    padding-bottom: 45px;
  }
  #pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col {
    width: 100%;
  }
  #pageLabs #labs .whatItLooksLike .in .liquidCols .wrap .col .inner {
    padding: 15px 0 21px;
  }

  /* page ad (479 and less) */
  /* PAGE - CREATIVE LABS (479 and less)
	-------------------------------------------------*/
	#pageAd .morningBrief .in .content,
  #pageMorningBrief #labs .morningBrief .in .content {
    padding-bottom: 45px;
  }
	#pageAd .morningBrief .in .content .pic,
  #pageMorningBrief #labs .morningBrief .in .content .pic {
    width: 280px;
  }
	#pageAd .morningBrief .in .content .pic .title,
  #pageMorningBrief #labs .morningBrief .in .content .pic .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 2px;
  }
	#pageAd .morningBrief .in .content .pic p,
  #pageMorningBrief #labs .morningBrief .in .content .pic p {
    font-size: 18px;
    line-height: 18px;
  }
	#pageAd .morningBrief .in .content .pic .text1,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text1 {
    top: 4px;
    width: 116px;
    margin-left: -70px;
  }
	#pageAd .morningBrief .in .content .pic .text2,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text2 {
    top: 140px;
    width: 150px;
    margin-left: -87px;
  }
	#pageAd .morningBrief .in .content .pic .text3,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text3 {
    top: 494px;
    width: 180px;
    margin-left: -129px;
  }
	#pageAd .morningBrief .in .content .pic .text4,
  #pageMorningBrief #labs .morningBrief .in .content .pic .text4 {
    top: 370px;
    width: 140px;
    right: 4px;
  }
	#pageAd .morningBrief .in .content .pic .footline,
  #pageMorningBrief #labs .morningBrief .in .content .pic .footline {
    padding-left: 11px;
  }
	#pageAd .morningBrief .in .content .pic .footline .star,
  #pageMorningBrief #labs .morningBrief .in .content .pic .footline .star {
    left: -6px;
  }

  /* page creative labs (479 and less) */
  /* PAGE - PRESS (479 and less)
	-------------------------------------*/
  #pagePress #press {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pagePress #press h2 {
    font-size: 34px;
    line-height: 34px;
  }
  #pagePress #press .pressList ul li img {
    width: 90px;
    height: 90px;
  }
  #pagePress #press .pressList ul li div p {
    padding-top: 5px;
    font-size: 19px;
    line-height: 21px;
  }

  /* page press (479 and less) */
  /* PAGE - SEARCH (479 and less)
	-------------------------------------------*/
	#pageSearch .select-box option {
		font-size: 18px;
	}
	#pageSearch .results .in header .sort .label {
		font-size: 18px;
	}

  /* page search (479 and less) */
  /* PAGE - SUBSCRIBE (479 and less)
	-------------------------------------------*/
  #subscribe .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #subscribe .emailTroubles {
    padding-bottom: 30px;
  }
  #subscribe .emailTroubles p {
    font-size: 16px;
    line-height: 19px;
  }
  #subscribe .block header .in .stepNum {
    width: 102px;
    font-size: 25px;
  }
  #subscribe .block header .in .description {
    font-size: 18px;
  }
  #subscribe .block header .in .note {
    left: 110px;
  }
  #subscribe .block .content .in .btn a {
    font-size: 30px;
    line-height: 50px;
    padding: 0 18px;
  }
  /* page subscribe (479 and less) */
  /* PAGE - TAGS (480-767)
	-----------------------------------*/
  #pageTags .tags {
    max-width: 100%;
  }
  #pageTags .tags .col ul {
    list-style: none;
  }
  #pageTags .tags .col ul li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* page tags (480-767) */
  /* PAGE - SEARCH RESULTS (479 and less)
	---------------------------------------------------*/
  #pageSearch .searchInput input[type="submit"] {
    display: none;
  }
  #pageSearch .searchInput .in input {
    font-size: 24px;
  }
  #pageSearch .results .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar .place {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .topBar h2 {
    font-size: 34px;
    line-height: 32px;
  }
  #pageSearch .results .in .searchEvents .inner .eventItem .itemInner .people {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
  #pageSearch .results .in .searchNews .inner .news a.hidden {
    display: block;
  }
  #pageSearch .results .in .searchNews .inner .news .pic {
    width: 35%;
  }
  #pageSearch .results .in .searchNews .inner .news .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  #pageSearch .results .in .searchNews .inner .news .pic .label {
    display: none;
  }
  #pageSearch .results .in .searchNews .inner .news .content {
    padding: 30px 15px 15px;
  }
  #pageSearch .results .in .searchNews .inner .news .content h2 {
    font-size: 22px;
    line-height: 22px;
  }
  #pageSearch .results .in .searchNews .inner .news .content p {
    display: none;
  }
  #pageSearch .results .in .searchNews .inner .news .content .additionalInfo .tags {
    display: none;
  }
  #pageSearch .results .in .searchNews .inner .news a.plus {
    display: none;
  }
  #pageSearch .results .in .noResults .tags .col ul li a {
    font-size: 18px;
    line-height: 21px;
  }
  /* page search results (479 and less) */
  /* PAGE - CAREERS (479 and less)
	------------------------------------------------*/
  #pageCareers h2 {
    margin: 40px 10px 30px;
    font-size: 40px;
    line-height: 40px;
  }
  #pageCareers .block1 .liquidCols {
    max-width: 100%;
    padding: 0;
  }
  #pageCareers .block1 .liquidCols .col {
    max-width: 100%;
    float: none;
    padding: 0 15px;
    width: auto;
    height: 65px;
  }
  #pageCareers .block1 .liquidCols .col .title {
    width: 33%;
    float: left;
    display: inline-block;
    max-width: 33%;
    vertical-align: middle;
  }
  #pageCareers .block1 .liquidCols .col .content {
    width: 66%;
    float: none;
    display: inline-block;
    max-width: 66%;
    vertical-align: middle;
    text-align: left;
    padding-top: 7px;
  }
  #pageCareers .block2 .title {
    font-size: 30px;
  }
  #pageCareers .block2 .liquidCols .wrap .col {
    width: 100%;
    text-align: left;
  }
  #pageCareers .block2 .liquidCols .wrap .col img {
    max-width: 70px;
  }
  #pageCareers .block2 .applyNote {
    padding: 40px 20px;
  }
  /* page search results (479 and less) */
  /* PAGE - ARCHIVES (479 and less)
	------------------------------------------------*/
	#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .inputText {
		display: block;
		width: auto;
	}
	#pageArchivesIndividual .wrapper-archive-signup #newsletter-signup .btn {
		display: block;
		width: auto;
		margin-top: 8px;
		margin-left: 0;
	}
  #pageArchives .content .container aside {
    display: none;
  }
  #pageArchives .content .container .mainContent {
    margin-left: 0;
    padding: 0;
  }
  #pageArchives .content .container .post {
    margin-bottom: 20px;
    min-height: 95px;
  }
  #pageArchives .content .container .post .content {
    padding-left: 120px;
  }
  #pageArchives .content .container .post .content .date {
    margin-top: 0;
    top: 1px;
    left: 3px;
    font-size: 13px;
  }
  #pageArchives .content .container .post .image {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #pageArchives .content .container .post .tagline {
    display: none;
  }
  #pageArchives .content .container .post img {
    max-width: 100px;
    height: auto;
  }
  #pageArchives .content .browse {
    display: block;
  }

  /* page archives results (479 and less) */
  /* PAGE - PROFILES (479 and less)
	-----------------------------*/
  #pageProfiles .filters {
    width: 100% !important;
    text-align: left !important;
  }
  #pageProfiles .search {
    width: 100% !important;
  }
	#pageProfiles .block1 {
		max-width: 100%;
	}
  #pageProfiles .block2 {
    margin: 40px 15px;
  }
	#pageProfiles .block2 h2,
	#pageProfiles .block2 .cols .filters h2 {
		margin-left: 0;
	}
	#pageProfiles .block2 .cols .filters {
		margin-left: auto;
	}
	#pageProfiles .block2 .cols .filters .col {
		padding: 0;
		margin: 0 0 20px;
		display: block;
		width: 99% !important;
		max-width: 100%;
	}
	#pageProfiles .block2 .cols .search .col {
		margin: 0 0 20px;
	}
  #pageProfiles .block2 .cols .col {
    width: 95% !important;
  }
  #pageProfiles .block2 .cols .col .content{
    margin-right: 20px;
  }
  #pageProfiles .block2 .cols .col .content select{
    width: 260px;
  }
  #pageProfiles .block3 {
    margin: 0 15px;
  }
  #pageProfiles .block3 .profiles .profile {
    max-width: 100%;
    width: 100%;
  }
  #pageProfiles .block4 {
    margin: 20px 15px;
  }
  /* PAGE - FAQ (479 and less)
	---------------------------------*/
  #faq {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* page faq (479 and less) */
  /* PAGE - PREFERENCES (479 and less)
	------------------------------------------------*/
  #preferences {
    padding-left: 15px !important;
    padding-right: 15px !important;
		padding-bottom: 30px;
  }
	#preferences .prefContent .liquidCols.email-preferences .wrap {
		margin-left: 0px;
		margin-right: 0px;
	}
  #preferences aside menu a {
    font-size: 18px;
  }
  #preferences .prefContent .btn a {
    font-size: 26px;
    line-height: 26px;
    border: 0;
		padding-top: 16px;
		padding-bottom: 16px;
  }
	#preferences .prefContent .btn.small a {
		font-size: 22px;
		line-height: 22px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
  /* page preferences (479 and less) */
  #preferencesPage .billing_table {
    font-size: 15px;
    width: 100%;
  }
  #preferencesPage .billing_table img.cc {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
	#preferences .container .prefContent .email-preferences ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.preferencesHistoryPage .row.cols div.col {
		width: 25%;
	}

	#upsell-modal .modal-body .row .upsell a.add,
	#upsell-modal .modal-body .row .upsell a.remove {
		position: relative;
		top: auto;
		margin-top: 5px;
	}
	#upsell-modal .modal-body .row .upsell div {
		padding-left: 0;
	}

  /* PAGE - VIDEOS (479 and less)
	--------------------------------------------*/
  #videos .row .col {
		max-width: 75%;
		margin: 0 auto 10px;
		display: block;
  }
  #videos .row .col .title {
    height: auto;
    margin-bottom: 8px;
  }
  /* page - videos (479 and less) */
  #videosCheckout .container .two-col,
  #videosCheckout .container .three-col {
    width: 100%;
    margin-top: 10px;
  }
  #videosCheckout .container .two-col:first-child,
  #videosCheckout .container .three-col:first-child {
    margin-top: 0;
  }
  #videosCheckout .container .left-side {
    float: none;
  }
  #videosCheckout .container .left-side h5 {
    margin-bottom: 0;
  }
  #videosCheckout .container .btn-videos.btn-checkout {
    width: 100%;
  }
  #videosOverview {
    padding-top: 20px;
  }
  #videosOverview .title {
    font-size: 20px;
    line-height: 25px;
  }
  #videosOverview .video-by-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #videosOverview .topic-row {
    width: 100%;
  }
  #videosOverview a.overview {
    width: auto;
  }

  #videosOverview .price {
    font-size: 30px;
  }
  #videosOverview .strike-through {
    font-size: 35px;
  }

  /* PAGE - NOT FOUND (479 and less)
	-------------------------------------------*/
  #notFound {
    background-position: 30% bottom;
  }
  #notFound .in {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #notFound .in .content {
    font-size: 24px;
    line-height: 24px;
  }
  #notFound .in .content h1 {
    font-size: 50px;
    line-height: 42px;
  }
  /* page not found (479 and less) */
  /* FOOTER (479 and less)
	------------------------------*/
  #footer {
    padding-bottom: 38px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 975px) {
  .next-slideshow .image {
    float: none;
    max-width: 100%;
  }
  .next-slideshow .slidecontent {
    float: none;
    max-width: 100%;
    padding: 0;
  }
}

#thequiz h4 {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ccc;
  font-size: 24px;
}
#thequiz h3 {
  margin-bottom: 6px;
  line-height: 36px;
  font-size: 33px;
  color: black;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#thequiz .questionnumber {
  font-size: 56px;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  padding: 15px 10px 0 0;
}
#thequiz .questionnumber.withoutImage {
  display: inline-block;
  vertical-align: top;
}

.answerpick {
  padding: 2px;
  border: 2px solid #000;
  cursor: pointer;
  margin-bottom: 6px;
  line-height: 41px;
}
.answerpick.activo:hover {
  background-color: #eee;
}
.answerpick.activo:active {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
}
.correctmsg,
.incorrectmsg {
  display: none;
  font-weight: bold;
  margin-bottom: 15px;
}
.correctq {
  background-color: green;
}
.incorrectq {
  background-color: red;
}
#pageSearch span.highlight,
#page span.highlight {
  color: #F58320;
  font-weight: bold !important;
}
#pageSearch .searchEvents span.highlight {
  background-color: #fff;
  color: #F58320;
}
#quizresults {
  display: none;
  text-align: center;
  margin-bottom: 50px;
  padding: 15px;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
}
#quizresults h2 {
  color: #fff;
  margin-bottom: 20px;
}
#resulttaker,
#sayingtaker {
  font-size: 24px;
}
.quizsprite {
  background-image: url('https://cdn.bisnow.net/assets/social-media/quiz-download.png');
}
.sprite-quizcheckbox {
  background-position: 0 0;
  width: 30px;
  height: 33px;
}
.sprite-quizcheckbox.checked {
  background-position: 0 -43px;
  width: 30px;
  height: 33px;
}
#remodal {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.already {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin: 20px 0 10px;
}
.disclaimer {
  font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
  opacity: .5;
  font-size: 13px;
  line-height: 15px;
  margin-top: 15px;
}
#secondStep .textFields {
  display: inline-block;
  width: 49%;
}

/**
 * Sponsor styles */

a.sponsor {
    display: block;
    text-decoration: none;
    border: none;
}

a.sponsor .content,
a.sponsor .content * {
    color: #313131;
}

a.sponsor:hover {
    text-decoration: none;
}

/*
|-------------------------------------------------
|		SHARING - ADD THIS
|-------------------------------------------------
*/
.at4-recommended.at-medium .at4-recommended-item {
    width: 152px !important;
}

.at4-recommended-container.at4-recommended-horizontal {
    padding-left: 20px !important;
}

.at4-recommended-item {
    margin-right: 15px !important;
}

.at-recommendedTitle,
.at-h4 a {
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 25px;
    color: #000000;
    text-decoration: none !important;
}

.at4-recommended-item *:hover,
.at4-recommended-item:hover * {
    text-decoration: none !important;
}

.at4-recommended-item:hover a,
.at4-recommended-item a:hover,
.at4-recommended-item .at-h4:hover a
.at4-recommended-item .at-h4 a:hover {
    text-decoration: none !important;
    color: #F58320 !important;
}

.at-h4 {
    height: 50px !important;
}

.at4-recommended-item-caption small {
    display: none !important;
}

.at-h3.at-recommended-label {
    position: relative !important;
    z-index: 1 !important;
    padding: 0 18px !important;
    height: 48px !important;
    width: 674px !important;
    line-height: 48px !important;
    font-size: 23px !important;
    color: white !important;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #242424 !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
}

.at-h3.at-recommended-label:after {
    content: '' !important;
    position: absolute !important;
    left: 20px !important;
    bottom: -7px !important;
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    background: url(https://cdn.bisnow.net/assets/website/headlineEdge.png) no-repeat !important;
}

.addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
    width: 31px !important;
    height: 31px !important;
}
.at-resp-share-element .at300bs.at15nc.at15t_twitter,
.at-resp-share-element .at300bs.at15nc.at15t_tumblr,
.at-resp-share-element .at300bs.at15nc.at15t_facebook,
.at-resp-share-element .at300bs.at15nc.at15t_email,
.at-resp-share-element .at300bs.at15nc.at15t_print,
.at-resp-share-element .at300bs.at15nc.at15t_compact,
.at-resp-share-element .at300bs.at15nc
{
    width: 31px !important;
    height: 31px !important;
}

.at-resp-share-element a .at-icon-wrapper{
  padding: 0;
}

/**
 * Increases line-height of target elements
 */
.tall-line-height {
  line-height: 115%;
}
/**
 * styles for tags index page
 */
a.tagsIndexPageTag{
  color:#fff;
  background-color: #F58320;
  padding:5px;
  display: inline-block;
  line-height: 28x;
  margin: 0 5px 15px;
}

/**
 * Styles for panelist-bio-modal
 */

#panelist-bio-modal .modal-title,
#panelist-bio-modal .company-and-title{
  color: #fff !important;
}
#panelist-bio-modal .company-and-title {
	font-size: 14px;
}
#panelist-bio-modal .btn {
  color: #fff;
  background-color: #20b2e7;
  font-family: alternate_gothic_3, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  border: 0;
  width: auto;
  line-height: 22px;
  height: auto;
  margin: 0;
	text-transform: uppercase;
}

.sticky-footer-container {
  /*bottom: 0;*/
  position: fixed;
  z-index: 150;
  height: auto;

  /* initially not displayed - shown using a JS animation */
  bottom: -150px;
}


.sticky-tos {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  display: table;
  width: auto;
  border: 1px solid #FC6000;
  margin: 0 auto;
}

.sticky-tos .header {
  position: relative;
  background-color: #FC6000;
  color: white;
  font-size: 13pt;
  font-weight: bold;
  line-height: 1.25em;
  padding: 10px 50px 10px 10px;
}

.sticky-tos .header .close {
  position: absolute;
  font-family: Alternate_Gothic_3, Arial, Helvetica, sans-serif;
  font-size: 20px;
  right: 0px;
  top: 15px;
  width: 25px;
  height: 25px;
  line-height: 0.5em;
  cursor: pointer;
}

.sticky-tos .inner {
  background-color: white;
  color: #FC6000;
  font-size: 10pt;
  line-height: 1.25em;
  padding: 10px 10px;
}

.sticky-tos .inner a {
  color: cornflowerblue;
}

@keyframes sticky-move-up {
  from {bottom: 0px;  }
  to   {bottom: 50px; }

}

@media (max-width: 600px) {
  .sticky-tos .header {
    font-size: 15pt;
  }

  .sticky-tos .header .close {
    font-size: 20pt;
    top: 20px;
    right: -2px;
  }

  .sticky-tos .inner {
    font-size: 11pt;
  }
}

@media print {
    body {
        background: #ffffff;
    }
    #fakeHeader,
    #header,
    #subheader,
    .headerBanner {
        display: none !important;
    }
    .aside,
    #content .storyItem .aside,
    .relatedStories,
    .newsletter-popup,
    .socialButtonsx,
    .newsItem .articleHeader .label,
    .where,
    .newsItem .articleHeader .titles-view-count,
    .eventItem,
    #footer {
        display: none !important;
    }

    .newsItem .articleHeader,
    .newsItem .articleHeader h1 {
        margin: 0 !important;
        padding: 0 !important;
    }


  .newsItem .in,
  .newsItem .articleHeader {
    padding: 0 50px !important;
  }

  .newsItem .in > .wrapper-image {
        width: 25%;
        float: left !important;
        margin-right: 15px;
        margin-bottom: 15px;
        clear: both;
    }

    .newsItem .in .image_credit_link,
    .newsItem .in .image_cutline {
        display: none;
    }

    #content .containerIn > .row > .col-lg-8,
    #content .containerIn > .row > .col-md-8,
    #content .containerIn > .row > .col-sm-12 {
        width: 100%;
    }
}

.upcoming-event-button {
    width: 280px;
    background: #3CB371;
    display: inline-block;
    padding: 25px 25px;
    line-height: 35px;
    font-size: 35px;
    color: white;
    text-align: center;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.past-events-button {
    margin-top: 30px;
    width: 260px;
    background: #F58320;
    display: inline-block;
    padding: 15px 15px;
    line-height: 35px;
    font-size: 35px;
    color: white;
    text-align: center;
    font-family: 'alternate_gothic_3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

section.feature-story-content:after {
  clear: both;
  display: block;
  content: '';
}

/*PAST NEWS CSS*/
#story_title{
    font-size: 55px;
    line-height: 55px;
    margin: 0 0 5px;
    font-family: alternate_gothic_3, Arial, Helvetica, sans-serif
}

@media (max-width: 768px) {
    #story_title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 479px) {
    #story_title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.yearTable{
    margin:30px 0px;
}

#pastDatesTable h2{
    font-size: 35px;
    line-height: 35px;
    margin:40px 0px;
    font-family: alternate_gothic_3, Arial, Helvetica, sans-serif
}

#pastDatesTable ul{
    display:flex;
    flex-flow: row wrap;
}

#pastDatesTable ul li{
    width: 25%;
    padding:20px;
    list-style-type: none;
    border-style: solid;
    border-width:1px;
    text-align: center;
}

#pastDatesTable ul li a:link{
    display:block;
    font-size: 25px;
    line-height: 25px;
    padding:40px 0px;
    font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
    color:black
}

#pastDatesTable ul li a:visited{
    color:black;
}

#pastDatesTable ul li a:hover{
    color:#F58320;
    text-decoration: none;
}

#pastDatesTable ul li a:active{
    color:black;
}

.past-news-link {
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    color: #FFF;
    background: #888;
    font-weight: 500;
    font-size: 24px;
    font-family: alternate_gothic_3, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}
.past-news-link:hover {
    text-decoration: none;
    background-color: #333;
    -webkit-transition: ease .25s;
    -moz-transition: ease .25s;
    -o-transition: ease .25s;
    transition: ease .25s;
}

@media (max-width: 768px) {
    .past-news-link {
        margin-top: 20px;
    }
}

/*Link changes on home and topic pages*/
.singleArticle:hover, .leadstory:hover .pic {
    border: 1px solid #F58320;
}

.singleArticle a:hover {
    text-decoration: none;
}
