
a {
	color: inherit;
}

input {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	outline: 0px;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder { /* Firefox 18- */
	color: white;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: white;
}

:-ms-input-placeholder {
	color: white;
}

a:hover {text-decoration: none}

a {outline: 0;}

* {
	-webkit-font-smoothing: antialiased;
}

#footer-container * {
	-webkit-font-smoothing: auto;
}
.navbar * {
	-webkit-font-smoothing: auto;
}


@media (min-width: 769px) {
	.hide-away { /* had to hide iframe for mobile phones to avoid JS error*/
		position: absolute;
		left: -9999em;
	}
}

.container {
	font-family: 'akzidenz-grotesk_stdregular';
	padding: 0;
}

.container {
	width: 960px;
}

.navbar .container {
	width: 100%;
}

.navbar-tips-promo {
	display: none;
}

@media (min-width: 769px) {
	.mobile-hamburger {
		display: none;
	}

	.navbar-tips-promo {
		display: inline-block;
	}
}

/*-----hero------*/

#hero .logo {
	max-width: 311px;
	width: 100%;
}

#hero .banner {
	text-align: center;
	position: relative;

	margin-top: 45px;
	margin-bottom: 50px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

#hero .banner .content-column {
	max-width: 408px;
	margin: auto;
}

#hero .banner .coming-soon {
	position: absolute;
	left: -42px;
	top: -3px;
	margin-bottom: 20px;
	text-align: center;

	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;

	width: 70px;
	height: 70px;
	border-radius: 70px;
	background-color: black;

	text-transform: uppercase;
	padding-top: 18px;

}

#hero .banner .title {
	position: relative;
	margin-bottom: 20px;
}

#hero .banner .making-a-change {
	font-family: 'akzidenz-grotesk_stdbold';
	font-size: 48px;
	line-height: 52px;
	color: #FFFFFF;

	margin-bottom: 12px;
}

#hero .banner .tagline {
	font-family: Helvetica;
	font-size: 18px;
	color: #000000;
	letter-spacing: -0.31px;
	line-height: 28px;

	margin-bottom: 50px;
}

#hero .banner .learn-more {
	background: #DFE21B;
	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size: 26px;
	color: #333333;
	display: inline-block;
	text-transform: uppercase;

	padding: 15px 30px;
	max-width: 206px;
}

#hero .lightbulb-gal {
   position: absolute;
  right: -182px;
  top: -16px;
}

#hero .guy-in-mirror {
		position: absolute;
    left: -243px;
    top: -16px;
	}

/* NB that this is max-width, overriding larger styles.
sorry about the flip-flip */
@media (max-width: 768px) {
	#hero {
		padding-top: 36px;
	}

	#hero .guy-in-mirror {
		position: absolute;
    left: -243px;
    top: -16px;
	}

	#hero .banner {
		padding: 10px;

		text-align: left;
	}

	#hero .banner .title {
		margin-bottom: 10px;
	}

	#hero .banner .coming-soon {
		position: initial;
	}

	#hero .banner .logo {
		width: 77%;
	}

	#hero .banner .making-a-change {
		font-size: 40px;
		line-height: 45px;
	}

	#hero .banner .tagline {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	#hero .banner .content-column {
		padding-right: 90px;
	}

	#hero .lightbulb-gal {
		right: -32px;
	}

	#hero .banner .learn-more {
		font-size: 22px;

		padding: 12px 25px;
		max-width: 206px;
	}
}

.more-from-unstuck {
	margin: auto;
	margin-top: 10px;
	border-bottom: 1px solid #39C1C8;
	width: calc(100% - 20px);
	max-width: 960px;
}

.more-from-unstuck .prompt {
	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size: 42px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 42px;
	text-transform: uppercase;

	padding-top: 27px;
	padding-left: 0px;

	text-align: center;
}

.more-from-unstuck .big-button, .more-from-unstuck .little-button {
	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size: 20px;
	color: #333333;
	padding: 5px;
	text-transform: uppercase;
}

.more-from-unstuck .little-button {
	display: block;
	text-decoration: underline;
	padding-top: 10px;
}
.more-from-unstuck .big-button {
	display: none;
}
@media (min-width: 769px) {
	.more-from-unstuck .prompt {
		text-align: left;
		padding-left: 15px;
		padding-top: 57px;
	}

	.more-from-unstuck .big-button {
		display: block;
	}

	.more-from-unstuck .little-button {
		display: none;
	}
}

.more-from-unstuck .link {
	text-align: center;
	padding: 5px;
	padding-bottom: 30px;
}
@media (min-width: 769px) {
	.more-from-unstuck .link {
		padding: 20px;
		padding-bottom: 50px;
	}
}

.more-from-unstuck .image-box {
	position: relative;
	height: 120px;
	margin: auto;
}
@media (min-width: 400px) {
	.more-from-unstuck .image-box {
		height: 130px;
	}
}
@media (min-width: 500px) {
	.more-from-unstuck .image-box {
		height: 140px;
	}
}

