html {
	background-color: #ddd;
	width: 100%;
}
body {
	max-width: 81.25em;
	background-color: white;
	margin: auto;
	font-family: verdana,arial,sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}
.h1-smaller-nomargin {
	margin: 5px;
	font-size: 1.05em;
	color: #484e5c;
}
.small {
	font-size: 90%;
}
#page, .region-bottom {
	max-width: 1300px;
}
.layout-container {
    max-width: 1300px;
}
#user-login-form {
	font-size: 12px;
}
#block-openidconnectlogin {
	text-align: center;
	border: solid #f6f6f2 5px;
	padding: 0 0 1em 0;
}
#header {
	padding: 0;
	width: 100%;
	background: #21557a;
	text-align: center;
}
#header .layout-container {
	margin: 0;
}
#header .region-header {
	margin: 0;
	padding: 0;
	background: #000;
}
#header  .layout-container #block-child-of-bartik-branding {
	margin: 0;
	width: 100%;
}
#header  .layout-container .region-header a.site-branding__logo{
	background: #21557a url(/themes/child_of_bartik/css/images/blog-banner-400.jpg) no-repeat;
	background-color: #21557a;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: 0;
	padding-top: 15.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}

#header .layout-container #block-child-of-bartik-branding a img {
		position: absolute;
    top: 0;
    left: 0;
		height: 130px;
		width: 27px;
		opacity: 0.0;
		overflow: hidden;
	}

.view-frontpage,
.view-blogs-sorted-by-month,
.view-taxonomy-term,
#block-prefixtotagtermtitle {
	width: 90%;
	margin-left: 5%;
}
#block-prefixtotagtermtitle {
	font-size: small;
  line-height: 1;
	margin-top: 2em;
}
#block-prefixtotagtermtitle + .block-page-title-block h1 {
	margin-top: 0;
}
.view .views-row .field--name-field-teaser-image.field--type-image img {
	margin: .75em 0 0 0;
}
.featured-top {
    padding: 1em 10px 0 10px;
    background: #fff;
    background: rgba(0, 0, 0, 0);
    border-bottom: none;
    text-shadow: none;
}
.featured-top .views-field-title {
	text-align: left;
	font-weight: bold;
	color: #585858;
	max-width: 1200px;
  margin: auto;
}
.path-frontpage .layout-main {
    margin-top: 0;
}
.region-breadcrumb, .breadcrumb {
	font-size: 11.664px;
	font-weight: 600;
	padding: 0 3em .25em;
}
.node--view-mode-teaser .node__content .field--name-field-teaser-content p:last-child {
	margin-bottom: 0;
}
.node--view-mode-teaser .node__links {
	display: inline-block;
	float: none;
}
.node--view-mode-teaser .node__links ul.inline li {
	padding: 0 0.5em;
	display: block;
	text-align: left;
}
.node--view-mode-teaser .node__links ul.inline li.node-readmore {
	font-size: 1.5em;
}
.node--view-mode-teaser .field--name-field-blog-tags {
		clear: both;
		margin-top: 1em;
}
/* Add padding to external link icon */
svg.ext {
	padding-left: .15em;
}

/* blog content  */
/* home view */
.node--type-blog-post .field--name-field-blog-author {
	margin: 0 0 1em 0;
}
 /* .field--name-field-blog-3-images */
.field--name-field-blog-bricks .field--type-image .field__item,
.node--type-blog-post figure{
	position: relative;
	display: inline-block;
	/* margin: 1em 1%; */
	vertical-align: top;
}
.node--type-blog-post .field--name-field-blog-text figure {
	margin: 1em 1%;
}
.node--type-blog-post .field--name-field-blog-text figure img {
	margin:auto;
}
.node--type-blog-post figure {
    display: block;
		text-align: center;
}
.field--name-field-blog-bricks .field--type-image .field__item {
	margin: .5em 1%;
}
.field--name-field-blog-bricks .field--type-image .field__item a,
.node--type-blog-post figure a {
	border-bottom: none;
}
.field--name-field-blog-bricks .field--type-image .field__item a img {
	margin: 0;
}
.field--name-field-blog-bricks .field--type-image .field__item a span.brick-image-title {
  display: inline-block;
	font-size: .7em; 
	text-align: center;
  caption-side: bottom;
  max-width: 100%;
	position: absolute;
	bottom: 0.5ex;
	left:-1px;
	background: #F3F3F3;
  padding: 0.5ex 0;
  border: 1px solid #CCC;
	color: #3b3b3b;
}
.node--type-blog-post figcaption {
	display: inline-block;
	font-size: .7em; 
	text-align: center;
  caption-side: bottom;
	background: #F3F3F3;
  padding: 0.5ex 0;
	max-width: 100%;
	width: 100%;
	/* min-width: 90%; */
	color: #3b3b3b;
}
.node--type-blog-post figure img.align-right + figcaption {
	float: right;
  clear: right;
	margin: 0 0 .25em 1em;

	
}
.node--type-blog-post figure img.align-left + figcaption {
	float: left;
  clear: left;
	margin: 0 1em .25em 0;
}

