#techmvmt .blue {
	color: #28C2FE;
}
#techmvmt .mbl-only{
	display:none;
}
#techmvmt .no-mbl{
	display:block;
}
/* Header Section */
#techmvmt strong {
	font-weight: 500;
}

#techmvmt.home #logo {
    position: relative;
    text-align: center;
    padding: 2%;
    background: blue;
    background: transparent url(/resources/images/tech-movement/tm-hdr-education.png);
    background-repeat: no-repeat;
    background-position: 20% 32%;
    min-height: auto;
    width: 100%;
    background-size: cover;
}

#techmvmt #logo img {
	max-width: 720px;
	width: 100%;
	padding: 0%;
	margin: auto;
	display: block;
}

#techmvmt .header .divider.blueBar {
	border-bottom: 2px solid #28C2FE;
	width: 100px;
	margin: 0 auto;
}

#techmvmt #logo p {
	font-size: 2rem;
	line-height: 1.7;
	max-width: 1030px;
	margin: auto;
	display: block;
}

#techmvmt .header article, #techmvmt .header footer {
	padding: 2%;
	width: 100%;
	display: block;
	margin: auto;
}

#techmvmt .header .container img.back {
	width: 20%;
}

#techmvmt .header footer {
	max-width: 830px;
}

#techmvmt .header footer p {
	font-size: 18px;
	line-height: 28px;
}

/* End Header Section */

/* Menu Section */
#techmvmt .pgmenu {
	background: transparent
		url(/resources/images/tech-movement/homepage/hp-3-pillars-bg.png) top
		center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 0 60px;
}

#techmvmt .pgmenu h1 {
	text-align: center;
	color: #fff;
	padding: 2%;
	font-size: 5rem;
	font-weight: 100;
}

#techmvmt .pgmenu .wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	flex: 1;
}

#techmvmt .pgmenu .wrapper .panel {
	padding: 40px 20px;
	max-width: 320px;
	width: 100%;
	margin: 22px;
	border: #28C2FE 1px solid;
	border-bottom: #28C2FE 12px solid;
	text-align: center;
	background-color: #ffffff;
	display: block;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #ffffff 50%, #28C2FE 50%);
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	/* transition: background-position .25; */
	transition: all .25s ease-in;
}

#techmvmt .pgmenu .wrapper .panel:HOVER {
	background-position: 0 100%;
	color: #FFFFFF;
}

#techmvmt .pgmenu .wrapper .panel a {
	color: inherit;
	cursor: pointer;
}

#techmvmt .pgmenu .wrapper .panel img {
	width: 65px;
}

#techmvmt .pgmenu .wrapper .panel .cta {
	border: 1px solid;
	font-size: 1.5rem;
	margin-top: 2%;
	width: 80%;
	background: #28C2FE;
	color: #fff;
	padding: 5% 0;
	text-transform: uppercase;
	border-radius: 8px;
}

#techmvmt .pgmenu .wrapper .panel p {
	min-height: 140px;
}

#techmvmt .pgmenu .panel header h4 {
	font-size: 2.7rem;
	line-height: 1.7;
	margin: 5% 0;
	font-weight: 400;
}

#techmvmt .pgmenu .panel article {
	font-size: 16px;
	line-height: 27px;
}

#techmvmt .panel-btm {
	text-align: center;
	margin: 0 auto;
	padding: 2%;
}

#techmvmt .button {
	border-radius: 6px;
	width: 350px;
	background-color: #28C2FE;
	color: #ffffff;
	padding: 1%;
	cursor: pointer;
	display: block;
	transition: all .6s linear;
	text-align: center;
	min-width: 225px;
	max-width: 225px;
	font-size: 15px;
	border: 1px solid transparent;
	margin: 0;
}

#techmvmt.home .panel-btm .button {
	margin: auto;
	position: relative
}

#techmvmt .button:HOVER {
	color: #28C2FE;
	background-color: #ffffff;
	border: #28C2FE 1px solid;
}

@media ( max-width : 750px) {
	#techmvmt .pgmenu .wrapper {
		flex-flow: column nowrap;
	}
	#techmvmt .pgmenu .wrapper .panel {
		margin: 20px auto;
	}
}
/* End Menu Section */
/* Change the Game */


