body {
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	background-color:#FFFFFF;
	position:relative;
}
body.no-scroll {
	overflow:hidden;
}
body.no-scroll .navbar {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
/* HEADER */
.navbar {
	min-height:100px;
	margin-bottom:0;
	background:#FFFFFF;
	-webkit-box-shadow: 0px 20px 89px -21px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 20px 89px -21px rgba(0,0,0,0.25);
	box-shadow: 0px 20px 89px -21px rgba(0,0,0,0.25|);
}
#second-nav {
	display:none;
	line-height:90px;
	color:#aaaaaa;
	font-size:24px;
	font-weight:300;
	padding-left:14px;
}
#second-nav a {
	display:inline-block !important;
	padding:0;
	font-size:24px;
	font-weight:500;
	text-transform:none;
}
.navbar-brand {
	padding:25px 15px;
	z-index:1;
	position:relative;
}
.navbar-brand > img {
	max-width:100%;
	width:150px;
	height:auto;
}
.collapse.navbar-collapse {
	position:relative;
}
.nav-dropdown {
	position:relative;
	display: inline-block;
	content:'';
	width: 1px;
    height: 1px;
    margin-left: 5px;
	margin-right:15px;
}
.nav-dropdown:before {
	content: '';
	background:url('../images/svg/drop_light_blue.svg');
    width: 17px;
    height: 17px;
    position: absolute;
    top: -12px;
}
.navbar-default .navbar-nav > li > a:hover .nav-dropdown:before,
.navbar-default .navbar-nav > li > a:focus .nav-dropdown:before {
	background: url('../images/svg/drop_grey.svg');
}
.navbar-nav > li > .dropdown-menu li a {
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #008bc5;
    line-height: 25px;
    padding-left: 15px;
}
.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li a:focus {
	color:#005081;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color:#FFFFFF !important;
}
.navbar-nav > li .with-bullet {
	position:relative;
}
.navbar-nav > li.with-bullet .bullet{
	position: absolute;
    width: 19px;
    height: 19px;
    background: #F65723;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    right: -2px;
    top: 22px;
}
.navbar-right {
	padding-top:21px;
	padding-bottom:31px;
	position:absolute;
	right:0;
	z-index:2;
}
.navbar-toggle {
	-webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
}
.navbar-toggle .icon-bar:nth-child(1), 
.navbar-toggle .icon-bar:nth-child(3) {
	transition: all 0.3s linear;
}
.navbar-toggle.x .icon-bar:nth-child(1) {
	transform: translate(0px, 14px) rotate(45deg) scalex(0.5);	
	transition: all 0.3s linear;
}
.navbar-toggle.x .icon-bar:nth-child(2) {
	visibility:hidden;
}
.navbar-toggle.x .icon-bar:nth-child(3) {
	transform: translate(0px, -14px) rotate(-45deg) scalex(0.5);
	transition: all 0.3s linear;
}
.btn-header {
	height: 48px;
    border-color: #0489c3;
    border-radius: 3px;
    color: #0489c3;
    font-size: 13px;
	line-height:25px !important;
    font-weight: 500;
    min-width: 120px;
	background-color:transparent;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.btn-header:hover,
.btn-header:focus {
	color:#005081;
	 border-color: #005081;
	 outline:none;
}
.btn-search {
	height: 48px;
	border-color: #0489c3;
    border-radius: 3px;
    color: #FFFFFF;
	background-color:#0489c3;
	min-width:50px;
	max-width:50px;
	font-size: 16px;
	margin-right:12px;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}
.btn-search:hover,
.btn-search:focus {
	border-color: #005081;
	background-color:#005081;
	color:#FFFFFF;
	outline:none;
}
.header-search-group,
.header-search-group .input-group-btn {
	display:inline-block;
	z-index:3;
}
.header-search-group-mobile {
	display:none;
}
.header-nav-search {
	height:48px;
	border-color: #0489c3;
	border-radius:3px;
	color:#666666;
	font-size:13px;
	font-weight:500;
	display:none;
}
.header-nav-search.visible {
	display:block;
}
.header-search-group .header-nav-search {
	/*width:715px !important;*/
	width:578px !important;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
	padding: 6px 12px;
}
.header-search-group.inactive .header-nav-search {
	width:0px !important;
	padding:0;
	border:none;
}
.header-search-group.inactive .btn-search {
	border-radius:3px;
}
.btn-bars {
	height: 48px;
	border-color: #FFFFFF;
	background-color:#FFFFFF;
}
.btn-bars .icon-bar {
	display: block;
	width: 50px;
	height: 7px;
	background-color:#f4f4f4;
	border-radius: 1px;
	margin-bottom:7px;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}
.btn-bars:hover,
.btn-bars:focus {
	outline:none;
}
#second-nav {
    overflow: hidden;
    max-height: 90px;
    position: relative;
	float:left;
}
#second-nav li {
	display:block;
	float:none;
}
.nav-second-active .btn-bars .icon-bar,
.search-active .btn-bars .icon-bar {
	background-color: #0489c3;
}
.nav-second-active .btn-bars:hover .icon-bar,
.nav-second-active .btn-bars:hover .icon-bar,
.search-active .btn-bars:hover .icon-bar,
.search-active .btn-bars:focus .icon-bar {
	background-color: #005081;
}
.btn-header:focus, 
.btn-header:active:focus, 
.btn-header.active:focus,
.btn-search:focus, 
.btn-search:active:focus, 
.btn-search.active:focus,
.btn-bars:focus, 
.btn-bars:active:focus, 
.btn-bars.active:focus
{ 
	outline: none; !important; 
	outline-style: none; 
	box-shadow:none;
} 
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/* HOMEPAGE */
.nopadding {
   padding-left: 0 !important;
   padding-right: 0 !important;
   margin: 0 auto!important;
}
.nopadding .row {
	margin:0;
}
.row.homepage [class*='col-'] {
	padding:0;
}
.row.homepage [class*='col-']:first-child {
	padding-right:20px;
}
.row.homepage {
	padding-top:20px;
}
.row.homepage .col-left {
	padding-right: 15px !important;
}
.row.homepage .col-center {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.row.homepage .col-right {
	padding-left:15px;
}
.row.homepage .no-float {
	float:none;
	display:table-cell;
	position:relative;
	vertical-align:top;
}
.featured-image {
	position:relative;
	padding:40px 70px;
	color:#FFF;
}
.featured-image .hot{
	line-height:42px;
	background:#F65723;
	position:absolute;
	left:0;
	padding-left:70px;
	padding-right:20px;
	font-size:16px;
	color:#FFF;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.featured-image h1 {
	font-family: 'Roboto Slab';
    color: #DDDDDD;
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    padding-top: 60px;
    margin: 0;
}
.featured-image h1 a {
	color:#DDDDDD;
}
.featured-image h1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.featured-image h2 {
	font-size:24px;
	line-height:30px;
	color:#ffff00;
	font-weight:300;
	position:relative;
	margin:0;
}
.featured-image h2 a {
	color:inherit;
	text-decoration:none;
}
.featured-image h2:after {
	content: '';
	position: absolute;
	opacity:0;
	background: url('../images/svg/yellow_arrow.svg');
    width: 17px;
    height: 17px;
    position: absolute;
    /*top: 4px;*/
    bottom: 5px;
    margin: auto;
    margin-left: 5px;
	transition:all 0.2s  ease-in-out;
    -webkit-transition:all 0.2s  ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.featured-image h1:hover ~ h2:after {
	opacity:1;
}
.featured-image h2:hover:after {
	content: '';
	opacity:1;
}
.featured-image .published {
	font-size: 10px;
    color: #cccccc;
    position: absolute;
    bottom: 40px;
}
.featured-image .published a {
	color:#ffffff;
}
.article-content .featured-image h1 {
	color:#FFFFFF;
}
.article-content .featured-image h2 {
	font-size:21px;
	line-height:30px;
}
.article-content .featured-image h2:after {
	display:none;
}
.reading-time {
	margin-left:20px;
	position:relative;
}
.reading-time:after {
	content: '';
    position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
}
.reading-time.fast:after {
	background:url('../images/svg/red_thunder.svg');
    width: 22px;
    height: 41px;
}
.featured-image .reading-time.fast:after {
	background:url('../images/svg/white_thunder.svg');
}
.small .reading-time.fast:after {
	background:url('../images/svg/red_thunder.svg');
    width: 11px;
    height: 22px;
}
.reading-time.intermediate:after {
	background:url('../images/svg/orange_wave.svg');
    width: 36px;
    height: 22px;
}
.featured-image .reading-time.intermediate:after {
	background:url('../images/svg/white_wave.svg');
}
.small .reading-time.intermediate:after {
	background: url('../images/svg/orange_wave.svg');
    width: 23px;
    height: 14px;
}
.reading-time.slow:after {
	background:url('../images/svg/grey_glasses.svg');
    width: 43px;
    height: 18px;
}
.featured-image .reading-time.slow:after {
	background:url('../images/svg/white_glasses.svg');
}
.small .reading-time.slow:after {
	background: url('../images/svg/grey_glasses.svg');	
    width: 24px;
    height: 10px;
}
.post-featured {
	position:relative;
	max-height: 453px;
	overflow: hidden;
}
.post-parent.small {
	margin-bottom:35px;
}
.post-parent.small .post-featured {
	max-height:240px;
}
.post-featured .hot {
	line-height: 20px;
    width: 50px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    background: #F65723;
    position: absolute;
    left: 0;
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 20px;
}
.post-featured .recent {
	line-height: 20px;
    width: 70px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    background: #012F43;
    position: absolute;
    left: 0;
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 20px;
}
.post-container-image img{
	width:100% !important;
	height:auto !important;
	max-width:50px !important;
}
.post-featured img {
	max-width:100%;
	width:100%;
	height:auto;
}
.post-container {
	padding-top: 20px;
    position: relative;
	top:0;
    background-color: #FFF;
    transition: top 0.2s;
    overflow: hidden;
	z-index:2;
}
.post-parent.small .post-container {
	padding-top:5px;
}
.post-parent:hover .post-container{
	position:relative;
	top:-136px;
	
	background-color:#FFF;
	z-index:2;
}
.post-parent.small:hover .post-container{
	top:-60px;
}
.post-container-image {
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:50px;
}
.post-container-content {
	padding-left:70px;
	max-height: 200px;
}
.post-container-content.no-image {
	padding-left:0;
}
.post-parent:hover .post-container-content {
	max-height:333px;
}
.post-parent.small .post-container-content {
	padding-left:0;
}
.post-container .published {
	font-size: 10px;
	padding-top:5px;
    /*color: #666;*/
}
.post-container h2 {
	font-family: 'Roboto Slab';
	font-weight:700;
    font-size: 30px;
    line-height: 30px;
    padding-top: 25px;	
	margin:0;
	margin-bottom:10px;
}

.post-container h3 {
	font-size:21px;
	line-height:25px;
	color:#888888;
	font-weight:300;
	position:relative;
	margin:0;
	margin-bottom:15px;
}
.post-container h2 a:hover {
	text-decoration:none;
}
.post-parent.small .post-container h2 {
	font-size:18px;
	line-height:20px;
	font-weight:400;
	margin-bottom:10px;
}
.post-container .post-excerpt {
	font-size: 16px;
	line-height:21px;
	/*line-height:30px;*/
	position:relative;
	visibility:hidden;
}
.post-parent.small .post-excerpt {
	font-size:13px;
}
.post-parent:hover .post-excerpt {
	visibility:visible;
}
.post-container .post-excerpt:before {
	content:'';
	width:40px;
	display:block;
	height:4px;
	background-color:#eeeeee;
	margin-bottom:15px;
	margin-top:8px;
}
.post-parent.small .post-excerpt:before {
	display:none;
}
.spaced-more {
	/* margin-top:35px; */
	padding-left:70px;
	position: relative;
	top:100%;
	bottom:0;
	/*z-index: 3;*/
	width: 100%;
	background: #FFF;
}
.post-parent.small .spaced-more,
.spaced-more.no-image {
	padding-left:0;
}
.spaced-more.no-image {
	margin-bottom:20px;
}
.more-link {
	font-size:15px;
	line-height:22px;
	position:relative;
}
.more-link:after {
	background:url('../images/svg/read_more.svg');
	width:17px;
	height:17px;
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	margin-left:5px;
}
.more-link:hover {
	text-decoration:none;
}
.more-link:hover:after {
	background:url('../images/svg/read_more_hover.svg');
}
/* HEIMDAL FREE BANNER */
.banner {
	min-height: 140px;
	background: url('../images/banner-background.jpg') center center no-repeat #3ca9e3;
}
.banner a.see {
	color:#FFFFFF;
	padding-top:3px;
	display:block;
	text-align:center;
	text-decoration:underline;
}
.banner-box {
	position: absolute;
	left:58px;
    top: -40px;
	transition: top 0.5s;
}
.banner-box:hover {
	top:-50px;
}
.banner-contents {
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	font-weight:700;
}
.banner-heading {
	font-size:48px;
	line-height:60px;
	font-weight:300;
	padding-top:10px;
}
.banner-button {
	height: 48px;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
	background-color: #e93848;
	font-weight:500;
	border-bottom:1px solid #840f1b;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
	max-width:260px;
	margin: 21px auto 0 auto;
}
.banner-button a {
	color:#FFFFFF;
	display:block;
}
.banner-button:hover {
	background-color: #d52027;
}
.banner-button a:hover {
	text-decoration:none;
}
.container-fluid.homepage-content {
	background-color:#F7F7F7;
}
.container-fluid.homepage-content .post-container,
.container-fluid.homepage-content .spaced-more {
	background: #F7F7F7;
}

.poll-container,
.wp-polls {
	background: #FFF;
    min-height: 100% !important;
    /* height: 600px; */
    display: table-cell;
    position: absolute;
    height: 100%;
    margin-right: 20px;
	width:calc(100% - 20px);
	
}
.poll {
	position:relative;
	padding-left:70px;
}
.poll .progress {
	position:relative;
	margin-right:70px;
}
.poll .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #666;
 }
.poll-band {
	line-height: 20px;
    width: 140px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    background: #06d09f;
    position: absolute;
    left: 0;
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 20px;
}
.poll-title {
	padding-top:80px;
	padding-bottom:25px;
	font-size:18px;
	line-height:20px;
	font-weight:500;
}
.poll .radio {
	margin-bottom:20px;
}
.poll .radio label,
.incontent-poll .radio label {
	color: #0489c3;
}
.poll .radio-results {
	margin-bottom:20px;
	margin-right:70px;
}
.poll-button {
	height: 48px;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
	background-color: #0489c3;
	font-weight:500;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
	max-width:120px;
	margin-top:25px;
}
.poll-button a {
	color:#FFFFFF !important;
	text-decoration:none !important;
	display:block;
}
.poll-button:hover {
	background-color: #005081;
}
.poll-button a:hover {
	text-decoration:none;
}

.incontent-poll {
	position:relative;
	border: 1px solid #dddddd;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 2px;
}
.incontent-poll-band {
	line-height: 20px;
    width: 250px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	display:block;
	left: -20px;
}
.incontent-poll-title {
	padding-top: 30px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
/* ARTICLE PAGE */
.article-related .post-parent.small:last-child {
	margin-bottom:14px;
}
.article-related .post-parent .post-container,
.article-related .spaced-more {
	background:transparent;
}
.article-related .post-parent.small:hover .post-container{
	top:0;
}
.article-related .post-parent.small .post-container h2 {
	font-size:13px;
	line-height:19px;
	padding-top:10px;
}
.post-featured .related {
	line-height: 20px;
    width: 80px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    background: #023951;
    position: absolute;
    left: 0;
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 5px;
}
.single-date {
	display:block; 
	position: absolute; 
	left: calc(16.66666667% + 15px); 
	font-size: 10px; 
	color: #DDD; 
	bottom: 20px;
}
.single-date span {
	color:#FFFFFF;
	font-weight:500;
}
.article-author,
.article-comments {
	position:relative;
}
.article-author:after {
	background: url('../images/shadow.png') center center no-repeat;
    height: 40px;
    content: '';
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.article-comments:after {
	background: url('../images/shadow.png') center center no-repeat;
    height: 40px;
    content: '';
    margin: 0 auto;
    display: block;
    position: absolute;
    top:0;
    width: 100%;
	opacity:0.8;
}
.article-author-image {
	position:relative
}
.article-author-image img {
	position:absolute;
	top:-60px;
	left:0;
	right:0;
	margin:auto;
}
.article-summary {
	/*padding: 22px 0 38px 140px;*/
	padding: 22px 0 38px 0;
}
#article-reading-time {
	border-bottom:1px solid #EEEEEE;
}
#article-reading-time.affix {
	top:100px;
	width:100%;
	background:#FFFFFF;
	z-index:3;
}
#article-reading-time.affix .article-author-image {
	display:none;
}
#article-reading-time.affix .article-summary {
	padding: 12px 0 28px 0;
}

