#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: #666666;
    color: #FFFFFF;
    text-decoration: none;
}

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

.ds_blog_articlelist + .pagination_wrap {
    order: 3;
}

/* == Desktop
============================================================================ */
@media only screen and (max-width: 930px) {
    #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 {
    zoom:1; *display:inline; margin-bottom: 10px;padding:10px;
}
#ds_blog .ds_blog_article:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
}

.ds_blog_article img {max-width: 100%; height: auto;}

/*==== CHANGED ====*/
#ds_blog .ds_blog_article_title {
    color: #666666;
    margin: 0 0 5px;
    font-weight: normal;
}

/*==== CHANGED ====*/
#ds_blog .ds_blog_article_title a {
    color: #666666;
    margin: 0 0 5px;
    font-weight: normal;
}


/*#ds_blog .ds_blog_article_byline, #ds_blog .ds_blog_article_tags {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}*/

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

.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;
    position: relative;
}


#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;
    font-weight: bold;
    text-decoration: none;
    font-size: .75em;
}

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

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

#ds_blog .ds_blog_social_media {
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    height: 40px;
    width: 100%;
    margin: 5px 0 5px 0;
    padding: 6px 0;
    clear: left;
    box-sizing: border-box;
}

iframe {
   /* background: none repeat scroll 0 0 #F4F4F4;

    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    height: 30px;
    margin: 0 0 40px;
    */
    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 ;
    background: #F7F7F7;
    flex: 1 300px;
    -webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

#ds_blog .ds_blog_label {

    color: #666666;
    font-size: 1.1em;
    padding: 10px 0 0 0;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

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




#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_posted_on { display: none; }

#ds_blog .ds_blog_article_month {
	background: url(/shared/blog/blog3/images/date.png) no-repeat 3px 0;
	float: left;
	padding: 22px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 21px;
	width: 95px;
	height: 95px;
    box-sizing: border-box;
}

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

.dmg_layout_blogSmDiv { height: 6px; margin: 0 0 8px 95px; background: url(/shared/blog/blog3/images/border.png) repeat-x; -webkit-border-radius: 5px; border-radius: 5px; }
.dmg_layout_blogLgDiv { height: 20px; margin: 0 0 40px 0px; background: url(/shared/blog/blog3/images/border.png) repeat; -webkit-border-radius: 5px; border-radius: 5px; }
.dmg_layout_blogSecDiv { clear: both; height: 6px; margin: 0 0 8px -1px; background: url(/shared/blog/blog3/images/border.png) repeat-x; -webkit-border-radius: 5px; border-radius: 5px; }

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

#ds_blog .ds_blog_rss_link {
	color: #ffffff;
}


.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: #666666;
    font-size: 1em;
}

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

/* == 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%}
}