#techmvmt .stats .section-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: auto;
	justify-content: center;
}


#techmvmt .stats .stats-descrip {
	width: 220px;
}

#techmvmt .stats .section-wrapper ul {
	display: flex;
	flex-wrap: nowrap;
	width: 900px;
	margin-left: 6%;
	justify-content: space-evenly;
}

#techmvmt .stats .block {
	font-weight: 100;
}

#techmvmt .stats .number {
	font-size: 7rem;
}

#techmvmt .stats .number-descrip {
	font-size: 24px;
	padding: 5% 0;
}

#techmvmt .stats .under-descrip {
	font-size: 1.8rem;
}

#techmvmt .stats ul li {
	padding: 0 2.5%;
	width: 350px;
}

#techmvmt .stats .separator {
	width: 120px;
	border: 1px solid #28C2FE;
	margin-bottom: 8%;
}

@media ( max-width : 1325px) {
	#techmvmt .stats .section-wrapper {
		display: block;
	}
	#techmvmt .stats .stats-descrip {
		width: 100%;
		text-align: center;
		padding-bottom: 2%;
	}
	#techmvmt .stats .section-wrapper ul {
		margin-left: 0;
		display: flex;
		flex-wrap: nowrap;
		width: auto;
	}
}

@media ( max-width : 750px) {
	#techmvmt .stats ul li {
		width: auto;
		padding: 2.5%;
	}
	#techmvmt .stats .section-wrapper ul {
		display: block;
	}
	#techmvmt .stats .separator {
		margin-bottom: 2%;
	}
	#techmvmt .stats .number-descrip {
		padding: 2% 0;
	}
}


/* End of Change the Game */
/* MVMT News */
#techmvmt .news {
	min-height: 560px;
	display: flex;
	flex-direction: row;
	flex: 1;
}

#techmvmt .news .featuresBlog {
	max-width: 594px;
	width: 100%;
	background: #000000
		url(/resources/images/tech-movement/homepage/blog-post-mvmt.png) top
		center;
	background-size: cover;
	color: #ffffff;
	padding: 5% 2%;
}

#techmvmt .news .featuresBlog h4 {
	color: #28C2FE;
	margin-bottom: 50px;
}

#techmvmt .news .featuresBlog h2 {
	font-size: 45px;
	line-height: 63px;
	font-weight: 100;
}

#techmvmt .news .featuresBlog p {
	font-size: 18px;
	line-height: 28px;
	margin: 20px 50px 0 0;
}

#techmvmt .news .featuresBlog .readMore {
	padding: 30px 0;
	color: #28C2FE;
	font-weight: 500;
	display: block;
}

#techmvmt .news .latestNews {
	padding: 4% 6%;
	max-width: 100%;
	background: #F5F5F5;
}

#techmvmt .news .latestNews h3 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 15px;
}

#techmvmt .news .newsWrapper {
	display: flex;
	flex-direction: row;
	margin: 15px 0;
}

#techmvmt .news .newsWrapper .newsImage img {
	width: 200px;
	margin-right: 13px;
	max-width: none;
}

#techmvmt .news .newsWrapper .newsDetails {
	margin-left: 2%;
	display: block;
	position: relative;
}

#techmvmt .news .newsWrapper .newsDetails p {
	color: #505050;
	line-height: 22px;
	padding: 1% 0;
}

#techmvmt .news .newsWrapper .newsDetails h4 {
	color: #28C2FE;
	font-weight: 400;
	font-size: 2.3rem;
}

#techmvmt .news .newsWrapper .newsDetails h4:hover, #techmvmt .news .newsWrapper .newsDetails .date
	{
	font-weight: 500;
}

#techmvmt .news .latestNews .newsViewMore {
	margin-top: 43px;
}

#techmvmt .news .latestNews .newsViewMore .button, #techmvmt .news .featuresBlog .button
	{
	border-radius: 4px;
	min-width: 320px;
	width: 100%;
	background-color: #FFFFFF;
	color: #28C2FE;
	border: #28C2FE 1px solid;
	padding: 3%;
	cursor: pointer;
	display: block;
	transition: all .6s linear;
	font-size: 16px;
	text-align: center;
}

