@font-face {font-family: roboto-regular;src: url(fonts/roboto-regular.woff);}
@font-face {font-family: roboto-medium;src: url(fonts/roboto-medium.woff);}
@font-face {font-family: roboto-bold;src: url(fonts/roboto-bold.woff);}
@font-face {font-family: roboto-light;src: url(fonts/roboto-light.woff);}


body{
	font-family: roboto-regular;
	font-size: 16px;
	color: #333 !important;

    margin:0;
	padding:0;
}
body p {
	color: #333 !important;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}
* {
  margin: 0;
  padding: 0;
}
p:empty{
	display: none;
}
h2 {
	font-weight:bold;
}
a:hover{
	opacity:0.8;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.clear{
    width: 100%;
    float: left;
    clear: both;
}
/***************header***********/
.z-padding{
		padding: 0px;
}
.top-header{
	padding:20px 0px;
}
.logo{
    padding-right: 0px;
    padding-left: 0px;
}
.logo img{
	float:right;
	margin-top: 7px;
	max-width: 100%;
}
.logo2{}
.logo2 img{
	float:left;
	max-width: 100%;
}
.stylish-input-group .input-group-addon{
    position: absolute;
    right: 30px;
    top: 15px;
    background: transparent !important;
    border: none;
}
.stylish-input-group input[type="text"] {
	font-size: 16px;
    font-family: roboto-regular;
	margin-top: 10px;
    padding: 12px 15px;
	background: transparent !important;
	border: 1px solid #e6e6e6;
    border-radius: 50px;
	width:366px;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.menu{
    	background-color: #2f587f;
}
#myNavbar1{
	padding: 0px;
	border: none;
}
.navbar-default{
    background-color: transparent;
    border: none;
}
.navbar{
    margin-bottom: 0;

}
.navbar-nav > li:first-child{
    padding-left: 0;
}

.navbar-nav > li{
	text-align: center;
	border-right: 1px solid #fff;
        padding: 0 48px;
}
.navbar-nav > li:nth-child(6){
	border:none;
}
.navbar-default .navbar-nav > li > a{
    font-size: 16px;
    font-family: roboto-regular;
    text-transform: uppercase;
    color: #fff;
	padding:20px 0px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
	color: #fff!important;
}

.clear{
    width: 100%;
    float: left;
    clear: both;
}
/*************today post************/
.today-post{
	padding:10px 0px 0px 0px;
}
.today-post a{
	display:none;

}
.today-post a:first-child{
	display:block;

}
.today-img {}
.today-img img{}

.today-post h3{
    font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 5px 0px 20px;
}
.tdy-post{
    border: 1px solid #ececec; 
    background-color:#ffffff;
    padding:15px;
    clear: both;
    float: left;
}
.tdy-post img {
	float: left;
    margin-right: 20px;
    max-width: 335px;
    max-height: 208px;
}
.today-desc h3, .tdy-post h3{
	font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light !important;
	margin: 0px;
	font-weight: 300 !important;
}
.today-desc p, .tdy-post p{
	font-size: 16px;
    color: #73797f;
    font-family: roboto-regular;
	margin: 15px 0px 18px;
}
.today-desc a, .tdy-post span{
	font-size: 16px;
    color: #73797f;
    font-family: roboto-regular;
	text-decoration: underline;
}
.tdy-post a:hover {
	text-decoration: none;
	opacity:0.6;
}
/**********Recent Posts*******/
.recent-post{
	padding: 15px 0px;
}
.row.recent-post .col-md-4 {
    padding-left: 0px;
    padding-right: 1px;
}
.post-recnt {
    background-color: #fff;
	border: 1px solid #ebebeb;
}
.recent-post h3{
    font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 5px 0px 20px;
	
}
.post-recnt img {
	max-width: 100%;
    width: 255px;
    height: 175px;
    border-bottom: 1px solid;
    width: auto;
}
.recent-post h4{
	font-size: 18px;
    color: #2a2a2a;
    font-family: roboto-medium;
    padding: 10px 10px 0px;
    margin: 0;
    overflow-wrap: break-word;
    min-height: 92px;
}

/*************Recant Quest***********/
#accordion{
	position:relative;
	padding:0px;
	margin: 5px 0px;
}
.recent-ques {
	margin: 20px 0 0;
    padding: 20px 5px 0px 10px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    min-height: 470px;
}
.recent-ques h3{
	font-size: 24px;
	color: #000000;
	font-family: roboto-light;
	margin: 10px 0px 20px;
}
.recent-ques img{
	float:left;
}

.panel-heading.recent-heading {
    padding: 2px 0px 0;
   /* margin-left: 43px; */
}
.panel-heading.recent-heading h2 {
	margin: 0;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    padding: 10px 30px 10px 7px;
    border: 1px solid #f8f8f8;
    border-radius: 30px;
}
.panel-heading.recent-heading h2 a{
    font-size: 18px;
    text-decoration: none;
    text-transform: inherit;
	font-family: roboto-regular;
}
.panel-heading.recent-heading h2.active {
    
}
.panel-body.lorem-content{
    background-color: #efefef;
}
.panel-body.lorem-content p{
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}

.recent-ques .collapsing{
    width: 100%;
}
.recent-ques .panel-heading.recent-heading h2 a span .glyphicon{
    color: #385f84;
    font-size: 18px;
    font-family: roboto-medium;
    border: 2px solid #385f84;
    border-radius: 35px;
    padding: 0px 4px;
    margin-top: 5px;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.clickable{
	position: absolute;
    right: 10px;
    top: 7px;
}
.clickable.click{
	float: right;
}
/***************Ask Scientist*************/
.ask-scientist{
    margin: 20px 0;
    padding: 20px 15px 5px;
    border: 1px solid #ebebeb;
    border-left: none;
    min-height: 470px;
    background-color: #fff;
}
.ask-scientist p {
    margin: 0;
}
section.products .row .col-md-3 {
    padding: 0 3px;
}
section.products .row .col-md-3:nth-child(1){
    padding-left: 0;
}
.ask-scientist img{
	float:left;
	margin: 0px;
}
.ask-scientist h3{
	font-family: roboto-light;
	font-size:30px;
	color:#2a2a2a;
	margin: 7px 0px 20px 15%;
	text-indent: 5px;
}
.ask-scientist form {
    margin-left: 15%;
}
.ask-scientist input[type=text],
.ask-scientist input[type=email],
.ask-scientist textarea {
	width: 85%;
	padding: 0 15px;
	border: 2px solid #ebebeb;
	border-radius: 35px;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 15px;
	resize: vertical;
	height:40px;
	font-size:16px;
	font-family: roboto-regular;
	
}
.ask-scientist input[type=text]::-webkit-input-placeholder,
.ask-scientist input[type=text]::-moz-placeholder,
.ask-scientist input[type=text]:-ms-input-placeholder,
.ask-scientist input[type=text]:-moz-placeholder,
.ask-scientist input[type=email]::-webkit-input-placeholder,
.ask-scientist input[type=email]::-moz-placeholder,
.ask-scientist input[type=email]:-ms-input-placeholder,
.ask-scientist input[type=email]:-moz-placeholder
 { 
	color:#73797f;
}
 
.ask-scientist textarea {
	height: 92px;
    border-radius: 25px;

}
.ask-scientist input[type=submit] {
	font-size:16px;
	font-family: roboto-regular;
	background-color: #2f587f;
	color: #000;
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	border-radius:35px;
    color:#fff;
	margin: 5px 0px 0px;
}
.ask-scientist input[type=submit]:hover {
    color: #fff;
	background-color: #286090;
    border-color: #204d74;
    opacity: 0.8;
}
.dropdown-menu > li > a{
	    text-transform: capitalize;
		background: transparent;
		white-space: normal;
}
/*********************Side Bar*************/
.sidebar-content{
	padding: 1px 10px;
    margin: 0px 0px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.sign-up{
	padding: 10px 0px 0px;
	/* border-bottom:1px solid #e8e8e8; */
}
.sign-up h2{
	font-size:22px;
	color:#2f587f;
	font-family: roboto-bold;
	margin: 10px;
	text-transform: uppercase;
}
.sign-up h3{
	color:#2f587f;
	font-size:26px;
	font-family: roboto-bold;
	margin: 10px;
}
.sign-up form{
    padding: 10px 0px 0px;
}
.sign-up input[type=text],
.sign-up input[type=email] {
	width: 94%;
	padding: 0 15px;
	background-color:#00a651;
	border-radius: 35px;
	box-sizing: border-box;
	margin: 0px 3% 10px;
	resize: vertical;
	height:40px;
	font-size:16px;
	font-family: roboto-regular;
	border:  none;
	color: #333;
}
.sign-up input[type=text]::-webkit-input-placeholder,
.sign-up input[type=text]::-moz-placeholder,
.sign-up input[type=text]:-ms-input-placeholder,
.sign-up input[type=text]:-moz-placeholder, 
.sign-up input[type=email]::-webkit-input-placeholder,
.sign-up input[type=email]::-moz-placeholder,
.sign-up input[type=email]:-ms-input-placeholder,
.sign-up input[type=email],:-moz-placeholder{ 
	color:#333 !important;
}
.sign-up textarea {
	height:80px;
}
.sign-up input[type=submit] {
	font-size:16px;
	font-family: roboto-regular;
	background-color: #2f587f;
	color: #ffffff;
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	border-radius: 35px;
	width: 94%;
	margin: 0px 3% 10px;
}
.sign-up input[type=submit]:hover {
    color: #fff;
}

.leadership{
	padding: 5px 5px 20px;
	border-bottom:1px solid #e8e8e8;
}
.leadership h3{
	font-size:30px;
	font-family: roboto-medium;
	color:#2a2a2a;
}
.leadership h4{
	font-size:17px;
	font-family: roboto-regular;
	color:#2a2a2a;
	line-height: 23px;
}
.leadership ul.made{
	list-style-position: outside;
}
.leadership li:before{
    content: url(images/easy-check.png);
    font-weight: 800;
    padding: 0 10px 0px 5px;
}
.leadership ul li{
	list-style-position: outside;
	content:'';
	color:#696969;
    font-size: 14px;
    font-family: roboto-regular;
    padding: 8px 0;
}
.exclusive{
	padding: 10px 5px 20px;
}
.exclusive h3{
	font-size:22px;
	font-family: roboto-bold;
	color:#2a2a2a;
}
.exclusive p{
	font-size:18px;
	font-family: roboto-light;
	color:#636363;
}
.follow-us p{
    color: #2a2a2a;
    font-size: 30px;
	margin-bottom: 0;
}
.follow-us {
    margin: 20px 0px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px 0px 20px 20px;
}
.follow-us a {
    margin-right: 5px;
}
section.main-content {
    background-color: #f9f9f9;
    font-family: roboto-light;
    padding-top: 15px;
}
.social-img a {
    margin-right: 5px;
}
section.products {
	background-color: #f9f9f9;
    padding: 0px 15px 20px;
    position: relative;
    margin-top: 0;
}
.productss {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
    clear: both;
    float: left;
}
.products h2{
	margin:10px 0px 30px;
}
.products h2:first-child {
	/* position: absolute;
    top: -25%; */
    font-size: 32px;
    font-family: roboto-medium;
    margin-left: 3px;
    margin-top: -26px;
    margin-top: -40px;
    text-transform: capitalize;
}
.productss img{
	margin:0 auto;
	display:block;
}
.productss p{
    color: #73797f;
    font-size: 16px;
    font-family: roboto-regular;
}
.productss span{
    background-color: #2f587f;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-family: roboto-regular;
    margin: 0 auto;
    display: block;
    text-align: center;
	width: 60%;
}
.productss h2{
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-family: roboto-bold;
}
.productss.donorsidebar {
    margin:0px 0px 20px;
    width: 100%;
    padding: 20px 15px 10px;
	min-height: 1px;
}
.productss.donorsidebar h3 {
    font-family: roboto-light;
    font-size: 30px;
    color: #2a2a2a;
    margin: 3px 0px 20px 0px;
	text-transform:capitalize;
}
.productss.donorsidebar h2 {
    font-size: 18px;
    font-family: roboto-light;
    color: #2a2a2a;
    text-decoration: none;
	margin: 8px 0px 8px 20px;
	text-transform:capitalize;
	font-weight: 500;
	line-height: 30px;
}
.productss.donorsidebar h2:before{
	content: url(images/easy-check.png);
    margin-left: -25px;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}
.tool-testi {
    background-color: #f9f9f9;
	padding:0 15px;
}
.tool-testi .row {
	margin: 25px 0 50px 0;
}
.agitator-box img{
    float: left;
    margin-right: 20px;
}
.agg-img {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.col-md-6.toolbox {
    padding-left: 0;
}
.agitator-box{
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
}
.agitator-box h3{
    color: #2a2a2a;
    font-size: 30px;
    font-family: roboto-light;
}
.agitator-box p{
    color:#73797f;
    font-size:16px;
    padding: 17px 0;
    clear: both;
    margin: 0;
}
.testimonial .carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #2f587f;
	border: 1px solid #e8e8e8;
}
.testimonial .carousel-indicators li{
    background-color: #fff;
    width: 18px;
    height: 18px;
	border: 1px solid #e8e8e8;
    margin: 0;
}
.testimonial .carousel-indicators {
	bottom: -55px;
}
.col-md-6.testimonial {
    padding-right: 0;
}
#myCarousel .carousel-inner .item.active,#myCarousel .carousel-inner .item{
    margin: 20px 0px 15px;
}
.test-conrtent {
    background: #fff;
    border: 1px solid #e8e8e8;
	padding: 5px 20px;
}
.test-conrtent a{
	float:right;
	font-family: roboto-light;
    margin: 28px 0px 0px;
	text-decoration:underline;
	color: #2a2a2a;
	font-size:16px;
}
.test-conrtent #myCarousel {
    clear: both;
}
.tetsti-img {
    width: 23%;
    float: left;
}
.test-conrtent h3{
    color: #2a2a2a;
    font-size: 30px;
    font-family: roboto-light;
	float:left;
}
.testimonial .item p{
    color: #73797f;
    font-size: 16px;
	margin: 0;
}
.testimonial .item p::before{
	content:url('images/testi-before.png');
	position:absolute;
	top: -15px;
	left: 14%;
	width:46px;
	height:57px;
}
.testimonial .item h4{
    font-size: 18px;
    color: #73797f;
	margin-left: 23%;
}
.testimonial .item h4 span{
    color: #2f587f;
}
.testimonial .item h4 p{
    color: #73797f;
    font-size: 16px;
	margin: 0;
	margin-top:5px;
}

section.subscribe {
    background-color: #464646;
}
.footer.copyright {
    background-color: #2f587f;
}
.footer-list ul li {
    display: inline;
    color: #fff;
    font-size: 16px;
}
.footer-list ul li:first-child{
    padding-right: 10px;
}
.footer-list ul li a {
    color: #fff;
    padding: 0px 10px;
    border-left: 1px solid #fff;
    font-size: 16px;
}
.footer-list ul{
    padding: 10px 0;
	float:left;
}
.newssubmit {
  /*   background-color: #2f587f;
    color: #fff;
    border: 1px;
    height: 47px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 45px 0px 30px;
    margin-left: 0;
    background-image: url(images/img.png);
    background-repeat: no-repeat;
    background-position: center right 20px; */
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    width: 100%;
	margin: 5px 0px;
}
.newsleeter-form label{
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-family: roboto-light;
    text-transform: uppercase;
}
input.new-input {
    width: 48%;
    height: 46px;
    border-radius: 50px;
    border: 1px solid;
    padding: 0 15px;
	margin: 8px 5px;
}
.newsleeter-form form {
    padding-top: 13px;
}
.newsleeter-form form p{
    margin: 0px;
}
.newsleeter-form div.wpcf7 .ajax-loader {
    display: block;
}
span.wpcf7-not-valid-tip{
	clear: both;
    float: left;
    width: 100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:none !important;
}
:-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
::placeholder{
    color:#fff;
}
.newsleeter-form ::placeholder{
    color:#a3a3a3;
    text-indent: 20px;
}
.stylish-input-group ::placeholder{
        color: #80858a;
}
section.tool-testi .container {
   padding: 0 5px;
}
.newsleeter-form{
   padding: 45px 0 30px;
}
section.subscribe .row {
    background-image: url(images/newsletter-backgroung.png);
    background-repeat: no-repeat;
    background-position: center left;
	background-size: contain;
}
/**************Behaviour Page******************/
.panel-heading.behaviour{
	position:relative;
}
.ask-scientist.behaviour form {
    margin: 0;
}
.ask-scientist.behaviour h3 {
    margin: 0;
}
.ask-scientist.behaviour ::placeholder{
	columns: red;
}
ask-scientist.behaviour::placeholder{
        color: #80858a;
}
.ask-scientist input[type="text"]::placeholder, .ask-scientist input[type="email"]::placeholder, .ask-scientist textarea::placeholder{
	color: #80858a;
}
.ask-scientist.behaviour  input[type="text"], .ask-scientist.behaviour input[type="email"], .ask-scientist.behaviour textarea{
	width: 100%;
	padding: 10px;
}
.ask-scientist.behaviour h3 {
    font-size: 27px;
    padding-bottom: 25px;
}
.ask-scientist.behaviour input[type="submit"]{
	width: 100%;
}
.sidebar {
    padding-left: 30px;
	padding-right: 0px;
	margin-top:20px;
}
.scientistic{
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	margin: 0px 0px 30px;
	clear: both;
	float: left;
}
.scientistic ul{
	display:inline;
}
.scientistic ul li {
    display: inline;
    padding: 10px 0px 5px;
    float: left;
    text-align: center;
	width: 49%;
	min-height: 70px;
	margin: 0px 0.5%;
}
.scientistic ul:nth-child(2) li{
	min-height:auto;
}
.scientistic ul li:nth-child(3){
	width:100%;
}
.scientistic ul:last-child li{
  min-height: 138px;
   width: 33%;
   margin:0px;
}
.scientistic ul li a {
    color: #303030;
    font-family: roboto-regular;
    text-align: center;
    font-size: 16px;
    text-align: center;
}
.scientistic ul li img{
	max-width:100%;
	margin-bottom:10px;
	margin: 0 auto;
    display: block;
}
.scientistic ul li a:hover img{
	opacity:0.5;
}
.ask-scientist.behaviour{
	clear: both;
	height: auto;
	margin: 0px 0px 30px;
	border: 1px solid #ebebeb;
}
.scientistic ul li a span {
    display: block;
}
.scientistic h3{
	font-family: roboto-light;
	font-size: 30px;
	color: #2a2a2a;
	margin: 15px 0px;
}
.panel-heading.recent-heading.beh-science {
    margin: 0;
}
.agi-beha .agg-img h3 {
    font-size: 30px;
	font-family: roboto-light;
    margin: 0px;
}
.agi-beha .agitator-box p {
    padding: 5px;
}
.agi-beha {
    margin: 0px 0px 30px;
	    clear: both;
}
.white-papaer{
	background: #fff;
	border: 1px solid #ececec;
	padding: 20px;
}
.white-papaer h1 {
    color: #2a2a2a;
    font-size: 30px;
	font-family: roboto-light;
    margin: 0;
    padding: 20px 0px;
}
.white-papaer h2{
	font-size: 18px;
	color:#2a2a2a;
	padding: 5px 0px;
	margin:0px;
}
.white-papaer p{
	color: #8f9499;
    font-size: 16px;
    margin: 0;
    line-height: 27px;
}
.white-papaer p b{
	color: #005bb6;
	border-bottom: 1px solid #005bb6;
}
.white-papaer ul{
	list-style-position: outside;
}
.white-papaer ul li{
	list-style-position: outside;
    content: '';
    color: #696969;
    padding: 8px 0;
}
.white-papaer ul li:before{
    content: url("images/check-li.png");
    font-weight: 800;
    padding: 0 10px 0px 5px;
}
.white-papaer ul li a{
	font-size: 16px;
    font-family: roboto-regular;
}
.white-papaer ul li ul li:before{
   content: url(images/easy-check.png);
    font-weight: normal;
    padding: 0 10px 0px 5px;
    margin-left:15px;
}
.white-papaer ul li ul li a{
	font-size:14px
}
/****************Hassam************/
.tdy-posts{
    border: 1px solid #ececec;
    background-color:#ffffff;
    padding:15px;
    margin-bottom: 5%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 5%;
}
.award-main-div{
    border: 1px solid #ececec;
    background-color:#ffffff;
	padding: 20px 30px 20px;
    margin-bottom: 35px;
}
.award-main-div h3{
	font-family: roboto-light;
	margin: 10px 0px 20px;
	color:#2a2a2a;
	text-transform: capitalize;
}
.tdy-post.awards-post {
    margin-bottom: 30px;
	width: 100%;
}
.tdy-post.awards-post h3{
	margin: 5px 0px;
	font-size:28px;
	font-family: roboto-light;
	color:#2a2a2a;
}
.tdy-post.awards-post p {
    font-size: 16px;
	font-family: roboto-light;
	color:#a2a6aa;
	padding: 0 0px;
	margin: 10px 0px ;
}
.tdy-post.awards-post a{
    font-size: 16px;
	font-family: roboto-regular;
	color:#a2a6aa;
	margin: 10px 0px ;
}
.award-main-div .tdy-post.awards-post:last-child:last-child{
	margin-bottom: 0;
}

/************************Award Detail page *************/
.blog-det{
	border: 1px solid #ebebeb;
    padding: 0px 0px;
    margin: 20px 0px 30px;
    background-color: white;
}
.left-sidebar{
   padding: 0px 7px;
   border-right: 1px solid #ebebeb;
}
.left-sidebar > h3{
    font-family: roboto-medium;
    font-size: 20px;
    color: #484848;
  }

.left-sidebar .comment-box{
    border-bottom:1px solid #e8e8e8;
	padding-bottom: 15px;
}
.comment-box  h4{
    font-family: roboto-medium; 
	font-size: 14px; 
	color: #484848;
	line-height: 1.5; 
	padding-bottom: 0px;
}
.comment-box:not(:first-of-type) {
    padding-top: 5px;
}
.comment-box p{ 
	font-size: 14px;
    font-family: roboto-light;
    color: #a2a6aa;
    padding:0px;
    margin: 10px 0px 0px;
}
.comment-box > a{
    color:#3d6388;
	font-size:12px;
	font-family: roboto-regular;
	text-decoration:underline;
}
.comment-box:last-child{
    border-bottom: 0;
}
.post-detail{
	padding-bottom: 20px;
}
.post-detail h3{
    font-family: roboto-light;
    font-size: 33px;
    color: #444444;
    font-weight: bold;
}
.post-detail p {
    font-size: 16px;
    font-family: roboto-light;
    color: #a2a6aa;
    padding: 0 0px;
    margin: 15px 0px;
	overflow-wrap: break-word;
}
.post-detail p input {
    max-width: 100%;
	border: 1px solid #ebebeb;
}
.post-detail p label {
    width: 25%;
}
p.comment-form-cookies-consent label {
    width: 90%;
}
.contnt p img {
    margin: 10px 5px;
}
img.alignright { 
	float: right; 
	margin: 0 0 1em 1em;   
	max-width: 100%;
}
img.alignleft { float: left; margin: 0 1em 1em 0; max-width:100%; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; max-width:100%;}
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.search,.main{
	margin:20px 0px 40px;
}
.search p,.main p {
    font-size: 16px;
    font-family: roboto-light;
    color: #333;/*a2a6aa*/
    padding: 0 0px;
    margin: 15px 0px;
}
.search a:hover, .main a:hover {
	text-decoration:none;
}
.search a:hover p, .main a:hover p{
	color: #2f587f;
	text-decoration:none;
}
.socialicons{
	position: relative;
	margin: 40px 0px 10px;
}
.socialicons  .share{
	padding:0px;
	margin:0px;
}
.share ul{
	float:right;
}
.feedback{
	padding:0px;
}
.feedbackbtn{
    border-radius: 45px;
	padding: 13px 50px;
	font-family: roboto-regular;
	background-color: #2f587f;
}
.socialicons ul li:first-child a {
    color: #2a2a2a;
	font-family: roboto-light;
	font-size:18px;
	text-decoration: underline;
}
.socialicons ul li {
	display:inline;
}
.socialicons ul li+li {
    margin: 2px;
}
.socialicons ul li a {}
.socialicons ul li img{}
.dropdownMenuButton{
    font-size:16.43px;
    font-family: roboto-regular;
    background-color: transparent;
    border-style: hidden;
    padding: 3px;
    border: none;
    color: #2a2a2a;
	width: 98%;
	text-align: left;
}
.dropdown .dropdown-menu{
    border-style: hidden;
	width: 100%;
	margin-left: -5px;
}
.dropdowndivs{
    font-size:16px;
    font-family: roboto-regular;
    background-color: white;
    color: #000;
	padding: 1% 1% 1% 3%;
	border: 1px solid #e5e5e5;
    border-radius: 35px;
    width: 85%;
	margin: 3% 5% 3% 0;
	float: right;
}
.menudown-color{
    color: lightgrey;
}
.dropdown{
    margin:0px;
	padding:0px;
}
.behavioral-content,.evidence-content,.fundraising-content{
	clear:both;
	width:100%;
	float:left;
}
.behavioral-content h2,.evidence-content h2,.fundraising-content h2{
	color: #2a2a2a;
	font-family: roboto-light;
    font-size: 30px;
	margin: 25px 0px 20px;
}

.showfeedbackform div#respond {
    padding: 0 15px;
    float: right;
}
.showfeedbackform p.comment-form-comment label {
    margin-top: 0;
    display: inherit;
}
.showfeedbackform form p.form-submit input#submit {
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #000;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    color: #fff;
    margin: 5px 0px 0px;
}
/* -------------- Behavior Science Q & A ---------------- */

