
/* ---------- Overall Specifications ---------- */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Anton|Fjalla+One|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');


body {
  line-height: 1.5;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', sans-serif;*/
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat' !important;
  color:#3c3950!important;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 400;
  color: #222;
  margin-top: 0;
  margin-bottom: 3px;
  letter-spacing: 0px;

}
h1 {
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
}
h2 {
  font-size: 21px;
  line-height: 25px;
}
h3 {
  font-size: 17px;
  line-height: 25px;
}
h4 {
  font-size: 15px;
  line-height: 19px;
}
h5 {
  font-size: 1.2em;
  line-height: 1.3em;
}
h6 {
  font-size: 15px;
  line-height: 23px;
}


p {margin: 0 0 1.2em;}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,pre,kbd,samp,var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,pre kbd,pre samp,pre var,kbd kbd,kbd samp,code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}


header {
	background: #3EBDBF;
	color: #FFF;
	padding: 10px;
}

.main-page {
	padding-top: 40px;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
}

table th {
	padding: 10px;
	border: 1px solid #DDD;
	border-bottom: 2px solid #999;
	background: #EEE;
}

table td {
	padding: 10px;
	border: 1px solid #DDD;
}

tr.odd {
    background-color: #FFF;
}

tr.even {
    background-color: #F9F9F9;
}



/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 0; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */


#globalmenu.nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
}


#main-menu {
  clear: both;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0 15px;
}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
/*   margin-top: 10px; */
}
h1#page-title {
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 15px;
    font-family: 'Fjalla One', sans-serif;
}
#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
.node .content {
  font-size: 1.071em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}

.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

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

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */

.sidebar .block {
  padding: 10px 10px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}

.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}


/* --------------- System Tabs  --------------- */