.more-from-unstuck .link img {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.more-from-unstuck .link.ipad-app .image-box {
	max-width: 122px;
}
.more-from-unstuck .link.ipad-app .image-box img {
	margin-bottom: 8%;
}

.more-from-unstuck .link.web-app .image-box {
	max-width: 143px;
}
.more-from-unstuck .link.web-app .image-box img {
	margin-bottom: 4%;
}

.more-from-unstuck .link.advice .image-box {
	max-width: 146px;
}

.more-from-unstuck .link .big-button {
	width: 100%;
	max-width: 217px;
	margin: auto;
	text-align: center;
	background-color: #DFE21B;
	line-height: 23px;
	padding: 8px;
}

@media (min-width: 769px) and (max-width: 989px) {
	.navbar-tips-promo {
		width: 152px;
	}

	.navbar-tips-promo img {
		height: 50px;
		margin-top: 2px;
		width: 50px;
	}

	.navbar-tips-promo-copy {
		width: 95px;
	}

	.navbar-tips-promo-copy .expanded-copy {
		display: none;
	}
}

@media (max-width: 768px) {
	.navbar h1 {
		float: none;
		margin: 0;
	}

	.navbar h1 a {
		margin-top: 23px;
	}

	.navbar-inner {
		background: #000000;
		float: none;
		margin-top: 20px;
	}

	.mobile-hamburger {
		background: #000 url(../images/responsive/menu_hamburger.png) 0 0 no-repeat;
		background-size: 60px auto;
		display: block;
		height: 37px;
		margin-top: -66px;
		position: absolute;
		right: 20px;
		top: 17px;
		width: 60px;
		z-index: 1000;
	}

	.nav {
		display: none;
		float: none;
		padding-left: 15px;
	}

	.nav li {
		display: block;
		float: none;
		margin-right: 0;
	}

	.nav li a {
		font-size: 24px;
	}

	.sub-nav {
		padding-bottom: 20px;
	}

	#nav-footer,
	#social-footer,
	#copyright {
		float: none;
	}

	#nav-footer {
		padding: 0;
	}

	#nav-footer a {
		font-size: 14px;
	}

	#social-footer {
		padding: 0;
	}

	#copyright {
		font-size: 14px;
		margin-top: 23px;
	}

	#share-footer {
		bottom: auto;
		padding: 10px 0 15px;
		position: relative;
		right: auto;
	}

	#share-footer li {
		padding: 0 20px 0 0;
	}
}

.cta-nav {
	margin: 0 -20px;
	padding: 5px 0 20px;
	text-align: center;
}

@media (min-width: 481px) and (max-width: 768px), (min-width: 990px) {
	.cta-nav {
		margin-left: -8px;
	}
}

@media (min-width: 769px) {
	.cta-nav {
		margin-left: -5px;
		text-align: left;
	}
}

@media (min-width: 990px) {
	.cta-nav {
		padding-bottom: 45px;
	}
}

.cta-link {
	margin: 0 8px;
}

@media (max-width: 480px), (min-width: 769px) and (max-width: 989px) {
	.cta-link {
		border-radius: 94px 94px;
		-ms-border-radius: 94px 94px;
		-moz-border-radius: 94px 94px;
		-webkit-border-radius: 94px 94px;
		-khtml-border-radius: 94px 94px;
		height: 94px;
		margin: 0 5px;
		padding: 20px 5px 0;
		width: 94px;
	}
}

@media (max-width: 480px), (min-width: 769px) and (max-width: 989px) {
	.cta-link-subtitle {
		font-size: 10px;
		padding-bottom: 2px;
	}
}

@media (max-width: 480px), (min-width: 769px) and (max-width: 989px) {
	.cta-link-title {
		font-size: 19px;
	}
}

@media (max-width: 480px), (min-width: 769px) and (max-width: 989px) {
	.cta-link-app-store .cta-link-title {
		background-size: 46px auto;
		padding-bottom: 18px;
	}
}

.see-how {
	text-decoration: underline;
}

/********** About Page CTA **********/
.about-cta {
	background: #e0e31c;
	padding: 20px 0 10px;
}

@media (min-width: 769px) {
	.about-cta {
		display: none;
	}
}

.about-cta-title {
	font-size: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/********** Unstuck Advice/Help Wanted **********/

#advice-blog {
	position: relative;
}

@media (min-width: 769px) {
	#advice-blog {
		border-bottom: 1px solid #42c1c7;
		margin: 0 10px 45px 10px 0;
	}
}

@media (min-width: 769px) {
	#advice-blog {
		margin: 80px 0 0 0;
		padding: 0 0 20px 190px;
		width: 100%;
	}
}

#help-wanted {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	overflow: visible;
}

@media (min-width: 769px) {
	#help-wanted img {
		width: 85%;
	}
}

#advice {
	padding: 0px;
	text-align: center;
	margin-bottom: 23px;
}

@media (min-width: 769px) {
	#advice {float: right;}
}

@media (min-width: 769px) {
	#advice {
		float: left;
		margin-left: 20px;
		width: calc(100% - 20px);
	}
}

#mc_embed_signup {
	margin: 0 auto;
	overflow: hidden;
}

@media (min-width: 769px) {
	#mc_embed_signup {
		position: relative;
	}
}

#advice h2 {
	width: 310px;
	height: 51px;
	margin: 25px auto 14px 10px;
	padding: 60px 0 8px 0;
	background: url(../images/responsive/unstuckadvice_sm_new.png) 0 0 no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

@media (min-width: 769px) {
	#advice h2 {
		width: 600px;
		height: 51px;
		margin: 25px 0 14px 0;
		background: url(../images/responsive/unstuckadvice_sm_new.png) 0 0 no-repeat;
		padding: 0 0 0 310px;
		font-size: 10px;
		overflow: visible;
	}
}

#mce-EMAIL {
	background: #e0e0e0;
	border: none;
	/*	width: 240px;*/
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	float: left;
	padding-left: 8px;
	width: 255px;
}

#email-submit {
	float: left;
}

#mc-embedded-subscribe {
	background: #000;
	border: none;
	font-size: 14px;
	color: #42c1c7;
	width: 60px;
	height: 40px;
	text-align: center;
	padding: 0;
}

@media (min-width: 769px) {
	#email-group {
		position: absolute;
		top: 42px;
		right: 0;
		width: 334px;
	}

	#mce-EMAIL {
		/*		width: 200px;*/
		height: 37px;
		line-height: 37px;
	}

	#mc-embedded-subscribe {
		height: 37px;

		/* all */
		::-webkit-input-placeholder { color:#fff; }
		::-moz-placeholder { color:#fff; } /* firefox 19+ */
		:-ms-input-placeholder { color:#fff; } /* ie */
		input:-moz-placeholder { color:#fff; }

	}
}

@media (min-width: 769px) {

	#advice-blog {overflow: visible;}

	#help-wanted {left: -30px;}

	#help-wanted img {width: 100%;}

	#email-group {
		margin-top: 8px;
	}

	#advice h2 {
		width: 746px;
		height: 64px;
		margin: 25px auto 14px auto;
		padding: 0 0 0 378px;
		background: url(../images/responsive/unstuckadvice_new.png) 0 0 no-repeat;
		background-size: 360px;
		font-size: 15px;
		font-weight: normal;
		text-align: left;
	}
}