#techmvmt .news .featuresBlog .button {
	width: 200px;
	margin: 0;
	margin-top: 5%;
	padding: 2%;
	min-width: 200px;
	background: transparent;
	font-weight: 100;
}

#techmvmt .news .featuresBlog .button:HOVER {
	background: #28C2FE;
	color: #ffffff;
}
#techmvmt .news .latestNews .newsViewMore .button:HOVER {
	color: #FFFFFF;
	background-color: #28C2FE;
	border: transparent 1px solid;
}

#techmvmt .button.white {
	background-color: #ffffff;
	color: #28C2FE;
}

#techmvmt .button.white:HOVER {
	background-color: #28C2FE;
	color: #ffffff;
	border: transparent;
}

@media ( max-width : 750px) {
	#techmvmt .mbl-only{
		display:none;
	}
	#techmvmt .no-mbl{
		display:block;
	}
	#techmvmt .header article p {
		font-size: 14px;
		line-height: 24px;
	}
	#techmvmt .news {
		flex-direction: column;
	}
	#techmvmt .news .featuresBlog {
		padding: 40px;
		max-width: 100%;
	}
	#techmvmt .news .featuresBlog h4 {
		margin-bottom: 30px;
	}
	#techmvmt .news .featuresBlog h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	#techmvmt .news .featuresBlog p {
		font-size: 18px;
		line-height: 25px;
	}
	#techmvmt .news .newsWrapper .newsImage {
		margin-right: 0;
	}
}

@media ( max-width : 550px) {
	#techmvmt .news .newsWrapper {
		display: block;
		padding-bottom: 5%;
		padding-top: 5%;
	}
	#techmvmt .news .newsWrapper .newsDetails {
		margin-left: 0%;
		margin-top: 3%;
	}
	#techmvmt .news .newsWrapper .newsDetails h4 {
		margin-bottom: 3%;
	}
	#techmvmt .news .newsWrapper .newsImage img {
		margin: auto;
		display: block;
	}
	#techmvmt .news .featuresBlog .button {
		padding: 4%;
		margin-top: 10%;
	}
}
/* End MVMT News*/

/* Bottom Text Description */
#techmvmt .text-descrip .section-wrapper {
	padding-top: 3%;
	background: #28C2FE;
}

#techmvmt .text-descrip .section-wrapper h1 {
	text-align: center;
	color: #fff;
	font-weight: 100;
}
/* End of Bottom Text Description */

/*GLOBAL PAGE CHANGES */
#techmvmt .header header {
	text-align: left;
}

#techmvmt .header header img {
	width: 247px;
	margin: 0;
}

#techmvmt .header .divider {
	border-bottom: 2px solid #FFFFFF;
	width: 100px;
	margin: 0 auto 57px;
}

#techmvmt .header header h2 {
	font-size: 10rem;
	text-align: left;
	font-weight: 100;
}

#techmvmt.home .header article {
	padding: 2% 0;
	/* max-width: 850px; */
	line-height: 1.7;
	font-size: 2rem;
	text-align: left;
	margin: 0;
	padding-top: 5px;
	background-color: #ffffff;
	opacity: 0.8;
}

#techmvmt .header .button {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0;
}

#techmvmt .header .button:HOVER {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0;
}

#techmvmt #upper-text-descrip .section-wrapper {
	padding: 3% 0;
	background: #fff;
	color: #505050;
}

#techmvmt #upper-text-descrip .section-wrapper span {
	max-width: 1300px;
	margin: auto;
	line-height: 1.7;
	font-size: 2rem;
	display: block;
	text-align: center;
	font-weight: 100;
}

#techmvmt .text-descrip .section-wrapper .button {
	margin: auto;
	border: 1px solid #fff;
}

#techmvmt .info-onePanel {
	padding: 3% 4%;
	background-color: #ffffff;
	font-weight: 100;
}

#techmvmt .info-onePanel h3, #techmvmt .info-twoPanel h3 {
	font-weight: 400;
}

#techmvmt .info-twoPanel {
	padding: 0 4%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#techmvmt .container {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}

#techmvmt .info-onePanel .wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#techmvmt .iconWrap {
	max-width: 350px;
	width: 100%;
	text-align: center;
}

#techmvmt .iconWrap img {
	width: 152px;
	margin: 0 auto;
}

