.mrb-50{
	margin-bottom: 50px;
}
a:hover {
	text-decoration: none;
}
.d-flex {
    display: flex ;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.height-equal {
  flex: 1; /* additionally, equal width */
  padding: 1em;
}
.webform-chart-responses-chart_1 {
	display:none;

}
#node-3470 .field-type-text-with-summary h2{
	margin-top: 30px;
	line-height: 25px;
	border-left: 5px solid #58afd1;
	padding-left: 10px;
}
.webform-client-form-3470 .webform-component--title1 h2,
.webform-client-form-3470 .webform-component--title2 h2,
.webform-client-form-3470 .webform-component--title h2 {
	background: #58afd1;
	color: #fff;
	padding: 10px;
}
.webform-client-form-3470 .webform-component--title1 h2:before,
.webform-client-form-3470 .webform-component--title2 h2:before,
.webform-client-form-3470 .webform-component--title h2:before{
	content: "\f178";
    font-family: FontAwesome;
    padding-right: 10px;
}
.webform-client-form-3470, .webform-client-form-3486 {
	margin-top: 60px;
}

.webform-client-form-3470 .item-webform, .webform-client-form-3486 .item-webform {
	background: #f9f9f9;
	box-shadow: inset 0 0 0 4px #ddd;
    transition: color 0.25s 0.08333s;
    position: relative;
}

.webform-client-form-3470 .item-webform::before, .webform-client-form-3470 .item-webform::after, 
.webform-client-form-3486 .item-webform::before, .webform-client-form-3486 .item-webform::after{
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.webform-client-form-3470 .item-webform::before, .webform-client-form-3486 .item-webform::before  {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.webform-client-form-3470 .item-webform::after, .webform-client-form-3486 .item-webform::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.webform-client-form-3470 .item-webform:hover::before, .webform-client-form-3470 .item-webform:hover::after, .webform-client-form-3486 .item-webform:hover::before, .webform-client-form-3486 .item-webform:hover::after  {
  border-color: #58afd1; /* Old browsers */
  border-color: -moz-linear-gradient(left, #1e5799 0%, #2989d8 34%, #207cca 66%, #7db9e8 100%); /* FF3.6-15 */
  border-color: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 34%,#207cca 66%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  border-color: linear-gradient(to right, #1e5799 0%,#2989d8 34%,#207cca 66%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ) !important; /* IE6-9 */
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;

}
.webform-client-form-3470 .item-webform:hover::before, .webform-client-form-3486 .item-webform:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.webform-client-form-3470 .item-webform:hover::after, .webform-client-form-3486 .item-webform:hover::after  {
  transition-delay: 0s, 0.25s, 0s;
}

.webform-client-form-3470 .item-webform label:first-child, .webform-client-form-3486 .item-webform label:first-child {
	margin: 0;
}
.webform-client-form-3470 .item-webform .form-radios, .webform-client-form-3486 .item-webform .form-radios {
	padding: 5px;
}
.webform-client-form-3470 .item-webform .form-radios .form-type-radio, .webform-client-form-3486 .item-webform .form-radios .form-type-radio {
	display: inline-block;
	margin-right: 15px;
}
.webform-client-form-3486 .item-webform label:first-child, .webform-client-form-3470 .item-webform label:first-child{
	font-size: 110%;
	color: #444;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	text-align: justify;
}
.webform-client-form-3486 .item-webform, .webform-client-form-3470 .item-webform{
	padding: 30px;
	margin-top: 30px;
	
}

/* Radio */

.webform-client-form .item-webform .form-type-radio input[type="radio"]:checked,
.webform-client-form .item-webform .form-type-radio input[type="radio"]:not(:checked) {
	-webkit-appearance: none;
    -moz-appearance: none;
}
.webform-client-form .item-webform .form-type-radio [type="radio"]:checked + label,
.webform-client-form .item-webform .form-type-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    word-wrap: break-word;
}

.webform-client-form .item-webform .form-type-radio [type="radio"]:checked + label:before{
	content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    left: 4px;
    top: 1px;
    color: #58afd1;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 3;

}

.webform-client-form .item-webform .form-type-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    color: #58afd1;
    width: 18px;
    height: 18px;
    border: 2px solid #444;
    border-radius: 100%;
}
.webform-client-form .item-webform .form-type-radio [type="radio"]:checked + label:after,
.webform-client-form .item-webform .form-type-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 23px;
    height: 23px;
    border: 2px solid #58afd1;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    background: #f9f9f9;
}
.webform-client-form .item-webform .form-type-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.webform-client-form .item-webform .form-type-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* webform-grid-option */
.webform-component-grid table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
.webform-component-grid.webform-component--in-your-opinion-which-of-the-following-reccomendation label{
	font-size: 120%;
	margin-top: 65px;
	font-weight: 600;
	display: inline-block;
	clear: both;
	float: left;
	margin-bottom: 50px;
	width: auto;
}
.webform-component-grid .description {
	font-size: 100%;
	font-weight: 200;
	margin-bottom: 30px;
	display: inline-block;
	float: right;
	margin-top: 73px;
}

