.ct h1,
.ct h2,
.ct h3,
.ct h4,
.ct h5,
.ct h6 {
	font-family: 'Bitter', serif;
	text-transform: none;
}

.ct {
	font-family: 'Noto Sans', sans-serif;
}

/*   HEADER
---------------------------------------*/

.ct-header {
	background: url(https://s3-us-west-2.amazonaws.com/cdn.txamfoundation.com/Spirit/Summer2017/Ask%20Prof%20X/chalkboard.png) repeat #000;
	position: relative;
	height: 615px;
	overflow: hidden;
}
.ct-header h1,
.ct-header h2,
.ct-header h3 {
	color: #fff;
}
.ct-header .wrapper {
	position: relative;
	top: 22%; 	
}
.ct-header .titles {
	max-width: 60%;
}
.ct-header h1 {
	font-weight: bold;
	font-size: 55px;
	text-transform: uppercase;
}
.ct-header h2 {
	font-size: 27px;
	line-height: 40px;
}
.ct-header .ct-author {
	font-size: 20px;
}

.ct-header .cow {
	position: absolute;
	right: 50%;
	bottom: 4%;
	margin-right: -830px;
}
.ct-header .meat {
	position: absolute;
	left: 50%;
	bottom: 4%;
	margin-left: -790px;
}

@media (max-width: 1320px) {

	.ct-header h1 {
		font-size: 52px;
	}
	.ct-header h2 {
		font-size: 25px;
		line-height: 36px;
	}
	.ct-header .ct-author {
		font-size: 18px;
	}

	.ct-header .meat {
		margin-left: -600px;
	}
	.ct-header .cow img,
	.ct-header .meat img {
		width: 80%;
	}

}
@media (max-width: 767px) {

	.ct-header {
		height: 500px;
	}
	.ct-header .wrapper {
		top: 18%;
	}
	.ct-header .titles {
		max-width: 75%;
	}
	.ct-header h1 {
		font-size: 40px;
	}
	.ct-header h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.ct-header .ct-author {
		font-size: 16px;
	}
	.ct-header .meat {
		margin-left: -550px;
		bottom: 6%;
	}
	.ct-header .cow {
		margin-right: -750px;
		bottom: 4%;
	}
	.ct-header .cow img,
	.ct-header .meat img {
		width: 65%;
	}

}
@media (max-width: 475px) {

	.ct-header {
		height: 400px;
	}
	.ct-header .wrapper {
		top: 10%;
	}
	.ct-header .titles {
		max-width: 100%;
	}
	.ct-header h1 {
		font-size: 36px;
	}
	.ct-header h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.ct-header .ct-author {
		font-size: 14px;
	}
	.ct-header .meat {
		margin-left: -500px;
	}
	.ct-header .cow {
		margin-right: -700px;
	}
	.ct-header .cow img {
		width: 40%;
	}
	.ct-header .meat img {
		width: 50%;
	}

}
@media (max-width: 375px) {

	.ct-header .wrapper {
		top: 8%;
	}
	.ct-header .cow img {
		width: 300px;
	}
	.ct-header .cow {
		margin-right: -150px;
		bottom: 2%;
	}
}
@media (max-width: 320px) {

	.ct-header .wrapper {
		top: 7%;
	}
	.ct-header h1 {
		font-size: 34px;
	}
	.ct-header h2 {
		font-size: 16px;
		line-height: 24px;
	}
}





/*   BODY SECTIONS
---------------------------------------*/
.ct-body {
	padding: 75px 0;
	overflow: hidden;
}
.ct-body h3 {
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 10px;
}
.ct-body p {
	line-height: 1.8;
	font-size: 16px;
}
.ct-body img {
	max-width: 100%;
}
.ct-body .answer {
	margin: 0 0 60px;
}
.ct-body .left-side {
	float: left;
}
.ct-body .right-side {
	float: right;
}

.first-body .left-side {
	width: 60%;
}
.first-body .left-side .first {

}
.first-body .left-side .second {
	width: 75%;
}
.first-body img {
	-webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,.4);
box-shadow: 4px 4px 5px 0 rgba(0,0,0,.4);
}
.first-body .right-side {
	width: 35%;
	position: relative;
}
.first-body .top-image {
	position: relative;
	z-index: 2;
}
.first-body .bottom-image {
	position: relative;
	top: -50px;
	left: -37%;
}

