.icons-sprite, .search-box input[type="text"]:focus + input[type="submit"], .search-box input[type="submit"] {
  background: url('../images/icons-s64d6540811.png') no-repeat;
}

.spr-sprite, .list-partners .logo-eir, .list-partners .logo-go, .list-partners .logo-iss, .list-partners .logo-ps {
  background: url('../images/spr-sfebddbc86e.png') no-repeat;
}

/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/* ==========================================================================
 Base
 ========================================================================== */
/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
* Address margins handled incorrectly in IE 6/7.
*/
body {
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

/* ==========================================================================
 Links
 ========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
 Typography
 ========================================================================== */
/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 6/7/8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address margins set differently in IE 6/7.
*/
p,
pre {
  margin: 1em 0;
}

/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
* Address CSS quotes not supported in IE 6/7.
*/
q {
  quotes: none;
}

/**
* Address `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
  content: '';
  content: none;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
 Lists
 ========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
 Embedded content
 ========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
 Figures
 ========================================================================== */
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
  margin: 0;
}

/* ==========================================================================
 Forms
 ========================================================================== */
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
 Tables
 ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* START ==========================================
  BASE STYLES
================================================ */
/* START ==================== BOILERPLATE ===================== */
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* END ====================== BOILERPLATE ===================== */
html {
  font-size: 62.5%;
  min-width: 950px;
}

html, button, input, select, textarea {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-size: 1em;
  line-height: 1;
}

a {
  text-decoration:none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/*
* Remove text-shadow in selection highlight
* These selection declarations have to be separate
::-moz-selection {
  background: #f7ea6f;
  color: black;
  text-shadow: none;
}

::selection {
  background: #f7ea6f;
  color: black;
  text-shadow: none;
}
*/

/* START ==================== HEADINGS ===================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 7.5px 0;
}

h1, .h1 {
  color:#1f407a;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  margin:0px;
  padding-bottom: 10px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/* END ====================== HEADINGS ===================== */
/* START ==================== TABLE ===================== */
table {
  margin: 0 0 15px;
  width: 100%;
}
table caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tr {
  border-bottom: 1px solid #e7e7e7;
}
table th {
  font-weight: 700;
  text-align: left;
}
table th, table td {
  padding: 10px;
}

/* END ====================== TABLE ===================== */

p, pre, blockquote, address {
  line-height: 1.4;
  margin: 0 0 15px;
}

strong {
  font-weight: 700;
}

/* START ==================== LISTS ===================== */
ul, ol, dl {
  margin: 0 0 15px;
  padding: 0;
}
ul:last-child, ol:last-child, dl:last-child {
  margin-bottom: 0;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul li.list-heading, ol li.list-heading {
  color: #999;
  font-weight: 700;
}

nav ul, nav ol {
  margin: 0;
}
nav ul li, nav ol li {
  margin-bottom: 0;
  line-height: 1;
}

/* START NESTED LISTS */
ul {
  list-style: inside disc;
  margin: 0 0 15px 0;
}
ul ul {
  margin: 0 0 0 35px;
}
ul ol {
  margin: 0 0 0 35px;
}

ol {
  list-style: inside decimal;
  margin: 0 0 15px 0;
}
ol ol {
  list-style-type: upper-alpha;
  margin: 0 0 0 35px;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ul {
  margin: 0 0 0 35px;
}

/* END NESTED LIST */
/* START DEFINITION LIST */
dt {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

dd {
  line-height: 1.5;
  margin: 0 0 15px;
}

/* END DEFINITION LIST */
em {
  line-height: 1.5;
}

/* END ====================== LISTS ===================== */
/* END ============================================
  BASE STYLES
================================================ */
/* START ==========================================
/* LAYOUT
================================================ */
.container {
  width: 950px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font:inherit;
  direction: ltr;
}

/* START ==========================================
/* HEADER
================================================ */
#header {
  padding: 0px;
  margin-bottom: 1px;
  overflow: hidden;
  direction:ltr;
}

/* ************************************************************
IMAGES
************************************************************ */
img {
  color: #4b515f;
  vertical-align: baseline;
}
img.logo_isn {
  padding: 0;
  margin: 0 0 0 1em;
}
img.logo_eth {
  padding: 0;
  margin: 0 0 6px 0;
}
img.logo_text {
  padding: 0;
  margin: .6em 0 .7em 1em;
}

/* ************************************************************
SLOGAN
************************************************************ */
.managinginformation  { position: absolute; margin: 2.9em 0 0 31em; }
.sharingknowledge { position: absolute; margin: 4.9em 0 0 38.2em; }
.mi,
.sk { font-size: 1.6em; color: #4C5160; }

.text_slogan {
  direction:ltr;
  font-size: 1.16em;
  font-weight: bold;
  color: #333;
  padding-left: 1em;
  line-height: 2em;
  letter-spacing: .06em;
}

.size12 { font-size: 1.2em; }


#header .tagline {
  direction:ltr;
  background: url(../images/tagline.png) no-repeat 11px 7px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  clear: both;
  min-height: 9px;
  padding: 7px 0 0;
  margin-bottom: 7px;
}

/* ************************************************************
headerlinks TOP
************************************************************ */
#headernavi {
  direction:ltr;
  background-color: #4B515F;
  line-height: 1.5em;
  padding: 1px 0;
}
#headernavi .headerlinks {
  /* font-size: 1.0em; */
  float:right;
  margin-right:20px;
  padding: 0;
}
#headernavi .headerlinks li {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0 .6em 0 0;
}
#headernavi ul {
  font-size: 1em;
}
#headernavi .headerlinks li a.active:link {
  font-weight: bold;
}
#headernavi .headerlinks a { text-decoration: none; font-size: 1.1em; }
#headernavi .headerlinks li a:link,
#headernavi .headerlinks li a:visited   { color: #FFF;  background-color: transparent; }
#headernavi .headerlinks li a:hover,
#headernavi .headerlinks li a:active,
#headernavi .headerlinks li a:focus   { color: #A8D0E5; background-color: transparent; }

