
body {
    text-rendering: optimizelegibility;
    font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
}

.affix {
  top: 20px;
}

/** typography */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1{
    color:#074a8b;
    text-align: center;
    font-size: 2.6em;
}

h2{
    font-size: 1.667em ;
    font-weight: bold;
    line-height: normal;
    color: #000;
}

h3{
    font-size:1.333em;
    font-weight: bold;
    color: #404040;
    padding-top: 10px;
    line-height: 1.4em;
}

h4{
    font-size: 1.222em;
    font-weight: normal;
    color: #404040;
}

h5{
    font-size:1em;
    font-weight: bold;
    color: #404040;
}

h6{
    font-size:0.778em;
    font-weight: bold;
    color: #404040;
    margin-top: 10px;
  margin-bottom: 5px;
}

a{
    color:#0065a2;
    text-decoration: none;
}

a:hover,a:focus{
    text-decoration: underline;
}

.fel-field-help-text {
  color: #777;
  font-size: 12px;
  margin: 0px 0 5px;
  padding: 0;
  font-style: italic;
}

p {
  line-height: 1.6;
}

code {
    color: #0065a2;
    background-color: #d9edf7;
    border-radius: 4px;
}

.dates {
  font-family: Arial;
  font-variant: small-caps proportional-nums;
}

.page-header img {
    margin-right: 15px;
}


/** layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-sm-15 {
    width: 20%;
    float: left;
}

.container{
    min-width: 320px
}
.relative{
    position:relative
}


/** Responsive **/
@media (max-width: 992px){
    .region-footer2 img {
        width:100px
    }
}

@media (max-width: 767px){
    .navbar-toggle{
        margin-top:20px
    }
    .hb1 a.ec-logo{
        width:140px;
        margin-top:31px;
        margin-left:0
    }
    .hb1 a.ec-logo img{
        width:100%
    }
    .hb1 span.mt{
        font-size:1em;
        padding-left:15px
    }
    .hb2 span{
        font-size:.7em;
        padding-left:15px       
    }
    .right{
        text-align:left
    }
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/** content */

.field-name-field-next-steps {
    visibility: hidden;
    height: 30px;
}


/** d3 styles */
#categorytree {
    font-size: 10px;
}

/** chosen styles */
.chosen-container {
border: 0 !important;
padding: 0 !important;
height: auto !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}

/** blocks */

#banner_first {
    text-align: center;
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 10;
}

.field-name-claim-tool-code, .field-name-claim-app-code {
    margin-bottom: 15px;
}

.huge {
    font-size: 35px;
    line-height: normal;
    font-weight: bold;
}

/** tabs */
.nav-tabs > li > a {
  font-weight: bold;
}

.nav-tabs > li.active > a:active {
   border-bottom-color: transparent;
}


/** pills */
#ScrollMenu .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
	border-left: 3px solid #074A8B;
}

#ScrollMenu .nav-pills > li > a {
	border-radius: 0px;
	border-left: 3px solid #fff;
	color: #074a8b;
}

#ScrollMenu .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	text-decoration: none;
	background-color: #eee;
	border-left: 3px solid #074A8B;
}


/** menu */
.navbar {
    border-radius: 0px;
    min-height: 42px;
    border: inherit;
    border-bottom: 1px solid #e7e7e7;
}

#navbar .navbar {
    border-radius: 0px;
    min-height: 42px;
}

#navbar .navbar-default {
    border: 0px;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 60px;
    background-color: #f6f6f6;
}

#navbar .navbar.container, #navbar .navbar.container-fluid {
    margin-top: 0px;
}

#navbar .navbar.container {
    background-color: #f6f6f6;
}

#navbar ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
#navbar ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}


#navbar .nav > li.active:not(.dropdown), #navbar .nav > li:hover:not(.dropdown) {
    background-color: #074a8b;
}

#navbar .nav > li.active:not(.dropdown) a, #navbar .nav > li:hover:not(.dropdown) a {
    color: #FFF;
}

#navbar .nav > li > a {
    font-size: 100%;
    font-weight: 600;
    text-transform: uppercase;
    background: 0 0;
    text-decoration: none;
}