.second-body .right-side {
	float: right;
	width: 56%;
}
.second-body .left-side {
	float: left;
	width: 38%;	
}
.sidebar {
	background: none;
	padding-top: 10px;
}
.sidebar img {
	display: block;
	max-width: 100%;
}
.sidebar .sidebar-title {
	display: inline-block;
	font-size: 20px;
	padding: 8px 18px;
	background: #500000;
	position: relative;
	top: -52px;
	margin: 0;
	color: #fff;
}
.sidebar .sidebar-body {
	background: #eee;
}
.sidebar .sidebar-body p {
	font-weight: bold;
	margin-top: -18px;
	line-height: 1.9;
	font-size: 15px;
}
.sidebar .sidebar-body p {
	padding: 0 50px 34px;
}

.right-side-caption {
    position: absolute;
    width: calc(100% + 125px);
    z-index: 99;
    bottom: -10px;
    left: -110px;
    background: rgba(247,247,247,0.85);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #500000;
}


@media (max-width: 1320px) {

	.ct-body h3 {
		font-size:21px;
		line-height:32px;
	}
	.ct-body p {

	}

	.first-body .left-side {
		width: 55%;
	}
	.first-body .right-side {
		width: 40%;
		padding-top: 10px;
	}
	.first-body .bottom-image {
		position: relative;		
		left: -32%;
	}
	
	.sidebar .sidebar-title {
		font-size: 16px;
		top:-48px;
	}
	.sidebar .sidebar-body p {
		padding: 0 35px 34px;
		font-size: 14px;
	}
	.right-side-caption {
	    left: -68px;
	    width: calc(100% + 95px);
	    bottom: -20px;
	    font-size: 13px;
	    line-height: 1.7;
	}
}
@media (max-width: 1023px) {

	.ct-body h3 {
		font-size:16px;
		line-height:24px;
	}
	.ct-body p {
		line-height: 1.8;
		font-size: 14px;
	}

	.ct-body .answer {
		margin-bottom: 30px;
	}
	.first-body .left-side {
		width: 55%;
	}
	.first-body .left-side .second {
		width: 83%;
	}
	.first-body .right-side {
		width: 40%;
		padding-top: 10px;
	}
	.first-body .bottom-image {
		position: relative;		
		left: -32%;
	}
	.first-body .bottom-image {
		position: relative;
		top: -30px;
		left: -20%;
	}

	.sidebar .sidebar-body p {
		line-height: 1.9;
	}
	.second-body .right-side {
		float: right;
		width: 54%;
	}
	.second-body .left-side {
		float: left;
		width: 40%;	
	}	
	.sidebar .sidebar-title {
		top:-40px;
	}
	.right-side-caption {
	    left: -45px;
	    width: calc(100% + 50px);
	    bottom: -60px;
	}

}
@media (max-width: 767px) {

	.ct-body .left-side,
	.ct-body .right-side {
		width: 100%;
		float: none;
	}
	.first-body .left-side .second {
		width: 100%;
	}
	.first-body .right-side {
		text-align: center;
	}

	.first-body  {
		
	}
	.first-body .top-image {
		width: 50%;
		float: right;
		position: relative;
		left: -7px;
	}
	.first-body .bottom-image {
		width: 50%;
		top: 20px;
		left: auto;
		right: -7px;

	}

	.second-body .left-side,
	.second-body .right-side {
		float: none;
		width: 100%:;
	}
	.second-body .sidebar img {
		width: 100%;
	}

	.sidebar .sidebar-title {
		font-size: 22px;
		top:-52px;
		padding: 14px 25px;
	}
	.right-side-caption {
	    position: relative;
	    width: auto;
	    margin: -10px auto 15px;
	    left: auto;
	}

}

@media (max-width: 520px) {

	.first-body .right-side {

	}
	.right-side-caption {
		
	}

}