/* ************************************************************
MAINNAVI
************************************************************ */
#mainnavi {
  direction:ltr;
  float: left;
  background-color: #4C5160;
}
#navlist,
#navlist li {
  margin: 0;
  padding: 0;
}
#navlist li {
  display: inline;
}
#navlist li a {
  color: #FFF;
  text-decoration: none;
  float: left;
  margin: 0;
  padding: .4em .44em .4em .46em;
  border-right: .1em solid #FFF;
  text-align: center;
}
#navlist li a:link,
#navlist li a:visited { background-color: #4B515F; }
#navlist li a:hover,
#navlist li a:active,
#navlist li a:focus,
#navlist li a.active:link,
#navlist li a.active:visited,
#navlist li a.active:hover,
#navlist li a.active:active,
#navlist li a.active:focus  { background-color: #0089CF; }

#navlist .mainnavi_small {
  width: 9em;
}
#navlist .mainnavi_big {
  width: 16em;
}
#mainnavi .mainnavi_span {
  font-size: 1.2em;
  color: #fff;
}

/* ************************************************************
SUBNAVI
************************************************************ */

ul#isn_cycle_sidebar {
  padding: 0;
  margin: 0;
  margin-bottom:34px;
  font-size: inherit;
}
ul#isn_cycle_sidebar li {
  line-height: 1.4em;
  margin-bottom: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: .09em solid #C9CACF;
}
ul#isn_cycle_sidebar li a {
  display: block;
  padding: .2em 0 .2em 1em;
  margin: 0 0 0 17px;
  text-decoration: none;
}
ul#isn_cycle_sidebar li a:link,
ul#isn_cycle_sidebar li a:visited { color: #333;  background: #fff url(../images/icons/subnavi_bar_grey.jpg) no-repeat center left; }
ul#isn_cycle_sidebar li a:hover   { color: #0089cf; background: #fff url(../images/icons/subnavi_bar_blue.jpg) no-repeat center left; }
ul#isn_cycle_sidebar li a:active,
ul#isn_cycle_sidebar li a:focus   { color: #0089cf; background: #fff url(../images/icons/subnavi_bar_blue.jpg) no-repeat center left; font-weight: bold; }

ul#isn_cycle_sidebar li a:link.sel,
ul#isn_cycle_sidebar li a:visited.sel,
ul#isn_cycle_sidebar li a:hover.sel,
ul#isn_cycle_sidebar li a:active.sel,
ul#isn_cycle_sidebar li a:focus.sel  { color: #0089cf; background: #fff url(../images/icons/subnavi_bar_blue.jpg) no-repeat center left; font-weight: bold; }

#sidebar_left p.subnavi_title {
    background-color: #0089CF;
    margin: 0 0 1px;
    padding: 5px 15px 5px 17px;
    height:18px;
}
a.subnavi_title,
a.subnavi_title:link,
a.subnavi_title:visited,
a.subnavi_title:hover {
    line-height: 1em;
    padding: 0;
    color: #FFF;
    background-color: transparent;
}
a.subnavi_title:active,
a.subnavi_title:focus {
    padding: 0;
    color: #FFF;
    background-color: transparent;
    font-weight: bold;
}

#sidebar_left {
  max-width:230px;
  min-width:230px;
  width:230px;
  min-height: 10em;
  direction:ltr;
}

#sidebar_left .box p {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
#sidebar_left .box img {
  margin: .4em .5em 0 0;
}
#sidebar_left .box ul {
  list-style-type: disc;
}
#sidebar_left .box ul li {
  margin: 0;
  padding: 0;
}
#sidebar_left .box {
  padding: 0;
  margin: 0 0 1em 0;
}
#sidebar_left .box {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#sidebar_left .box ul {
  margin: 0;
  padding: 0;
}
#sidebar_left .box li {
  padding-left: 1em;
  list-style: none;
}

.isn_cycle_sidebar_desc {
  margin: 0 0 20px !important;
}

.isn_cycle_sidebar_desc_inner {
  padding: 1em;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
}

.isn_cycle_sidebar_desc_inner p {
  display: inline !important ;
}

