/* CUSTOM STYLES FOR UPGRADED BLOG DISPLAY */



/* LAYOUT */

.blog_title {
	font-weight: bold;
	color: #1960b4;
}

.blog_subhead {
	font-family: "Bitter Italic", sans-serif;
	color: #54666e;
}



.entry-content {
	box-sizing: border-box !important;
}

.et_bloom_below_post, .et_bloom_below_post div {
	box-sizing: border-box !important;
}


.table_image {
	width: 100%;
    height: auto;
}

.table_images {
	border:1px solid black;
}

.table_images td, .table_images th {
	padding:10px;
	border:none;
}


.full_shadow {
	width: 100%;
    height: auto;
    line-height: 0 !important;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(35,57,65, 0.3), 0 0 40px rgba(35,57,65, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(35,57,65, 0.3), 0 0 40px rgba(35,57,65, 0.1) inset;
    box-shadow: 0 1px 4px rgba(35,57,65, 0.3), 0 0 40px rgba(35,57,65, 0.1) inset;
}

.full_noshadow {
	width: 100%;
    height: auto;
    line-height: 0 !important;
    padding: 0;
}


.full_post {
	margin: 50px auto !important;
}






.blog_title {
	margin: 0;
}

.blog_subhead {
	margin-top: 0;
}






@media (max-width:450px) {
	.blog_title { font-size: 35px !important; }
	.blog_subhead { font-size: 12px; margin:0 !important; }
	.blog_headline { font-size: 25px !important; }
}

@media (min-width:450px) {
	.blog_title { font-size: 40px !important; }
	.blog_subhead { font-size: 15px; }
}

@media (min-width: 770px) {

	.blog_title { font-size: 50px !important; }
	.blog_headline { font-size: 34px !important; }
}


@media (min-width: 961px) {
	.full_post { 
	  /* width:960px;
	  margin:auto; */
	}	
	.blog_subhead { font-size: 18px; }
	

}








.blog_headline {
	
	/*margin:0;*/
	line-height: 1.2em;
	font-weight: 100;
}

.blog_title a {
	color: #1960b4;
	text-decoration: none;
}

.blog_title a:hover {
	color: #0090d0;
}

.byline {
	margin:0 0 30px 0 !important;
	color: #a7a7a7 !important;
	font-family: "Bitter Italic", 'Open Sans', sans-serif !important;
	font-size:16px;
}


.single_post .headings {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.full_post p, .full_post ul, .full_post ol, .full_post figure {
	font-family: 'Open Sans', sans-serif !important;
	line-height: 1.8em !important;
	font-size: 15px !important;	
	color:#000000;
}

.longform p + p {
	margin-top: 40px !important;
}



.full_post strong {
	color: #233941;
	font-weight:900 !important;
}

.full_post figure a {
	text-decoration: none;
}

.author {
	font-weight: bold;
}


p + h2, figure + h2, hr + h2, table + h2 {
	margin: 50px 0 30px 0 !important;
}


.plainrule {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin:40px 0;
}


/* STYLES FOR FANCY LISTS */

ul.fancylist {
    margin: 0 0 50px 25px;
    padding: 0;
}

ul.fancylist > li:not(:last-child) {
	margin-bottom: 10px;
}

ol.fancycount {
    margin: 0;
    margin-left: 25px;
    margin-bottom: 40px;
}

ol.fancycount > li:not(:last-child) {
	margin-bottom: 25px;
}











.full_post blockquote {
	background-color: #fef3b6;
	border-left: 10px solid #f16920;
	font-style: normal !important;
	padding:2px 15px !important;
	margin: 25px 0 25px 50px !important;
	width:auto !important;
}


.blogpullquote {
	font-family: "Bitter Italic", serif;
	color: #f16920;
	font-size: 30px;
	margin:40px !important;
	line-height: 1.5em;
}

.quotecenter {
	text-align: center;
}

.full_post .fancylist, .full_post .fancycount {
	margin: 25px 0 25px 62px !important;
} 


.full_post h3:not(.resource_header) {
	text-align: left;
	color: #43545b;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 35px 0 15px 0 !important;
	text-decoration: none;
	font-size: 23px;
}



.twitter-tweet {
	margin:40px auto !important;
}



.blogsep {
    padding: 0;
    border: none;
    border-top: medium double #fef3b6;
    color: #fef3b6;
    text-align: center;
    top:50px !important;
	line-height: 2em;
}
.blogsep:after {
    content: "⍟";
    display: inline-block;
    position: relative;
    top: -0.3em;
    font-size: 5em;
    padding: 0 0.25em;
    background: white;
    color: #f16920;
}

.blog_meta {
	margin-top: 50px;
}



.person {
  border: 6px solid #ff8c50;
  width: 250px !important;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 100%;
}


.person_small {
  border: 6px solid #ff8c50;
  width: 150px !important;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 100%;
}


hr + .person_small {
	margin-top: 20px !important;
}









/*STYLES FOR BLOG LANDING PAGE*/

.noimage {
	margin-top: 150px !important;
}


.preview  {
  margin-bottom: 100px;
}



.blog_headline a {
	color: #1960b4;
	text-decoration: none;
}

.blog_headline a:hover {
	text-decoration: underline;
}



.continue_reading {
	background-color: #1960b4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:14px;
	color:white;
	font-weight: 800;
	text-decoration: none;
	text-transform:uppercase;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}



.continue_reading:hover {
  background-color: #233941;
}

.continue_reading:visited {
	color: white !important;
}



.excerpt {
  margin-bottom: 40px;
}




/* NAV BUTTONS */



.blognav {
	text-align: center;
}


.blognavbtn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 10px 20px;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif;
  background-color: #a7a7a7;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width:100px;
  text-decoration:none;


	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;  
}

.blognavbtn:visited, .blognavbtn:link {
	color: #fff !important;
}

.blognavbtn:hover {
    background-color: #233941;
    color: #fff
}


body>a.blognavbtn.nav {
  position: relative;
  font-size: 16px;
  margin: -30px 10px 50px 10px;
  padding: 3px 15px;
}


body>a.blognavbtn.nav.prev span {
  margin-right: 5px;
}

body>a.blognavbtn.nav.next span {
  margin-left: 5px;
}

.nav.prev {
	margin-right: 10px;
}


.nav.next {
	margin-left: 10px;
}


.prev .fa-arrow-circle-o-right {  
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


table.normal {
	font-family: 'Open Sans', sans-serif !important;
    line-height: 1.8em !important;
    font-size: 14px !important;
    color: #43545b;
    margin: 20px auto;
}

table.normal td {
	padding: 10px 20px;
}


table:not([class!=""]) {
	border:thin solid red;
}


.person {
  display: block;
  float: right;
  border: 6px solid #f16c48;
  border-radius: 100%;
  width: 200px;
  height: auto;
  transition: 0.2s;
  margin: 0 0 20px 15px;
  shape-outside: circle();
  
}



.dummy-button {
    color: #54666e !important;
    background: #ededed;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border: 1px solid #e6e6e6;
    text-decoration: none;
    padding: 15px 20px !important;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 100%;
    position: relative;
    cursor: pointer;
}

.dummy-button:hover{
  background: #ededed !important;
}






/*POST SERIES STYLES*/

.post-series-header, .series_box {
	border-top:1px dashed #3fa9f4;
	border-bottom:1px dashed #3fa9f4;
	margin:10px 0;
}

.post-series-header {
	font-style: italic;
	padding:10px 0;
}

.series_box {
	padding:15px 0;
	margin:20px 0;
}

.post-series-header .fa, .series_box .fa {
	margin-right: 10px;
}

.series_box p {
	margin:0;
}

.post-series-list.fancycount {
	margin: 10px 0 0 40px !important;
}

.series-post-part {
	border-top: 1px dashed #f16920;
	border-bottom: 1px dashed #f16920;
	margin:40px 0;
	text-align: center;
}

.photocredit .fa {
	margin-right: 10px;
}

.series_meta {
	margin: 50px 0;
	border:10px solid white;
	outline: solid 6px #F2F2F2;
}

.series_meta .fa {
	margin-right: 10px;
}

.series_meta h2 {
	margin:0;
}

.blog_meta {
	text-align: center;
	margin: 50px 0;
	background-color: #F2F2F2;
	border:5px solid white;
	outline: solid 6px #F2F2F2;
}


/*  MORE BOX CONTAINERS */

.blog-more-container {
	/* display: -ms-flex;
	display: -webkit-flex;
	display: flex; */
}

.blog-more-container {
	/* width: 45%;
	padding: 10px; */
	background-color: #F2F2F2;
	border:5px solid white;
	outline: solid 6px #F2F2F2;
	text-align: center;
}

.blog-more-container > div:first-child {
	margin-right: 50px;
}

.blog-more-container a {
	font-weight: bold;
}

.blog-more-container li {
	text-align: left;
}

.blog-more-container h4 {
	text-align: center;
	margin-top: 0;
}

.bottom-bulb {
	width:50px;
	height: auto;
	margin:10px 0 5px 0;
	text-align: center;
}

@media all and (max-width: 700px) {
  .blog-more-container { display:block; }
  .blog-more-container > div {
	/* width:100%;
	margin:40px 0;
	box-sizing: border-box;  */
	}
}



/* RANDOM BITS */

.listicle h2:not(:first-of-type) {
	margin-top: 60px;
}

.category-listicle .videoWrapper {
	margin:0 !important;
}

.category-listicle hr:last-of-type {
	margin:40px 0 !important;
}

.nobullets {
	list-style-type: none;
}



/* 'USE IN ELI' STYLE FOR LAUNCH BUTTONS */

.btn_load_task {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  color: #fff !important;
  background: #3f85c9;
  background: -moz-linear-gradient(top, #ffffff 0%, #599fe4 0%, #3f85c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#599fe4), color-stop(100%,#3f85c9));
  background: -webkit-linear-gradient(top, #ffffff 0%,#599fe4 0%,#3f85c9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#599fe4 0%,#3f85c9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#599fe4 0%,#3f85c9 100%);
  border: 1px solid #59a1e8;
  text-decoration: none;
  padding: 10px 30px 10px 0px !important;
  border-radius: 4px;
  display: block;
  width: 300px !important;
  text-align: center;
  font-size: 100%;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.btn_load_task:after {
  font-family: 'icomoon';
  right: 25px;
  width: 1em;
  position: absolute;
  content: '\e60a';
  font-size: 20px;
}

.btn_load_task:hover {
  background: #3e89d4 !important;
}

.btn_load_task a, .btn_load_task a:visited {
	color:white !important;
}



table.fullbody {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: gray;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}