/*
	Theme Name: Thenotebook
	Theme URI: http://html5blank.com
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Fantasktic

*/

html.js { margin-top: 0 !important; }
body #wpadminbar {
	top: auto;
	bottom: 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
	-webkit-transition: all .33s ease;
	-o-transition: all .33s ease;
	transition: all .33s ease;
}

body {
	font:400 16px/1.4 'freight-sans-pro', sans-serif;/*'Source Sans Pro', sans-serif*/
	color: #212121;
	background-color: #f5f5f5;
}

.summary {
	font-family: ff-meta-serif-web-pro,serif;
	font-family: serif;
	font-weight: 500;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:middle;
}
a {
	color: #128ac9;
	text-decoration:none;
}
a:hover {
	color: #128ac9;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.container {
	width: 100%;	
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1010px;
}

.container-wide {
	width: 98%;	
	margin: 0 auto;
	padding: 0 15px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	position: relative;
	padding: 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}
@media only screen and (min-width:480px) {
	.col3{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width:768px) {
	.col1{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 8.33%;
	-ms-flex: 1 1 8.33%;
	flex: 1 1 8.33%;
	max-width: 8.33%;
}
.col2{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 16.66%;
	-ms-flex: 1 1 16.66%;
	flex: 1 1 16.66%;
	max-width: 16.66%;
}

.col4{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.33%;
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
}
.col5{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 41.66%;
	-ms-flex: 1 1 41.66%;
	flex: 1 1 41.66%;
	max-width: 41.66%;
}
.col6{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}
.col7{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 58.33%;
	-ms-flex: 1 1 58.33%;
	flex: 1 1 58.33%;
	max-width: 58.33%;
}
.col8{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 66.66%;
	-ms-flex: 1 1 66.66%;
	flex: 1 1 66.66%;
	max-width: 66.66%;
}
.col9{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 75%;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	max-width: 75%;
}
.col10{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 83.33%;
	-ms-flex: 1 1 83.33%;
	flex: 1 1 83.33%;
	max-width: 83.33%;
}
.col11{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 91.63%;
	-ms-flex: 1 1 91.63%;
	flex: 1 1 91.63%;
	max-width: 91.63%;
}
.col12{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}
}
@media only screen and (min-width:1024px) {
	.col3{
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
    }
}
.row {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.flex-left {
-webkit-box-pack:start;
    -ms-flex-pack:start;
        justify-content:flex-start;
}
.align-self-center {
     -ms-flex-item-align:center;
         -ms-grid-row-align:center;
         align-self:center;
}

.white {
	color: #fff!important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.img-fit {
	-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	background-color: #1abc9c;
    box-shadow: 0 2px 4px rgba(0,0,0,.2) rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2) rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2) rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
div.logo, 
.header-text,
.header-socials,
.header-search,
.header-bars
 {
	display: inline-block;
}
.header-text {
	padding: 0 15px 0 40px;
}
#header-more {
    margin-left: 100px;
    padding: 15px 20px;
    border-left: 1px dotted #c8c8c8;
    margin: -15px 0 -15px 100px;	
}
.header-text p {
	max-width: 300px;
	font-weight: 600;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 24px;
}
div.logo {
	border-right: 2px solid #169e83;
	padding: 33px 23px 33px 0;
}
.header-socials,
.header-search {
	margin: 0 15px;
}
.header-socials img {
	margin: 0 5px;
	vertical-align: text-top;
}
.header-search .search-submit {
    background: #fff;
    border: none;
    padding: 5px 15px;	
    border: 1px solid transparent;
    margin-left: -4px;
}
.header-search .search-input {
    background: #ebebeb;
    border: 1px solid transparent;
    padding: 5px 10px;	
}
.header-bars {
	padding: 10px 0;
	margin-left: 15px;
	cursor: pointer;
}
.header-bars img {
	vertical-align: -2px;
	margin-left: 7px;
}
.header-bars span {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    margin-right: 8px;	
}
.header ul {
	list-style: none;
}
.header nav ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px dotted #c8c8c8;
}
.header nav ul > li {
	margin: 15 0px;
	padding: 0 15px;
	border-right: 1px solid #1abc9c;
}
.header nav ul > li:last-child {
	border: none;
}
.header nav ul > li a {
	color: #1abc9c;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}

.menus {
	/*height: 0;*/
	width: 100%;
	display: none;
    background: #fff;
    z-index: 888;
    -webkit-transition: max-height .35s ease-out .2s ease;
    -moz-transition: max-height .35s ease-out .2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transition: max-height .35s ease-out;
    -moz-transition: max-height .35s ease-out;
    -o-transition: max-height .35s ease-out;
    transition: max-height .35s ease-out;
    box-shadow: 0 2px 4px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.15) rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
}
#topics {
	margin-right: 50px;
}
.menus a {
	color: #128ac9;
	font-weight: 700;
}
.menus .flex-left {
	padding: 15px 0;
}
.show-div {
	display: block!important;
	height: auto;
}


