/* $Id */
/* -------------------------------------------------------------------------
 * Layout Aspects
 * ---------------------------------------------------------------------- */
html,body { background: #FFF; }
body { font-family: Arial, sans-serif; color: #066b85; font-size: 15px; }
#wrapper { background: #fff; }
.mission { background: #fff url('../images/bg-shade-white-lrg.png') repeat-x bottom left; color: #000; border-color: #eee; }

.bottom .middle { background: transparent; }
/* -------------------------------------------------------------------------
 * Header
 * ---------------------------------------------------------------------- */
#header { background: url('../images/bg-header.png') repeat; min-width:960px; }
#header-inner { background: url('../images/bg-header-inner.png') center top no-repeat; position:relative; width:960px; margin:0 auto; height: 113px; }
#header #site-name { display:block; position:relative; width:350px; height:102px; }
#header #site-logo { display:block; position:absolute; right:0px; top:0px; width:250px; height:102px; }
#header .logo { display:block; width:100%; height:100%; }
#header .logo img { display:none; }

/* -------------------------------------------------------------------------
 * Footer
 * ---------------------------------------------------------------------- */

#footer {
  background: #066B85;
  margin-top: 30px;
}
 
/* -------------------------------------------------------------------------
 * map
 * ---------------------------------------------------------------------- */
#flashcontent {  }
#flashcontent #ammap { width:100%; height:317px; border:1px solid #78CBE3; }
/* -------------------------------------------------------------------------
 * Links/General
 * ---------------------------------------------------------------------- */
a, a:active, a:visited, li a.active { color: #066b85; }
a:hover{ color: #78CBE3; }
code, pre {
  font-family: 'Monaco', 'Consolas', 'Deja Vu Sans Mono', 'Courier New', courier, monospace;
  color: #888;
}
blockquote, cite {
  background: url('../images/bg-cite.png') no-repeat;
  color: #888;
  font-style: italic;
  padding: 10px 0 0 45px;
}
/* -------------------------------------------------------------------------
 * Headings
 * ---------------------------------------------------------------------- */
h1, #main h1.title {
 font-size:18px; font-weight:bold; 
 color:#066b85;
 margin-top: 0;
}

/* -------------------------------------------------------------------------
 * Tables
 * ---------------------------------------------------------------------- */
table, th, thead th, td, td.menu-disabled, #blocks td.block {
  border-color: #fff;
}

th, thead th {
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
}

td.active, tr.even, tr.odd {
  background-color: #fff;
}

td.menu-disabled, tr.even td {
  background: #eee;
}

td:hover, tr.even td:hover, tr.odd td:hover {
  background-color: #fff;
}

.method { border: 2px solid #000000; }

/* .views-field.views-field-field-son-value12-value { background-color: #FEDABE; } */

/* -------------------------------------------------------------------------
 * Blocks
 * ---------------------------------------------------------------------- */
#blocks td.region {
  background: #fff;
}

#main div.block {
  border-color: #ddd;
}

/* -------------------------------------------------------------------------
 * Sidebar
 * ---------------------------------------------------------------------- */
.sidebar .title {
  display:none;
}
.sidebar .legend {
  display: block;
  margin-bottom: 10px;
}
.sidebar .content,
.sidebar .btype-menu .content {
  border: 7px solid #78CBE3;
  border-radius: 4px;
}

.sidebar ul.menu {
  border-color: #78CBE3;
}

.sidebar ul.menu a,
.sidebar ul.menu a:visited {
  background: #fff;
  border-color: #78CBE3;
  color: #066b85;
}

.sidebar ul.menu li a.active,
.sidebar ul.menu li a.active:visited {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x bottom left;
  color: #fff;
}

/* Hover/Active */
.sidebar ul.menu li.expanded a:hover,
.sidebar ul.menu li.collapsed a:hover,
.sidebar ul.menu li.leaf a:hover,
.sidebar ul.menu a:hover,
.sidebar ul.menu a.active {
  color: #fff!important;
  border-color: #78CBE3;
  background: #78CBE3;
}

.sidebar ul.menu li li:last-child a {
  border-color: #ddd;
}

.sidebar .item-list ul li {
  color: #888;
}

.left .sidebar ul.menu a.active:after {
  content: ' ->';
}

.right .sidebar ul.menu a.active:before {
  content: '<- ';
}

.sidebar .content img{
  max-width: 100%;
  height: auto;
}

.sidebar .content .flag {
  border: 2px solid #000000;
}

/* -------------------------------------------------------------------------
 * Error/Markers
 * ---------------------------------------------------------------------- */
 div.error, div.status, div.warning {
  border-color: #ddd;
}

div.error {
  background: #eee url('../images/bg-error.gif') no-repeat left top;
}

div.status,
div.warning {
  background: #eee url('../images/bg-message.gif') no-repeat left top;
}

/* -------------------------------------------------------------------------
 * Nodes
 * ---------------------------------------------------------------------- */
.node .info p {
  color: #888;
}

.node-sticky  {
  border-color: #ddd;
}

.node .content dt  {
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
  border-color: #ddd;
}

.node .content dl, .node .content dd {
  border-color: #ddd;
}

.node dd:hover  {
  background: #ddd;
}

/* -------------------------------------------------------------------------
 * Comments
 * ---------------------------------------------------------------------- */
.comment  {
  background: #fff url('../images/bg-shade-white-lrg.png') repeat-x left bottom;
  border-color: #ddd;
}

.comment .info {
  color: #888;
}

/* -------------------------------------------------------------------------
 * Polls
 * ---------------------------------------------------------------------- */
.sidebar .block-poll .content .title,
.sidebar .block-poll .content .choices .form-item label,
.sidebar .block-poll .content .choices {
  color: #111;
}

.poll .bar .foreground {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x bottom left;
  color: #fff;
}

.poll .bar {
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
}

/* -------------------------------------------------------------------------
 * Forms
 * ---------------------------------------------------------------------- */

.form-radio, .form-checkbox, .form-file, .form-select, select, .form-text, input, .form-textarea, textarea {
  font-family: 'Arial', Verdana, sans-serif;  
}

.form-textarea  {
}

.form-text  {
  border: none;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  padding: 9px 15px 9px 15px;
  background: white;
  color: #2888A1;
  border-radius: 4px;
  margin-bottom: 3px;   
}

.form-item .description {
  color: #888;
}

.form-item .error, .marker, .new, .form-required {
  border-color: #C00;
}

.form-file:focus, .form-text:focus, input:focus, .form-textarea:focus, textarea:focus  {
  background: #FFF;
}

fieldset, .form-text, .form-textarea  {
  border-color: #066b85;
}

html.js fieldset.collapsible legend a {
  background:transparent url('../images/icons/bullet_toggle_minus.png') no-repeat 5px 0;
  padding: 0 0 0 24px;
}

html.js fieldset.collapsed legend a {
  background:url('../images/icons/bullet_toggle_plus.png') no-repeat 5px 0;
}

/* -------------------------------------------------------------------------
 * Buttons (Node Links)
 * ---------------------------------------------------------------------- */ 
.btn-tags {
  background: url('../images/bg-tags.png') no-repeat left center;
  padding-left: 2em;
}
/* -------------------------------------------------------------------------
 * Pagers
 * ---------------------------------------------------------------------- */ 
 
.item-list .pager{
  clear: both;
  padding-top: 30px;
  margin-top: 0;
}
 
.pager a, .pager a:visited  {
  background: #fff;
  border-color: #066b85;
  color: #066b85;
}

.pager li.pager-current  {
  color: #78CBE3;
  border-color: #78CBE3;
}

.pager a:hover {
  border-color: #78CBE3;
  background: #78CBE3;
  color: #fff;
}

/* -------------------------------------------------------------------------
 * Navigation
 * ---------------------------------------------------------------------- */
 
#navigation{
  border: none;
  background: #78CBE3;
  line-height: 70px;
  height: 70px;
  position: relative;
  z-index: 10;
}
#navigation ul {
  line-height: 70px;
}
#navigation li{
  border: none;
  line-height: 70px;
}
#navigation li a{
  border: none;
  line-height: 66px;
  padding: 0 30px;
  border-bottom: 4px solid #78CBE3;
}
 
