@font-face {
	font-family: 'tsn';
	src: url(fonts/tsn_icons/tsn.eot);
	src: url(fonts/tsn_icons/tsn.eot#iefix) format("embedded-opentype"), url(fonts/tsn_icons/tsn.woff) format("woff"), url(fonts/tsn_icons/tsn.ttf) format("truetype"), url(fonts/tsn_icons/tsn.svg#tsn) format("svg");
}

.tsn_icons {
	font-family: "tsn";
}

html {
	font: 21px/27px Ubuntu, serif;
}

body {
	font-size: 1rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	color: #48406d;
	letter-spacing: -1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0f0931;
	font-family: arial-black;
	font-weight: 600;
	letter-spacing: -3px;
	/*letter-spacing: -0.4vw;*/
	margin: 0 0 5px;
	padding: 0;
}

h1 {
	font-size: 3em;
	font-size: 5.4vw;
	line-height: 1.02em;
}

h2 {
	font-size: 2.5em;
	font-size: 4.5vw;
	line-height: 1.2em;
	/*letter-spacing: -0.3vw;*/
}

h3 {
	font-size: 2em;
	font-size: 3.5vw;
	line-height: 1.2em;
	/*letter-spacing: -0.23vw;*/
}

h4 {
	font-size: 1.5em;
	font-size: 2.9vw;
	line-height: 1.2em;
}

p {
	margin: 0 0 15px 0;
}

li {
	margin: 0 0 15px 7%;
}

strong {
	font-weight: 600;
}

img, embed, object, video {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.admin-menu #top_section {
	position: relative;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

/* FORMS */

select, input[type=password], input[type=text] {
	border: 2px solid #1c1148;
	border-radius: 5px;
	color: #1c1148;
	font-weight: 700;
	padding: 8px 3px;
	width: 97%;
	font-family: "Ubuntu", sans-serif;
	font-size: 0.8rem;
}

input[type="text"]:hover, textarea:hover {
	box-shadow: 0 0 3px rgba(255, 255, 255, 1);
	transition: box-shadow .2s ease-in-out;
}

input[type="text"]:focus, textarea:focus {
	box-shadow: 0 0 3px rgba(116, 185, 239, 1);
	border-color: #74B9EF;
}

input[type=checkbox] {
	background: #fff;
	border: 2px solid #1c1148;
	float: left;
	height: 20px;
	margin-right: 4px;
	width: 20px;
}

.gold_bg, .the_content a.gold_bg, input.gold_bg, button.gold_bg, button.yellow_bg {
	color: #fff;
	background: #fdaa28;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	font-family: "Ubuntu", sans-serif;
	outline: none;
	padding: 0.5em 0.8em;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	display: block;
}

.gold_bg:hover, a.gold_bg:hover {
	text-decoration: none;
	text-shadow: 0 0 6px rgba(255, 255, 255, .3), 0 0 15px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3);
}

.white {
	color: #FFF;
}

.orange {
	color: #fdaa28;
}

.top_container h1 {
	font-size: 86px;
	font-size: 8vw;
	margin-bottom: 0;
	line-height: .9em;
	color: #fff;
	text-align: center;
}

.top_container h2 {
	font-size: 48px;
	font-size: 3.7vw;
	margin-bottom: 30px;
	line-height: .9em;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

.hidden {
	display: none;
}

.ezine_form_items {
	margin: 0 auto;
	max-width: 350px;
}

.ezine_form_items select, input[type=password], input[type=text] {
	margin-bottom: 6px;
	border: 1px solid #1c1148;
	text-align: center;
}

.ezine_form_items button {
	width: 97%;
}


.shadow {
	box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, 0.5);
}

.messages {
	position: relative;
	top: 0;
	text-align: center;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #ccc;
	padding: 8px 0;
}

/* COLORBOX */
#newsletter_block_slim {
    background-color: #3F78B1;
	border-radius: 20px;
	color: #fff;
	padding: 5% 5% 15%;
}

#newletter_subscribe_pop {
	margin: 5% 0;
	color: #fff;
}

#newletter_subscribe_pop h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.subscribe_text {
	margin: 12px 0;
	font-size: 1.15em;
	margin: 0 0 15px;
	text-align: center;
}

#privacy {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1em;
}

#newletter_subscribe_pop .ezine_form_items p {
	display: none;
}


#outer_container {
	background-color: transparent;
}

#inner {
	background-color: transparent;
	padding: 0;
	width: 100%;
	max-width: inherit;
}

#container.mobile_nav {
	padding-top: 0;
}