.sticky.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1984;
}
.sticky div.logo {
	padding: 15px 23px 15px 0;
}
.sticky div.logo img {
	/*width: 50%;*/
	height: 20px;
}
.sticky-nav {
	opacity: 0;
	position: absolute;
	top: 0;
}
.sticky-nav ul {
	padding: 18px 0!important;
	border-bottom: none!important;
}
.sticky-nav a {
	color: #fff!important;
	font-size: 16px!important;
    text-transform: uppercase!important;
}
.sticky .sticky-nav {
	opacity: 1;
}
.sticky .header-text .white {
	opacity: 0;
}
@media (max-width: 1140px) {
	.sticky-nav { display: none; }
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer ul {
	list-style: none;
}
.footer-main {
    background: #1abc9c;
    box-shadow: 0 -2px 3px rgba(0,0,0,.25) rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.25) rgba(0,0,0,.2);
    -moz-box-shadow: 0 -2px 3px rgba(0,0,0,.25) rgba(0,0,0,.2);
    box-shadow: 0 -2px 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.25);	
}
.footer-top > h2 {
	padding: 50px 0;
	border-bottom: 2px dotted #169e83;
	font-size: 30px;
}
.footer-top > h2 img {
	margin-left: 5px;
	margin-bottom: 2px;
}
.footer-socials {
	margin-left: 20px;
}
.footer-bottom h3 {
	border-bottom: 1px dashed #fff;
	padding: 10px 0 18px;
	font-size: 23px;
}
.footer-bottom ul.menu {
	padding: 18px 0;
}
.footer-bottom ul.menu li a {
	color: #fff;
    font-weight: 700;
    line-height: 26px;
}
.footer-newsletter {
	background: #1ccba8;
    padding: 24px 0;
}
.nb-icon.arrow-right {
    color: transparent;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background: url('/img/icons/icon-arrow-right.png');
    width: 16px;
    height: 16px;
}
.nb-mailchimp {
    width: 570px;
    margin: 0 auto;
}
.nb-mailchimp input.nb-mailchimp-email, .nb-mailchimp button.nb-mailchimp-email {
    min-width: 519px;
    border-right: 1px solid #979797;
    color: #1abc9c;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.nb-mailchimp input, .nb-mailchimp button {
    padding: 16px;
    font-size: 16px;
    vertical-align: top;
    line-height: 17px;
}
.nb-mailchimp input.nb-mailchimp-submit, .nb-mailchimp button.nb-mailchimp-submit {
    background: #fff;
    border: 1px solid transparent;
}
.nb-icon {
    display: inline-block;
    vertical-align: middle;
}
.nb-mailchimp-submit {
	line-height: 15px!important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'FreightSans', serif;
	src: url('fonts/FreightSansMediumSC.otf') format('truetype'),
    font-weight:normal;
    font-style:normal;
}