.webform-component-grid tr th {
	background: none;
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #58afd1;
	border-right: 2px solid #58afd1;
	color: #58afd1;
}
.webform-component-grid tbody tr {
	background: 0;
}
.webform-component-grid tbody tr td{
	background: none !important;
	border-bottom: 2px solid #58afd1;
	border-right: 0;
	border-top:0; 
	border-left: 0;
	line-height: 18px;
	color: #444;
	font-weight: 300;
	font-size: 90%;
	padding: 5px 20px 5px 0px !important;
	text-align: justify;
}
.webform-component-grid tbody .checkbox input {
	margin-top: 10px;
}

@media(max-width: 800px) {
    
    .webform-component-grid {
        overflow-x: auto !important;
        
    }

    .webform-grid {
        min-width:800px;
    }
    .webform-component-grid .description {
	    float: left;
	    display: block;
    }
    .effect-4{
		visibility: visible !important;
		-webkit-transform: none !important;
		opacity: 1 !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

/* <------ TIMELINE -------> */

.webform-progressbar {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.webform-progressbar-outer {
	border: 3px solid #58afd1;
}
.webform-progressbar-page {
    content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 3px solid #58afd1;
	border-radius: 0;
	top: -10px;
}
.webform-progressbar-page.current {
	background: #fff;
}
.webform-progressbar-inner {
	background-color: #58afd1;
}
.webform-progressbar-page.completed {
	background-color: #fff;
}
.webform-progressbar-page.completed:before {
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	color: #58afd1;
	right: 0;
	top: 20%;
}
.webform-progressbar-page.current:before{
    content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	color: #58afd1;
	right: 0;
	top: 20%;
}
.webform-progressbar-page .webform-progressbar-page-label {
    position: relative;
    top: -28px;
    margin: 0 -10em;
    text-transform: uppercase;
    font-weight: 600;
    color: #58afd1;
}
.webform-component-textfield input, .webform-component-email input{
	background: #fff;
	border-radius: 0;
	border-bottom: 2px solid #58afd1;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
#user-register-form .form-wrapper .form-item input {
	background: #fff;
	border-radius: 0;
	border-bottom: 2px solid #58afd1;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: auto;
}

.webform-component-select select{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 0;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #58afd1;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	color:#58afd1;

}
#user-register-form .fieldset-wrapper .field-type-list-text .form-type-select .form-select {
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 0;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #58afd1;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	color:#58afd1;
}
#user-register-form .form-wrapper .form-item {
	width: 50%;
	float: left;
	display: grid;
	padding-right: 15px;
}
#user-register-form #edit-cutomtext div {
	font-size: 190%;
	border-left: 5px solid #58afd1;
	padding-left: 10px;
	margin-bottom: 50px;
}
#user-register-form .form-wrapper .form-type-password-confirm {
	width: 100%;
	display: flex;
	position: relative;
}
#user-register-form .form-wrapper label {
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
#user-register-form .form-wrapper .form-type-password-confirm .description {
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: -18px;
    padding-left: 15px;
}
#user-register-form fieldset#edit-profile-light {
	width: 100%;
	border: 0;
	padding-left: 0px;
	padding-right: 15px;
	margin-bottom: 50px;
}
#edit-gdpr-consent {
	border: 0;
}
#user-register-form #edit-profile-light legend {
	display: none;
}
#user-register-form .form-wrapper .form-item .password-suggestions{
	display: block;
    position: relative;
    float: left;

}