@media (min-width: 990px) {
	#advice h2 {
		padding: 0 0 0 410px;
	}
}

/********** Latest Blog Posts **********/

#blog {
	margin: 0 10px 13px 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #42c1c7;
	overflow: hidden;
}

#blog .post {
	width: 138px;
	height: inherit;
}

#blog .post h3 {
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
	height: auto;
}

#blog .post a {
	color: #000;
}

#blog .circlearrow {
	display: block;
	padding-top: 70px;
	width: 65px;
	height: 70px;
	background: url(../images/responsive/seemore_new.png) 0 0 no-repeat;
	font-size: 14px;
	float: right;
	margin: 150px 10px 0 0;
}

#blog a {
	color: #42c1c7;
}

#blog a:hover {
	color: #224762;
}


@media (min-width: 769px) {
	#blog {
		float: right;
		clear: both;
		border-bottom: none;
		padding-bottom: none;
	}

	#blog .post {
		float: left;
		margin-right: 28px;
	}

	#blog .post:last-of-type {
		margin-right: 0px;
	}

	#blog .circlearrow {
		margin: 0 0px 0 0;
	}

}

@media (min-width: 769px) {

	#blog {
		float: none;
		margin-left: 20px;
		padding-bottom: none;
	}

	#blog .circlearrow {

	}
}

/********** Unstuck video **********/

#unstuck-video-how {
	margin: 0 10px 23px 20px;
	overflow: hidden;
}

#unstuck-video-how h2 {
	font-size: 42px;
	width: 220px;
	margin-bottom: 0;
}

#unstuck-video-how h3 {
	font-size: 14px;
	color: #42c1c7;
	margin: 15px 0;
}

#unstuck-video-how h3 a {color: #42c1c7;}
#unstuck-video-how h3 a:hover {color: #224762;}

#unstuck-video-how iframe {
	display: block;
	margin-left: -10px;
}

@media (min-width: 769px) {

	#unstuck-video-how {
		margin: 0 10px 0px;
		padding: 23px 15px;
		border-bottom: 1px solid #42c1c7;
		overflow: hidden;
	}

	#unstuck-video-how h3 {
		font-size: 14px;
		color: #42c1c7;
		margin: 15px 0;
		width: 220px;
	}

	#videoThumb {
		float: right;
		margin: -150px 0 0 0px;
		padding-right: 80px;
	}

}

@media (min-width: 769px) {

	#unstuck-video-how {
		margin: 0;
		padding-bottom: 50px;
		padding-top: 50px;
		position: relative;
		overflow: visible;
		height: 340px;
		width: 100%;
	}

	#unstuck-video-how h3 {
		padding-bottom: 123px;
		margin-bottom: -113px;
		background: url(../images/responsive/arrow3_new.png) 55px bottom no-repeat;
	}


	#videoThumb {
		float: left;
		margin-left: 240px;
		padding: 0;
	}

	#howlink {
		position: absolute;
		right: -20px;
		top: -10px;
		width: 335px;
		height: 308px;
		background: url(../images/responsive/howitworks_button_new.png) 0 0 no-repeat;
	}
}

/********** Unstuck honors **********/

#honors {
	margin: 0 10px 23px 20px;
	padding-bottom: 23px;
	border-bottom: 1px solid #42c1c7;
}

#honors-list {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}

#honors ul li {
	display: inline;
	float: left;
	width: 155px;
	text-align: left;
	margin-bottom: 28px !important;
}

#honors ul li img {
	width: 80%;
}

@media (min-width: 769px) {

	#honors {
		margin: 0 10px 23px;
		padding: 0px 15px 23px 15px;
		border-bottom: 1px solid #42c1c7;
		overflow: hidden;
	}

	#honors h3 {font-size: 42px;}

	#honors-list {
		width: 600px;
		margin: 0 auto;
		overflow: hidden;
	}

	#honors-list li {
		display: inline;
		float: left;
		width: 300px;
		text-align: center;
		margin-bottom: 10px;
	}

	#honors-list li img {
		width: 50%;
	}

}

@media (min-width: 769px) {

	#honors {
		height: 305px;
		margin: 0;
		overflow: visible;
		padding: 50px 0 0 255px;
		position: relative;
		width: 100%;
	}

	#honors-link {
		width: 230px;
		height: 324px;
		background: url(../images/responsive/webbyappy_new.png) 0 0 no-repeat;
		position: absolute;
		left: 0;
		top: -20px;
	}

	#honors h3 {
		font-size: 22px;
	}

	#honors-list {
		width: 480px;
		padding-left: 0;
		margin: 20px 0 0 0;
	}

	#honors-list li {
		width: 140px;
		margin-bottom: 26px;
	}

	#honors-list li img {
		width: 100%;
	}

	#user-quotes {
		float: right;
		width: 230px;
		margin-top: -250px;
		text-align: center;
	}

	#user-quotes h3 {margin-bottom: 10px}

	.flexslider {
		width: 230px;
		float: left;
		font-size: 12pt;
		height: 190px;
	}

	.slides li p {
		text-align: center;
	}

}

/********** Unstuck Power **********/

#unstuck-power {
	margin: 0 20px;
	padding-bottom: 40px;
}

#unstuck-power h3 {
	font-size:36px;
	width: 200px;
	margin-bottom: 20px;
}

#unstuck-power p {
	font-size: 16px;
}

#unstuck-power p strong {
	font-family: 'akzidenz-grotesk_stdbold';
	font-weight: normal;
}

#unstuck-power a {
	display: block;
	padding-right: 30px;
	height: 28px;
	width: 285px;
	font-size: 18px;
	line-height: 28px;
	background: url(../images/responsive/learnmore_small.png) 255px center no-repeat;
	color: #42c1c7;
}

#unstuck-power a:hover {
	color: #224762;
}

@media (min-width: 769px) {

	#unstuck-power {
		margin: 0 10px 23px;
		padding: 0px 15px 23px 15px;
		overflow: hidden;
	}

	#unstuck-power h3 {font-size: 42px;}

	#unstuck-power p {width: 650px;}
}

