﻿/** Author : Ethical Sector ( https://www.ethicalsector.com ) Green : #2aa749 Yellow : #ffdc16 **/

@font-face {
     font-family : 'Zawgyi-One';
     src : local('☺'), url('https://mmwebfonts.comquas.com/fonts/zawgyi.woff') format('woff'), url('https://mmwebfonts.comquas.com/fonts/zawgyi.ttf') format('ttf');
}

html {
     scroll-behavior: smooth;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mb-50 {
  margin-bottom: 50px!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-30 {
	margin-top: 30px!important;
}

.mt-50 {
  margin-top: 50px!important;
}


 #mheader, 
 div#elx_addsearchengine, 
 div.elx_back, 
 div.mpath, 
 div#toolbarRight, 
 :lang(my) div.orbit-caption p, 
 :lang(mm) div.orbit-caption p,
 div#elx_category_page_1 .elx5_category_image, 
 div#elx_category_page_2 .elx5_category_image { /*USESFUL RESOURCES*/ 
     display : none!important;
}

/** OVERWRITE STANDARD CSS **/

form#fmcgsearch, form#fmsearchcontent {
	margin: 34px 0 44px;
}

fieldset.elx5_fieldset {
    border: 2px solid #2ca749;
    background: #FFFFFF;
}

fieldset.elx5_fieldset legend {
    padding: 8px;
    background: #2ca749;
		border-radius: none;
}

.elx5_vspace {
	clear: both;
}

select.elx_modsearch_eng {
	background: none!important;
}

input.elx_modsearch_input, input.elx_modsearch_input:focus, input.elx_modsearch_input:hover {
    width: 144px;
    height: 25px;
}

figure.elx5_content_imageboxtl {
	width: 200px;
}

ul.elx5_pagination {
	display: table;
	margin: 0 auto;
}

ul.elx5_pagination > li {
	margin: 0 auto!important;
}


div.moduleSectors {
	margin: 0 21px;
}

div.moduleSectors > h3 {
	text-align: center;
	margin-bottom: 34px;
}

div.moduleSectors div.superarticles {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: stretch;
}

div.moduleSectors div.contentsup, 
div.elx5_3colbox,
div.elx5_2colbox {
	flex: 0 0 31%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 55px;
    padding-bottom: 1em;
    background: #fff;
}

div.elx5_2colbox {
	flex: 0 0 48%;
}

div.elx5_tlspace div.elx5_2colbox {
	flex: 0 0 none;
	box-shadow: none;
	transition: none;
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}

div.moduleSectors div.contentsup .elx_featured_box {
	border: none;
	padding: 0;
	margin: 0;
}

div.moduleSectors div.contentsup .elx_featured_box div.elx_content_imagebox,
div.elx5_3colbox figure.elx5_content_imagebox,
div.elx5_2colbox figure.elx5_content_imagebox {
	overflow: hidden;
}

div.elx5_3colbox figure.elx5_content_imagebox,
div.elx5_2colbox figure.elx5_content_imagebox {
	margin: 0;
}

div.moduleSectors div.contentsup .elx_featured_box div.elx_content_imagebox > div {
	margin: 0!important;
}

div.moduleSectors div.contentsup .elx_featured_box img,
div.elx5_3colbox figure.elx5_content_imagebox img,
div.elx5_2colbox figure.elx5_content_imagebox img {
    object-fit: cover;
    transform-origin: 50% 65%;
    transition: transform 2.5s, filter 3s ease-in-out;
}

div.moduleSectors div.contentsup:hover .elx_featured_box img,
div.elx5_3colbox:hover figure.elx5_content_imagebox img,
div.elx5_2colbox:hover figure.elx5_content_imagebox img {
    transform: scale(1.25);
}

div.moduleSectors div.contentsup .elx_featured_box h2 {
	margin: 21px;
}

div.moduleSectors div.contentsup .elx_featured_box div.elx_dateauthor {
	margin: 0 0 10px 21px;
}

div.moduleSectors div.contentsup .elx_featured_box p.elx_content_subtitle,
div.elx5_3colbox div.elx5_artbox_inner,
div.elx5_2colbox div.elx5_artbox_inner {
    position: relative;
    padding: 0 21px;
}

div.elx5_2colwrap::after { /* if grid has an incomplete final row */
  content: "";
  flex: 0 0 48%;
}

div.elx5_3colwrap::after, 
div.moduleSectors div.superarticles::after { /* if grid has an incomplete final row */
  content: "";
  flex: 0 0 31%;
}



.acc_slidertrigger {
    padding: 13px!important;
    margin: 21px 0 0 0!important;
	position: relative;
	background: #2aa749!important;
	box-sizing: border-box;
}

.acc_slidercontainer .sliderblock {
    padding: 21px 34px!important;
	background: #fff;
}

.acc_slidertrigger h5 {
	padding-left: 55px!important;
	-webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s; /* For modern browsers */
}

.acc_slidertrigger h5:hover {
	color: #ffdc16!important;
}

.acc_slidertrigger h5:before {
    content: "";
    padding: 25px;
    background-image: url(https://www.myanmar-responsiblebusiness.org/media/images/icons/downarrow.svg);
    background-position: 50% 50%;
    background-size: auto 12px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    transition-duration: 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.acc_slidertrigger.slideractive h5:before {
    transform: translate(0, -50%) rotate(180deg);
}



.paper {
      background: #fff;
      padding: 30px;
      position: relative;
	  margin: 55px auto;
}
    
.paper,
.paper::before,
.paper::after {
      /* Styles to distinguish sheets from one another */
      box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
      border: 1px solid #bbb;
}
    
.paper::before,
.paper::after {
      content: "";
      position: absolute;
      height: 95%;
      width: 99%;
      background-color: #eee;
}
    
.paper::before {
      right: 15px;
      top: 0;
      transform: rotate(-1deg);
      z-index: -1;
}
    
.paper::after {
      top: 5px;
      right: -5px;
      transform: rotate(1deg);
      z-index: -2;
}


:lang(my):not(.fa):not(.fas):not(.fab) {
     font-family : 'Zawgyi-One' !important;
     word-wrap : break-word;
}
 :lang(mm):not(.fa):not(.fas):not(.fab), :lang(my) .modulang > a {
     font-family : 'Pyidaungsu' !important;
     font-weight : normal;
}
 div.modulelanguage {
     position : absolute;
     top : -25px;
     right : 0;
}
 .modulang > a {
     margin-left : 10px;
}
 #logo {
     background-image : url(https://www.myanmar-responsiblebusiness.org/images/logo/logo.gif);
     width : 320px;
     height : 93px;
     display : block;
     float : left;
     overflow : hidden;
     text-indent : 100%;
     white-space : nowrap;
}
 :lang(my) #logo, :lang(mm) #logo {
     background-image : url(https://www.myanmar-responsiblebusiness.org/images/logo/320x93_my.gif);
}
 * {
     margin : 0;
     padding : 0;
     outline : 0;
}
 .spi_top {
     position:fixed;
     bottom:1.2vw;
     right:1vw;
     cursor:pointer;
     z-index:99999 
}
 .spi_top a {
     color:#2AA749;
     border:0;
     background: url(https://www.myanmar-responsiblebusiness.org/images/icons/scroll-to-top.png)!important;
     width: 40px!important;
     height: 40px!important;
     background-size: cover!important;
}
 body {
     font-family :'acumin-pro';
     font-size : 16px;
     line-height : 22px;
     background : #efefef!important;
}
 :lang(my) body {
     line-height : 26px;
}
 #page-bg {
     background-color : #fff;
     overflow : hidden;
     margin-top : 25px;
}
 .modulehomepage-slider {
     margin-bottom: 34px;
}
 div.elx5_dateauthor,p.elx5_content_subtitle {
     font-weight : bold;
}
 div.superarticles p.elx5_content_subtitle, div.elx5_artbox_inner p.elx5_content_subtitle {
     font-weight : normal;
     line-height : 1.4;
}
 div.elx_article_page p.elx5_content_subtitle {
     margin-top: 21px;
}
 div.download {
     position : relative;
     height : 10em;
}
 div.download img {
     position : absolute;
     max-width : 100%;
     min-width : 100%;
}
 img.hover {
     opacity : 0;
}
 img.hover:hover {
     opacity : 1;
     transition : opacity 0.5s ease-in;
     -moz-transition : opacity 0.5s ease-in;
     -webkit-transition : opacity 0.5s ease-in;
     -o-transition : opacity 0.5s ease-in;
}
 body.innerpage {
     min-width: 0;
     background-image: none;
     padding:0 5px;
     background-color: #fff;
}
 #innerpage {
    color: #747474;
}
 #mheader, div#elx_category_page_4.div.elx_category_page /*PWINT THIT SA*/ .elx5_category_image {
     display: none!important;
}
 .mhcontainer {
    position: relative;
     border-bottom: 1px solid #EEE;
     color: #747474;
     background-color: #f8f8f8;
     height: 60px;
     line-height: 60px;
}
 .mhleft {
    float:left;
     width: 20%;
     height: 60px;
     line-height: 60px;
}
 .mhright {
    float:right;
     width: 79%;
     text-align: right;
     height: 60px;
     line-height: 60px;
}
 .mhright a {
     line-height: 60px;
     display: inline-block;
     padding: 5px 10px 0 10px;
     margin: 0;
}
 #mheader span {
     margin: 0;
     padding: 10px 0;
     font-size: 18px;
}
 sub {
     vertical-align: sub;
     font-size: 11px;
     line-height: 14px;
}
 sup {
     vertical-align: super;
     font-size: 11px;
     line-height: 14px;
}
 blockquote {
     background : #F7F7F7;
     padding : 15px;
     margin-bottom : 15px;
}
 blockquote cite::before {
     content: "\2010\0020 " 
}
 div#column1, div#column2 {
     width 			: 46%;
     padding 		: 0 2em 0 0;
     display 		: inline-block;
     float 			: left;
     text-align 	: justify;
     border-right 	: 2px solid #2ca749;
     margin 		: 0;
}
 div#column2 {
     border-right : none;
     padding : 0 0 0 2em;
}
 a.wtooltip {
     display:inline-block;
     vertical-align: top;
}

.ei-slider-loading {
    background: rgba(248,248,248,0.9);
     color: #747474;
}
 figure.elx5_content_imagebox {
     margin:3px 0 10px 0;
     padding:0;
     display:block;
     text-align:center;
     border:none;
}
 figure.elx5_content_imagebox figcaption {
     display:block;
     margin:2px 0;
     padding:0;
     text-align:center;
}

h6.share {
    text-transform: uppercase;
    color: #2ca749;
    border-top: 1px solid #2ca749;
    padding-top: 10px;
    margin-top: 55px;
		margin-bottom: 13px;
}

.elx5_content_icons {
	float: none;
	width: auto;
	overflow: visible;
}