#edit-gdpr-consent .fieldset-wrapper #edit-data-container, #edit-gdpr-consent .fieldset-wrapper #edit-data-container legend {
	border: 0;
	padding: 0;
	
}
#edit-gdpr-consent .fieldset-wrapper #edit-data-container legend span {
	border-bottom: 2px solid #58afd1;
}
#edit-gdpr-consent .fieldset-wrapper #edit-data-container legend span a:after {
	content: "\f0dd" !important;
	font-family: FontAwesome !important;
	padding-left: 5px;
	padding-bottom: 10px;
 }
#edit-profile-light-field-gender  select:before {
	top: 45px;
	left: 17px;
	content: "\f0dd" !important;
	font-family: FontAwesome !important;
	cursor: pointer;
	position: absolute;
	color: #58afd1;
}
.form-item-gdpr-consent-accept .form-checkbox{
	width: 40px !important;
	float: left;
	text-align: left;
	margin-right: auto;
	display: inline-block;
	height: 40px !important;
}
.form-item-gdpr-consent-accept .option {
    display: inline-block;
    float: left;
    position: absolute;
    left: 6%;

}

.webform-client-form-3470 .form-item .webform-component-select:before {
	top: 45px;
	left: 17px;
	content: "\f0dd";
	font-family: FontAwesome;
	cursor: pointer;
	position: absolute;
	color: #58afd1;
}
#user-register-form .form-item-profile-light-field-gender-und, #user-register-form .form-item-profile-light-field-stakeholder-category-und, 
#user-register-form .form-item-profile-light-field-country-und {
	position: relative;
}
#user-register-form .form-item-profile-light-field-gender-und label:before, #user-register-form .form-item-profile-light-field-stakeholder-category-und label:before, 
#user-register-form .form-item-profile-light-field-country-und label:before{
	content: "\f0dd";
	font-family: FontAwesome;
	cursor: pointer;
	color: #58afd1;
	position: absolute;
	bottom: 9px;
}
.webform-client-form-3470 .form-actions input, .webform-client-form-3486 .form-actions input, #user-register-form .form-actions .form-submit{
	margin-right: 10px;
	background: #58afd1;
    background-color: rgb(88, 175, 209);
	color: #fff;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	text-transform: initial;
	color: #f9f9f9;
	margin-top: 20px;
}
.webform-confirmation p{
	font-size: 130%;
	font-weight: 600;
}
.box-tag-home .icon-comments h2 i{
	color: #02A7D3;
}
.box-tag-home h2 {
	margin-bottom: 0;
	z-index: 100;
	position: relative;
	min-height: 60px;
}
.box-tag-home h2 span {
	padding-top: 5px;
}
.box-tag-home .btn {
	margin-top:10px;
	z-index: 100;
	position: relative
}
.box-tag-home .description p {
	font-size: 75%;
	z-index: 100;
	position: relative
}
.discussion-item {
	background: #f9f9f9;
	border-radius: 10px;
	position: relative;
	margin-bottom: 70px;
}
.discussion-item .content-left {
	background: #f4f4f4;
	border-radius: 10px 0px 0px 10px;
}
.discussion-item .content-left .comment-icon {
	background: #ececec;
	border-radius: 10px 0px 0px 0px
}
.discussion-item .content-left .top {
	font-size: 30px;
	color: #dedede;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.discussion-item .post-avatar {
    width: 60px;
    height: 60px;
    z-index: 10;
    border: 3px solid #ececec;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
    background: #F9F9F9;
    position: absolute;
    top: -8%;
    left: 13%;
}
.post-avatar .avatar-container a img {
	width: 100%;
	height: auto;
}
.post-comment-number {
    text-align: center;
    padding: 75px 0px 0px 0px;
    border-top: 1px solid #EEE;
    border-right: 0;

}
.post-comment-number .count-number {
	padding-bottom: 10px;
}
.post-comment-number .text-center {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.post-comment-number .form-item {
	padding-top: 6px;
}
.post-comment-number .form-item label:before {
	content: "\f08a";
	font-family: FontAwesome;
	color: red;
	padding-left: 5px;
	display: inline-block;
}
.post-comment-number .form-item .rate-widget {
	display: inline-block;
	width: 28%;
}
.discussion-item .content-right {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 35px;
}
.discussion-item .content-right .field-name-body {
	margin-bottom: 15px;
}
.discussion-item .content-right h2 {
	font-size: 190%;
}
.discussion-item .content-right .username {
	font-size: 120%;
}
.discussion-item .content-left .calendar {
	position: relative;
	margin-left: 12px;
 
}
.discussion-item .content-left .calendar .date {
    position: absolute;
	left: 0;
	top: 15px;
	background-color: #85C4EC;
	width: 72px;
	height: 36px;
	text-align: left;
	z-index: 500;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-sizing: border-box;
	padding: 2px 3px 1px 9px;
	color: #fff;
}
.discussion-item .content-left .calendar .date span {
	display: inline-block;
}

.discussion-item .content-left .calendar .date span.d {
	font-size:16px;
}

.discussion-item .content-left .calendar .date span.m {
	text-transform:uppercase;
	font-weight:700;
	font-size:10px;
}

.discussion-item .content-left .calendar .date span.y {
	font-weight:700;
	font-size:10px;
}

.discussion-item .content-left .calendar .format {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 15px;
	left: 60px;
	background-color: #303335;
	text-align: center;
	z-index: 500;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	float: right;
}

.discussion-item .content-left .calendar .format i.fa {
	width:100%;
	line-height:35px;
	font-size:14px;
}
.discussion-item .content-right .comment-add {
	float: right;
	display: inline-block;
	margin-top: 23px;
}
.discussion-item .content-right .statistics_counter {
	margin-top: 23px;
}
ul.links {
	list-style: none;
	list-style-type: none;
	margin: 0;
}
.links .statistics_counter span:before {
	content: "\f06e";
	font-family: FontAwesome;
	display: inline-block;
	float: left;
	color: #85C4EC;
	padding-right: 10px;
}
.discussion-item .content-right .links {
	margin-top: 20px;
}
.discussion-item .content-right .post-meta {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.discussion-item .content-right .links a {
    background: rgba(133, 196, 236, 0.26);
    border: 1px solid #85C4EC;
    color: #85C4EC !important;
    border-radius: 11px;
    text-transform: inherit !important;
    transition: all .4s ease;
    padding: 10px;
        padding-top: 10px;
    padding-top: 10px;
    margin-left: 10px;
}
.discussion-item .content-right .links a:hover {
    background-color: #02A7D3!important;
    color: #fff!important;
    text-decoration: none;
    border: 2px solid ##02A7D3
}

.bg-grey {
	background: #f4f4f4;
}
.comments-li {
    width: 100%;
    padding: 0px;
    border-top: 0;
    float: left;
    box-sizing: border-box;
    margin-bottom: 50px !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
}
.comments-li h3 {
	margin: 0;
}
.comments-li  .post-avatar {
    width: 60px;
    height: 60px;
    z-index: 10;
    border: 3px solid #eee;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 10px auto;
    background: #F9F9F9;
}
.comments-li .d-btn-gray {
    background-color: rgba(0, 166, 212, 0.1) !important;
    color: #02A7D3 !important;
    border: 1px solid #02A7D3;
    padding: 0 10px;
    font-size: 14px;
    transition: all .4s ease;
}
.comments-li .username {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 80%;
}
#respond h4 {
	font-size: 180%;
	margin-top: 50px;
}
.comments-li  .content-right, .comments-li  .content-left {
	padding: 20px;
}
.title-timeline  {
	background: #02A7D3;
	
}
.time-line-open-consultation .title-timeline {
	padding: 20px;
}
.time-line-open-consultation h2 {
	color: #fff;
	font-size: 180%;
	margin: 0;
}
.webform-component--2please-add-any-additional-recommendation-here-max-2000-characters {
	margin-top: 30px;
}
#edit-submitted-2please-add-any-additional-recommendation-here-max-2000-characters_counter{
	margin-bottom: 20px;
}
#webform-client-form-3470 .webform-component--please-rank-your-top-3-recommendations-choosing-from-the-list-below{
	clear: both;
	padding-top: 50px;
}
#webform-client-form-3470 .webform-component--please-rank-your-top-3-recommendations-choosing-from-the-list-below h4 {
	font-size: 120%;
}
.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options {
  width: 100%!important; /* Width of the dropdown button */
  border-radius:0;
  max-height:240px;
  min-width: 100%;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    min-height: 30px;
    height: auto;
}