#article-reading-time.affix .article-author:after {
	display:none;
}
#article-reading-time.affix-bottom {
	position:absolute;
	opacity:0;
}
.article-reading-time-label {
	font-size:10px;
	color:#999999;
	float:left;
}
.article-reading-time {
	font-weight:700;
	float:left;
}
.article-reading-time.fast {
	color:#ff1a00;
}
.article-reading-time.intermediate {
	color:#fd8c1c;
}
.article-reading-time.slow {
	color:#666666;
}
.article-reading-time:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
}
.article-reading-time.fast:before {
	background:url('../images/svg/red_thunder.svg');
    width: 22px;
    height: 41px;
}
.affix .article-reading-time.fast:before {
	background:url('../images/svg/red_thunder.svg');
    width: 11px;
    height: 22px;
}
.article-reading-time.intermediate:before {
	background:url('../images/svg/orange_wave.svg');
    width: 36px;
    height: 22px;
}
.affix .article-reading-time.intermediate:before {
	background: url('../images/svg/orange_wave.svg');
    width: 23px;
    height: 14px;
}
.article-reading-time.slow:before {
	background:url('../images/svg/grey_glasses.svg');
    width: 43px;
    height: 18px;
}
.affix .article-reading-time.slow:before {
	background: url('../images/svg/grey_glasses.svg');
    width: 24px;
    height: 10px;
}
.affix .article-reading-time.fast span {
	padding-left:20px;
}
.article-reading-time.fast span {
	padding-left:40px;
}
.affix .article-reading-time.intermediate span {
	padding-left:34px;
}
.article-reading-time.intermediate span {
	padding-left:54px;
}
.affix .article-reading-time.slow span {
	padding-left:41px;
}
.article-reading-time.slow span {
	padding-left:61px;
}
.article-reading-text {
	padding-left: 20px;
	float:left;
	position:relative;
	top:-1px;
}
.article-body {
	background:#eeeeee;
}
.article-body .container {
	background:#FEFEFE;
}
.article-table {
	display:table;
}
.article-table-cell {
	display:table-cell;
	float:none;
	vertical-align:top;
}
.article-table-cell.bottom {
	vertical-align:bottom;
}
.article-table,
.article-comments {
	word-wrap:break-word;
}
.author-info {
	padding-top:25px;
}
.author-name {
	line-height:20px;
	font-weight:700;
}
.author-name a {
	color:#666;
}
.author-title {
	font-weight:500;
	font-size:10px;
	line-height:12px;
	padding-top:5px;
}
.author-social div {
	padding-top:15px;
}
.author-social a {
	color:#d0d0d0;
	font-size:24px;
}
.author-social a.twitter:hover {
	color:#1da1f2;
}
.author-social a.linkedin:hover {
	color:#0077b5;
}
.article-text {
	padding-top:45px;
}
.article-top {
	padding: 45px 0 50px;
}
.article-top:after {
	content:'';
	display:block;
	height:5px;
	background:#dddddd;
	width:30px;
	margin-left:15px;
}
.article-text img {
	max-width:100%;
	height:auto;
}
.article-text img.alignleft {
	float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.article-text img.alignright {
	float: right;
    margin-bottom: 15px;
    margin-right: 15px;
}
.article-text a.imgbkg {
	display:block;
	background:#FFFFFF;
	text-align:center;
	padding:10px 0;
}
.article-text p {
	font-size:16px;
	line-height:25px;
	padding-bottom:20px;
}
.article-text p.lead {
	font-size:21px;
	line-height:30px;
}
.article-text h2 {
	font-size:24px !important;
	line-height:40px !important;
	font-weight:700 !important;
	color:#333333;
	margin-top:35px;
	margin-bottom:15px;
}
.article-text h3 {
	font-size:21px !important;
	line-height:40px !important;
	font-weight:700 !important;
	color:#f65723;
	margin-top:35px;
	margin-bottom:15px;
}
.article-text h4 {
	font-size:18px !important;
	line-height:40px !important;
	font-weight:400 !important;
	text-transform:uppercase;
	color:#f65723;
	margin-top:20px;
	margin-bottom:15px;
}
.article-text h5, 
.article-text h6 {
	font-size:13px !important;
	line-height:20px !important;
	font-weight:700 !important;
	text-transform:uppercase;
	color:#333333;
	margin-top:20px;
	margin-bottom:5px;
}
.article-text em {
	color:#777777;
}
.article-text a {
	color:#0486c3;
	text-decoration:underline;
	font-weight:700;
}
.article-text a:hover {
	color:#0e5c89;
}
.article-text blockquote {
	font-weight:300;
	font-size:16px;
	line-height:30px;
	color:#545454;
	text-align:center;
}
.article-text blockquote:before {
	content:'';
	background:url('../images/svg/blockquote_before.svg');
	width:180px;
	height:20px;
	display:block;
	margin: 20px auto;
}
.article-text blockquote:after {
	content:'';
	background:url('../images/svg/blockquote_after.svg');
	width:180px;
	height:20px;
	display:block;
	margin: 20px auto;
}
.article-text span[id^='more-'] + br {
	display:none;
}
.article-text ul,
.article-text ol {
	list-style: none;
    padding:0;
    margin:0;
	font-size:16px;
	line-height:25px;
	margin-bottom:20px;
}
.article-text ol {
	counter-reset: item;
}
.article-text li {
	position:relative;
	padding-bottom:5px;
}
.article-text ul > li:before {
    width: 6px;
    height: 6px;
    content: '';
	background:url('../images/svg/bullet_p.svg');
    display: inline-block;
    line-height: 25px;
    position: relative;
    top: -2px;
	left:1px;
	margin-right:20px;
}
.article-text ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #f65723;
	font-weight:700;
	width:26px;
	max-width:26px;
	display:inline-block;
}
.article-text .highlight {
	background: #f65723;
	color:#FFFFFF;
}
.tm-click-to-tweet .tm-ctt-text a {
	font-weight:300;
	color:#666;
}
.tm-click-to-tweet .tm-ctt-text a:hover {
	color:#404040;
}
.gallery {
	width:100%;
	margin-bottom:30px;
}
.gallery-item {
	width:33.33%;
	float:left;
	padding-right:10px;
}
.lightbox-gallery:after,
.gallery-item a:after {
	background: url('../images/svg/magnifier.svg');
	content:'';
	width: 36px;
	height:36px;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	opacity:0;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.lightbox-gallery:hover:after,
.gallery-item a:hover:after {
	opacity:1;
}
.lightbox-gallery:before,
.gallery-item a:before {
	opacity:0;
	background:#FFF;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.lightbox-gallery:hover:before,
.gallery-item a:hover:before {
	opacity:0.75;
}
.lightbox-gallery,
.gallery-item a {
	display:block;
	position:relative;
}
.lightbox-gallery img,
.gallery-item a img {
	max-width:190px;
	width:100%;
	height:auto;
	border:3px solid #FFFFFF;
}
.lightbox-link {
	display:block;
}
.lightbox-link img.aligncenter{
	display: block;
    margin: 0 auto;
}
.lightbox-link img.alignleft{
	float: left;
}
.lightbox-link img.alignright{
	float:right;
}
.article-text .definition {
	background:#FFFFFF;
	border-left:5px solid #f65723;
	padding:5px 15px 15px 15px;
	margin-bottom:40px;
}
.article-text .definition-title {
	color:#f65722;
	font-weight:500;
	line-height:30px;
}
.article-text .definition-content {
	line-height:30px;
}
.article-text .oversize-number {
	font-size: 92px;
    font-weight: 900;
    color: #f88f6d;
    float: left;
    display: inline-block;
    margin: 40px 30px;
	line-height:100px;
}
.article-related-holder {
	position:relative
}
.article-related-holder:after {
	content: '';
	clear: both;
	display: block;
}
.article-related .reading-time {
	display:block;
	margin:0;
}
.article-related .spaced-more a{
	font-size:13px;
}
.article-comments-container {
	background:#EEEEEE;
}
.article-comments {
	padding: 50px 0 40px;
	background:#FBFBFB;
}
h3#comments {
	font-family: 'Roboto Slab';
	font-size:16px;
	line-height:25px;
}
.comment {
	margin-bottom:20px;
}
.comment.depth-2 {
	margin-top:20px;
	margin-left:70px;
}
.pingback {
	display:none;
}
.comment-avatar {
	float:left;
	width:70px;
}
.comment.byuser .comment-avatar img{
	border-left:3px solid #49a8db;
}
.comment-content {
	float:left;
	width: calc(100% - 70px);
}
.comment-author {
	padding-bottom:5px;
}
.comment-author a {
	font-weight:700;
	color:#666;
	margin-left:15px;
}
.comment-author span {
	font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
}
.comment-content .reply {
	color: #49a8db;
    font-size: 11px;
}
.comment-content .reply:hover {
	color:#008BC5;
}
.leave-comment,
.comment-reply-title {
	font-family: 'Roboto Slab';
	font-size: 16px;
	line-height:30px;
	color:#525252;
	padding-bottom:20px;
}
#cancel-comment-reply-link {
	font-size:13px;
	margin-left:10px;
	color:#a94442;
}
.comment-form label{
	font-size:10px;
	line-height:30px;
	text-transform:uppercase;
	color:#999999;
	margin-bottom:0;
}
.comment-form input {
	height:40px;
}
.comment-form input,
.comment-form textarea {
	background: #f7f7f7;
	border:1px solid #dddddd;
	-webkit-box-shadow: none;
	box-shadow:none;
	resize: none;
}
.comment-form input:focus,
.comment-form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow:none;
	border-color:#028cc5;
}
.comment-form .col-left {
	padding-left:0 !important;
	padding-right: 15px !important;
}
.comment-form .col-center {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.comment-form .col-right {
	padding-left:15px;
	padding-right:0 !important;
}
.comment-form .custom-control {
	position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer;
	text-transform:none;
	font-size:11px;
	line-height:15px;
	font-weight:400;
	color:#666666;
}
.comment-form .custom-control-input {
	position: absolute;
    z-index: -1;
    opacity: 0;
}
.comment-form .custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
	border:1px solid #028cc5;
	border-radius:2px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}