/* END ============================================
/* HEADER
================================================ */
/* START ==================== CONTENT ===================== */
#content {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 1.2em;
}

.main-content {
  float: left;
  width: 470px;
  margin: 0 10px 0 0;
  position: relative;
}

.entry a {
  background-color: transparent;
  border-bottom: 1px solid #025194;
  color: #025194;
  text-decoration: none;
}

.entry a:hover, .entry a:active, .entry a:focus {
  border-bottom: 0.09em solid #0089CF;
  color: #0089CF;
}

.entry ul li a {
  border-bottom:none;
}

.entry .wp-caption a {
  border:none;
}

#article {
  clear:both;
  margin-bottom: 15px;
}

.isn_cycle_desc {
  margin:0px 0px 10px;
  background-color: #0089cf;
  color: #fff;
  line-height: 28px;
  height: 28px;
  padding: 0 15px 0 17px;
}

.main-content ul {
    list-style: none outside url(../images/icons/subnavi_bar_grey.jpg);
    margin: 0 0 5px 17px;
    padding: 0;
}

.main-content ul li, .main-content ol li {
    margin: 0;
    padding: 1px 0;
  line-height: 1.4em;
}

/* END ====================== CONTENT ===================== */
/* START ==================== SEARCH BOX ===================== */
#search {
  margin: 0px 0 20px;
  direction:ltr !important;
}
#search fieldset {
  background-color: #eaecee;
  padding: 8px 10px;
  border: 1px solid #C9CACF;
}
#search input[type="text"], #search select {
  width: 178px;
  height: 19px;
  padding: 0;
  border: 1px solid #ccc;
  margin: 0 9px 7px 0;
}
#search select {
  font-weight: bold;
  height: 21px;
}
#search .btn-search {
  background-color: #4C5160;
  color: #fff;
  font-size: 13px;
  float: right;
  width: 65px;
  height: 21px;
  line-height: 21px;
  border: none;
  cursor: pointer;
}
#search span.link {
  float: left;
  width: 190px;
}
#search span.link a {
  background: url(../images/i-rarr-dark-s.gif) no-repeat left 5px;
  border:none;
  color: #333333;
  line-height: 18px;
  padding-left: 10px;
}
#search span.link a:hover {
  background-image: url(../images/i-rarr-light-s.gif);
  border:none;
  color: #0089cf;
}
#search .btn-help {
  color: #4C5160;
  line-height: 18px;
  text-align: center;
  float: right;
  width: 63px;
  height: 18px;
  border: solid 1px #4C5160;
  cursor: pointer;
}
#search .hide {
  display: none;
}


/* END ====================== SEARCH BOX ===================== */
/* START ==========================================
/* FOOTER
================================================ */
#footer {
  font-size: 11px;
  clear: both;
  padding: 7px 0;
  margin: 0 240px;
  border-top: 1px solid #C9CACF;
}

/* START ============ FOOTER NAVIGATION ===================== */
.footer-nav {
  margin-bottom: 5px;
}
.footer-nav li {
  float: left;
  margin: 0 7px 0 0;
}
.footer-nav a {
  color: #333;
}
.footer-nav a:hover {
  color: #0089cf;
}

/* END ====================== FOOTER NAVIGATION ===================== */
.copyright-info {
  color: #767676;
  text-align: center;
  clear: both;
  margin-bottom: 0;
}
.copyright-info a {
  color: #333;
}
.copyright-info a:hover {
  color: #0089cf;
}

/* END ==========================================
/* FOOTER
================================================ */
/* END ============================================
/* LAYOUT
================================================ */
/* START ==========================================
/* WORDPRESS
================================================ */
/* START ==========================================
/* SIDEBAR
================================================ */
.sidebar {
  color: #4d4d4d;
  direction: ltr;
  width: 230px;
  position: relative;
  overflow: hidden;
}
.sidebar a {
  color: #4d4d4d;
}
.sidebar a:hover, .sidebar a:focus {
  color: #0089cf;
}
.sidebar ul {
  list-style: none;
  margin: 0;
}

.widget {
  margin-bottom: 10px;
}
.widget.primary-box {
  background-color: #e5f3fa;
  padding-bottom: 15px;
}
.widget.secondary-box {
  background-color: #eaecee;
  padding-bottom: 15px;
}
.widget:last-child {
  border-bottom: none;
}
.widget li {
  margin: 2px 0px;
}
.widget li a {
  line-height: 1.4;
  display: block;
}
.widget > ul {
  padding: 0 10px 0 18px;
}
.widget > ul a {
  background: url(../images/i-rarr-dark-s.gif) no-repeat 0px 0.4em;
  padding-left: 12px;
}
.widget > ul a:hover {
  background-image: url(../images/i-rarr-light-s.gif);
}

.widget-title {
  background-color: #eaecee;
  font-size: 12px;
  line-height: 18px;
  height:18px;
  padding: 5px 10px 5px 17px;
  margin-bottom: 8px;
}
.primary-box .widget-title {
  background-color: #0089cf;
  color: #fff;
}
.secondary-box .widget-title {
  background-color: #4c5160;
  color: #fff;
}