.science-ques{
	margin: 0px 0px 30px;
	padding: 20px 10px 0px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
.science-ques h3{
	font-size: 29px;
	color: #2a2a2a;
	font-family: roboto-light;
	margin: 10px 0px 20px;
	font-weight: 500;
}
.accordioon{ 
	position: relative;
    padding: 0px;
    margin: 10px 0px;
	border-bottom: 1px solid #e8e8e8;
}
.accordioon .panel-heading {
    padding: 10px 0px;
}
.accordioon .panel-heading h2{
	width: 92%;
}

.accordioon:last-child {
	border:none;
}
.behavior {
    padding: 15px 0px;
}
.panel-heading.behavior {
    padding: 5px 0px;
    margin-left: 43px;
}
.panel-heading.behavior h2 {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    padding: 10px 0px 10px 10px;
    border: 1px solid #f8f8f8;
    border-radius: 45px;
}
.behaviour .clickable {
    position: absolute;
    right: 0;
    top: 7px;
}
.panel-heading.behaviour span .glyphicon {
    color: #fff;
    border-radius: 45px;
    font-size: 18px;
    font-family: roboto-medium;
    border: 2px solid #2f587f;
	background-color:#2f587f;
    border-radius: 35px;
    padding: 0px 4px;
    margin-top: 0px;
}
.panel-heading.behaviour h2 a{
	font-size: 18px;
	font-family: roboto-regular;
    color: #2a2a2a;
    text-decoration: none;
    font-weight: 500;
}
.panel-body.behv-content p {
	background-color:transparent;
    color: #8f9499;
    font-size: 16px;
	font-family: roboto-regular;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
}
/***************Awards Winning **********/
.pagination.pagination-sm.roundshapelis {
    margin-left: 35%;
}
.roundshapelis > a:first-child{
	color:#989898;
	float: left;
	margin-top: 5px;
	font-weight: 800;
	padding-right: 5px;
}
.roundshapelis > a:last-child{
	color:#345c82;
	float: right;
	margin-top: 5px;
	font-weight: 800;
	padding-left: 5px;
}
.roundshapelis>li>a{
    border-radius: 45px;
	color:#9a9a9a;
    border : 2px solid #9a9a9a;
    margin: 0 5px;
	font-weight: 600;
}
.roundshapelis >li > a:hover , .roundshapelis>li> a:focus{
	color:#2a2a2a;
	border : 2px solid #2a2a2a;
	background-color: transparent;
	font-size: 12px;
    font-weight: 800;
}

/*********WP Pagination ************/
.navigation.pagination {
	text-align: center;
    margin: 0 auto;
    display: block;
}
.nav-links {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding: 0;
    list-style: none;
    padding-left: 0;
}
.nav-links .prev.page-numbers {
	border:none;
    color: #989898;
    margin-top: 5px;
	padding: 3px;
    font-weight: 800;
    padding-right: 5px;
	font-size: 18px;
}
.nav-links .page-numbers {
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 45px;
    color: #9a9a9a;
    border: 2px solid #9a9a9a;
    margin:5px;
    font-weight: 600;
}
.nav-links span.page-numbers.current {
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    background-color: transparent;
    font-size: 12px;
    font-weight: 800;
}
.nav-links .next.page-numbers {
    border:none;
    color: #345c82;
    margin-top: 5px;
	padding: 3px;
    font-weight: 800;
    padding-left: 5px;
    font-size: 18px;
}
/**************Tool-Bar*************/
.tool-bar{
	margin:20px 0px;
	border:1px solid #ebebeb;
	background-color:#fff;
	padding:15px;
}
.tool-bar h3{
	font-family: roboto-medium;
}
.tool{
	float: left;
    width: 60%;
}
.tool h3{
	font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light;
}
.tool p{
	font-size: 18px;
    color: #2a2a2a;
    font-family: roboto-light;
}
.tool-box img{
	margin: 0 auto;
    display: block;
}
.true-noca{}
.true-noca img{
	max-width:100%;
}
.true{}
.true h2{
	font-size: 36px;
    color: #2a2a2a;
    font-family: roboto-light;
}
.true span{
	font-size: 22px;
    color: #2a2a2a;
    font-family: roboto-light;
}
.true p{
	font-size: 16px;
    color: #7e7e7e;
    font-family: roboto-light;
}
.true img{
	    width: 100%;
}
.page-header{
	margin:20px 0px ;
}
/************* Donor Voice Product ***************/
.voice-product{
	margin: 10px 0px;
	padding: 0px;
}
.voice-product h2{
	font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light;
	margin:0px;
}
.voice-product h3{
	font-size: 22px;
    color: #2a2a2a;
    font-family: roboto-light;
	width: 60%;
	margin: 25px 0px 20px;
}
.voice-product p{
	font-size: 18px;
    color: #2a2a2a;
    font-family: roboto-light;
	margin: 10px 0px;
}
.voice-product ul{
	list-style:none;
}
.voice-product ul li{
	font-size: 18px;
	color: #2a2a2a;
	font-family: roboto-light;
	margin: 10px 0px;
	padding-left: 25px;
	text-indent: 5px;
	line-height:30px;
}
.voice-product ul li::before{
	content: url("images/check-li.png");
	margin-left: -30px;
	width: 16px;
	height: 14px;
	margin-right: 10px;
}
.reallocated{
	margin: 50px 0px 30px;
}
.reallocated img{
	max-width:100%;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
/*************Hassam*********/

.search-container {
    width: 60%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:80px;
    margin:auto;
}

.search-container {
    width: 60%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:80px;
    margin:auto;
}
#ss-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:50px;
}
#ss-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#ss-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
}
.search-page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:center;
    display:block;
    text-transform:uppercase;
    padding-top:50px;
    padding-bottom:25px;
}
.search-post-title {
    font-family: 'roboto-regular';
    font-size: 30px;
    font-weight: 500 !important;
    text-align:left;
    line-height: 33px;
    display:block;
    color: #2a2a2a;
}
.search-post-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
}
.search-post-excerpt {
    font-family: 'roboto-regular';
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 23px;
    text-align:left;
    display:block;
    color: #73797f;
}
div#feedbackform {
    background-color: #fbefde;
    padding: 10px 5px 20px;
    border-bottom:1px solid #e8e8e8;
}
#feedbackform input[type="text"],
#feedbackform input[type="email"]{
    width: 70%;
    padding: 0 15px;
    background-color:#00a651;
    border-radius: 35px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 15px;
    resize: vertical;
    height:40px;
    font-size:16px;
    border:  none;
    color: white !important;
}
#feedbackform textarea{
    height: 90px;
    background-color:#00a651;
    color: white !important;
    margin-top: 0px;
    margin-bottom: 15px;
    resize: vertical;
    font-size:16px;
	 width: 70%;
}
#feedbackform input[type="submit"],
#feedbackform input[type="button"] {
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    width: 50%;
    margin-top: 20px;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
    clear: both;
    padding: 15px 0px ;
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em;
}

