/*Sharepage-step-1 Start here*/
.progressbar {
  counter-reset: step;
  display: flex;
  font-family: 'ralewayregular';
  justify-content: center;
}  
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #333;
  
}
.progressbar li:before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 35px;
  border: 2px solid #b3b3b3;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  padding:5px;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #b3b3b3;
  top: 25px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #333;
}
.progressbar li.active:before {
  border-color: #00aed9;
  background:#00aed9;
  color:#fff;
}
.progressbar li.active + li:after {
  background-color: #b3b3b3;
}

.sharepage-cont { margin:50px auto}
.check
{
  opacity:0.5;
  color:#996;
}
.box{
    margin-bottom:5px;
}
.event-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-image: url("../images/share-event-img.jpg");
  background-size: cover;
  background-position: center;
}
.event-img-textarea .img-name{
  color: #fff;
  transition: .3s all ease;
}
.event-img-textarea p, .policy-paper-img-textarea p {
    font-family: 'ralewaymedium';
    font-size: 12px !important;
    line-height: 24px !important;
    color: #fff !important;
    width: 192px;
    letter-spacing: 1px;
    font-weight: normal;
    display: none;
    transition: .3s all ease;
}
.checkhover .event-img-textarea p{
  display: block;
}
.checkhover .policy-paper-img-textarea p{
  display: block; 
  padding-bottom: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.checkhover .event-img-textarea .img-name, .checkhover .policy-paper-img-textarea .img-name{
  display: none;
}
.research-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-image: url("../images/share-research-img.jpg");
  background-size: cover;
  background-position: center;
}
.story-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-image: url("../images/share-story-img.jpg");
  background-size: cover;
  background-position: center;
}
.initiative-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-image: url("../images/share-initiative-img.jpg");
  background-size: cover;
  background-position: center;
}
.policy-paper-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
.education-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-image: url("../images/share-education-img.jpg");
  background-size: cover;
  background-position: center;
}
.company-img{
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-image: url("../images/share-company-img.jpg");
  background-size: cover;
  background-position: center;
}
#tab1 .overlay{
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 19px;
  width: 255px;
  height: 255px;
  border-radius: 100%;
  padding: 15px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay{
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 15px;
  width: 255px;
  height: 255px;
  border-radius: 100%;
  padding: 15px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-name{
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
}
.policy-paper-img-textarea .img-name{
  color: #fff;
  font-weight: 700;
}
.policy-paper-img-textarea .img-name a{
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.research-img-textarea{
  width: 139px;
  margin: 37% auto;
}
.story-img-textarea{
  width: 86px;
  margin: 37% auto;
}
.initiative-img-textarea{
  width: 127px;
  margin: 37% auto;
}
.policy-paper-img-textarea{
  width: 187px;
  margin: 37% auto;
}
.education-img-textarea{
  width: 153px;
  margin: 26% auto;
}
.company-img-textarea{
  width: 192px;
  margin: 37% auto;
}
.check {
    opacity: 1;
    width: 225px !important;
    height: 225px !important;
    margin: 15px;
}
.checkhover {
    opacity: 1;
    width: 225px !important;
    height: 225px !important;
    margin: 15px;
    cursor: pointer;
}
.sharepage-tabs{
	margin: 50px auto;
} 
.sharepage-tabs.nav-pills > li > a{
	border-radius: 0;
	color: #333;
  background-color: transparent; 
}
.sharepage-tabs.nav-pills > li.active > a,
.sharepage-tabs.nav-pills > li.active > a:focus,
.sharepage-tabs.nav-pills > li.active > a:hover{
	background-color: transparent;
	color: #333;
}
.share-tab-wizard .title-section .title{
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 36px;
	color: rgb(51,51,51);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: josefin_sansregular;
}
.share-tab-wizard .col {
    display: inline-block;
    float: none;
    margin-left: -4px;
}
.share-tab-wizard .row.align-center {
    text-align: center;
}
/*Sharepage step-1 finish here*/ 
/*Sharepage step-2 Start here*/  

.sharepage-cont-step2 {font-family: 'ralewayregular'; }
.sharepage-cont-step2 .logintext p{ text-align:center; font-size:16px; line-height:normal; letter-spacing:1px;  }
.sharepage-cont-step2 .login-btn { background:#fdb713; padding:10px 20px; text-transform:uppercase; color:#333; font-size:16px; letter-spacing:1px; margin:25px auto 25px auto; display:table;}

.page-template-registration {font-family: 'ralewayregular'; }
.page-template-registration .logintext p{ text-align:center; font-size:16px; line-height:normal; letter-spacing:1px;  }
.page-template-registration .login-btn { background:#fdb713; padding:10px 20px; text-transform:uppercase; color:#333; font-size:16px; letter-spacing:1px; margin:25px auto 25px auto; display:table;}


/*Form Css Start Here*/

.req-star {
    color: red;
    font-size: 18px;
}

.frm-fld {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
  border:2px solid #8d8d8d;
}

.step2-form { background:#f0f0f0; float:left; margin:50px 0 0 0; padding:50px; width:100%; font-size:18px; letter-spacing:1px;  }
#registration_form { background:#f0f0f0; float:left; margin:0; padding:50px; width:100%; font-size:18px; letter-spacing:1px;  }
#registration_form .g-recaptcha iframe{margin-top: 0; }
.step2-form label{ font-weight:normal; margin-top:30px;}

.step2-form .check-input { margin-top:50px;} 

.step2-form .check-input input{ margin-right:10px;}

.step2-form .submit-btn { display: flex;  justify-content: center; margin-top:30px; }

.step2-form .submit-btn a{ background:#03689c; border-radius:0px; letter-spacing:1px; text-transform:uppercase; font-weight:400; font-size:16px; padding:10px 25px; }
.page-template-registration label{ font-weight:normal; margin-top:30px;}

.page-template-registration .check-input { margin-top:50px;} 

.page-template-registration .check-input input{ margin-right:10px;}

.page-template-registration .submit-btn { display: flex;  justify-content: center; margin-top:50px; }

.page-template-registration .submit-btn a{ background:#03689c; border-radius:0px; letter-spacing:1px; text-transform:uppercase; font-weight:400; font-size:16px; padding:10px 25px; }
/*Form Css Finish Here*/

.sharepage-cont-step2 .pager { margin-top:50px;}

.sharepage-cont-step2 .previous a, .sharepage-cont-step2 .next a { border:1px solid #333; border-radius:0px; color:#333; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:600; padding:10px 15px 10px 15px; }

.sharepage-cont-step2 .previous a img { padding-right:10px;}

.page-template-registration .pager { margin-top:50px;}

.page-template-registration .previous a, .sharepage-cont-step2 .next a { border:1px solid #333; border-radius:0px; color:#333; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:600; padding:10px 15px 10px 15px; }

.page-template-registration .previous a img { padding-right:10px;}

/*Sharepage step-2 Finish here*/ 
/* Search page */
.search-left-title{
  font-family: 'josefin_sansregular';
  font-weight: 600;
  font-size: 26px;
  color: #018fb5;
  text-transform: uppercase;
  padding-bottom: 22px;
  border-bottom: 2px solid #03689c;
  line-height: normal;
  margin-bottom: 12px;
}
.search-filter-title{
  font-family: 'ralewaymedium';
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  border-bottom: 1px solid #333;
  line-height: normal;
  margin-bottom: 15px;
}
.search-left-main label.label_txt{
  font-family: 'ralewaymedium';
  font-size: 16px;
  color: #333;  
  margin-left: 10px;
}
.search-form-box{
  position: relative;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #8d8d8d;
  height: 52px;
}
.search-form-box input{
  width: 100%;
  border: none;
  font-family: 'ralewaymedium';
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  line-height: 30px;
  padding-right: 35px;
}
.search-form-box .search-button{
  position: absolute;
  right: 10px;
  top: 15px;
  background: none;
  border: none;
}
.search-form-box .search-button .fa-search{
  font-size: 20px;
  color: #03699d;
}
/*.search-right-main{ 
  border-bottom: 1px solid #c1c1c1;
}*/
.search-right-main .page-header{
  border-bottom: 1px solid #c1c1c1;
}
.search-right-main h1.page-title{
  font-family: 'ralewaymedium';
  font-size: 22px;
  color: #666;
}
.search-right-main h2.search-post-title a{
  font-family: 'ralewaymedium';
  font-size: 22px;
  color: #03689c;  
}
.search-right-main h2.search-post-title a:hover{
  text-decoration: none;
}
.search-right-main .search-post-date {
    color: #666;
    font-family: 'ralewaymedium';
    margin-bottom: 10px;
    font-size: 13px;
}
.search-right-main .search-post-content {
    color: #666;
    font-family: 'ralewaymedium';
    margin-bottom: 20px;
    font-size: 15px;
}
.search-right-main .search-readmore{
  display: inline-block;
}
.search-right-main .search-readmore{
  color: #fff;
  text-transform: uppercase;
  background: #03689c;
  padding: 10px 20px;
  font-family: 'ralewaysemibold';
  letter-spacing: 2px;
  font-size: 12px; 
}
.search-right-main .search-readmore:hover,
.search-right-main .search-readmore:focus,
.search-right-main .search-readmore:active
{
    text-decoration: none;
}
.search-right-main .search-extra-detail{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.search-right-main .search-extra-detail ul{
  margin: 0;
  padding: 0;
}
.search-right-main .search-extra-detail ul li{
  list-style-type: none;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}
.search-right-main .search-extra-detail ul li a{
  color: #333333;
  text-transform: uppercase;
  background: #e3e3e3;
  padding: 10px 20px;
  font-family: 'ralewaymedium';
  letter-spacing: 2px;
  font-size: 13px; 
  display: inline-block;
}
.search-right-main .search-extra-detail ul li a:hover,
.search-right-main .search-extra-detail ul li a:focus,
.search-right-main .search-extra-detail ul li a:active
{
    text-decoration: none;
}
.sortby_dropdown{
  display: inline-block;
  width: auto;
  font-family: 'ralewaymedium';
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  line-height: 30px;
  padding: 10px 10px;
}
.search-post-pagination {
    margin-top: 40px;
    border-top: 1px solid #c1c1c1;
}
.search-post-pagination .pagination {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.search-post-pagination .pagination .nav-links .page-numbers.current {
    background: #03689c;
    color: #fff;
}
.search-post-pagination .pagination h2{
  display: none;
}
.search-post-pagination .pagination .nav-links .page-numbers:hover,
.search-post-pagination .pagination .nav-links .page-numbers:focus,
.search-post-pagination .pagination .nav-links .page-numbers:active{
  text-decoration:  none;
}
.search-post-pagination .pagination .nav-links .page-numbers {
    background: #f3f5f5;
    padding: 5px 18px;
    color: #000;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 600;
    margin: 0 5px;
}
/* End Search page */
/* News detail page */
.single-post-main{
  margin: 50px 0;
}
.single-post-main p {
    text-align: left;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: normal;
    color: #666666;
    line-height: 35px;
    padding-bottom: 20px;
}
/* End News detail page */
/* User Profile */
@media (min-width:320px) {
  .no-gutter > [class*='col-'] {
      padding-right:0;
      padding-left:0;
  }
}
.no-margin{
  margin: 0;
}
body{
  font-family: 'Raleway', sans-serif;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}


.box-background-1{
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;
}
.profile-name .user-img{
  float: left;
  margin-right: 20px;
}
.profile-name .user-name{
  float: left;
  color: #333;
  font-weight: 600;
  margin-right: 50px;
  letter-spacing: 1px;
}
.profile-name .edit-profile{
  float: left;
  background-color: #02558b;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  width: 24%;
  letter-spacing: 1px;
}
.profile-detail{
  margin-top: 30px;
}
.profile-detail .title{
  float: left;
  width: 33%;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.profile-detail .detail{
  float: left;
  width: 67%;
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
}
.profile-detail .detail img{
  float: left;
  margin-right: 10px;
}
.box-background-2{
  background-color: #f0f0f0;
  border-radius: 10px;
}
.user-activity-title{
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 25px;
}
.box-background-2 .border{
  border-top: 2px solid #333;
}
.box-background-2 .activity-list{
  padding: 30px 25px 34px;
}
.box-background-2 .activity-list .title{
  color: #333;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.box-background-2 .activity-list .days-ago{
  color: #666;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.box-background-2 .see-more{
  color: #333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: right;
  padding: 15px 25px;
}
.box-background-2 .see-more i{
  color: #03689c;
  padding: 1px 0 0 2px;
}
.user-profile-content-type-list{
  margin-top: 50px;
}
.user-profile-img-title{
  color: #03689c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.content-type{
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 0 8px;
}
.content-type-img { 
  /*float:left; */
  margin-bottom:15px; 
  position:relative;
}
.content-type-img .sdg-strip { 
  position:absolute; 
  bottom:8px; 
  left:0px; 
}
.content-type-img .sdg-strip img{ 
  margin: 0px 1.1px 0px 2.5px;
  float: left;
  transition: 0.5s ease all;
}
.submission-date{
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}
.user-profile-content-type-list .read-more{
  background-color: #03689c;
  padding: 10px;
  text-align: center;
  width: 35%;
  margin-top: 15px;
}
.user-profile-content-type-list .read-more a{
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.see-other-content{
  margin: 30px auto;
  width: 35%
}
.see-other-content button{
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 12px;
  text-align: center;
  background-color: #fdb713;
  border: none;
  width: 100%;
}
.user-profile-detail-main{
  margin-top: 50px;
}
/* End User Profile */
.post-thumbnail-listing-img{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 100%;
}
.post-thumbnail-listing-img.default-img{
  border: 2px solid #727272;
}