.elx5_content_icons a, .elx5_content_icons a:visited, .elx5_content_icons a:hover {
  background: #2ca749;
  padding: 0 15px!important;
  margin: 0 20px 0 0!important;
  border: none!important;
  text-decoration: none!important;
  float: left;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  width: auto;
}

.elx5_content_icons a:hover, .elx5_content_icons a:focus {
	background 		: #ffdc16;
	color 				: #000;
}

.elx5_content_icons a i {
	margin-right: 13px;
}

.elx5_content_icons a span {
	font-size: 14px;
}
		
 nav.elx_chain_wrap {
     margin:1em 0;
     padding:0;
}
 .elx_chain_previous {
     margin:0;
     padding:0;
     float:left;
     text-align:left;
     width:98%;
     overflow:hidden;
}
 .elx_chain_next {
     margin:0;
     padding:0;
     float:right;
     text-align:right;
     width:98%;
     overflow:hidden;
}
 .elx_chain_previous img, .elx_chain_next img {
     margin:0;
     padding:2px;
     width:100px;
     max-height:150px;
     float:none;
     border:1px solid #EEE;
     background-color:#F9F9F9;
}
 article.elx_featured_box figure img {
     width:100%;
     min-width:120px;
     max-height:200px;
     border:1px solid #ccc;
     padding:2px;
     background-color:#f8f8f8;
}
 .elx_featured_limbox {
     margin:0;
     padding:0;
     float:left;
     width:75%;
}
 .elx_featured_fullbox {
     margin:0;
     padding:0;
}
 #cboxTitle {
     text-align : center;
     background : #2AA749;
     color : #fff!important;
     padding : 15px;
}
 #cboxClose {
     bottom : 8px!important;
     right : 8px!important;
     color : #fff!important;
}
 h1,.mobfrontwrap > ul > li h3 a, .mobfrhead h3 a,.mobfrartin h3 a {
     color: #000;
}

table.elx_tbl_list td a {
	font-size: 120%!important;
}



.video-container,
div.leanback-player-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%
}


.video-container embed,
.video-container iframe,
.video-container object,
div.leanback-player-video video,
.mediaWrapper embed,
.mediaWrapper iframe,
.mediaWrapper object, 
.elx_ytvideo iframe,
div#adobe-dc-view iframe,
div.a4 iframe,
div.letter iframe,
div.presentation iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.elx_ytvideo {
	background-color: #d7e9d2;
	background-position: center center;
  	background-size: cover;
}

.video__iframe:not([src]) {
  display: none;
}

.video__iframe[src] + .video__notice {
  display: none;
}

.video__notice {
  	background-color: rgba(42, 167, 73, 0.86);
  	text-align: center;
  	padding: 1.5rem;
  	width: 100%;
	color: #fff;
	box-sizing: border-box;
}

.video__notice a {
	color: #fff!important;
	border-bottom-color: #fff!important;
}

.video__notice > * {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.video__notice button {
	padding: 1em;
    color: #000;
    font-weight: bold;
}

.video__notice button:hover {
	background: #ffdc16;
	color: #000;
}

div#adobe-dc-view, div#adobe-dc-view2, div#adobe-dc-view3, div#adobe-dc-view4, div#adobe-dc-view5, div.a4, div.letter, div.presentation {
	height: 0;
	padding-bottom: 75%;
	position: relative;
	width: 100%;
}

div#adobe-dc-view.a4, div#adobe-dc-view2.a4, div#adobe-dc-view3.a4, div#adobe-dc-view4.a4, div#adobe-dc-view5.a4 {
    padding-bottom: 141.428%;
}

div.a4 {
    padding-bottom: 144.428%;
}

div.presentation {
		padding-bottom: 86%;
}

div.elx_article_page div.presentation {
		padding-bottom: 65%;
}

div#adobe-dc-view.letter, div#adobe-dc-view2.letter, div#adobe-dc-view3.letter, div#adobe-dc-view4.letter, div#adobe-dc-view5.letter {
    padding-bottom: 129.411%;
}

div.letter {
		padding-bottom: 128%;
}

 div.elx_article_page iframe {
     margin-bottom : 15px;
}
p.float-left, figure.float-left {
    float     : left;
    width     : 40%;
	margin-right: 21px;
	margin-bottom: 15px;
}

p.float-right, figure.float-right {
    float     : right;
    width     : 40%;
	margin-left: 21px;
	margin-bottom: 15px;
}

p.float-left img, p.float-right img {
    max-width     : 100%;
}