.sidebar .tagcloud, .sidebar .textwidget, .sidebar .wp-polls, .sidebar div.ctc {
  padding: 0 10px 17px 17px;
}

.sidebar .FlexoArchives_widget_archives , .sidebar .widget_recent_entries , .sidebar .widget_links {
  padding-bottom: 17px;
}

.sidebar .widget_mky_blog_fullwidth_widget h4 , .sidebar .execphpwidget h4 {
  margin-bottom:0px;
}

.sidebar .fullwidthwidget a , .sidebar .execphpwidget a {
  display: inline-block;
  padding: 10px 10px 10px 17px;
  border-bottom:solid 1px #ccc;
}

.sidebar .fullwidthwidget a:last-child , .sidebar .execphpwidget a:last-child {
  border-bottom:none;
}

.sidebar .execphpwidget .blogroll {
  padding-left: 0;
}
.sidebar .blogroll {
  padding: 0 10px 0 17px;
}
.sidebar .blogroll a {
  background: url(../images/i-rarr-dark-s.gif) no-repeat left 3px;
  padding-left: 12px;
}
.sidebar .blogroll a:hover {
  background-image: url(../images/i-rarr-light-s.gif);
}

.primary-box ul, .primary-box .textwidget, .secondary-box ul, .secondary-box .textwidget {
  padding-bottom: 0 !important;
}

/* START ==================== PARTNERSHIP TEXT WIDGET ===================== */
.list-partners li {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin-bottom: 25px;
}
.list-partners a {
  display: block;
}
.list-partners .logo-eir {
  background-position: 0 -123px;
  width: 200px;
  height: 33px;
}
.list-partners .logo-go {
  background-position: 0 -70px;
  width: 200px;
  height: 33px;
}
.list-partners .logo-iss {
  background-position: 0 0;
  width: 200px;
  height: 50px;
}
.list-partners .logo-ps {
  background-position: 0 -176px;
  width: 200px;
  height: 22px;
}

/* END ====================== PARTNERSHIP TEXT WIDGET  ===================== */
/* START ==================== LANGUAGE SELECTOR ===================== */
#lang_sel li ul {
  margin-top: 5px;
}
#lang_sel a {
  background-color: #4c5160;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  color: white;
  display: block;
  padding: 5px 18px;
}
#lang_sel a:hover {
  background-color: #0089cf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  color: #fff;
}

/* END ====================== LANGUAGE SELECTOR ===================== */
/* START ==================== FLEXO ARCHIVES ===================== */
.flexo-list {
  margin: 3px 0 3px 12px !important;
}

/* END ====================== FLEXO ARCHIVES ===================== */

/* START ==================== TAG CLOUD ===================== */
.ctc a {
  color: #4d4d4d !important;
}
.ctc a:hover {
  color: #0089cf !important;
}

/* END ====================== TAG CLOUD ===================== */
/* START ==================== WP POLLS ===================== */
.wp-polls li {
  padding-bottom: 4px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 7px;
  position: relative;
}
.wp-polls li:last-child {
  border-bottom: none;
}
.wp-polls input[type="radio"] {
  position: absolute;
  left: 0;
  top: 1px;
}
.wp-polls label {
  padding-left: 18px !important;
}
.wp-polls input[type="button"] {
  background-color: #0089cf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  color: #fff;
  padding: 5px 8px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.wp-polls input[type="button"]:hover {
  background-color: #0089cf;
}
.wp-polls .pollbar {
  display: none;
}

/* END ====================== WP POLLS ===================== */
.widget_categories select {
  padding: 5px;
  border: 1px solid #e8e8e8;
  margin-left: 18px;
}

.widget_nav_menu .sub-menu, .widget_pages .children {
  padding-left: 18px;
  border-left: 1px solid #e8e8e8;
  margin: 5px 0 0 0;
}

.widget_recent_entries .post-date {
  color: #737373;
  font-size: 10px;
  font-style: italic;
  text-align: right;
  display: block;
  margin-top: 3px;
  position: relative;
}
.widget_recent_entries .post-date:after {
  content: '';
  background: #e8e8e8;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

ul#recentcomments li {
  padding-bottom: 7px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 7px;
}
ul#recentcomments li:last-child {
  border-bottom: none;
}
ul#recentcomments li a {
  background: none;
  text-decoration: underline;
}

/* START ==================== WP CALENDAR ===================== */
#wp-calendar {
  margin-bottom: 0;
}
#wp-calendar caption {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
}
#wp-calendar a {
  display: block;
  height: 100%;
}
#wp-calendar #today, #wp-calendar #prev, #wp-calendar #next {
  background: #f9f9f9;
  font-weight: 700;
}
#wp-calendar tfoot tr {
  border: none;
}

/* END ====================== WP CALENDAR ===================== */
/* END ============================================
/* SIDEBAR
================================================ */
/* START ==========================================
/* WP COMMNETS
================================================ */
.no-comments {
  clear: both;
}

.comments-navigation {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 15px;
  overflow: hidden;
}