@media (min-width: 769px) {

	#unstuck-power {
		margin: 0;
		padding: 50px 0 0 0px;
		position: relative;
		overflow: hidden;
		height: 305px;
	}

	#unstuck-power h3 {
		float: left;
	}

	#unstuck-power p {
		float: left;
		margin-left: 80px;
		width: 530px;
	}

	#unstuck-power a {
		float: left;
		clear: both;
	}

}

/********** UI stuff from old site **********/

.ui-dialog {
	z-index: 4000;
}

/* Contact form */
.ui-dialog .ui-dialog-titlebar {
	background: none;
	border: 0px;
	margin: 20px;
	padding: 0px !important;
}

.ui-dialog .ui-dialog-title, #videoOverlay header {
	color: #828282;
	font-size: 36px;
	padding: 0px;
	margin: 0px;
}

.ui-dialog .ui-dialog-titlebar-close, #videoOverlay .close {
	top:-2px !important;
	background-repeat:no-repeat !important;
	width:18px !important;
	height:24px !important;
	background: url(../images/icon_close.png) !important;
	border-radius:0px !important;
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	outline:0px  !important;
	background-position:0px 0px !important;
}

.ui-dialog .ui-icon-closethick {
	background: none !important;
}

.ui-dialog .ui-dialog-content {
	padding-left: 30px !important;
}

.ui-dialog input[type=text],.ui-dialog textarea {
	width: 100%;
	-webkit-appearance: none;
	border: none;
	outline: 0px;
	float: left;
	clear: left;
	background-color: transparent;
	font-size: 24px !important;
	margin-bottom: 15px;
	position: relative;
}

.ui-dialog input[type=text] {
	padding-bottom: 15px;
	background-image: url(/images/contact_rule.png);
	background-position: 0px 34px;
	background-repeat: no-repeat;
	background-image: url(/images/contact_rule.png);
	margin-bottom: 20px;
}

.ui-dialog textarea {
	height: 175px;
	resize: none;
	background-image: url(/images/contact_box.png);
	background-repeat: no-repeat;
	padding: 20px;
	margin-top: 10px;
}

.ui-dialog input[type=submit] {
	float: right;
	background: none;
	font-size: 24px;
	color: #828282;
	outline: 0px;
	border: 0px;
	-webkit-appearance: none;
}

.ui-dialog .ui-dialog-footer {
	color: #828282;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

/* How its Works*/

#top{
	background: none repeat scroll 0 0 #42C1C7;
	float: left;
	padding-bottom: 20px;
	margin-top: 70px;
	height:360px;
	width: 100%;
}
#top h1{
	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size:81pt;
	color:#000;
	margin: 20px 0 8px;
}
#top .block-left{
	float:left;
	width:48%
}
#top .block-right{
	float: right;
	margin: 0 auto;
	text-align: center;
	width: 50%;
}
#top p{
	color:#000;
	font-family: 'akzidenz-grotesk_stdregular';
	font-size:19px;
	line-height: 20px;
}
a.watch, .related-author{
	font-family: 'libre_baskervilleitalic';
	color:#e0e31c;
	font-size: 16px;
}
a.watch:hover{
	color:#2A6496;
}
.use{
	position: relative;
	top: 57px;
}
.blocks{
	border-bottom: 1px solid #4BCACA;
	float: left;
	padding: 14px 0 6px 0;
	width: 100%;
}

.blocks.admit {
	padding-top: 44px;
}

.blocks .left{
	float:left;
	width:26%;
	margin-left: 20px;
}

.blocks .left h3 {
	width: 224px;
}

.blocks .left .floating-number, .take .right .floating-number {
	float: left;
	position: relative;
	left: -23px;
	width: 20px;
	margin-right: 0
}

.blocks .left h3, .take h3{
	color: #000000;
	float: left;
	position: relative;
	left: -20px;
	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size: 40px;
	margin-bottom: 10px;
}

.blocks .left .smallheader {
	font-size: 32px;
}

.blocks .left p{
	line-height: 22px;
	color: #000000;
	float: left;
	font-family: 'akzidenz-grotesk_stdregular';
	font-size: 19px;
	/*margin-left: 25px;*/
}
.blocks .right {
	position: relative;
	float:right;
	width: 71%;
}

.admit a{
	color: #42C1C7;
	font-family: 'libre_baskervilleitalic';
	position: relative;
	top: -7px;
	/*margin-left: 25px;*/
}
.admit a:hover {
	color: #224762;
}

.quote-box{
	float:left;
}
.quote-box li{
	position:relative;
	float:left;
	width:175px;
	height:150px;
	margin-right:10px;
	list-style: none outside none;
}
.quote-box li h6{
	font-family: 'libre_baskervilleitalic';
	font-size: 14px;
	left: 24px;
	position: absolute;
	top: 20px;
	width: 138px;
}

.image-box{
	/*float:left;*/
}
.image-box li{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	margin-right:10px;
	list-style: none outside none;
}
.image-box li h6{
	font-family: 'libre_baskervilleitalic';
	font-size: 14px;
	left: 24px;
	position: absolute;
	top: 20px;
	width: 138px;
}