hr {
     width: 80%;
     margin : 20px auto;
     height: 3px;
     background-color:#2AA749;
     color:#f3f6db;
     border: 0 none;
}
 .og-grid {
     list-style: none;
     padding: 20px 0;
     margin: 0 auto;
     width: 100%;
}
 .og-grid li {
     display : inline-block;
     margin : 10px 30px 20px 0!important;
     vertical-align : top;
     height : 250px;
     padding : 0;
}
 .og-grid li > a, .og-grid li > a img {
     border: none;
     outline: none;
     display: block;
     position: relative;
}
 .og-grid li.og-expanded > a::after {
     top: auto;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-bottom-color: #ddd;
     border-width: 15px;
     left: 50%;
     margin: -20px 0 0 -15px;
}
 .og-expander {
     position: absolute;
     background: #ddd;
     top: auto;
     left: 0;
     width: 100%;
     margin-top: 10px;
     text-align: left;
     height: 0;
     overflow: hidden;
}
 .og-expander-inner {
     padding : 50px 30px 0 30px;
     height : 90%;
}
 .og-close {
     position: absolute;
     width: 40px;
     height: 40px;
     top: 20px;
     right: 20px;
     cursor: pointer;
}
 .og-close::before, .og-close::after {
     content: '';
     position: absolute;
     width: 100%;
     top: 50%;
     height: 1px;
     background: #888;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .og-close::after {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .og-close:hover::before, .og-close:hover::after {
     background: #333;
}
 .og-fullimg, .og-details {
     width: 50%;
     float: left;
     height: 100%;
     overflow: hidden;
     position: relative;
}
 .og-details {
     padding: 0 40px 0 20px;
}
 .og-fullimg {
     text-align: center;
}
 .og-fullimg img {
     display: inline-block;
     max-height: 100%;
     max-width: 100%;
}
 .og-details h3 {
     font-size : 34px;
     padding : 5px 0 10px;
     margin : 0 0 10px 0;
     line-height : 1.2;
}
 :lang(my) .og-details h3 {
     line-height : 1.7;
}
 .og-details a {
     font-weight : 700;
     font-size : 16px;
     color : #fff!important;
     text-transform : uppercase;
     letter-spacing : 2px;
     padding : 15px 20px 10px 20px;
     border : 3px solid #333;
     display : inline-block;
     margin : 20px 0 0;
     outline : none;
     background : #bc246C;
}
 .og-details a::before {
     content: '\2192';
     display: inline-block;
     margin-right: 10px;
}
 .og-details a:hover {
     border-color : #20A844;
     color : #FFE000!important;
     background : #000;
}
 .og-loading {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #ddd;
     box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -25px 0 0 -25px;
     -webkit-animation: loader 0.5s infinite ease-in-out both;
     -moz-animation: loader 0.5s infinite ease-in-out both;
     animation: loader 0.5s infinite ease-in-out both;
}
 @-webkit-keyframes loader {
     0% {
         background: #ddd;
    }
     33% {
         background: #ccc;
         box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
     66% {
         background: #ccc;
         box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}
 @-moz-keyframes loader {
     0% {
         background: #ddd;
    }
     33% {
         background: #ccc;
         box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
     66% {
         background: #ccc;
         box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}
 @keyframes loader {
     0% {
         background: #ddd;
    }
     33% {
         background: #ccc;
         box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }
     66% {
         background: #ccc;
         box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}
 @media screen and (max-width: 850px) {
     div.elx_chain_previous, div.elx_chain_next {
         display : none;
    }
}
 @media screen and (max-width: 830px) {
     .og-expander h3 {
         font-size: 32px;
    }
     .og-expander p {
         font-size: 13px;
    }
     .og-expander a {
         font-size: 12px;
    }
     div#org-chart {
        display:none;
    }
}
 @media screen and (max-width: 650px) {
     .og-fullimg {
         display: none;
    }
     .og-details {
         float: none;
         width: 100%;
    }
     .wrapper {
         margin-top : 0.5em;
    }
}



 a, a:visited, a:active, a:link {
     text-decoration: none;
}
 a:hover {
     color: #333;
     -webkit-transition: color .3s linear;
     -moz-transition: color .3s linear;
     -ms-transition: color .3s linear;
     -o-transition: color .3s linear;
     transition: color .3s linear;
}
 ul.pdf {
     list-style-type : none!important;
     margin-left : 0!important;
     padding-left : 0!important;
}
 ul.pdf li {
     margin : 1em 0;
}
 div.maincontent p a, div.rightcolumn h5 a {
     text-decoration : underline;
}
 div.rightcolumn h5 a {
     color : #2AA749!important;
     text-decoration : underline;
}
 div.rightcolumn h5 a:hover {
     text-decoration : none;
}
 div.maincontent p a:hover, div.maincontent li a:hover, th.elx_th_sub a:hover, th.elx_th_subcenter a:hover {
     text-decoration : none;
}
 img {
     border : none;
}
 .clear {
     clear : both;
}
 .text-white {
     color: #fff!important;
}



/* DOWNLOAD ITEM */

.download-item {
     position: relative;
     width: 100%;
     background-color: rgb(238, 238, 238);
     margin-bottom: 21px;
     margin-top: 34px;
}

 .download-btn {
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     padding: 0;
     line-height: normal;
     width: 3.125em;
     display: inline-block;
     background-color: #2ca749;
     border: 0;
     transition: .4s background-color ease;
}

 .download-btn:before {
     content: '';
     width: 0;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     background-color: #ffdc16;
	 color: #000;
     transition: width .4s ease;
}

 .download-btn:after {
     position: relative;
     left: 0;
     top: 31%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 100%;
     text-align: center;
     display: inline-block;
     content: "\f019 \0020";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     color: #fff!important;
     transition: -webkit-transform .4s ease;
     transition: transform .4s ease;
     transition: transform .4s ease,-webkit-transform .4s ease;
     z-index: 1;
}
 .download-item:hover .download-btn:before {
     width: 100%;
}
 .download-item:hover .download-btn:after {
     color: #000!important;
}


figure.download {
  min-height: 130px;
}

figure.download img {
  float: left;
  height: 170px;
  margin-right: 21px;
  background-color: #fff;
}

figure.download figcaption {
  margin-left: 260px;
  background-color: transparent;
  color: #444;
  min-height: 170px;
  box-sizing: border-box;
}

figure.download h3, figure.download h5, figure.download p {
  color: #444;
  display: block;
  margin: 0 4em .5em 0;
}

figure.download h3 {
	font-size: 21px;
}

figure.download ul {
    position: absolute;
    bottom: 21px;
	margin-left: 10px!important;
    padding-left: 0 !important;
}

figure.download ul.square {
	left: 233px;
}

figure.download ul li {
     display: inline-block;
	list-style-type:none;
	margin: 10px 13px 0 0!important;
}

/* END DOWNLOAD ITEM */





a.ios_dl_ttl,
a.ios_dl_ttl:link,
a.ios_dl_ttl:visited,
a.ios_dl_ttl:active,
a.ios_dl_ttl:hover {
	overflow: visible!important;
}

/* MAIN CLASSES */
 .fixed_width{
    position:relative;
     margin:0 auto;
}
 .total-wrapper {
    margin:0;
     padding:0;
}
 .wrapper {
     margin : 2em 0 0 0;
     padding : 0;
     width : 100%;
     position : relative;
}
 .header-wrapper {
     position : relative;
     padding : 5px 0;
}
 .main-body{
    float:left;
}
 .rightcolumn div.module a, .leftcolumn div.module a {
     color: #333;
}
 .rightcolumn div.module figcaption a {
     color: #ffdc16;
}
 .leftcolumn{
    float: left;
     margin:0 0 0 0px;
     padding: 40px 4px 30px 5px;
}
 div.leftcolumn {
     background: #ffffff;
}
 .maincontent {
     float : left;
     padding : 0!important;
}
 .rightcolumn{
     margin : 425px 1.2em 0 0;
     float : right;
     width : 340px!important;
}
 div.modulesidebar {
     margin-bottom : 60px;
}
 div.rightcolumn div.modulesidebar div.elx_featured_box {
     border-top : 0!important;
     border-left : 0!important;
     border-right : 0!important;
     border-bottom : 2px solid #2AA749;
}
 figure.elx5_content_imagebox img {
     padding : 0!important;
     background : none!important;
     border : none!important;
     margin : 0;
}
 div.rightcolumn div.modulesidebar div.superarticles-ltr h2 a {
     font-weight : normal!important;
}
 .total-wrapper {
     position:relative;
     padding:0;
}
 .frontpage-wrapper div, .frontpage-wrapperw div, .frontpage-dwrapper div, .frontpage-dwrapperw div {
    background:none ;
     border:0 ;
}
 div.moduledonors {
     padding : 20px 0 10px 0;
     text-align : center;
}
 div.moduledonors p {
     text-align : center;
}
 ul.infobox {
    padding:5px 0 0 0;
     margin:0;
     float:right;
}
 ul.infobox li {
    margin: 0;
     padding: 0 5px;
     display: inline-block;
}
 ul.infobox li a {
     background-image: url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/sicons.png);
     background-attachment: no-repeat;
     display: block;
     width: 24px;
     height: 24px;
}
 .spi_desktop a{
     background-position: 0 0;
}
 .spi_email a{
     background-position: 0 -74px;
}
 .spi_exit a {
     background-position: 0 -148px;
}
 .spi_facebook a{
     background-position: 0 -222px;
}
 .spi_linkedin a{
     background-position: 0 -296px;
}
 .spi_mobile a{
     background-position: 0 -370px;
}
 .spi_rss a{
     background-position: 0 -444px;
}
 .spi_top a{
     background-position: 0 -518px;
}
 .spi_twitter a{
     background-position: 0 -592px;
}
 .spi_user a{
     background-position: 0 -666px;
}
 .footertxt {
    padding:0px;
     margin:0px 0;
     position:relative;
    float:left;
    font-size:11px;
     width:100% ;
     line-height:30px;
     height:30px;
}
 .copytxt {
     padding:10px 5px;
     color: #888888;
}
 .frontpage-wrapper, .aurora_top {
     border-top: 1px solid #eee;
     background-color: #F7F7F7;
}
 .frontpage-wrapper {
     padding: 40px 0;
     border-bottom: 1px solid #eee;
}
 .frontpage-dwrapper {
    border-top: 1px solid #3E3E3E;
     border-bottom: 1px solid #3E3E3E;
     background-color: #242424;
     color: #747474;
}
 .aurora_top div.module {
    border: 0;
     padding:0;
     margin:0;
}
 .frontpage-wrapperw {
    background-color: #fff;
     padding: 40px 0;
}
 .frontpage-dwrapperw {
    background-color: #29292A;
     padding: 40px 0;
}
 .footer-wrapper{
     background:#ddd;
     color:#848484;
     padding: 25px 0 5px 0;
     margin-top: 30px;
}
 ul.elx_vmenu {
     position : absolute;
     right : 10px;
     top : -120px;
     list-style : none;
     font-weight : bold;
}
 div.smap_wrap {
     margin-left: 21px;
		 margin-bottom: 34px;
}
h2.smap_h2 {
     display: none;
}
 .elx5_article_header h1, .elx5_category_header h1, div.elx_article_page div h1, .elx_tags_page h2, h1.smap_h1 {
     font-size : 26px;
     line-height : 1.3;
	 margin-bottom: 13px;
}

div.modulehomepage-columns h1, label.mnl_label {
	font-size: 22px;
	margin-bottom: 13px;
	font-weight: bold;
}
 h1.smap_h1 {
     margin: 34px 0 21px 34px;
}
 h2{
     font-size:22px;
     margin:5px 0 20px 0;
     line-height: 1.3;
}
 h3 {
     font-size : 20px;
     padding : 0;
     margin : 10px 0;
}
 div.elx5_artbox_inner h3 {
     margin-top : 0;
     margin-bottom : 5px;
}
 h3 a, h3 a:link, h3 a:visited, h3 a:active {
     text-decoration : none;
}
 h3 a:hover {
     color : #0000ff;
     text-decoration : none;
}
 .elx_tags_page h2 {
     text-transform : capitalize;
}
 .elx_archive_page h2 {
     margin-bottom : 30px;
}
 h3.elx_links_box_title {
     margin-top: 20px!important;
}
 h3.elx_links_box_title:before {
     content: "";
     display: block;
     height: 2px;
     width: 60%;
     margin: 15px 0;
     background: #2aa749;
}
 h4, form#newslfm label.mnl_label {
     font-size : 18px;
     color : #2AA749;
     margin : 10px 0 15px 0;
}
 h4.elx_question {
     background : transparent url(/templates/system/images/16x16/question.png) 0 0 no-repeat;
     margin : 10px 0 5px 0;
     padding : 0 0 0 20px;
     color : #000;
}
 h5 {
     font-size : 16px;
     padding : 0;
     margin : 5px 0 15px 0;
     color : #444;
}
 p {
     font-size : 1.1em;
     line-height : 1.5em;
     margin : 0 0 1em 0;
     text-align : justify;
}
 p.text-center, .text-center {
     text-align: center;
}
/* INPUT TEXTAREA SELECT EFFECTS */
 input {
     display: inline-block;
     color:#747474;
     vertical-align: middle;
     background: #F7F7F7;
     border: 1px solid #EEE;
     padding: 7px 10px;
     margin: 0;
     height:20px;
     line-height:20px;
}
 textarea, select, .selectbox, .filebox {
     font-size : 1.1em;
     color : #333333;
     vertical-align : middle;
     background : #F7F7F7;
     border : 1px solid #EEE;
     margin : 10px 0;
     padding : 10px 15px;
}
 textarea {
     height : 10em;
}
 input:hover,textarea:hover,select:hover, input:focus, textarea:focus, select:focus, .inputbox:focus, .inputbox:active {
    border:1px solid #CCC;
     color:#333333;
}
 .inputbox, .filebox input {
     margin : 10px 0;
     padding : 10px 15px;
     font-size : 1.1em;
     background-color : #F7F7F7;
     height : 1.2em;
     line-height : 1.2em;
     color : #333;
     border : 1px solid #EEE;
}
 textarea.textbox {
     margin: 0;
     padding: 7px 10px;
     background-color: #fff;
     color: #000;
     border: 1px solid #EEE;
}
 img#trifold {
     float: left;
     margin-bottom: 50px;
}
/* BUTTONS */
 button, div.btn {
     display: table;
     margin: 20px 0;
     width: 100%;
     box-sizing: border-box;
     background: #edebeb;
     -webkit-transition: .3s;
     transition: .3s;
     font-size: 1.1em;
}
 .btn:hover, button:hover {
     background: #ffdc16;
     color: #fff;
     cursor: pointer;
}
 div.btn a {
     display: table-row;
     width: 100%;
     height: 100%;
     text-decoration: none;
}
 input[type="checkbox"], input[type="image"] {
     border:0;
     background-color: #fff ;
}
 input[type="checkbox"] {
     width : 25px;
     height : 25px;
     margin-top : 12px;
}
 input[type=submit], button[type=submit], button.elxbutton, button.elxbutton-save {
     display: inline-block;
     font-size: 16px;
     padding: 12px;
     margin: 5px 0;
     line-height: 15px;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
}
button[type=submit].elx5_sucbtn.gcs_btn, button#sfsbm {
	width: 50%;
	margin: 0 auto;
}
 input[type=submit]:hover, button:hover {
     color: #333333;
     text-decoration: none;
     background-color: #e6e6e6;
}
 div.btn a span {
     display: table-cell;
     height: 100%;
     vertical-align: middle;
     font-weight: bold;
     font-size: 110%;
     line-height: 1.3;
     padding: 1em;
}
 .btn i, div.btn a span {
     -webkit-transition: color .3s;
     transition: color .3s;
     color: #2AA749;
}
 .btn i {
     font-size : 200%;
     display : table-cell;
     vertical-align : middle;
     padding-left : 30px;
}


div.modulenewsletter {
	clear: both;
	padding-top: 34px;
}

div.rightcolumn div.modulenewsletter {
	padding-top: 0;
	margin-bottom: 55px;
}

a.mnl_unsub, a.mnl_unsub:link, a.mnl_unsub:hover, a.mnl_unsub:visited, a.mnl_unsub:active {
	display: none!important;
}