.alternative-font {
	font-family:'FreightSans', serif;
}
/*------------------------------------*\
    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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    POSTS
\*------------------------------------*/
.post-categories {
	list-style: none;
}
.post-item h2,
.post-item h3 {
	margin: 15px 0;
}
.post-item h2 a {
	color: #212121;
	font-size: 24px;
    line-height: 1.3em;
}
.post-item h3 a {
	color: #212121;
}
.post-categories li a {
	text-transform: uppercase;
	    font-weight: 700;
    font-size: 14px;
}
.post-tags {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;	
}
.post-item .date {
	 color: #979797;
}
.post-item .author {
    margin: 18px 0 14px;
}
.post-item .author a {
	text-transform: capitalize;
	min-height: 225px;
}
#latest-post {
	margin: 33px 0;	
}
.post-item {
	background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
    margin-bottom: 23px;
}
.post-item .row {
	margin: 0!important;
}
.post-item .col6.img-wrapper {
	padding: 0 0 0 20px!important;
}
.post-item  .img-wrap {
	height: 100%;
}

.single-post-heading {
	padding: 23px 0 150px;
    background: #ebebeb;	
}
article.post .img-wrap img {
	display: block;
	width: 100%;
}
article.post .featured-image-caption {
	display: block;
	padding-top: 5px;
	font-family: freight-sans-pro;
	text-align: center;
	font-size: 14px;
	color: #777;
	line-height: 1.6em;
}
.mgt-100 {
	margin-top: -100px;
}
body.tag {
	background: #edf8fd;
}
.tags-wrapper {
	padding: 50px 0;
}
.tag-title {
	margin-top: 5px;
	margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 32px;
    color: #128ac9;
}
.tag-subtitle {
	color: #128ac9;
}
.tag-heading {
	padding: 24px 0;
    border-bottom: 2px solid #128ac9;
    margin-bottom: 15px;
}




.content-wrapper {
	padding: 0 0 45px;
}
.content-wrapper p {
	font-family: ff-meta-serif-web-pro,serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    color: #212121;
    margin-bottom: 1.5em;
}
.content-wrapper h1 {
	font-size: 37px;
}
.content-wrapper h2 {
	font-size: 33px;
}
.content-wrapper h3 {
	font-size: 30px;
}
.content-wrapper h4 {
	font-size: 27px;
}
.content-wrapper h5 {
	font-size: 20px;
}
.content-wrapper h6 {
	font-size: 18px;
}
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
	margin-bottom: 20px;
}
/*.content-wrapper img {
	margin: 45px 0;
}*/
.content-wrapper  ul,
.content-wrapper  ol {
	padding-left: 27px;
}
.content-wrapper  ul li,
.content-wrapper  ol li {
	margin: 10px 0;
}
.content-wrapper .img-wrap img {
	margin: 0!important;
}
.content-wrapper iframe {
	width: 100%!important;
}

.gallery-icon.landscape {
	text-align: left;
}
.gallery-icon.landscape img {
    -o-object-fit:contain;
       object-fit:contain;
}
#gallery-1 img {
	border:none!important;
}
.become-a-member .gallery-icon > img {
	margin: -90px 0 -50px;
}

.inside-posts-wrapper {
	margin: 33px 0;
}
.cta-wrapper {
	background: #128ac9;
	padding: 25px 15px;
	margin: 23px 0;
}
.cta-wrapper a {
	color: #fff;
    border: 1px solid #fff;
    padding: 5px 23px;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}
.cta-wrapper p > b {
	position: relative;
	font-size: 23px;
}
.cta-wrapper p > b::after {
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #fff;
}
.cta-wrapper h6 {
	font-size: 23px;
	margin: 20px 0;
}




.homepage-banner {
	margin: 20px 0;
	position: relative;
	color: #fff;
}
.inside-homepage-banner {
	position: absolute;
	left: 33px;
	top: 40px;
	max-width: 400px;
}
.homepage-banner h2 {
	font-size: 48px;
	line-height: 1.2;
}
.homepage-banner p {
	margin: 23px 0 20px;
}
.homepage-banner a {
	background-color: #1abc9c;
	font-size: 23px;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: capitalize;
	display: inline-block;
}
.nb-feature__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgba(33,33,33,.85),transparent 75%);
}
.google-ads-container {
	margin: 35px 0;
}
.mgb70 {
	margin-bottom: 70px;
}
aside ul,
.aside-articles ul{
	list-style: none;
}
#recent-posts-3,
.aside-articles ul {
	margin-bottom: 23px;
}
aside h3,
.aside-articles h3{
	font-size: 15px;
	padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid #1abc9c;
}
aside ul li a,
.aside-articles ul li a{
    display: block;
    vertical-align: top;
    padding: 12px 0;
    line-height: 20px;
    color: #212121;
    border-bottom: 1px dotted #c8c8c8;	
    font-size: 14px;
}
span.date {
	color: #979797;
}