.admit .content{
	position: absolute;
	top:88px;
	float:left;
}
img.stuck{
	position: absolute;
	right: -150px;
}
.acting{
	float:right;
	width:92%;
}
.acting span{
	color: #000;
	font-family: 'libre_baskervilleitalic';
	font-size:18px;
	margin-bottom:10px;
	float:left;
}
.acting ul{
	float:left;
}
.acting ul li.select{
	background:#fff !important;
	padding: 10px;
	border:1px solid #e0e31c;
}
.acting ul li h3{
	color: #000000;
	font-family: 'libre_baskervilleitalic';
	font-size: 16px;
	line-height: 20px;
	position: relative;
	text-align: center;
	top: 40px;
}
.acting ul li.last{
	margin-right:0;
}
.acting ul li{
	background:#e0e31c;
	float:left;
	width:140px;
	height:140px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.acting ul li a{
	padding: 10px;
	float:left;
	height: 100%;
	width: 100%;
}
.acting ul li h4{
	color: #000000;
	float: left;
	font-family: 'akzidenz-grotesk_stdMdCn';
	font-size: 31px;
	letter-spacing: -1px;
	margin: 0;
}
.acting ul li em{
	font-size: 13px;
	line-height: 12px;
	color: #000000;
	float: left;
	font-family: 'akzidenz-grotesk_stdregular';
}
.acting ul li:hover{
	background:#000;
}
.acting ul li:hover em, .acting ul li:hover h4{
	color: #e0e31c;
}
.acting a{
	color: #42C1C7;
	font-family: 'libre_baskervilleitalic';
	float:left;
}
.acting a:hover{
	color: #224762;
}
img.cloud{
	position: absolute;
	top: -175px;
}
.a-blog{
	color: #42C1C7;
	font-family: 'libre_baskervilleitalic';
	text-decoration: underline;
}
.a-blog:hover{
	color:#224762;
}
.take{
	position:relative;
	border-bottom:0;
	padding-bottom: 0;
}
.take ul li{
	list-style: square inside none;
	width:100%;
}
.take ul{
	float: left;
	margin-right: 45px;
	width: 230px;
}
.take ul.last{
	margin-right:0;
}
.take .content{
	float:left;
	width:75%;
	margin-left:10px;
}
.core{
	border-bottom:1px solid #000 !important;
}
.core .text{
	float:left;
	width:56%;
}
.take p, .take ul li, .core .text p, .about .text p{
	line-height: 22px;
	color: #000000;
	float: left;
	font-family: 'akzidenz-grotesk_stdregular';
	font-size: 19px;
}
.border{
	float:left;
	width:100%;
	border-top:10px solid #000;
	position: relative;
	top: -1px;
}
.about{
	border-bottom:0 !important;
}
.about .text{
	float:left;
	width:79%;
}
.about .learn{
	float: right;
	width: 75px;
}
.about .learn a{
	color: #42C1C7;
	float:left;
}
.about .learn a:after {
	background-image: url(../images/learnmore.png);
}
.about .learn a:hover {
	color: #224762;
	float:left;
}
.about .learn img{
	height:56px;
	width:60px;
}
.about .learn span{
	float: left;
	font-family: 'libre_baskervilleitalic';
	font-size: 12px;
	margin-top: 7px;
}

.roundabout{
	margin-top: 20px;
	padding-top:0;
	padding-bottom: 90px;
	position: relative;
}
.roundabout ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 45em;
	height: 24em;
}
.roundabout ul li {
	height: 20em;
	width: 30em;
	background-color: #ccc;
	text-align: center;
	cursor: pointer;
}

.roundabout ul li img {
	width: 100%;
}

.roundabout ul li.roundabout-in-focus {
	cursor: default;
}
.roundabout ul li span {
	display: block;
}
.roundabout-moveable-item{
	/*opacity: 0.4!important;*/
	/*top: 30px !important;*/
	height: 100%;
	width: 100%;
}

.roundabout-moveable-item.roundabout-in-focus{
	opacity: 1 !important;
}
.left-arrow, .right-arrow{
	/*opacity: 1!important;*/
	position:absolute;
	top:150px;
	z-index: 220;
	cursor: pointer;
}
.left-arrow{
	left:130px;
}
.right-arrow{
	right:150px;
}
.roundabout-moveable-item.roundabout-in-focus text{
	display:block !important;
}
.roundabout-moveable-item text{
	display:none !important;
}
.roundabout text{
	text-align:left;
}

.roundabout text span{
	float: left;
	font-family: 'akzidenz-grotesk_stdregular';
	font-size: 19px;
	line-height: 22px;
}

.roundabout text h6{
	font-size: 18px;
}

#fancybox-content div {
	overflow:hidden !important;
	background:#FFF;
}
.responsivelink, .imagelink{display:none;}

/* Only Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#advice h2 {font-size: 13px;}
}


/* Responsive */

@media (max-width: 480px) {
	.navbar .container{width:100%; padding:0;}
	.navbar h1 a { margin-left: 15px;}
	.web { left: -14px;}
	.ipad { left: -20px;}
	.circle_click { background-size: 120px auto !important; height: 120px; width: 120px;}
	.app-link { top: -15px;}
	#promo {display: none;}
	#promoblock {display: block; text-align: center; margin-top: -20px; padding: 0; margin-bottom: -20px;}
	#promoblock img { width: 120px;}
	#advice h2 {background-size:280px auto; font-size: 12px; font-weight:normal;}
	#email-group{ float: left; margin: 0 10px; width: 100%;}
	#mce-EMAIL { width: 220px;}
	#advice { margin-top: 15px;}
	#honors ul li { margin-top: 20px; width: 50%;}
	.container, #footer-container{ width: 300px; }
	.sbta{display:none;}
	#top .block-left { width: 100%;}
	#top .block-right { width: 100%;}
	#top .block-right .use { top: 14px; }
	#top h1 { font-size: 50pt;margin: 20px 0 25px;}
	#top p { font-size: 16px;}
	.about .text { width: 100%;}
	a.watch, .acting a {  font-size: 12px;}
	.blocks .left p, .take p, .take ul li, .core .text p, .about .text p { font-size: 15px;}
	.admit a { font-size: 11px;}
	.blocks { padding: 20px 0;}
	.blocks .left h3, .take h3 { margin-bottom: 20px;}
	.acting ul li.select{display:none;}
	.acting ul li { margin-bottom: 2px; margin-right: 0; width: 100%; height:auto;}
	.acting span { margin: 10px 0; font-size: 16px;}
	.acting ul li em { font-size: 11px; width: 100%;}
	.take ul { margin-left: 2px; margin-right: 16px; width: 135px;}
	.about .learn a { float: left; left: 50px;  position: relative; width:65%%;}
	.about .learn img { height: 38px; width: 38px; margin-left: 10px;}
	.about .learn { width: 100%;}
	#player { height: 168px; width: 299px;}
	#blog .circlearrow { margin: 45px 0 0;}
	#email-group { margin: 0;}
	#top { height: 580px;}
	#fancybox-wrap { left: 0 !important; padding: 10px !important; width: 300px !important;}
	#fancybox-wrap embed, #fancybox-content{ width: 300px !important;}
}