.tabs {
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 1em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

/*  input.form-submit, */
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/
/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

#top-header {padding: 5px;}

.abstract h1 {font-size: 180%;}
.abstract h2 {font-size: 130%;}
.abstract {padding: 60px 0;}

.padding-top-20 {padding-top: 20px;}
.padding-bottom-20 {padding-bottom: 20px;}
.box-gray {padding: 20px;}

#user-register-form input[type='text'] {width: 100%;}
#user-register-form select {width: 100%; border-radius: 0; border: 1px solid #CCC; padding: 5px;}

.discussion-item {
	padding-bottom: 30px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
}
.discussion-item .info {
    padding: 20px 0px 20px 70px;
    position: relative;
    text-align: left;
}

.discussion-item .post-avatar {
	width: 50px;
	height: 50px;
	z-index: 500;
	border: 3px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
}

.discussion-item .date {
    box-sizing: border-box;
    height: 80px;
    left: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 500;
    border-bottom: 1px solid #EEE;
}

.discussion-item .date span.day {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.discussion-item .date span.month {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.discussion-item .date span.year {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.discussion-item .post-comment-number {
	text-align: center;
    left: 0;
    padding: 10px 0;

    border-top: 1px solid #EEE;
    border-right: 0;
}
.discussion-item .post-comment-number a {
  
  width: 100%;
  font-size: 15px;
  text-align: center;

}
.discussion-item .post-comment-number i {
  padding-right: 5px;
}

.discussion-item .post-meta li span, .discussion-item .post-meta li a {
    background: rgba(57, 191, 192, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(57, 191, 192, 0.5);
    border-radius: 2px;
    color: rgba(57, 191, 192, 1.000);
    font-weight: 600;
    margin-right: 3px;
    padding: 3px 7px;
    font-family: Arial, sans-serif;
}

.discussion-item .post-meta li {
    color: rgba(57, 191, 192, 1.000);
    margin-right: 20px;
}
.blog-posts {
	margin-bottom: 10px;
	border-top: 1px solid #DDD;
}

.blog-posts > li {
list-style: none;
margin-bottom: 70px;
}

.blog-post li {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  text-align: center;
}
.blog-post li:last-child {
  border-bottom: none;
}
.blog-post .post-date {
	float: left;
	width: 50px;
	border-right:1px solid #DDD;
}
.blog-post .post-date .month {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #252525;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.blog-post .post-date .day {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.blog-post .post-avatar {
  float: left;
  width: 50px;
  padding: 11px 0;
  border-right:1px solid #DDD;
  }
.blog-post .post-avatar .avatar-container {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}
.blog-post .post-avatar .avatar-container img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 5px;
  margin: 0 auto;
}
.blog-post .post-avatar a {
  text-align: center;
  display: block;
  width: 100%;
}
.blog-post .post-comment-number, .post-date {
	padding: 0px;
}
.blog-post .post-comment-number a {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 15px;

}
.blog-post .post-comment-number i {
  padding-right: 5px;
}
.blog-post .post-media,
.blog-post .post-body {
  padding-left: 0px;
}
.post-media iframe,
.post-body iframe,
.post-body embed {
  width: 100%;
  height: auto;
  min-height: 308px;
}
.blog-post.format-link .post-body h2 {
  text-decoration: underline;
}
.blog-posts > li.pagination {
  margin-bottom: 0;
}


.post-body h2 {
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.post-body .post-meta {
  display: block;
  width: 100%;
  background: rgba(150, 188, 68, 0);
  padding: 1px 5px;
  margin:0;
}
.post-body .post-meta li {
  margin-right: 20px;
  color: rgba(57, 191, 192, 1.000);
}
.post-body .post-meta li span,
.post-body .post-meta li a {
  padding: 0px 5px 1px 5px;
  color: rgba(57, 191, 192, 1.000);
  font-weight: 600;
  border: 1px solid rgba(57, 191, 192, 0.5);
  border-radius: 2px;
  background: rgba(57, 191, 192, 0.1);
  margin-right:3px;
  font-family: Arial, sans-serif;
}

article.comment {
	padding-bottom: 30px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
	margin-left: 0px;
}
article.comment .info {
    padding: 20px 0px 20px 70px;
    position: relative;
    text-align: left;
}

article.comment .post-avatar {

	z-index: 500;
	border: 3px solid #eee;
	border-radius: 50%;
	height: 50px;
	overflow: hidden;
	width: 50px;
	padding-bottom: 20px;
    
    
}

article.comment .date {
    box-sizing: border-box;
    height: 80px;
    left: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 500;
    border-bottom: 1px solid #EEE;
}

article.comment .date span.day {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

article.comment .date span.month {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

article.comment .date span.year {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

article.comment .post-comment-number {
	text-align: center;
    padding: 10px 0;
    border-top: 1px solid #EEE;
    border-right: 0;
}
article.comment .post-comment-number a {
  
  width: 100%;
  font-size: 15px;

}
article.comment .post-comment-number i {
  padding-right: 5px;
}

article.comment .post-meta li span, .discussion-item .post-tags li a {
    background: rgba(150, 188, 68, 0.05) none repeat scroll 0 0;
    border: 1px solid rgba(150, 188, 68, 0.2);
    border-radius: 2px;
    color: #668a19;
    font-weight: 600;
    margin-right: 3px;
    padding: 3px 7px;
}

article.comment .post-meta li {
    color: #668a19;
    margin-right: 20px;
}



.rate-number-up-down-btn-up {
    background: url("../img/add.png") no-repeat center center;
    display: block;

    height: 16px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: 1000px;
    width: 16px;
}
.rate-number-up-down-btn-down {
    background:  url("../img/minus.png") no-repeat center center;
    display: block;

    height: 16px;
    margin-top: 4px;
    overflow: hidden;
    text-indent: 1000px;
    width: 16px;
}

.rate-number-up-down-rating {
    display: block;
    float: none;
    text-align: center;
    padding: 0 5px;
    clear: both;
}

.tag-cloud a {
 	background: rgba(57, 191, 192, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(57, 191, 192, 0.5);
    color: #3EBDBF;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 5px 10px;
	float:left;
}

.comments-li {
    margin-bottom: 30px;
    background: none;
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 20px;

}


.post-avatar {
	width: 50px;
	height: 50px;
	z-index: 500;
	border: 3px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
	background: #F9F9F9;
}

.date {
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #EEE;
}

.date span.day {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.date span.month {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.date span.year {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.post-comment-number {
	text-align: center;
    padding: 10px 0;
    border-top: 1px solid #EEE;
    border-right: 0;
}
.post-comment-number a {
  
  width: 100%;
  font-size: 15px;

}
.post-comment-number i {
  padding-right: 5px;
}

.voting {
	position: relative;
	text-align: center;
}

.voting a {
	text-align: center;
	display: block;
	float: none;
	margin: 0 auto;
	width: 16px;
}

.blog-content-tile a {
	color: #000 !important;
	font-weight: 400;
}

blockquote {
    font-size: 16px;
}

.comment-body h3 {
	margin-top: 10px;
}
.comment-body {
	color: #666;
	font-weight: 300;
}
#comments {
	padding: 15px;
	margin-bottom: 20px;
}

.box-tag-home {
	border: 5px solid #DDD;
	background: #F9F9F9;
	padding: 60px 20px 20px 20px;
	min-height: 280px;
	position: relative;
	margin-bottom: 20px;
	background-image: url("../img/ing_sfondino.png");
	background-size: cover;

}

.box-tag-add {
	border: 5px solid #3EBDBF;
	background: #F9F9F9;
	padding: 20px;
	min-height: 280px;
	position: relative;
	margin-bottom: 20px;
	background-image: url("../img/ing_sfondino.png");
	background-size: cover;


}
.box-tag-home  h2 {
	font-size: 150%;
	margin-bottom: 20px;
}
.box-tag-home .icon-discussions h2 {
	font-size: 100%;
	margin-bottom: 20px;
}

.box-tag-home .description {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	z-index: 2;
}

.box-tag-home .comments {
	position: absolute;
	width: 100%;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;	
	text-align: left;
}

.icon-discussions {
	position: absolute;
/* 	background: url('../img/icon-discussion-small.png') no-repeat center center; */
	width: 80px;
	height: 30px;
	right: 0;
	top: 10px;
	z-index: 1;
}

.icon-last-date {
	position: absolute;
/* 	background: url('../img/icon-discussion-small.png') no-repeat center center; */
	width: 200px;
	height: 30px;
	left: 10px;
	top: 10px;
	z-index: 1;
}


.overlay {
	background: rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top:10px;
	bottom:auto;
	left:0;
	right: auto;
	z-index: 0;
}

.primary-color {
	color: #3EBDBF !important;
}

#breadcrumb {
	background: #f5f5f5;
	padding: 0;
	border-top: 1px solid #FFF;
}

.breadcrumb {
	margin-bottom: 0;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}


ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.box-user-profile {
	background: #3EBDBF;
	color: #FFF;
	margin-bottom: 40px;
	padding: 15px;
}

.box-user-profile p a {
	color: #FFF;
}

.box-user-profile b {
	color: #000;
}


.box-user-profile p {
	margin-bottom: 0;
}

.box-survey-home {
	background: #00B9C1;
	margin: 40px 0;
	padding: 15px;
	color: #FFF;
	
	background-image: url("../img/survey3.png");
	height: 251px;    
	
}

.box-survey-home h1, .box-survey-home h2 {
	color: #FFF;
}

.progress-bar {
    height: 15px;
    padding: 2px;
    width: 100%;
    margin: 15px 0;         
    border-radius: 0;
    text-align: left;  
    background-image: none;   
    background: rgba(255,255,255,0.5);
    box-shadow: none;
    line-height: 10px;
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    transition: width .4s ease-in-out;    
}

.blue span {
    background-color: #011631;   
}



.stripes span {
    background-size: 30px 30px;
    animation: animate-stripes 3s linear infinite;             
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.pcp-percent-bar {
    height: 10px;
    background-color: #011631;
}

.pcp-percent-bar-wrapper {
    width: 100%;
    border: 0;
    
}
.pcp-main .btn-primary, .pcp-main .btn-primary:focus,.pcp-main .btn-primary:hover
{    
	background-color: #011631;
}

.links{
	display:none;
}

.knowledge-base{
	text-align: center;
	font-size: 60px;
	
	
}
div#block-views-knowledge-base-for-discussion-block {
    float: right;
}


/*** MENU ***/
@media screen and (max-width: 768px) {
    .collapse {
        display: block;    }
}

/*** MENU ***/
@media screen and (min-width: 768px) and (max-width: 978px) {

    .icon-last-date {
	    display: none;
    }
    .box-tag-home {
	    min-height: 320px;
    }
}


div.sf-accordion-toggle.sf-style-default a {
    border-left: 0 !important;
    border-top: 0 !important;
   
 /*   border: 1px solid #fff;*/
 font-size: 30px;
    background: #3EBDBF !important;
    color: #FFF;
    
}

.view-id-ecp .row{    
	margin-bottom: 10px;
} 

.view-id-ecp .col-sm-3{
	text-align:center;
}

.view-id-ecp .col-sm-3.col-md-3col-3.row{
	margin: 10px;
	text-align:center;
}

body {
	font-size: 14px;
}

.icon-last-date {
	width: auto;	
    font-size: 12px;
}

li.post-tags.fa.fa-tags {
    line-height: 26px;
}

article ul {
	margin-left: 20px !important;
}

article ul li {
	padding-left: 10px;
}

article ul li p {
	margin-bottom: 5px;
}

.view-knowledge-base .webform-component label
{
	display:block;
}

.view-filters
{
	margin-bottom:20px;
	    padding: 15px;
    background: #EEE;
}

h1#page-title {
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

#block-views-survey-block-1
{
	margin-top:20px;
}

.comment-wrapper .user-picture img
{
	width:100%;
}

.icon-discussions {
    position: absolute;
    /* background: url(../img/icon-discussion-small.png) no-repeat center center; */
    width: 80px;
    height: 30px;
    right: 80px;
    top: 10px;
    z-index: 1;
}

.box-tag-home .icon-comments h2 {
	font-size: 100%;
	margin-bottom: 20px;
}

.icon-comments {
    position: absolute;
    /* background: url(../img/icon-discussion-small.png) no-repeat center center; */
    width: 80px;
    height: 30px;
    right: 40px;
    top: -7px;
    z-index: 1;
}
.icon-comments i
{
	font-size:18px;
	color:#3EBDBF;
	
}
.icon-like
 {
    position: absolute;
    width: 80px;
    height: 30px;
    right: 0;
    top: 10px;
    z-index: 1;
}

.btn-new-channel
{
    font-size: 30px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.view-comment-content{
	
	margin-right: 8px;
}

.username {
	
	text-align: center;
}

#webform-client-form-14 label, #webform-client-form-106 label
{
	width: 100%;
}

#edit-field-channel
{
	display:none;
}

.avatar-container img
{
	width:100%;
}
/* #webform-client-form-14 input[type='text'] {width: 100%;} */
/* #webform-client-form-14 select {width: 100%; border-radius: 0; border: 1px solid #CCC; padding: 5px;} */
.box-tag-add
{
	background-image: url(../img/ing_sfondino2.png);
}
.node-ecp .field-name-field-linkedin, .node-ecp .field-name-field-twitter
{
	font-size: 40px;
    float: left;
    margin-right: 10px;
} 


/*
------------flipboard ----------------
*/
#f1_container {
  position: relative;
  margin: 10px auto;
  /*width: 450px;
  height: 281px;*/
  
  width: 100%;
  height: 100%;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #777;  
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

#f1_container .title{
	font-weight:bold;
	font-size:16px;
	color:#3ebdbf;	
}

#f1_container .title h3{
	font-weight:bold;
	font-size:16px;
	color:#3ebdbf;	
}

#f1_container .role{
	font-style:italic;
	font-size:12px;
}

#f1_container .text{
	font-size:12px;
}

#f1_container .social{
	font-size:30px;	
}
.view-knowledge-base .views-row
{
	border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.faq-question {
    padding-top: 5px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.faq-answer.faq-dd-hide-answer.collapsible {
    padding: 10px;
}
.block-comment-recent 
{
	display:inline-block;
}
.post-comments .date
{
	text-align:right;
	border-bottom: 0;
	font-size: 12px;
}
.indented
{
	padding-left:50px;
}
.webinar .speaker , .webinar .moderator 
{
	background-color:#eee;
	padding:20px;
	margin-bottom:20px;
}

.webinar .speaker .fa, .webinar .moderator .fa
{
	font-size:40px;
}
.webinar .field-name-field-date-event
{
	margin-bottom:20px;
}
.webinar .speaker h2, .webinar .moderator h2
{
	 margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;

}

.view-webinars .views-row {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#superfish-1 .sf-no-children a
{
	padding:10px!important;
}

.webform-grid .checkbox,.webform-grid .radio
{
    display: table-cell!important;
}

.webform-client-form label
{
	display:block;
}
.webform-client-form label.option
{
	display:inline-block;
}

.badge:empty {
    display: block;
}
.badge {
     padding: 0;
    background-color: transparent; 
}

.badge-2.contributor
{
	display:none;
}

a.logo {
    color: #fff!important;
    font-size: 16px;
}

.discussion-item .badge, .post-comments .badge
{
    margin: 10px auto;
	    width: 60px;
}


.view-early-adopters .views-row {
   border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}



.view-early-adopters .views-row img {

display: block;
max-width: 100%;
height: auto;
width: auto;
}

.profile h3 {
	
	display: none;
	
}

.view-id-early_adopters .views-exposed-form .views-widget label
{
	
	font-weight: normal;
}

#block-views-exp-early-adopters-block .views-exposed-form .views-widget label
{
	
	font-weight: normal;
}




#user-register-form .username
{
	text-align: left;
	
}


div.field.field-name-realname
{
	display: none
}


span.organisation-logo-image img, .field.field-name-field-organisation-logo-image img{
	
	max-height: 50px;
	margin-top: 15px;
	width: auto;
}

#block-views-exp-early-adopters-block fieldset.collapsed {height:auto;}

.node-webform h2 {
    border-bottom: 1px solid #666;
	    margin-top: 40px;
}

.hot-bar .row
{
		margin-left:0;
		margin-right:0;
		
	/*height:350px;*/
}
.hot-channel{
	padding:0;
	
}
.view-hot-channel{	
	position: absolute;
    bottom: 15%;
    left: 40px;	
    color: #fff; 
    right: 20px;
}
.view-hot-channel h2 a
{
	    color: #fff;
    font-weight: bold;	
    font-size: 4vh;
    line-height: 1.1;
	
}
.view-hot-channel h3
{
	text-align: right;
    color: #fff;
    font-weight: bold;
}

.view-hot-survey{	
	position: absolute;
    bottom: 15%;
    left: 40px;	
    color: #fff; 
    right: 20px;
}
.view-hot-survey h2 a
{
	    color: #fff;
    font-weight: bold;	
    font-size: 4vh;
    line-height: 1.1;
	
}

.view-eac
{
	
	position: absolute;
    bottom: 15%;
    left: 40px;	
    color: #fff; 
    right: 20px;
}
.view-eac h2 a
{
	   
    font-weight: bold;	
    font-size: 4vh;
    line-height: 1.1;
	
}

.view-eac h3 {
    text-align: right;
    color: #000;
    font-weight: bold;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {	
	.view-hot-survey h2 a, .view-hot-channel h2 a, .view-eac h2 a
	{
				
		font-size: 4vh;
		
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {		
	.view-hot-survey h2 a, .view-hot-channel h2 a, .view-eac h2 a
	{	
		font-size: 2vh;
		
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.view-hot-survey h2 a, .view-hot-channel h2 a, .view-eac h2 a
	{
		font-size: 2vh;
		
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.view-hot-survey h2 a, .view-hot-channel h2 a, .view-eac h2 a
	{
		font-size: 3vh;
		
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
	.view-hot-survey h2 a, .view-hot-channel h2 a, .view-eac h2 a
	{
		font-size: 4vh;
		
	}

}

.block-comment-wide 
{
	background-color:#eee;
	padding:40px 0;
}
.view-hot-survey h3
{
	text-align: right;
    color: #fff;
    font-weight: bold;
}
/*
.hot-early h3 {
    position: absolute;
    right: 20px;
    bottom: 100px;
    font-weight: bold;
}*/
.hot-survey{
	padding:0;
	
}
.hot-early{
	padding:0;
	
}
.view-latest-comment .views-row, .view-latest-discussion .views-row {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.view-latest-comment .views-row i, .view-latest-discussion .views-row i
{
	font-size:13px;
}

.block-abstract {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.block-slideshow-home h2
{
	margin-bottom:20px;
}

#block-views-early-adopters-block-1
{
	text-align:center;
}
#block-views-early-adopters-block-1 .views_slideshow_slide {
    width: 100%!important;
}
#block-views-early-adopters-block-1 .view-early-adopters .views-row img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#block-views-early-adopters-block-1 .view-early-adopters .views-row {
    border-bottom: 0;
    margin-bottom: 20px;
}

#block-views-ecp-block-1
{
	text-align:center;
}
#block-views-ecp-block-1 .views_slideshow_slide {
    width: 100%!important;
}
#block-views-ecp-block-1 .view-early-adopters .views-row img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.urlngipot-textfield {
    display: none;
}


@media (max-width:1199px) {
	
	#block-views-early-adopters-block .view-early-adopters .views-row .user-picture
	{
		height: 192px;
		overflow: hidden;
	}
	#block-views-early-adopters-block .view-early-adopters .views-row .row
	{
		height: 350px;
	}
}

@media (min-width:1200px) {
	
	#block-views-early-adopters-block .view-early-adopters .views-row .user-picture
	{
		height: 112px;
		overflow: hidden;
	}
	
		#block-views-early-adopters-block .view-early-adopters .views-row .row
	{
		height: 150px;
	}
	
}

.hot-channel .views-field-nid
{    float: left;
    margin-right: 20px;
	font-size: 18px;
	font-weight:bold;

}

.hot-channel .views-field-cid
{       font-size: 18px;
    color: #fff;
	font-weight:bold;

}


span#views_slideshow_controls_text_previous_ecp-block_1_1:before {
    content: '\f0a8';
    font-family: "FontAwesome";
    font-size: 2em;
	color: #3ebdbf;
}

span#views_slideshow_controls_text_previous_ecp-block_1_1 a {
    display: none;
}
span#views_slideshow_controls_text_pause_ecp-block_1_1 {
    display: none;
}
span#views_slideshow_controls_text_next_ecp-block_1_1:before {
    content: '\f0a9';
    font-family: "FontAwesome";
    font-size: 2em;
	color: #3ebdbf;
}
span#views_slideshow_controls_text_next_ecp-block_1_1:hover ,span#views_slideshow_controls_text_previous_ecp-block_1_1:hover  {
    text-decoration: none;
}
span#views_slideshow_controls_text_next_ecp-block_1_1 a {
    display: none;
}


.links.inline .node-readmore , .links.inline .comment-comments 
{
	display:none;
}

.links.inline .comment-add , .links.inline .comment_forbidden 
{
	float:right;
}