.authors-bio {
	padding: 48px 0;
    border-top: 1px dotted #c8c8c8;
    text-align: center;
}
.nb-hr-container {
    text-align: center;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #1abc9c;
    margin-bottom: 48px;
}

.nb-hr-container .nb-hr {
    display: inline-block;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    border: 1px solid #1abc9c;
    padding: 12px 24px 6px;
    background: #f5f5f5;
}
.apos-rich-text {
    text-align: center;
    color: #1abc9c;
    font-family: bookmania,serif;
    font-size: 24px;
    letter-spacing: .02em;
    margin-bottom: 0;
    vertical-align: middle;	
}
.pagination {
	text-align: center;
	padding: 24px 0;
}
.page-numbers.current {
    color: #fff;
    background-color: #128ac9;
    display: inline-block;
    vertical-align: top;
    font-family: freight-sans-pro;
    border: 2px solid #128ac9;
    line-height: 26px;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 4px;	
}
.page-numbers {
    display: inline-block;
    vertical-align: top;
    font-family: freight-sans-pro;
    border: 2px solid #128ac9;
    color: #128ac9;
    line-height: 26px;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 4px;	
}
.next.page-numbers,
.prev.page-numbers {
	display: none!important;
}

blockquote {
	margin: 64px 0;
    border-left: 4px solid #1abc9c;
    margin-left: 32px;
    padding-right: 64px;
    padding-left: 32px;
    font-style: italic;
}



.nb-row {
    font-size: 0;
    max-width: 980px;
    margin: 24px auto;
}
.nb-col {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.nb-col:last-child {
    padding-right: 0;
}

.nb-col:first-child {
    padding-left: 0;
}
.nb-col.nb-col--full {
    width: 100%;
}

.nb-author-preview {
    padding: 48px 96px;
    border-top: 1px dotted #c8c8c8;
    text-align: center;
}
.nb-author-preview .nb-author-thumbnail {
    display: inline-block;
    vertical-align: middle;
    width: 132px;
    height: 132px;
    border-radius: 96px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: 1px 2px 10px rgba(0,0,0,.4) rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.4) rgba(0,0,0,.2);
    -moz-box-shadow: 1px 2px 10px rgba(0,0,0,.4) rgba(0,0,0,.2);
    box-shadow: 1px 2px 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,.4);
}
.nb-author-preview .nb-author-thumbnail img { width: 100%; }
.nb-author-preview .nb-author-about {
    display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
    text-align: left;
    line-height: 24px;
    width: 400px;
}
.nb-author-preview .nb-author-about h3 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.3em;
}
.nb-author-preview .nb-author-about .nb-author-twitter {
    display: inline-block;
    vertical-align: top;
    font-family: freight-sans-pro;
    margin-bottom: 6px;
}
.nb-author-preview .nb-author-about .nb-author-bio {
    font-family: freight-sans-pro;
}

.nb-volume-title {
	margin-bottom: .75em;	
	font-size: 32px;
}