@media (min-width: 481px)and (max-width: 768px) {
	#unstuck-video-how iframe { height: 350px; width: 100%;}
	.navbar h1 a { margin-left: 15px;}
	#promo {display: none;}
	#promoblock {display: block; text-align: center; margin-top: -40px; padding: 0; margin-bottom: -30px;}
	#promoblock img {width: 120px;}
	#honors ul li { margin-top: 20px; width: 33%;}
	#unstuck-video-how h2, #unstuck-power h3  { width: 100%;}
	#honors h3{ font-size:36px;}
	.container, #footer-container {width: 456px; }
	.ipad{ left: -66px;}
	.web { left: -22px;}
	#mc_embed_signup { margin: 20px auto 0;}
	#top h1 {  font-size: 39pt;}
	a.watch { font-size: 14px;}
	#top p {  font-size: 14px;}
	.acting ul li.last { margin-right: 10px;}
	.acting ul li { margin-bottom: 10px; margin-right: 10px;}
	.sbta{display:none;}
	.take { margin-bottom: 40px;}

	#advice h2 {font-size: 21px; font-weight:normal; background-size: 442px auto; height: 125px; padding: 95px 0 8px; width: 100%;}
	#devices, #help-wanted, #videoThumb{display:none;}
	#player{height: 257px; width: 456px;}
	#mce-EMAIL { width: 382px;}
	#blog .post { width: 138px; margin-right:45px; float:left; display:block !important;  height: 120px;  overflow: hidden;}
	#blog .circlearrow { margin: 101px 5px 0 0;}
	#top { height: 370px;}
	#fancybox-wrap { width: 400px !important;}
	#fancybox-wrap embed, #fancybox-content{ width: 400px !important;}
}

@media (max-width: 768px) {
	#watchlaunch, #videoThumb{display:none;}
	.responsivelink, .imagelink{display:block !important;}
	.navbar-inner{position:relative;}
	.navbar-inner .container{width:100%; margin:0 !important;}
	.navbar h1 {margin:0;}
	.navbar h1 a { background-size: 103px auto; height: 29px;  width: 103px;  margin-top: 19px;}
	#unstuck-video-how, #honors, #unstuck-power { margin: 0 0 23px;}
	#honors-list {  width: 100%;}
	#footer {width:100%;}
	.blocks .left h3, .take h3 {  width: 90%;}
	.blocks .left, .blocks .right{width:100%;}
	.blocks .left p, .take p, .take ul li {margin-left: -20px; padding-right: 20px;}
	.admit a { left: -20px;}
	img.stuck, img.cloud{display:none;}
	.admit .conetnt { margin-top: 50px;}
	.take .content { margin-left: 0; width: 100%;}
	.take .right {left: 20px;}
	.core .text {  width: 100%;}
	.acting span { margin: 30px 0;}
	.acting { width: 100%;}
	.roundabout, .howitworks-video, .admit .right{display:none;}
	#player{display:none !important;}
	#advice h2 { margin: 25px auto 14px 0;}
	#blog { margin: 0 0 13px;}
	.imagelink img{width:100%;}
}

@media (min-width: 769px) and (max-width: 990px){

	.container, .navbar .container, #footer-container{ width: 730px;}
	.navbar-inner .container{width:100%; margin:0 !important;}
	.navbar-inner{position:relative;}
	.navbar h1, .nav li { margin-right: 16px; }
	.nav li a { font-size: 16px; }
	#help-wanted img{display:none;}

	#footer{padding:20px 0 60px;}
	#advice-blog{padding:0;}
	#devices img { width: 118%; left: 0;}
	#promo {	position: absolute; right: 80px; top: -30px; z-index: 1000; }
	#promo img { width: 150px; }
	#promoblock {display: none;}
	.ipad { left: -50px;}
	.web { left: -22px;}
	#unstuck-power p { float: left; margin-left: 0; width: 100%;}
	#unstuck-power h3 { width: 100%;}
	#top h1 { font-size: 63pt;}
	.blocks .left h3, .take h3 {  width: 96%;}
	.blocks .left, .blocks .right{width:100%;}
	img.stuck { position: absolute; top: -86px;}
	.admit .content { position: relative; height: 220px; top: 55px;}
	.take .right { width: 75%;}
	.take .content { margin-left: 0; width: 100%;}
	img.cloud { top: -33px; width: 162px;}
	.roundabout, .cloud{display:none;}
	.take{margin-bottom:40px; left: 20px;}
	.take .right { width: 100%;}
	img.stuck { top: -74px;}
	.take ul { float: left; margin: 0; width: 100%;}

	#blog .post { display: block !important; width: 135px;}
}

#videoOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1031;

	background: white;
}

#videoOverlay header {
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	margin: 5px 10px;
	font-size: 22px;
}

#videoOverlay .close {
	position: absolute;
	top: 10px !important;
	right: 10px;
}

#videoOverlay iframe {
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;

	width: 100%;
	height: calc(100% - 45px);
}



.reasonable-container {
	margin: auto;
}

.reasonable-container:after {
	display: table;
	clear: both;
	content: " "
}

@media (min-width: 990px) {
	.container,
	.navbar .container,
	#footer-container {
		width: 960px;
	}
}

@media (min-width: 481px)and (max-width: 768px) {
	.reasonable-container { width: 100%; }
}

/*--------- new hero styles ----------*/


#hero {
	background: url(../images/lc_hero_background.png) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}

.video-container {
	position: relative;
	height: 500px;
}

.dimmer{
	height: 119%;
	background: rgba(0, 0, 0, 0.2);
}

.hero-video {
	margin-top: 70px;
	width: 100%;
}

@media (max-width: 768px) {
	.hero-video {
		display: none;
	}
}

.absolute-container {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 363px;
}

.full-height{
	height: 100%;
}

.white-text {
	color: white;
}

.btn.btn-sm {
	display: inline-block;
	max-width: 220px;
	margin: 10px;
	text-decoration: none;
}

.btn.transparent-yellow {
	color: #DFE21B;
	background-color: transparent;
	border: 1px solid #DFE21B;

}

/*---------------- lifecourses page ----------------------*/