.comments-list {
  list-style: none;
  margin: 0 0 15px 0;
}
.comments-list li.comment, .comments-list li.trackback, .comments-list li.pingback {
  padding: 5px 10px 10px 64px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  position: relative;
}
.comments-list li.comment .comment-author, .comments-list li.trackback .comment-author, .comments-list li.pingback .comment-author {
  padding: 0 170px 0 0;
}
.comments-list li.comment .comment-author a, .comments-list li.trackback .comment-author a, .comments-list li.pingback .comment-author a {
  color: #333333;
}
.comments-list li.comment .comment-author img.avatar, .comments-list li.trackback .comment-author img.avatar, .comments-list li.pingback .comment-author img.avatar {
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  position: absolute;
  top: 7px;
  left: 7px;
}
.comments-list li.comment .comment-meta, .comments-list li.trackback .comment-meta, .comments-list li.pingback .comment-meta {
  font-size: 9px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 5px;
}
.comments-list li.comment .comment-meta a, .comments-list li.trackback .comment-meta a, .comments-list li.pingback .comment-meta a {
  color: #666666;
}
.comments-list li.comment .comment-meta a:hover, .comments-list li.comment .comment-meta a:focus, .comments-list li.trackback .comment-meta a:hover, .comments-list li.trackback .comment-meta a:focus, .comments-list li.pingback .comment-meta a:hover, .comments-list li.pingback .comment-meta a:focus {
  text-decoration: underline;
}
.comments-list li.comment p, .comments-list li.trackback p, .comments-list li.pingback p {
  margin: 5px 0 12px;
}
.comments-list li.comment .reply, .comments-list li.trackback .reply, .comments-list li.pingback .reply {
  margin-bottom: 5px;
}
.comments-list li.comment .reply a, .comments-list li.trackback .reply a, .comments-list li.pingback .reply a {
  font-size: 12px;
}
.comments-list li.comment .reply a:hover, .comments-list li.comment .reply a:focus, .comments-list li.trackback .reply a:hover, .comments-list li.trackback .reply a:focus, .comments-list li.pingback .reply a:hover, .comments-list li.pingback .reply a:focus {
  text-decoration: underline;
}
.comments-list li.comment ul.children, .comments-list li.trackback ul.children, .comments-list li.pingback ul.children {
  list-style: none;
  margin: 12px 0 0;
}
.comments-list li.comment ul.children li, .comments-list li.trackback ul.children li, .comments-list li.pingback ul.children li {
  margin: 0;
}
.comments-list li.comment ul.children li.odd, .comments-list li.trackback ul.children li.odd, .comments-list li.pingback ul.children li.odd {
  background: #f9f9f9;
}
.comments-list li.comment ul.children li.even, .comments-list li.trackback ul.children li.even, .comments-list li.pingback ul.children li.even {
  background: #f4f4f4;
}

#respond {
  font-size: 18px;
  line-height: 1.4;
  direction: ltr;
  clear: both;
  position: relative;
}
.comment #respond {
  margin-top: 15px;
}

#reply-title {
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
}

#commentform p {
  margin-bottom: 20px;
  overflow: hidden;
}
#commentform label {
  font-size: 13px;
  line-height: 40px;
}
#commentform .required {
  color: red;
  font-size: 11px;
}
#commentform input[type="text"], #commentform textarea {
  background: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 1px 1px 10px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 10px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 10px rgba(200, 200, 200, 0.2);
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
  background: #fff;
  color: #333;
  border-color: #ccc;
}
#commentform input[type="text"] {
  float: left;
  width: 250px;
  padding: 10px 5px;
  margin-right: 15px;
}
#commentform textarea {
  line-height: 1.4;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input[type="submit"] {
  background-color: #0089cf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  color: #fff;
  padding: 9px 15px;
  border: none;
}
#commentform input[type="submit"]:hover {
  background: #0089cf;
}
#commentform p.comment-notes, #commentform p.form-allowed-tags {
  color: #666666;
  font-size: 11px;
}
#commentform p.comment-form-comment {
  margin-bottom: 10px;
}
#commentform p.comment-form-comment label {
  line-height: 25px;
}
#commentform p.form-submit {
  margin-bottom: 0;
}

/* END ============================================
/* WP COMMENTS
================================================ */
/* START ==================== WP GENERATED CLASSES ===================== */
.wp-caption {
  max-width: 470px !important;
  width:470px !important;
  text-align: left;
  margin-bottom:15px;
  position: relative;
  overflow: hidden;
  font-size: .9em;
}
.wp-caption a {
  display: inline-block;
  height: 100%;
  margin-bottom: 5px;
}
.wp-caption img {
  overflow: hidden;
}

.wp-caption-text {
  text-align: left;
  padding:0px;
  margin-bottom: 0;
}

.wp-caption {
  clear:both;
}

