#ds_blog {overflow: hidden; display: flex; flex-flow: row wrap;}
#ds_blog h1 {flex: 1 100%}
#ds_blog a {text-decoration:none;}
#ds_blog a:hover {text-decoration:underline;}


.pagination_wrap {
    width: 100%;
    display: block;
}

#ds_blog .ds_blog_pagination {
    width: 100%;
    list-style: none;
    margin: 20px 0 8px;
    padding: 0 320px 0 0;
    text-align: right;
}

#ds_blog .ds_blog_pagination li {
    display: inline-block;
    margin-left: 5px;
}

#ds_blog .ds_blog_pagination li a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 18px;
    background: #EFEFEF;
}

#ds_blog .ds_blog_pagination li a:hover {
    background: #1E4B24;
    color: #FFFFFF;
    text-decoration: none;
}

#ds_blog .ds_blog_pagination li a.highlighted {
    background: #1E4B24;
    color: #FFFFFF;
    cursor: default;
}

.ds_blog_articlelist + .pagination_wrap {
    order: 3;
}

/* == Desktop
============================================================================ */
@media only screen and (max-width: 820px) {
    #ds_blog {
        flex-flow: column;
    }

    #ds_blog .ds_blog_articlelist {
        flex: 1 100%;
    }

    #ds_blog .ds_blog_article {
        width: 100%;
    }

}

/* == Tablet
============================================================================ */
@media only screen and (max-width: 768px) {

    #ds_blog .ds_blog_pagination {
        padding: 0;
    }

}


#ds_blog .ds_blog_select {
    width: 100%;
}
#ds_blog .ds_blog_articlelist {
    margin:0  ;
    flex: 1 60%;
    -webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

#ds_blog .ds_blog_tags {
    margin: 10px 0;
    font-size: 10px;
    font-weight: bold;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

#ds_blog .ds_blog_tag {text-decoration:none; padding: 0 4px;}

#ds_blog .ds_blog_tag_0 {font-size: 1em; opacity: .4;}
#ds_blog .ds_blog_tag_20 {font-size: 1.2em; opacity: .5;}
#ds_blog .ds_blog_tag_40 {font-size: 1.4em; opacity: .7;}
#ds_blog .ds_blog_tag_60 {font-size: 1.6em; opacity: .9;}
#ds_blog .ds_blog_tag_80 {font-size: 1.8em; opacity: 1;}

#ds_blog .ds_blog_tag:hover {opacity: 1;}

#ds_blog .ds_blog_title {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.BlogPostHeaderImage {width: 100%; text-align: center;}
.BlogPostHeaderImage img {width: 100%; margin-bottom: 16px}

.BlogPostBodyImage {text-align: center;}

#ds_blog .ds_blog_article { display:inline-block; zoom:1; *display:inline; margin: 0 0 10px 129px;padding:10px;*min-width:95%;
    box-shadow: -15px 0 5px -10px #D8D8D8;
}
#ds_blog .ds_blog_article:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
}

/*==== CHANGED ====*/
#ds_blog .ds_blog_article_title {
    color: #1E4B24;
    margin: 0 0 5px;
    font-weight: normal;
    border-bottom: dashed 1px #c1c1c1;
}

/*==== CHANGED ====*/
#ds_blog .ds_blog_article_title a {
    color: #1E4B24;
    margin: 0 0 5px;
    font-weight: normal;
    line-height: 1em;
}


#ds_blog .ds_blog_article_body {
    font-size: 14px;
    line-height: 18px;
    margin: 10px;
    padding: 0;
    clear: both;
    display: block;
    float: left;
    width: 94%;
}

.ds_blog_article_body img {max-width: 98%; height: auto;}

.overview-image-container {
    text-align: center;
}

.overview-image-wrapper {
    display: inline-block;
    position: relative;
}

.overview-image-caption {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 5px;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.overview-image-wrapper img {
    display: block;
}

#ds_blog .ds_blog_pagination {
    font-weight: bold;
    font-size: 14px;
}

#ds_blog .ds_blog_social_media div{
	float: left;
}

.ds_blog_social_media .share-gplus {width: 80px;}
.ds_blog_social_media .share-twitter {width: 97px;}
.ds_blog_social_media .share-facebook {width: 140px;}
.ds_blog_social_media .share-linkedin {width: 96px;}
.ds_blog_social_media .share-mail {width: 20px; float: left !important;}

#ds_blog .ds_blog_social_media img{
    border: none;
}

.fb_iframe_widget {order: 3;}

.blog-share-icon {
    height: 26px;
    margin-right: 25px;
    font-size: 26px;
    display: inline-block;
    float: left;
}

.blog-share-icon .fa {
    line-height: 26px;
}

/*==== ADDED ====*/
.ds_blog_article_tags {
    float: left;
    color: #252525;
    font-size: 0.7em;
    line-height: 16px;
    border-top: 1px solid #C1C1C1;
    padding: 5px 0;
    width: 100%;
}

.ds_blog_article_byline {
    color: #000000;
    text-decoration: none;
    font-size: .75em;
}

/*==== ADDED ====*/
#ds_blog .ds_blog_article_byline a { color: #1E4B24; text-decoration: none; }
#ds_blog .ds_blog_article_byline a:hover { text-decoration: underline; }

#ds_blog .ds_blog_article_tags a {text-decoration: none; }
#ds_blog .ds_blog_article_tags a:hover {text-decoration: underline; }