#navbar .nav > li > a:hover, .nav > li > a:focus {
    color: #FFF;
    background-color: #074a8b;
}

.dropdown-menu {
    min-width: 171px;
    border: 1px solid #074A8B;
    border: 1px solid rgba(7, 74, 139, .15);
    border-radius: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #074A8B;
}

.dropdown-menu > li > a {
    color: #0065A2;
}

/** homepage */
.front h1 {
  display: none;
}

.front h2.pane-title, .front h2 {
  margin: 0px 0px 10px 0px;
  line-height: 2;
  color: #074A8B;
  text-align: center;
  font-weight: 100;
  font-size: 2.6em;
  letter-spacing: 0.10em;
}

.pane-views-home-blocks-block h2.pane-title {
  margin-bottom: 0px;
}

.view-id-home_blocks .panel {
  margin-top: 74px;
}

.view-id-home_blocks img {
  margin: 0 auto;
  margin-top: -64px;
}

.view-id-home_blocks .header-color-1 {
  background: #32BEA6;
}

.view-id-home_blocks .header-color-2 {
  background: #25B7D3;
}

.view-id-home_blocks .header-color-3 {
  background: #E04F5F;
}

.view-id-home_blocks .panel-heading h3 {
  color: #FFF;
  margin-top: 0px;
  padding-top: 0px;
}

.view-homepage-statistics-counters .panel-primary {
    background-color: #0065A2;
    margin: 10px 0px;
}

.panels-bootstrap-column-home-8, .panels-bootstrap-column-home-13 {
    margin: 10px 0px;
}

.view-homepage-statistics-counters h4 {
    margin: 0;
    font-weight: bold;
    font-size: 4.5em;
    color: #FFF
}

.view-homepage-statistics-counters span {
    font-size: 1.4em;
    line-height: 2;
    color: #FFF;
}

.view-homepage-statistics-counters a {
    color: #FFF;
}

.view-homepage-statistics-counters a:hover {
    font-weight: bold;
}

div#quicktabs-homepage_statistics {
    margin: 12px;
}


/** footer */

.region-footer2 img {
    width: 140px;
}

footer {
    font-size: 0.9em;
    line-height: 1.9em;
}

footer .navbar-collapse {
    box-shadow: 0px 0px 0px 0px;
}

footer .navbar-collapse.in, footer .navbar-collapse.collapsing{
    background-color:#0065a2;
    border: 0;
    margin: 0;
    padding: 0;
}

footer .navbar-toggle{
    float:none;
    width:100%;
    position:absolute;
    margin:0;
    padding:0;
    top:0;
    left:0;
    text-decoration:none;
}

footer .navbar-toggle.collapsed::after{
    content:"+";
    float:right
}

footer .navbar-toggle::after{
    content:"-";
    float:right
}

footer a:link, footer a:visited, footer a:focus, footer a:active {
    color: #fff;
}

footer h4 {
    position: relative;
}

footer h4 {
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px dotted #FFF;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 4px;
}

footer .footer {
    background-color: #074a8b;
    color: #fff;
    padding: 5px 0;
    border-top: 0px;
    margin-top: 10px;
}

footer .footer p {
    margin: 0px;
}

footer .footer2 {
    background-color: #0065a2;
    padding: 20px 0;
    color: #fff;
 }

footer .footer2 ol {
    list-style: inside none none;
    padding: 0px;
    font-size: 1em;
}

footer ul,li.footer2 {
    margin: 0px;
    list-style: inside none none;
    padding: 0px;
}

footer .footer3 {
    background-color: #fff;
    padding: 6px 0;
}

