/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


.member_list td.member_type{
	display: none;
}

.member_filter span{
	display: inline-block;
	padding: 0 8px;
	border: 1px solid #7e8795;
	margin: 0 5px;
	border-radius: 4px;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	font-size: 14px;
}
.member_filter span:hover,
.member_filter span.current{
	background:#2894cf;
	color: white;
}


.slick-slide{
	background: white;
}
.slick-slide, .slick-slide img{
	outline: none !important;
}


.member_list tbody tr.member td{
	padding-top: 2px;
	padding-bottom: 2px;
}

.member_list.style-1 thead {
    display: block;
}

.member_list.style-1 thead tr{
	display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.member_list.style-1 thead tr th.member_name_title{
	width: calc(100% - 130px) !important;
    padding: 0;
    font-size: 0;
}

.member_list.style-1 thead tr th.member_since_title{
	width: 130px !important;
    text-align: right;
    padding: 0 !important;
}

.member_list.style-1 thead tr th.hide_title{
	display: none;
}

.member_list.style-1 thead tr th.member_name{
	width: calc(100% - 105px) !important;
}
.member_list.style-1 tbody tr.member td.member_detail{
	text-align: right;
}

.dc-blue-underline h2{
	font-weight: normal;
    font-size: 20px;
    letter-spacing: 0;
    padding-bottom: 5px;
    border-bottom: 5px solid #2894cf;
    margin-bottom: 20px;
}

#simple-popup.hide-it, #simple-popup-backdrop.hide-it{
	display: none;
}




.member_list td.member_html{
	display: none;
}

.member_list tbody tr.member td.member_detail a{
    cursor: pointer;
}
.popup_content{
	width: 600px;
    height: auto;
    background: rgb(255, 255, 255);
    padding: 20px 40px;
}

.popup_content .my_popup_close{
	position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-weight: lighter;
    outline: none;
}
.popup_content .my_popup_close:before{
	    display: inline-block;
    text-align: center;
    content: "\00d7";
    font-size: 30px;
    color: lightgrey;
    width: 30px;
    line-height: 30px;
    color: grey;
}

.popup_content {
  padding: 60px 40px 40px;
}
.popup_content .member-wrapper .member-logo-wrapper {
  margin: 20px 0 20px 0;
}
.popup_content .member-wrapper .member-logo-wrapper img {
  width: 50%;
}
.popup_content .member-wrapper h5:not(:first-child) {
  margin-top: 40px;
}
.popup_content .member-wrapper h5 {
  font-weight: bold;
}



body.page-id-136 .popup_content{
	padding: 20px 40px;
}
.member-wrapper .member-logo-wrapper{
	margin: 0 !important;
}
.popup_content .member-wrapper h5:not(:first-child){
	margin-top: 15px !important;
}
.popup_content .member-wrapper p{
	margin-bottom: 5px !important;
}

/*Newsletter*/
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper {
  margin-bottom: 17px !important;
  border-radius: 0 130px 0 0;
  overflow: hidden;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-media-wrapper .esg-entry-media {
  padding-bottom: 0 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-media-wrapper .esg-entry-media img {
  display: block !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-media-wrapper .esg-entry-media img[src$="transparent.png"] {
  display: none !important;
  height: 0;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-media-wrapper .esg-entry-media .esg-media-poster {
  display: none;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-reports-publications .esg-entry-content {
  border-bottom-color: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-reports-publications .esg-entry-content .esg-content:nth-child(4) {
  color: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-reports-publications .esg-entry-content .esg-content:nth-child(3) a {
  background: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-submissions .esg-entry-content {
  border-bottom-color: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-submissions .esg-entry-content .esg-content:nth-child(4) {
  color: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-submissions .esg-entry-content .esg-content:nth-child(3) a {
  background: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-policy .esg-entry-content {
  border-bottom-color: #4a54b5 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-policy .esg-entry-content .esg-content:nth-child(4) {
  color: #4a54b5 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-policy .esg-entry-content .esg-content:nth-child(3) a {
  background: #4a54b5 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-standards-codes-of-practice .esg-entry-content {
  border-bottom-color: #92cf28 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-standards-codes-of-practice .esg-entry-content .esg-content:nth-child(4) {
  color: #92cf28 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-standards-codes-of-practice .esg-entry-content .esg-content:nth-child(3) a {
  background: #92cf28 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content {
  padding: 17px 0px 0px 44px;
  background: #e2f5fe;
  margin-bottom: 25px;
  border-bottom: 5px solid #2894cf !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content {
    padding: 17px 0px 0px 20px;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(1) {
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #6d6d6d !important;
  font-weight: bold !important;
  font-family: "filson-soft" !important;
  padding: 0px 0px 20px !important;
  line-height: normal !important;
  background: none !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(1) {
    font-size: 16px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(2) {
  color: #2894cf !important;
  font-size: 40px !important;
  font-weight: normal !important;
  font-family: "filson-soft" !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  line-height: normal !important;
  background: none !important;
  margin-bottom: 5px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(2) {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 559px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(2) {
    font-size: 21px !important;
  }
}

.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(4) {
  margin-left: 0px !important;
  display: inline-block !important;
  padding-bottom: 20px !important;
  line-height: normal !important;
  background: none !important;
  color: #2894cf !important;
  font-size: 20px !important;
  font-family: "filson-soft" !important;
  font-weight: 600 !important;
  line-height: normal !important;
  display: inline-block !important;
  text-transform: none !important;
  font-weight: normal !important;
	opacity: 0;
	visibility: hidden;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(4) {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 559px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(4) {
    font-size: 12px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(4) a {
  color: #2894cf !important;
  font-size: 20px !important;
  font-family: "filson-soft" !important;
  font-weight: 600 !important;
  line-height: normal !important;
  display: inline-block !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(4) a {
    font-size: 15px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(3) {
  display: inline-block !important;
  bottom: 0;
  padding: 0px !important;
  background: none !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(3) {
    bottom: -5px;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(3) a {
  font-weight: 19px !important;
  font-family: "filson-soft" !important;
  font-weight: 400 !important;
  color: white !important;
  background: #2894cf !important;
  display: inline-block !important;
  padding: 12px 35px 9px !important;
  font-size: 19px !important;
  text-transform: none !important;
  border-radius: 20px 0 0 0 !important;
  line-height: normal !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(3) a {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 559px) {
  .esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(3) a {
    font-size: 12px !important;
  }
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper .esg-entry-content .esg-content:nth-child(3) a:hover {
  background: black !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-news .esg-entry-content {
  border-bottom: 5px solid #2894cf !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-news .esg-entry-content .esg-content:nth-child(4) {
  color: #2894cf !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-news .esg-entry-content .esg-content:nth-child(3) a {
  background: #2894cf !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-reports .esg-entry-content {
  border-bottom: 5px solid #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-reports .esg-entry-content .esg-content:nth-child(4) {
  color: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-reports .esg-entry-content .esg-content:nth-child(3) a {
  background: #f38a35 !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-publications .esg-entry-content {
  border-bottom: 5px solid #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-publications .esg-entry-content .esg-content:nth-child(4) {
  color: #c63f3a !important;
}
.esg-grid .esg-overflowtrick ul li.eg-dc-newsletter-wrapper.filter-publications .esg-entry-content .esg-content:nth-child(3) a {
  background: #c63f3a !important;
}

.dc-newsletter .sidebar-wrapper #text-5 {
    display: none !important;
}