.page-node-type-blog-post .field--name-field-blog-bricks .contextual-region {
	clear: both;
}
.field--name-field-blog-bricks .field--type-image .field__item a span.brick-image-title {
	width: 100%;
	bottom: 0;
}
/* Text container *********************************** */
.field__item .field--name-field-blog-text p {
	margin: .5em 1% 1.2em 1%;
}
.field__item .field--name-field-blog-text figure img, 
.field__item .field--name-field-blog-text figure img.align-right,
.field__item .field--name-field-blog-text figure img.align-left {
	margin-bottom: 0;
}
/* Image Blocks ****************************************** */
.image-container-2 figure{
	width: 47%;
}
.image-container-2 figure img {
	width: 97%;
}
.image-container-3 figure  {
	margin: 1px;
}
.field--name-field-blog-2-images,
.field--name-field-blog-2-images .field__item a,
.field--name-field-blog-2-images .field__item img {
	width: 100%
}
.field--name-field-blog-2-images .field__item {
	width: 47%;
	float: left;
}
.field--name-field-blog-3-images .field__item:first-of-type, 
.image-container-3 figure:first-of-type {
	width: 58%;
	float: left;
	margin-bottom: 0;
}
.field--name-field-blog-3-images .field__item:nth-child(2),
.field--name-field-blog-3-images .field__item:nth-child(3),
.image-container-3 figure:nth-child(2),
.image-container-3  figure:nth-child(3) {
	width: 38%;
	margin-bottom: 0;
}
.field--name-field-blog-2-images .field__item img,
.field--name-field-blog-3-images .field__item:nth-child(2) img,
.field--name-field-blog-3-images .field__item:nth-child(3) img,
.field--name-field-blog-4-images .field__item  img,
.field--name-field-blog-5-images .field__item:nth-child(n+2) img,
.field--name-field-6-images .field__item:nth-child(n+2) img,
.image-container-3 figure:nth-child(2) img,
.image-container-3  figure:nth-child(3) img{
	object-fit: cover;
}
.image-container-3 figure:nth-child(2) figcaption,
.image-container-3  figure:nth-child(3) figcaption{
	bottom: 0.3ex;
}
.field--name-field-blog-3-images:after,
.image-container-3:after {
	content: "";
  display: table;
	clear: both;
}
/* 5 image block *********** */
.field--name-field-blog-5-images .field__item {
	float: left;	
}
.field--name-field-blog-5-images .field__item:first-of-type {
	width: 30%;
	margin-bottom: 0;
}
.field--name-field-blog-5-images .field__item:nth-child(2) {
	width: 66%;
	margin-bottom: 0;
}
.field--name-field-blog-5-images .field__item:nth-child(3) {
	width: 58%;
	clear:left;
}
.field--name-field-blog-5-images .field__item:nth-child(n+4) {
	width: 38%;
	margin-bottom: 0;
}
/* 6 image block *********** */
.field--name-field-blog-4-images .field__item,
.field--name-field-6-images .field__item {
	float: left;	
}
.field--name-field-6-images .field__item:first-of-type {
	width: 30%;
	margin-bottom: 0;
}
.field--name-field-6-images .field__item:nth-child(2) {
	width: 66%;
	margin-bottom: 0;
}
.field--name-field-blog-4-images .field__item:first-of-type,
.field--name-field-6-images .field__item:nth-child(3) {
	width: 58%;
	clear: left;
}
.field--name-field-blog-4-images .field__item:nth-child(n+2),
.field--name-field-6-images .field__item:nth-child(n+4) {
	width: 38%;
	margin-bottom: 0;
}
/* Related Documents *****************/
.block-views-blockrelated-documents-view-block-1,
.field--name-field-related-documents .field__item {
	display: inline-block;
	margin-right: 1em;
}
.block-views-blockrelated-documents-view-block-1 h3 {
	padding-right: 0.5em;
	font-weight: bold;
	font-size: 1.071em;
	color: #3b3b3b;
	margin-top: 0;
}
.block-views-blockrelated-documents-view-block-1 .views-row {
	font-size: .9em;
	line-height: 2em;
}
.block-views-blockrelated-documents-view-block-1, 
.field--name-field-related-documents .field__item:last-of-type {
	margin-bottom: 1em;
}
/* Tags ************* */
.field--name-field-blog-tags {
    content: "";
    display: table;
    clear: both;
}
/* Slideshow shadowbox ***************** */
#colorbox, #colorbox div {
    font-size: .95em;
}
#cboxWrapper {
	background: rgba(200, 200, 200, 0.90);
}
#cboxTitle {
	min-height: 38px; 
	height: auto;
	position: absolute;
	bottom: -40px;
	background: rgba(200, 200, 200, 0.70);
}
.field-slideshow-caption {
	text-align: center;
}
#block-views-block-blog-slideshow-block-1 {
	margin: 2em 0;
}
#views_slideshow_cycle_teaser_section_blog_slideshow-block_1 {
	margin: auto;
	text-align: center;
	max-width: 100%;
}
#views_slideshow_cycle_teaser_section_blog_slideshow-block_1 .views_slideshow_cycle_slide {
	max-width: 100%;	
}
.views-slideshow-controls-bottom {
	text-align: center;
	font-size: .7em;
}
/* Slideshow Image caption */
.views-field-nothing {
	background: #ddd;
	margin: auto;
	margin-top: -4px;
	padding: 0 1em;
	font-size: .9em;
	box-sizing: border-box;
	max-width: 100%;
}
.view-view-blog-content-after-slideshow header {
	display: none;
}
.view-view-blog-content-after-slideshow video {
	max-width: 100%;
	height: calc(56%)!important;
}
.view-view-blog-content-after-slideshow .video-embed-field-responsive-video iframe {
	max-width: 100%;
	height: calc(90%)!important;
}
/* Sidebar ************************************** */
.view-id-statistics_blog_views .view-content .views-row {
	margin: 1.0em 0 0.5em;
}
#sidebar-second h2 {
	color: #585858;
	font-weight: 600;
	font-size: 1em;
}
#block-emaillistrequest .field--name-body {
	font-size: .9em;
}
#blog-twitter-feed {
	height: 308px;
	overflow-y: scroll;
}
#blog-twitter-feed iframe {
	width: 95%;
}
.view-blog-archives,
.view-blog-tags {
	overflow-y: scroll;
  max-height: 250px;
}
.view-blog-archives .views-row {
	display: none;
}
.md-special-body-list-inline {
    list-style-type: none;
    width: 100%;
    margin: 0;
}
#block-socialmedia .md-special-body-list-inline {
	padding-left: 0;
}
.md-special-body-list-inline li {
    display: inline-block;
    width: 21%;
    padding: 0;
}
.view-tag-cloud { line-height:180%; }
.view-tag-cloud .views-row { overflow: auto; display: inline-block; font-size: .9em;}
.view-tag-cloud .views-field-name { float:left; padding:0 2px 0 0; }
.view-tag-cloud .views-field-uuid { float:left; padding:0 5px 0 0;  }
/* End sidebar *************** */