/* END ====================== WP GENERATED CLASSES ===================== */
/* END ============================================
/* WORDPRESS
================================================ */
/* START ==========================================
/* WP TEMPLATES
================================================ */
/* START ==========================================
/* TEMPLATE BLOG
================================================ */
.blog .type-post, .search-results .type-post, .archive .type-post {
  clear: both;
  padding-bottom: 15px;
  border-bottom: 1px double #C9CACF;
  margin-bottom: 15px;
  padding-top: 0px;
}
.blog .type-post:last-child, .search-results .type-post:last-child, .archive .type-post:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.lang-buttons {
  direction: ltr;
  float: right;
  margin-bottom: 10px;
}
.lang-buttons a {
  background-color: #eee;
  color: #333333;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 4px 8px;
  border:solid 1px #e0e0e0;
}
.lang-buttons a:hover {
  background-color: #0089cf;
  color: #fff;
}

.post-title {
  font-family: "Times New Roman", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.1;
  direction: ltr;
  margin-bottom: 10px;
}
.post-title a {
  color: #333333;
}
.post-title a:hover, .post-title a:focus {
  color: #0089cf;
}

.post-meta {
  color: #70747f;
  line-height: 18px;
  direction: ltr;
  overflow: hidden;
}
.post-meta span.date {
  margin-right: 3px;
  padding-right: 6px;
  border-right: 1px solid #70747F;
  font-size:11px;
}
.post-meta a {
/*  background: url(../images/i-rarr-dark-s.gif) no-repeat left 3px; */
  color: #1d517e;
  font-size: 11px;
  font-weight: bold;
}
.post-meta a:hover {
  color: #0089cf;
}

.post-meta.authors a {
/*  background: url(../images/i-rarr-dark-s.gif) no-repeat left 3px; */
  color: #1d517e;
  font-size: 1em;
  font-weight: normal;
}


.addthis_toolbox, .comments-count {
  float: left;
  margin-bottom: 20px;
}

.comments-count {
  line-height: 1.4;
}

.tags {
  clear: both;
  font-weight: bold;
  line-height: 1.4em;
}
.tags a {
  border: none;
}
.tags a:hover {
  border:none;
}

/* START ==================== PAGINATION PREV-1-2-3-NEXT ===================== */
.archive-pagination {
  clear: both;
  float: right;
  width: 100%;
  padding-top: 10px;
}
.archive-pagination .index {
  font-weight: 700;
  line-height: 28px;
  float: left;
}
.archive-pagination ul {
  list-style: none;
  float: right;
  margin-left: 0;
}
.archive-pagination li {
  float: left;
  margin: 0 0 0 2px;
}
.archive-pagination li a, .archive-pagination li span {
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: block;
  min-width: 8px;
  padding: 7px;
}
.archive-pagination li a:hover, .archive-pagination li .current {
  background: #0089cf;
  color: #fff;
}

.single-page-pagination li a {
  margin-left: 4px;
}

/* END ====================== PAGINATION PREV-1-2-3-NEXT ===================== */
/* END ============================================
/* TEMPLATE BLOG
================================================ */
/* START ==========================================
/* TEMPLATE SINGLE
================================================ */
.single-post .type-post {
  margin-bottom: 15px;
}
.single-post .entry {
  margin-bottom: 15px;
}

/* START ==================== SINGLE NAVIGATION PREV-NEXT ===================== */
.single-post-nav {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  overflow: hidden;
}

.prev-post {
  float: left;
  width: 45%;
}

.next-post {
  float: right;
  width: 45%;
  text-align: right;
}