/* First level links hover state */
#navigation,
#navigation .wrap-left { display:block; position:relative; clear:both; width:100%; line-height:70px; }
#navigation .menu { display:block; position:relative; width:960px; margin:0 auto; float:none; }
#navigation,
#navigation li a,
#navigation li:hover li a,
#navigation li a.active,
#navigation li a:visited { color: #066B85; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; }
/* First level links hover state */
#navigation li.expanded:hover a { }
#navigation li a:hover,
#navigation li:hover a,
#navigation li:hover a:hover,
#navigation li.expanded li:hover a,
#navigation li.expanded:hover li a:hover,
#navigation li li a:hover,
#navigation li li:hover a,
#navigation li li:hover a:hover,
#navigation li a.active { background:white; border-bottom-color: #066B85; }

/* Icons */
#navigation li.expanded a {}
#navigation li.expanded li.expanded a {}
#navigation li.leaf a:hover { }
#navigation .expanded .leaf a { background: none!important; }

/* Subnav */

#navigation li{
  position: relative;
}

#navigation li ul, #navigation li ul.menu{
  position: absolute;
  display: none!important;
  top: 87px;
  left: 0;
  border: 1px solid #78CBE3;
  border-radius: 5px;
  background: white;
  padding: 6px 16px;
  width: auto;
  min-width: 180px;
}
    #navigation li ul li{
      width: 100%;
      padding: 0;
      border: 0;
    }
        #navigation li ul li a, #navigation li ul li a:hover, #navigation li ul li:hover a{
          padding: 0;
          display: block;
          width: 100%;
          text-transform: none!important;
          text-align: left;
          line-height: 38px!important;
          font-weight: normal!important;
          border-bottom: 1px solid #78CBE3!important;
        }
        #navigation li ul li a:hover{
          color: #78CBE3;
        }
        #navigation li ul li:last-child a{
          border-bottom: none!important;
        }
    #navigation li ul:before{
      content:'';
      display: block;
      width: 200px;
      height: 18px;
      position: absolute;
      top: -18px;
      left: 0;
      background: url('../images/sprite.png?v=002') -360px 7px no-repeat;
    }
    #navigation li:hover ul{
      display: block!important;
    }