/* Tags *************************************************** */
.field--name-field-blog-tags .field__item {
	display: inline-block;
}
.field--name-field-blog-tags .field__item::after {
	content: "\00a0\00a0\00a0";
}
/* Comments ***************************************** */
.view-view-blog-content-after-slideshow .view-content .field--name-field-blog-tags+section,
.path-comment .main-content section #block-child-of-bartik-content div.content {
	display: block !important;
}
.filter-guidelines-plain_text {
	display: none;
}
section.field--name-comment {
	font-size: 85%;
	word-wrap: normal;
}
section.field--name-comment article.comment:first-of-type::before {
	content: "Reader's Comments";
	font-size: 140%;
	display: table-caption;
  margin-bottom: 1em;
	font-weight: bold;
}
section.field--name-comment div.indented article.comment:first-of-type::before {
	content: "";	
}
.comment__content {
	word-break: normal
}
form#comment-form .js-form-type-textfield.form-item-name::after {
	content: "Name is not required.";
	display: table;
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px;
}
#comment-form .js-form-item-homepage {
	display: none;
}
#comment-form .captcha {
	font-size: .8em;
	max-width: 600px;
}
#comment-form .captcha summary {
	display: none;
}
#comment-form  details.captcha .details-description {
    font-weight: bold;
}
#comment-form .captcha input#edit-captcha-response {
	width: 150px;
	margin-bottom: .5em;
}

