body[class*="post-lesson-"],
body.page-sight-landing,
body.post-introduction {
	background-color: #fff;
}
#content-onsight-main .column1-3 {
	float: left;
    width: 28%;
}
#content-onsight-main .column2-3 {
    float: right;
    width: 56%;
}
#content-onsight-main h2 {
    text-transform: none !important;
    font-size: 26px;
    color: #5e5e5e;
    font-weight: 300 !important;
    max-width: none;
    text-align: left;
    line-height: 160%;
}
#content-onsight-main .description p {
    float: none;
    width: 100%;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
#content-onsight-main .description p.big {
	font-size: 170%;
}
#content-onsight-main .category {
	border: none;
}
#content-onsight-main .category-post {
    width: 24.5%;
    display: inline-block;
    padding-right: 2%;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 3%;
}
#content-onsight-main .category-post:nth-child(4n+4) {
	padding-right: 0;
}
#content-onsight-main .category-post .post-image {
	max-width: 100%;
    max-height: 130px;
    overflow: hidden;
}
#content-onsight-main .category-post .post-image img {
	width: 105%;
    height: auto;
    display: block;
    max-width: none;
}
#content-onsight-main .category-post h3 a {
    font-size: 25px;
    color: #777;
    font-weight: 400;
    margin-top: 6px;
    display: block;
}


/*  ----------------------------------------------------------------------------
   Lesson single page
*/
#content-onsight .slideshow-images {
    max-width: 100%;
    margin: 0 auto;
}
#content-onsight hr {
	border: none;
    border-top: 2px solid #a3a3a3;
    margin: 12px 0;
}
#content-onsight .column {
	width: 50%;
  float: left;
	padding-right: 3%;
    box-sizing: border-box;
    margin-top: 3%;
}
.post-introduction #content-onsight .column {
  width: 100%;
  float: none;
}
.post-introduction #content-onsight .column.pull-left {
  width: 50%;
  float: left;
  margin-top: 0;
}
#content-onsight .column h2 {
    font-size: 60px;
    margin-bottom: 20px;
}
#content-onsight .column h3 {
	font-size: 22px;
    font-weight: 700 !important;
    margin-bottom: 36px;
}
#content-onsight .column img {
	width: 100%;
	margin: 8px 0 12px 0;
	height: auto;
}
#content-onsight .column p {
    font-size: 20px;
    line-height: 150%;
}
#content-onsight .column p a {
	color: #f15f2d;
	text-decoration: underline;
}
#content-onsight .resources h3 {
    color: #636363;
    margin: 30px 0 0;
}
#content-onsight .resources h3.resources-title {
	font-weight: 400 !important;
    font-size: 26px;
}
.embed-container {
	border-top: 2px solid #a3a3a3;
    margin-top: 90px;
    padding-top: 35px;
}
.embed-container .column {
  margin-bottom: 30px;
}
#content-onsight ul li {
  list-style: disc inside;
  line-height: 120%;
  font-size: 19px;
  margin-bottom: 10px;
}

/*  ----------------------------------------------------------------------------
   Iframes + Support for responsive iframes
*/

#content-onsight iframe {
  margin-top: 10px;
}

#content-onsight .responsive-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 30px;
  clear: both;
}

/* 16x9 Aspect Ratio */
#content-onsight .responsive-iframe-16x9 {
  padding-bottom: 56.25%;
}

#content-onsight .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*margin-top: 30px;*/
}

@media screen and (max-width: 699px) {
	#content-onsight .column { width: 100%; padding-right: 0;}
	#content-onsight > img,
	#content-onsight-main > img { margin: 0 auto; width: 100%; max-width: 355px; display: block; }
	#content-onsight-main .column1-3,
	#content-onsight-main .column2-3 { float: none; width: 100%; }
	#content-onsight-main .category-post { width: 49.5%;  }
	#content-onsight-main .category-post:nth-child(4n+4) { padding-right: 2%; }
	#content-onsight-main .category-post:nth-child(2n+2) { padding-right: 0; }
}
@media screen and (max-width: 1179px) {
	#content-onsight-main .category-post .post-image { max-width: none; }
	#content-onsight-main .category-post .post-image img { max-height: none; width: 170%; max-width: none; }
	#content-onsight-main .category-post h3 a { font-size: 22px; }
}
@media screen and (max-width: 500px) {
	#content-onsight-main .category-post { width: 100%; padding-right: 0; }
	#content-onsight-main .category-post:nth-child(4n+4),
	#content-onsight-main .category-post:nth-child(2n+2) { padding-right: 0; }
	#content-onsight-main .category-post .post-image img { width: 100%; }
	#content-onsight-main .category-post .post-image { max-height: 200px; }
}