#techmvmt .info-onePanel .description {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

#techmvmt .info-onePanel .description p {
	max-width: 600px;
	font-size: 18px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 20px;
}



#techmvmt .info-twoPanel .button {
	text-align: center;
	max-width: 180px;
	font-size: 15px;
	border: 1px solid #28C2FE;
	margin: 0;
	background-color: transparent;
	color: #28C2FE;
	padding: 2%;
	font-weight: 400;
}

#techmvmt .sectionBkg {
	background-color: #E8F8FE;
}



#techmvmt .info-twoPanel .text-first {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#techmvmt .info-twoPanel .text-last {
	display: flex;
	align-items: center;
}

#techmvmt .info-twoPanel .blockInfo {
	max-width: 600px;
	width: 100%;
	padding-left: 0;
	flex-basis: 100%;
}

#techmvmt .info-twoPanel .figureImage {
	max-width: 700px;
	width: 100%;
	flex-basis: 100%;
}

#techmvmt .info-twoPanel .figureImage img {
	vertical-align: bottom;
}

#techmvmt .info-twoPanel .description {
	max-width: 400px;
	padding-top: 5%;
}

#techmvmt .info-twoPanel .text-last .description {
	padding-left: 10%;
}

#techmvmt .info-twoPanel .description p {
	font-size: 1.5rem;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 100;
}

/*----------------STATS----------------*/
#techmvmt .stats {
    padding: 3%;
}

#techmvmt .stats .section-wrapper h1 {
	font-weight: 100;
    font-size: 4.5rem;
    display: inline-block;
}
#techmvmt .stats .section-wrapper .section-link{
    padding: 2% 5% 0%;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
#techmvmt .stats .container .container-wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: 4% auto;
}
#techmvmt .stats .container .container-wrapper .row .block{
    width: 290px;
    text-align: left;
    font-weight: 300;
}
#techmvmt .stats .container .container-wrapper .row{
    display: flex;
    flex-wrap: nowrap;
    padding: 5%;
}
#techmvmt .stats .container .container-wrapper .row p{
    max-width: 300px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
}
#techmvmt .stats .section-wrapper .heading {
    width: 100%;
    display: block;
    position: relative;
    font-size: 24px;
    text-align: left;
    font-weight: 100;
}
#techmvmt .stats .section-wrapper .heading .title{
    text-align: center;
}
#techmvmt .stats .container .column-separator{
    border-left: 2px solid #28c2fe;
    margin-right: 5%;
}
@media(max-width: 1024px){
	#techmvmt .stats .container .container-wrapper .row .block {
    	width: 180px;
	    font-weight: 300;
	}
	#techmvmt .stats .number {
	    font-size: 5rem;
	}
	#techmvmt video {
	    max-width: 350px;
	}
	#techmvmt .stats .container .container-wrapper .row p {
	    font-size: 16px;
	}
}
@media(max-width: 768px){

	#techmvmt .stats .container .container-wrapper *{
		margin: auto;
	}
	#techmvmt .stats .container .container-wrapper img{
    	max-width: 300px;
	}

	#techmvmt .stats .container .container-wrapper .row {
	    flex-direction: column;
	    align-items: center;
	    padding: 0;
	}
	#techmvmt .stats .container .container-wrapper .row .block,
	#techmvmt .stats .section-wrapper .heading {
	    width: 100%;
	    text-align: center;
	}
	#techmvmt .stats .container .column-separator {
	    border-top: 1px solid #28c2fe;
	    margin: 0;
	    display: block;
	    position: relative;
	    width: 170px;
	    margin-top: 2%;
	    padding-bottom: 4%;
    	border-left: none !important;
	}
	#techmvmt .stats .container .container-wrapper{
	    flex-wrap: wrap;
	}
	#techmvmt .stats .container .container-wrapper .column-area{
		width: 100%;
		padding: 2%;
	}
	#techmvmt .stats .container .container-wrapper .row p {
	    max-width: 500px;
	    text-align: center;
	    padding-bottom: 25px;
	}
}
/*----------------STATS----------------*/
@media ( max-width : 1200px) {
	#techmvmt.home #logo {
		top: 10%;
	}
	#techmvmt #upper-text-descrip .section-wrapper {
		padding: 5% 0;
	}
	#techmvmt .header header h2 {
		font-size: 8rem;
	}
	#techmvmt .info-onePanel {
		padding: 3% 0;
		/* transition: all .6s linear; */
		transition: all .25s ease-in;
	}
	#techmvmt .info-twoPanel {
		padding: 0;
		transition: all .25s ease-in;
	}
	#techmvmt .info-twoPanel .description {
		max-width: 640px;
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media ( max-width :750px) {
	#techmvmt .header .container img.back {
		width: 50%;
	}
	#techmvmt .header header {
		text-align: center;
	}
	#techmvmt .header header h2 {
		font-size: 6rem;
		font-weight: 100;
	}
	#techmvmt .header .divider {
		margin: 33px auto 40px;
	}
	#techmvmt #upper-text-descrip {
		padding: 2%;
	}
	#techmvmt .header article p {
		font-size: 14px;
		line-height: 22px;
	}
	#techmvmt .iconWrap {
		margin: 0 auto;
		margin-bottom: 40px;
	}
	#techmvmt .info-onePanel .wrapper, #techmvmt .info-twoPanel .wrapper,
		#techmvmt .info-twoPanel .wrapper.nonreverse {
		flex-direction: column;
		text-align: center;
		padding: 5%;
	}
	#techmvmt .info-twoPanel .blockInfo, #techmvmt .info-twoPanel .figureImage
		{
		flex-basis: 0;
	}
	#techmvmt .info-twoPanel .text-first {
		flex-direction: column-reverse;
	}
	#techmvmt .info-twoPanel .text-last .description {
		margin-left: 0;
		padding-left: 0%;
	}
	#techmvmt .info-twoPanel .wrapper {
		padding: 0 0 5%;
	}
	#techmvmt .info-twoPanel .wrapper.nonreverse {
		padding: 0 0 5%;
	}
	#techmvmt .info-twoPanel .blockInfo {
		padding-top: 5%;
	}
	#techmvmt .info-twoPanel .description {
		padding: 4%;
	}
	#techmvmt .description p {
		padding: 2%;
	}
	#techmvmt .figureImage {
		height: auto;
	}
	#techmvmt .info-twoPanel .button {
		margin: auto;
	}
	
	#techmvmt #jointhemovement{
		display:none;
	}
}
@media ( max-width : 450px) {
	#techmvmt .button {
		padding: 2%;
		margin-left: auto;
		margin-right: auto;
	}

}