footer .footer3 ol {
    display: inline-block;
    font-size: 0.9em;
    list-style: inside none none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

footer .footer3 ol li {
    display: inline-block;
}

footer .footer3 ol > li + li::before {
    color: #404040;
    content: "| ";
    padding: 0 5px;
}

footer .footer3 a {
    color: #0065a2;
}

footer .social div{
    display: inline-flex;
}

footer .social {
    margin-left: 25px;
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
}

footer .social div a{
    margin-left: 5px;
    padding-left: 5px;
}


/** taxonomy */
div.taxonomy-term h2, h2.pane-title {
    font-size: 1.4em;
    line-height: normal;
    color: #555;
    font-weight: normal;
}


/** taxonomy views_tree panels */
.region-taxonomy-left li a {
   font-size: 12px;
   padding: 8px 10px 8px 20px;
   display: inline-block;
}

.region-taxonomy-left li a:hover, .region-taxonomy-left li a:focus {
   text-decoration: none;
   background-color: #eee;
   display: block;
}

.region-taxonomy-left ul {
   padding: 0;
}

.region-taxonomy-left ul ul {
   padding-left: 15px;
}

.region-taxonomy-left li {
   border-bottom: 1px solid #e3e3e3;
   list-style: none;
}

.region-taxonomy-left .active {
   border: 1px solid #0065a2;
   background-color: #f5f5f5;
   display: list-item;
}

.views_tree_collapsed,
.views_tree_expanded,
.views_tree_collapsed ul li,
.views_tree_expanded ul li {
   list-style-type: none;
}

.views_tree_link {
   width: 15px;
   height: 100%;
   position:relative;
   float: left;
}

.views_tree_link a {
   margin: 0 5px 0 0;
   text-indent: -9999px;
}

.region-taxonomy-left .views_tree_link a:hover, .region-taxonomy-left .views_tree_link a:focus {
   background: none;
}

.views_tree_link_collapsed, .views_tree_link_expanded {
    position:relative;
}

.views_tree_link_collapsed::before, .views_tree_link_expanded::before {
  font-family: FontAwesome;
  left:6px;
  position:absolute;
  top:9px;
}

.views_tree_link_collapsed::before {
    content: "\F196";
 }

.views_tree_link_expanded::before {
  content: "\F147";
}

.views_tree_link_collapsed a {
  position:absolute;
}

.views_tree_link_expanded a {
  position:absolute;
}


/* MENU-LEFT
-------------------------- */
/* layout */
#left ul.nav {
    margin-bottom: 2px;
    font-size: 12px; /* to change font-size, please change instead .lbl */
}
#left ul.nav ul,
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
#left ul.nav ul {
    padding-left: 0;
    width: auto;
}
#left ul.nav ul.children {
    padding-left: 12px;
    width: auto;
}
#left ul.nav ul.children li{
    margin-left: 0px;
}
#left ul.nav li a:hover {
    text-decoration: none;
}

#left ul.nav li a:hover .lbl {
    color: #999!important;
}

#left ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff!important;
}

/* parent item */
#left ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}
#left ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}    
#left ul.nav li.parent a:hover {
    background-color: #fff;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);    
}

/* link tag (a)*/
#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display:block;
    padding-left: 5px;    
}

#left ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;  
}

/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 5px 8px;
    background-color: transparent;
    color: #fff;
}
#left ul.nav li.parent>a>.sign{
    margin-left: 0px;
    background-color: #999;
}

/* label */
.label {
    margin:2px;
}

#left ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}
#left ul.nav li.current>a>.lbl {
    color: #fff;
}
#left ul.nav  li a .lbl{
    font-size: 12px;
}


/** Header */
header ul, header ol, .ft3 ul, .ft3 ol{
    margin:0;
    padding:0;
    display:flex
}

.hb1{
    height:100px;
    position:relative
}
.hb1 span.mt{
    font-size: 1.33em;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 0;
    color:#0065a2;
    padding-left:35px;
    padding-top:65px;
    display:table-cell;
    text-transform:uppercase
}
.hb1 a.ec-logo{
    margin-top:15px;
    margin-left:25px;
    float:left
}
.hb2{
    height:45px;
    background-color:#0065A2
}
.hb2 span{
    font-size: 1em;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 0;
    color: #fff;
    padding-left:35px;
    padding-top:10px;
    display:table-cell
}
.hb3{
    background-color:#074a8b;
    color:#fff;
    padding-bottom:1px
}
.topm{
    position:absolute;
    right:0;
    top:-0;
    text-align:right
}
.topm .bootstrap-select{
    margin-bottom:10px
}
.topm a{
    color: #0065a2;
    font-size:.7em
}
.topm ul.lnk{
    list-style-type:none;
    margin:0 30px 0 0;
    padding:0;
    display: inline-block;
}
.topm li{
    display:inline
}
.topm ul.lnk > li + li::before {
    content: "|";
    padding: 0 2px;
    color:#000;
    font-size:.7em
}
.bootstrap-select > .dropdown-toggle{
    margin-top:3px
}