/* -------------------------------------------------------------------------
 * Tabs
 * ---------------------------------------------------------------------- */
/* Primary */
.tabs-primary li a,
.tabs-primary li a:visited {
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
  color: #777;
}

.tabs-primary,
.tabs-primary li a,
.tabs-primary li a:visited,
.tabs-primary li:first-child a {
  border-color: #ddd;
}

.tabs-primary li a:hover,
.tabs-primary li a:visited:hover {
  border-color: #B3B3B3;
  background: #B3B3B3 url('../images/bg-shade-medium.png') repeat-x bottom left;
  color: #fff;
}

.tabs-primary li.active a,
.tabs-primary li.active a:visited {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x bottom left;
  color: #fff;
}

.tabs-primary li.active a,
.tabs-primary li.active a:visited,
.tabs-primary li:first-child a.active {
  background: #858585 url('../images/bg-shade-dark.png') repeat-x bottom left;
  border-color: #555;
  color: #fff;
  font-size: .95em;
  font-weight: normal;
}

/* Secondary */
.tabs-secondary {
  background: #888 url('../images/bg-shade-dark.png') repeat-x scroll left bottom;
  color: #fff;
}

.tabs-secondary li a,
.tabs-secondary li a:visited,
.tabs-secondary li a:hover,
.tabs-secondary li a.active {
  color: #fff;
  font-weight: normal;
}