/* MAIN MENU */
/*Style 'show menu' label button and hide it by default*/
 .mobile-menu .show-menu {
     text-decoration: none;
     color: #fff;
     text-align: center;
     padding: 10px 15px;
     display: none;
     cursor: pointer;
     text-transform: uppercase;
}
 .mobile-menu .show-menu span{
     padding-left: 45px;
}
/*Hide checkbox*/
 .mobile-menu input[type=checkbox]{
     display: none;
}
/*Show menu when invisible checkbox is checked*/
 .mobile-menu input[type=checkbox]:checked ~ .elx_menu{
     display: block;
}
 .elx_menu {
     overflow : visible;
     clear : both;
     z-index : 2000;
}
 div.module ul.elx_menu, div.module ul.elx_menu li {
     height : 30px;
     line-height : 30px;
     margin : 10px 0;
     font-size : 12px;
}
 ul.elx_menu, :lang(my) ul.elx_menu {
     list-style-type : none;
     position : relative;
     top : 0;
     left : 0;
     width : 100%;
     height : 34px!important;
     line-height : 34px!important;
     margin : 1em 0 0 0;
     padding : 0;
     list-style : none outside none;
     background-color : #2ca749;
     float : left;
}
 div.module ul.elx_menu li {
     border-right : 1px solid #4B4C4D !important;
     border-left : 0 !important;
}
 ul.elx_menu li a {
     padding : 0 10px 0 10px;
     margin : 0;
     text-decoration : none;
     color : #fff;
     display : block;
     border-right : 1px solid #ffdc16;
     font-weight : bold;
}
 :lang(mm) ul.elx_menu li a {
     font-size : 13.5px!important;
     box-sizing : border-box;
}
 :lang(my) ul.elx_menu li a {
     font-size : 12px!important;
     box-sizing : border-box;
}
 ul.elx_menu li:last-child a {
     border-right : none;
}
 ul.elx_menu a:hover, ul.elx_menu li.menu_active a {
     background-color : #ffdc16;
     color : #000!important;
}
 ul.elx_menu li.menu_active ul li a {
     color : #747474!important;
}
 ul.elx_menu li ul li:hover {
     border : none;
}
 ul.elx_menu li:hover li:hover {
     background : #edebeb;
}
 ul.elx_menu li:hover a {
     -webkit-transition : background-color 0.1s;
     -moz-transition : background-color 0.1s;
     -o-transition : background-color 0.1s;
     transition : background-color 0.1s;
}
 ul.elx_menu ul {
     margin : 0;
     padding : 15px;
     min-width : 440px;
     list-style : none;
     display : none;
     position : absolute;
     top : 100%;
     left : 0px;
     background-color : #F5F4F4;
}
 ul.elx_menu ul ul, ul.elx_menu ul ul ul {
     box-shadow : 0pt 5px 5px rgba(0, 0, 0, 0.15);
     margin : 0;
     padding : 0;
     top : 0;
     left : 100%;
     z-index : 5000;
}
 ul.elx_menu li {
     margin:0;
     padding:0;
     float: left;
     width:auto;
     display:inline;
     position: relative;
}
 ul.elx_menu ul li {
     width : 100%;
     display : block;
     height : 30px;
}
 ul.elx_menu ul li a {
     margin : 0;
     padding : 0!important;
     float : left;
     display : block!important;
     height : 30px!important;
     line-height : 30px;
     text-decoration : none;
     width : 100%;
     border : none;
     background : #F5F4F4;
     color : #747474;
     background-image : none!important;
}
 ul.elx_menu li:hover ul ul, ul.elx_menu li:hover ul ul ul {
     display:none;
}
 ul.elx_menu li:hover ul, ul.elx_menu ul li:hover ul, ul.elx_menu ul ul li:hover ul {
     display:block;
}
 ul.elx_menu li:hover li a {
     background: #F5F4F4;
}
/* RIGHT COLUMN */
 div.rightcolumn div.module h3, div.modulesidebar h3, div.modulesidebar-noborder h3 {
     font-size : 1.6em;
     font-weight : normal;
     color : #000;
     margin : 0 0 0.6em 0;
     padding : 2px 0px;
     line-height : 1.3;
}
 div.modulesidebar h3 {
     text-transform : uppercase;
     font-weight : bold;
     font-size : 1.3em;
}
 div.modulesidebar h3 a {
     text-transform: none;
}
 div.rightcolumn > div.module {
    width:100%;
     margin: 0px auto 10px auto;
}
 div.leftcolumn > div.module > p, div.leftcolumn > div.module > div, div.rightcolumn > div.module > p, div.rightcolumn > div.module > div:not(.twitter-tweet) {
    padding: 0 10px;
     color: #747474;
}
 div.leftcolumn > div.module > ul li, div.rightcolumn > div.module > ul li {
    border-bottom:1px solid #EEE;
     border-left: 1px solid #EEE;
     border-right: 1px solid #EEE;
     padding:6px 10px;
}
 div.leftcolumn > div.module > ul li:first-child, div.rightcolumn > div.module > ul li:first-child {
    border-top: 1px solid #EEE;
}
 div.leftcolumn > div.module > ul.ctgmap li, div.rightcolumn > div.module > ul.ctgmap li {
    padding:3px 0 3px 35px;
}
 div.leftcolumn div.module div.elx_short_box h3, div.rightcolumn div.module div.elx_short_box h3 {
    border:none;
     background:none;
     box-shadow:none;
}
 div.leftcolumn div.module, div.rightcolumn div.module {
    margin:0 0 60px 0;
}
/* STANDARD BUTTON */
 .elxbutton {
     display: inline-block;
     padding: 5px 12px;
     margin-bottom: 0;
     line-height: 20px;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     border: none!important;
     background: #2AA749!important;
     color: #ffdc16!important;
}
 .elxbutton.disabled,.elxbutton[disabled] {
     cursor: default;
     background-image: none;
     opacity: 0.65;
     filter: alpha(opacity=65);
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
/* SAVE BUTTON */
 .elxbutton-save, button.elxbutton-save {
     display: inline-block;
     padding: 5px 12px;
     line-height: 20px;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     color:#54770f;
}
 .elxbutton-save:hover,.elxbutton-save:focus,.elxbutton-save:active,.elxbutton-save.active,.elxbutton-save.disabled, .elxbutton-save[disabled], button.elxbutton-save:hover {
     color:#54770f ;
}
 div.modulang {
     margin-top : 12px;
}
 div.modulesearch {
     float : right;
     margin-top : 25px;
}
 input[type='text']{
     font-size : 100%;
}
 button.elxbutton-search, .elxbutton-search, button.elx_modsearch_btn, button.elx_modsearch_btn:hover, button.elx_modsearch_btn:focus {
     display : inline-block;
     padding : 6px;
     margin : 0 0 0 10px;
     line-height : 20px;
     text-align : center;
     vertical-align : middle;
     cursor : pointer;
     color : #fff ;
     background-color : #2AA749;
     border-radius : 0;
     height : 30px;
}
 button.elxbutton-search:hover,button.elxbutton-search:focus,button.elxbutton-search:active, button.elxbutton-search.active,button.elxbutton-search.disabled,button.elxbutton-search[disabled], button.elx_modsearch_btn:hover, button.elx_modsearch_btn:active, button.elx_modsearch_btn:focus {
     background : #ffdc16;
     color : #2AA749;
}
/* UNORDERED LIST */
 div.elx_article_page ul, div.modulesidebar ul {
     padding-left : 15px;
     list-style-type : square;
     margin : 0 0 15px 5px;
}
 div.elx_article_page ol, div.elx5_category_summary ol,p.bullet {
     padding-left : 34px;
     margin-bottom : 15px;
}
 .item-info {
    padding:0% 5%;
}
 div.module ul.elx_menu li a {
     border-top: none;
     height:28px;
}
/*** IMAGE HOVER EFFECTS ***/
 .grid {
     position: relative;
     margin: 0 auto;
     padding: 1em 0 4em;
     max-width: 1000px;
     list-style: none;
     text-align: center;
}
 div.modulesidebar .grid {
     padding: 0;
}
 .grid figure {
     position: relative;
     float: left;
     overflow: hidden;
     margin: 10px 1%;
     min-width: 320px;
     max-width: 480px;
     max-height: 360px;
     width: 48%;
     background: #3085a3;
     text-align: center;
     cursor: pointer;
}
 .grid figure img {
     position: relative;
     display: block;
     min-height: 100%;
     max-width: 100%;
     opacity: 0.8;
}
 .grid figure figcaption {
     padding: 2em;
     color: #fff;
     text-transform: uppercase;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .grid figure figcaption::before, .grid figure figcaption::after {
     pointer-events: none;
}
 .grid figure figcaption, .grid figure figcaption > a {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     box-sizing : border-box;
}
 .grid figure figcaption > a {
     z-index: 1000;
     text-indent: 200%;
     white-space: nowrap;
     font-size: 0;
     opacity: 0;
}
 .grid figure h2 {
     font-weight : 300;
     font-size : 2em;
}
 div.modulesidebar .grid figure h2 {
     font-size: 1.5em;
     margin-top: 10%;
}
 .grid figure h2 span {
     font-weight: 800;
}
 .grid figure h2, .grid figure p {
     margin : 0;
     color : #fff;
}
 .grid figure p {
     font-size : 1em;
     margin : 30px 0;
     text-align: center;
}
 div.modulesidebar .grid figure {
     float: none;
     min-width: 0;
     max-width: 100%;
     width: 100%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
 figure.effect-oscar {
     background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
     background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
 figure.effect-oscar img {
     opacity: 0.9;
     -webkit-transition: opacity 0.35s;
     transition: opacity 0.35s;
}
 figure.effect-oscar figcaption {
     padding: 3em;
     background-color: rgba(58,52,42,0.4);
     -webkit-transition: background-color 0.35s;
     transition: background-color 0.35s;
}
 div.modulesidebar .grid figure.effect-oscar figcaption {
     padding: 1em;
}
 figure.effect-oscar figcaption::before {
     position: absolute;
     top: 30px;
     right: 30px;
     bottom: 30px;
     left: 30px;
     border: 1px solid #fff;
     content: '';
}
 figure.effect-oscar h2 {
     margin: 15% 0 10px 0;
     -webkit-transition: -webkit-transform 0.35s;
     transition: transform 0.35s;
     -webkit-transform: translate3d(0,100%,0);
     transform: translate3d(0,100%,0);
     text-align: center;
}
 figure.effect-oscar figcaption::before, figure.effect-oscar p {
     opacity: 0;
     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     transition: opacity 0.35s, transform 0.35s;
     -webkit-transform: scale(0);
     transform: scale(0);
}
 figure.effect-oscar:hover h2 {
     -webkit-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
}
 figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 figure.effect-oscar:hover figcaption {
     background-color: rgba(58,52,42,0);
}
 figure.effect-oscar:hover img {
     opacity: 0.4;
}
/*** END IMAGE HOVER EFFECTS ***/
/*** MODULES ***/
/**************** module search **************************/
 .elx_modsearchform, form.elx_modsearchform {
     background-color:transparent;
     border:none;
     -moz-border-radius:0px;
     -webkit-border-radius:0px;
     border-radius:0px;
}
 select.elx_modsearch_eng {
     border:none;
}
/* Module ADS */
 .modads_box_border {
     background-color:#ffffff;
     color:#333;
     margin:0 auto ;
     padding:20px 5px;
     border:1px solid #ccc;
}
/* LOGIN MODULE */
 .modlogin_wrapper {
     margin:5px 3px;
     padding:5px;
}
 .modlogin_pretext, .modlogin_posttext {
     margin:0 0 10px 0;
     padding:0 0 0 18px;
     font-size: 13px;
     line-height: 16px;
     color:#444;
}
 .modlogin_uname_row, .modlogin_pword_row, .modlogin_remember_row {
     margin:0 0 6px 0;
}
 .modlogin_uname_row label, .modlogin_pword_row label, .modlogin_remember_row label {
     color:#222;
     overflow:hidden;
}
 .modlogin_authbox {
     margin:5px 0 5px 0;
}
 .modlogin_authbox p {
     font-size:11px;
     line-height: 16px;
     color:#444;
     text-align:left;
}
 .modlogin_linksbox {
     margin:0 0 10px 0;
     padding:0;
}
 .modlogin_linksbox a {
     display:block;
}
 a.modlogin_profile {
     display:block;
     margin:0 0 2px 0;
     text-decoration:none;
     overflow:hidden;
     font-weight:bold;
}
/* ELXIS FOOTER (Module Prefix -fmenu) */
 div.module-fmenu {
    background:#000;
    padding:5px 0!important;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     height: 40px!important;
     min-height: 0!important;
     line-height: 40px;
}
 div.module-fmenu ul.elx_menu {
     list-style:none;
     position:relative;
     z-index:1!important;
     background:none !important;
}
 div.module-fmenu ul.elx_menu li a {
     color:#666;
     padding:0 10px;
     text-decoration:none;
     border-right:none;
     background:none !important;
}
 div.module-fmenu ul.elx_menu li a:hover, div.module-fmenu ul.elx_menu li.menu_active a {
     text-decoration:none;
     color:#000!important;
     background:none !important;
}
 div.module-fmenu ul.elx_menu li {
     display:inline;
     position:relative;
     float:left;
     line-height:35px;
     height:35px;
    background:none !important;
}
 div.module-fmenu ul.elx_menu li:hover {
    background:none !important;
}
 div.module-fmenu ul.elx_menu li ul {
    display:none;
}
 .orbit-bullets {
    background: none!important;
     border: 0 !important;
}
 div.module-fmenu a {
     color : #fff;
}
/* ELXIS FORM */
 .elx_form {
     margin : 25px 0;
}
 fieldset.elx_form_fieldset {
     margin : 0 0 1em 0;
     padding : 1em;
     border : 0.2em solid #2ca749;
}
 div.elx_tbl_wrapper{
    background-color:#F7F7F7;
}
 div.elx_form_row {
     margin:0 0 10px 0;
     padding:0;
     clear:both;
}
 div.elx_form_cell {
     float: left;
     margin: 0;
     padding: 0;
}
 label.elx_form_label {
     line-height : 3.5em;
     color : #000;
     margin : 0;
     padding : 5px 5px 0 0;
     display : block;
     float : left;
     width : 180px;
}
 legend.elx_form_legend {
     height : 25px;
     line-height : 25px;
     padding : 4px 10px;
     margin : 0;
     color : #fff;
     border : 1px solid #EEE;
     background : #2ca749;
}
 div.elx_form_nolabel {
     margin: 0;
     padding: 0 5px 0 0;
     float: left;
     width: 180px;
}
 label.elx_form_label_top {
     font-size: 13px;
     line-height: 17px;
    color: #333;
     margin:0 0 3px 0;
     padding:0;
     display: inline;
}
 label.elx_form_label_option {
     margin: 0;
     padding:2px 0 0 0;
     display: inline;
}
 div.elx_form_field_box {
     margin:0 0 0 180px;
     padding: 0;
}
 span.elx_form_tip {
     margin : 10px 0;
     padding : 0 3px 0 6px;
     line-height : 3em;
     color : #666;
}
/* NAVIGATION LINKS */
 .elx_navigation {
     margin : 50px 0 50px 20px;
     line-height :50px;
}
 span.elx_nav_page, span.elx_nav_space {
     color:#000;
     padding:0;
     margin:0 10px 0 0;
}
 a.elx_nav_link, a.elx_nav_link:visited, a.elx_nav_link:hover, a.elx_nav_link_active, a.elx_nav_link_active:visited, a.elx_nav_link_active:hover {
     color : #000;
     text-decoration : none;
     *zoom : 1;
     -webkit-box-shadow : 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow : 0 1px 2px rgba(0, 0, 0, 0.05);
     box-shadow : 0 1px 2px rgba(0, 0, 0, 0.05);
     background-color : #ccc;
     margin-right : 6px;
     padding : 5px 12px;
     text-align : center;
}
 a.elx_nav_link_active {
     background-color : #2aa749!important;
     color : #fff!important;
     transition : background-color 0.5s ease;
}
 a.elx_nav_link_active:hover, a.elx_nav_link:hover {
     background-color : #ffdc16;
}





	
 div.elx_tbl_wrapper {
    border:1px solid #DCDADB;
     background-color:#F5F4F4;
}
 table.elx_tbl_list {
     border:1px solid #DCDADB;
     background-color:#F5F4F4;
}
 table.elx_tbl_list tr th, table.elx_tbl_list tr th.elx_th_center {
     font-weight:normal;
    background-color:#edebeb;
     border-bottom: 1px solid #DCDADB;
    font-size: 14px;
     color: #444;
}
 table.elx_tbl_list tr th.elx_th_sub, table.elx_tbl_list tr th.elx_th_subcenter, table.elx_tbl_list tr th.elx_th_subcur {
     color:#747474;
     text-align: center;
}
 table.elx_tbl_list tr.elx_tr0 td, table.elx_tbl_list tr.elx_tr0 td.elx_td_center {
    color:#747474;
    border:1px solid #DCDADB;
	padding: 0;
}
 table.elx_tbl_list tr.elx_tr1 td, table.elx_tbl_list tr.elx_tr1 td.elx_td_center {
     color:#747474;
    border:1px solid #DCDADB;
	padding: 0;
}
 table.elx_tbl_list tr.elx_trx td, table.elx_tbl_list tr.elx_trx td.elx_td_center {
     padding:4px;
     color:#747474;
    border:1px solid #DCDADB;
}
 table.elx_tbl_list tr.elx_tr0:hover td, table.elx_tbl_list tr.elx_tr1:hover td {
     background-color:#edebeb;
}
 table.elx_tbl_list tr.elx_trx:hover td {
     background-color:#edebeb;
     color:#747474 ;
}
    table.elx_tbl_list td a {
        display: block;
        width: 100%;
        padding: 21px;
        font-weight: bold;
    }
 table.elx_tbl_list tr th.elx_th_sub, table.elx_tbl_list tr th.elx_th_subcenter, table.elx_tbl_list tr th.elx_th_subcur {
    background-color:#edebeb;
}
 th.elx_th_sub a {
     color :#444;
}
 div.module-fmenu a, .content_user4 a, .content_user5 a,.content_user6 a, .content_user7 a, div.module ul.elx_menu li a {
    color: #bfbfbf ;
}
 ul.elx_menu li:hover li a:hover {
    color: #555 ;
}
 table.striped {
     width: 100%;
     margin: 0 0 25px;
     padding: 0;
     border-collapse: collapse;
     border-spacing: 0;
}
 table.striped thead td {
     font-weight: bold;
     background-color: #02478e;
     color: #fff;
     padding: 1em;
}
 table.striped tr:last-child td:last-child {
     -moz-border-radius-bottomright: 0;
     -webkit-border-bottom-right-radius: 0;
     border-bottom-right-radius: 0 
}
 table.striped tr:first-child td:first-child {
     -moz-border-radius-topleft: 0;
     -webkit-border-top-left-radius: 0;
     border-top-left-radius: 0 
}
 table.striped tr:first-child td:last-child {
     -moz-border-radius-topright: 0;
     -webkit-border-top-right-radius: 0;
     border-top-right-radius: 0 
}
 table.striped tr:last-child td:first-child {
     -moz-border-radius-bottomleft: 0;
     -webkit-border-bottom-left-radius: 0;
     border-bottom-left-radius: 0 
}
 table.striped tr:nth-child(odd), table.elx_tbl_list tr th, table.elx_tbl_list tr th.elx_th_center {
     background-color: #e7ebea;
}
 table.striped tr:nth-child(even) {
     background-color: #fedda7;
}
 table.striped td {
     vertical-align: middle;
     padding: 13px 1em;
     color: #000 
}
 table.striped td p {
     text-align: left;
     margin: 0;
}
/* TABLE LIST AND MEMBER PROFILE */
 div.elx_profile_summary {
     margin: 0;
     padding:6px;
     background-color:#F7F7F7;
     border: 1px solid #EEE;
}
/* ULIST */
 ul.elx_ulist {
     margin: 0;
     text-indent: 0;
     padding-left: 0;
     list-style: none;
}
 ul.elx_ulist li {
     list-style-type: none;
     margin:0;
     padding: 3px 0;
}
 ul.elx_ulist li div.elx_column1 {
     margin: 0;
     padding: 0;
     width: 180px;
     float: left;
     color: #555;
}
 ul.elx_ulist li div.elx_column2 {
     margin: 0;
     padding: 0 0 0 180px;
}
 ul.elx_ulist li:hover {
     background-color: #f8f8f8;
}
/* PROFILE */
 div.elx_profile_details li {
     border-bottom: 1px solid #f5f6f7;
}
 div.elx_profile_details li:hover {
     background-color: transparent;
}
 div.elx_profile_details {
     margin: 10px 0;
     padding: 0;
}
 span.elx_user_small {
     font-size: 12px;
     color: #666;
}
 div.elx_avatar_box {
     margin: 0;
     padding:0;
     width: 100px;
     float: left;
}
 div.elx_avatar_box img {
     margin: 0;
     padding: 0px;
}
/** TWITTER **/
 div.elx_profile_twitter {
     margin: 15px 0;
     padding: 0;
}
 div.elx_profile_twitter_user {
     background-color: #f8f8f8;
     margin: 0 0 10px 0;
     padding: 5px 0;
}
 div.elx_profile_twitter_summary {
     margin:0;
     padding: 0 0 0 60px;
}
 div.elx_profile_twitter li {
     margin: 0;
     padding: 6px 0;
     border-bottom: 1px solid #e7e7e7;
}
/* CATEGORY PAGE*/
 li.categories, li.subcategories, ul.elx_subcategories li {
    background:url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/category.png) 0 50% no-repeat;
     padding:0px 20px;
    margin:0 5px;
}
 div.elx_featured_box h2 a {
     text-decoration: none;
}
 div.elx_featured_box, div.elx_short_box {
     margin: 0 10px 0px 0px;
     padding: 0;
}
 div.module div.elx_featured_box {
     background: none;
     border: 0;
}
 div.elx_featured_box {
     background-color:#FFFFFF;
     border:1px solid #EEEEEE;
     border-width: 1px 1px 3px 1px;
     padding:10px;
     margin:10px 0;
}
 div.elx_short_box {
     padding:5px 10px;
     margin: 20px 0;
}
 div.elx_featured_box h2 a{
     margin: 0;
     padding: 0;
     letter-spacing:0px;
}
 div.elx_featured_box h2 a:hover {
    color:#333;
}
 div.rightcolumn div.elx_featured_box h2, div.leftcolumn div.elx_featured_box h2 {
     margin : 0 0 0.5em 0;
     padding : 0;
     color :#333;
     letter-spacing :0;
}
 div.elx_dateauthor {
     line-height : 49px;
     color : #333;
     background : url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/calendar.png) 0 50% no-repeat;
     padding : 0 0 0 20px;
}
 .elx_category_page div.elx_dateauthor, div.superarticles div.elx_dateauthor, div.elx_tags_page div.elx_dateauthor, div.elx_short_box div.elx_dateauthor {
     line-height : normal;
}
 p.elx5_content_subtitle {
     margin:0 0 15px 0;
     padding:0;
}
 div#elx_article_page_132 p.elx5_content_subtitle, div#elx_article_page_366 p.elx5_content_subtitle, div#elx_article_page_324 p.elx5_content_subtitle {
     margin-top: 20px;
}
 div.elx_category_featured_inner p {
     text-align: justify;
}
 .plug_gallery_box a img {
     margin : 0;
     padding : 5px;
     background : #F9f9f9;
     border : 1px solid #EEE;
}
 div.elx_short_box h2 a {
     text-decoration: none;
}
 div.elx_short_box h2 a:hover, div.elx_short_box h3 a:hover {
     color: #333;
}
 div.elx_archive_page {
     width : 1180px;
     padding : 20px;
     box-sizing : border-box;
}
/* ARTICLE and Category PAGE */
 div.elx_article_page, div.elx_category_page, div.elx_tags_page {
     padding : 1.5em;
     margin : 0;
     width : 100%;
     background-color : #fff;
     box-sizing : border-box;
}
 div.elx5_article_header {
     margin:0px 0px 5px 0;
}
 :lang(my) div.maincontent p {
     font-size : 15px!important;
     text-align : left;
     line-height : 1.7!important;
}
 div.elx_category_page ul li, div.elx_article_page ul:not(.organisation) li {
     margin-left : 1.5em;
     margin-bottom : 1.2em;
}
 div.elx_article_page ul.lgbt li {
     padding: 8px 0 0 50px;
     list-style-type: none;
     margin: 0 0 5px;
     min-height: 32px;
     border-bottom: 1px dashed #2AA749;
     background: url(https://www.myanmar-responsiblebusiness.org/images/icons/lgbt.png) 5px 14px no-repeat 
}
 ol {
     list-style: none;
     counter-reset: my-awesome-counter;
}
 ol li {
     counter-increment: my-awesome-counter;
     font-size: 1.1em;
     line-height: 1.5;
     text-align: justify;
     clear: left;
     margin-bottom: 21px;
}
 ol li::before {
     content: counter(my-awesome-counter);
     font-weight: bold;
     font-size: 26px;
     margin: 0 21px 21px 0;
     line-height: 1;
     float: left;
     min-width: 27px;
     color: #2ca749;
}
 ol.normal li::before {
     font-size: 1.1em;
     margin: 3px 0 0 0;
}
 ol.normal li {
     margin-bottom: 8px;
}
 :lang(my) ol li:nth-child(1)::before, :lang(mm) ol li:nth-child(1)::before {
     content: "၁";
}
 :lang(my) ol li:nth-child(2)::before, :lang(mm) ol li:nth-child(2)::before {
     content: "၂";
}
 :lang(my) ol li:nth-child(3)::before, :lang(mm) ol li:nth-child(3)::before {
     content: "၃";
}
 :lang(my) ol li:nth-child(4)::before, :lang(mm) ol li:nth-child(4)::before {
     content: "၄";
}
 :lang(my) ol li:nth-child(5)::before, :lang(mm) ol li:nth-child(5)::before {
     content: "၅";
}
 :lang(my) ol li:nth-child(6)::before, :lang(mm) ol li:nth-child(6)::before {
     content: "၆";
}
 :lang(my) ol li:nth-child(7)::before, :lang(mm) ol li:nth-child(7)::before {
     content: "၇";
}
 :lang(my) ol li:nth-child(8)::before, :lang(mm) ol li:nth-child(8)::before {
     content: "၈";
}
 :lang(my) ol li:nth-child(9)::before, :lang(mm) ol li:nth-child(9)::before {
     content: "၉";
}
 :lang(my) ol li:nth-child(10)::before, :lang(mm) ol li:nth-child(10)::before {
     content: "၁၀";
}
 :lang(my) ol li:nth-child(11)::before, :lang(mm) ol li:nth-child(11)::before {
     content: "၁၁";
}
 :lang(my) ol li:nth-child(12)::before, :lang(mm) ol li:nth-child(12)::before {
     content: "၁၂";
}
 figure.elx5_content_imageboxlr {
     width : 340px;
}
 div.elx_article_page figure.elx5_content_imagebox {
     position : absolute;
     top : 1.5em;
     right : 1em;
     margin-right : 3px!important;
}
 div.elx_article_page figure.elx5_content_imagebox figcaption, div.elx_category_page .elx5_category_image, p.caption, figcaption {
     background-color : #000;
     color : #ffdc16;
     line-height : 1.3;
     padding : 8px;
     text-align : left;
     margin : 0;
     font-size : 90%;
}
 :lang(my) div.elx_article_page figure.elx5_content_imagebox figcaption, :lang(my) div.elx_category_page .elx5_category_image, :lang(my) p.caption {
     line-height : 1.5!important;
     font-size : 80%!important;
}
 p.caption a {
     color : #ffdc16;
     text-decoration : none;
}
 div.elx_category_page .elx5_category_image {
     width : 335px;
     padding : 3px;
     position : absolute;
     right : 1.2em;
     top : 2em;
     margin : 0!important;
}

div#elx_category_page_3 .elx5_category_image, 
div#elx_category_page_13 .elx5_category_image {
         display : none;
}

 div.elx_category_page p.caption {
     position : absolute;
     right : 19px;
     top : 259px;
     width : 325px;
     font-size : 14px;
}
 div.elx_category_page figure.elx5_content_imagebox, div.elx_tags_page figure.elx5_content_imagebox, div.elx_archive_page figure.elx5_content_imagebox {
     margin-right : 1em!important;
     margin-bottom : 23px!important;
}
 div.elx_category_page figure.elx5_content_imagebox.elx5_content_imageboxtl {
     margin-bottom: 30px!important;
}
 div.elx_article_page div.elx5_2colwrap {
     margin-top: 55px;
}
 .elx_chain_previous a, .elx_chain_next a {
    font-weight: normal;
}
 .elx_chain_previous a:hover, .elx_chain_next a:hover {
    color: #333;
}
 div.elx_tags_box {
     margin:5px 0;
     padding:0;
}
 div.elx_tags_box a {
     margin:8px 0;
     padding:4px;
     text-decoration:none;
     display:inline-block;
     clear:both;
     font-size:11px;
     line-height:14px;
     color:#747474;
}
 div.elx_tags_box a:hover {
     -webkit-transition: background-color 0.1s;
     -moz-transition: background-color 0.1s;
     -o-transition: background-color 0.1s;
     transition: background-color 0.1s;
}
 ul.elx5_links_box li {
     list-style-type : square;
     margin : 20px 15px;
     color : #2AA749;
}
 .elx_textblock {
     margin:10px 0;
     padding:8px;
     color:#333;
     border:3px solid #ddd;
     background-color:#f7f7f7;
     word-wrap:break-word;
}
 #iosslider_wrap1 {
    background-color: #fff;
     border: none;
}
/* ACCORDION */
 .transition, p, ul.accordion li i:before, ul.accordion li i:after {
     transition: all 0.25s ease-in-out;
}
 .flipIn, h1, ul.accordion li {
     animation: flipdown 0.5s ease both;
}
 ul.accordion {
     perspective : 900;
     padding : 30px;
     margin : 0;
     background-color : rgba(254,255,250,1);
     border : 1px solid #dce7eb;
}
 ul.accordion h2 {
     font-weight : normal;
     color : #2aa749;
     padding-right: 72px;
}
 ul.accordion li {
     position : relative;
     padding : 0;
     margin : 0;
     padding-bottom : 4px;
     padding-top : 18px;
     border-top : 1px dotted #dce7eb;
     list-style-type : none;
     margin-bottom : 0!important;
}
 ul.accordion li:nth-of-type(1) {
     animation-delay : 0.5s;
}
 ul.accordion li:nth-of-type(2) {
     animation-delay : 0.75s;
}
 ul.accordion li:nth-of-type(3) {
     animation-delay : 1s;
}
 ul.accordion li:nth-of-type(4) {
     animation-delay : 1.25s;
}
 ul.accordion li:nth-of-type(5) {
     animation-delay : 1.5s;
}
 ul.accordion li:nth-of-type(6) {
     animation-delay : 1.75s;
}
 ul.accordion li:nth-of-type(7) {
     animation-delay : 2s;
}
 ul.accordion li:nth-of-type(8) {
     animation-delay : 2.25s;
}
 ul.accordion li:nth-of-type(9) {
     animation-delay : 2.5s;
}
 ul.accordion li:nth-of-type(10) {
     animation-delay : 2.75s;
}
 ul.accordion li:nth-of-type(11) {
     animation-delay : 3s;
}
 ul.accordion li:nth-of-type(12) {
     animation-delay : 3.25s;
}
 ul.accordion li:last-of-type {
     padding-bottom : 0;
}
 ul.accordion li i {
     position : absolute;
     transform : translate(-6px, 0);
     margin-top : 4px;
     right : 30px;
}
 ul.accordion li i:before, ul.accordion li i:after {
     content : "";
     position : absolute;
     background-color : #2aa749;
     width : 6px;
     height : 25px;
}
 ul.accordion li i:before {
     transform: translate(-5px, 0) rotate(45deg);
}
 ul.accordion li i:after {
     transform: translate(5px, 0) rotate(-45deg);
}
 ul.accordion li input[type=checkbox] {
     position: absolute;
     cursor: pointer;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
}
 ul.accordion li input[type=checkbox]:checked ~ p {
     margin: 0;
     max-height: 0;
     opacity: 0;
     transform: translate(0, 50%);
}
 ul.accordion li input[type=checkbox]:checked ~ i:before {
     transform: translate(9px, 0) rotate(45deg);
}
 ul.accordion li input[type=checkbox]:checked ~ i:after {
     transform: translate(-9px, 0) rotate(-45deg);
}
 ul.accordion p {
     font-size: 17px;
     position: relative;
     overflow: hidden;
     max-height: 800px;
     opacity: 1;
     transform: translate(0, 0);
     margin-top: 20px;
     z-index: 2;
}
 @keyframes flipdown {
     0% {
         opacity: 0;
         transform-origin: top center;
         transform: rotateX(-90deg);
    }
     5% {
         opacity: 1;
    }
     80% {
         transform: rotateX(8deg);
    }
     83% {
         transform: rotateX(6deg);
    }
     92% {
         transform: rotateX(-3deg);
    }
     100% {
         transform-origin: top center;
         transform: rotateX(0deg);
    }
}
/* CARDS ----------------------*/
 div.card-container {
     display: flex;
     justify-content: space-between;
     width: 100%;
     box-sizing: border-box;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
     flex-direction: row;
     align-items: stretch;
}
 div.card-container::after {
    /* if grid has an incomplete final row */
     content: "";
     flex: 0 0 48%;
}
 div.card {
     flex: 0 0 48%;
     margin-bottom: 55px;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
     position: relative;
     padding-bottom: 89px;
}
 div.card:hover {
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
 div.card img {
     margin: 0;
     padding: 0;
     background: #FFFFFF;
     width: 100%;
     height: auto;
     box-sizing: border-box;
}
 div.card-body {
     padding: 0 1em 1em 1em;
}
 h3.card-title {
     text-transform: none;
     margin: 15px 0;
}
 h3.card-title a {
     text-decoration:none;
}
 h3.card-title a:hover {
     text-decoration:underline;
}
 p.no-margin {
     margin:0;
}
 div.card div.text-center {
     position: absolute;
     bottom: 0;
     width: calc(100% - 2em);
}
 a.btn.btn-primary {
     margin: 8px;
     text-decoration: none;
     font-size: 18px;
     border: none;
     background-color: #2ca749;
     font-weight: bold;
}
 abtn.btn-primary:hover {
     background-color: #2ca749;
}

 .elx_info, .elx_engines_box {
     padding: 10px 15px 10px;
     background:#bab5ad;
     margin-bottom: 34px;
	 border: none!important;
}
.elx_pdf {
	padding: 13px;
    background: #2AA749;
    margin-bottom: 0;
    color: #fff;
    font-size: 90%;
    text-align: left;
	font-weight: bold;
}
.elx_pdf:before {
  content: "\f1c1 \0020";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.elx_pdf a {
	color: #fff!important;
}
.elx_pdf a:hover {
	text-decoration:underline;
}

 span.elx_engine_current {
    color: #747474;
}
 .elx_warning {
     border: 1px solid rgb(245, 209, 69);
     padding: 10px 15px 10px ;
     background: #ff0000;
     color: #ffffff;
}
 .elx_error {
     border: 1px solid rgb(217, 118, 118);
     padding: 10px 15px 10px ;
     background: #ff0000;
     color: #ffffff;
}
 .elx_success {
     border: 1px solid rgb(183, 219, 88);
     padding: 10px 15px 10px ;
     background: #2ca749;
     color: #ffffff;
     font-weight: bold;
}
 .elx_info, .elx_sminfo, .elx_smerror, .elx_smwarning, .elx_smsuccess {
     color:#000;
     font-weight: bold;
     border: 1px solid #000;
}
 .elx_info a {
     color: #000!important;
}
 .elx_sminfo {
     margin:5px 5px 5px 10px;
     padding:2px 2px 2px 20px;
     background:url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/info.png) no-repeat 0 50%;
}
 .elx_sminfo a {
     color:#365675;
}
 .elx_smerror {
     margin:5px 5px 5px 10px;
     padding:2px 2px 2px 20px;
     background:url(htts://www.myanmar-responsiblebusiness.org/templates/aurora/images/error.png) no-repeat 0 50%;
}
 .elx_smerror a {
     color:#782618;
}
 .elx_smwarning {
     margin:5px 5px 5px 10px;
     padding:2px 2px 2px 20px;
     background:url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/warning.png) no-repeat 0 50%;
}
 .elx_smwarning a {
     color:#86360b;
}
 .elx_smsuccess {
     margin:5px 5px 5px 10px;
     padding:2px 2px 2px 20px;
     background:url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/tick.png) no-repeat 0 50%;
}
 .elx_smsuccess a {
     color:#34461a;
}
 a.external {
    background: url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/ext_link.png) no-repeat center left;
     padding-left: 16px;
}
 a.atodo {
    background: url(https://www.myanmar-responsiblebusiness.org/templates/aurora/images/dead_link.png) no-repeat center left;
     padding-left: 18px;
     color:#9A1F17;
     text-decoration:underline;
}
/* LABELS */
 .label {
     display: inline-block;
     padding: 2px 4px;
     font-size: 12px;
     font-weight: bold;
     line-height: 14px;
     color: #ffffff;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     white-space: nowrap;
     vertical-align: baseline;
     background-color: #999999;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
}
 .badge {
     padding-right: 9px;
     padding-left: 9px;
     -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
}
 .label:empty {
     display: none;
}
 a.label:hover, a.label:focus {
     color: #ffffff;
     text-decoration: none;
     cursor: pointer;
}
 .label-important {
     background-color: #b94a48;
}
 .label-important[href], .badge-important[href] {
     background-color: #953b39;
}
 .label-warning {
     background-color: #f89406;
}
 .label-warning[href] {
     background-color: #c67605;
}
 .label-success {
     background-color: #468847;
}
 .label-success[href] {
     background-color: #356635;
}
 .label-info {
     background-color: #3a87ad;
}
 .label-info[href] {
     background-color: #2d6987;
}
 .label-inverse {
     background-color: #333333;
}
 .label-inverse[href] {
     background-color: #1a1a1a;
}
/* BOOTSTRAP */
 .clearfix{
    *zoom:1;
}
.clearfix:before,.clearfix:after{
    display:table;
    content:"";
    line-height:0;
}
 .clearfix:after{
    clear:both;
}
 .hide-text{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
 .input-block-level{
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* TOOLTIPS */
 .tooltip{
    position:absolute;
    z-index:1030;
    display:block;
    visibility:visible;
    font-size:11px;
    margin-top:-10px;
    line-height:1.4;
    opacity:0;
    filter:alpha(opacity=0);
}
 .tooltip.in{
    opacity:0.9;
    filter:alpha(opacity=90);
}
 .tooltip.top{
    margin-top:-3px;
    padding:5px 0;
}
 .tooltip.right{
    margin-left:3px;
    padding:0 5px;
}
 .tooltip.bottom{
    margin-top:3px;
    padding:5px 0;
}
 .tooltip.left{
    margin-left:-3px;
    padding:0 5px;
}
 .tooltip-inner{
    max-width:200px;
    padding:8px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background-color:#444;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
 .tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
}
 .tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#444;
}
 .tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#444;
}
 .tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#444;
}
 .tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#444;
}