div#container {
	padding-bottom: 0;
}

.sections, #footer_box {
	position: relative;
}

body {
	background: #000 url("images/bg_1900.jpg") no-repeat center top;
}

.da {
	bottom: 14px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.da::after {
	color: #fcb002;
	content: " \e808";
	display: block;
	font-family: tsn;
	font-size: 1.83em;
	line-height: 14px;
	transform: scale(1, 1.6);
	-webkit-transform: scale(1, 1.6);
	/* Safari and Chrome */
	-moz-transform: scale(1, 1.6);
	/* Firefox */
	-ms-transform: scale(1, 1.6);
	/* IE 9+ */
	-o-transform: scale(1, 1.6);
	/* Opera */
}

.sect2_more {
	bottom: 26px;
}

.sections .inner {
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 0 5vw;*/
	width: 85vw
}

h1.headings {
	font-size: 8.4vw;
	letter-spacing: -0.7vw;
	text-align: center;
}

.sections p.orange {
	color: #fdaa28;
}

#sect1 h1, #sect1 h2, #sect1 h3, #sect1 h4, #sect1 h5, #sect1 h6 {
	color: #fff;
}

#sect1 h1 {
	font-size: 86pt;
	letter-spacing: -2px;
	margin-top: 0;
}

#ss1 {
	height: 5vh;
}

#ss2 {
	height: 5vh;
}

#sect1 h2 {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 0.9em;
}

#sect1 h3 {
	font-size: 32pt;
	letter-spacing: -1px;
}

#sect1 p {
	color: #fff;
	font-size: 20pt;
	margin: 0;
}

#sect1 p:nth-of-type(2) {
	margin-top: 30px;
}

#together {
    margin: 0 20%;
}



#outer {
	background: -moz-linear-gradient(top, rgba(0, 183, 234, 0) 0%, rgba(26, 24, 68, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 183, 234, 0) 0%, rgba(26, 24, 68, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 183, 234, 0) 0%, rgba(26, 24, 68, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000b7ea', endColorstr='#cc1a1844', GradientType=0);
	height: 680px;
}

#sect1 {
	text-align: center;
	color: #fff;
	/*  visibility: hidden;
  display: none;*/
	height: 100%;
}

.sect1_inner {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}

.sect2 {
	background-color: #fff;
}

.sect3, .sect9 {
	background: #fcca5f;
	background: -moz-linear-gradient(top, #fcca5f 0%, #ee7f2e 100%);
	background: -webkit-linear-gradient(top, #fcca5f 0%, #ee7f2e 100%);
	background: linear-gradient(to bottom, #fcca5f 0%, #ee7f2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca5f', endColorstr='#ee7f2e', GradientType=0);
}

.sect4 {
	background: #fff url("images/TSN-Events-MacBook-Couch_2500.jpg") no-repeat center bottom / cover;
}

.sect4 .gradation {
	background: url("images/WhiteGradation.png") no-repeat center center / cover;
}

.sect4 .inner_inner {
	padding: 0;
	margin: 20px 45%;
	width: 55%;
}

.sect4 .inner_inner img {
	display: block;
	float: right;
}

.sect5 {
	background: #000 url("images/TSN-Courses-iPadWoman_2500.jpg") no-repeat 140px -50px / cover;
	color: #fff;
}

.sect5 .gradation {
	background: url("images/BlueGradation.png") no-repeat center top / cover;
}

.sect5 .inner_inner {
	margin-bottom: 60px;
	margin-right: 50%;
	padding: 0;
	width: 50%;
}

.sect5 h1.headings, .sect5 p {
	color: #fff;
}

.sect6 {
	background: #fff url("images/TSN-Media-Mother+Daughter+Laptop_294791198.jpg") no-repeat scroll -200px -130px / 100% auto;
	/*background-size: 60%*/
}

.sect6 .gradation {
	background: url("images/WhiteGradation.png") no-repeat center center / cover;
}

.sect6 .inner_inner {
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 50%;
	padding: 0;
	width: 50%;
}

.sections .lt_blue {
	color: #7b8bd2;
}

.sections .dk_red {
	color: #c73b2b;
}

.sect6 .gold_bg {
	display: block;
	margin: 0 auto;
	width: 60%;
}

.sect7 {
	background: #fff url("images/TSN-Impact-S&D-in-India_2500.jpg") no-repeat right top / cover;
	color: #fff;
}

.sect7 .gradation {
	background: url("images/BlueGradation.png") no-repeat center top / cover;
}

.sect7 .inner_inner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 53%;
	padding: 0;
	width: 47%;
}

.sect8 {
	background: #fff url("images/TSN-Contact-Finger-Touches-Water.jpg") no-repeat center top / cover;
}

.sect8 .inner_inner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 55%;
	padding: 0;
	width: 45%;
}

.sect7 h1.headings, .sect7 p, .sect8 p, .sect8 h1.headings, .sect8 h4 {
	color: #fff;
}

.invite {
	width: 30%;
	float: right;
	margin: 0 0 5px 5%;
	text-align: center;
}

.invite a.gold_bg {
	display: block;
	font-size: 1.52em;
	text-transform: uppercase;
	width: inherit;
}

.invite p {
	margin-top: 10px;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.05em;
}

#cboxLoadedContent .newletter_subscribe_pop {
	margin: 30px;
}