.navbar-toggle .icon-bar{
    background-color:#fff
}
.navbar-collapse.in, .navbar-collapse.collapsing{
    margin:0;
    width: 100%;
}
.hb1 .navbar-collapse.in{
    overflow:visible
}

.navbar-brand {
    font-size: 1.30em;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 0;
    color: #fff;
    padding-left: 35px;
    padding-top: 10px;
    display: table-cell;
    height: 45px;
}

.hb1 span.slogan {
    font-size: 1.70em;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 0;
    color: #0065a2;
    padding-left: 35px;
    padding-top: 65px;
    display: table-cell;
    text-transform: uppercase;
}

/** Breadcrumbs */
.breadcrumb{
    background-color:transparent;
    padding: 0;
    margin: 0;
    font-size: .9em;
    line-height: 1.6em;
    overflow: hidden;
    display: inline;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:focus{
    color:#fff
}
.breadcrumb > li + li::before {
    color: #fff;
    content: ">";
    padding: 0 5px;
}
.breadcrumb > .active{
    color:#fff
}

/*view filters*/
.view-filters {
    padding: 9px;
    border-radius: 3px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: @well-bg;
    border: 1px solid @well-border;
    border-radius: @border-radius-base;
    .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
}


/** buttons */
.btn,
.btn-outline {
    font-size: 12px;
    letter-spacing: 1px;
}


a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.btn.btn-md {
    padding: 10px 20px!important
}

.btn.btn-lg {
    padding: 15px 36px!important;
    font-size: 1.1em;
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none!important;
    outline: 0!important
}

.btn-primary {
    background: #0065A2;
    color: #fff;
    border: 2px solid #0065A2;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #074A8B!important;
    border-color: #074A8B!important;
}

.btn-primary.btn-outline {
    background: 0 0;
    color: #0065A2;
    border: 2px solid #0065A2;
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background: #0065A2;
    color: #fff;
}

.btn-success {
    background: #58ca7e;
    color: #fff;
    border: 2px solid #58ca7e
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #45c46f!important;
    border-color: #45c46f!important
}

.btn-success.btn-outline {
    background: 0 0;
    color: #58ca7e;
    border: 2px solid #58ca7e
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background: #58ca7e;
    color: #fff
}

.btn-info {
    background: #19B6DE;
    color: #fff;
    border: 2px solid #19B6DE;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #0065A2!important;
    border-color: #0065A2!important
}

.btn-info.btn-outline {
    background: 0 0;
    color: #19B6DE;
    border: 2px solid #19B6DE;
}

.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
    background: #19B6DE;
    color: #fff
}

.btn-warning {
    background: #fed330;
    color: #fff;
    border: 2px solid #fed330
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background: #fece17!important;
    border-color: #fece17!important
}

.btn-warning.btn-outline {
    background: 0 0;
    color: #fed330;
    border: 2px solid #fed330
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    background: #fed330;
    color: #fff
}

.btn-danger {
    background: #fb4f59;
    color: #fff;
    border: 2px solid #fb4f59
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background: #fa3641!important;
    border-color: #fa3641!important
}

.btn-danger.btn-outline {
    background: 0 0;
    color: #fb4f59;
    border: 2px solid #fb4f59
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
    background: #fb4f59;
    color: #fff
}

.btn-outline {
    background: 0 0;
    border: 2px solid gray;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    box-shadow: none
}

.linkicon--color .icon, .linkicon--button a {
    border-radius: .25em;
}

.linkicon--dark .icon,
.linkicon--dark.linkicon--button a {
  background-color: #0065A2;
  background-color: rgba(0, 101, 162, .8);
}