/* ==============================
   ENHANCED SEARCH ENGINE
	 ========================== */

div.elx5_artbox.search-result {
	clear: both;
	}

div.elx5_artbox_inner.search-result {
	overflow: hidden;
}

div.elx5_artbox_inner.search-result h3 {
	margin-bottom: 5px;
}

div.elx5_dateauthor.gs-visibleUrl,
div.elx5_dateauthor.gs-fileFormatType {
	font-size: 15px!important;
	color: #9E9E9E;
}

div.elx5_dateauthor.gs-visibleUrl {
    position: relative;
    background-color: white;
		margin-left: -54px;
}

div.elx5_dateauthor.gs-visibleUrl:before {
    content: "https://";
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    color: white;
}
	
figure.elx5_content_imagebox.search-result {
	max-width: 220px!important;
	width: 220px!important;
	height: 133px;
	overflow: hidden;
}
	 
figure.elx5_content_imagebox.search-result img {
	width: 200px!important;
	max-width: 200px!important;
	height: auto!important;
	min-height: 133px;
	max-height:none!important;
}

div.gs-fileFormat {
	margin-top: 10px;
  margin-left: 220px;
}
    



/* MEDIA QUERIES */
 .ei-title {
     background: rgba(248,248,248,0.9);
     padding:5px;
     border:1px solid rgba(248,248,248,0.2);
     *border-right-width:2px;
     *border-bottom-width:2px;
     -webkit-border-radius:3px;
     -moz-border-radius:3px;
     border-radius:3px;
     -webkit-background-clip:padding-box;
     background-clip:padding-box;
}
 @media only screen and (min-width: 1200px) {
     div#elx_category_page_4, 
		 div#elx_category_page_7, 
		 div#elx_category_page_13,
		 div#elx_category_page_14, 
		 div.elx_tags_page, 
		 div#elx_article_page_295, 
		 div#elx_article_page_299, 
		 div#elx_article_page_378, 
		 div#elx_article_page_406, 
		 div#elx_article_page_416 {
         width: 1180px;
    }
     div#elx_category_page_14 img.elx5_category_image, div#elx_category_page_14 div.elx5_category_header {
         display:none;
    }

}
 @media only screen and (max-width: 1200px) {
	 div.box p.float-left, 
figure.float-left,
figure.float-right,
div.box figure.float-left, 
div.box p.float-right, 
div.box figure.float-right {
    width     : 50%;
}
     div.moduledonors p {
         width: 90%;
         margin-left:auto;
         margin-right:auto;
    }
	
	div.moduleSectors {
		margin: 34px 0;
}

     div.elx_archive_page {
         width : 100%;
    }
     .wrapper {
         margin-top : 0.5em;
    }
     #logo {
         float : none;
         margin : 20px auto 30px auto;
    }
     ul.elx_vmenu, ul.elx_menu li ul, div.module-fmenu, ul.infobox, .fb_iframe_widget {
         display : none!important;
    }
     div.modulesearch {
         float : none;
         margin-left: 4%;
    }
     div.modulelanguage {
         top : 120px;
         margin-right: 4%;
    }
     ul.elx_menu, :lang(my) ul.elx_menu {
         height : auto!important;
         margin : 0;
    }
     .maincontent {
         margin : 0 0 0 2%!important;
    }
     #page-bg {
         background : none;
         margin-top : 0;
    }
     .mobile-menu {
         display : block;
         width : 90%;
         background : #2ca749;
         line-height : 1.6em;
         font-weight : 400;
         text-align : center;
         position : relative;
         margin : 0 auto;
    }
    /*Create a horizontal list with spacing*/
     .mobile-menu li {
         display : inline-block;
         z-index : 9999;
    }
    /*Style for menu links*/
     .mobile-menu li a {
         text-decoration: none;
         margin-left:-5px;
         padding: 10px 0;
         -webkit-transition: all 0.4s ease 0s;
         -moz-transition: all 0.4s ease 0s;
         -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
         transition: all 0.4s ease 0s;
    }
    /*Style for dropdown links*/
     .mobile-menu li:hover ul a {
         height: 40px;
         line-height: 40px;
    }
    /*Hide dropdown links until they are needed*/
     .mobile-menu li ul {
         display: none;
    }
    /*Make dropdown links vertical*/
     .mobile-menu li ul li {
         display: block;
         float: none;
    }
    /*Prevent text wrapping*/
     .mobile-menu li ul li a {
         width: auto;
         min-width: 100px;
         padding: 0 20px;
    }
     .mobile-menu .lines {
         border-bottom: 15px double #f8f8f8;
         border-top: 5px solid #f8f8f8;
         content:"";
         height: 5px;
         width:20px;
         padding-right:15px;
         float: right;
    }
    /*Make dropdown links appear inline*/
     .mobile-menu ul {
         position: static;
         display: none;
    }
    /*Create vertical spacing*/
     .mobile-menu li {
         margin-bottom: 1px;
    }
    /*Make all menu links full width*/
     .mobile-menu ul li, .mobile-menu li a {
         width: 100%!important;
    }
    /*Display 'show menu' link*/
     .mobile-menu .show-menu {
         display:block;
    }
     ul.elx_menu li a {
         border-right : none;
         padding : 5px 10px;
         box-sizing : border-box;
    }
	
	 div.elx_cols_wrapper {
         display : none;
    }
	
     div.rightcolumn {
         width : 90%!important;
         float : none;
         margin : 0 auto;
         border : none;
         background : none;
    }
     div.elx_article_page > hr {
         display:none;
    }
     div.elx_article_page > br {
         display: inline;
    }
     div.download {
         height : 36vw!important;
    }
     figure.elx5_content_imagebox img {
         width : 100%;
         max-height : 300px;
         object-fit : cover;
    }
     div.maincontent {
         width : 90%!important;
         margin : 1em auto!important;
         float : none;
    }
     div#column1, div#column2 {
         width : 100%!important;
         float : none;
         padding : 0;
         border : 0;
         margin : 0;
    }
     div.orbit-wrapper img {
         object-fit : cover !important;
    }
     div.elx_article_page figure.elx5_content_imagebox {
         position : relative;
         top : 0;
         right : 0;
         margin-right : 0!important;
         margin-left : 21px;
    }
     div.elx_article_page figure.elx5_content_imagebox figcaption, div.elx_category_page .elx5_category_image, p.caption {
         display : none;
    }
     .ios_dl_wrap {
         clear : both;
    }
	