/***************** C Spire Health ****************/


#health-section{
	background: url(/resources/images/promos/cspire-health/cs-health-banner.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 78%;
}
#health-section .mobile-only {
    display: none;
}

#health-section .health-caption{
  padding: 3% 4%;
}
#health-section .btn-wrapper{
    padding: 0 4% 2%;
}
#health-section .health-caption .health-heading{
    font-size: 5rem;
    font-weight: 300;
    padding-bottom: 2%;
}
#health-section .health-caption .sub-header {
    font-size: 21px;
    max-width: 375px;
    line-height: 1.5;
}
#health-section .health-caption .health-heading,
#health-section .health-caption .sub-header,
#health-section .health-caption .health-heading .blue {
    display: block;
    position: relative;
}
#health-section.techmvmt .health-caption .sub-header{
    font-size: 18px;
    max-width: 40%;
}
@media (max-width: 767px){
	#health-section .health-caption .health-heading .blue {
		display: inline-block;
		margin-left: 2px;
	}
	#health-section{
	    min-height: 100%;
		background: none;
	}
	#health-section .mobile-only {
	    display: block;
	}
	#health-section .mobile-only .health-logo{
		margin: auto;
		display: block;
	}
	
	#health-section .health-caption .health-heading {
	    font-size: 4rem;
	    padding-bottom: 5%;
	    padding-top: 2%;
    }
	#health-section .health-caption{
	    text-align: center;
	}
	#health-section .health-caption .sub-header {
		max-width: 100%;
	}
	#health-section .btn-wrapper .button{
	    margin: auto;
	    display: block;
	    margin-bottom: 5%;
	    padding-top: 2%;
	    min-height: auto !important;
	}
	#health-section.techmvmt .health-caption .sub-header {
	    max-width: 100%;
	}
}
/***************** End C Spire Health ****************/