.comment-list,.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-author cite.fn {
    text-transform: capitalize;
    font-family: roboto-regular;
    font-size: 16px;
	font-style: normal;
}
.comment-sec h3 {
    font-family: roboto-regular;
    font-size: 20px;
    color: #444444;
    font-weight: bold;
    text-transform: capitalize;
}
.comment-sec a {
    font-size: 14px;
    font-family: roboto-light;
    color: #2f587f;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
}
.comment-sec p.comment-form-comment label {
    display: -webkit-box;
	font-family: roboto-light;
    font-size: 18px;
    color: #484848;
}
p.comment-form-comment textarea#comment{
	width:100%;
	border: 1px solid #ebebeb;
}
.comment-list li:before {
    display: none;
}

.comment-body {
    margin-left: 0px;
}

.comment-author {
    font-size: 16px;
	margin: 0;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
	text-indent: 60px;
}
.comment-meta.commentmetadata {
    text-indent: 60px;
	margin-bottom: 10px;
}
.comment-meta.commentmetadata a:hover{
	text-decoration:none;
}
.comment-author .avatar {
	height: 44px;
    left: 5px;
    position: absolute;
    width: 47px;
}

.comment-author .says {
    display: inline;
}

.comment-meta {
    margin-bottom: 1.5em;
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}
ol.commentlist {
	margin: 0;
    padding: 0;
    padding-left: 0;
    list-style-type: none;
}
ol.commentlist li{
	background-color: #f9f9f9;
    padding: 10px;
    margin: 10px 0px;
}
.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}
.comment-body {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 30px;
    left: 5px;
    width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.form-submit {
    text-align: right;
}
.showdetailedcomments{
    display: block;
    width: 100%;
    clear: both;
    padding-left: 10px;
}
.showfeedbackform{
    display: none;
}
.feedbackform{
    display: none;
    width: 100%;
     clear: both;
}
.comment-form input[type=submit] {
    font-size:16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    width: 35%;
}
/*********Behavior********/
.behavioral-content p {
    color: #8f9499;
    font-size: 18px;
    /* font-family: roboto-regular; */
    margin: 0;
    line-height: 27px;
    padding: 15px 0px;
}
.Challenges{
	padding:30px 0px 30px; 
	clear: both;
}
.Challenges div.blue-back,.Challenges a{
	width: 49%;
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    padding: 20px 5px 20px 0px;
    border: none;
    border-radius: 0;
    color: #fff;
    margin: 10px 0.5% 0px;
    display: block;
    float: left;
    padding-left: 20px;
}
.Challenges div img,.Challenges a img{ 
	float: left;
    margin-left: -13px;
    margin-right: 7px;
}
.Challenges a{
	position:relative;
	width:100%;
}
.Challenges a span{
	position:absolute;
	top:38%;
}
.relevant-post h3{
	color:#2f587f;
	text-transform: uppercase;
	font-size: 18px;
    font-family: roboto-regular;
}
.relevant-post ul {
    list-style: none;
	clear: both;
}
.principles ul{
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.relevant-post li {
    font-size: 18px;
    color: #2a2a2a;
	text-transform:  capitalize;
    font-family: roboto-regular;
	color:#2f587f;
    margin: 10px 0px;
    padding-left: 25px;
    text-indent: 5px;
    line-height: 30px;
}
.relevant-post ul li::before {
    content: url(images/easy-check.png);
    margin-left: -30px;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}
.behav-detail{
	    padding: 0;
}
.behav-detail ul{
	 list-style: none;
}
.behav-detail ol{
	padding-left: 18px;
}
.behav-detail ul li{
	font-size: 17px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 10px 0px;
    padding-left: 25px;
    text-indent: 5px;
}
.behav-detail ol li{
	font-size: 17px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 10px 0px;
    padding-left: 5px;
    text-indent: 0px;
}
.behav-detail ul li::before{
	content: url(images/easy-check.png);
    margin-left: -30px;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}
.behav-detail h2{
	font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 0px;
	text-transform: capitalize;
}
.behav-detail h1,.behav-detail h3,.behav-detail h4,.behav-detail h5,
.col-challenge b, .col-challenge strong{
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 0px;
	text-transform: capitalize;
	font-weight: bold;
}
.behav-detail .princi h4{
	color: #2a2a2a;
    font-family: roboto-light;
    margin: 0px;
	text-transform: capitalize;
	font-weight: bold;
	 margin-top: 25px;
}
.behav-detail .princi p:last-child{
	margin-top:20px;
}
.behav-detail b{
}
.behav-detail b:first-letter{
	text-transform:uppercase;
}
.behav-detail p{
	font-size: 17px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 10px 0px;
}
.col-challenge{
	padding:0;
	margin:10px 0px 20px;
}
.behav-detail .col-challenge:nth-child(2n-1) {
    margin-right: 8%;
}
.behav-detail .col-challenge:nth-child(2n) {
	border:1px solid #ececec;
	padding:0 10px;
}
.behav-detail .col-challenge.relevant{
	border:none;
	padding: 0;
}
.prev-next {
       padding: 10px 5px;
}
.prev-next a {
    border-radius: 45px;
    padding: 15px 23px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #fff;
	float: left;
	margin: 10px 0px;
    margin-right: 10px;
}
.prev-next a:last-child{
	margin-right: 0px;
}
.sientist h2{
	font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}
.sientist p{
	font-size: 18px;
    color: #2a2a2a;
    font-family: roboto-light;
    margin: 10px 0px;
}
.sientist img{
	margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.container.page-header {
    padding: 0 15px;
    margin: 0px auto;
	border-bottom: none;
}
h1.page-title{
	font-size: 30px;
    color: #2a2a2a;
    font-family: roboto-regular;
    text-transform: capitalize;
}

.search form label {
    display: block;
	font-family: roboto-light;
    font-size: 18px;
    color: #484848;
}
.search form input#s {
    font-size: 16px;
    font-family: roboto-regular;
    margin-top: 10px;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    width: 366px;
	text-indent: 5px;
}

.search form input#searchsubmit {
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    padding: 13px 55px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    color: #fff;
    margin: 5px 0px 0px;
}
.search form input#searchsubmit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    opacity: 0.8;
}