div.elx_category_page .elx5_3colbox, div.elx5_3colbox:not(.stubborn), div.moduleSectors div.contentsup.col3_contentsup1, div.moduleSectors div.contentsup.col3_contentsup2, div.moduleSectors div.contentsup.col3_contentsup3, div.contentsup.col4_contentsup1, div.contentsup.col4_contentsup2, div.contentsup.col4_contentsup3, div.contentsup.col4_contentsup4 {
        flex: 0 0 48% !important;
        width: 48% !important;
    }
	
}
 @media only screen and (max-width: 1024px) {
     img#trifold {
         width: 100%;
         float: none;
    }
     div#btn-trifold {
         width: 100%!important;
         margin-bottom: 12px!important;
         float: none!important;
    }
     div.card {
         box-shadow: none;
         flex: 0 0 100%;
    }
     div.card:hover {
         box-shadow: none;
    }
     .grid figure {
         float: none;
         min-width: 0;
         max-width: 100%;
         width: 100%;
         max-height: none;
    }
     .grid figure img {
         width: 100%;
    }
     div.orbit-caption p {
         display: none;
    }
	
	


figure.download {
	min-height: 233px;
	padding: 21px;
}

figure.download img {
	display: none;
}

figure.download figcaption {
	margin-left: 0;
	min-height: 0;
}

