.chimpbridge.wrap .leftcol {
	float: left;
	width: 60%;
}

.chimpbridge.wrap .rightcol {
	float: right;
	width: 35%;
}

@media only screen and (max-width: 640px) {
    .chimpbridge.wrap .leftcol, .chimpbridge.wrap .rightcol {
        float: none;
        display: block;
        width: 100%;
    }
}

.chimpbridge-cta {
    padding: 1.25em;
    background-color: #ffffff;
	border: 5px solid #f87530;
}

.chimpbridge-cta h3 {
	margin: 0.50em 0.50em 0.75em 0.50em;
    padding: 0;
    font-size: 2.5em;
    text-align: center; 
    line-height: 120%;
}

.chimpbridge-cta p {
	margin: 1.50em 0 0 0;
    font-size: 1.15em;
}

.chimpbridge-cta ul {
	margin: 1.50em 1em 0 1em;
    font-size: 1.15em;
}

.chimpbridge-cta li {
	margin: 0.75em 0 0 0;
    list-style: square;
}

.chimpbridge-cta a.chimpbridge-button {
    display: block;
    width: 50%;
    margin: 1.50em 20% 1em 20%;
    padding: 3% 5%;
	background-color: #000000;
    color: #ffffff;
    font-size: 1.50em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    border-radius: 4px;
}

.chimpbridge-cta a.chimpbridge-button:hover {
	background-color: #f87530;
}

div.updated.chimpbridge-activation {
	padding: 0;
	border: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.chimpbridge-activation .clear {
	line-height: 0;
	height: 0;
}

.chimpbridge-activation-primary {
	background: #2e3f52;
	padding: 13px 15px 10px;
	border: 0;
	color: white;
	text-shadow: 0 1px 1px black;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	line-height: 0;
}

.chimpbridge-activation-title {
	margin: 0 0 5px -2px;
}

.chimpbridge-activation-logo {
	width: 367px;
	float: left;
	margin-right: 20px;
}

.chimpbridge-activation-logo img {
	width: 367px;
	margin: -1px 0 0 -3px;
}

.chimpbridge-activation-scroll-wrapper {
	overflow-x: scroll;
	border-radius: 3px;
	border-bottom: 2px solid #202830;
}

.chimpbridge-activation-scroll {
	padding: 8px 0 8px 8px;
	background: white;
	line-height: 0;
}

.chimpbridge-activation-lesson {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 120px;
	margin: 0 8px 0 0;
	float: left;
	background: black;
	color: white;
	text-decoration: none;
	line-height: 1;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
}

.chimpbridge-activation-lesson-overlay {
	padding: 8px 10px;
	background: black;
	background: rgba( 0, 0, 0, 0.75 );
	line-height: 1.3;
}

.chimpbridge-activation-secondary {
	background: white;
	padding: 14px;
}

.chimpbridge-activation-code {
	min-height: 28px;
}

.chimpbridge-activation-code label {
	vertical-align: top;
	margin: 0 4px 0 0;
	line-height: 28px;
	font-weight: bold;
}

.chimpbridge-activation-code-input {
	height: 28px;
	line-height: 20px;
	margin-top: 0px;
	font-family: monospace;
	min-width: 200px;
}

.chimpbridge-activation-dismiss {
	float: right;
}