/**************Archives****************/
.archives{
	background: #fff;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 15px;
	border: 1px solid #ececec;
}
.archives li ul{
	 /* when archives by month displayed */
  /*  columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; */
	 columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0;
	margin-bottom: 30px;
}
.archives ul li{
	font-size: 18px;
	color: #2a2a2a;
	font-family: roboto-light;
	margin: 10px 0px;
	padding-left: 25px;
	text-indent: 5px;
	line-height:30px;
	color:#000;
	font-size:0px;
}
.archives ul li:hover{
	color:#fff;
}
/* .archives ul li::before{
	content: url(images/easy-check.png);
	margin-left: -30px;
	width: 16px;
	height: 14px;
	margin-right: 10px;
} */
.archives li ul li{
	font-size: 18px;
	color: #2a2a2a;
	font-family: roboto-light;
	margin: 10px 0px;
	padding-left: 25px;
	text-indent: 5px;
	line-height:30px;
}
.archives li ul li::before{
	content: url(images/easy-check.png);
	margin-left: -30px;
	width: 16px;
	height: 14px;
	margin-right: 10px;
}
.archives li ul li:hover{
	color:#2a2a2a;
	opacity:0.6;
}
.archives h2,.archives h3,.archives h4,.archives h1 {
	color: #2a2a2a;
    padding: 5px 0px;
    margin: 0px;
}
.archives{}
.archi-search{
	float:right;
}
.newsleeter-form form span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.sign-up span.wpcf7-not-valid-tip{
	color: #f00;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
}
.newsleeter-form .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.newsleeter-form form input.new-input {
	width: 87%;
	font-size: 13px;
	padding: 0 20px;
	float: left;
}
.newsleeter-form .wpcf7-form-control-wrap.first-name input,
.newsleeter-form .wpcf7-form-control-wrap.email input{
    float: right;
}
#myModal .modal-dialog {
    width: 65%;
}
.newsleeter-form form .newssubmit{
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #ffffff;
    margin: 10px 0px;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    width: 53%;
    margin: 9px 0px;
}
.sidebar .input-group.stylish-input-group {
    width: 100%;
	margin-bottom:20px;
}
.sidebar .stylish-input-group input[type="text"] {
    width: 100%;
	margin:0px;
}
.sidebar .stylish-input-group .input-group-addon{
	top: 6px;
}
.share .osd-sms-wrapper{
	border: none;
	float: right;
	margin: 15px 0 0;
	padding-top: 0;
	width: auto;
}
.share .osd-sms-title {
    padding: 5px 20px;
    float: left;

}
section#text-13 iframe {
    height: 300px;
	max-width: 100%;
}
.today-post h3:first-child, .recent-post h3, .recent-ques h3, .ask-scientist h3, .agg-img h3, .archives h2, .white-papaer h1, .scientistic h3, 
.archives h1,.test-conrtent h3,.post-detail h3, .behav-detail h2, .productss.donorsidebar h3, .agi-beha .agitator-box h3, 
.ask-scientist.behaviour h3, .science-ques h3, .award-main-div h3, .behavioral-content h2
{
	font-family: roboto-regular;
    font-weight: bold;
	font-size: 30px;
}
ul.wsp-pages-list .children, ul.wsp-pages-list .page-item-1929 {
    display: none;
}
div#wpcf7-f7-o1 form.wpcf7-form p {
    margin: 0;
}
/**********Media Query**************/
@media (max-width: 1279px) {
    .navbar-nav > li{
        padding: 0 30px;
    }
    .newsleeter-form form label{
        width: 24%;
    }
}
/*For 1024*/
@media (max-width: 1199px) {
	.productss span{
		width: auto;
	}
	.newsleeter-form form .newssubmit{
		width: 65%;
	}
	.prev-next {
		width: 100%;
	}
	.socialicons .sharee {
		width: 100%;
		margin: 15px 0px;
	}
	.stylish-input-group input[type="text"]{
		width: 325px;
	}
    .ask-scientist h3{
        font-size: 24px;
    }
    .newsleeter-form form label{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
	.test-conrtent{
		padding:5px 10px;
	}
	.tetsti-img {
		width: 24%;
	}
	.productss{
	    min-height: 369px;
	}
	.Challenges div.blue-back {
		min-height: 158px;
	}
}
/*For 991 */
@media (max-width: 1023px) {
   .stylish-input-group input[type="text"]{
   		width: 235px;
   }
    .archi-search .stylish-input-group input[type="text"]{
   		width: 325px;
   }
}
/* For menu button 767*/
@media (max-width: 991px) {
	.newsleeter-form .wpcf7-form-control-wrap {
		font-size: 13px;
		padding: 0 0;
		margin: 0px auto;
		width: 51%;
	}
	.newsleeter-form .wpcf7-form-control-wrap.first-name input,
	.newsleeter-form .wpcf7-form-control-wrap.email-303 input,
	.newsleeter-form form input.new-input {
		float:none;
	}
	.ask-scientist {
		border: 1px solid #ebebeb;
	}
	.search,.main{
		margin-bottom:0px;
	}
	section.products {
		padding: 50px 15px 10px;
	}
	/* .products h2:first-child {
		top: -2%;
	} */
	input.new-input{
		width: 47%;
		font-size: 14px;
	}
	.newsleeter-form form .newssubmit{
		width: 50%;
	}
	.newsleeter-form form input.new-input{
		width: 100%;
		font-size: 13px;
		padding: 0 0;
		margin: 10px auto;
	}
    .footer-list ul li a, .footer-list ul li{
        font-size: 13px;
    }
    .col-md-6.toolbox, .col-md-6.testimonial{
        padding: 0;
    }
    .col-md-6.toolbox {
        margin-bottom: 20px;
    }
    .sidebar-content{
        margin: 0;
        padding: 0;
    }
    .follow-us{
        margin-left: 0;
    }
    .sidebar{
        padding: 0;
    }
    .logo2 img,.logo img{
        max-width: 100%;
    }
    .navbar-nav > li{
        padding: 0 21px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 13px;
    }
	.productss {
		min-height: 413px;
	}
	
	.recent-ques {
		padding: 20px 10px;
		min-height: 1px;
	}
}
/*For 640*/
@media (max-width: 767px) {
	.newsleeter-form .wpcf7-form-control-wrap {
		margin: 0px;
	}
	.voice-product h3{
		width:100%;
	}
	/* .products h2:first-child {
		position: relative;
		top: -20px; 
	} */
	.newsleeter-form label{
		top: 15px;
	}
	.productss p{
		font-size: 13px;
	}
	.main-content, .products{
    	padding: 0 10px;
	}
    .menu .navbar-default{
        z-index: 9999;
    }
    .menu .navbar-nav{
        position: absolute;
        background-color: #2f587f;
        right: 29px;
        padding: 20px;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 10px 0px;
        text-align: left;
    }
    .navbar-nav > li{
        border-right: none;
        border-bottom: 2px dotted #fff;
    }
    .navbar-nav{
       margin: 0px -15px; 
    }
    .collapsing{
        display: none;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar{
        width: 30px;
        height: 3px;
        
    }
    .navbar-toggle{
        border: none;
    }
    .navbar-nav > li{
        padding: 0;
    }
    .container-fluid.z-padding {
        padding: 0 15px;
    }
    .productss{
        margin-bottom: 20px;
		min-height:auto;
    }
    .row.recent-post .col-md-4{
        padding-left: 10px;
        padding-right: 10px;
    }
    .today-desc h3{
        font-size: 22px;
    }
    .panel-heading.recent-heading h2 a{
        font-size: 14px;
    }
    .recent-post h3{
        padding-left: 10px;
    }
    .recent-post h4{
    }
    .stylish-input-group input[type="text"], .archi-search .stylish-input-group input[type="text"]{
        width: 100%;
    }
    .input-group{
        display: block;
    }
	.recent-post {
		padding: 20px 0px 10px 0;
	}
	.today-post {
		padding: 10px 0px 0px;
	}
}

@media only screen and (max-width: 768px) {
    .search-container {
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
}
/*For 480*/
@media (max-width: 639px) {
	.logo img {
		margin-top: 2px;
	}
	.productss span{
		width:55%;
	}
	.newsleeter-form .wpcf7-form-control-wrap {
		width: 60%;
	}
	section.tool-testi .row {
		margin: 0px 0 45px 0;
	}
	.productss{
		width:100%;
	}
	.tetsti-img img {
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	}
	.agg-img h3,.ask-scientist h3{
		font-size: 20px;
	}
	.tetsti-img {
	    width: 100%;
	    float: none;
	}
	.leadership ul li{
		padding: 5px 0;
		font-size: 14px;
	}
	.leadership h3{
		font-size: 20px;
	}
	.leadership h4{
		font-size: 15px;
	}
	.row.recent-post .col-md-4 {
	    width: 100%;
		padding: 10px 0px;
	}
	.post-recnt {
	    padding: 12px;
		text-align: center;
	}
	.leadership h3{
		font-size: 20px;
	}
	section.products .row .col-md-3{
		width: 100%;
		padding: 0 0px;
	}
	.social-img a img {
    	max-width: 18%;
	}
	.social-img a {
	    margin-right: 2%;
	}
	.productss h2{
		font-size: 15px;
	}
    .ask-scientist input[type="text"], .ask-scientist input[type="email"], .ask-scientist textarea{
        width: 100%;
    }
    .tdy-post img{
    	margin: 0 auto 10px auto;
		display: block;
		float: none;
		max-width: 100%;
    }
    .today-desc h3, .tdy-post h3{
    	font-size: 25px;
    }
    .productss a{
    	padding: 7px 20px;
    }
    .pagination.pagination-sm.roundshapelis {
		margin-left: 30%;
	}
	.testimonial .item p{
		margin: 10px 0px 0px 50px;
	}
	.testimonial .item p::before{
		top: 60px;
		left: 0px;
	}
	.testimonial .item h4{
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.archives li ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.page-header{
		margin: 10px 0px 15px;
	}
	.archives {
		padding: 10px;
	}
}
@media (max-width: 580px) {
	
	.prev-next a:nth-child(2) {
		display: none;
	}
	.dropdowndivs{
		width:90%;
		min-height: auto;
	}
	.socialicons .share, .socialicons .feedback,.prev-next{
		width:100%;
		text-align:center;
		margin: 10px 0px;
	}
	.feedbackbtn {
		width: 100%;
	}
	.share ul {
		float: none;
	}
	.tool {
		width: 100%;
	}
	.true h2 {
		font-size: 26px;
	}
	.Challenges a span{
		top:17%;
	}
	.Challenges div.blue-back{
		width:100%;
	}
}

/*For 320*/
@media (max-width: 479px) {
	
	.search{
		padding: 0px;
	}
	.archives li ul {
		 /* when archives by month displayed */
		/* columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1; */
	}
	.principles ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.comment-form input[type="submit"]{
		width:50%;
		padding: 10px 10px;
		margin:0 auto;
		display:block;
	}
	.archives ul:first-child,.archives div#archives-2 ul{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.panel-heading.behaviour h2 a {
		font-size: 16px;
	}
	.award-main-div {
		padding: 20px 5px;
		margin: 0;
	}
    .newsleeter-form form label,.voice-product h3,.post-detail h3{
    	font-size: 18px;
    }
    input.new-input,.search form input#s,.search form input#searchsubmit{
		width: 90%;
    }
	.newsleeter-form form input.new-input,.newsleeter-form form .newssubmit{
		width: 100%;
    }
	.newsleeter-form form .wpcf7-form-control-wrap	{
		width: 100%;
	}
	#feedbackform textarea, #feedbackform input[type="submit"], #feedbackform input[type="button"],
	#feedbackform input[type="text"], #feedbackform input[type="email"]	{
		width: 100%;
	}
	.scientistic h3,.ask-scientist.behaviour h3,.agi-beha .agg-img h3,.award-main-div h2{
		font-size: 26px;
	}
	.agg-img img {
		width: 25%;
	}
	.science-ques h3,.tdy-post.awards-post h3,.container.page-header h1,.products h2:first-child{
		font-size: 24px;
	}
	.productss.donorsidebar a {
		padding: 0;
	}
	.post-recnt img {
		width: 100%;
		max-height: 210px;
	}
	.behav-detail .col-challenge:nth-child(2n-1){
		margin-right:0px;
	}
	.behav-detail .col-challenge:nth-child(2n) {
		border: none;
		padding: 0;
	}
	.behav-detail {
		padding: 0 10px;
	}
	.award-main-div {
		padding: 10px 10px 20px;
		margin: 0;
	}
	.sientist {
		padding: 0 5px;
	}
}
@media (max-width: 380px) {
	.prev-next a{
		padding: 15px 17px;
		margin-right: 10px;
		font-size: 13px;
	}
	.behavioral-content, .evidence-content, .fundraising-content {
		padding: 0 2px;
	}
	.white-papaer{
		padding:5px 15px;
	}
	.Challanges a,.Challanges div {
		font-size: 14px;
		padding: 10px 15px;
	}
   .logo,.logo2{
	   Padding:0px;
   }
	.scientistic ul li,.scientistic ul:last-child li{
		height:auto;
	}   
   .scientistic ul li a span {
		display: none;
	}
}
.page_item.page-item-6346 {display:none}
.blog-det ul {
	list-style:disc;
	margin-left:20px;
	padding-left:20px;
}
span.post-date {
	float:right;
	text-decoration:none;
}
span.post-date:after {
	clear:both;
}
#subscribeModal .modal-content {
	background:#464646;
}
#subscribeModal .modal-content input::placeholder {
	color:#464646 !important;
}
#subscribeModal .modal-title {
	color:#FFF;
}
#subscribeModal form .wpcf7-not-valid-tip {
	display:inline-block;
	width:100%;
	float:left;
}
#pop-link:hover {
	color:#FFF;
}

