/* Homepage Social Feed */

.connect,
.cw-home-connect {
	background-color: #f8f8f8;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.connect-flex-wrapper,
.cw-home-connect-flex-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
}

/* On Now Next */

.cw-home-now-next {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.cw-home-now-next-widgets-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.cw-home-now-next-left {
	width: 100%;
	padding-right: 2.3529411764706%;
	flex-basis: auto;
}

.cw-home-now-next-right {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	display: block;
}

.cw-home-now-next-widget {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 20px 18px 20%;
	margin-bottom: 10px;
	flex-basis: auto;
}

.cw-home-new-next-logo-wrapper {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 107px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: rgb(12,59,51);
	height: 100%;
	padding: 1rem;
}

.cw-home-new-next-logo-wrapper-the-u {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 107px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #b40014;
	height: 100%;
	padding: 1rem;
}

.cw-home-new-next-logo-wrapper-the-u img {
	width: 90%;
}

.cw-home-now-next-widget span:nth-child(2n+2), .cw-home-now-next-widget span:nth-child(5n+3) {
	color: #2b2b2b;
	font-weight: 300;
	font-size: 2.2rem;
	font-size: 22px;
	letter-spacing: 1px;
	padding-left: 04.2527339003645%;
	padding-top: 8px;
}

.cw-home-now-next-widget span:nth-child(2n+1), .cw-home-now-next-widget span:nth-child(5n+2) {
	color: #001d24;
	font-weight: 600;
	font-size: 2.2rem;
	font-size: 22px;
	letter-spacing: 1px;
	padding-left: 0;
	display: inline-block;
	width: 106px;
	padding-top: 8px;
}

.cw-home-now-next-widget span:nth-child(-n+2), .cw-home-now-next-widget span:nth-child(5n+1) {
	color: rgb(32, 123, 119);
	font-weight: 600;
	font-size: 2.2rem;
	font-size: 22px;
	letter-spacing: 1px;
	padding-left: 0;
	display: inline-block;
	width: 70px;
	padding-top: 8px;
}

.cw-home-now-next-widget a,
.cw-home-now-next-widget a:link {
    color: #2b2b2b;
    text-decoration:none;
}

.cw-home-now-next-widget a:hover, 
.cw-home-now-next-widget a:focus {
	color: rgb(32, 123, 119);
}

.cw-home-newsletter,
.thejam-newsletter {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cw-home-newsletter {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.thejam-newsletter {
	padding-bottom: 4rem;
	margin: 0 0 3rem;
}

.cw-home-newsletter p {
	font-size: 3.5rem;
	font-size: 35px;
	color: rgb(12,59,51);
	margin: 0;
	letter-spacing: 1px;
	margin-left: 12%;
}

.thejam-newsletter h2 {
    margin: 0 0 0.5rem;
	font-weight: 400;
	text-align: center;
}

.cw-home-newsletter form {
	background-color: rgb(12,59,51);
	width: 47.9%;
	margin-left: 11%;
}

.thejam-newsletter form {
	background-image: -moz-linear-gradient( 0deg, rgb(216,51,43) 0%, rgb(240,144,45) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(216,51,43) 0%, rgb(240,144,45) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(216,51,43) 0%, rgb(240,144,45) 100%);
  	width: 70%;
}

.cw-home-newsletter form,
.thejam-newsletter form {
	display: flex;
	border-radius: 50px;
	padding: 1.5rem 3rem;
	color: #ffffff;
	margin-top: 1.2rem;
}

.cw-home-newsletter form input[type='email']::placeholder,
.thejam-newsletter form input[type='email']::placeholder {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.7rem;
}

.cw26-newsletter-thank-you,
.thejam-newsletter-thank-you {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.7rem;
}

.cw-home-newsletter form input[type='email'],
.thejam-newsletter form input[type='email'] {
	display: flex;
	outline: none;
	background: transparent;
	border: none;
	margin-left: 1rem;
	width: 90%;
}

.cw-home-newsletter form button,
.thejam-newsletter form button {
	display: flex;
	outline: none;
	background: transparent;
	border: none;
	font-size: 2.6rem;
}

.cw-home-newsletter form button:hover,
.thejam-newsletter form button:hover {
	color: #000000;
}

.cw-home-newsletter form div,
.thejam-newsletter form div {
	display: block;
	position: absolute;
	color: #000000;
	margin-top: 7rem;
	margin-left: 2rem;
}

/* MASONRY */

.fullwidth-social-grid {
 	width: 100%;
    margin-top: 10px;
    flex-basis: auto;
}

.grid-sizer {
    width: 48.2%;
}

.gutter-sizer {
    width: 3.6%;
}

.masonry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}

.connect h1 .social-icons {
	margin-left: 0.5rem;
}

.connect h1 .social-icons a {
	position: relative;
	padding: 2.2rem;
	border-radius: 100%;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin: 0 -3px;
}

.connect h1 .social-icons a:hover,
.connect h1 .social-icons a:focus {
	filter: brightness(115%);
}

.connect h1 .social-icons a:nth-child(1n+1){
	background-color: #55acee;
}

.connect h1 .social-icons a:nth-child(-n+1){
	background-color: #4367b2;
}

.connect h1 .social-icons a:nth-child(3n+0){
	background-color: #ff3e9d;
}

.cw-home-connect h1 .social-icons {
	margin-left: 5px;
}

.cw-home-connect h1 .social-icons a {
	position: relative;
	padding: 2.2rem;
	border-radius: 100%;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin: 0 -3px;
}

.connect h1 .social-icons a i {
	position: absolute;
	font-size: 2.3rem;
	font-size: 23px;
	top: 25%;
	left: 50%;
	transform: translate(-50%);
}

.connect h1 .social-icons a i.fa-facebook-f {
	position: absolute;
	font-size: 2.3rem;
	font-size: 23px;
	top: 25%;
	left: 50%;
	transform: translate(-50%);
}

.connect h1 .social-icons a i.fa-twitter {
	position: absolute;
	font-size: 2.3rem;
	font-size: 23px;
	top: 25%;
	transform: translate(-50%);
}

.connect h1 .social-icons a i.fa-instagram {
	position: absolute;
	font-size: 2.3rem;
	font-size: 23px;
	top: 25%;
	transform: translate(-50%);
}

.connect-twitter,
.cw-home-connect-twitter {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    color: #2b2b2b;
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    overflow: hidden;
}

.connect-facebook a, .connect-twitter a, .connect-instagram a {
    color: #2b2b2b;
}

.grid-item.connect-twitter:hover, .grid-item.connect-facebook:hover, .grid-item.connect-instagram:hover {
    filter: brightness(115%);
}

.connect-facebook-bottom-div, .connect-instagram-bottom-div,
.cw-home-connect-facebook-bottom-div, .cw-home-connect-instagram-bottom-div {
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #2b2b2b;
	padding: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: .5px;
	overflow: hidden;
}

.connect-facebook a img, .connect-instagram a img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
  	width: 100%;
}

.connect-facebook a i {
	display: block;
	color: #4367b2;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 16px;
}

.connect-twitter a i {
	display: block;
	color: #55acee;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 16px;
}

.connect-instagram a i {
	display: block;
	color: #ff3e9d;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 16px;
}

.connect-facebook span, .connect-twitter span, .connect-instagram span {
	font-weight: 600;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	display: block;
	margin-top: 18px;
}


/* MASONRY PHOTOS */

.cw-home-connect-left.fullwidth-social-grid .grid-item {
    width: 48.2%;
    float: left;
    margin-bottom: 3.6%;
    cursor: pointer;
}

/*************  PROMO Ad ********************/
.cw-header-ad-promo-mobile {
	display: none;
}

.cw-header-ad-promo {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	margin-top: 0.3rem;
	margin-left: 3.5rem;
	width: 452px;
	float: right;
}

/* FULLWIDTH 4 COLUMN FOR WCIU */

.fullwidth-social-grid .grid-item {
    width: 24.2%;
    float: left;
    margin-bottom: 3.6%;
    cursor: pointer;
}

.fullwidth-social-grid .grid-sizer{
    width: 24.2%;
}

.fullwidth-social-grid .gutter-sizer{
    width: 1%;    
}

/* Videos */

.cw-video-container,
.content-primary-container {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	font-size: 1.8rem;
}

.video-js {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.vjs-poster {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.video-js .vjs-tech {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.cw-video-container h2 {
	color: #001d24;
	margin: 0 2rem;
	padding: 20px 0 0 0;
	text-transform: none;
}

.cw-video-container p {
	margin: 0 2rem;
	padding: 0 0 20px 0;
	text-transform: none;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: normal;
	color: #2b2b2b;
	font-weight: 300;
}

.cw-show-social.video-player.cw-social-top-video {
	top: -16px;
	margin: 10px 0 10px 20px;
}

.cw-show-social.video-player.cw-social-top-video a {
	height: 4rem;
	width: 4rem;
}

.story-desc {
	padding: 2rem 2rem 2.5rem;
}

.story-desc-small {
	padding: 1.5rem;
}

.video-sponsored-container i {
	vertical-align: middle;
}

/* Article Slideshow */
.content-slideshow-wrap h1 {
	margin: 4rem 0 0;
}

.content-slide-control-wrap {
	margin-top: -2rem;
}

.content-slide-control-wrap .bx-controls-direction {
	margin-top: 1rem;
}

.content-slide-control-wrap .fa-chevron-right, 
.content-slide-control-wrap .fa-chevron-left {
	font-size: 3rem;
}

.content-slide-control-wrap .fa-chevron-right {
	float: right;
}

.content-slides-count {
	font-size: 2rem;
	font-weight: bold;
	margin-top: -2.5rem;
	text-align: center;
}


/* -------------- Header Sponsorship/Weather -------------- */


.header-sponsor-inner {
	flex-direction: row;
	margin-bottom: 2rem;
}

.header-sponsor-inner,
.header-inner-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cw-header-ads img {
	width: 90%;
}

.header-time,
.header-temp {
	background-color: white;
	color: black;
	font-size: 4.8rem;
	font-weight: 500;
	border-radius: 15px;
	margin-right: 5rem;
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
}

.header-time {
	padding: 0.3rem 2.4rem;
}

.header-temp {
	padding: 0.3rem 2.8rem;
}

.am-pm {
	font-size: 2.4rem;
	font-weight: 500;
    text-transform: uppercase;
}

.header-sponsor-ad {
	margin-right: 2rem;
}

.cw-header-ads {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cw-header-ad-leaderboard {
	width: 300px;
}



@media screen and (max-width: 1055px), handheld and (max-device-width: 1055px) {

	.cw-home-connect-flex-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.cw-home-connect-left {
		width: 100%;
		flex-basis: auto;
	}

	.cw-home-connect-left.fullwidth-social-grid .grid-item {
	    width: 32%;
	    float: left;
	    margin-bottom: 2%;
	    cursor: pointer;
	}

	.cw-home-connect-left.fullwidth-social-grid .grid-sizer {
	    width: 30%;
	}

	.cw-home-connect-left.fullwidth-social-grid .gutter-sizer {
	    width: 4%;
	}

	.header-sponsor-inner {
		flex-direction: row;
	}

	.header-inner-top {
		flex-direction: row;
		padding: 0;
	}

	.header-time,
	.header-temp {
		font-size: 3rem;
		padding: 0.4rem 2.4rem;
	}
}

/* ----------- CW JAM BLOCK ------------------ */

.cw-home-jam {
	padding: 4rem 0 5rem;
}

.cw-home-jam a {
	color: #322D31;
}

.cw-home-jam a:hover,
.cw-home-jam a:focus {
	text-decoration: underline;
}

.cw-home-jam-flex-wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
}

.cw-home-jam-main {
	width: 45%;
	position: relative;
	flex-basis: auto;
}

.cw-home-jam-main {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	font-size: 29px;
	font-weight: 300;
	line-height: 3.5rem;
	line-height: 35px;
}

.cw-home-jam-main img, 
.cw-home-jam-small img, 
.cw-home-jam-small div img, 
.cw-home-jam-weather div img,
.home-jam-weather div img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: block;
}

.cw-home-jam-main a i, .cw-home-jam-small div a i {
	position: relative;
	top: 2px;
	left: 0;
}

.cw-home-jam-small {
	position: relative;
	width: 21.6666666666667%;
	margin-left: 1.6%;
	flex-basis: auto;
}

.cw-home-jam-small > div {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.cw-home-jam-small > div:first-child {
	margin-bottom: 20px;
}

.cw-home-jam-weather::before,
.home-jam-weather:before {
	content: "Chicago Weather";
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: 300;
	position: absolute;
	top: -50px;
	text-transform: uppercase;
}

.home-jam-weather::before {
	font-family: 'Oswald', sans-serif;
}

.cw-home-jam-weather,
.home-jam-weather {
	width: 29.1666666666667%;
	margin-left: 2.4%;
	flex-basis: auto;
}

.cw-home-jam-weather div span,
.home-jam-weather div span {
	font-family: 'Work Sans', sans-serif;
	font-size: 2rem;
	font-size: 20px;
	color: #001d24;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.cw-home-jam-weather div a,
.home-jam-weather div a {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #001d24;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
}

.cw-home-jam-weather div,
.home-jam-weather div {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #2b2b2b;
}

.cw-home-jam-weather .view-more,
.home-jam-weather .view-more {
	margin-top: 2rem;
}

@media screen and (max-width: 1250px), handheld and (max-device-width: 1250px) {

	.cw-header-ad-leaderboard {
		display: block;
		margin: 0 auto;
	}

}

@media screen and (max-width: 1100px), handheld and (max-device-width: 1100px){

	.cw-home-jam-weather::before,
	.home-jam-weather::before {
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: 300;
		position: absolute;
		top: -40px;
	}
}

@media screen and (max-width: 1020px), handheld and (max-device-width: 1020px) {

	.cbp-spmenu h3{
		color: #afdefa;
		font-size: 1.9em;
		padding: 20px;
		margin: 0;
		font-weight: 300;
		background: #0d77b6;
	}

	.cbp-spmenu a:hover{
		background: #322d2d;
		color: #fff;
	}

	.cbp-spmenu a:active{
		background: #322d2d;
		color: #47a3da;
	}

	/* Orientation-dependent styles for the content of the menu */

	.cbp-spmenu-vertical{
		width: 240px;
		height: 100%;
		top: 0;
		z-index: 1000;
	}

	.cbp-spmenu-vertical a{
		border-bottom: 1px solid #ddd;
		border-left: none;
		padding: 1em;
	}

	/* Vertical menu that slides from the left or right */

	.cbp-spmenu-left{
		left: -240px;
	}

	.cbp-spmenu-right{
		right: -240px;
	}

	.cbp-spmenu-left.cbp-spmenu-open{
		left: 0px;
	}

	.cbp-spmenu-right.cbp-spmenu-open{
		box-shadow: 0 0 10px #000;
		right: 0px;
	}

	/* Push classes applied to the body */

	.cbp-spmenu-push{
		overflow-x: hidden;
		position: relative;
		left: 0;
	}

	.cbp-spmenu-push-toright{
		left: 240px;
	}

	.cbp-spmenu-push-toleft{
		left: -240px;
	}

	.cbp-spmenu-push-toleft .is-sticky .search-nav-tabs-inner{
		right: 240px;
	}

	/* Transitions */

	.cbp-spmenu,
	.cbp-spmenu-push,
	.cbp-spmenu-push-toleft .is-sticky .search-nav-tabs-inner{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	/* General styles for all menus */
	.cbp-spmenu{
		background: #eaeaea;
		overflow: auto;
		position: fixed;
	}

	.cw-header-ad-promo{
		display: none;
	}
}


@media screen and (max-width: 800px), handheld and (max-device-width: 800px) {
	.cw-home-jam-flex-wrapper {
		flex-wrap: wrap;
	}

	.cw-home-jam-main {
		width: 100%;
	}

	.cw-home-jam-small {
		width: 100%;
		margin: 0;
	}

	.cw-home-jam-small > div {
		margin: 2rem 0 0;
		width: 48%;
		display: inline-block;
		float: right;
		clear: none;
	}

	.cw-home-jam-small > div:first-child {
		float: left;
		clear: none;
	}

	.cw-home-jam-weather,
	.home-jam-weather {
		margin-left: 0;
		margin-top: .5%;
		width: 48.4375%;
	}

	.cw-home-jam-weather::before,
	.home-jam-weather:before {
		display: none;
	}

	.connect,
	.cw-home-connect {
		padding: 4rem 0;
	}

	.fullwidth-social-grid .grid-item {
		width: 50%;
	}

	.thejam-newsletter {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 750px), handheld and (max-device-width: 750px) {

	.cw-home-now-next-widgets-wrapper{
		padding-top: 5rem;
	}

	.cw-home-now-next-widget {
		padding: 15px 20px 24px 128px;
		margin-bottom: 10px;
	}

	.cw-home-now-next-widget > span {
		font-size: 1.8rem !important;
		font-size: 18px !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
	}

	.cw-home-now-next-widget span:nth-child(2n+2), .cw-home-now-next-widget span:nth-child(5n+3) {
		display: block;
	}

	.cw-home-now-next-widget span:nth-child(2n+1), .cw-home-now-next-widget span:nth-child(5n+2) {
		width: 80px;
		padding-top: 8px;
		display: inline;
	}

	.cw-home-now-next-widget span:nth-child(-n+2), .cw-home-now-next-widget span:nth-child(5n+1) {
		width: 50px;
		padding-top: 8px;
		display: inline;
	}

	.cw-home-new-next-logo-wrapper,
	.cw-home-new-next-logo-wrapper-the-u  {
		height: 100%;
	}

	.connect h1 .social-icons {
		display: block;
		margin-top: 1.5rem;
	}

	.cw-home-newsletter {
		padding-top: 0;
	}

}

@media screen and (max-width: 500px), handheld and (max-device-width: 500px) {

	.cw-home-jam {
		padding-top: 4rem;
	}

	.cw-home-jam-small > div {
		width: 100%;
		display: block;
		font-size: 29px;
		font-weight: 300;
		line-height: 3.6rem;
		line-height: 36px;
		margin-top: 20px;
		float: none;
		min-height: auto;
	}

	.cw-home-jam-small > div:first-child {
		margin-right: 0;
		float: none;
	}

	.cw-home-jam-weather,
	.home-jam-weather {
		width: 100%;
	}

	.cw-home-jam-weather > div,
	.home-jam-weather > div {
		width: 100%;
		margin-top: 20px;
	}

	h1.cw-h1 {
		font-size: 3.4rem;
		font-size: 34px;
		line-height: 3.8rem;
		line-height: 38px;
	}

	h1.cw-h1 a {
		font-size: 1.6rem;
		font-size: 16px;
	}

	h4.cw-h4 {
		font-size: 1.8rem;
		font-size: 18px;
		line-height: 2.3rem;
		line-height: 23px;
	}

	.cw-home-jam-main, .cw-home-jam-small > div {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 27px;
		line-height: 2.7rem;
	}

	.fullwidth-social-grid .grid-item {
		width: 100%;
	}

	.cw-home-connect-left.fullwidth-social-grid .grid-item {
	    width: 100%;
	}

	.cw-home-newsletter form,
	.thejam-newsletter form {
		padding: 1.5rem;
	}

}

@media screen and (max-width: 885px), handheld and (max-device-width: 885px) {

	.cw-home-now-next {
		flex-direction: column;
	}

	.cw-home-now-next-widgets-wrapper {
		width: 100%;
	}

	.cw-home-now-next-left {
		padding-right: 0;
	}

	.cw-home-now-next-right {
		padding-top: 80px;
	}

	.cw-home-newsletter p {
		margin-left: 0;
		text-align: center;
		padding-bottom: 20px;
	}

	.cw-home-newsletter form {
		width: 80%;
	}

}

@media screen and (max-width: 700px), handheld and (max-device-width: 700px){
	.thejam-newsletter {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 550px), handheld and (max-device-width: 550px) {

	.cw-header-ad-leaderboard {
		width: 320px;
		margin-bottom: 15px;
	}

	.cw-header-ads {
		flex-direction: column;
		margin-bottom: 2rem;
	}

	.cw-header-ad-promo-mobile  {
		display: block;
		width: 320px;
		display: block;
		vertical-align: top;
		overflow: hidden;
	}

	.thejam-newsletter form {
		display: flex;
		width: 100%;
		margin-left: 0;
	}

	.header-sponsor-inner {
		flex-direction: column;
		padding: 1rem;
	}

	.header-inner-top {
		margin-bottom: 3rem;
	}

	.header-sponsor-container {
		padding-top: 2rem;
	}

	.header-time, 
	.header-temp {
		margin-right: 3rem;
	}
}

@media (min-width: 885px) and (max-width: 1110px) {

	.cw-home-new-next-logo-wrapper {
		height: 100%;
		padding: 30px 10px 20px 12px;
	}

	.cw-home-new-next-logo-wrapper-the-u {
		height: 100%;
		padding: 8px 5px 10px 15px;
	}

	.cw-home-now-next-widget > span {
		font-size: 1.8rem;
		font-size: 18px;
		padding-top: 9px;
	}

	.cw-home-now-next-widget span:nth-child(2n+1), .cw-home-now-next-widget span:nth-child(5n+2) {
		width: 80px;
	}

	.cw-home-now-next-widget span:nth-child(-n+2), .cw-home-now-next-widget span:nth-child(5n+1) {
		width: 70px;
	}
}