.comment-form .custom-control-input:checked~.custom-control-indicator:after {
	content: '';
	position: absolute;
	top: 4px;
	left:1px;
	background: #0074d9;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #0074d9, 4px 0 0 #0074d9, 4px -2px 0 #0074d9, 4px -4px 0 #0074d9, 4px -6px 0 #0074d9;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.comment-form .small-margin {
	margin-bottom:20;
}
.comment-form button,
.comment-form input[type="submit"] {
	height: 40px;
    border-radius: 2px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
	background-color: #49a8db;
	font-weight:500;
	border:none;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
	min-width:190px;
	margin-top:25px;
	outline:none;
}
.comment-form button:hover,
.comment-form input[type="submit"]:hover {
	background-color: #008BC5;
	color:#FFF;
}
@media (max-width:500px) {
	.article-reading-text,
	.article-reading-time span {
		display:none;
	}
}
@media (max-width:767px) {
	.article-table-cell,
	.article-comments .col-sm-12,
	.article-comments .col-sm-7 {
		padding-left:0;
		padding-right:0;
	}
	.article-author .col-sm-10 {
		padding:0;
	}
	.comment.depth-2 {
		margin-left:40px;
	}
	.banner a.see {
		padding-bottom:30px;
	}
	.single-date {
		position:relative;
		left:0;
		bottom:0;
		margin-top:5px;
	}
	.article-text .oversize-number {
		font-size:68px;
		line-height:76px;
	}
}
/* END OF ARTICLE PAGE */