/*   X FACTORS
---------------------------------------*/
.x-factors {
	padding: 50px 0 0;
	background: url(https://s3-us-west-2.amazonaws.com/cdn.txamfoundation.com/Spirit/Summer2017/Ask%20Prof%20X/chalkboard.png) repeat #000;
	position: relative;
	height: 1100px;
	overflow: hidden;	
	color: #fff;
}
.x-factors .wrapper {
	position: relative;
	height: 100%;
}
.x-factors p,
.x-factors h1,
.x-factors h2,
.x-factors h5,
.x-factors a {
	color: #fff;
}



.meet {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: -35px;
	width: 39%;
	font-size: 16px;
}
.meet h1 {
	background: #500000;
	padding: 12px 35px;
}
.meet p {
	padding-left: 35px;	
	padding-right: 40px;
	line-height: 1.8;
}
.meet .title {
	font-weight: bold;
	padding-left: 35px;
}
.savell-cutout {
	position: absolute;
	bottom: -180px;
	width: 650px;
	left: 50%;
	margin-left: -340px;
}
.savell-cutout img {
	width: 100%;
}

.sides {
	position: absolute;
	right: 50%;
	margin-right: -620px;
	bottom: 5%;
}
.sides img {
	width: 90%;
}
.numbers text {
	font-family: 'Bitter', sans-serif;
	font-weight: bold;
	font-size: 50px;
	fill: #FFFFFF;
}
.numbers .path {
	fill: transparent;
	stroke: #ffffff;
	stroke-width: 4;
	stroke-miterlimit: 10;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;	
}
.numbers .selected .path {
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
}
.numbers .x-factor svg:hover .path {
	animation: dash 2.2s ease-out forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.numbers .x-factor {
	position: absolute;
	z-index: 3;
}
.numbers .svg-box {
	width: 100px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
}
.numbers .one {
	top: 310px;
	left: 200px;
}
.numbers .one .x-factor-text {
	left: -200px;
	top: 60px;
}
.numbers .two {
	top: 60px;
	left: 300px;
}
.numbers .two .x-factor-text {
	width: 360px;
    left: -250px;
    top: 70px;
}
.numbers .three {
	top: -15px;
	left: 600px;
}
.numbers .three .x-factor-text {
	left: 120px;
	top: 10px;
	width: 300px;
}
.numbers .four {
	top: 185px;
	left: 750px;
}
.numbers .four .x-factor-text {
	left: 105px;
	top: 5px;
	width: 360px;
}
.numbers .five {
	top: 440px;
	left: 890px;
}
.numbers .five .x-factor-text {
	left: 25px;
	top: 90px;
	width: 290px;
}


.x-factor-text {
	position: absolute;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .1s ease-in;
	-moz-transition: opacity .1s ease-in;
	-ms-transition: opacity .1s ease-in;
	-o-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;		
}
.x-factor-text.clicked {
	
}
.x-factor-text h5 {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 10px;
}
.x-factor-text p {
	font-size: 15px;
	line-height: 1.6;
}
.numbers .x-factor .svg-box:hover + .x-factor-text {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	-ms-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}
.numbers .x-factor .x-factor-text:hover {
	visibility: visible;
	opacity: 1;
}
.numbers .x-factor .x-factor-text a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: underline;
}




@media (max-width: 1320px) {
	.x-factors {
		height: 1000px;
	}
	.savell-cutout {
		width: 600px;
		margin-left: -310px;
	}
	.numbers .one {
	    top: 270px;
	    left: 190px;
	}
	.numbers .two {
	    top: 40px;
	    left: 240px;
	}
	.numbers .three {
	    top: -40px;
	    left: 430px;
	}
	.numbers .three .x-factor-text {
		left: 110px;
		top: 0px;
		width: 408px;
	}
	.numbers .four {
	    top: 120px;
    	left: 560px;
	}
	.numbers .four .x-factor-text {
		left: 100px;
		top: -20px;
		width: 320px;
	}
	.numbers .five {
	    top: 350px;
	    left: 730px;
	}
	.numbers .five .x-factor-text {
	    width: 210px;
	    left: 30px;
	    top: 90px;
	}
	.meet {
	    width: 48%;
	    left: -50px;
	    font-size: 14px;
	}
	.meet p {
		padding-right: 140px;
	}

}

@media (max-width: 1023px) {

	.x-factors {
		height: 810px;
	}
	.x-factors .wrapper {
		width: 735px;
	}
	.savell-cutout {
		width: 480px;
		margin-left: -250px;
	}

	.numbers svg,
	.numbers .svg-box {
		width: 50px;
		height: 50px;
	}	
	.x-factor-text p {
		font-size: 12px;
		line-height: 1.5;
	}
	.x-factor-text h5 {
	    font-size: 15px;
    }
	.numbers .one {
	    top: 170px;
	    left: 190px;
	}
	.numbers .one .x-factor-text {
		left: -190px;
    	top: 33px;		
	}
	.numbers .two {
        top: 25px;
    	left: 230px;
	}
	.numbers .two .x-factor-text {
		left: -230px;
    	top: 23px;
    	width: 300px;		
	}
	.numbers .three {
	    top: -10px;
	    left: 330px;
	}
	.numbers .three .x-factor-text {
		left: 55px;
	    top: -10px;
	    width: 370px;
	}
	.numbers .four {
	    top: 78px;
    	left: 418px;
	}
	.numbers .four .x-factor-text {
	    left: 51px;
	    top: 3px;
	    width: 270px;
	}
	.numbers .five {
        top: 270px;
    	left: 520px;
	}
	.numbers .five .x-factor-text {
        width: 176px;
	    left: 50px;
	    top: -3px;
	}

	.meet {
		bottom: 10px;
    	left: -20px;
		font-size: 12px;
		width: 42%;
	}
	.meet h1 {
		background: #500000;
		padding: 12px 35px;
		font-size: 20px;
	}
	.meet p {
		padding-left: 35px;	
		padding-right: 50px;
		line-height: 1.8;
	}
	.meet .title {
		font-weight: bold;
		padding-left: 35px;
	}
	.sides {
		margin-right: -540px;
	}
	.sides img {
		width: 70%;
	}

}

@media (max-width: 767px) {

	.x-factors {
		height: 1750px;
		padding-top: 40px;
	}
	.x-factors .wrapper {
		width: 95%;
	}
	.savell-cutout {
		width: 400px;
		max-height:600px;
		overflow: hidden;
		margin-left: -200px;
		bottom: auto;
    	top: 0;
	}
	.meet {
		bottom: auto;
		top: 510px;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,.5);
	}

	.numbers .x-factor {
		width: 100%;
	}
	.numbers .svg-box {
		cursor: default;
	}
	.numbers .x-factor.one {
		display: block;
	}
	.numbers .x-factor-text {
		width: 82%;
		visibility: visible;
		opacity: 1;
	}
	.numbers .path {
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
	}
	.numbers .x-factor svg:hover .path {
		animation: none;
	}
	.numbers .one {
	    top: 750px;
	    left: 0;
	}
	.numbers .one .x-factor-text {
		left: 60px;
    	top: 12px;		
	}
	.numbers .two {
        top: 925px;
    	left: 0;
	}
	.numbers .two .x-factor-text {
		left: 60px;
    	top: 12px;
    	width: 82%;	
	}
	.numbers .three {
	    top: 1100px;
	    left: 0;
	}
	.numbers .three .x-factor-text {
		left: 60px;
	    top: 12px;
	    width: 82%;
	}
	.numbers .four {
	    top: 1275px;
    	left: 0;
	}
	.numbers .four .x-factor-text {
	    left: 60px;
	    top: 12px;
	    width: 82%;
	}
	.numbers .five {
        top: 1465px;
    	left: 0;
	}
	.numbers .five .x-factor-text {
        width: 82%;
	    left: 60px;
	    top: 12px;
	}
	.sides {
		right: 0;
	    margin-right: -70px;
	    bottom: 20px;
	    opacity: .6;
	}

}

@media (max-width: 475px) {
	.x-factors {
		height: 1800px;
	}
	.numbers .five {
        top: 1495px;
	}
}
@media (max-width: 375px) {
	.x-factors {
		height: 1860px;
	}
	.numbers .one {
	}
	.numbers .two {
        top: 955px;
	}
	.numbers .three {
        top: 1140px;
	}
	.numbers .four {
        top: 1325px;
	}
	.numbers .five {
        top: 1565px;
	}
}