/* Highlight the active sub-selection */
.tabs-secondary li a.active {
  font-weight: bold;
}

.tabs-secondary li a.active:before {
  content: '( ';
}

.tabs-secondary li a.active:after {
  content: ' )';
}


/* -------------------------------------------------------------------------
 * Forum Posts
 * ---------------------------------------------------------------------- */
 .forum-post,
.forum-post-reply {
  border: solid 1px #bbb;
  margin-bottom: 1em;
}

.forum-wrapper-right {
  border-left:solid 1px #bbb;
}

.forum-post-reply h2.title {
  border-bottom:solid 1px #B3b3b3;
  background: #B3B3B3 url('../images/bg-shade-medium.png') repeat-x bottom left;
  padding: 2px 5px;
  margin: 0;
  font-size:1.3em;
  color:#fff!important;
}

.forum-post-reply h2.title a {
  color:#fff!important;
}

.forum-post .meta-post {
  background:#eee;
  border-bottom:solid 1px #bbb;
}

.forum-post .meta-author ul {
  padding:5px;
}

.user-status-online span {
  background: #fff url('../images/icons/user.png') no-repeat left center;
  padding: 0px 0 2px 20px;
}

.user-status-offline span {
  background: #fff url('../images/icons/user_gray.png') no-repeat left center;
  padding: 0px 0 2px 20px;
}

.forum-post div.links {
  border-top:solid 1px #B3b3b3;
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
  line-height: 32px;
  height: 32px;
}

/* topic list table */
#forum td,
#forum th {
  padding:5px;
  vertical-align:top;
}

#forum td,
#forum td:hover,
#forum td.active,
#forum td:active:hover {
  background:#fff;
}

#forum td.container a {
  font-weight:700;
}

/* -------------------------------------------------------------------------
 * Misc
 * ---------------------------------------------------------------------- */
.block-region {
  background-color: #91A6C1;
  color: #fff;
}

.admin-list dd {
  color: #888;
}