/* CATEGORY LISTING PAGE */
.category-top {
	padding-left: 70px;
	padding-top:40px;
	padding-bottom:35px;
	color:#FFFFFF;
}
.category-top h1 {
	font-family:'Roboto Slab';
	font-weight:700;
	font-size:48px;
	line-height:60px;
	margin:0;
}
.category-top h2 {
	color:#ffff00;
	font-size:21px;
	font-weight:300;
	line-height:25px;
	margin:0;
}
.category-content .row {
	padding-top:20px;
}
.category-content .post-parent.small {
	margin-bottom:15px;
}
.category-content .post-parent.small:hover .post-container {
	top:0;
}
@media (max-width:650px) {
	.category-top {
		padding-left:10px;
	}
	.category-top h1 {
		font-size:30px;
		line-height:40px;
	}
	.category-top h2 {
		font-size:16px;
	}
} 
/* PAGINATION */
.paginate {
	margin-top: 20px;
    margin-bottom: 20px;
}
.page-number {
	width: 40px;
    line-height: 38px;
	float:left;
	margin-left: 20px;
	text-align:center;
	font-weight:500;
	margin-bottom:20px;
}
.page-number:first-child {
	margin-left:0;
}
.page-number a {
	color:#FFFFFF;
	background-color:#008BC5;
	text-decoration:none;
	display:block;
	border-radius:2px;
	border:1px solid transparent;
}
.page-number a:hover {
	background-color:#005081;
}
.page-number.current-page {
	color:#999999;
	background-color:#FFFFFF;
	border:1px solid #aebcc8;
	border-radius:2px;
}
.page-number.more-pages span {
	color:#FFFFFF;
	background-color:#008BC5;
	text-decoration:none;
	display:block;
	border-radius:2px;
	border:1px solid transparent;
}
/* END OF PAGINATION */
/* END OF CATEGORY LISTING PAGE */