/**
 * Frontpage Blogs
 */

.sect3, .sect9 {
	padding-left: 2%;
}

.sect3 .inner {
	margin-bottom: 40px;
}

.sections.sect9 {
	padding-bottom: 37px;
}

.op_inner {
	position: relative;
	background-color: #fff;
}

.blog_post_content {
	position: relative;
}

.blog_image_cover {
	display: none;
}

.one_post {
	background-color: #fff;
	margin-top: 2%;
    padding-bottom: 30px;
}

.one_post h1 {
	font-size: 1.24em;
	letter-spacing: -1.25px;
	line-height: 0.85em;
	margin: 20px 8px;
}

.one_post h1 a {
	color: #052467;
	font-weight: 600;
}

.one_post h1 a:hover {
	text-decoration: none;
}

.post_meta {
	width: 100%;
	padding: 10px;
}

a.blog_readmore_link {
	color: #fda51d;
	text-transform: uppercase;
	font-size: 18pt;
	font-weight: 600;
	position: absolute;
	bottom: 12px;
}

a.blog_readmore_link::before {
	font-family: tsn;
	content: "\e81c";
	padding-right: 5px;
	font-size: .9em;
}

.node_edit_link {
	display: block;
	float: right;
	margin: 0 45px 0 0;
	font-size: .7em;
}

.author_div {
	font-size: 16pt;
	color: #052467;
	margin-left: 8px;
	position: relative;
	top: 12px
}

.more_posts {
	color: #fff;
	font-weight: 600;
	font-size: 1.3em;
	display: block;
	margin: 18px 0 0;
	position: relative;
	z-index: 2;
}

.more_posts::after {
	font-family: tsn;
	content: "\e818";
	padding-left: 8px;
	color: #fff;
}

.blog_image img {
	width: 100%;
}

.fpb1, .fpb2 {
	text-align: center;
}

.featured_blog_one {
	background-color: #fff;
}

#outer_container {
	min-height: 100%;
	position: relative;
	margin-bottom: -30px;
}

div#container {
	padding-bottom: 250px;
}

#footer_box {
	background-color: #072466;
	position: absolute;
	width: 100%;
	color: #fff;
	clear: both;
	height: 250px;
	bottom: 0;
}

#footer_box .footer_logo {
	left: 0;
	position: absolute;
	top: 0;
}

#footer_box .footer_inner {
	text-align: center;
	padding: 30px 0;
}

#footer_box .footer_nav {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: left;
	padding-left: 3%;
}

#footer_box .footer_nav h3 {
	color: #a6c1ff;
	font-family: "Ubuntu", sans-serif;
	font-size: 17px;
	letter-spacing: -0.8px;
	margin-bottom: 11px;
	text-align: left;
}

#footer_box .footer_nav ul {
	margin-left: 3%;
}

div#footer_box .footer_nav li {
	font-size: 14px;
	line-height: 8px;
	list-style: none;
	margin: 0 0 12px 0;
}

#footer_box .footer_nav li a {
	color: #dce7ff;
	text-decoration: none;
	font-weight: 400;
}

#footer_box .ft4 {
	text-align: center;
}

#footer_box .ezine_form_items {
	margin: 0 auto;
	max-width: 350px;
}

#footer_box input[type=text] {
	border: 1px solid #1c1148;
	border-radius: 3px;
	display: block;
	font-size: 16px;
	margin: 3px auto;
	padding: 3px;
	width: 100%;
}

#footer_box .ezine_form_items button.yellow_bg {
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	display: block;
	margin: 3px auto;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: #fdaa29;
	color: #fff;
	cursor: pointer;
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	outline: medium none;
	padding: 0.6em 0.3em;
	text-align: center;
	vertical-align: middle;
}

#footer_box .subscribe_text {
	line-height: 14px;
	padding: 1px 15px;
}