/* Register for course form */

.courseregisterform form {
    margin: 0;
}
.courseregisterform h3 {
    margin: 0;
}
.courseregisterform ::placeholder{
	columns: red;
}
.courseregisterform::placeholder{
        color: #80858a;
}
.courseregisterform input[type="text"]::placeholder, .courseregisterform input[type="email"]::placeholder, .courseregisterform select::placeholder{
	color: #80858a;
}
.courseregisterform  input[type="text"], .courseregisterform input[type="email"], .courseregisterform select{
	width: 100%;
	padding: 10px;
}
.courseregisterform h3 {
    font-size: 27px;
    padding-bottom: 25px;
}
.courseregisterform input[type="submit"]{
	width: 100%;
}
.courseregisterform input[type="text"], .courseregisterform input[type="email"], .courseregisterform select {
    width: 100%;
    padding: 0 15px;
    border: 2px solid #ebebeb;
    border-radius: 35px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 15px;
    resize: vertical;
    height: 40px;
    font-size: 16px;
    font-family: roboto-regular;
}
.courseregisterform input[type="submit"] {
    font-size: 16px;
    font-family: roboto-regular;
    background-color: #2f587f;
    color: #000;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 35px;
    color: #fff;
    margin: 5px 0px 0px;
}

.courseregisterform input[type="submit"]:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    opacity: 0.8;
}