/* AUTHOR PAGE */
.article-listing {
	padding-top:40px;
}
.article-listing .row {
	position:relative;
}
.article-listing .row:after {
	position: relative;
    width: 50px;
    height: 1px;
    background-color: #EAEAEA;
    content: '';
    display: block;
    margin: 20px 13.5%;
}
.author-top {
	padding-top:40px;
	color:#FFFFFF;
}
.author-top h1 {
	font-family:'Roboto Slab';
	font-weight:700;
	font-size:48px;
	line-height:60px;
	margin:0;
}
.author-top h2 {
	color:#ffff00;
	font-size:21px;
	line-height:25px !important;
	font-weight:300;
	line-height:40px;
	margin:0;
}
.author-bio {
	background:#F7F7F7;
	position:relative;
	font-size:16px;
	line-height:21px;
	padding-top:30px;
	padding-bottom:30px;
}
.author-bio-social {
	padding-top:20px;
	padding-bottom:20px;
}
.author-bio-social a {
	color:#FFFFFF;
	font-size:10px;
	border-radius:3px;
	padding:5px;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}
.author-bio-social a:hover {
	text-decoration:none;
}
.author-bio-social a.twitter {
	background:#1da1f2;
}
.author-bio-social a.twitter:hover {
	background: #0c7abf;
}
.author-bio-social a.twitter:before {
	content:'\f099';
	font-family:'FontAwesome';
	display:inline-block;
	margin-right:5px;
	font-size: 15px;
    vertical-align: middle;
}
.author-bio-social a.linkedin {
	background:#0077b5;
}
.author-bio-social a.linkedin:hover {
	background: #313335;
}
.author-bio-social a.linkedin:before {
	content:'\f0e1';
	font-family:'FontAwesome';
	display:inline-block;
	margin-right:5px;
	font-size: 15px;
    vertical-align: middle;
	margin-top:-3px;
}
.article-listing img {
	max-width:100%;
	width:120px;
	height:auto;
	text-align:center;
}
.article-listing a {
	font-family:'Roboto Slab';
	font-size: 18px;
	line-height:20px;
}
.article-listing a:hover {
	text-decoration:none;
}
.post-date {
	font-size:10px;
	margin-bottom:20px;
}
@media (max-width:767px) {
	.article-listing img {
		width:50%;
		margin-bottom:20px;
	}
	.article-listing .text-center {
		text-align:left;
	}
	.article-listing .row:after {
		margin:20px 15px;
	}
}
@media (max-width:650px) {
	.author-top {
		padding-left:10px;
	}
	.author-top h1 {
		font-size:30px;
		line-height:40px;
	}
	.author-top h2 {
		font-size:16px;
	}
} 
/* END OF AUTHOR PAGE */

/* SEARCH RESULTS PAGE */
.search-results {
	font-size:21px;
	padding-top:40px;
}
.search-results .bold {
	font-weight:700;
}
.search-results:after {
	content:'';
	display:block;
	background:#aaaaaa;
	width:40px;
	height:1px;
	margin-top:30px;
}
/* END OF SEARCH RESULTS PAGE */
footer {
	background-color:#666666;
	color:#FFFFFF;
	font-size:10px;
	font-weight:500;
}
footer .container:first-child {
	padding:45px 0;
}
footer .container:last-child {
	padding:0 0 45px 0;
}
footer .container [class*='col-']:first-child {
	padding-left:0;
}
footer .container [class*='col-']:last-child {
	padding-right:0;
}
.footer-heading {
	color:#dddddd;
	padding-top:6px;
}
.footer-heading:after {
	content:'';
	border-bottom:1px solid #848484;
	margin: 9px 0;
    display: block;
	/*max-width:190px;*/
}
footer a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
footer a:hover {
	color:#FFFFFF;
}
footer .copyright {
	color:#aaaaaa;
	line-height:12px;
}
footer .copyright a {
	color:#FFFFFF;
	text-transform:none;
}
footer .footer-logo {
	width:120px;
	max-width:100%;
	height:auto;
}
.input-group.subscribe {
	float: left;
    max-width: 487px;
    margin-right: 10px;
}
.subscribe-input {
	height:48px;
	border-color: #0489c3;
	border-radius:3px;
	color:#666666;
	font-size:13px;
	font-weight:500;
	display:none;
}
.btn-subscribe {
	height: 48px;
	border-color: #0489c3;
    border-radius: 3px;
    color: #FFFFFF;
	background-color:#0489c3;
	font-size: 16px;
	margin-right:12px;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}