.green {
	color: #1abc9c;
}
.edition-group .col12 {
    border-bottom: 1px dotted #c8c8c8;	
}
.edition-group .col3 {
    border-left: 1px dotted #c8c8c8;
    margin-bottom: 110px;
}
.edition-group .col3:nth-child(2),
.edition-group .col3:nth-child(6) {
	border-left: none;
}
.edition-group {
	margin: 20px 0 80px;
}
.edition-group h5 {
	font-family: freight-sans-pro,sans-serif;
    font-weight: 700;
    color: #212121;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
}
.edition-group ul {
	list-style: none;
	margin-top: 15px;
}
.edition-group ul li {
	display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    color: #979797;
    border: 1px solid #c8c8c8;
    text-transform: capitalize;
}
.nb-edition-title {
	font-size: 40px;
    line-height: 1.2em;
    padding: 24px 0;
    margin-bottom: 0;
}   
.featured-post-img {
	height: 260px;
} 
.bottom-details {
	padding: 15px;
}
.edition-bottom h2 {
	margin-bottom: 33px;
	font-size: 32px;
    line-height: 10px;
}
.edition-bottom .col6:nth-child(1) {
	border-right: 1px dotted #c8c8c8;
}
.edition-bottom {
	margin: 33px -15px;
}
.aside-articles .bg-green {
	background: #1abc9c;
    text-align: center;
    color: #fff;
    padding: 24px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.aside-articles .bg-green a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
    color: #fff;
    padding: 4px 24px 6px;
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.aside-articles .bg-green div:last-child a {
	margin-bottom: 0!important;
}
.aside-articles .bg-green h3{
	margin-bottom: 0;
	font-size: 24px;
}
.aside-articles .bg-green h3 {
	padding: 20px 0;
}
.bottom-dot {
	position: relative;
}
.bottom-dot::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    border-bottom: 1px dashed #fff;
    left: 0;
    right: 0;
}
.main-article .post-tags a,
.edition-bottom .post-tags a {
	color: #1abc9c;
	font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}
.school-post-wrapper .single-post-heading {
	margin-top: 15px;
	background: #ebebeb;
    padding: 8% 0;

}
.nb-school-type {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #128ac9;	
}
.school-post-wrapper .single-post-heading h1 {
	margin-top: 0;
}
.nb-schools-tags {
    padding: 35px 50px;
    background-color: #dfeff7;
    border: 1px solid rgba(18,138,201,.2);	
}
.nb-schools-index-header {
	margin-bottom: 36px;
	margin-top: 36px;
    color: #128ac9;
    font-size: 32px;
    line-height: 1.2em;
}
#filter {
	overflow: hidden;
}
#filter span {
	margin: 0 5px;
    font-size: 14px;
    color: #128ac9;
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #128ac9;
}
#filter span:hover {
	color: #fff;
	background-color: #128ac9;
}
#filter span > input {
    opacity: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 21px;	
}
span.checkedradio {
	color: #fff!important;
	background-color: #128ac9;
}
.select-wrapper {
	margin: 20px 0 0 -4px;
}
.blue {
	color: #128ac9;
}
.flex.th {
    border-bottom: 3px solid #c8c8c8;
    margin: 0 -15px;
}
.flex.school-item {
	border-bottom: 1px dashed #c8c8c8;
	margin: 0 -15px;
}
.flex.school-item h3 {
	font-size: 24px;
	font-weight: 700;
	color: #212121!important;
}
body .flex.school-item h3:hover,
body .flex.school-item:hover h3 {
	color:#128ac9!important;
}
.flex.school-item h4 {
	color: #979797!important;
	font-weight: 400;
    font-size: 18px;
}
.nb-volume-title.green > span {
	font-size: 14px;
}
.editions-wrapper {
	padding: 100px 0 45px;
}
h3.blue {
	font-size: 24px;
}
.nb-school-quick-info-title {
	padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #1abc9c;
    border-bottom: 1px solid #1abc9c;
}
.nb-school-quick-info {
    padding: 30px;
    margin-bottom: 35px;
    border: 1px solid #1abc9c;	
}
.nb-school-info-section {
	margin-bottom: 30px;
    font-family: ff-meta-serif-web-pro,serif;
    line-height: 26px;	
}
.nb-school-info-section > .nb-school-info-section-title {
	font-family: freight-sans-pro;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;	
}
.nb-school-quick-info-section:not(:first-child) {
	margin-top: 35px;
}
.nb-school-quick-info-text {
	line-height: 20px;
    font-weight: 500;
}
.nb-school-quick-info-text>div {
	margin-bottom: 20px;
}
.nb-school-quick-info-text>div a {
	color: #128ac9;
}
.nb-cta.nb-cta--green {
    text-align: center;
    background: #1abc9c;
    padding: 24px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15) rgba(0,0,0,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);	
}
.nb-cta-logo > span {
	position: relative;
	font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.nb-cta-logo > span::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #fff;
}
.nb-cta-logo {
	margin-bottom: 20px;
}
.nb-cta-title {
	color: #fff;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.3em;	
}
.nb-cta-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 6px 24px 8px;
    border: 1px solid #fff;
    font-family: freight-sans-pro;
    font-size: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;	
}
.nb-cta-button:hover {
	color: #fff;
}
.horiz-separator {
	width: 100%;
	height: 1px;
	background-color: #c8c8c8;
	margin: 140px 0;
}
.fullwidth-posts .img-wrap {
	max-height: 330px;
}
.nb-latest-news-header {
	border-bottom: 1px dashed #ebebeb;
}
.nb-latest-news-header h3 {
	padding: 9px 0;
    background-color: #1abc9c;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0!important;
}
.nb-latest-news-tabs>li:first-child {
    border-right: 1px dashed #ebebeb;
}
.nb-latest-news-tabs li.nb-is-active {
    background-color: #fff;
}
.nb-latest-news-tabs li {
    display: inline-block;
    width: 50%;
    padding: 8px 0;
    background-color: #ebebeb;
    font-size: 14px;
    font-family: freight-sans-pro,sans-serif;
    font-weight: 700;
    text-align: center;
}
.nb-latest-news-tabs li {
    display: inline-block;
    width: 50%;
    padding: 8px 0;
    background-color: #ebebeb;
    font-size: 14px;
    font-family: freight-sans-pro,sans-serif;
    font-weight: 700;
}
.nb-latest-news-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
}


