/*
Theme Name: SovereignMan
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Vlaldimir K.
Description:
Version: 1.0
Text Domain: sm
*/
/*ANIMATIONS*/
@keyframes cross-animate-before {
	0%   {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%  {
		-webkit-transform: translateY(5.5px) rotate(0deg);
		-moz-transform: translateY(5.5px) rotate(0deg);
		-ms-transform: translateY(5.5px) rotate(0deg);
		-o-transform: translateY(5.5px) rotate(0deg);
		transform: translateY(5.5px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(5.5px) rotate(45deg);
		-moz-transform: translateY(5.5px) rotate(45deg);
		-ms-transform: translateY(5.5px) rotate(45deg);
		-o-transform: translateY(5.5px) rotate(45deg);
		transform: translateY(5.5px) rotate(45deg);
	}
}
@keyframes cross-animate-after {
	0%   {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	50%  {
		-webkit-transform: translateY(-5px) rotate(0deg);
		-moz-transform: translateY(-5px) rotate(0deg);
		-ms-transform: translateY(-5px) rotate(0deg);
		-o-transform: translateY(-5px) rotate(0deg);
		transform: translateY(-5px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-5px) rotate(-45deg);
		-moz-transform: translateY(-5px) rotate(-45deg);
		-ms-transform: translateY(-5px) rotate(-45deg);
		-o-transform: translateY(-5px) rotate(-45deg);
		transform: translateY(-5px) rotate(-45deg);
	}
}



@font-face {
	font-family: "Georgia";
	src: url('fonts/georgia_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
	unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

.clearfix::after{
	content: "";
	clear: both;
}
#header{
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer{
	margin: 0;
	padding: 0 0 25px 0;
	width: 100%;
}
nav.navbar.navbar-inverse .container-fluid {
	margin-right: 45px;
	margin-left: 45px;
}
.navbar-nav{
	margin-top: 0;
	margin-bottom: 0;
}
.navbar{
	border-radius: 0;
}

#header h4.navbar-brand-wrapper,
#header h1.navbar-brand-wrapper{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 45px;
	line-height: 0 !important;
}

.single-sm-product .navbar,
.error404 .navbar,
[class^="page-login"] .navbar,
.page-free-resources .navbar,
.page-products .navbar,
.page-start-here .navbar,
.page-podcast .navbar,
.category-podcast .navbar,
.template-submenu-page .navbar,
.page-home .navbar,.page-blog .navbar{
	margin-bottom: 0;
}
.navbar-inverse .navbar-brand{
	margin-top: 15px;
	margin-left: 0 !important;
	padding-left: 45px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 24px;
	color: transparent;
	background: url("images/sm-logo.png") no-repeat 0 -26px;
	width: 228px;
	height: 24px;
	background-size: cover;
	box-sizing: border-box;
}
.nav > li{
	margin-top: 3.5px;
	margin-bottom: 3.5px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
}
@media (max-width: 1154px) {
	.desktop .nav > li{
		margin-right: 8px;
		margin-left: 8px;
	}
}
.navbar .scroll-menu {
	/*overflow-x: hidden;
	margin: 0 -45px;
	padding: 0 45px;
	margin: 0 -61px;
	padding: 0 15px;*/
	display: none;
	box-sizing : border-box;
	position : relative;
	overflow-x: hidden;
	/*max-width : 100%;*/
	margin-left: -15px;
	margin-right: -15px;
	height: 57px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar .scroll-menu > ul{
	/*width: 10000px;
	text-align: center;
	margin: 0;*/
	border : none;
	box-sizing: border-box;
	margin : 0;
	padding: 0;
	position : absolute;
	text-align : left;
	white-space: nowrap;
}
.navbar .scroll-menu > ul >li:first-child{margin-left: 0}
.navbar .scroll-menu > ul >li:last-child{margin-right: 0}

.navbar-inverse .navbar-nav > li > a{
	border-bottom: 4px solid transparent;
	display: inline-block;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 12px;
	margin-bottom: 6px;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.navbar-inverse .navbar-nav .caret{
	color: white;
	margin-left: 2px;
}
.desktop .navbar-header{
	margin-right: 5px;
}
.desktop.navbar-inverse .navbar-nav > li > a.dropdown-toggle{
	float: left;
}
.desktop.navbar-inverse .navbar-nav > li > .caret{
	float: left;
	margin-top: 22px;
	color: white;
	margin-left: 5px;
}
/*.desktop.navbar ul.nav .menu-item:hover > ul.sub-menu{
	display: block
}*/
.desktop.navbar ul.nav .menu-item.open > ul.sub-menu .caret{display: none;}
.desktop.navbar .dropdown-menu.sub-menu .dropdown-menu.sub-menu{
	position: static;
	background: rgba(0,0,0,0.5);
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav .dropdown.open > a,
.navbar-inverse .navbar-nav >.current-menu-ancestor > a,
.navbar-inverse .navbar-nav >.current-menu-parent > a{
	border-bottom: 4px solid #0066cc;
	background: transparent;
	color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
	background-color: transparent;
}
.navbar-nav > li > .dropdown-menu,
.navbar-nav .open .dropdown-menu,
.dropdown-menu.dropdown-copy{
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 99999;
	/*display: none;*/
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 11px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: rgba(0,0,0,0.80);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.dropdown-copy{font-size: 16px;}
.dropdown-menu.dropdown-copy li{margin: 5px 0;}
.dropdown-menu.dropdown-copy li:first-child{margin-top: 0;}
.dropdown-menu.dropdown-copy li:last-child{margin-bottom: 0;}
.dropdown-menu.dropdown-copy>.active>a,
.dropdown-menu.dropdown-copy>.active>a:focus,
.dropdown-menu.dropdown-copy>.active>a:hover{
	display: inline-block;
	border-bottom: 4px solid #0066cc;
	background: transparent;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	margin-left: 20px;
	margin-right: 20px;
}

/*@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu{

	}
}*/

.dropdown-menu:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(0,0,0,0.80);
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}

.dropdown-menu > li > a{
	color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
	color: #262626;
	background-color: rgba(255,255,255,0.6);
}

.dropdown-menu .divider{
	background-color: #e5e5e5;
}
.toggle-button{
	border: none;
	background-color: #434343;
	margin: 0;
	padding: 7px 10px 6px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 0px;
	font-size: 18px;
	color: white;
	line-height: 1;
	border-radius: 5px;
}
.toggle-button:focus{
	border: none;
	outline: none;
}
.toggle-button .hamburger{
	width: 18px;
	height: 12.5px;
	display: block;
	content: "";
	position: relative;
	float: left;
	margin: 3px 3px 0 0;
}
.toggle-button .hamburger::before,
.toggle-button .hamburger .line,
.toggle-button .hamburger::after{
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	-webkit-transition: .15s all ease-in-out;
	-moz-transition: .15s all ease-in-out;
	-ms-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
}
.toggle-button .hamburger::before{
	content:"";
	top: 0;
}
.toggle-button.active .hamburger::before{
	/*-webkit-transform: translateY(6px) rotate(135deg);*/
	/*-moz-transform: translateY(6px) rotate(135deg);*/
	/*-ms-transform: translateY(6px) rotate(135deg);*/
	/*-o-transform: translateY(6px) rotate(135deg);*/
	/*transform: translateY(6px) rotate(135deg);*/


	-webkit-transform: translateY(5.5px) rotate(45deg);
	-moz-transform: translateY(5.5px) rotate(45deg);
	-ms-transform: translateY(5.5px) rotate(45deg);
	-o-transform: translateY(5.5px) rotate(45deg);
	transform: translateY(5.5px) rotate(45deg);

	animation-name: cross-animate-before;
	animation-duration: .3s;
}


.toggle-button .hamburger .line{
	/*margin: 3.4px 0 3.5px;*/
	top: 50%;
	margin-top: -1px;
}
.toggle-button.active .hamburger .line{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.toggle-button .hamburger::after{
	content:"";
	bottom: 0;
}
.toggle-button.active .hamburger::after{
	/*-webkit-transform: translateY(-6px) rotate(-135deg);*/
	/*-moz-transform: translateY(-6px) rotate(-135deg);*/
	/*-ms-transform: translateY(-6px) rotate(-135deg);*/
	/*-o-transform: translateY(-6px) rotate(-135deg);*/
	/*transform: translateY(-6px) rotate(-135deg);*/


	-webkit-transform: translateY(-5px) rotate(-45deg);
	-moz-transform: translateY(-5px) rotate(-45deg);
	-ms-transform: translateY(-5px) rotate(-45deg);
	-o-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);

	animation-name: cross-animate-after;
	animation-duration: .3s;
}
hr.gray{
	height: 1px;
	background: #7b7b7b;
	border: none;
	margin: 0;
	display: none;
}
hr.black{
	height: 2px;
	background: #000000;
	border: none;
	margin: 0;
	display: none;
}

.menu-hidden{
	/*display: none;*/
	/*margin-left: -540px;
	margin-right: -60px;*/
	/*position: relative;*/
	/*left: -540px;*/
	/*opacity: 0;*/
	/*border-top: 1px solid #7b7b7b;
	box-shadow: 0px -3px 0px 0px black;*/
}
.btn.btn-primary,
.nav.navbar-nav .btn.btn-primary,
.nav.navbar-nav .start-here > a{
	border: none;
	border-radius: 4px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 6px;
	/* border-bottom: 4px solid #ffffff; */
	background: #2886e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2886e5 0%, #015db9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2886e5), color-stop(100%,#015db9));
	background: -webkit-linear-gradient(top, #2886e5 0%,#015db9 100%);
	background: -o-linear-gradient(top, #2886e5 0%,#015db9 100%);
	background: -ms-linear-gradient(top, #2886e5 0%,#015db9 100%);
	background: linear-gradient(to bottom, #2886e5 0%,#015db9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2886e5', endColorstr='#015db9',GradientType=0 );
	text-shadow: 0px 1px 3px #000;
}
.btn.btn-primary:hover,
.nav.navbar-nav .btn.btn-primary:hover,
.nav.navbar-nav .start-here > a:hover,
.nav.navbar-nav .btn.btn-primary:focus,
.nav.navbar-nav .start-here > a:focus,
.nav.navbar-nav .btn.btn-primary:active,
.nav.navbar-nav .start-here > a:active,
.open > .dropdown-toggle.btn-primary,
.open > .start-here > a.dropdown-toggle{
	color: #fff;
	background: #147be2; /* Old browsers */
	border-bottom: none;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0N2JlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMxYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #147be2 0%, #0031ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#147be2), color-stop(100%,#0031ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #147be2 0%,#0031ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #147be2 0%,#0031ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #147be2 0%,#0031ba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #147be2 0%,#0031ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147be2', endColorstr='#0031ba',GradientType=0 ); /* IE6-8 */
}
.navbar.navbar-inverse.mobile .upper{
	/*padding-right: 15px;*/
}
.navbar.navbar-inverse.mobile .navbar-nav{
	float: none;
}

/**HEADER DESKTOP**/
.desktop .sm-nav.sm-navbar-nav {
	list-style: none;
	margin: 0; }
.desktop .sm-nav.sm-navbar-nav .caret {
	color: white;
	display: inline-block;
	margin: 0 5px; }
.desktop .sm-nav.sm-navbar-nav a {
	border-bottom: 4px solid transparent; }
.desktop .sm-nav.sm-navbar-nav li:hover > a,
.desktop .sm-nav.sm-navbar-nav li.current-menu-item > a,
.desktop .sm-nav.sm-navbar-nav li.current-menu-ancestor > a {
	border-bottom-color: #0066cc; }
.desktop .sm-nav.sm-navbar-nav > li {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
	position: relative; }
@media (max-width: 1154px) {
	.desktop .sm-nav.sm-navbar-nav > li {
		margin-right: 7px;
		margin-left: 7px; } }
.desktop .sm-nav.sm-navbar-nav > li.start-here a, .desktop .sm-nav.sm-navbar-nav > li.start-here.active a {
	border: none;
	border-radius: 4px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 6px;
	background: #2886e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2886e5 0%, #015db9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2886e5), color-stop(100%, #015db9));
	background: -webkit-linear-gradient(top, #2886e5 0%, #015db9 100%);
	background: -o-linear-gradient(top, #2886e5 0%, #015db9 100%);
	background: -ms-linear-gradient(top, #2886e5 0%, #015db9 100%);
	background: linear-gradient(to bottom, #2886e5 0%, #015db9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2886e5', endColorstr='#015db9',GradientType=0 );
	text-shadow: 0px 1px 3px #000; }
.desktop .sm-nav.sm-navbar-nav > li.start-here a:hover, .desktop .sm-nav.sm-navbar-nav > li.start-here.active a:hover {
	color: #fff;
	background: #147be2;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0N2JlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMxYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #147be2 0%, #0031ba 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #147be2), color-stop(100%, #0031ba));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #147be2 0%, #0031ba 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #147be2 0%, #0031ba 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #147be2 0%, #0031ba 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #147be2 0%, #0031ba 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147be2', endColorstr='#0031ba',GradientType=0 );
	/* IE6-8 */ }
.desktop .sm-nav.sm-navbar-nav > li a {
	padding: 10px 15px;
	display: inline-block;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 12px;
	margin-bottom: 6px;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 20px; }
.desktop .sm-nav.sm-navbar-nav > li > a:hover, .desktop .sm-nav.sm-navbar-nav > li.active > a, .desktop .sm-nav.sm-navbar-nav > li.active > a:hover, .desktop .sm-nav.sm-navbar-nav > li.active > a:focus, .desktop .sm-nav.sm-navbar-nav > li.current-menu-item > a, .desktop .sm-nav.sm-navbar-nav > li.current-menu-ancestor > a, .desktop .sm-nav.sm-navbar-nav > li .dropdown.open > a {
	text-decoration: none;
	background: transparent;
	color: #fff; }
.desktop .sm-nav.sm-navbar-nav > li .sub-menu {
	display: none; }
.desktop .sm-nav.sm-navbar-nav > li > .sub-menu {
	/*max-height: 0;
    position: absolute;
    overflow: hidden;*/
	list-style: none;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #222;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: none;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	color: white;
	display: block;
	font-size: 14px;
	list-style: none;
	margin: 0 auto;
	min-width: 160px;
	padding: 0;
	padding: 5px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	z-index: 9999; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu .sub-menu {
	max-width: 0;
	position: absolute;
	overflow: hidden;
	list-style: none;
	-webkit-transition: max-width 0.8s;
	-moz-transition: max-width 0.8s;
	transition: max-width 0.8s; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu > li:hover .sub-menu > li > a, .desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu > li > a {
	display: inline-block;
	padding: 5px 0 5px 0;
	font-size: 14px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 20px;
	margin-right: 20px; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu > li:hover .sub-menu > li > a:hover, .desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu > li:hover .sub-menu > li > a:focus, .desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu > li > a:hover, .desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu > li > a:focus {
	border-bottom: 4px solid #0066cc;
	display: inline-block; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu li:hover > .sub-menu {
	display: block;
	-webkit-background-clip: padding-box;
	background-color: #222;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	border-right: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	font-size: 14px;
	list-style: none;
	margin: 0;
	max-width: 800px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	right: 100%; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu li:hover > .sub-menu > li {
	margin: 0;
	padding: 0; }
.desktop .sm-nav.sm-navbar-nav > li:hover > .sub-menu .caret {
	transform: rotate(90deg);
	margin: 0px 5px;
	position: absolute;
	left: 6px;
	margin: 0;
	padding: 0;
	top: 15px; }

@media (max-width: 1154px) {
	.sm-nav > li {
		margin-right: 7px;
		margin-left: 7px; } }



/****END HEADER***/

html,body{
    margin: 0;
    padding: 0;
}
body {
	font-family: 'PT Sans', sans-serif;;
	font-size: 18px;
	line-height: 1.4;
	color: #323232;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Georgia";
}
a:hover{
	color: #4a749f;
}
#wpadminbar{
	position: absolute !important;
}
.bold{
	font-weight: bold;
}
.color-navy{
    color: #4a749f;
}
.entry-content li,
.text-container li{
	margin-bottom: 20px;
}

.text-underlined{
    text-decoration: underline;
}
.text-small{
    font-size: 16px;
}
.no-margin{
    margin: 0;
}
.no-margin-top{
    margin-top: 0;
}
.no-margin-bottom{
    margin-bottom: 0;
}
.no-margin-left{
    margin-left: 0;
}
.no-margin-right{
    margin-right: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.font-georgia{
	font-family: 'Georgia';
}

.font-pt-sans{
	font-family: 'PT Sans', sans-serif;
}
.font-italic{
    font-style: italic;
}
.full-width{
	width: 100%;
}

.blog .main-wrapper,
.single-post .main-wrapper,
.page .main-wrapper{
	max-width: 620px;
	margin: 0 auto;
}
.single-post .featured-image{position: relative;}
.single-post .featured-image .title{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.5);
	color: white;
	top: 35%;
	left: 0;
	font-size: 27px;
	width: 100%;
}
.well{
	border-radius: 0px;
	background: #fafafa;
	border: 1px solid #efefef;
	box-shadow: none;
}
.widgets{
	padding-bottom: 8px;
}
.widget{
	margin: 0 0 15px 6px;
	padding: 18px 18px 12px;
	width: 306px;
	max-width: 100%;
	box-sizing: border-box;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6{
	color: #4a749f;
	text-transform: uppercase;
	text-align: center;
	margin: 2px auto 20px;
}

.widget h5 {font-size: 18px;}
.steps{
	margin: 0;
	padding: 0;
	counter-reset: li;
}
.steps>li{
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.steps>li>a{
	text-decoration: underline;
	color: #0066cc;
	margin-left: 15px;
	display: inline-block;
	float: left;
	font-size: 16px;
}
.steps>li>a:hover{
	color: #4a749f;
}
.steps > li:before {
	content: counter(li);
	counter-increment: li;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -16px 0px 0 0;
	padding: 2px 10px;
	background: #4a749f;
	color: #ffffff;
	border-radius: 17px;
	float: left;
}

.entry{
	padding-left: 10px;
	padding-right: 10px;
}
.entry .featured-image{
	position: relative;
	margin-bottom: 55px;
}
.entry .featured-image .category{
	content: "";
	background: url("images/cat-icon-triangle-sprite.png") 0 0 no-repeat;
	background-size: 100%;
	width: 107px;
	height: 63px;
	margin: 0 0 0 -53px;
	padding: 0;
	position: absolute;
	bottom: -48px;
	left: 50%;
}
.entry .featured-image .category:hover{
	background-position: 0 -63px;
	background-size: 100%;
}
.entry .featured-image .category .cat.cat-icon{
	background: url("images/cat-icons-sprite.png") -250px 0 no-repeat;
	width: 50px;
	height: 35px;
	margin: 0 0 0 -26px;
	padding: 0;
	position: absolute;
	bottom: 22px;
	left: 50%;
	background-size: 300px;
	z-index: 1;
}

.entry .featured-image .category:hover .cat.cat-icon{
	/*background: url("images/cat-icons-sprite.png");
	background-size: 300px;
	background-position-x: -250px;
	background-position-y: -44px;
	background-repeat: no-repeat;*/
}

.entry .featured-image .category.category-trends  .cat.cat-icon{
	background-position: 0 0;
}
.entry .featured-image .category.category-international-diversification-strategies  .cat.cat-icon{
	background-position: -49px 0;
}
.entry .featured-image .category.category-investing  .cat.cat-icon{
	background-position: -149px 0;
}
.entry .featured-image .category.category-entrepreneurship  .cat.cat-icon{
	background-position: -99px 0;
}
.entry .featured-image .category.category-personal-resilience .cat.cat-icon{
	background-position: -199px 0;
}
.entry .featured-image .category.category-lifestyle-design .cat.cat-icon{
	background-position: -249px 0;
}

.entry .featured-image img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
	text-align: center;
	color: #4a749f;
}
.entry .entry-title{
	font-size: 24px;
}
.entry .entry-info{
	display: block;
	margin: 25px 0;
	text-align: center;
}
.entry .entry-info .entry-info-item{
	display: inline-block;
	margin: 0 15px;
	color: #787878;
	font-size: 14px;
}
.entry .entry-info .entry-info-item a{
    color: #787878;
    text-decoration: none;
}
.entry .entry-info .entry-info-item a:hover{
    text-decoration: underline;
}
.entry-info-item .fa{
	margin-right: 5px;
}
.entry .entry-info .entry-info-item.entry-author{
	background: url("images/post-icon-person.png") 0 center no-repeat;
}
.entry .entry-info .entry-info-item.entry-date{
	background: url("images/post-icon-date.png") 0 center no-repeat;
}
.entry .entry-info .entry-info-item.entry-location{
	background: url("images/post-icon-location.png") 0 center no-repeat;
}

.entry .well{
	padding-top: 4px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.entry .well h3{
	font-size: 22px;
	font-weight: bold;
    margin-bottom: 35px;
}

.author.info{clear: both;}

.author.info .bold{
	color: #4a749f;
}

.author.info a{
	text-decoration: underline;
	color: #0066cc;
}
.author.info a.author-name{
    text-decoration: none;
    color: #323232;
}
.author.info a:hover{
	color: #4a749f;
}

.social-share{
	left: -57px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 75px;
	z-index: 1;

}
.social-share > .social-btn,
.social-share > iframe,
.social-share > div{
	display: block !important;
	margin: 0 auto 15px !important;
	text-align: center !important;
}
.social-share .social-btn>iframe{
	margin: 0 auto !important;
}

.position-relative{
	position: relative;
}

.well.related-posts{
	padding-left: 22px;
	padding-right: 22px;
	/*padding-top: 5px;*/
}
.single .slick-content .slick-item,
.page-template-template-blog-post-php .slick-content .slick-item{
	text-align: center;
	padding: 0 7px;
	box-sizing: border-box;
}
.single .slick-content .slick-item a,
.page-template-template-blog-post-php .slick-content .slick-item a{
	color: #0066cc;
	font-size: 16px;
	text-decoration: none;
	display: block;
	line-height:1.3;
	text-align:center;
	vertical-align:baseline;
}
.single .slick-content .slick-item a:hover,
.page-template-template-blog-post-php .slick-content .slick-item a:hover{
	color: #4a749f;
}

.single .slick-content .slick-item .img-container,
.page-template-template-blog-post-php .slick-content .slick-item .img-container{
    display: block;
    height: 130px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.single .slick-content .slick-item img,
.page-template-template-blog-post-php .slick-content .slick-item img{
    border: 1px solid #c8c8c8;
    height: 100%;
    margin: 0 -100%;
    display: inline;
}

.page-home .slick-slider span.arrow,
.page-blog .slick-slider span.arrow,
.single .slick-content span.arrow ,
.page-template-template-blog-post-php .slick-content span.arrow {
	position: absolute;
	top: 26%;
	font-size: 36px;
	color: #0066cc;
	cursor: pointer;
}
.page-home .slick-slider span.arrow,
.page-blog .slick-slider span.arrow{
	top: 140px;
}
.page-home .entry-items.editors-pick{
	padding: 0 23px;
}
@media ( max-width: 767px ) {
	.page-blog .newsletter-and-blog .slick-slider span.arrow.arrow-prev,
	.page-home .newsletter-and-blog .slick-slider span.arrow.arrow-prev{
		left: -32px;
	}
	.page-blog .newsletter-and-blog .slick-slider span.arrow.arrow-next,
	.page-home .newsletter-and-blog .slick-slider span.arrow.arrow-next{
		right: -32px;
	}
	.page-blog .entry-items.editors-pick,
	.page-home .entry-items.editors-pick{
		margin-left: 15px; margin-right: 15px;
		padding:0;
	}
	.page-blog .entry-items.editors-pick .slick-track > .col-xs-12.col-sm-6.col-md-4,
	.page-home .entry-items.editors-pick .slick-track > .col-xs-12.col-sm-6.col-md-4{
		padding-left: 0;
		padding-right: 0
	}
}
.page-home .slick-slider span.arrow:hover,
.page-blog .slick-slider span.arrow:hover,
.single .slick-content span.arrow:hover,
.page-template-template-blog-post-php .slick-content span.arrow:hover{
	color: #4a749f;
}
.page-home .slick-slider span.arrow.slick-disabled,
.page-blog .slick-slider span.arrow.slick-disabled,
.single .slick-content span.arrow.slick-disabled,
.page-template-template-blog-post-php .slick-content span.arrow.slick-disabled{
	color: #c8c8c8;
	cursor: default;
}
.page-home .slick-slider span.arrow.slick-disabled:hover,
.page-blog .slick-slider span.arrow.slick-disabled:hover,
.single .slick-content span.arrow.slick-disabled:hover,
.page-template-template-blog-post-php .slick-content span.arrow.slick-disabled:hover{
	color: #c8c8c8;
}
.page-home .slick-slider span.arrow.arrow-prev,
.page-blog .slick-slider span.arrow.arrow-prev,
.single .slick-content span.arrow.arrow-prev,
.page-template-template-blog-post-php .slick-content span.arrow.arrow-prev{
	left: -24px;
}
.page-home .slick-slider span.arrow.arrow-next,
.page-blog .slick-slider span.arrow.arrow-next,
.single .slick-content span.arrow.arrow-next,
.page-template-template-blog-post-php .slick-content span.arrow.arrow-next{
	right: -25px;
}
.single .slick-content.slick-slider ,
.page-template-template-blog-post-php .slick-content.slick-slider {
	margin-bottom: 15px;
	margin-top: 25px;
}

.single .powerpress-container{
    background: #4a749f;
    border: 1px solid #dedede;
    box-sizing: border-box;
    color: white;
    margin-bottom: 30px;
}
.single .powerpress-container a{
    color: #f0f0f0;
    text-decoration: underline;
    font-size: 16px;
}
.single .powerpress-container .player-links li{
    margin-left: 17px;
    margin-right: 17px;
}
.single .powerpress-container .player-links li>div:first-child{
    margin-bottom: 4px;
}
.single .powerpress-container .heading{
    font-family: "Georgia";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 7px 0 3px;
}
.single .powerpress-container .sub-heading{
    font-family: "Georgia";
    font-size: 18px;
    margin: 0px 0 8px;
    text-align: center;
}

.single .powerpress-container hr{
    margin: 4px 12px;
    background-color: white;
    height: 1px;
    border: none;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
}

.page .entry .featured-image{
	margin-bottom: 20px;
}
.page .entry .entry-title{font-size: 34px;margin-bottom: 40px;}
.page-template-template-blog-post .entry .entry-title{font-size: 24px;margin-bottom: 10px;}

.article.author .social-buttons,
.author.info .social-buttons{
	margin: 0 auto;
	text-align: right;
}


.article.author .social-buttons a,
.author.info .social-buttons a{
	display: inline-block;
	width: 31px;
	height: 32px;
	text-align: center;
	margin: 0px 3px 7px;
	padding: 0;
    position: relative;
	line-height: 1;
	font-size: 18px;
	border-radius: 20px;
	color: #ffffff;
}

.social-buttons a{
    opacity: 1;
}
.article.author .social-buttons a:hover::after,
.author.info .social-buttons a:hover::after,
.social-buttons a:hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
}

.article.author .social-buttons .fb,
.author.info .social-buttons .fb{
	background-color: #4d67a3;
	padding: 7px 2px 0 0;
}
.article.author .social-buttons .twttr,
.author.info .social-buttons .twttr{
	background-color: #25a7df;
	padding: 7px 0px 0 1px;
}
.article.author .social-buttons .gplus,
.author.info .social-buttons .gplus{
	background-color: #d74936;
	padding: 7px 0px 0 2px;
}
.article.author .social-buttons .youtube,
.author.info .social-buttons .youtube{
	background-color: #cc171e;
	padding: 7px 1px 0 0px;
}

.post-link{
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 16px;
	padding: 4px 15px 6px;
	min-width: 151px;
	text-align: center;
	vertical-align: middle;
	min-height: 36px;
	display: inline-block;
	vertical-align: top;
}
.post-link:hover{
    text-decoration: none;
    cursor: hand;
    cursor: -webkit-grab;
}
.post-link.disabled:hover{
    cursor: not-allowed;
}
.post-link .glyphicon{
	font-size: 22px;
}
.post-link.left{
	/*float: left;*/
}
.post-link.right{
	/*float: right;*/
}
.post-link a, .post-link span{
	color: #0066cc;
	vertical-align: middle;
	text-decoration: none;
}
.post-link:hover, .post-link a:hover, .post-link:hover a, .post-link:hover span,.post-link span:hover{
	color: #4a749f;
}
.post-link.disabled span{
	color: #959595;
}
.post-link a > .glyphicon{
	vertical-align: sub;
}

.tooltip-inner {
	max-width: 400px;
	width: 300px;
	padding: 6px 12px;
	color: #959595;
	text-align: center;
	text-decoration: none;
	background-color: #fafafa;
	border-radius: 4px;
	border: 1px solid #efefef;
	font-size: 14px;
	white-space:pre-line;
	font-family: "Georgia";
}

.tooltip.right .tooltip-arrow{
	top: 50%;
	left: -5px;
	margin-top: -10px;
	border-width: 10px 10px 10px 0;
	border-right-color: #efefef;
}

.tooltip.bottom .tooltip-arrow{
	border-width: 0px 10px 10px 10px;
	border-color: transparent;
	border-bottom-color: #efefef;
	left: 50%;
	top: -5px;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #efefef;
}

.sidebar{
	/*padding: 0 0px;
	max-width: 312px;
	margin-left: 33px;*/
	padding: 0 0px;
	width: 312px;
	margin-left: 1.33333333%;
	max-width: 32%;
}

.sidebar form{
	margin-bottom: 5px;
	width: 100%;
}
.error404 input[type="search"],
.page-blog input[type="search"],
.sidebar input[type="search"],
.sidebar input[type="number"],
.sidebar input[type="text"],
.sidebar input[type="password"],
textarea{
	border: 1px solid #c8c8c8;
	outline: none;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,255,0.5);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,255,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	padding: 10px 5px;
}

input::-webkit-input-placeholder{
	color: #c8c8c8;
}
.footer{
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	margin-top: 30px;
	padding-top: 14px;
	padding-bottom: 60px;
	font-size: 12px;
}
.footer.footer-landing .footerlogo{
    margin-top: 30px;
}

.footer ul.menu {
	margin: 10px auto 0;
	padding: 0;
	text-align:center;
	line-height: 23px;
}
.footer ul.menu li {
	display:inline-block;
	list-style:none;
	margin:0 10px;
	padding:0;
}
.footer ul.menu li a {
	display:block;
	background-color:#fff !important;
	margin:0;
	color:#0066cc;
	line-height:1.3em;
	text-decoration: none;
	border-bottom: 1.8px solid;
	text-transform: uppercase;
}
.footer ul.menu li a:hover {
	color: #4a749f;
	text-decoration: none;
}
.footer ul.menu li a.active,
.footer ul.menu li a.active:hover {
	color:#000;
	font-weight:bold;
}
.footer .socialfooter{
	text-align: center;
	margin: 30px auto;
	padding: 0;
	list-style: none;
}
.footer .socialfooter li{
	display: inline-block;
	margin:0 3px;
}
.footer .socialfooter li>a{
	width: 32px;
	height: 32px;
	border-radius: 16px;
	color: white;
	background-color: #000000;
	display: block;
	font-size: 17px;
	line-height: 34px;
    position: relative;
	text-align: center;
}
.footer .socialfooter li>a:hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
}
.footer .socialfooter li>a.fb{background-color: #4d67a3;}
.footer .socialfooter li>a.twttr{background-color: #25a7df;}
.footer .socialfooter li>a.gplus{background-color: #d74936;}
.footer .socialfooter li>a.yt{background-color: #cc171e;}
.footer .socialfooter li>a.li{background-color: #04679a;}
.footer .socialfooter li>a.rss{background-color: #f15a29;}
.footer .footerlogo{
	background: url("images/sm-logo.png") center 6px no-repeat;
	background-size: 290px;
	width: 100%;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.footer .copy{
	color: #555555;
	font-size: 13px;
	line-height: 23px;
}
.comments{
	margin: 25px 0;
}


/*ARTICLES LIST*/
.articles{
	width: 100%;
}
.articles .article{
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
	padding: 15px 0;
	width: 100%;

}
.articles .article:last-child{
	margin-bottom: 25px;
    border-bottom: none;
}
.articles .article .article-title{
	margin-bottom: 21px;
	font-size: 22px;
	color: #0066cc;
}
.articles .article .article-title a{
    color: #0066cc;
}
.articles .article .article-title a:hover{
    text-decoration: none;
}
.articles .article .article-content{
	margin: 15px 0;
}
.articles .article .img-thumbnail{
	padding: 0;
	border-radius: 0;
	border: none;
	margin: 0 24px 20px 0;
	max-width: 255px;
}
.articles .article .img-thumbnail img{
	height: auto;
}
.articles .article .img-thumbnail img{
	border: 1px solid #ddd;
	width: 100%;
}

.articles .article .article-text{
	font-size: 16px;
	color: #323232;
}
.articles .article .article-text > p{
	margin-bottom: 26px;
}
.articles .article .article-text .article-read-more{
	text-decoration: underline;
	color: #0066cc;
	display: block;
}

.articles .article .article-info{
	clear: both;
	display: block;
	line-height: 1;
	margin: 25px 0 0;
	padding: 0;
	text-align: justify;
	color: #8c8c8c;
	font-size: 14px;
	list-style: none;
	width: 100%;
}

.articles .article .article-info::after{
	content: "";
	display: inline-block;
	width: 100%;
}

.articles .article .article-info > li{
	display: inline-block;
}
.articles .article .article-info .fa.fa-calendar-o,
.articles .article .article-info .fa.fa-user,
.articles .article .article-info .fa.fa-globe,
.articles .article .article-info .fa.fa-share-alt,
.articles .article .article-info .fa.fa-comment-o{
	margin-right: 10px;
	font-size: 16px;
}

.articles .article.author h3{
    color: #06c;
    font-size: 22px;
}

.comments-area{
	padding: 25px 0;
}

.pagination{
	width: 100%;
	text-align: justify;
}


.pagination .post-link a,
.pagination .post-link:not(.disabled) span{
	color: #0066cc;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{
	background: transparent;
}
.pagination .pages{
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.pagination.pagination-mobile .pages{
	width: 100%;
	margin-top: 15px;
}

.pagination .pages .page a{
	color: #0066cc;
}

.pagination .pages .page.active,
.pagination .pages .page.active a,
.pagination .pages .page .page-numbers.current{
	color: #959595;
}
.pagination .pages p,
.pagination .pages p a{
	color: #959595;
	font-size: 12px;
	text-align: center;
}
.pagination .pages p{
	margin: 5px 0;
}
.pagination .pages p a{
	text-decoration: underline;
}
.pagination::after{
	content: "";
	display: inline-block;
	width: 100%;
}
.pagination ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pagination ul>li{
	display: inline-block;
	margin: 0 5px;
}
.category-info{
	border-bottom: 1px solid #efefef;
}

.category-info h1,
.category-info h2,
.category-info h3,
.category-info h4,
.category-info h5,
.category-info h6{
	color: #4a749f;
	position: relative;
}

.category-info h1::before,
.category-info h2::before,
.category-info h3::before,
.category-info h4::before,
.category-info h5::before,
.category-info h6::before{
	content: "";
	display: inline-block;
	background: url("images/cat-icon-triangle-blue.png") 0 0 no-repeat;
	width: 60px;
	height: 30.0px;
	background-size: cover;
}
.category-info .category-icon{
	display: inline-block;
	position: relative;
	background: url("images/cat-icons-sprite.png") -134px 3px no-repeat;
	width: 26px;
	height: 25.5px;
	background-size: 160px;
	left: -43px;
	margin-right: -27.5px;
	top: -4px;
}


.category-info p{
	box-sizing: border-box;
	color: rgb(50, 50, 50);
	display: block;
	font-family: 'PT Sans', sans-serif;;
	font-size: 16px;
}

.home{
	background-color: #f5f5f5;
}
.home h1,.home h2,.home h3,.home h4,.home h5,.home h6{
    color: #4a749f;
    line-height: 25px;
    text-align: center;
}
.home h1,.home h2,.home h3,.home h4,.home h5,.home h6{
    color: #4a749f;
    line-height: 25px;
    text-align: center;
}
.home h1.subtitle,.home h2.subtitle,.home h3.subtitle,.home h4.subtitle,.home h5.subtitle,.home h6.subtitle{
    color: #646464;
}
.home h4{
    font-size: 28px;
}
.home h5.subtitle{
    font-size: 26px;
}
.home .full-width.wrapper{
	margin: 0;
	padding: 0;
}
.home .top-container {
	background: url("images/sm_hero_bg_map_global.jpg") center center no-repeat;
    background-size: cover;
	margin-bottom: 40px;
    overflow: hidden;
	position: relative;
	padding: 30px 15px 0px 15px;
	width: 100%;
}

.home .top-container .col-xs-12{
	margin-bottom: 20px;
}

.home .top-container img{
	max-width: 100%;
    vertical-align: middle;
}

.home .top-container h3{
	font-size: 46px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: "Georgia";
	color: white;
	line-height: 1;
}

.home .top-container p{
	font-size: 28px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 21px;
	color: white;
	font-weight: bold;

}

.home .top-container h3,
.home .top-container p{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 25px;*/
	/*padding-bottom:25px;*/
}
.home .top-container .black-box{
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid white;
}

.home .top-container .btn{
	font-size: 18px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 45px;
	padding-right: 45px;
}

.home .top-container .text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home .top-container .text img{
    width: 60%;
	margin: 0 20%;
}

.page-home .top-container .hero-text{
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.page-home .top-container .hero-text span{
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

.page-home .top-container .bullet{
	display: inline-block;
	margin: 0 30px;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.page-home .top-container .hero-text span{
		display: block;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.page-home .top-container .bullet{
		display: none !important;
	}
}

.tree{
	margin-bottom: 66px;
}
.tree .tree-arrows{
    display: block;
    width: 76%;
    margin: 0 auto;
}
.tree .tree-arrows-2{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.tree .tree-arrow-single{
    margin-top: -12px;
    margin-bottom: 10px;
}

.tree .tree-items{
	margin: 10px 0 0 0;
	padding: 0;
}
.tree .tree-items>.tree-item{
	padding: 0 22px 0px;
    text-align: center;
}

.tree .tree-items>.tree-item>.tree-item-wrapper{
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 218px;
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.tree .tree-items .tree-item-wrapper>img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: scale(1.2) translateY(-8%);
    -moz-transform: scale(1.2) translateY(-8%);
    -ms-transform: scale(1.2) translateY(-8%);
    -o-transform: scale(1.2) translateY(-8%);
    transform: scale(1.2) translateY(-8%);
}
.tree>h4{
    font-weight: 400;
    color: #4a749f;
    font-size: 32px;
    line-height: 45px;
	margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
}
.tree .arrows{
    margin-top: -20px;
}
.tree .title{
	background: #06c;
	color: white;
	font-size: 22px;
	left: 0;
    line-height: 1;
	padding: 0px 13px 0px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
    width: 100%;
	z-index: 1;
}
.tree .title::after{
    bottom: -59px;
    content: "";
    display: block;
    background: url("images/home-label-down.png") 0 0 no-repeat;
    background-size: 100%;
    height: 60px;
    left: 0;
    margin: 0px;
    padding: 0;
    position: absolute;
    width: 100%;
}
.tree .tree-items .tree-item-wrapper .small-wrapper{
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.tree .tree-items .tree-item-wrapper:hover .small-wrapper{
    height: 26px;
}

.tree .title .big-wrapper{
	color: white;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	line-height: 1.3;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}

.tree .title:hover .big-wrapper,
.tree .title:hover .small-wrapper{
	text-decoration: underline;
}

.tree .title .small{
    font-size: 16px;
    line-height: 1;
    margin-top: -16px;
    margin-bottom: 26px;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.tree .tree-items .tree-item-wrapper:hover .small{
    margin-top: 10px;
}
.as-seen-on{
    background-color: #464646;
    box-shadow: 0 0 16px rgba(7, 0, 2, 0.5);
    color: #ffffff;
    /*margin-top: 66px;*/
    margin-top: 0px;
    margin-bottom: 60px;
}
.as-seen-on h4{
    color: #ffffff;
    font-size: 20px;
    margin: 12px 0 0 0;
    padding: 0;
}
.as-seen-on .item{
    height: 44px;
    text-align: center;
    margin: 0px 0 18px;
    white-space: nowrap;
}
.as-seen-on .item>.helper{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.as-seen-on .item>img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.home .read-more,
.page-blog .read-more{
    font-size: 20px;
    color: #06c;
}
.page-blog .read-more{
    font-size: 18px;
    line-height: 1.4;
}

.error404 .entry-items,
.home .entry-items,
.template-submenu-page .entry-items,
.page-blog .entry-items{
    margin-top: 35px;
    padding: 0;
}

.error404 .entry-item,
.home .entry-item,.page-blog .entry-item, .template-submenu-page .entry-item{
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto 25px;
    padding: 0;
    vertical-align: top;
    width: 320px;
    max-width: 100%;
}
.page-home .latest-articles .entry-item{
	margin-bottom: 40px;
}
.home .editors-pick .entry-item .content .excerpt,
.home .editors-pick .entry-item .content .excerpt p{
    font-size: 19px;
}

.page-home .latest-articles .entry-item,
.page-blog .latest-articles .entry-item{
    width: 500px;
}
.page-blog .entry-item .bg-solid,
.template-submenu-page .entry-item .bg-solid{
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center center;
    height: 169px;
}
.page-blog .entry-item .bg-solid.trends{
    background-image: url("images/cat-icon-news.png");
}
.page-blog .entry-item .bg-solid.international-diversification-strategies{
    background-image: url("images/cat-icon-globe.png");
}
.page-blog .entry-item .bg-solid.entrepreneurship{
    background-image: url("images/cat-icon-entrepreneur.png");
}
.page-blog .entry-item .bg-solid.investing{
    background-image: url("images/cati-icon-frontierinvesting.png");
}
.page-blog .entry-item .bg-solid.personal-resilience{
    background-image: url("images/cat-icon-personalresilience.png");
}
.page-blog .entry-item .bg-solid.lifestyle-design{
    background-image: url("images/cat-icon-arrows.png");
}
.page-blog .entry-item .bg-solid .helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.page-blog .entry-item .bg-solid img{
    border: none;
    width: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;;
}

.error404 .entry-item:hover,
.error404 .entry-item:focus,
.template-submenu-page .entry-item:hover,
.template-submenu-page .entry-item:focus,
.home .entry-item:hover,
.home .entry-item:focus,
.page-blog .entry-item:hover,
.page-blog .entry-item:focus{
    text-decoration: none;
    cursor: pointer;
}
.error404 .entry-item .content,
.home .entry-item .content,
.template-submenu-page .entry-item .content,
.page-blog .entry-item .content{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 7px 10px 14px;
    border-top: none;
}
.error404 .entry-item .content,
.template-submenu-page .entry-item .content,
.page-blog .entry-item .content{
    padding: 7px 14px 14px;
}

.error404 .entry-item .content .excerpt,
.error404 .entry-item .content .excerpt p,
.template-submenu-page .entry-item .content .excerpt,
.template-submenu-page .entry-item .content .excerpt p,
.home .entry-item .content p,
.page-home .latest-articles .entry-item .content .excerpt,
.page-home .latest-articles .entry-item .content .excerpt p,
.page-blog .entry-item .content .excerpt,
.page-blog .entry-item .content .excerpt p{
    color: #646464;
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}
.error404 .entry-item .content .excerpt,
.template-submenu-page .entry-item .content .excerpt,
.page-home .entry-item .latest-articles .content .excerpt,
.page-blog .entry-item .content .excerpt{
    margin-bottom: 0px;
}
.error404 .entry-item .content .excerpt p:last-child,
.template-submenu-page .entry-item .content .excerpt p:last-child,
.page-blog .entry-item .content .excerpt p:last-child{
    margin-bottom: 0;
}
.error404 .entry-item img,
.template-submenu-page .entry-item img,
.home .entry-item img,
.page-blog .entry-item img{
    /*border: 1px solid #dedede;*/
    border-bottom: none;
	margin: 0;
	padding: 0;
    display: block;
    height: 172px;
    width: 100%;
}
.error404 .entry-item .img,
.template-submenu-page .entry-item .img,
.home .entry-item .img,
.page-blog .entry-item .img{
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	display: block;
	height: 172px;
	width: 100%;
}
.error404 .entry-item h3,
.error404 .entry-item h3 a,
.home .entry-item h3,
.home .entry-item h3 a,
.template-submenu-page .entry-item h3,
.template-submenu-page .entry-item h3 a,
.page-home .latest-articles .entry-item h2,
.page-home .latest-articles .entry-item h2 a,
.page-blog .entry-item h2,
.page-blog .entry-item h2 a{
	color: #06c;
	font-family: Georgia;
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0;
}
.error404 .entry-item h4,
.error404 .entry-item h4 a,
.template-submenu-page .entry-item h4,
.template-submenu-page .entry-item h4 a,
.page-blog .entry-item h4,
.page-blog .entry-item h4 a{
    min-height: 44px;
}
.home .entry-item h4 a:hover,
.error404 .entry-item h4 a:hover,
.template-submenu-page .entry-item h4 a:hover,
.page-blog .entry-item h4 a:hover{
    text-decoration: none;
}
.page-home .latest-articles .entry-item h4,
.page-blog .latest-articles .entry-item h4{
	color: #06c;
	font-family: Georgia;
	font-size: 22px;
	line-height: 28px;
	min-height: 112px;
	margin: 10px 0;
}
.home .entry-item .meta-info p,
.error404 .entry-item .meta-info p,
.page-blog .entry-item .meta-info p{
    color: #a09f9f;
    font-size: 14px;
    margin-bottom: 3px;
}
.home .entry-item .meta-info p.pull-left,
.page-blog .entry-item .meta-info p.pull-left{
    margin-left: 20px;
}
.home .entry-item .meta-info p.pull-right,
.page-blog .entry-item .meta-info p.pull-right{
    margin-right: 20px;
}
.home .entry-item ul.meta-info,
.page-blog .entry-item ul.meta-info{
    list-style: none;
    color: #a09f9f;
    font-size: 14px;
    line-height: 0;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 3px;
    text-align: justify;
}

@media (min-width: 992px) and (max-width: 1199px){
	.home .entry-item ul.meta-info,
	.page-blog .entry-item ul.meta-info{
		font-size: 13px;
	}
}

.home .entry-item ul.meta-info::after,
.page-blog .entry-item ul.meta-info::after{
    content: "";
    width: 100%;
    display: inline-block;
}

.home .entry-item ul.meta-info li,
.page-blog .entry-item ul.meta-info li{
    display: inline-block;
    vertical-align: middle;
}
.page-home .load-more-entries,
.page-blog .load-random-article{
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-family: Georgia;
	font-size: 20px;
	margin: 0;
	padding: 26px 30px;
	position: relative;
	text-align: left;
}
.page-home .load-more-entries.disabled
.page-blog .load-random-article.disabled{
	padding-right: 65px;
}

.meta-info .fa.fa-globe,
.meta-info .fa.fa-calendar-o{
    margin-right: 5px;
}

.home hr.devider{
    height: 1px;
    background-color: #c8c8c8;
    box-shadow: 0 1px 0 white;
    margin-top: 35px;
    margin-bottom: 35px;
    margin: 35px 2%;
}

.about-newsletter{
    background: url("images/bg-about-newsletter.png") 0 0 no-repeat;
    background-size: cover;
    margin-top: 50px;
    /*min-height: 600px;*/
    padding: 0 0px;
    border-top: 1px solid #c8c8c8;
    color: #ffffff;
    text-shadow: 0 2px 68.6px rgba(7, 0, 2, 0.3);
}
body .about-newsletter h1,
body .about-newsletter h2,
body .about-newsletter h3,
body .about-newsletter h4,
body .about-newsletter h5,
body .about-newsletter h6{
    color: white;
}

body .about-newsletter h4{
    font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body .about-newsletter h5{
    font-size: 22px;
    margin-top: 5px;
}

body .about-newsletter .text-wrapper{
    max-width: 680px;
    margin-bottom: 48px;
	margin-top: 48px;
	padding: 0 15px;
}
body .about-newsletter .text-wrapper .text-small{
    line-height: 1.6;
    margin-top: 5px;
}
body .about-newsletter .text-wrapper .text-big{
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0;
}
body .about-newsletter .text-wrapper .red-arrow{
    margin-right: 30px;
}

body .about-newsletter .btn.btn-orange{
	display: block;
	margin: 0 auto;
	max-width: 350px;
}

.page-start-here{

}

h1,h2,h3,h4,h5,h6{
    color: #446791;
    line-height: 1.4;
}

.page-start-here h1{
	color: #8c8c8c;
	font-family: Georgia;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0px;
}
.page-start-here h2.sub-heading{
	font-size: 36px;
	color: #446791;
	line-height: 1.4;
}
.page-start-here h3{
    font-size: 22px;
}

.page-start-here .header-blue-bg{
	padding:20px 0;
	background-image: url("https://nodo-assets.s3.amazonaws.com/geobg.png");
	background-color: rgb(19, 89, 137);
	width: 100%;
}

.page-start-here .header-blue-bg h1{
	font-size: 37px;
	color: white;
	line-height: normal;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

.page-start-here .header-blue-bg h2{
	color: white;
	font-size: 62px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

.page-start-here .top-container{
    background: #f5f5f5;
	/*color: white;*/
	/*background-image: url("https://nodo-assets.s3.amazonaws.com/geobg.png");
	background-color: rgb(19, 89, 137);*/
    padding: 17px 0 0px;
    border-bottom: 1px solid #ffffff;
    box-shadow: inset 0 -1px 0px 0px #c8c8c8;
}

.page-start-here .block{
    /*margin-top: 35px;*/
    margin-bottom: 25px;
}

.page-start-here .white-block{
    background-color: #fff9ed;
	/*background-image: url("https://nodo-assets.s3.amazonaws.com/geobg.png");
	background-color: rgb(19, 89, 137);*/
    border: 1px solid gainsboro;
    padding: 14px 15px 15px;
    display: inline-block;
	min-height: 206px;
}
.page-start-here .white-block ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #646464;
    /*color: #fff;*/
}
.page-start-here .white-block ul>li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.page-start-here .white-block ul>li::before{
    background: url("images/green-round-ticker.png") 0 0 no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
    display: block;
    height: 22px;
    width: 22px;
}
.page-start-here .white-block ul>li:last-child{
    margin-bottom: 0;
}
.page-start-here .text-container{
    max-width: 710px;
    margin: 0 auto;
    padding-top: 30px;
}


.page-start-here .text-container p{
	line-height: 1.5;
	margin-bottom: 25px;
}

.page-start-here .cta-container {margin:0 0 10px;}
.page-start-here .cta-container .red-arrow{
    border: none;
	position: relative;
    position: relative;
    top: -29px;
    left: 5px;
}

.page-start-here .cta-box{
    background-color: #eee;
    border: 1px solid #e5e5e5;
    margin: 85px 0 45px;
    padding: 13px;
}

.page-start-here .cta-box .heading{
    background-color: #446791;
    width: 100%;
    margin: -65px 0 45px;
    padding: 13px 0;
}

.page-start-here .cta-box .heading h1,
.page-start-here .cta-box .heading h2,
.page-start-here .cta-box .heading h3,
.page-start-here .cta-box .heading h4,
.page-start-here .cta-box .heading h5,
.page-start-here .cta-box .heading h6{
    color: white;
    font-weight: 400;
    margin: 0;
}

.page-start-here .cta-box .heading h4{
    font-size: 20px;
}
.page-start-here .cta-box .heading h5{
    font-size: 16px;
}

.page-start-here .cta-box img{
    display: block;
    float: left;
    margin-top: 55px;
}



.page-start-here .cta-box .list-wrapper{
    margin: 0 0 30px 0;
    float: right;
    max-width: 70%;
    padding: 0px 33px;
    border-left: 1px solid #ffffff;
    box-shadow: -1px 0 0px 0px rgba(0,0,0,0.3);
}
.page-start-here .cta-box .list-wrapper ul{
    color: #323232;
    font-size: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-start-here .cta-box ul li{
    margin-bottom: 25px;
}
.page-start-here .cta-box ul li:last-child{
    margin-bottom: 0px;
}
.page-start-here .cta-box ul li::before{
    content: '\2022';
    margin-left: -17px;
    margin-right: 5px;
}

.page-start-here .quote-box{
    width: 487px;
    margin-left: -150px;
    margin-right: 25px;
    float: left;
}
.page-start-here .quote-box .main-bg{
    background-color: #446791;
    box-shadow: 0 0 4px rgba(7, 0, 2, 0.6);
    color: white;
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 15px 20px;
    font-style: italic;
}
.page-start-here .quote-box .share-box{
    box-shadow: 0 0 4px rgba(7, 0, 2, 0.6);
    padding: 5px 13px;
    color: #313131;
    font-family: Georgia;
    font-size: 18px;
    font-weight: 400;
}

.page-start-here .quote-box .share-box a{
    color: #ffffff;
    display: inline-block;
    height: 29px;
    margin: 0 5px;
    padding: 5px;
    width: 28px;
}
.page-start-here .quote-box .share-box a.twttr{
    background: #2aa9e0;
}
.page-start-here .quote-box .share-box a.gplus{
    background: #d3492c;
    text-align: left;
    padding-left: 2px;
}
.page-start-here .quote-box .share-box a.fb{
    background: #204385;
    text-align: right;
}
.page-start-here .quote-box .share-box a.fb i,
.page-start-here .quote-box .share-box a.gplus i{
    vertical-align: bottom;
}
.page-start-here .quote-box .share-box a.twttr i{
    vertical-align: text-top;
}
.page-start-here .quote-box .main-bg p{
    margin: 0;
    padding: 0;
}

.bg-lighter{
    background-color: #fafafa;
}
.page-blog .bg-lighter{
    border-bottom: 1px solid #ffffff;
    box-shadow: inset 0 -1px 0px 0px #c8c8c8;
}
.bg-darker{
    background-color: #f5f5f5;
}
.page-blog .bg-darker{
    border-bottom: 1px solid #ffffff;
    box-shadow: inset 0 -1px 0px 0px #c8c8c8;
}
.page-blog h5{
    color: #4a749f;
    font-size: 26px;
}
.page-blog .content-wrapper{
    padding: 40px 0 35px;
}

.error404 .section-intro,
.page-blog .content-wrapper .section-intro{
    color: #646464;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 1100px;
    padding: 0 15px;
}
.error404 .section-intro a,
.error404 .section-intro .link,
.page-blog .content-wrapper .section-intro a,
.page-blog .content-wrapper .section-intro .link{
    color: #06c;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}

.page-blog .editors-pick .entry-item,
.template-submenu-page .editors-pick .entry-item{
    width: 320px;
}

.error404 hr.devider,
.page-blog hr.devider{
    margin: 62px 2% 40px;
    background-color: #c8c8c8;
    box-shadow: 0 1px 0 white;
    height: 1px;
}

.error404 .search form,
.page-blog .search form{
    display: block;
    margin: 32px auto;
    width: 700px;
    max-width: 100%;
	/*padding-left: 15px;
	padding-right: 15px;*/
}

.error404 .search form input,
.page-blog .search form input{
    width: auto;
    margin: 10px auto;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.error404 .search form input[type="search"],
.page-blog .search form input[type="search"]{
    max-width: 329px;
    width: 100%;
}
.error404 .search form input[type="submit"],
.page-blog .search form input[type="submit"]{
	font-size: 18px;
	max-width: 314px;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	vertical-align: middle;
	line-height: 1;
	border-radius: 5px;
}

.page-blog .random-article-wrapper{
	overflow-x: hidden;
}
.page-blog .random-article .articles{
    padding: 0 15px;
    margin-bottom: 45px;
    margin-top: 35px;
    box-sizing: border-box;
    /*overflow: hidden;*/
    position: relative;
	max-width: 100%;
}
.page-blog .random-article .articles .article{
    background-color: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    float: left;
    padding: 0 24px 15px;
    position: relative;
}

.page-blog .random-article .articles .article .img-thumbnail{
    max-width: 340px;
}
.page-blog .random-article .articles .article h3{
    margin-top: 28px;
    margin-bottom: 30px;
}
.page-blog .random-article .articles .article p{
    margin-bottom: 15px;
}

.page-blog .wrapper>div:last-child{
    border-bottom: none;
    box-shadow: none;
}
.archive.author .author.info{
    margin-top: 35px;
}
.archive.author .author.info p{
    margin-bottom: 62px;
}
.archive.author .author-meta{
    color: #8c8c8c;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: justify;
}
.archive.author .author-meta::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}
.archive.author .author-meta li{
    display: inline-block;
}
.archive.author .author-meta li .fa.fa-calendar-o,
.archive.author .author-meta li .fa.fa-comment-o{
    margin-right: 10px;
}


.category-podcast .mejs-audio,
.page-podcast .mejs-audio{
    height: 41px;
    width: 100%;
}

.category-podcast h4,
.page-podcast h4{
    color: #4a749f;
    font-family: 'Georgia';
    font-size: 26px;
    margin-top: 56px;
    margin-bottom: 55px;
}

.category-podcast .entry-item>.content h5,
.category-podcast .entry-item>.content h5 a,
.category-podcast .entry-item>.content h2,
.category-podcast .entry-item>.content h2 a,
.page-podcast .entry-item>.content h5,
.page-podcast .entry-item>.content h5 a,
.page-podcast .entry-item>.content h2,
.page-podcast .entry-item>.content h2 a{
	color: #06c;
	font-family: 'Georgia';
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.category-podcast .entry-item>.content h5:hover a,
.category-podcast .entry-item>.content h2:hover a,
.page-podcast .entry-item>.content h5:hover a,
.page-podcast .entry-item>.content h2:hover a{
	text-decoration: none;
}

.category-podcast .top-container,
.page-podcast .top-container{
    padding: 0 73px;
}

.category-podcast .page-title,
.page-podcast .page-title{
	color: #4a749f;
	font-family: Georgia;
	font-size: 36px;
	margin-top: 56px;
	margin-bottom: 3px;
}

.category-podcast .page-title-pagination,
.page-podcast .page-title-pagination{
	margin-bottom: 18px;
}
.search.search-results .sub-heading,
.page-start-here .sub-heading,
.category-podcast .top-container .sub-heading,
.page-podcast .top-container .sub-heading{
	color: #8c8c8c;
	font-family: Georgia;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.category-podcast .top-container p:not(.sub-heading),
.page-podcast .top-container p:not(.sub-heading){
    margin-top: 15px;
    margin-bottom: 20px;
    color: #646464;
}

.category-podcast .top-container .img-container img,
.page-podcast .top-container .img-container img{
	margin-top: 15px;
}
.category-podcast .top-container .text-container,
.page-podcast .top-container .text-container{
    padding-bottom: 30px;
}
.category-podcast .top-container .text-container .buttons,
.page-podcast .top-container .text-container .buttons{
    margin-top: 35px;
}
.category-podcast .itunes-reviews,
.page-podcast .itunes-reviews{
    width: 100%;
    background: #464646;
    color: #ffffff;
    padding: 29px 20px 17px;
}
.category-podcast .itunes-reviews h4,
.page-podcast .itunes-reviews h4{
    color: white;
    font-family: "Georgia";
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 28px;
}
.category-podcast .itunes-reviews .stars,
.page-podcast .itunes-reviews .stars{
    display: block;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    color: #ff9500;
}
.category-podcast .itunes-reviews  .slick-slide .stars img,
.page-podcast .itunes-reviews  .slick-slide .stars img{
    display: inline-block;
    float: left;
    margin: 0 1px;
}
.category-podcast .itunes-reviews .slick-content,
.page-podcast .itunes-reviews .slick-content{
    padding: 0 115px;
    margin-left: 9%;
    margin-right: 9%;
    margin-bottom: 0;
}
.category-podcast .itunes-reviews .slick-content .slick-item,
.page-podcast .itunes-reviews .slick-content .slick-item{
    padding: 0 5px;
    font-size: 21px;
    font-family: "Georgia";
}
.category-podcast .itunes-reviews .slick-content .arrow,
.page-podcast .itunes-reviews .slick-content .arrow{
    content: " ";
    font-size: 48px;
    height: 83px;
    position: absolute;
    top: 15px;
    width: 54px;
    cursor: pointer;
}
.category-podcast .itunes-reviews .slick-content .review-author,
.page-podcast .itunes-reviews .slick-content .review-author{
    display: inline;
}
.category-podcast .itunes-reviews .slick-content .arrow,
.page-podcast .itunes-reviews .slick-content .arrow{
    background: url("images/podcast-review-arrows.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.category-podcast .itunes-reviews .slick-content .arrow.arrow-prev,
.page-podcast .itunes-reviews .slick-content .arrow.arrow-prev{
	background-position: 0 -166px;
    left: 0;
}
.category-podcast .itunes-reviews .slick-content .arrow.arrow-next,
.page-podcast .itunes-reviews .slick-content .arrow.arrow-next{
	background-position: -54px -166px;
    right: 0;
}

.category-podcast .itunes-reviews .slick-content .arrow.arrow-prev:hover,
.page-podcast .itunes-reviews .slick-content .arrow.arrow-prev:hover{
	background-position: 0 -83px;
}
.category-podcast .itunes-reviews .slick-content .arrow.arrow-next:hover,
.page-podcast .itunes-reviews .slick-content .arrow.arrow-next:hover{
    background-position: -54px -83px;
}

.category-podcast .itunes-reviews .slick-content .arrow.arrow-prev.slick-disabled,
.page-podcast .itunes-reviews .slick-content .arrow.arrow-prev.slick-disabled{
    background-position: 0 -166px;
}

.category-podcast .itunes-reviews .slick-content .arrow.arrow-prev.slick-disabled,
.page-podcast .itunes-reviews .slick-content .arrow.arrow-prev.slick-disabled{
	background-position: -54px -166px;
}

.category-podcast .itunes-reviews .quote,
.page-podcast .itunes-reviews .quote{
    font-style: italic;
    margin: 6px 0 0;
    font-size: 18px;
	font-family: 'PT Sans', sans-serif;
}
.category-podcast .itunes-reviews .quote .wrapper,
.page-podcast .itunes-reviews .quote .wrapper{
    display: inline-block;
}
.category-podcast .itunes-reviews .quote .wrapper::before,
.page-podcast .itunes-reviews .quote .wrapper::before{
    content: "\201C";
}
.category-podcast .itunes-reviews .quote .wrapper::after,
.page-podcast .itunes-reviews .quote .wrapper::after{
    content: "\201D";
}
.category-podcast .itunes-reviews .quote a,
.page-podcast .itunes-reviews .quote a{
    color: #98baef;
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    text-decoration: underline;
    font-style: normal;
}
.category-podcast .itunes-reviews .item-number,
.page-podcast .itunes-reviews .item-number{
    font-size: 14px;
    margin: 13px 20px 16px;
}
.category-podcast .itunes-reviews.itunes-reviews-mobile .item-number,
.page-podcast .itunes-reviews.itunes-reviews-mobile .item-number{
    display: inline-block;
}
.category-podcast .itunes-reviews.itunes-reviews-mobile .prevArrow,
.category-podcast .itunes-reviews.itunes-reviews-mobile .prevArrow,
.page-podcast .itunes-reviews.itunes-reviews-mobile .prevArrow,
.page-podcast .itunes-reviews.itunes-reviews-mobile .nextArrow{
    color: #98baef;
    color: #98baef;
}

.single-sm-product .entry-item,
.page-free-resources .entry-item,
.page-products .entry-item,
.category-podcast .entry-item,
.page-podcast .entry-item{
    background-color: white;
    border: 1px solid #dedede;
    display: block;
    max-width: 500px;
    margin: 0 auto 44px;
}
.single-sm-product .entry-item{
	width: 650px;
	max-width: 100%;
	margin-top: 44px;
}

.single-sm-product .entry-item>img,
.single-sm-product .entry-item a>img,
.single-sm-product .entry-item span>img,
.page-products .entry-item>img,
.page-products .entry-item a>img,
.page-products .entry-item span>img,
.category-podcast .entry-item>img,
.page-podcast .entry-item>img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.page-free-resources .entry-item>.content .btn,
.page-products .entry-item>.content .btn{
	font-size: 18px;
	padding: 15px 88px;
}


.single-sm-product .main-content{margin: 0 auto;}
.single-sm-product .entry-item h1,
.single-sm-product .entry-item h1 a{
	color: #06c;
	font-family: 'Georgia';
	font-size: 22px;
}


.single-sm-product .entry-item>.content,
.page-free-resources .entry-item>.content,
.page-products .entry-item>.content,
.category-podcast .entry-item>.content,
.page-podcast .entry-item>.content{
    padding: 15px;
    color: #626262;
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}

.page-free-resources .entry-item>.content h2,
.page-products .entry-item>.content h2,
.page-products .entry-item>.content h2 a,
.category-podcast .entry-item>.content h2,
.category-podcast .entry-item>.content h2,
.page-podcast .entry-item>.content h2,
.page-podcast .entry-item>.content h2 a{
    color: #06c;
    color: #06c;
    font-family: 'Georgia';
    font-size: 22px;
}
.category-podcast .entry-item>.content h2 a:hover{text-decoration: none}
.page-podcast .entry-item>.content h2 a:hover{text-decoration: none}
.page-free-resources .entry-item>.content h2{
	color: #446791;
}
.page-free-resources .entry-item>.content h2 span.tve-leads-two-step-trigger,
.page-free-resources .entry-item>.content h2 a{
	color: #06c;
}

.category-podcast .pagination,
.page-podcast .pagination{
    width: 100%;
    text-align: center;
}
.category-podcast hr.devider,
.page-podcast hr.devider{
    background: #c8c8c8;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.page-authors .avatar{
    border-radius: 50%;
}

.page-products .entry-item h4 > a{
	color: #06c;
}

.page-free-resources .entry-item>img,
.page-free-resources .entry-item img{
	display: block;
	margin: 0px auto 0;
	max-width: 100%;
}
.page-free-resources .section-intro{
	color: #8c8c8c;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	max-width: 1100px;
	padding: 0 15px;
}

.page-free-resources .entry-item .subtitle{
	color: #8c8c8c;
	font-family: Georgia;
	font-size: 18px;
	margin-top: -8px;
}

[class*="page-login"] .top-container{
	background: url("images/login-hero-image.png") center bottom no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	position: relative;
}

[class*="page-login"] .btn.btn-blue{
	border-radius: 5px;
	color: white;
	font-family: Lato;
	font-size: 18px;
	padding: 13px 58px;
}

[class*="page-login"] .top-container img{
	max-width: 100%;
	vertical-align: middle;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/***CUSTOM LOGIN PAGE***/
body[class*="page-login"]{
	background-color: #f7f7f7;
}

[class*="page-login"] .main-container{
	padding-top: 17px;
	padding-bottom: 41px;
}
[class*="page-login"] .box{
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 0px;
	border: 1px solid #dedede;
	background: white;
	max-width: 100%;
}
.page-login_smc .box,
.page-login_customerhub .box{
	width: 555px;
}
[class*="page-login"] .box .box-head{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding: 20px;
}
[class*="page-login"] .box .box-head h3{
	color: #0066cc;
	margin: 0;
	padding: 0;
}
[class*="page-login"] .box .box-head p{
	color: #959595;
	margin: 0;
	padding: 0;
}
[class*="page-login"] .box .box-content{
	padding: 20px;
	border-bottom: 1px solid #e2e2e2;
	min-height: 299px;
}
[class*="page-login"] .box .input-group{
	width: 100%;
}
[class*="page-login"] .box .input-group-addon{
	border-radius: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 1px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	width: 10%;
}
[class*="page-login"] .box .form-control[type="text"],.box .form-control[type="password"]{
	border-radius: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-width: 1px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
}

[class*="page-login"] .box .form-label{
	color: #959595;
	font-weight: normal;
	vertical-align: bottom;
	margin-left: 5px;
	font-size: 16px;
}

[class*="page-login"] .box a.forgot {
	display: inline-block;
	margin-left: 30px;
	font-size: 16px;
}

[class*="page-login"] .box .box-footer{
	padding: 20px;
	color: #959595;
	font-size: 16px;
	text-align: left;
	min-height: 240px;
}
[class*="page-login"] .box .box-footer ul{
	margin-left: 50px;
}

[class*="page-login"] .box .box-footer ul ul{
	margin-left: 0;
}
[class*="page-login"] .box .box-footer ul li{
	list-style-type: disc;
}

/* SQUARED FOUR */
[class*="page-login"] .squaredFour {
	width: 20px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

[class*="page-login"] .squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 2px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
	border: 1px solid #c9c9c9;
	background: #fcfff4;
}

[class*="page-login"] .squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

[class*="page-login"] .squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

[class*="page-login"] .squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
[class*="page-login"] .squaredFour input[type=checkbox]{
	display: none;
}

[class*="page-login"] .blue{
	color: #0066cc;
}
[class*="page-login"] .not-customer{
	/*padding: 40px 0 0;*/
	padding-top: 40px;
}
[class*="page-login"] .not-customer p{
	color: #959595;
	margin: 0;
}
[class*="page-login"] .not-customer a{
	display: block;
	color: #06c;
	font-size: 16px;
}
[class*="page-login"] .login .resourceswrapper{
	margin-bottom: 20px;
}
[class*="page-login"] .login .resourceswrapper > .col-md-6{
	margin-bottom: 20px;
}

[class*="page-login"] .form-control{
	height: auto;
	font-size: 16px;
	padding: 15px 12px;
	line-height: 1.42857143;
}

[class*="page-login"] .login .form-control:focus{
	border-left-color: #dce4ec;
}
[class*="page-login"] .topcontainer.login{
	margin-bottom: 10px;
}

[class*="page-login"] .login-hero-text{
	color: #800202;
	font-size: 54px;
	display: block;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 10px white;
	margin: 90px 0 150px;
}

.error404 h1{
	color: #4a749f;
	font-size: 48px;
	margin-top: 70px;
	margin-bottom: 0px;
}
.error404 .subtitle{
	color: #8c8c8c;
	font-size: 22px;
	font-family: 'Georgia';
	margin-bottom: 60px;
}
.error404 .text{
	color: #323232;
	font-size: 20px;
	line-height: 1.5;
}
.error404 .main{
	padding-bottom: 60px;
}
.error404 .main img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.error404 .entry-items{padding-bottom: 40px;}
.error404 .row.search{
	padding-top: 40px;
}
.error404 .bg-lighter{
	border-top: 1px solid #c8c8c8;
	box-shadow: inset 0px 1px 0px 0px white;
}
.error404 hr.devider{
	margin: 62px 4% 40px;
}

.page-learn-more .entry .entry-title,
.template-learn-more .entry .entry-title{
	font-size: 37px;
	height: 50px;
	letter-spacing: -0.4px;
	line-height: 1;
	margin-bottom: 41px;
}
.page-learn-more .entry .featured-image,
.template-learn-more .entry .featured-image{
	/*position: relative*/
}
.page-learn-more .entry hr,
.template-learn-more .entry hr{
	background: #dcdcdc;
	height: 1px;
	border: none;
	margin: 35px 0;
}
.page-learn-more .entry .featured-image .image-description,
.template-learn-more .entry .featured-image .image-description{
	background: rgba(243, 157, 18, 0.9);
	/*bottom: -30px;*/
	color: white;
	font-family: "Georgia";
	/*left: 14px;*/
	max-width: 100%;
	padding: 17px;
	/*position: absolute;*/
	width: 400px;
	float: left;
	margin-top: -120px;
	margin-left: 15px;
	position: relative;

}
.page-learn-more .entry .featured-image .image-description p:last-of-type,
.template-learn-more .entry .featured-image .image-description p:last-of-type{
	margin-bottom: 0;
}
.page-learn-more .entry .featured-image .image-description .image-description-heading,
.template-learn-more .entry .featured-image .image-description .image-description-heading{
	font-weight: bold;
}

.page-learn-more .entry .entry-content h2,
.template-learn-more .entry .entry-content h2{
	text-align: left;
	font-size: 25px;
	color: white;
	background: #446791;
	padding: 12px 21px;
	display: inline-block;
	margin: 15px 20px 20px 0;
	position: relative;
	font-style: italic;
}

.page-learn-more .entry .entry-content h2::after,
.template-learn-more .entry .entry-content h2::after{
	content: "";
	display: block;
	/* width: 100%; */
	padding: 0;
	border-style: solid;
	border-bottom-color: white;
	border-top-color: white;
	border-left-color: #446791;
	border-right-color: #446791;
	border-bottom-width: 29.5px;
	border-top-width: 29.5px;
	border-left-width: 16px;
	border-right-width: 0;
	position: absolute;
	right: 0px;
	top: 0;
}

.page-learn-more .entry .entry-content h3,
.template-learn-more .entry .entry-content h3{
	text-align: left;
	font-size: 22px;
	background: transparent;
	color: #446791;
	padding: 4px 8px;
	margin: 35px 0;
}

.accordion .accordion-heading{
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}
.accordion .accordion-heading,
.accordion .accordion-heading a{
	color: #446791;
	font-size: 24px;
	text-align: left;
}
.accordion .accordion-heading a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
.accordion .accordion-heading > a::after{
	background: none;
	border-color: #bbb;
	color: #BBBBBB;
	content: '';
	display: inline-block;
	float: right;

	margin-right: 6.5px;
	margin-top: 6.5px;
	height: 13px;
	width: 12px;

	border-bottom: none;
	border-top: 13px solid;
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;

	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;


}

.accordion .accordion-heading > a.collapsed::after{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion .accordion-body{
	text-align: left;
}
.accordion .accordion-body p{
	margin: 36px 0;
}

@media (max-width: 604px) {
	.page-learn-more .entry .featured-image .image-description,
	.template-learn-more .entry .featured-image .image-description{
		/*position: relative;*/
		/*width: 90%;*/
		/*margin: -15px auto -15px auto;*/
		margin-top: -30px;
		margin-left: 0;
		/*top: 0;*/
		/*left: 0;*/
		/*right: 0;*/
	}
}

.image-caption{
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto !important;
}
.image-caption.pull-right{
	margin-left: 15px;
}
.image-caption.pull-left{
	margin-right: 15px;
}
	.image-caption>a{
		display: block;
		width: 100%;
	}
		.image-caption>a>img{
			max-width: 100%;
			border: 2px solid #c9c9c9;
		}
	.image-caption .caption{
		display: block;
		text-align: center;
		font-family: 'PT Sans', sans-serif;
		font-size: 14px;
		color: #646464;
	}
/*FLIP EFFECT*/
.flip-container {
	perspective: 1000;
}
/* flip the pane when hovered */
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 206px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	/*-ms-transition: 1.2s;*/
	-o-transition: 1.2s;
	transition: 1.2s;
	transform-style: preserve-3d;
	position: relative;
	min-height: 151px;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
.entry-content img:not(.tve_image),
.text-container img:not(.tve_image){
	border: 2px solid #c8c8c8;
	max-width: 100%;
	height: auto !important;
}

.entry-content .sm-contents-heading{
	font-family: "Georgia";
	font-style: italic;
	text-align: left;
	padding: 7px 35px 8px 25px;
	color: #fff;
	background: #446791;
	position: relative;
	clear: both;
	display: block;
	width: 100%;
}
.entry-content .sm-contents-heading::after{
	content: "";
	border-top: 33px solid white;
	border-right: 0px solid transparent;
	border-bottom: 33px solid white;
	border-left: 20px solid transparent;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
}

.entry-content .sm-contents-subheading{
	text-align: left;
	font-weight: normal;
	font-size: 30px;
	margin: 58px 0 35px;
	padding: 0;
	color: #446791;
	clear: both;
}

.entry-content p{
	line-height: 1.5;
	margin-bottom: 25px;
}

.template-submenu-page h1{font-size: 48px;}

.page-template-template-landing-w-policy-php h2,
.page-template-template-landing-php h2{font-size: 40px;margin-bottom: 45px;}

.page-template-template-landing-w-policy-php .entry-content,
.page-template-template-landing-php .entry-content{
	width: 650px;
	max-width: 100%;
	margin: 0 auto;
}

.page-template-template-landing-w-policy-php .entry-content p,
.page-template-template-landing-php .entry-content p{margin-bottom: 32px;}

/*BUTTONS*/
.btn{
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.4;
	max-width: 100%;
	text-align: center;
	min-width: 150px;
	padding: 15px 30px;
	color: white;
	margin: 25px 15px;
	white-space: normal;
}

.btn-full {
	width: 80%;
    max-width: 500px;
}

.btn:hover{
	color: white;
}

.btn .btn-main-text{
	display: block;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.btn .btn-sub-text{
	display: block;
	font-size: 15px;
	line-height: 1;
	vertical-align: top;
	margin-top: 5px;
}
.btn.btn-or{
	color: #898989;
	position: relative;
	text-align: left;
}
.btn.btn-or::after{
	content: "";
	display: block;
	clear: both;
}
.btn.btn-or .btn-or-before{
	position: absolute;
	font-size: 24px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #aaa;
	box-shadow: 1px 0px 0px 0px #ebebeb;
	padding-right: 10px;
	left: 15px;
	margin-right: 10px;
	margin-top: -17px;
	text-transform: uppercase;
	top: 50%;
}
.btn.btn-or .btn-main-text,.btn.btn-or .btn-sub-text{ margin-left: 50px;}

.btn.btn-info{
	color: #ffffff;
}
.btn.btn-orange{
	color: #ffffff;
}
.btn.btn-lg{
	margin: 25px auto 16px;
	padding: 10px 13px;
	width: 395px;
}

.category-podcast .top-container .text-container .buttons .btn-blue,
.page-podcast .top-container .text-container .buttons .btn-blue{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
}
.category-podcast .top-container a:not(.btn-blue),
.page-podcast .top-container a:not(.btn-blue){
	text-decoration: underline;
	color: #06c;
}
.category-podcast .btn-blue,
.page-podcast .btn-blue{
	display: inline-block;
	padding: 8px 25px 8px 14px;
	color: white;
	border-radius: 3px;
	margin: 0px 10px 18px;
}
.category-podcast .btn-blue:last-child,
.page-podcast .btn-blue:last-child{
	margin-right: 0;
}
.category-podcast .btn-blue.center-block,
.page-podcast .btn-blue.center-block{
	margin-left: auto;
	margin-right: auto;
}
.category-podcast .btn-blue.add-review,
.page-podcast .btn-blue.add-review{
	padding: 8px 45px;
}
.category-podcast .btn-blue span,
.page-podcast .btn-blue span{
	vertical-align: middle;
}
.category-podcast .btn-blue.btn-itunes::before,
.page-podcast .btn-blue.btn-itunes::before{
	content: '';
	background: url("images/icon-itunes.png") center center no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 10px;
	vertical-align: middle;
}

.category-podcast .top-container .btn-blue.btn-rss::before,
.page-podcast .top-container .btn-blue.btn-rss::before{
	content: '';
	background: url("images/icon-rss.png") center center no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 10px;
	vertical-align: middle;
}

.btn.btn-orange,
.widget .btn.btn-warning,
body .about-newsletter .cta-btn,
.page-start-here .cta-box .cta-box-cta-btn,
.page-start-here .cta-btn,
.btn.btn-orange {
	background: #f5ab35;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f5ab35 0%, #e48f07 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ab35), color-stop(100%, #e48f07));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5ab35 0%, #e48f07 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5ab35 0%, #e48f07 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5ab35 0%, #e48f07 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f5ab35 0%, #e48f07 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_1', endColorstr='$color_2',GradientType=0 );
	/* IE6-8 */ }

.btn.btn-orange:hover,
.widget .btn.btn-warning:hover,
body .about-newsletter .cta-btn:hover,
.page-start-here .cta-box .cta-box-cta-btn:hover,
.page-start-here .cta-btn:hover,
.btn.btn-orange:hover {
	background: #f4a526;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f4a526 0%, #c67c06 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4a526), color-stop(100%, #c67c06));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4a526 0%, #c67c06 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4a526 0%, #c67c06 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4a526 0%, #c67c06 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f4a526 0%, #c67c06 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_1', endColorstr='$color_2',GradientType=0 );
	/* IE6-8 */ }

.btn.btn-blue,
.single-sm-product .btn.btn-blue,
.page-free-resources .btn.btn-blue,
.page-products .btn.btn-blue,
.page-products .btn.btn-blue,
.page-start-here .btn.btn-blue,
.error404 .search form .btn.btn-primary,
.page-blog .search form .btn.btn-primary,
.category-podcast .btn-blue,
.page-podcast .btn-blue,
[class*="page-login"] .box .btn-info,
.btn.btn-info,
.category-podcast .btn-blue,
.page-podcast .btn-blue {
	background: #2886e5;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2886e5 0%, #015db9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2886e5), color-stop(100%, #015db9));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2886e5 0%, #015db9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2886e5 0%, #015db9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2886e5 0%, #015db9 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #2886e5 0%, #015db9 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_1', endColorstr='$color_2',GradientType=0 );
	/* IE6-8 */ }

.btn.btn-blue:hover,
.single-sm-product .btn.btn-blue:hover,
.page-free-resources .btn.btn-blue:hover,
.page-products .btn.btn-blue:hover,
.page-products .btn.btn-blue:hover,
.page-start-here .btn.btn-blue:hover,
.error404 .search form .btn.btn-primary:hover,
.page-blog .search form .btn.btn-primary:hover,
.category-podcast .btn-blue:hover,
.page-podcast .btn-blue:hover,
[class*="page-login"] .box .btn-info:hover,
.btn.btn-info:hover,
.category-podcast .btn-blue,
.page-podcast .btn-blue {
	background: #1b7ee2;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1b7ee2 0%, #014e9b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b7ee2), color-stop(100%, #014e9b));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b7ee2 0%, #014e9b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1b7ee2 0%, #014e9b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1b7ee2 0%, #014e9b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1b7ee2 0%, #014e9b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_1', endColorstr='$color_2',GradientType=0 );
	/* IE6-8 */ }

.btn.btn-or,
.btn.btn-gray {
	color: #898989;
	background: #efefef;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #efefef 0%, #c8c8c8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #c8c8c8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #c8c8c8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #c8c8c8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #c8c8c8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%, #c8c8c8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_1', endColorstr='$color_2',GradientType=0 );
	/* IE6-8 */ }

.btn.btn-or:hover,
.btn.btn-gray:hover {
	background: #e7e7e7;
	/* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e7e7e7 0%, #b9b9b9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #b9b9b9));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e7e7e7 0%, #b9b9b9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e7e7e7 0%, #b9b9b9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e7e7e7 0%, #b9b9b9 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e7e7e7 0%, #b9b9b9 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_1', endColorstr='$color_2',GradientType=0 );
	/* IE6-8 */ }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sm-heading{
	display: block;
	text-align: center;
	margin: 20px 0px;
	font-family: "Georgia";
}
.sm-heading.sm-heading-xl{
	font-size: 30px;
}
.sm-heading.sm-heading-l{
	font-size: 26px;
}
.sm-heading.sm-heading-m{
	font-size: 24px;
}
.sm-heading.sm-heading-s{
	font-size: 22px;
}
.sm-heading.sm-heading-xs{
	font-size: 20px;
}
.sm-heading.sm-heading-highlight{
	color: #446791;
}

@media (max-width: 666px) {
    .articles .article .img-thumbnail{
        width: 100%;
        text-align: center;
        display: block;
        float: none !important;
    }

    .page-blog .random-article .btn.btn-primary{
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .author.info .social-buttons{
        text-align: center;
    }
    .page-blog .editors-pick .entry-item img{
        height: auto;
    }
	.navbar.navbar-inverse.mobile .scroll-menu{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px){
    .main-content{
        margin-left: 4.15%;
    }
	.page-start-here .block{
		margin-left: -60px;
		margin-right: -60px;
	}
}
@media (max-width: 992px) {
    .tree .tree-items>.tree-item{
        padding: 0 22px 22px;
        text-align: center;
    }
    .tree .tree-items>.tree-item:last-of-type{
        padding-bottom: 0;
    }
    .category-podcast .itunes-reviews.itunes-reviews-desktop .slick-content .arrow.arrow-prev,
    .page-podcast .itunes-reviews.itunes-reviews-desktop .slick-content .arrow.arrow-prev{
        left: -65px;
    }
    .category-podcast .itunes-reviews.itunes-reviews-desktop .slick-content .arrow.arrow-next,
    .page-podcast .itunes-reviews.itunes-reviews-desktop .slick-content .arrow.arrow-next{
        right: -65px;
    }
    .category-podcast .itunes-reviews.itunes-reviews-desktop .slick-content,
    .page-podcast .itunes-reviews.itunes-reviews-desktop .slick-content{
        padding: 0;
    }
	.page-home .latest-articles .entry-item,
	.page-blog .latest-articles .entry-item,
	.entry-items .entry-item{
		width: 100%;
		max-width: 100%;
	}

}

@media (min-width: 992px) and (max-width: 1023px ) {
    .col-md-7.main-content{
        width: 95.85%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .tree .tree-items>.tree-item>.tree-item-wrapper{
        height: 185px;
    }

    .home .entry-item{
        width: 280px;
    }
}
@media (max-width: 1023px){
    .home .top-container .text img{
        width: 80%;
        margin: 0 10%;
    }
    .sidebar{
        display: none;
    }
    .social-share{
        left: -15px !important;
    }
}

/*BOOTSTRAP BREAKPOINTS*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .page-blog .content-wrapper .section-intro{
        max-width: 940px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .page-blog .content-wrapper .section-intro{
        max-width: 500px;
    }
	.flip-container, .front, .back {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.page-start-here .white-block{
		min-height: inherit;
	}
	.main-container .box{
		margin-bottom: 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .page-blog .content-wrapper .section-intro{
        max-width: 500px;
    }
    .page-blog .editors-pick .entry-item{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .category-podcast .itunes-reviews .slick-content,
    .page-podcast .itunes-reviews .slick-content{
        padding: 0;
        margin: 0;
    }
    .category-podcast .itunes-reviews .slick-content .stars,
    .page-podcast .itunes-reviews .slick-content .stars{
        float: none;
        width: 100%;
        text-align: center;
    }
    .category-podcast .itunes-reviews .slick-content .review-author,
    .page-podcast .itunes-reviews .slick-content .review-author{
        display: block;
        clear: both;
        text-align: center;
        font-size: 20px;
    }
    .category-podcast .itunes-reviews .slick-content .arrow:hover,
    .page-podcast .itunes-reviews .slick-content .arrow:hover{
        background-position-y: -166px;
    }
    .category-podcast .itunes-reviews .slick-content .arrow.arrow-prev,
    .page-podcast .itunes-reviews .slick-content .arrow.arrow-prev{
        -webkit-transform: scaleX(.5) scaleY(1.45) translateX(-25px) translateY(32px);
        -moz-transform: scaleX(.5) scaleY(1.45) translateX(-25px) translateY(32px);
        -ms-transform: scaleX(.5) scaleY(1.45) translateX(-25px) translateY(32px);
        -o-transform: scaleX(.5) scaleY(1.45) translateX(-25px) translateY(32px);
        transform: scaleX(.5) scaleY(1.45) translateX(-25px) translateY(32px);
    }
    .category-podcast .itunes-reviews .slick-content .arrow.arrow-next,
    .page-podcast .itunes-reviews .slick-content .arrow.arrow-next{
        -webkit-transform: scaleX(.5) scaleY(1.45) translateX(25px) translateY(32px);
        -moz-transform: scaleX(.5) scaleY(1.45) translateX(25px) translateY(32px);
        -ms-transform: scaleX(.5) scaleY(1.45) translateX(25px) translateY(32px);
        -o-transform: scaleX(.5) scaleY(1.45) translateX(25px) translateY(32px);
        transform: scaleX(.5) scaleY(1.45) translateX(25px) translateY(32px);
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .page-blog .content-wrapper .section-intro{
        max-width: 100%;
    }

	.home .entry-item ul.meta-info,
	.error404 .entry-item ul.meta-info,
	.page-blog .entry-item ul.meta-info,
	.template-submenu-page .entry-item ul.meta-info,
	.page-blog .article-info{
		text-align: center;
	}
    .home .entry-item ul.meta-info li,
    .error404 .entry-item ul.meta-info li,
    .page-blog .entry-item ul.meta-info li,
    .template-submenu-page .entry-item ul.meta-info li,
    .page-blog .article-info li{
        /*display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;*/
		margin: 5px 10px;
    }
    .category-podcast .top-container,
    .page-podcast .top-container{
        padding: 0;
    }
    .category-podcast .itunes-reviews .itunes-reviews-container,
    .page-podcast .itunes-reviews .itunes-reviews-container{
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .category-podcast .itunes-reviews .slick-content,
    .page-podcast .itunes-reviews .slick-content{
        padding: 0 15px;
    }

	.articles .article .article-info{
		text-align: center;
	}
	.articles .article .article-info li{
		margin: 5px 10px;
	}
	.post-link {
		padding: 4px 5px 6px;
		min-width: 130px;
	}
	.page-blog .load-random-article{text-align: center;}

	[class*="page-login"] .top-container{
		background-size: initial;
	}
	[class*="page-login"] .login-hero-text{
		margin: 0px 0 43px;
		font-size: 48px;
	}

	[class*="page-login"] .box .box-footer ul{
		margin-left: 0;
	}
}
@media (max-width: 499px) {
	.navbar.navbar-inverse.mobile .upper,
	.navbar.navbar-inverse.mobile hr.black,
	.navbar.navbar-inverse.mobile hr.gray{
		/*margin-left: -45px;
		margin-right: -45px;*/

	}
	.navbar.navbar-inverse.mobile .scroll-menu{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar.navbar-inverse.mobile .navbar-brand{
		width: 232px;
		height: 40px;
		margin-top: 11px;
		background-position-y: -23px;
	}
	.toggle-button{
		/*margin-right: -15px;*/
		float: right;
	}
}
@media (max-width: 360px){
	.navbar.navbar-inverse.mobile .navbar-brand{
		width: 190px;
		height: 38px;
		margin-top: 17px;
		background-position-y: -21px;
	}
	.navbar.mobile .nav > li{
		/*margin-left: 10px;
		margin-right: 10px;*/
	}

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
/*SPINNER ANIMATION*/
@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
    -moz-animation: spinner-loader 1500ms infinite linear;
    -webkit-animation: spinner-loader 1500ms infinite linear;
    animation: spinner-loader 1500ms infinite linear;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 100%;
    top: 50%;
    margin-top: -5px;
}
.spinner-loader-left:not(:required) {
	-moz-animation: spinner-loader 1500ms infinite linear;
	-webkit-animation: spinner-loader 1500ms infinite linear;
	animation: spinner-loader 1500ms infinite linear;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	-webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	display: inline-block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin: 1.5em;
	overflow: hidden;
	position: absolute;
	left: 15px;
	text-indent: 100%;
	top: 50%;
	margin-top: -5px;
}

.visible-retina{
	display: none;
}
.hidden-retina{
	display: block;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.visible-retina{
		display: block;
	}
	.hidden-retina{
		display: none;
	}
}