.btn-subscribe:hover,
.btn-subscribe:focus {
	border-color: #005081;
	background-color:#005081;
	color:#FFFFFF;
	outline:none;
}
.btn-subscribe:focus, 
.btn-subscribe:active:focus, 
.btn-subscribe.active:focus
{ 
	outline: none; !important; 
	outline-style: none; 
	box-shadow:none;
} 
.social-button {
    height: 48px;
    width: 50px;
    background-color: #adbbc7;
    border-radius: 4px;
    border-bottom: 2px solid #86a0b9;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 10px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.social-button:last-child {
	margin-right:0;
}
.social-button a {
    height: 48px;
    display: block;
	transition:all 0.35s  ease-in-out;
    -webkit-transition:all 0.35s  ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}
.social-button:hover > a.google-plus {
	background-color: #DC4E41;
	border-radius: 4px;
}
.social-button:hover > a.facebook {
	background-color: #3b5998;
	border-radius: 4px;
}
.social-button:hover > a.twitter {
	background-color: #55acee;
	border-radius: 4px;
}
.social-button:hover > a.linkedin {
	background-color: #0077b5;
	border-radius: 4px;
}
.social-button a.twitter:after {
	width: 31px;
    height: 23px;
    content: '';
    display: inline-block;
    position: relative;
    content: '\f099';
    font-family: FontAwesome;
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
}
.social-button a.facebook:after {
	width: 31px;
    height: 23px;
    content: '';
    display: inline-block;
    position: relative;
    content: '\f09a';
    font-family: FontAwesome;
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
}
.social-button a.google-plus:after {
	width: 31px;
    height: 23px;
    content: '';
    display: inline-block;
    position: relative;
    content: '\f0d5';
    font-family: FontAwesome;
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
}
.social-button a.linkedin:after {
	width: 31px;
    height: 23px;
    content: '';
    display: inline-block;
    position: relative;
    content: '\f0e1';
    font-family: FontAwesome;
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;
	
}
.homepage-pagination {
	padding-bottom: 35px;
}
.homepage-pagination:before {
	content:'';
	display:block;
	height:4px;
	background: #eeeeee;
	width:90px;
	margin:0 auto;
	margin-bottom:20px;
}
.pagination-link {
	font-weight:500; 
	position:relative;
}
.pagination-link:after {
	background:url('../images/svg/read_more.svg');
	width:17px;
	height:17px;
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	margin-left:5px;
}
.pagination-link:hover {
	text-decoration:none;
}
.pagination-link:hover:after {
	background:url('../images/svg/read_more_hover.svg');
}
.clear {clear:both;}
.overlay {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  /*overflow: hidden;*/
  text-align:center;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow-y:scroll;
  z-index:10;
}
.overlay nav {
	margin-top:80px;
}
.overlay ul {
	list-style:none;
	margin:0;
	padding: 30px;
	text-transform:uppercase;
	font-size:16px;
}
.overlay ul>li {
	margin-bottom:10px;
}
.overlay ul>li>a {
	line-height:1.42857143;
}
.overlay a.dropdown-toggle {
	display:none;
}
.overlay ul.dropdown-menu {
	position:relative;
	display:block;
	border:none;
	box-shadow: none;
	-webkit-box-shadow:none;
	padding: 0;
    float: none;
    text-align: center;
	font-size:13px;
	z-index:0;
	min-width:auto;
	font-size:16px;
}
.overlay ul.dropdown-menu > li > a{
	color:#008BC5;
	padding-top:0;
	padding-bottom:0;
}
.overlay ul.dropdown-menu > li > a:hover {
	text-decoration:underline;
	color:#005081;
}
.overlay ul.dropdown-menu > li > a:hover, .overlay ul.dropdown-menu > li > a:focus {
	background-color:#FFFFFF;
}
.overlay ul.dropdown-menu > .active > a, .overlay ul.dropdown-menu > .active > a:hover, .overlay ul.dropdown-menu > .active > a:focus {
	background-color:#FFFFFF !important;
	color:#008BC5 !important;
}
/* 404 PAGE */
.error-404 {
	padding-top:50px;
	padding-bottom:60px;
	background:url('../images/404-background.jpg') center center no-repeat;
	color:#FFFFFF;
}
.error-404 img {
	max-width:100%;
	height:auto;
}
.error-404 img.padded {
	padding-top:60px;
}
.error-404 h1 {
	font-size:44px;
	line-height:60px;
	font-weight:300;
}
.error-404 h2 {
	font-size:21px;
	line-height:30px;
	font-weight:400;
	padding-top:20px;
}
.error-404 p {
	color:#cccccc;
	padding-top:10px;
}
.error-404 a {
	color:#FFFFFF;
	text-decoration:underline;
}
.error-404 a:hover {
	color:#DDDDDD;
}
.error-404 .col-sm-6 {
	padding:0;
}
/* RESPONSIVE */
@media (max-width:991px) {
	.header-search-group-mobile,
	.header-search-group-mobile form {
		display:table;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		margin:0 auto;
	}
	#navbar-right-container {
		display:none;
	}
	#page-content {
		position:relative;
		left:0;
	}
	#slide-menu.slide-active {
		right: -80%;
		padding: 30px;
		margin-top: 110px;
		display:block;
		background: #FFFFFF;
	    width: 80%;
	    min-width: 0;
	    position: fixed;
	    z-index: 2;
	    top: 102px;
	    margin: 0;
		min-height:1000px;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	#slide-nav.slide-active .icon-bar {
		background:#005081;
	}
	#slide-menu.slide-active .navbar-nav > li.with-bullet .bullet {
		right: auto;
		top: 0;
	}
	.row.homepage [class*='col-']:first-child {
		padding-right:0;
	}
	.post-parent:hover .post-container {
		top:0;
	}
	.featured-image .published {
		position:relative;
		margin-top:20px;
		bottom:auto;
	}
	.post-container-image {
		display:none;
	}
	.post-container-content,
	.spaced-more	{
		padding-left:0;
	}
	.spaced-more {
		margin-bottom:20px;
	}
	.post-parent.small .post-featured,
	.post-featured,
	.post-parent:hover .post-container-content,
	.post-container-content
	{
		max-height:none;
	}
	.post-parent.small:hover .post-container {
		top:0;
	}
	.post-container .post-excerpt {
		visibility:visible;
	}
	.row.homepage .col-center,
	.row.homepage .col-left,
	.row.homepage .col-right,
	.comment-form .col-left,
	.comment-form .col-center,
	.comment-form .col-right {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.banner-box {
		position:relative;
		text-align:center;
		left:0;
		top:0;
	}
	.banner-box:hover {
		top:0;
	}
	.banner-contents {
		text-align:center;
	}
	.banner-button {
		margin:20px auto;
	}
	footer div[class*="col-"] {
		padding-left:0;
	}
	footer div.col-sm-12 {
		padding-top:20px;
	}
	footer .container:first-child {
		padding:20px 0;
	}
	.article-author:after {
		display:none;
	}
	.article-comments:after {
		left:0;
	}
	li.with-bullet a{
		position:relative;
	}
	#mobile-nav > li.with-bullet .bullet{
		position: absolute;
		width: 19px;
		height: 19px;
		background: #F65723;
		border-radius: 50%;
		color: #FFFFFF;
		font-size: 10px;
		font-weight: 900;
		text-align: center;
		/* right: -2px; */
		margin-left: 5px;
		line-height: 19px;
	}
    .row.homepage .no-float {
		display:block;
	}
	.poll-container, .wp-polls {
		background: #FFF;
		min-height: 100% !important;
		display: block;
		position: relative;
		height: 100%;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.poll {
		padding-left:20px;
	}
}
@media (max-width:767px) {
	.nopadding {
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	footer .container:first-child {
		padding:20px 15px;
	}
	.article-author-image {
		display:none;
	}
	.article-table {
		display:block;
	}
	.article-table-cell {
		display:block;
	}
	.author-name,
	.author-title,
	.author-social,
	.author-social div {
		float:left;
	}
	/*.author-title,
	.author-social,
	.author-social div {
		margin-left:15px;
	}*/
	.author-name,
	.author-title,
	.author-social div{
		margin-right:15px;
	}
	
	.author-social div {
		padding-top:0;
		margin-top:-3px;
	}
	.author-name br {
		display:none;
	}
	.featured-image h2 {
		line-height:30px;
	}
	.footer-logo {
		margin-bottom:10px;
	}
	.footer-heading {
		padding-top:26px;
	}
	footer a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.social-button a {
		padding:0 !important;
	}
	.post-container h3 {
		line-height:25px;
		margin-bottom:15px;
	}
	.post-container h2 {
		line-height:30px;
		margin-bottom:10px;
	}
	.article-text h3,
	.article-text h2 {
		line-height:30px !important;
	}
	.reading-time {
		float: none;
		display: block;
		margin-left: 0;
	}
	.error-404 img.padded {
		padding-top:20px;
	}
	.error-404 h1 {
		line-height:50px;
	}
}
@media (max-width:380px) {
	.author-info {
		text-align:left !important;
	}
	.author-name, .author-title, .author-social {
		float:none;
	} 
	.author-social {
		margin-top:10px;
	}
}
@media (max-width:684px) {
	.featured-image {
		padding:15px;
	}
	.featured-image h1 {
		font-size:30px;
		line-height:35px;
	}
	.featured-image .reading-time.fast:after {
		background:url('../images/svg/red_thunder.svg');
		width: 11px;
		height: 22px;
	}
	.featured-image .reading-time.intermediate:after {
		background: url('../images/svg/orange_wave.svg');
		width: 23px;
		height: 14px;
	}
	.featured-image .reading-time.slow:after {
		background: url('../images/svg/grey_glasses.svg');
		width: 26px;
		height: 10px;
	}
	.btn-subscribe {
		font-size:13px;
	}
}
@media (max-width:500px) {
	.input-group.subscribe {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.subscribe-input {
		float: none;
		width: 100%;
		display: block;
		border-top-right-radius:3px !important;
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;
	}
	.input-group.subscribe .input-group-btn {
		float: none;
		width: 100%;
		display: block;
	}
	.btn-subscribe {
		float: none;
		width: 100%;
		display: block;
		margin-left:0 !important;
		border-top-right-radius:0 !important;
		border-bottom-left-radius:3px !important;
	}
}
#wpadminbar {
	bottom:0 !important;
	top:auto !important;
}
#wpstats {
	display:none;
}
.go-to-top.visible {
    opacity: 0.8;
    right: 10px;
}
.go-to-top {
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 30px;
    color: #fff;
    font-size: 11px;
    height: 70px;
    opacity: 0;
    position: fixed;
    right: -100px;
    text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 70px;
    z-index: 9000;
}
.go-to-top:hover {
	color:#FFF;
	background: #005081;
}
.go-to-top:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: block;
    height: 0;
    margin: 8px auto 10px auto;
    width: 0;
}
@media (max-width:767px) {
	.go-to-top {
		width:40px;
		height:40px;
	}
	.go-to-top span{
		display:none;
	}
	.go-to-top:before {
		margin:6px auto 10px auto;
	}
}
.wsr-full {
	display:none;
}
.wsr-full.expanded {
	display:block;
}
#onesignal-bell-container.onesignal-reset {
	z-index:9 !important;
}
/* NEW CYBER SECURITY MEGA GUIDE */
.post-9577 .read-more-hidden {
	display:none !important;
}
.post-9577 p:has(> span#more-9577) {display:none;}
.mega-guide {
	background:url('../images/cyber-security-mega-guide/mega-guide-background.jpg') center center no-repeat #004e7f;
	padding:80px 0;
	color:#FFFFFF;
}
.mega-guide h1{
	font-size:48px;
	line-height:60px;
	font-weight:900;
	margin:0;
	padding-bottom:55px;
}
.mega-guide a:hover {
	color:#FFFFFF;
}
.statistics-figure {
	font-size:24px;
	line-height:28px;
	padding-bottom:5px;
	font-weight:900;
	letter-spacing:-1px;
}
.statistics-def {
	font-size:21px;
	line-height:25px;
	padding-bottom:15px;
	font-weight:300;
}
.statistics-report {
	color:#999999;
	font-size:11px;
	line-height:13px;
	font-weight:500;
}
.introduction-numbers {
	font-size:46px;
	line-height:48px;
	font-weight:300;
	letter-spacing:-2px;
}
.introduction-text {
	font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 95px;
}
.clear.gutter60 {
	padding-top:60px;
}
.mouse-scroll {
	width: 75px;
	height:86px;
	position:relative;
	margin:0 auto;
	text-align:center;
	background:url(../images/cyber-security-mega-guide/scroll-shield.png) center center no-repeat;
	margin:40px auto;
	cursor:pointer;
}
.mega-guide-list {
	position: relative;
    font-size: 16px;
    line-height: 21px;
    padding-top: 30px;
}
.mega-guide-list:before {
	content: '';
    display: block;
    background: url(../images/cyber-security-mega-guide/patched-apps-check.svg);
    background-size: 128px 46px;
    width: 64px;
    height: 46px;
    margin: 0 auto;
    top: -23px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
.mega-guide-list:after {
	content:'';
	background:#1a5988;
	width:calc(100% - 30px);
	height:1px;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	margin:auto;
}
.mega-guide-container {
	padding:100px 0 60px;
}
.mega-guide-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	line-height:13px;
	font-weight:700;
}
.mega-guide-menu li{
	margin-bottom:25px;
}
.mega-guide-menu a {position:relative; padding:0 !important}
.mega-guide-menu a:hover, 
.mega-guide-menu a:focus {
	text-decoration:underline !important;
	background-color:transparent !important;
}
.mega-guide-menu a:before {
	position:absolute;
	content:'';
	left:-20px;
	width:4px;
	height:100%;
	display:none;
}
.mega-guide-menu a.c1 {color:#CD5520;text-decoration:underline;}
.mega-guide-menu a.c1:hover {color:#903C17;}
.mega-guide-menu .active a.c1:before{background:#CD5520; display:block;}
.mega-guide-menu .active a.c1:hover:before{background:#903C17;}

.mega-guide-menu a.c2 {color:#527f84;text-decoration:underline;}
.mega-guide-menu a.c2:hover {color:#39585C;}
.mega-guide-menu .active a.c2:before{background:#527f84; display:block;}
.mega-guide-menu .active a.c2:hover:before{background:#39585C;}

.mega-guide-menu a.c3 {color:#8E7F43;text-decoration:underline;}
.mega-guide-menu a.c3:hover {color:#64582E;}
.mega-guide-menu .active a.c3:before{background:#8E7F43; display:block;}
.mega-guide-menu .active a.c3:hover:before{background:#64582E;}

.mega-guide-menu a.c4 {color:#F4A00B;text-decoration:underline;}
.mega-guide-menu a.c4:hover {color:#AC7007;}
.mega-guide-menu .active a.c4:before{background:#F4A00B; display:block;}
.mega-guide-menu .active a.c4:hover:before{background:#AC7007;}

.mega-guide-menu a.c5 {color:#BF0000;text-decoration:underline;}
.mega-guide-menu a.c5:hover {color:#860000;}
.mega-guide-menu .active a.c5:before{background:#BF0000; display:block;}
.mega-guide-menu .active a.c5:hover:before{background:#860000;}

.mega-guide-menu a.c6 {color:#264E46;text-decoration:underline;}
.mega-guide-menu a.c6:hover {color:#1B3731;}
.mega-guide-menu .active a.c6:before{background:#264E46; display:block;}
.mega-guide-menu .active a.c6:hover:before{background:#1B3731;}

.mega-guide-menu a.c7 {color:#2E2833;text-decoration:underline;}
.mega-guide-menu a.c7:hover {color:#201C23;}
.mega-guide-menu .active a.c7:before{background:#2E2833; display:block;}
.mega-guide-menu .active a.c7:hover:before{background:#201C23;}

.mega-guide-menu a.c8 {color:#CC0066;text-decoration:underline;}
.mega-guide-menu a.c8:hover {color:#8F0048;}
.mega-guide-menu .active a.c8:before{background:#CC0066; display:block;}
.mega-guide-menu .active a.c8:hover:before{background:#8F0048;}

.mega-guide-menu a.c9 {color:#E46C0B;text-decoration:underline;}
.mega-guide-menu a.c9:hover {color:#9F4B07;}
.mega-guide-menu .active a.c9:before{background:#E46C0B; display:block;}
.mega-guide-menu .active a.c9:hover:before{background:#9F4B07;}

.mega-guide-content {
	margin-bottom:30px;
}
.mega-guide-content .intro {
	font-size:23px; 
	font-weight:300;
	line-height:30px;
	padding-bottom:10px;
}
.mega-guide-content .intro-small {
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
}
.mega-guide-links {
	margin-top:40px;
}
.mega-guide-link {
	padding-bottom:23px;
}
.mega-guide-link a {
	position:relative;
	font-size:11px;
	line-height:13px;
	font-weight:700;
	padding-top: 4px;
}
.mega-guide-link a.c1 {color:#CD5520;text-decoration:underline;}
.mega-guide-link a.c1:hover {color:#903C17;}
.mega-guide-link a.c2 {color:#527f84;text-decoration:underline;}
.mega-guide-link a.c2:hover {color:#39585C;}
.mega-guide-link a.c3 {color:#8E7F43;text-decoration:underline;}
.mega-guide-link a.c3:hover {color:#64582E;}
.mega-guide-link a.c4 {color:#F4A00B;text-decoration:underline;}
.mega-guide-link a.c4:hover {color:#AC7007;}
.mega-guide-link a.c5 {color:#BF0000;text-decoration:underline;}
.mega-guide-link a.c5:hover {color:#860000;}
.mega-guide-link a.c6 {color:#264E46;text-decoration:underline;}
.mega-guide-link a.c6:hover {color:#1B3731;}
.mega-guide-link a.c7 {color:#2E2833;text-decoration:underline;}
.mega-guide-link a.c7:hover {color:#201C23;}
.mega-guide-link a.c8 {color:#CC0066;text-decoration:underline;}
.mega-guide-link a.c8:hover {color:#8F0048;}
.mega-guide-link a.c9 {color:#E46C0B;text-decoration:underline;}
.mega-guide-link a.c9:hover {color:#9F4B07;}

.mega-guide-content h3 {
	font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0;
    padding: 14px 26px 14px 10px;
    cursor: pointer;
    position: relative;
	margin: 0 -15px;
}
.mega-guide-content h3:after {
	content: '\f065';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    display: block;
    top: calc(50% - 8px);
	
}
.mega-guide-content.active h3:after {
	content:'\f066';
}
.mega-guide-content h3.c1 {background:#CD5520;}
.mega-guide-content h3.c2 {background:#527f84;}
.mega-guide-content h3.c3 {background:#8E7F43;}
.mega-guide-content h3.c4 {background:#F4A00B;}
.mega-guide-content h3.c5 {background:#BF0000;}
.mega-guide-content h3.c6 {background:#264E46;}
.mega-guide-content h3.c7 {background:#2E2833;}
.mega-guide-content h3.c8 {background:#CC0066;}
.mega-guide-content h3.c9 {background:#E46C0B;}
.shield-separator {
    clear: both;
    content: '';
    cursor: pointer;
    display: block;
    height: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.short-desc:after {
	content:'';
	display:block;
	width:80px;
	height:1px;
	background:#dddddd;
	margin-top:18px;
}
.shield-separator:before {
    content: '';
    position: absolute;
    background: url(../images/cyber-security-mega-guide/shield.svg);
    width: 19px;
    height: 23px;
    background-size: 38px 23px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -11.5px;
}
.shield-separator:hover:before {
    background-position: -19px 0;
}
.mouse
{
	height: 25px;
    width: 20px;
    border-radius: 7px;
    transform: none;
    border: 2px solid white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 18px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.affix {
  top: 120px;
  width: 213px;
}

@media (min-width: 1200px) {
  .affix {
    width: 263px;
  }         
}
.affix-bottom {
  position: absolute;
  width: 213px;
}

@media (min-width: 1200px) {
  .affix-bottom {
    width: 263px;
  }
}
@media (max-width:991px) {
	
	.statistics-def {
		padding-bottom:5px;
	}
	.statistics-report {
		padding-bottom:20px;
	}
	.mega-guide-list {
		margin-bottom:60px;
	}
	.mega-guide-list.last {
		margin-bottom:0;
	}
	.short-desc {
		padding:0;
	}
	.mega-guide-link a {
		padding:0 !important;
		margin-bottom: 10px !important;
    display: block;
	}
	.mega-guide h1,
	.introduction-numbers {
		font-size:36px;
		line-height:40px;
	}
}
@media (max-width:767px) {
	.mega-guide-content {
		margin-bottom:1px;
	}
	.accordion {display:none; margin-top:20px;}
	.active .accordion {
		display:block;
	}
	.mega-guide-container {
		padding:0;
	}
	.shield-separator.no-mobile {
		display:none;
	}
}
/* END NEW CYBER SECURITY MEGA GUIDE */