.admin-list dt  {
  border-color: #ddd;
}
.view-header p strong a { font-size:15px !important; }
.block-grey {
	display:block;
	position:relative;
	width:230px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;	
}
.block-grey .pane-title,
.block-grey .title {
	display:block;
	position:relative;
  background: #FF4300 url('../images/menu-hover.png') 7px center no-repeat;
  color: #FFF;
  font-size:18px;
  line-height:25px;
  font-weight:normal;
  padding:5px 5px 5px 30px;	
  margin:0px;
}
.block-grey .pane-content,
.block-grey .content {
	display:block;
	position:relative;
	padding:10px;
  border:0px none !important;
  color:#FFF;
  background:#959595 url('../images/sidebar-content-grey.jpg') right bottom no-repeat;
}
.block-grey .pane-content *,
.block-grey .content * { color:#FFF; }
#block-block-3,
#block-block-2,
.block-blue {
	display:block;
	position:relative;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;	
}
#block-block-3 .pane-title,
#block-block-3 .title,
#block-block-2 .pane-title,
#block-block-2 .title,
.block-blue .pane-title,
.block-blue .title {
	display: none
}
#block-block-3 .pane-content,
#block-block-3 .content,
#block-block-2 .pane-content,
#block-block-2 .content,
.block-blue .pane-content,
.block-blue .content {
}
#block-block-3 .pane-content *,
#block-block-3 .content *,
#block-block-2 .pane-content,
#block-block-2 .content,
.block-blue .pane-content *,
.block-blue .content * { font-weight:normal !important; }

.block-blue .pane-content a.xls,
.ic_xls .content a { display:block; color:#FFF; background:url(../ic_xls.png) left center no-repeat; padding:20px 0 20px 100px; height:20px; line-height:20px; margin:15px 0 5px 0; }
#block-block-3 ul,
#block-block-2 ul,
.block-blue ul {
	display:list-item;
	margin:0px;
}
#block-block-3 ul li,
#block-block-2 ul li,
.block-blue ul li {
	font-size:14px;
	line-height:18px;
	list-style-position:inside;
	list-style-type:disc;
}
.block-blue ul li a:hover {
	text-decoration:underline;
}
.panel-2col-bricks .panel-col-last { float: left; width: 230px; }
.panel-2col-bricks .panel-col-first { float: left; width: 720px; margin-right:10px; }
.panel-2col-bricks .panel-col-last .inside { margin: 0; }
.panel-col-middle .inside .pane-title { font-size:18px; color:#066b85 !important; }


#block-block-2,
.ic_xls { font-size:14px; }
#block-block-2 .content a.xls,
.ic_xls .content a { display:block; color:#FFF; background:url(../ic_xls.png) left center no-repeat; padding:20px 0 20px 100px; height:20px; line-height:20px; margin:15px 0 5px 0; }
.ic_pdf { font-size:14px; }
.ic_pdf a { display:block; background:url(../ic_pdf.png) left center no-repeat; padding:30px 0 30px 90px; height:20px; line-height:20px; margin:0px 0 0px 0; }

h1.title, .field-type-text .button, .tabs.primary{ position: relative; z-index: 2; }

.node-country .content{ padding: 0; }

.node-country { display:block; position:relative; padding:0; }
.node-country .field-type-text { display:block; position:relative; width:100%; margin-bottom: 3px; }

.node-country .field-type-text .field-items {
    position: relative;
}
.accordion .field-type-text .fieldgroup .field-items{ display: inline-block!important; }

.field-type-text>.field-label { margin: 0 0 0 0; }
/* .node-country .field-type-text>.field-label:hover { text-decoration:underline; } */

.field-type-text .fieldset {
    margin:0 0 0 0; padding: 13px 18px 13px 18px;
    border: none;
    background: #E7F6FA;
    border-radius: 5px;
    position: relative;
    top: -3px;
    z-index: 1;
    display: block;
}
    .node-country .field-type-text .fieldset {
        font-weight: bold;
    }
    .field-type-text .fieldset.group-data{ display: block!important; }
    .field-type-text.field-field-fam-txt .fieldset { background: #EAF4DD; }
    .field-type-text.field-field-phy-txt .fieldset { background: #FEF1DC; }
    .field-type-text.field-field-son-txt .fieldset { background: #FCE6E2; }
    .field-type-text.field-field-own-txt .fieldset { background: #FCE6F0; }
    .field-type-text.field-field-civil-txt .fieldset { background: #EAE2ED; }
    .field-type-text.field-field-source-txt .fieldset { background: #E7F5FA; }
    .field-type-text.field-field-verylow-txt .fieldset { background: #FDCA68; }
    .field-type-text.field-field-low-txt .fieldset { background: #FEC456; }
    .field-type-text.field-field-medium-txt .fieldset { background: #FCBA3B; }
    .field-type-text.field-field-high-txt .fieldset { background: #FCB123; }
    .field-type-text.field-field-veryhigh-txt .fieldset { background: #FBAA0D; }
    
.node-country .field-type-text .fieldset .legend,
.node-country .field-type-text .fieldset .legend a { font-size: 14px; }
.node-country .field-type-text .fieldset .legend{ margin-bottom: 0; text-transform: uppercase;  }
.node-country .field-type-text .fieldset .field{ line-height: 100%; display: block; }
.node-country .field-type-text .fieldset .field-label,
.node-country .field-type-text .fieldset .field-items { display: inline-block; line-height: 160%; font-size:13px; }
.node-country .field-type-text .fieldset .field-items{ font-weight: normal; }


#search-block-form{
  position: relative;
  text-align: center;
  width: 100%;
}
#edit-search-block-form-1 {
  width:150px;
  margin: 0;
}

.datablock { border-color: #000; }
.datablock * { border-color: #000; }


/**** Begin home Slider ****/

.royalSlider#homeSlider{
  background: white;
  width: 100%;
  min-width: 960px;
  height: 325px;
  /* height: auto;
  min-height: 350px;
  max-height: 600px; */
  .relative;
  .shadowedBox;
}
    .rsPreloader{ background: transparent url('../images/loading.gif') center center no-repeat; width: 100%; height: 100%;}

    #homeSlider .rsMainSlideImage{ 
      display: block;;
    }
    
    #homeSlider .rsNav {
      position: absolute;
      left: 50%;
      margin-left: -50px;
      bottom: 20px;
      text-align: right;
     }
        #homeSlider .rsNavItem {
          width: 10px; height: 10px;
          border-radius: 50%;
          background: white;
          float: left;
          margin: 0 10px 0 0;
          -webkit-tap-highlight-color: rgba(0,0,0,0.25);
          cursor: pointer;
          position: relative;
        }
            #homeSlider .rsNavItem.rsNavSelected, #homeSlider .rsNavItem:hover {
              background: #066B85;
            }
            
/**** End home Slider ****/

h2{
  color: #78cbe3;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.homeCol{
  width: 251px;
  float: left;
  overflow: hidden;
  padding: 0 35px;
  border-right: 1px solid #2888A1;
  height: 265px;
}
    .homeCol.first{
      padding-left: 0;
      width: 316px;
    }
    .homeCol.last{
      padding-right: 0;
      border-right: 0;
    }
    
    .homeCol .links{
      margin-top: 0;
    }
    .homeCol h2{
      margin: 40px 0 15px 0;
    }
        .homeCol h2.decalTop{
          position: relative;
          top: -10px;
          margin-top: 0;
        }
    .homeCol .searchInput{
      border: none;
      font-size: 16px;
      line-height: 22px;
      height: 22px;
      padding: 9px 40px 9px 20px;
      background: white;
      color: #2888A1;
      border-radius: 4px;
      margin-bottom: 3px;
      width: 191px;
    }
        .homeCol .searchInputWrapper{
          position: relative;
        }
        .homeCol .searchInputWrapper:after{
          content: " ";
          display: block;
          width: 23px;
          height: 22px;
          position: absolute;
          right: 10px;
          top: 9px;
          background: url('../images/sprite.png?v=002') -224px -45px no-repeat;
        }

.bluePart{
  padding: 35px 0 35px 0;
  background: #066B85;
}
    .bluePart, .bluePart h2{
      color: white;
      line-height: 34px;
    }
    .bluePart a{
      color: #2888A1;
    }
    
.button{
  display: block;
  color: white!important;
  border: none;
  line-height: 40px;
  padding: 0 10px 0 13px;
  font-size: 15px;
  margin: 0 0 3px 0;
  background: #066B85;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none!important;
  font-weight: normal!important;
}
    .button.inlineButton{
      background: #79CBE3;
      color: #066B85!important;
      display: inline-block;
      margin: 0 3px 3px 0;
    }
    input[type=submit].button{ width: 100%; }
    .button:hover{ opacity: 0.9; }
    .button.noLink{ cursor: default; }
    .button.noLink:hover{ opacity: 1.0; }
    .button.noLink a.picto:hover{ opacity: .8; }
    
    .button.green, .button.fam{ background: #98CB53; }
    .button.orange, .button.phy{ background: #FBB33D; }
    .button.red, .button.son{ background: #F3755B; }
    .button.pink, .button.own{ background: #F275AE; }
    .button.purple, .button.civil{ background: #88609C; }
    .button.lightBlue, .button.source{ background: #78CBE3; }
    .button.verylow { background: #FBEE9E; }
    .button.low { background: #FCC771; }
    .button.medium { background: #F28942; }
    .button.high { background: #E54740; }
    .button.veryhigh { background: #CA202A; }

    
    .button.large{
      color: #066B85!important;
      text-transform: uppercase;
      text-align: center;
    }

    .buttons{
      margin: 10px 0 0 0;
    }
        .buttons li{
          display: inline-block;
        }
            .buttons .button{
              display: inline-block;
            }
            
    .panel-pane .button{
      /* background: none;
      line-height: 120%; */
    }
    
.blockTitle{
  /* display: block;
  position: relative;
  line-height: 100%;
  padding: 8px 15px 8px 10px;
  border-radius: 4px;
  background: #78CBE3;
  color: #066b85; */
}   
    /* .blockTitle.green, .field-field-fam-txt .blockTitle{ color: white; background: #8CC53F; }
    .blockTitle.orange, .field-field-phy-txt .blockTitle{ color: white; background: #FBB33D; }
    .blockTitle.red, .field-field-son-txt .blockTitle{ color: white; background: #F3755B; }
    .blockTitle.pink, .field-field-own-txt .blockTitle{ color: white; background: #F275AE; }
    .blockTitle.purple, .field-field-civil-txt .blockTitle{ color: white; background: #88609C; }
    .blockTitle.lightBlue, .field-field-source-txt .blockTitle{ color: white; background: #78CBE3; } */
    

.picto{
  float: left;
  background: url('../images/sprite.png?v=002') no-repeat;
  margin: 0 10px 0 0;
}
    .picto.right{
      float: right;
      margin: 0 0 0 10px;
    }
    .picto.pData{
      width: 37px; height: 34px;
      background-position: 0 0;
    }
    .picto.pCountry{
      width: 37px; height: 34px;
      background-position: -50px 0;
    }
    .picto.pPrezi{
      width: 37px; height: 34px;
      background-position: -100px 0;
    }
    .picto.pTwitter{
      width: 37px; height: 34px;
      background-position: -150px 0;
    }
    .picto.pExpandAll{
      width: 104px; height: 22px;
      background-position: 0 -125px;
    }
    .picto.pExpand{
      width: 81px; height: 22px;
      background-position: 0 -154px;
    }
    .picto.pDownloadAll{
      width: 133px; height: 22px;
      background-position: 0 -180px;
    }
    
    .picto.pSeparator{
      width: 1px; height: 22px;
      background-position: -282px -4px;
    }
    
    .picto.pDown{
      width: 24px; height: 24px;
      background-position: -211px -4px;
    }
    .picto.pNext{
      width: 24px; height: 24px;
      background-position: -241px -4px;
    }
    
    .button .pNext, .button .pDown, .button .pSeparator{ margin-top: 8px; }
    .button .pSeparator{ margin-top: 9px; }
    .button .pDownloadAll, .button .pExpand, .button .pExpandAll{ margin-top: 11px }

#header-inner{
  position: relative;
  z-index: 2;
}
    #header-inner .socialLinks{
      position: absolute;
      right: 75px;
      bottom: -58px;
    }
    
.socialLinks{
  list-style: none;
  margin: 0; padding: 0;
  clear: none;
}
    #footer .socialLinks{
      float: left;
      margin: 25px 0 20px 0;
    }
    .socialLinks li{
      margin: 0 10px 0 0; padding: 0;
      float: left;
    }
        .socialLinks li a{
          display: block;
          width: 42px; height: 42px;
          background: url('../images/sprite.png?v=002') no-repeat;
        }
        .socialLinks li.twitter a{ background-position: 0 -37px; }
        .socialLinks li.facebook a{ background-position: -50px -37px; }
        .socialLinks.light li.twitter a{ background-position: -100px -37px; }
        .socialLinks.light li.facebook a{ background-position: -150px -37px; }
        
        .socialLinks li a:hover{ opacity: .8; }
     
     
#footer, #footer a{ color: white; }
     
#footerCopyright{
  float: left;
  margin: 39px 20px 20px 0;
  font-size: 13px;
  line-height: 100%;
}

#footerNavigation{
  margin: 39px 0 20px 0;
  float: right;
}
    #footerNavigation ul{
      list-style: none;
      margin: 0; padding: 0;
    }
        #footerNavigation li{
          margin: 0 10px 0 0; padding: 0;
          float: left;
          font-size: 13px;
          line-height: 100%;
        }
            #footerNavigation li:after{
              content:"/";
              display: inline-block;
              margin-left: 10px;
            }
            #footerNavigation li:last-child:after{
              content:"";
              margin-left: 0;
            }
            #footerNavigation li a{
              text-decoration: none;
            }
                #footerNavigation li a:hover{
                  text-decoration: underline;
                }
            
.block-search{
}
    .block-search .form-text{
      padding-right: 45px;
    }
    .block-search .content{
      background: #78CBE3;
    }
    .block-search label[for=edit-search-block-form-1]{
      display: none;
    }
    .block-search .form-submit{
      display: block;
      position: absolute;
      top: 0; right: 0;
      width: 40px; height: 40px;
      border: none;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      cursor: pointer;
      text-indent: -999px;
      overflow: hidden;
      background: #066B85 url('../images/sprite.png?v=002') -265px -36px no-repeat;
    }
        .block-search .form-submit:hover{ opacity: .9; }
    
.block-block{
  text-align: center;
}
    .block-block img{
      display: block;
      margin: 10px auto;
    }
    
.twitterFeed{
  position: relative;
  top: -17px;
}


input[type=radio].styled{
    position:absolute; z-index:-1000; top:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio] + label.styled, input[type=radio] + label.styled.clr {
  padding-left:17px;
  height:15px; 
  display:inline-block;
  line-height:15px;
  background-repeat:no-repeat;
  background-position: -226px -78px;
  font-size:15px;
  vertical-align:middle;
  cursor:pointer;
  color: white;
  margin-top: 10px;
}
    label[for=this_site]{ margin-right: 9px; }
    
input[type=radio]:checked + label.styled, input[type=radio] + label.styled.chk {
  background-position: -226px -92px;
}

label.styled {
  background-image: url('../images/sprite.png?v=003');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#site-map h2{ display: none; }
#site-map .site-map-box ul{ padding-left: 0; margin-left: 0; }
#site-map .site-map-box ul ul{ padding-left: 1.5em; margin-left: 10px; }

/******** UI-TOOLTIP *******/

.ui-helper-hidden-accessible{
  display: none;
}

.ui-tooltip, .arrow:after {
    background: #85D0E6;
    border: none;
}
    .ui-tooltip.fam, .ui-tooltip.fam .arrow:after { background: #98CB53; }
    .ui-tooltip.phy, .ui-tooltip.phy .arrow:after { background: #FBB33D; }
    .ui-tooltip.son, .ui-tooltip.son .arrow:after { background: #F3755B; }
    .ui-tooltip.own, .ui-tooltip.own .arrow:after { background: #F275AE; }
    .ui-tooltip.civil, .ui-tooltip.civil .arrow:after { background: #88609C; }
    .ui-tooltip.source, .ui-tooltip.source .arrow:after { background: #78CBE3; }
    
    .ui-tooltip.field, .ui-tooltip.field .arrow:after { background: black!important; }
    
.ui-tooltip {
    padding: 20px 20px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    z-index: 999;
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 140%;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50px;
    bottom: -16px;
}
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

/* ranking table bg colors -- REMOVED
td.views-field.views-field-field-fam-value12-value { background-color: #8CC53F; }
td.views-field.views-field-field-phy-value12-value { background-color: #FBB33D; }
td.views-field.views-field-field-son-value12-value { background-color: #F3755B; }
td.views-field.views-field-field-own-value12-value { background-color: #F275AE; }
td.views-field.views-field-field-civil-value12-value { background-color: #88609C; }

.white-text { color: #FFFFFF; }
*/

/* methodology expand box colors */
//.field-type-text.field-field-step1-txt .fieldset { background: #000000; }