figure.download h3 {
	margin: 0;
	line-height: 1.5;
	font-size: 18px;
}

figure.download h5, figure.download p {
	font-weight: normal;
	margin: 13px 0;
}

figure.download ul {
	position: relative;
	bottom: 0;
	margin-bottom: 13px;
}

.download-btn {
	width: 100%;
  height: 50px;
  bottom: 0;
  top: auto;
}
	
.download-btn:after {
	top: 0;
}
}



 @media only screen and (max-width: 860px) {
     .modulehomepage-slider {
        display: none;
    }
     .content_user1, .content_user2, .content_user3, .content_user4, .content_user5, .content_user6, .content_user7, .content_user8, .content_user9 {
         clear:both;
         width: 97%!important;
         padding: 5px 1%;
         margin: 5px auto;
    }
     .fixed_width {
        width:99.5%;
    }
     .maincontent {
        margin:1em auto;
         width: 97%;
         padding:0 1%;
    }
     .pagetitle {
        width:100%;
    }
     .elx_form_label {
        width: 180px;
    }
     .auroralogo {
        display: none;
         visibility: hidden;
    }
     .elx_form_field_box,.elx_form_tip {
        margin-left: 80px;
    }
     #mheader {
         display: block;
    }
     div.search {
        top: 62px;
    }
     DIV.sidr-inner img {
        width: 32px;
         height: auto;
         margin-left: 5px;
    }
     .menu_area, .header-wrapper, .paths {
        display:none;
         visibility: hidden;
    }
     .frontpage-wrapperw {
         padding: 10px 0;
    }
     .search,.navigation, .download-item-utility .file-info {
        display: none;
    }
     .download-desc {
        width: 80%;
    }
     .ei-title {
        background: rgba(255,255,255,0.9);
    }
     .menu {
        min-height: 0;
    }
     .mhright a img {
        padding :15px 2%;
    }
     ul.elx_vmenu a, div.rightcolumn > div.module > ul li, div.leftcolumn > div.module > ul li {
        line-height: 40px;
    }
     figure.elx5_content_imagebox img, .elx5_content_imagebox img,div.elx_article_page p img, article.elx_article_page p img, .elx_category_featured_inner p img {
         width:100%;
         height:auto;
    }
     div.elx_article_page figure.elx5_content_imagebox {
        width:100%;
         margin-left:0;
    }
	