/* END ====================== SINGLE NAVIGATION PREV-NEXT ===================== */
/* START ==================== SINGLE PAGINATION 1-2-3 ===================== */
.single-page-pagination {
  clear: both;
  overflow: hidden;
}
.single-page-pagination .index {
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  border: none;
  margin-right: 10px;
}
.single-page-pagination span, .single-page-pagination a {
  background: #fff;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  float: left;
  min-width: 10px;
  padding: 7px 10px;
  border: 1px solid #e7e7e7;
  margin-left: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.single-page-pagination a:hover, .single-page-pagination:focus, .single-page-pagination .current {
  background: #0089cf;
  color: #fff;
}

/* END ====================== SINGLE PAGINATION 1-2-3 ===================== */
/* END ============================================
/* TEMPLATE SINGLE
================================================ */
/* END ============================================
/* WP TEMPLATES
================================================ */
/* START ==========================================
    HELPER CLASSES
================================================ */
/* START ==================== BUTTONS ===================== */
a.btn-primary, .btn-primary {
  background-color: #0089cf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  color: #fff;
}
a.btn-primary:hover, a.btn-primary:focus, .btn-primary:hover, .btn-primary:focus {
  background-color: #0089cf;
}

a.btn-secondary, .btn-secondary {
  background-color: #4c5160;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  color: white;
}
a.btn-secondary:hover, a.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:focus {
  background-color: #4c5160;
}

/* END ====================== BUTTONS ===================== */
.block {
  margin-bottom: 15px;
}

.unstyled {
  margin-left: 0;
}
.unstyled li {
  list-style: none;
}

.list-desc {
  margin-bottom: 7.5px;
}

.clear , .clearboth {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.align-left, .alignleft {
  float: left;
  margin: 0 25px 10px 0;
}

.align-right, .alignright {
  float: right;
  margin: 0 0 10px 25px;
}

.align-center, .aligncenter {
  clear: both;
  display: block;
  margin: 0 0 15px 0;
}

img.align-left, img.alignleft, img.align-right, img.alignright, img.align-center, img.aligncenter {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-uc {
  text-transform: uppercase !important;
}

.text-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden !important;
}

.block {
  display: block !important;
}

/* START ==================== FIRST & LAST CHILDS ===================== */
.first-child-hz {
  margin-left: 0 !important;
}

.last-child-hz {
  margin-right: 0 !important;
}

.first-child-vc {
  margin-top: 0 !important;
}

.last-child-vc {
  margin-bottom: 0 !important;
}

.first-child {
  margin: 0 !important;
}

.last-child {
  margin: 0 !important;
}

/* END ==================== FIRST & LAST CHILDS ===================== */
/* START ==================== BOILERPLATE ===================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be
 * focusable when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}


/* ************************************************************
HR
************************************************************ */

hr {
    background:none repeat scroll 0 0 #ddd;
    clear:both;
    color:#ddd;
    float:none;
    height:1px;
    margin:0 0 17px;
    width:100%;
    font:inherit;
    padding:0;

    background-color: #fff; /* Firefox */
    color: #fff; /* IE */
    padding: 0;
    margin: .7em 0;
    border:medium none;
    border-bottom: .1em solid #C9CACF;
}
hr.overview {
    clear: both;
    background-color: #fff; /* Firefox */
    color: #fff; /* IE */
    padding: 1em 0 0 0;
    margin: 0 0 1em 0;
    border-bottom: .1em solid #C9CACF;
}
hr.hidden {
    background-color: #fff; /* Firefox */
    color: #fff; /* IE */
    padding: 0;
    margin: .5em 0;
    border: none;
}
hr.hidden0 {
    background-color: #fff; /* Firefox */
    color: #fff; /* IE */
    padding: 0;
    margin: 0;
    border: none;
}
hr.header {
    background-color: #fff; /* Firefox */
    height: 1px;
    padding: 2px 0;
    margin: 0;
    border-bottom: 1px solid #4C5160;
}
hr.row_grey {
    background-color: #fff; /* Firefox */
    color: #fff; /* IE */
    padding: 0em;
    margin: 0 0 2.5em 0;
    border-bottom: 1.5em solid #E6EAEC;
    clear: both;
}
hr.row_white {
    background-color: #fff; /* Firefox */
    color: #fff; /* IE */
    padding: 0em;
    margin: 0 0 2.5em 0;
    border-bottom: 0em solid #fff;
    clear: both;
}
hr.footer {
  background-color: #fff; /* Firefox */
  color: #fff; /* IE */
  height: .1em;
  margin: .7em 0 .4em 0;
  padding: 0em;
  border-bottom: .1em solid #C9CACF;
}


/* END ====================== BOILERPLATE ===================== */
/* END ============================================
/* HELPER CLASSES
================================================ */
/* START ==========================================
/* Media
================================================ */
/* ==================== Print ===================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* END ============================================
/* Media
================================================ */

a.more-link {
  border: medium none;
  color: #333333;
}
a.more-link:hover {
  border:none;
}

#flexo-archives-2 ul {
  margin:2px 0px;
}

.textwidget {
  line-height: 1.4em;
}

.box {
    background:#FFF none repeat scroll 0% 50%;
    margin-bottom:0;
    padding:0;
}


/* ************************************************************
SIDEBAR SECTIONHEADERS
************************************************************ */

.sidebar-header {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 18px;
    height:18px;
    margin-left: 0;
    padding: 5px 15px 5px 17px;
}

.sidebar-header.darkblue {
  background-color: #0089CF;
}

.sidebar-header.darkgray {
  background-color: #4C5160;
}

.sidebar-header.lightgray {
  background-color: #eaecee;
  color: #333333;
}

/* ************************************************************
SNIPPETLIST
************************************************************ */
.snippetlist.box p {
  line-height: 1.4em;
  padding:0;
  margin:0;
}
.snippetlist.box {
  margin: 0 0 0px 0 !important;
}

.snippetlist-header {
  padding: 5px 0 5px 8px;
  height: 18px;
}

.snippetlist-header.darkblue {
  background-color: #0089CF;
}

.snippetlist-header.darkgray {
  background-color: #4C5160;
}

.snippetlist-header.lightgray {
  background-color: #eaecee;
}

.snippetlist-title {
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 4px;
  margin-left: 6px;
}

.snippetlist-title.darkblue {
  background-color: #0089CF;
}

.snippetlist-title.darkgray {
  background-color: #4C5160;
}

.snippetlist-title.lightgray {
  background-color: #eaecee;
  color: #333333;
}

.snippetlist a {
    color: #0089CF;
    text-decoration: underline !important;
    border:none !important;
}

div.snippetlist-content {
  margin:0;
  padding: 11px 10px 11px 18px;
  border-top: 1px solid #ccc;
}

div.snippetlist-content h2 {
  background: url(../images/icons/subnavi_bar_blue.png) no-repeat scroll 0px 2px transparent;
  margin: 0 0 2px 1px;
  padding: 0 0 0 10px;
}

div.snippetlist-content div.body {
  color: #333333;
  margin: 0 0 0 1px;
  padding: 0 0 0 12px;
}

div.snippetlist-content div.body p {
  display: inline !important ;
}

.snippetlist-content.first {
  border: none;
}

/*
.snippetlist div.snippetlist-content.first.alt h2 ,
.snippetlist div.snippetlist-content.alt h2
{
  background: url("../../images/icons/subnavi_bar_blue.png") no-repeat scroll 0px 2px transparent;
}
*/

.snippetlist div.snippetlist-content.first.alt a.endlink,
.snippetlist div.snippetlist-content.alt a.endlink {
      background: url(../images/icons/more_black.gif) no-repeat scroll 0 0.4em transparent;
}

.snippetlist div.snippetlist-content.first.alt-lightblue,
.snippetlist div.snippetlist-content.alt-lightblue
{
  background-color: #e5f3fa;
}

.snippetlist div.snippetlist-content.first.alt-lightgray,
.snippetlist div.snippetlist-content.alt-lightgray
{
  background-color: #eaecee;
}

.snippetlist div.snippetlist-content.first.alt div.body p ,
.snippetlist div.snippetlist-content.alt div.body p
{
  color: #000 !important;
}








/* footer links styles */
#footer_links {
  float:left;
  clear:both;
  width:950px;
  margin-top:60px;
  text-align:center;
}