.social-share-links .share-link a .fa {
    color: #58647b;
}


/** Callout **/

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #46b8da;
}
.bs-callout-info h4 {
    color: #46b8da;
}
.bs-callout-primary {
    border-left-color: #2e6da4;
}
.bs-callout-primary h4 {
    color: #2e6da4;
}
.bs-callout-success {
    border-left-color: #4cae4c;
}
.bs-callout-success h4 {
    color: #4cae4c;
}


/** implementations **/
.view-implementations ul {
    padding-left: 0px;
}

.view-implementations li {
    list-style: none;
}


/** tag cloud **/
.tagclouds-term a {
    display: inline;
    padding: 2px;
    margin: 2px;
    line-height: 1.7;
    color: #074A8B;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #e3e3e3;
}

.tagclouds-term a:hover {
   color: #FFF;
   background-color: #0065A2;
}

.tagclouds-term {
    padding: 2px;
}

/** tree term reference */
.no-term-reference-tree-button {
    background: inherit;
}
.term-reference-tree-button, .no-term-reference-tree-button {
    margin-top: -5px;
}


/** panels */
.panels-bootstrap-row {
   margin: 30px 0px;
}


/** thumb */
.rate-thumbs-up-btn-up {
  display: inline-block;
  background: url(../images/thumbs.png) no-repeat 0 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}


/** pager */
.pager {
    margin: 10px 0;
}


/** label */
.label-tag {
    font-weight: normal;
    border-bottom: 1px solid #074a8b;
    background-color: #f3f3f3;
    display: inline-block;
    margin-left: 5px;
}

.label-tag a {
    color: #444;
}

label.option {
    font-weight: normal;
    display: inline-block;
  margin: 0px;
}

/** entityreference task widget */
.view-Tasks-widget label.option {
    font-weight: bold;
}

.view-Tasks-widget ul {
    list-style: none;
    padding: 0px;
}

.view-Tasks-widget li {
  margin: 1px 0px 0px 23px;
  background-color: #59c5c8;
}

.view-Tasks-widget li ul li {
  background-color: #50b3c9;
}

.view-Tasks-widget li ul li ul li {
  background-color: #4c97c3;
}

.view-Tasks-widget li ul li ul li ul li {
  background-color: #5277d8;
}

.view-Tasks-widget li ul li ul li ul li ul li {
  background-color: #5a4dc4;
}

#title-tasks-widget {
  font-size: 0.95em;
  font-weight: bold;
  color: #404040;
}

#text-tasks-widget {
  font-size: 80%;
}

.view-Tasks-widget .form-type-checkbox {
  padding: 5px 5px 0px 5px;
}

.view-Tasks-widget .views-field-name-1 {
  padding: 3px 3px 3px 5px;
  display: flow-root;
  background-color: #FFF;
}


/** flag */
.flag-wrapper.flag-bookmarks .btn {
	padding: 0px 4px 0px 18px;
	display: block;
	line-height: 25px;
	font-size: .8em;
	margin: 0px 0px 10px 0px;
}


.flag-wrapper.flag-bookmarks a.flag-action, .flag-wrapper.flag-bookmarks a.unflag-action {
    position: relative;
}

.flag-wrapper.flag-bookmarks a.flag-action:before {
	content: "\f097";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFF;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 4px;
}

.flag-wrapper.flag-bookmarks a.unflag-action:before {
	content: "\f02e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFF;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 4px;
}


.flag-outer-bookmarks > span .flag-throbber {
  width: 0;
}

.view-favorite-contents caption {
	display: none;
}

.rate-info, .rate-description {
	display: none;
}