.comments-section {
	width: 100%;
	    padding: 0 15px;
}
.comments-section .single-post {
	padding: 20px;
	height: 230px;
}
.comments-section .single-post h3 {
	font-size:24px;
}
.nb-bg--blue-1 {
	background: #edf8fd;
    border-top: 1px solid #9cc8df;
    border-bottom: 1px solid #ebebeb;
    margin: 48px 0;	
    padding: 33px 0;
}
.nb-bg--blue-1 h3 {
	font-family: freight-sans-pro,sans-serif;
    font-weight: 700;
    color: #212121;	
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.nb-bg--blue-1 .col4:not(:first-child)  {
	border-left: 1px dotted #9cc8df;
}

.post-tags a {
	font-size: 12px;
}


.menus .header-search {
	display: block!important;
	margin: 0;
    background: #f5f5f5;
    padding: 20px 0;
}
.menus .header-search form.search {
	position: relative;
	width: 90%;
    margin: 0 auto;
}
.menus .header-search form.search button {
	position: absolute;
    right: 0;
    top: 0;
}
.menus .header-search .search-input {
	width: 90%;
    margin: 0 auto;
    display: block;
}
.header-text-mobile {
	text-align: center;
	position: relative;
	padding: 10px 0;
}
.first-p {
	animation: fade1 9s ease infinite;
	-webkit-animation: fade1 9s ease infinite;
	    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-weight: 600;
    text-transform: capitalize!important;
        width: 100%;
}
.second-p {
	animation: fade2 9s ease infinite;
	-webkit-animation: fade2 9s ease infinite;
	position: relative!important;
	font-weight: 600;
    text-transform: capitalize!important;
}
iframe {
	max-width: 100%;
}

/*** infinite css animation ****/
@-webkit-keyframes fade1 {
			  0% {
				opacity:1;
			  }
			  50% {
				opacity:0;
			  }
			  100% {
				opacity:1;
			  }
}
@keyframes fade1 {
			  0% {
				opacity:1;
			  }
			  50% {
				opacity:0;
			  }
			  100% {
				opacity:1;
			  }
}
@-webkit-keyframes fade2 {
			  0% {
				opacity:0;
			  }
			  50% {
				opacity:1;
			  }
			  100% {
				opacity:0;
			  }
}
@keyframes fade2 {
			  0% {
				opacity:0;
			  }
			  50% {
				opacity:1;
			  }
			  100% {
				opacity:0;
			  }
}


.col5.img-wrapper {
	padding: 0 0 0 15px;
	    max-height: 330px;
}
.nb-button--breaking-news{
	display: inline-block;
    font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    color: #979797;
    border: 1px solid #c8c8c8;
    text-transform: capitalize;
}
.nb-button--commentary {
	font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    text-transform: capitalize;
    background-color: #1abc9c;
    color: #fff;
    display: inline-block;
}
.nb-button--whyy-news {
	    background-color: #fdb813;
    color: #664a07;
        display: inline-block;
    font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
}
p.author {
	margin-bottom: 15px;
}
.nb-post-subtitle{
	margin-bottom: 24px;
    line-height: 28px;
    font-size: 24px;
}
h1 {
	font-size: 40px;
}
.page-wrapper {
	padding: 50px 0 0;
}
.edition-summary {
	    font-family: ff-meta-serif-web-pro,serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    color: #212121;
    margin-bottom: 3.5em;
}
.flex-item .search-input {
	min-width: 184px;
}

.nb-is-active {
	background-color: #fff;
}

.col6 > .recent-posts-home{
	height: auto;
}
.nb-latest-news-tabs li {
	cursor: pointer;
}
.recent-news, 
.recent-tweets {
	display: none;
}
.recent-news.nb-is-active,
.recent-tweets.nb-is-active {
	display: block;
}
.recent-news {
	padding: 15px 20px;
}
.recent-news h3 a {
	color: #212121;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}
.nb-latest-news-story {
    text-align: left;
    padding: 16px;
    border-bottom: 1px dashed #c8c8c8;
    font-family: freight-sans-pro;
}
.nb-latest-news-story .flex span {
	font-size: 12px;
    color: #979797;
    margin-bottom: 12px;
}
.sticky .logo a #logo-extended {
    display: none;
}
.sticky .logo a #logo-collapsed {
    display: block !important;
}
.edition-group .col3 {
    margin-bottom: 0;
}
.edition-group {
    margin-bottom: 0;
}    	
.edition-group .nb-volume-title {
    margin-bottom: 0;
}
.editions-wrapper {
    padding-top: 0;
}
.home .post-item h3 a {
    font-size: 20.7px;
}
.developer-site {
    margin: 0 auto;
}
.developer-site p a {
    color: #fff;
}
p.dsq-widget-meta {
    font-weight: bold;
}
.elm-button {
   background: #1abc9c !important;
   color: #FFFFFF;
   border: 0;
   padding: 5px 15px;
}
.okleftad{
	float: left;
}
.okrightad{
	float: right;
}
.single-post-heading {
    padding-bottom: 1px;
}
.single .img-wrap.mgt-100.mgb70 {
    margin-top: 0;
}
.col4 .related-posts {
    margin-top: 20px;
}
.col4 .related-posts h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #23bd9c;
    margin-bottom: 5px;
}
.col4 .related-posts .related-title {
    font-size: 17px;
    cursor: pointer;
    border-bottom: 1px solid #dedded;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/*oksidebar*/
.okedition .edition-group .col12, .oksubscribe #mc_embed_signup h2 {
    border-bottom: none;
    padding-bottom: 0;
}
.oksubscribe #mc_embed_signup form, .oknewsnotes, .okcomments {
    padding: 2% !important;
}
.okedition .edition-group{
	margin: 0;
}
.okedition .edition-group .nb-volume-title, .okcomments h3, .oksubscribe #mc_embed_signup h2, .oknewsnotes .post-tags a {
    font-size: 1.4em;
    border-bottom: 1px dotted #c8c8c8;
    padding-bottom: 2%;
}
.okschoolnet {
    margin: 25% 0 10% 0;
}
.okedition .edition-group ul li {
    width: 100%;
    text-align: center;
}
.okedition .edition-group ul {
    margin-top: 2% !important;
}
.oksubscribe .nb-mailchimp{
	width: 100%;
}
.oksubscribe .nb-mailchimp input.nb-mailchimp-email {
    min-width: 88%;
    padding: 2%;
}
.oksubscribe .nb-mailchimp button.nb-mailchimp-submit {
    padding: 2%;
}
.oksubscribe, .okcustomsidebar .note_book {
    margin-bottom: 5%;
}
.oknewsnotes, .okcustomsidebar .note_book, .oksubscribe{
	margin-top: 5%;
}
/****** responsive ******/
@media screen and (max-width: 767px){
	.note_book {
	    width: 300px;
	    height: unset;
	    margin: 0 auto;
	    margin-top: 30px;
	}
	.okleftad, .okrightad {
	    float: none;
	    width: 300px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	broadstreet-zone{
		padding: 15px !important;
	}
}
@media only screen and (min-width:769px) {
	.only-mobile { display: none; }
}
@media only screen and (max-width:768px) {
	.only-desktop { display: none; }
}

@media only screen and (max-width:1230px) {
	.header-text p {
		display: none;
	}
}
@media only screen and (max-width:920px) {
	.header-text {
		padding: 0;
	}
	div.logo {
		padding: 15px 10px 15px 0;
	}
	div.logo img {
		display: inline-block;
    	max-height: 33px;
	}
}
@media only screen and (max-width:768px) {
	.container-wide {
		width: 100%!important;
		-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);
        box-shadow:0 2px 4px rgba(0,0,0,.2);
	}
	.header-bars span {
		display: none;
	}
	div.logo img {
		max-height: 21px;
	}
	div.logo {
		border-right: 0;
	}
	.header nav ul {
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	}
	.header nav ul > li {
		width: 50%;
	    margin: 10px 0;
	    text-align: center;
	}
	.header nav ul li:nth-child(2) {
		border-right: none;
	}
	.header nav ul > li a {
		font-size: 18px!important;
	}
	.nb-nav-overflow {
		overflow: scroll;
		overflow-x: hidden;
		height: 150px;
	}
	.menus > .container { padding-bottom: 15px; }
	#topics {
		width: 100%!important;
		margin: 0 0 15px!important;
	}
	#header-more {
		padding: 0!important;
	    border-left: none!important;
	    margin: 0!important;
	}
	.sticky div.logo img {
		width: auto!important;
	}
	body .post-item .col6.img-wrapper {
		padding: 0!important;
	}
	.footer .nb-mailchimp {
		position: relative;
		width: 100%!important;
	}
	.footer .nb-mailchimp-email {
		padding-right: 70px;
		min-width: 100%!important;
	}
	.footer .nb-mailchimp-submit {
		position: absolute;
	    top: 0;
	    right: 0;
	}
	.footer-socials {
		 margin-left: 0!important;
   		 display: block!important;
	}
	.header-socials, .header-search {
		margin: 0!important;
	}
	.nb-author-preview {
		padding: 33px 0!important;
	}
	.nb-author-preview .nb-author-about {
		width: auto!important;
	}
	.homepage-banner {
		height: 333px;
	}
	.homepage-banner h2 {
		font-size: 30px!important;
	}
	.inside-homepage-banner {
		left: 15px!important;
	}
	.homepage-banner a {
		font-size: 18px!important;
	}
	.homepage-banner  img {
		height: 100%;
		width: 100%;
		object-fit:cover;
	}
	#filter span {
		margin: 5px!important;
		white-space: normal!important;
		display: block!important;
	}
	.col5.img-wrapper {
		padding: 0!important;
	}
}

.dsq-widget-user:after { display: inline; content: " - ";}


.notebook_area {
    background: #1ABC9C;
    padding: 20px 10px;
    text-align: center;
    color: white;
}
.after_sin_pobox h1 {

    font-size: 25px;
    font-weight: 700;
	position:relative;

}
.after_sin_pobox h2 {
    font-size: 23px;
	padding-bottom: 25px;
	font-weight: 900;
}

.after_sin_pobox h3 {
    text-decoration: none;
    color: #fff;
    padding: 6px 24px 8px;
    border: 1px solid #fff;
    font-family: freight-sans-pro;
    font-size: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.after_sin_pobox {
    padding-bottom: 30px;
}

.after_sin_pobox h1::after {
    position: absolute;
    border-bottom: 1px dashed #fff;
    width: 26%;
    content: "";
    bottom: -2px;
    left: 37%;
}
.note_book {
    width: 300px;
    height: 250px;
    margin-top: 20px;
}

.note_book h1::after {
    width: 55%;
    left: 23%;
}