#footer_links * {
  font-size:12px !important;
}

#footer_links_ic {
  margin:0px auto;
  width:800px;
  text-align:center;
}
#footer_links ul {
  width:100%;
  margin:0px;
  padding:0px;
  list-style:none;
}
#footer_links ul > li {
  display:inline-block;
  padding:0px 0px 0px 10px;
  margin:0px 20px 0px 0px;
  background-image: url(../images/icons/subnavi_bar_grey.jpg);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  list-style:none;
}
#footer_links ul > li:last-child {
  margin-right:0px;
}

/* page footer styles */
#footer_oc {
  width:100%;
  text-align:center;
  background:#eaecee;
  border-top:solid 1px #C9CACF;
}

#footer_ic {
  text-align:left;
  width:950px;
  margin:0px auto;
  min-height:190px;
}

.footer_title {
  clear:both;
  font-weight:bold;
  font-size:14px;
  border-bottom: solid 1px #4B515F;
  margin:20px 0px 10px;
  padding:0px 16px 5px;
}

.footer_text {
  font-size:12px;
  line-height:normal;
  padding:0px 16px;
  min-height:45px;
}

.footer_text * {
  font-size:12px;
}

.footer_text .footer_link {
  padding-left:10px;
  background:url("../images/i-rarr-dark-s.gif") no-repeat scroll left 3px transparent;
}

#footer_list ul , #footer_list li {
  list-style:none;
  margin:0px;
  padding:0px;
}

#footer_list li {
  line-height:normal;
  padding-bottom:5px;
}

.follow_icon_link , .follow_icon {
  display:block;
  float:left;
  width:30px;
  height:30px;
  margin-right:1px;
}

.footer_text > .follow_icon_link:last-child {
  float:right;
}

#footer_eth_logo , #footer_css_logo {
  display:inline-block;
  float:left;
  width:60px;
  height:30px;
}

#footer_eth_logo {
  width:127px;
  margin-left:11px;
}

#finalcopy {
  display:none;
  clear:both;
  font-size:8px;
  margin:5px 0px 3px;
  color:#767676;
}


#contentNav {
  border:none;
  display:inline-block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:18px;
  padding-left:10px;
  width:210px;
}

#contentNav ul {
  list-style: none;
  border-bottom: 1px solid #c9cfd2;
  width:210px;
}

#contentNav li {
  width:210px;
  font-size:14px;
  line-height:18px;
  margin: 0px 10px 0px 0px;
  border-top: 1px solid #c9cfd2;
}

#contentNav li a {
  display: block;
  color: #333333;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-wrap: break-word;
}

#contentNav li a:hover {
  background-color: #F6F7F8;
}

#contentNav li.cur > a {
  background-color: #F6F7F8 !important;
  color: #003C69 !important;
  font-weight: bold !important;
}

/* SOCIAL MEDIA BUTTONS */
#social {
  margin-top:3px;
  display:flex;
  justify-content:space-between;
}

.follow_icon_link , .follow_icon {
	display:block !important;
	float:left !important;
	width:30px !important;
	height:30px !important;
	margin:0px !important;
  padding:0px !important;
  border:none !important;
}

#fo_mail {
	background-image:url(../images/icons/footer/mail.png);
}

#fo_rss {
	background-image:url(../images/icons/footer/rss.png);
}

#fo_youtube {
	background-image:url(../images/icons/footer/youtube.png);
}

#fo_linkedin {
	background-image:url(../images/icons/footer/linkedin.png);
}

#fo_googleplus {
	background-image:url(../images/icons/footer/googleplus.png);
}

#fo_twitter {
	background-image:url(../images/icons/footer/twitter.png);
}

#fo_facebook {
	background-image:url(../images/icons/footer/facebook.png);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
