#ds_blog {padding: 0 5px; min-height: 400px; overflow: hidden; clear: left; display: flex; flex-flow: row wrap;}
#ds_blog h1 {flex: 1 100%;}
#ds_blog a {color: #235191;text-decoration:none;}
#ds_blog a:hover {text-decoration:underline;}
#ds_blog .page-title {margin-right: 33%;}



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

#ds_blog .ds_blog_pagination {
    width: auto;
    list-style: none;
    margin: 20px 0 8px;
    padding: 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: #235191;
    color: #FFFFFF;
    text-decoration: none;
}

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

.ds_blog_articlelist + .pagination_wrap {
    order: 3;
}

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

list img {
	max-width: 98%;
	height: auto !important;
}

#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: .6;}
#ds_blog .ds_blog_tag_20 {font-size: 1.2em; opacity: .7;}
#ds_blog .ds_blog_tag_40 {font-size: 1.4em; opacity: .8;}
#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 {width: 100%; display:inline-block; margin-bottom: 20px; padding: 0;}

#ds_blog .ds_blog_article:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
}

.blog-logo-wrap {
    width: 100%;
}

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

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


#ds_blog .ds_blog_article_body {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0;
    padding: 0;
    clear: both;
    display: block;
    float: left;
}

#ds_blog .ds_blog_article_body p {margin: 1em 0; line-height: 1.5em;}

.ds_blog_article_body table {width: 100% !important;}

.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_pagination.prev:hover, #ds_blog .ds_blog_pagination.next:hover {background-color: transparent;}

#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: 104px;}
.ds_blog_social_media .share-mail {width: 20px; float: left !important;}

#ds_blog .ds_blog_social_media img{
    border: none;
}

.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: #235191; text-decoration: none; }
#ds_blog .ds_blog_article_byline a:hover { text-decoration: underline; }

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

#ds_blog .ds_blog_social_media {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    min-height: 20px;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 5px 0;
}

.ds_blog_article iframe {
    width: 100%;
}

.ds_blog_article iframe.instagram-media {
    margin: 0 auto 10px !important;
}

/*.ds_blog_article ol {
    padding-left: 15px;
}*/

.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;
    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;
}

#ds_blog .ds_blog_label {
    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: #235191;
    font-size: 1.1em;
    padding: 8px 0 5px 10px;
    float: left;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}

#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: #235191;
    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: #235191;
    font-size: 16px;
    margin: 0 0 0 0;
}

#ds_blog .ds_blog_tags a {
    color: #235191;
}

#ds_blog .ds_blog_navigation a {
    color: #235191;

}

#ds_blog .ds_blog_category {
    font-size: 14px;
    line-height: 18px;
    clear: both;
}

#ds_blog .ds_blog_archive_tree {
	float: left;
	list-style-type: none;
	margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

#ds_blog .ds_blog_archive_tree li {
	list-style-type: none;
}

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

.ds_blog_navigation form {width: 100%; padding-bottom: 16px; margin-bottom: 6px; border-bottom: 1px solid #cccccc; float: left;}
.ds_blog_navigation form input[type="search"] {width: 85%; height: 34px; border: 1px solid #B4B4B4; border-right: 0; border-radius: 5px 0 0 5px; line-height: 34px; padding: 0 0 0 5px; vertical-align: middle; box-sizing: border-box; -moz-appearance:none; -webkit-appearance:none; float:left;}
.ds_blog_navigation form input[type="submit"] {width: 15%; height: 34px; background: #235191 url(/shared/blog/blog1/images/icon-search.png) center center no-repeat; border: 0; border-radius: 0 5px 5px 0; font-size: 0; box-sizing: border-box; float: left;}
.ds_blog_navigation form input[type="submit"]:hover {background: #a2a2a2 url(/shared/blog/blog1/images/icon-search.png) center center no-repeat;}

.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;
}

.fb_iframe_widget {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: #235191;
    font-size: 1em;
    <!-- padding: 8px 0 5px 10px; -->
    <!-- float: left;  -->
    <!-- width: 100%; -->
    <!-- margin: 10px 0; -->
    <!-- box-sizing: border-box; -->
}

/*===============*/
/* == PHONE PORTRAIT
============================================================================ */
@media only screen and (max-width: 800px) {

/*

#ds_blog h1 {display: table-header-group; float: none;}
#ds_blog .ds_blog_articlelist {display: table-row-group; float: none;}
#ds_blog .ds_blog_navigation {display: table-footer-group; float: none;}
.ds_blog_pagination.next {margin-botom: 20px; display: block;}

#ds_blog { font-family: Arial, Helvetica, sans-serif; display: table;}
#ds_blog a {text-decoration:none;}
#ds_blog a:hover {text-decoration:underline;}

#ds_blog .ds_blog_navigation {
    width: 100%;
    margin:0 5px 0;
    box-sizing: border-box;
}

#ds_blog .ds_blog_select {
    width: 100%;
}
#ds_blog .ds_blog_label {
    font-weight: bold;
    display: block;
    font-size: 11px;
    margin-top: 10px;
}

#ds_blog .ds_blog_navigation * {
	box-sizing: border-box;
}

#ds_blog .ds_blog_articlelist {
    /*overflow:hidden;*/
    margin:0 4px;
    float: left;
}

#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 {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

#ds_blog .ds_blog_article { display:inline-block; zoom:1; *display:inline; margin-bottom: 10px;padding:10px;*min-width:95%;
    background: #bbb;
    background:transparent;
    zoom: 1;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    }

#ds_blog .ds_blog_article:after {
  display: block;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
}

#ds_blog .ds_blog_article_title {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}

#ds_blog .ds_blog_article_title a {
    text-decoration: none;
}

#ds_blog .ds_blog_article_byline, #ds_blog .ds_blog_article_tags {
    font-weight: bold;
    font-size: 10px;
    margin: 0.5em 0;
    display: block;
}

#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 .ds_blog_pagination {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

#ds_blog .ds_blog_social_media {
    float: left;
    margin-top: 10px;
}

#ds_blog .ds_blog_social_media img{
    border: none;
}

.ds_blog_article img {max-width: 100%;}
.customPageMobile.ui-content {padding: 0;}
.ds_blog_article_month {display: none;}
.ds_blog_social_media .share-gplus {width: 75px;}
.ds_blog_social_media .share-twitter {width: 97px;}
.ds_blog_social_media .share-facebook {width: 140px;}

}

*/

/*===============*/
/* == PHONE PORTRAIT
============================================================================ */
@media only screen and (max-width: 520px) {




	/*
	.ds_blog_social_media .share-linkedin {width: auto; margin-top: 5px; clear: left;}
	.ds_blog_social_media .share-mail {margin-top: 5px; float: left !important;}
	*/


}

/* == Tablet
============================================================================ */
@media only screen and (max-width: 820px) {
	#ds_blog .ds_blog_navigation {margin: 10px auto 0; border: 0;}
}


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


	#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%; max-width: none;}

	.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;}

	/* #ds_blog .ds_blog_article_body a {
        word-break: break-all;
    } */
}

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