.selectboxit-option, .selectboxit-optgroup-header {
    text-indent: 5px;
    border-bottom: solid 1px #cacaca;
    margin: 0;
}
.selectboxit-container {
	width: 100%;
}
.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options select{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 0 !important;
    background: none !important;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #58afd1;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	color:#58afd1;

}
.selectboxit .selectboxit-arrow-container i {
	border-top: 4px solid #58afd1;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.selectboxit-container b {
    font: 14px Helvetica, Arial;
	font-weight:700!important;
}
.charts-google-processed div  {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.add-new-topic-block{
	background: #58afd1;
	box-shadow: inset 0 0 0 4px #58afd1;
    transition: color 0.25s 0.08333s;
    position: relative;
    padding: 30px;
}
.add-new-topic-block i{
	font-size: 90px;
	position: absolute;
	top: 7%;
	left: 6%;
	z-index: 10;
	color: #82c4df;
}
.add-new-topic-block p a {
	position: relative;
	z-index: 20;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.add-new-topic-block::before, .add-new-topic-block::after{
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.add-new-topic-block::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.add-new-topic-block::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.add-new-topic-block:hover::before, .add-new-topic-block:hover::after {
  border-color: #a0d4e8; /* Old browsers */
  border-color: -moz-linear-gradient(left, #1e5799 0%, #2989d8 34%, #207cca 66%, #7db9e8 100%); /* FF3.6-15 */
  border-color: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 34%,#207cca 66%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  border-color: linear-gradient(to right, #1e5799 0%,#2989d8 34%,#207cca 66%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ) !important; /* IE6-9 */
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;

}
.who-is-online {
	background: #f4f4f4;
	border-left: 7px solid #85C4EC;
}
.who-is-online h3 {
	font-size: 140%;
	padding-top: 20px;
}
.who-is-online .widget-inner {
	padding: 20px;
}
.who-is-online h3:before {
	content: "\f06e";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 10px;
	color: #85C4EC;
	padding-left: 20px;
}
.who-is-online .item-list ul li a:before {
	content: "\f0c0";
	padding-right: 10px;
	color: #888;
	font-family: FontAwesome;
}

#webform-chart-page-title-block .subtitle, #webform-chart-page-title-block .separator {
	display: none;
}


.webform-chart-items .webform-chart-item:nth-child(2) h3, .webform-chart-items .webform-chart-item:nth-child(17) h3, .webform-chart-items .webform-chart-item:nth-child(23) h3{
	margin-top: 20px;
}

.webform-chart-items .webform-chart-item:nth-child(1) h3{
	font-family: inherit;
	background: #58afd1;
	color: #fff;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 140%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-weight: 600;
}
.webform-chart-items .webform-chart-item:nth-child(2):before {
	content: "Implementation Recommendations";
	font-family: inherit;
	background: #58afd1;
	color: #fff;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 140%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-weight: 600;
}
.webform-chart-items .webform-chart-item:nth-child(17):before {
	content: "Engagement Recommendations";
	font-family: inherit;
	background: #58afd1;
	color: #fff;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 140%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-weight: 600;
}

.webform-chart-items .webform-chart-item:nth-child(23):before {
	content: "Steering Recommendations";
	font-family: inherit;
	background: #58afd1;
	color: #fff;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 140%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-weight: 600;
}

.next-prev-node .d-btn {
    background: #58afd1 !important;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 0;
    padding: 21px;
    border-radius: 0 !important;
    color: #fff !important;
}
.next-prev-node .nav-previous,
.next-prev-node .nav-next {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  z-index: 9;
}
/* line 5858, ../sass/style.scss */
.next-prev-node .nav-previous div,
.next-prev-node .nav-next div {
  position: absolute;
  top: 0;
  padding: 14px 15px;
  background: #2165a4;
  color: #fff;
  overflow: hidden;
  width: 265px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
/* line 5871, ../sass/style.scss */
.next-prev-node .nav-previous {
  left: 0;
}
/* line 5873, ../sass/style.scss */
.next-prev-node .nav-previous div {
  left: -300px;
}
/* line 5875, ../sass/style.scss */
.next-prev-node .nav-previous div img {
  float: right;
  margin-left: 15px;
}
/* line 5879, ../sass/style.scss */
.next-prev-node .nav-previous div .post-title {
  float: left;
  width: 120px;
  display: inline-block;
  text-align: right;
}
/* line 5887, ../sass/style.scss */
.next-prev-node .nav-previous:hover div {
  left: 46px;
}
/* line 5892, ../sass/style.scss */
.next-prev-node .nav-next {
  right: 0;
}
.sidebar_news{
	margin-top: 20px;
}
.widget.browser-tag {
	background: #f4f4f4;
	border-left: 7px solid #85C4EC;
	padding-left: 10px;
	margin: 0;
}
.widget.browser-tag h3 {
	font-size: 140%;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px 0px 5px 0px;
}
.widget.browser-tag h3:before {
	content: "\f02b";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 10px;
	color: #58afd1;
}
.widget.browser-tag .widget-inner ul {
	padding-left: 20px;
	padding-right: 20px;
}
.widget.browser-tag .widget-inner ul li {
	padding: 0px 5px 0px 5px;
	color: rgb(49, 153, 194);
	font-weight: 600;
	border: 1px solid rgb(133, 196, 236);
	font-weight: 600;
	border: 1px solid rgb(133, 196, 236);
	border-radius: 2px;
	background: rgba(57, 191, 192, 0.1);
	margin-right: 3px;
	display: inline-block;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 84%;
	margin-bottom: 5px;
}
.widget.browser-tag .widget-inner .view-id-categories {
	margin: 0px 0px 10px 0px;
}
.widget.browser-tag .widget-inner ul li a {
	margin: 0;
}
.widget.browser-tag .widget-inner ul li:hover, .widget.browser-tag .widget-inner ul li a:hover {
	background: #58afd1;
	color: #fff !important;
}

@media (max-width: 560px) {
	.discussion-item .post-avatar {
	    top: -2% !important;
	    left: 7%;

	}
	.post-comment-number .form-item {
	    padding-top: 17px;
	    width: 50%;
	    text-align: center;
	    display: block;
	    position: relative;
	}
}
@media (max-width: 980px) {
	.form-item-gdpr-consent-accept .option {
	    display: inline-block;
	    float: left;
	    position: relative;

	}
	
	
	.discussion-item .post-avatar {
	    top: -7%;
	    left: 7%;

	}
	.discussion-item .content-left .calendar {
	    left: 0px;
		display: block;
		position: relative !important;
		margin-bottom: 46px;
		margin-left: 29px;
	}
	.count-number {
		padding-bottom: 10px;
		float: right;
		padding-right: 39px;
		width: auto;
		padding-top: 40px;
	}
	.discussion-item .content-right {
	    padding-left: 30px;
	    padding-top: 20px;
	    padding-bottom: 25px;
	    padding-right: 30px;

	}
	.post-comment-number .form-item {
	    padding-top: 17px;
	    width: 50%;
	    text-align: center;
	    display: block;
	    position: relative;
	}
	.post-comment-number .text-center {
		padding-bottom: 10px;
		padding-top: 0;
		border:0;
	}
	.post-comment-number .form-item .rate-widget {
	    display: inline-block;
		width: 7%;

	}
	.post-comment-number {
	    text-align: right;
	    padding: 0;
	    border-top: 0px solid #EEE;
	    border-right: 0;

	}
	#user-register-form .form-wrapper .form-item {
		display: block;
		width: 100%;
	}
	#user-register-form .fieldset-wrapper .field-type-list-text .form-type-select .form-select, #user-register-form .form-wrapper .form-item input{
		width: 100%;
	}

	#user-register-form .form-wrapper .form-type-password-confirm {
		display: block;
	}
	#user-register-form .form-wrapper .form-type-password-confirm .description{
		position: relative;
	}
	
}


.node-payment .form-submit, .page-checkout .form-submit {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	margin:10px;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .commerce-product-sku, .commerce-product-title-label {
	display: none;
}
.commerce-product-registration .content .commerce-product-status-label {
	display: inline-block;
}

.pdl-95 {
	
	padding-left: 95px;
}

.view-commerce-cart-form .paypal-ec-order-form
{display:none;}