/* Flexboxen.css */
.flex-container-wrapper{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-moz-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;-webkit-box-align: stretch;-moz-box-align: stretch;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start}.flex-container-column{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-moz-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-content: stretch;-ms-flex-line-pack: stretch;align-content: stretch;-webkit-box-align: stretch;-moz-box-align: stretch;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start}.flex-container-90{width:90vw;max-width:90vw;padding-right:5vw;padding-left:5vw}.flex-container-70{width:90vw;max-width:90vw;padding-right:5vw;padding-left:5vw}#footer #article-13,#sticky .ce_sHtml5Start.flex-container-wrapper{-webkit-justify-content: space-around;    -ms-flex-pack: distribute;    justify-content: space-around;    -webkit-align-content: center;    -ms-flex-line-pack: center;    align-content: center;    -webkit-align-items: stretch;    -ms-flex-align: stretch;    align-items: stretch}.custom .flex-container-wrapper .ce_image{padding-right:10px;text-align:right;color:#005197;-webkit-flex: 2 0 auto;-ms-flex: 2 0 auto;flex: 2 0 auto}.flex-container-wrapper .text_shrink:nth-child(2){-webkit-flex: 2 0 auto;    -ms-flex: 2 0 auto;    flex: 2 0 auto}.ce_gallery ul.flex-container-wrapper{-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around}.justify_content_space_around{-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around}.justify_content_space_between{-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between}