div.elx_category_page .elx5_3colbox, div.elx5_3colbox:not(.stubborn), div.moduleSectors div.contentsup.col3_contentsup1, div.moduleSectors div.contentsup.col3_contentsup2, div.moduleSectors div.contentsup.col3_contentsup3, div.contentsup.col4_contentsup1, div.contentsup.col4_contentsup2, div.contentsup.col4_contentsup3, div.contentsup.col4_contentsup4 {
        flex: 100% !important;
        margin: 0 0 55px 0 !important;
    }
	
}


 @media only screen and (max-width: 560px) {
	 
	 div.box p.float-left, div.box figure.float-left, div.box p.float-right, figure.float-left, figure.float-right, div.box figure.float-right, div.float-left, div.float-right {
    width     : 100%;
}
     .pika-stage .caption, .pika-textnav, figcaption.download p {
        display:none;
        visibility:hidden;
    }
     .selectBox, .inputbox,.elx_form_tip {
        width: 95%;
    }
     .elx_form_field_box,.elx_form_tip {
        margin-left: 5px;
    }
     #imgsliderul1{
        width:90%;
         height:250px;
    }
     .pika-thumbs li {
        width:80px;
         height:50px;
    }
     #logo {
        margin-bottom: 20px;
    }
     div.modulesearch {
        margin-top:0;
    }
     div.modulesearch,div.modulelanguage {
        text-align:center;
    }
     div.modulelanguage {
        position:relative;
        top:0;
    }
     div.modulang {
        margin: 0;
    }
     .mobile-menu {
        margin-top: 20px;
    }
     .mobile-menu .show-menu span {
        padding-left:0;
    }
}
 @media only screen and (max-width: 489px) {
     .pagetitle {
        width:100%;
    }
     .elx5_content_imagebox {
         width: 96%;
        max-width: 500px;
    }
     .jcarousel-skin-pika, .item-image {
        display:none;
    }
     article.elx_featured_box figure {
         float:none;
         width:100%;
    }
     article.elx_featured_box figure figcaption {
         margin:2px 0 5px 0;
    }
     .elx_featured_limbox {
         margin:0;
         padding:0;
         float:none;
         width:100%;
    }
}
 @media only screen and (max-width:350px) {
     .pagetitle, .paths {
        visibility: hidden;
         display:none;
    }
     .rightcolumn, .leftcolumn {
        border-left: 0px;
         border-right:0px;
    }
     .elx5_content_imagebox {
         margin: 0 auto;
         width:100% ;
         max-width: 200px;
         display:block;
    }
     figure.elx5_content_imagebox img{
         clear:both;
         margin: 0 auto;
         width:98%;
         height:auto;
        padding: 1%;
    }
     div.elx_featured_box {
        padding: 10px 5px;
    }
     div.elx_short_box h3 {
        clear: both;
    }
     .elx5_content_subtitle {
        clear:both;
    }
     .elx_engines_box {
        margin: 10px 0;
    }
     fieldset.elx_form_fieldset {
        margin-left: 0;
         margin-right:0;
         padding: 8px 0 ;
    }
     label.elx_form_label, div.elx_form_cell {
        width:98%;
         padding: 0 1%;
         clear:both;
         display:block;
    }
     div.elx_form_field_box {
        margin-left:5px;
         display:block;
    }
     .elx_modsearch_input {
        clear: none;
        display:inline-block;
    }
     ul.elx_ulist li div.elx_column1 {
        width:100px;
    }
     textarea {
        max-width: 200px;
    }
     ul.elx_ulist li div.elx_column2 {
        padding:0 0 0 100px;
    }
     .item-info {
        margin:10px auto;
         width: 70%;
    }
     .selectBox, .inputbox,.elx_form_tip {
        width: 95%;
    }
     .elx_form_tip {
        margin-left: 0;
    }
     div.elx_form_row, .elx_form_label, div.elx_form_field_box, .filebox, #eprpword, #eprbirthdate {
        clear: both;
         width:97%;
         padding: 3px 1%;
         display:block;
         vertical-align: baseline;
    }
     .content_user1 div, .content_user2 div, .content_user3 div, .content_user4 div, .content_user5 div, .content_user6 div {
        clear:both;
         width: 94%;
         padding:0 2%;
    }
     div.module ul.elx_menu {
        display: none;
    }
     .elx_sminfo {
         margin:5px 0px 5px 5px;
         padding:2px 2px 2px 10px;
    }
     .elx_smerror {
         margin:5px 0px 5px 5px;
         padding:2px 2px 2px 10px;
    }
     .elx_smwarning {
         margin:5px 0px 5px 5px;
         padding:2px 2px 2px 10px;
    }
     .elx_smsuccess {
         margin:5px 0px 5px 5px;
         padding:2px 2px 2px 10px;
    }
     article.elx_featured_box figure {
         display:none;
         visibility:hidden;
    }
     .elx_featured_limbox {
         margin:0;
         padding:0;
         float:none;
         width:100%;
    }
     div.elx_category_featured_inner .elx_content_intro {
         display:none;
    }
     div.elx_category_featured_inner .elx5_dateauthor {
         display:none;
    }
     article.elx_short_box figure {
         display:none;
         visibility:hidden;
    }
     .elx_short_textbox .elx5_dateauthor {
         display:none;
         visibility:hidden;
    }
     figure.elx5_content_imagebox figcaption {
         display:none;
         visibility:hidden;
    }
     nav.elx_chain_wrap {
         display:none;
         visibility:hidden;
    }
     .elx_article_page footer .elx_tags_box{
         display:none;
         visibility:hidden;
    }
}