.form_warning, .invite_sucess_message {
	display: none;
}

.form_warning {
	border: 1px solid;
	color: red;
}

.login {
	position: absolute;
	bottom: 0;
}

/**
 * MAIN MENU
 */

#home_corner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 13;
}

.main_nav {
	position: relative;
	width: 100%;
	z-index: 12;
	top: 0;
}

.admin-menu .main_nav {
	top: 30px;
}

.mn_ul {
	list-style: none;
	text-align: center;
	margin: 20px auto;
	text-transform: lowercase;
}

.mn_ul .tsn_icons {
	color: #FDAA28;
	display: block;
	margin-top: -1px;
}

.main_nav ul {
	transition: .5s;
}

.main_nav li {
	transition: .5s;
	display: inline-block;
	position: relative;
	list-style: none;
	line-height: 1em;
	vertical-align: top;
	margin: 0 0 15px 1%;
}

.main_nav a {
	font-size: 18px;
	display: block;
	text-decoration: none;
	padding: 5px 15px 0;
}

.main_nav ul .mn_sec {
	position: absolute;
	left: 11px;
	top: 25px;
	visibility: hidden;
	opacity: 0;
}

.mn_sec li {
	line-height: .9em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mn_sec li a {
	width: 160px;
	text-align: left;
	font-size: 16px;
}

.main_nav li a:hover, .main_nav li li a:hover, .main_nav li li li:hover {
	opacity: 1;
}

.main_nav li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.logo_tsn_png {
	display: none;
	position: absolute;
	top: -12px;
	left: 15px;
}

.fixed_menu {
	background: #fff url("images/footer_logo.png") no-repeat left -8px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 14px 1px #8F8E8E;
	width: 100%;
	text-align: left;
	height: 57px;
	display: block;
	z-index: 20;
}

a.sticky_home {
	display: none;
}

.fixed_menu a.sticky_home {
	display: block;
	width: 100px;
	height: 57px;
	position: absolute;
	top: 0;
	left: 0;
}

.admin-menu .fixed_menu {
	top: 30px;
}

div.light_nav a {
	font-weight: 400;
	opacity: .8;
	color: #fff;
	line-height: 0.6rem;
}

div.fixed_menu a, div.dark_nav a {
	font-weight: 400;
	color: #747272;
	text-decoration: none;
}

.fixed_menu .mn_sec li {
	padding: 0;
	list-style: none;
	text-align: left;
}

.fixed_menu .mn_ul {
	margin: 13px auto 0;
}

.expand_fixed_menu {
	height: 120px;
}

#tsn_nav a:hover {
	text-decoration: none;
}

#nav_shares {
	position: absolute;
	right: 25px;
	top: 5px;
}

#nav_shares a {
	display: inline-block;
	padding: 0 5px;
}

.fixed_menu #nav_shares {
	font-size: 16px;
	top: 13px;
}

#mob_menu_activator {
	border: 1px solid #ccc;
	border-radius: 9px;
	display: none;
	font-size: 16px;
	line-height: 2rem;
	text-align: center;
	text-transform: uppercase;
	width: 16%;
}

#PageBottom {
	display: none;
}

.fixed_menu.mobile_nav a.sticky_home {
	display: inline-block;
	width: 35%;
	height: 57px;
	padding: 0;
	position: relative;
	vertical-align: top;
}

#container.mobile_nav {
	padding-top: 60px;
}

.expan {
	cursor: pointer;
}

.fixed_menu.mobile_nav .mn_ul {
	background-color: rgba(255, 255, 255, 1);
	padding: 10px 0;
	box-shadow: 0 14px 14px 1px #8F8E8E;
}

.fixed_menu.mobile_nav .mn_ul {
	margin: 0 auto 0;
}

.fixed_menu.mobile_nav li a {
	font-weight: 600;
}

.fixed_menu.mobile_nav .mn_sec li {
	margin-left: 30%;
	line-height: .9em;
	margin-bottom: 10px;
}

.fixed_menu.mobile_nav .mn_sec li a {
	font-weight: 400;
}