.unstuck-blue-background {
	background-color: #41c2c7;
}

.gray-background {
	background-color: #F8FBFD;
}

.yellow-background {
	background-color: #DFE21B;
}

.dark-gray-background {
	background-color: #90908F;
}

.navy-background {
	background-color: #244761;
}

.top-container{
	margin-top: 70px;
}

.unstuck-blue {
	color: #41c2c7;
}

.unstuck-yellow {
	color: #DFE21B;
}

.dark-gray {
	color: #90908F;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.h1-text {
  font-family: 'AG-BoldRg';
  font-size: 44px;
  font-weight: normal;
}

.h2-text {
  font-family: 'AG-MedCndRg';
  font-size: 42px;
  font-weight: normal;
  text-transform: uppercase;
}

.h3-text {
  font-family: 'AG-BoldRg';
  font-size: 32px;
  font-weight: normal;
}

.cp1-text {
  font-family: 'AG-RegularIt';
  font-size: 18px;
}

.cp2-text {
  font-family: 'AG-BoldRg';
  font-size: 26px;
}

.cp3-text {
  font-family: 'AG-MedCndRg';
  font-size: 24px;
  text-transform: uppercase;
}

.cp4-text {
  font-family: 'AG-RegularIt';
  font-size: 14px;
}

.p1-text {
  font-family: 'AG-RegularRg';
  font-size: 18px;
  font-weight: normal;
}

.p2-text {
  font-family: 'AG-BoldRg';
  font-size: 20px;
}

.p3-text {
  font-family: 'AG-RegularRg';
  font-size: 14px;
}

.lg-unstucknew {
  font-family: 'unstucknewmedium';
  font-size: 40px; 
  text-transform: uppercase;
}

.md-unstucknew {
  font-family: 'unstucknewmedium';
  font-size: 30px; 
  text-transform: uppercase;
}

.strong {
	font-family: 'AG-BoldRg';
}

.topic-header {
	font-family: 'AG-MedCndRg';
  font-size: 90px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 20px;
  line-height: 86px;
}

.topic-subheader {
	font-family: 'unstucknewmedium';
  font-size: 48px; 
  margin-bottom: 12px;
}

.explanatory-header, .topic-item, .grid-item-text, .get-advice, .copy-text > ul{
	font-family: 'AG-MedRegular';
	font-size: 16px;

}

.explanatory-text, .copy-text {
	font-family: 'AG-RegularRg';
	font-size: 16px;
	
}

.header-image {
	height: 350px;
	position: absolute;
	bottom: 16px;
}

.bottom-image {
	height: 350px;
}



.grid-item-number {
	font-family: 'AG-MedCndRg';
  font-size: 66px;
  font-weight: normal;
  text-transform: uppercase;
}

.grid-item{
	padding: 16px;
}

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

.lifecourses.btn, input.lifecourses.input-btn{
	height: 50px;
	width: 300px;
	display: block;
	margin: 20px auto;
	padding-top: 8px;
	border: 0px;
}

.block {
	padding-top: 40px;
	padding-bottom: 20px;
}

.block-topic {
	padding-top: 40px;
	padding-bottom: 45px;
}

.break-after, a.break-after {
	display: block;
	margin-bottom: 20px;
}

.changes {
	height: 100px;
	margin-top: -15px;
}

.change-underline {
	display: block;
	margin: 20px auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

.col-sm-3{
	padding: 10px;
}

#mce-EMAIL.lc-input-field {
	color: #000000;
	display: block;
	margin: auto;
	float: none;
	background: #e0e0e0;
	width: 300px;
	height: 50px;
}

input.lc-input-field::-webkit-input-placeholder {
   color: #000000;
}

input.lc-input-field::-moz-placeholder {
   color: #000000;
}

.row.flex{
	display: flex;
	position: relative;
}

.part-1-img {
	margin-top: 119px;
}

.part-2-img {
}

.part-3-img {
	margin-top: 119px;
}

.part-4-img {
	margin-top: 81px;
}

.intro-img {
	width: 90%;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.testimonial {
	margin-bottom: 30px;
}

@media (max-width: 480px) {

	.topic-header {
		font-size: 52px;
		line-height: 50px;
	}

	.topic-subheader {
		font-size: 30px;
	}

	.topic.p1-text {
		font-size: 16px;
	}

	.topic-h2-text {
		font-size: 34px;
	}

	.topic.h3-text {
		font-size: 26px;
	}

	.h1-text.resize-mobile {
		font-size: 28px;
	}

	.video-container {
		height: 530px;
	}

	.dimmer {
		height: 137%;
	}
}

@media (min-width: 480px) {

	.video-container {
		height: 530px;
	}

	.dimmer {
		height: 127%;
	}
}



@media (max-width: 769px) {

	.row.flex{
		display: block;
		position: relative;
  }
	.header-image {
		position: relative;
		bottom: initial;
	}

	#carogrid-mobile {
		display: block;
	}

	#carogrid-desktop {
		display: none;
	}

	.dimmer{
		height: 128%;
	}

	.btn.btn-sm {
		margin: 8px;
	}

	label.mailchimp {
		width: 90%
	}

	.container.less {
		margin-left: 5%;
		margin-right: 0px;
		width: 90%;
	}

	.part-1-img, .part-3-img, .part-4-img {
		margin-top: 0px;

	}

	.changes, .change-underline {
		width: 100%;
		height: initial;
	}

	.mobile-hidden {
		display: none;
	}

/*	li.mobile-show {
		display: block;
	}*/

	.dimmer {
		height: 137%;
	}
	
}

@media (min-width: 769px) {
	.hero-video {
		
	}

	#carogrid-mobile {
		display: none;

	}

	#carogrid-desktop {
		display: block;
		
	}


	li.mobile-show, .mobile-show {
		display: none;
	}

	.mobile-hidden {
		display: block;
	}
}

.dropdown {
	display: block;
	float: right;
}

.header-dropdown {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
}

.dropdown-menu {
	background-color: black;
}


.btn.dropdown-item, .dropdown-menu > li > a.dropdown-item {
	color: white;
	text-decoration: none;
}