#ds_blog .ds_blog_social_media {
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    height: 26px;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 3px 0;
}

iframe {
    width: 100%;
}

.sidebar-custom-content {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c1c1c1;
}

#ds_blog .ds_blog_navigation {
    min-width: 200px;
    padding: 10px;
    margin:0 5px 0 ;
    border-left: solid 1px #C1C1C1;
    box-sizing: border-box;
    flex: 1 300px;
    -webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/*====CHANGED====*/
#ds_blog .ds_blog_label {
	border-bottom: 1px dashed #C1C1C1;
    border-top: 1px dashed #C1C1C1;
    color: #1E4B24;
    font-size: 1.1em;
    padding: 6px 0 3px;
	float: left;
    width: 100%;
    margin: 10px 0;
}

#ds_blog .ds_blog_rss_link {
	background: #F3F3F3; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F3F3F3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F3F3F3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FDFDFD,  #F3F3F3); /* for firefox 3.6+ */
    border: 1px solid #B4B4B4;
    border-radius: 5px 5px 5px 5px;
    color: #1E4B24;
    font-size: 1.1em;
    padding: 8px 0 5px 10px;
    float: left;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}

#ds_blog .ds_blog_navigation_head {
    display: block;
    font-weight: normal;
    color: #1E4B24;
    font-size: 1.25em;
    margin: 0 0 0 0;
}

/*
#ds_blog .ds_blog_tags a {
    color: #1E4B24;
}

#ds_blog .ds_blog_navigation a {
    color: #1E4B24;

}
*/

#ds_blog .ds_blog_category {
    font-size: .85em;
    clear: both;
    margin-bottom: 6px;
}

#ds_blog .ds_blog_archive_tree {
	float: left;
	list-style-type: none;
	margin: 0;
    padding: 0;
    width: 100%;
}

#ds_blog .ds_blog_archive_tree li {
	list-style-type: none;
	margin-bottom: 6px;
}

#ds_blog .ds_blog_archive_exp {
	border-bottom: solid 1px #cccccc;
	padding: 4px 0;
	margin: 0;
}

#ds_blog .ds_blog_archive_exp ul {
    padding-left: 15px;
    margin: 5px 0;
}

.ds_blog_view_external_article {

}

#ds_blog .ds_blog_article_month {
	background: url(/shared/blog/blog2/images/calendar.png) no-repeat 3px 0;
	float: left;
	padding: 40px 0 0 0;
	margin: 0 0 0 -148px;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #636363;
	line-height: 21px;
	position: absolute;
	width: 135px;
	height: 55px;
}

#ds_blog .ds_blog_article_month .ds_blog_article_daye {
	font-size: 1.6em;
}

.ds_blog_posted_on {
	display: none;
	float: left;
}

.fb-comments {margin: 0 0 0 129px;}

.fb_iframe_widget_fluid {
	-webkit-box-flex: 1 100%;
  	-moz-box-flex:  1 100%;
  	-webkit-flex:  1 100%;
  	-ms-flex:  1 100%;
  	flex:  1 100%;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

#ds_blog #ds_blog_subscription {
    font-size: 14px;
    line-height: 18px;
}
#ds_blog #ds_blog_subscription p {
    padding-bottom: 10px;
}
#ds_blog #ds_blog_subscription form {
    line-height: 25px;
}
#ds_blog #ds_blog_subscription label {
    display: inline-block;
    width: 85px;
}
#ds_blog #ds_blog_subscription input[type=button] {
    display: block;
    margin: auto;
    background: #F3F3F3; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F3F3F3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F3F3F3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FDFDFD,  #F3F3F3); /* for firefox 3.6+ */
    border: 1px solid #B4B4B4;
    border-radius: 5px 5px 5px 5px;
    color: #1E4B24;
    font-size: 1em;
    <!-- padding: 8px 0 5px 10px; -->
    <!-- float: left;  -->
    <!-- width: 100%; -->
    <!-- margin: 10px 0; -->
    <!-- box-sizing: border-box; -->
}

/*===============*/

/* == Desktop
============================================================================ */
@media only screen and (max-width: 960px) {

	#ds_blog .ds_blog_article_month {
    background: none;
    float: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #636363;
    line-height: 21px;
    position: relative;
    width: auto;
    height: auto;
    }

	#ds_blog .ds_blog_article {margin-left: 0; box-shadow: none;}
	.ds_blog_article_month br {display: none;}
	#ds_blog .ds_blog_article_month .ds_blog_article_daye {padding-left: 10px; font-size: 1.1em; display: inline-block}

}

/* == Desktop
============================================================================ */
@media only screen and (max-width: 768px) {
	#ds_blog .ds_blog_articlelist {flex: 1 100%;}
	#ds_blog .ds_blog_navigation {margin: 10px auto 0; border: 0;}

	#ds_blog .ds_blog_social_media {height: auto; overflow: hidden;}
	#ds_blog .ds_blog_social_media > div {margin: 5px 0;}

	#ds_blog .ds_blog_article {padding: 10px 0;}
	#ds_blog .ds_blog_article_body {margin: 10px 0; width: 100%;}

	.ds_blog_navigation input[type="search"] {width: 100%; height: 30px; margin-bottom: 10px; padding: 0 0 0 5px;}
	.ds_blog_navigation form input[type="submit"] {margin: 0 auto; display: block;}
}

/* == Phone
============================================================================ */
@media only screen and (max-width: 420px) {
  #ds_blog .ds_blog_navigation {flex: 1 100%}
}