@media (min-width: 780px) {
	.featured_blog_one .one_post .blog_image {
		display: none;
	}
	.featured_blog_one {
		margin-right: 2%;
	}
	.featured_blog_one .blog_image_cover {
		float: right;
		width: 50%;
		display: block;
		height: 200px;
	}
	.featured_blog_one .one_post .blog_post_content {
		float: right;
		width: 50%;
	}
	.featured_blog_one .author_div a {
		color: #fda51d;
		display: block;
		margin-left: 15px;
		margin-top: 10px;
	}
	.featured_blog_one h1 {
		letter-spacing: -3px;
		font-size: 2.35em;
		line-height: .85em;
		font-weight: 600;
		margin-bottom: 20px;
		margin-left: 8px;
		margin-top: 15px;
	}
	.featured_blog_one .post_meta {
		float: left;
		padding: 10px;
		width: 40%;
	}
	.featured_blogs .one_post {
		float: left;
		margin-right: 2%;
		width: 31.33%;
		display: inline-block;
		vertical-align: top;
	}
	.frontpage_blogs .one_post {
		margin-right: 2%;
		width: 37%;
		display: inline-block;
		min-height: 337px;
		vertical-align: top;
		position: relative;
	}
}



@media (min-width: 1360px) {
	.sect4 {
		background-position: -100px bottom;
	}
	.sect5 .inner_inner {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sect6 .inner_inner {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}

@media (max-width: 1120px) {
	.sect5 {
		background-position: 150px 0;
	}
	.sect6 {
		background-position: -200px 0;
		background-size: cover;
	}
	.sect8 .inner_inner {
		margin-left: 40%;
		width: 60%;
	}
}

@media (max-width: 900px) {
	.sect5 {
		background-position: 0 0;
	}
	.sect6, .sect6 .gradation {
		background-position: -300px 0;
		background-size: cover;
	}
	.invite {
		width: 40%;
	}
	.sections .inner {
		width: 95%;
	}
}

@media (max-width: 780px) {
	.main_nav {
		display: none;
	}
	.fixed_menu #mob_menu_activator {
		margin-top: 7px;
		display: inline-block;
	}
	.mn_ul {
		display: none;
	}
	.sect5 {
		background-position: -130px 0;
	}
    
    #sect1 h2, #sect1 h3 {
        font-size: 33px;
    }

    #together {
        margin: 0;
    }
}

@media (max-width: 480px) {
	h1 {
		font-size: 2.12rem;
		letter-spacing: -2px;
		line-height: 1.95rem;
	}
	.top_container h1 {
		font-size: 2.12rem;
	}
	h2 {
		font-size: 1.5rem;
		letter-spacing: -1.2px;
		line-height: 1.12em;
	}
	h3 {
		font-size: 1.3rem;
		letter-spacing: -1.1px;
		line-height: 1.02em;
	}
	#sect1 h1 {
		font-size: 3em;
	}
	#sect1 h3, #sect1 h2 {}
	#sect1 p {
		font-size: 0.9em;
	}
	.sections .inner {
		width: 100%;
	}
	.op_inner {
		padding-bottom: 30px;
	}
	h1.headings {
		letter-spacing: -3px;
	}
	.sect4 {
		background: #9e9999;
	}
	.sect4 .inner_inner {
		margin: 20px 35%;
		width: 70%;
	}
	.sect5 {
		background-position: -390px 0;
	}
	.sect5 .inner_inner {
		width: 75%;
		margin-right: 0;
	}
	.sect6, .sect6 .gradation {
		background-position: -440px 0;
	}
	.sect7 .inner_inner {
		width: 90%;
	}
	.sect8 .inner_inner {
		margin-left: 20%;
		width: 80%;
	}
	.sect10_more {
		visibility: hidden;
	}
	.invite {
		float: none;
		margin: 0;
		width: 100%;
	}
	.sect3, .sect9 {
		padding-left: 0;
	}
	#footer_box {
		height: inherit;
	}
	div#container {
		padding-bottom: 800px;
	}
	#footer_box .footer_logo {
		left: 30%;
	}
	#footer_box .footer_nav {
		color: #fff;
		float: none;
		font-size: 13px;
		margin-top: 30px;
		margin-bottom: 20px;
		width: 100%;
		height: inherit;
		display: inline-block;
		width: 200px;
	}
	.t4 {
		width: 100%;
	}
	#footer_box .footer_inner {
		padding: 70px 0 50px;
	}
}

@media (max-width: 360px) {
	.featured_blog_one h1 {
		font-size: 1.85em;
	}
	.sections .inner {
		padding: 0 3.5vw;
	}
	.sect4 {
		background-position: bottom right;
	}
	.sect4 .inner_inner {
		margin: 20px 0;
		width: 100%;
	}
	.sect5 .inner_inner {
		width: 100%;
	}
	.sect6 {
		background-image: none;
	}
	.sect6 .inner_inner {
		margin-left: 0;
		width: 100%;
	}    
    .blog_readmore_link {
        display: none;
    }
}

s