.btn.dropdown-item:hover, .dropdown-menu > li > a.dropdown-item:hover {
	color: #DFE21B;
	background-color: black;
}

.main-logo {
	height: 32px;
	margin: 20px auto;
}

.main-logo.header {
	margin-top: 40px;
}

@media (min-width: 990px){
	.hero-video {
		margin-top: -26px;
	}
}

/* Topic Pages */

.top.explanatory-text {
	padding-top: 8px;
	padding-bottom: 8px;
}

.grid-item {
 	height: 250px;
 	width: 250px;
 	display: inline-block;
 	margin:  8px 6px;
 	border-radius: 10px;
}

.grid-item-text{
	float: left;
}

.grid-item.carousel-item {
	display: block;
	margin: auto;
}

#carogrid-desktop{
	margin-top: 24px;
	margin-bottom: 24px;
}

#carogrid-mobile {
	margin-top: 24px;
	margin-bottom: 48px;
}

.grid-color-1 {
	color: #DFE21B;
	background-color: #244761;
}

.grid-color-2 {
	color: #244761;
	background-color: #FED000;
}

.grid-color-3 {
	color: #DFE21B;
	background-color: #41c2c7;
}

.grid-color-4 {
	color: #41c2c7;
	background-color: #DFE21B;
}
.topic-link {
	text-decoration: underline;
	color: #000000;
	display: block;
}
.topic-article-link {
	font-size: 20px;
}
.related-author {
	color: black;
	margin-top: 4px;
}
.unstuck-advice {
	width: 140px;
}
.get-advice{
	margin-top: 20px;
	margin-bottom: 4px;
}
.blog-articles {
	margin-top: 16px;
}
.promo-space {
	height: 300px;
	display: block;
}

.promo-image {
	display: block;
	width: 100%;
	margin: auto;
}

li.topic-indicators {
	border: gray;
	background-color: gray;
	margin-right: 4px;
}

li.topic-indicators.active {
	border: #41c2c7;
	background-color: #41c2c7;
}

.topic.carousel-indicators {
	bottom: -48px;
}

.lightbox-50 {
	float: left;
	width: 50%
}
.lightbox-30 {
	float: left;
	width: 30%
}
.lightbox-70 {
	float: left;
	width: 70%
}

@media (max-width: 600px) {
	.mobile-lightbox-100 {
		float: left;
		width: 100%
 	}

 	.phone-hidden {
 		display: none;
 	}
}

h3.topic.h3-text {
	margin-bottom: 8px;
}

#second{
	margin-top: 36px;
	margin-bottom: 16px;
}

#first {
	margin-bottom: 16px;
}

.explanatory-header > a, .copy-text > p > a, .explanatory-text > a, .copy-text > ul > li > a, .explanatory-header > ul > li > a, .topic > a{
	color: inherit;
	text-decoration: underline;
}
.explanatory-header > a:hover, .copy-text > p > a:hover, .explanatory-text > a:hover, .copy-text > ul > li > a:hover, .explanatory-header > ul > li > a:hover, .topic > a:hover{
	color: #428bca;
	text-decoration: underline;
}


.explanatory-header > ul {
	padding-left: 18px;
}

.explanatory-header > ul, .copy-text > ul {
	list-style: initial;
}

/*new blog fonts*/

.blog-headline, .entry-title {
	font-family: 'Libre Franklin';
	font-weight: 900;
	font-size: 42px;
	color: #2D2D2D;
	line-height: 52px;
}

.blog-body-text, .entry-content, .entry-content > p, span.byline, span.date{
	font-family: 'Libre Franklin';
	font-weight: 400;
	font-size: 18px;
	color: #424242;
	line-height: 30px;

}

.blog-bold-text {
	font-family: 'Libre Franklin';
	font-weight: 900;
	font-size: 18px;
	color: #424242;
	line-height: 30px;

}

@media (max-width: 480px) {

	.blog-headline, .entry-title{
		font-family: 'Libre Franklin';
		font-weight: 900;
		font-size: 30px;
		color: #2D2D2D;
		line-height:  40px;

	}

	.blog-body-text, .entry-content, .entry-content > p, span.byline, span.date {
		font-family: 'Libre Franklin';
		font-weight: 400;
		font-size: 16px;
		color: #424242 ;
		line-height: 26px;

	}

	.blog-bold-text {
		font-family: 'Libre Franklin';
		font-weight: 900;
		font-size: 16px;
		color: #424242 ;
		line-height: 26px;

	}

}

#menu-footer-menu {
	padding-left: 0px;
}

.entry-header > span.byline {
	font-weight: normal !important;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  margin-top: 25px;
  padding: 0px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #feff20;
}

.no-bootstrap-container {
	height: 100%;
}

.no-bootstrap-navbar {
	height: 100%;
	display: block;
}

.no-bootstrap-toggle {
	margin-top: 25px;
	margin-right: 25px;
}

.no-bootstrap-navbar-brand {
	margin-right: 10px;
	margin-left: 6px !important;
}

.nb-mobile-hamburger{
	background: #000 url(../images/responsive/menu_hamburger.png) 0 0 no-repeat;
	border-color: transparent !important;
	width: 44px;
	height: 25px;
	float: right;
}

.sidebar-promo-image {
	width: 245px;
}

.entry-content > ul {
	list-style: initial;
}

.entry-content > ol {
	list-style: decimal;
}

.entry-content > ol > li, .entry-content > ul > li{
	margin-left: 60px;
	margin-right: 60px;
}

.entry-content > blockquote {
	list-style: initial;
}

.entry-content > p {
	margin: 0 0 20px;
}

.entry-title > a {
	color: #41c2c7;
}

.entry-title > a:hover {
	color: #244761;
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent !important;
}

.sidebar-ad-img {
	margin-left: 6px;
}

@media (max-width: 768px) {
	.sidebar-ad-img {
		display: block;
		margin: auto;
	}

	.menu-main-navigation-container {
		padding-top: 60px;
		padding-left: 15px;
		padding-bottom: 30px;
	}

	.entry-content > p {
		clear: both;
	}

}

.nb.navbar-nav{
	margin-top: 0px;
}

.menu-main-navigation-container {
	background-color: #000000;
}