/** autocomplete deluxe */
.form-type-autocomplete-deluxe .autocomplete-deluxe-container {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/** form */
.form-item .table-responsive {
  overflow-x: visible;
}

.form-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/** table */
table.sticky-header {
    border-bottom: 2px solid #074A8B;
}

table.sticky-header th {
    padding: 5px;
    color: #FFF;
    background-color: #337ab7;
}

table.sticky-header a.active {
    color: #FFF;
}

/** tool/app content */

.labels-list {
	word-break: break-all;
}

.node-app h2, .node-tool h2 {
    position: relative;
    z-index: 100;
    color: #58647b;
    font-size: 24px;
    font-weight: 300;
    margin: 25px 0px 20px 0px;
}

.node-app h2 span, .node-tool h2 span {
    background-color: #fff;
    padding-right: 15px;
}

.node-app h2::before, .node-tool h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #ddd;
    z-index: -10;
}

.node-app h3, .node-tool h3 {
    color: #58647b;
    text-transform: uppercase;
    font-size: 1em;
    padding-top: inherit;
}

.node-app h4, .node-tool h4 {
    display: inline;
}

.box-content {
    float: right;
    margin-left: 20px;
    min-height: 100px;
}

.node-app .label a, .node-tool .label a {
    color: #FFF;
    font-weight: normal;
}

.node-app .label-info, .node-tool .label-info {
     font-size: 12px;
     line-height: 26px;
}

.like-box .btn {
    position: relative;
    padding: 0 4px;
    display: block;
    line-height: 25px;
    font-size: .8em;
    margin: 0px 0px 10px 0px;
}

.like-box .count, .flag-count {
    display: block;
    font-weight: bold;
    line-height: 1.1;
    color: #555;
    margin: 8px 0px 6px 0px;
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 5px 0 4px;
    font-size: 90%;
    text-align: center;
}

.like-box .count::after,
.like-box .count::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.like-box .count::after {
    border-color: rgba(242, 242, 242, 0);
    border-top-color: #F5F5F5;
    border-width: 4px;
    margin-left: -4px
}

.like-box .count::before {
    border-color: rgba(232, 234, 235, 0);
    border-top-color: #ddd;
    border-width: 5px;
    margin-left: -5px
}

.node-app .hline, .node-tool .hline {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.node-app #general > div,
.node-app #related > div,
.node-app #inspire > div,
.node-app #project > div,
.node-tool #general > div,
.node-tool #related > div,
.node-tool #inspire > div,
.node-tool #project > div {
    padding-left: 20px;
}

.item-list--linkicon {
    margin: 1em 0;
}

.node-tool #comments h2.title {
    display: none;
}

/** label per i contenuti 
.element {
    display: inline-block;
    min-width: 20px;
    vertical-align: baseline;
    margin-left: 10px;
    border-radius: 2px;
    padding: .45em .35em .3em;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #02afdb;
    border-left: 4px solid #02afdb;
}  **/


/** comments **/
#comments .links.list-inline {
  display: none;
}

.comment {
  margin-top: 15px;
}

.comment .user-picture {
  float: left;
  margin-right: 10px;
}

.comment .user-picture a {
  display: block;
}

.comment .submitted {
  font-size: 0.90em;
}

.comment .submitted .permalink {
  margin-left: 5px;
}

.comment .submitted .new {
  color: #d9534f;
}

.comment .content {
  margin: 10px 0;
}

.comment .links {
  float: left;
  color: #a4a8ab;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: -5px;
}

.comment-label > a {
  display: inline-block;
  padding: 3px 3px;
  background: #D6F5D6;
  margin-left: 5px;
  color: #a4a8ab;
  font-size: 10px;
  font-weight: normal;
  height: auto;
  min-width: 0;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
  border-top-left-radius: 20%;
  border-top-right-radius: 20%;
  line-height: 1em;
}

/** panel **/
.panel-separator {
    margin-top: 15px;
}

/** cookie banner **/
#sliding-popup {
    background-color:rgba(7, 74, 139, 0.92);
    width: 100%;
    color: #FFF;
    padding-top: 15px;
}
#popup-buttons > button {
    margin: 15px 10px;
    border: 2px solid #FFF;
    padding: 6px 15px;
    background-color: #074a8b;
}

#cookie-notice {
    color: #FFF;
    text-decoration: underline;
}

.find-more-button {
    display: none;
}

.eu-cookie-withdraw-tab {
    left: 5% !important;
    background-color: #0065A2;
    color: #FFF;
    border: 1px solid #074a8b;
}