html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/* 
=======================
RESETS
======================= 
*/
/* 
$ 1.1 Reset 1 --- html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark
----------------------
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

textarea { overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }

input[type="checkbox"] { vertical-align: bottom; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

.ie6 input { vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }

/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

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

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

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

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

mark { background: #ff0; color: #000; }

/** 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; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

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

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** 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 Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
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. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

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

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

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

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 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 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/* 
$ 1.2 Reset 2 --- others
----------------------
*/
* { margin: 0; padding: 0; }

:focus { outline: 0; }

a img, iframe { border: none; }

ol, ul { list-style: none; }

select { margin: inherit; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

a:link, a:hover, a:visited, a:active { text-decoration: none; }

div, nav, span, section, article, h1, h2, h3, h4, h5, h6, p, ul, ol, li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* 
=======================
END RESET
======================= 
*/
/* 
=======================
LAYOUT
======================= 
*/
/*COLORS*/
/*shape colors*/
/*VARIABLES*/
/*MIXINS*/
/*animations*/
@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); }
  100% { -webkit-transform: none; transform: none; } }

@keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); }
  100% { -webkit-transform: none; transform: none; } }

@-webkit-keyframes smoke-clouds { 0% { opacity: 0; position: absolute; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
  10% { opacity: 1; position: absolute; }
  100% { opacity: 0; position: absolute; bottom: 180px; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); transform: scale(1.5); } }

@keyframes smoke-clouds { 0% { opacity: 0; position: absolute; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
  10% { opacity: 1; position: absolute; }
  100% { opacity: 0; position: absolute; bottom: 180px; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); transform: scale(1.5); } }

@-webkit-keyframes smoke-clouds-low { 0% { opacity: 0; position: absolute; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
  10% { opacity: 1; position: absolute; }
  100% { opacity: 0; position: absolute; bottom: 150px; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); transform: scale(1.5); } }

@keyframes smoke-clouds-low { 0% { opacity: 0; position: absolute; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
  10% { opacity: 1; position: absolute; }
  100% { opacity: 0; position: absolute; bottom: 150px; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); transform: scale(1.5); } }

@-webkit-keyframes numbers { 0% { opacity: 0; top: 100; }
  10% { opacity: 1; }
  100% { top: -50px; } }

@keyframes numbers { 0% { opacity: 0; top: 100; }
  10% { opacity: 1; }
  100% { top: -50px; } }

html { font-size: 62.5%; }

/*FONT SIZE*/
/*TEXT*/
h1 { font-size: 28px; font-size: 2.8rem; line-height: 35px; line-height: 4.2rem; font-weight: 700; color: #304f75; margin: 0 0 20px 0; }

h2 { font-size: 24px; font-size: 2.4rem; line-height: 30px; line-height: 3.6rem; margin: 0 0 15px 0; }

h3 { font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; margin: 0 0 15px 0; }

h4 { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; }

h5 { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; }

h6 { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }

p, li { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }

p { padding: 0 0 15px 0; }

strong { font-weight: 700; }

html, body { height: 100%; }

body { font-family: "franklin-gothic-urw",sans-serif; font-weight: 400; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; color: #304f75; }

header, div, nav, span, section, article, aside, h1, h2, h3, h4, h5, h6, p, ul, ol, li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#fancybox-inner, #fancybox-wrap { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; font-weight: normal; font-style: normal; }

a:link, a:hover, a:visited, a:active { color: #304f75; }

.center-wrapper { width: 100%; max-width: 1200px; margin: 0 auto; }

.main-content { clear: both; background: white; }

.push-content { min-height: 100%; height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ height: 100%; margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */ padding: 0 0 100px 0; }

.footer, .push { height: 55px; /* .push must be the same height as .footer */ }

nav ul { margin: 0; padding: 0; list-style: none; }
nav li { display: inline-block; }

.row { width: 100%; display: block; clear: both; vertical-align: top; padding: 5px 0; }

.half-column { width: 47%; display: inline-block; vertical-align: top; }
.half-column + .half-column { float: right; }

.two-third-column { width: 66%; display: inline-block; vertical-align: top; }
.two-third-column + .one-third-column { width: 33%; display: inline-block; float: right; }

.one-third-column { width: 33%; display: inline-block; vertical-align: top; }
.one-third-column + .two-third-column { width: 66%; display: inline-block; float: right; }

.one-fourth-column { width: 22%; display: inline-block; vertical-align: top; }
.one-fourth-column:last-child { float: right; }

.three-fourth-column { width: 75%; display: inline-block; vertical-align: top; padding: 0 10px 0 0; }
.three-fourth-column:last-child { float: right; }
.three-fourth-column:only-child { float: left; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] { padding: 5px 10px; border: 1px solid #121e2d; border-radius: 4px; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; box-sizing: border-box; }

input[type="checkbox"], input[type="radio"] { vertical-align: middle; }

input[type="submit"] { background: #304f75; border: none; color: white; padding: 5px 10px; border-radius: 4px; margin: 5px 0; }

textarea { padding: 5px 10px; border: 1px solid #121e2d; border-radius: 4px; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; width: 90%; min-height: 100px; }

.float-right { float: right; }

.only-print { display: none; }

/* thanks to http://codepen.io/geoffyuen/pen/FCBEg --> this bite of code is copied from this URL, but slightly customized. */
.rwd-table { margin: 10px 0; min-width: 300px; width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }
.rwd-table tr { border-bottom: 1px solid #c6e7c7; }
.rwd-table tr:last-child { border-bottom: none; }
.rwd-table tr:hover { background: #a2d8a4; }
.rwd-table th { display: none; font-weight: bold; background: #b5cbd3; }
@media (min-width: 600px) { .rwd-table th th { padding: 4px; }
  .rwd-table th th:last-child { padding-right: 0; } }
.rwd-table td { display: block; }
.rwd-table td:first-child { padding-top: 9px; }
.rwd-table td:last-child { padding-bottom: 9px; }
.rwd-table td a { border: none; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }
.rwd-table td a:hover { cursor: pointer; }
.rwd-table td:before { content: attr(data-th) ": "; font-weight: bold; width: 6.5em; display: block; }
@media (min-width: 600px) { .rwd-table td:before { display: none; } }
.rwd-table th, .rwd-table td { text-align: left; }
@media (min-width: 600px) { .rwd-table th, .rwd-table td { display: table-cell; padding: 0px 4px; }
  .rwd-table th:last-child, .rwd-table td:last-child { padding-right: 0; } }

/*end thanks http://codepen.io/geoffyuen/pen/FCBEg*/
/* 
=======================
END LAYOUT
======================= 
*/
/* 
=======================
PROJECT STYLES
======================= 
*/
body { border-top: 5px solid #304f75; }

.header { background: #f5f8f9; padding: 10px 0; }

.logo { margin: -75px 0 0 0; }
.logo a { display: block; }

.main-menu { background: #d0d5da; padding: 7px 0; }
.main-menu ul { margin: 0; padding: 0; }
.main-menu li { margin: 0 35px 0 0; padding: 0; vertical-align: top; border-bottom: 3px solid transparent; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }
.main-menu li.brcm-current-node, .main-menu li.brcm-active-node { position: relative; border-bottom: 3px solid #304f75; font-weight: 700; }
.main-menu li:hover { position: relative; border-bottom: 3px solid #304f75; }
.main-menu li.brcm-current-node:after, .main-menu li.brcm-active-node:after { content: url(../img/arrow-down.png); position: absolute; bottom: -18px; left: 50%; margin: 0 0 0 -7px; }
.main-menu .brcm-navigation { display: inline-block; }

.secondary-menu { width: 20%; display: inline-block; vertical-align: top; background: #f5f8f9; padding: 10px; }
.secondary-menu li { display: block; width: 100%; border-bottom: 1px dotted #6cc170; margin: 0 0 10px 0; }
.secondary-menu li.brcm-current-node a, .secondary-menu li:hover a { background: #d5e2e6; }
.secondary-menu li a { color: #304f75; width: 100%; display: block; padding: 3px; box-sizing: border-box; }

.center-content { width: 75%; display: inline-block; vertical-align: top; float: right; }

#pull { display: none; }

.footer { background: #304f75; position: relative; text-align: center; color: white; padding: 20px 0; margin: 100px 0 0 0; }
.footer p { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; }
.footer a { color: white; }
.footer:before { content: url(../img/factory.png); position: absolute; left: 50%; margin: 0 0 0 -366px; top: -150px; }

p.credits { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; }
p.credits .credits-title, p.credits img { display: inline-block; vertical-align: middle; }

.top-actions ul.login, .top-actions ul.top-menu, .top-actions .brcm-language-selection { display: inline-block; vertical-align: top; text-align: right; float: right; margin: 0 0 0 30px; }
.top-actions ul.login li, .top-actions ul.top-menu li, .top-actions .brcm-language-selection li { display: inline-block; vertical-align: top; }
.top-actions .brcm-language-selection { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }
.top-actions .brcm-language-selection span { font-weight: 700; }
.top-actions ul.login { background: url(../img/icon-locker.png) no-repeat; padding: 0 0 0 25px; }
.top-actions ul.login li { border-right: 1px solid #304f75; padding: 0 10px 0 5px; }
.top-actions ul.login li:last-child { border: none; }
.top-actions a { text-decoration: underline; }
.top-actions .ieta { display: block; float: right; clear: both; padding: 5px 0; }
.top-actions .ieta span.members-of, .top-actions .ieta img { display: inline-block; vertical-align: middle; }
.top-actions .ieta a { text-decoration: none; color: #304f75; }

.banner-home { background: url(../img/sky.png) no-repeat top center; background-size: cover; position: relative; height: 250px; overflow: hidden; }
.banner-home .brcm-pagina-element { min-width: 1px; padding: 0; }
.banner-home h1 { color: #6cc170; margin: 0; font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; animation: bounceInRight; -webkit-animation: bounceInRight; animation-duration: 1.6s; -webkit-animation-duration: 1.6s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; animation-delay: 1s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }
.banner-home .claim { color: white; animation: bounceInRight; -webkit-animation: bounceInRight; animation-duration: 3s; -webkit-animation-duration: 3s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; animation-delay: 1s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }
.banner-home .left, .banner-home .center, .banner-home .right { display: inline-block; vertical-align: bottom; }
.banner-home .left { width: 30%; }
.banner-home .center { width: 50%; margin: 180px 0 0 0; float: left; }
.banner-home .center p { padding: 0; }
.banner-home .right { width: 184px; float: right; }
.banner-home .highlight-ball.home { background: url(../img/highllight-ball-home.png) no-repeat; height: 234px; color: white; padding: 10px 0 0 0; margin: 5px 0 0 0; text-align: center; }
.banner-home .highlight-ball.home h2 { padding: 0 10px; width: 80%; text-align: center; margin: 0 auto; font-size: 18px; font-size: 1.8rem; line-height: 22.5px; line-height: 2.7rem; font-weight: 700; }
.banner-home .highlight-ball.home p { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; width: 80%; text-align: center; margin: 0 auto; line-height: 1.8rem; }
.banner-home .highlight-ball.home img { margin: 0 auto; }
.banner-home .numbers { position: absolute; bottom: 10px; color: white; opacity: 0.5; }
.banner-home .numbers p { padding: 0; }
.banner-home .numbers .first { animation: bounceInRight; -webkit-animation: bounceInRight; animation-duration: 1.6s; -webkit-animation-duration: 1.6s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; animation-delay: 1s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; margin: 0 0 0 20px; }
.banner-home .numbers .second { animation: bounceInRight; -webkit-animation: bounceInRight; animation-duration: 3s; -webkit-animation-duration: 3s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; animation-delay: 1s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; margin: 0 0 0 40px; }
.banner-home .numbers .third { animation: bounceInRight; -webkit-animation: bounceInRight; animation-duration: 2s; -webkit-animation-duration: 2s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; animation-delay: 1s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }
.banner-home .center-wrapper { position: relative; z-index: 2; display: block; height: 250px; }
.banner-home .number-shapes { height: 247px; background: url(../img/numbers.png) repeat; width: 100%; overflow: hidden; position: absolute; top: 150px; animation: numbers; -webkit-animation: numbers; animation-duration: 1s; -webkit-animation-duration: 1s; animation-timing-function: linear; -webkit-animation-timing-function: linear; visibility: visible !important; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }

.skyline-factories { height: 249px; background: url(../img/skyline-factories2.png) repeat-x left bottom; position: absolute; bottom: 0; width: 100%; z-index: 1; }
.skyline-factories .smoke { position: absolute; }
.skyline-factories .smoke.small { background: url(../img/green-cloud-small.png) no-repeat; width: 16px; height: 24px; animation: smoke-clouds infinite; -webkit-animation: smoke-clouds infinite; animation-duration: 2s; -webkit-animation-duration: 2s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }
.skyline-factories .smoke.medium { background: url(../img/green-cloud-medium.png) no-repeat; width: 24px; height: 36px; animation: smoke-clouds infinite; -webkit-animation: smoke-clouds infinite; animation-duration: 2s; -webkit-animation-duration: 2s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; -webkit-animation-delay: 0s; animation-delay: 0s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }
.skyline-factories .smoke.big { background: url(../img/green-cloud-big.png) no-repeat; width: 31px; height: 47px; animation: smoke-clouds infinite; -webkit-animation: smoke-clouds infinite; animation-duration: 3s; -webkit-animation-duration: 3s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; visibility: visible !important; -webkit-animation-delay: 0s; animation-delay: 0s; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; }
.skyline-factories .smoke.x1 { position: absolute; left: 52px; bottom: 120px; animation: smoke-clouds-low infinite; -webkit-animation: smoke-clouds-low infinite; animation-duration: 3s; -webkit-animation-duration: 3s; }
.skyline-factories .smoke.x2 { position: absolute; left: 200px; bottom: 140px; animation-duration: 3.5s; -webkit-animation-duration: 3.5s; }
.skyline-factories .smoke.x3 { position: absolute; left: 345px; bottom: 160px; animation-duration: 2s; -webkit-animation-duration: 2s; }
.skyline-factories .smoke.x4 { position: absolute; left: 638px; bottom: 130px; animation: smoke-clouds-low infinite; -webkit-animation: smoke-clouds-low infinite; animation-duration: 3.5s; -webkit-animation-duration: 3.5s; }
.skyline-factories .smoke.x5 { position: absolute; left: 950px; bottom: 150px; animation-duration: 4.5s; -webkit-animation-duration: 4.5s; }
.skyline-factories .smoke.x6 { position: absolute; left: 1237px; bottom: 135px; animation-duration: 3.5s; -webkit-animation-duration: 3.5s; }
.skyline-factories .smoke.x7 { position: absolute; left: 1508px; bottom: 115px; animation: smoke-clouds-low infinite; -webkit-animation: smoke-clouds-low infinite; animation-duration: 2.5s; -webkit-animation-duration: 2.5s; }
.skyline-factories .smoke.x8 { position: absolute; left: 1868px; bottom: 110px; animation: smoke-clouds-low infinite; -webkit-animation: smoke-clouds-low infinite; animation-duration: 3.5s; -webkit-animation-duration: 3.5s; }
.skyline-factories .smoke.x9 { position: absolute; left: 2099px; bottom: 130px; animation: smoke-clouds infinite; -webkit-animation: smoke-clouds infinite; animation-duration: 4.5s; -webkit-animation-duration: 4.5s; }

.newsletter-subscription-link a { background: #b4dfb6; padding: 4px 10px; border-radius: 4px; margin: 0 0 0 10px; font-weight: 700; text-decoration: none; }

.slide-area { padding: 30px 0; background: url(../img/bg-sky.png) no-repeat top center; background-size: cover; border-bottom: 20px solid #d8eed9; }
.slide-area .rwd-table td { padding: 4px 0; }
.slide-area .rwd-table td:first-child { padding: 4px 0; }

.news-carousel { padding: 30px 0; background: #d8eed9; text-align: center; }
.news-carousel h2 { margin: 0 0 5px 0; }
.news-carousel a { display: block; }

/*rss slide*/
.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; background: white; max-width: 100% !important; }

.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; border-top: 1px dotted #90d093; border-bottom: 1px dotted #90d093; padding: 5px 0; margin: 5px 0; }
.rslides li a .rss-title { font-size: 18px; font-size: 1.8rem; line-height: 22.5px; line-height: 2.7rem; font-weight: 700; }

.rslides li:first-child { position: relative; display: block; float: left; }

.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }

.rslides_nav.prev { background: url(../img/arrow-left.png) no-repeat left center; width: 15px; height: 24px; display: inline-block; margin: 0 10px 0 0; }

.rslides_nav.next { background: url(../img/arrow-right.png) no-repeat right center; width: 15px; height: 24px; display: inline-block; margin: 0 0 0 10px; }

.rslides_tabs { margin: 10px 0 0 0; }
.rslides_tabs li { display: inline-block; margin: 0 7px 0 0; }
.rslides_tabs li a { padding: 0px 8px; background: #304f75; border-radius: 4px; color: white; }
.rslides_tabs li.rslides_here a { background: #3a892d; }

.news-blog-area { background: #f5f8f9; padding: 30px 0; }

.main-content { padding: 20px 0; }
.main-content a { color: #6cc170; }
.main-content .brcm-pagina-element { padding: 0 0 20px 0; }
.main-content .brcm-pagination { width: 100%; padding: 20px 0; border-top: 1px solid #6cc170; clear: both; }
.main-content .brcm-pagination .brcm-current { display: inline-block; vertical-align: top; width: 70%; float: left; text-align: center; font-weight: 700; }
.main-content .brcm-pagination a.brcm-previous { display: inline-block; vertical-align: top; width: 15%; float: left; text-align: left; }
.main-content .brcm-pagination a.brcm-next { display: inline-block; vertical-align: top; width: 15%; float: left; text-align: right; }
.main-content .brcm-body li { background: url(../img/icon-point.png) no-repeat left 10px; padding: 3px 0 3px 20px; }
.main-content .brcm-body li ul { margin: 10px 0; }
.main-content .brcm-body li ul li { background: url(../img/icon-point-empty.png) no-repeat left 10px; padding: 3px 0 3px 20px; }
.main-content .brcm-events-main-wrapper .brcm-events-list .brcm-date-especial { background: rgba(48, 79, 117, 0.7); }

.contact-page .main-content .brcm-body li { background: none; padding: 0; }

.inner-headers { height: 240px; background: #f5f8f9; }
.inner-headers img { width: 100%; }

.inner-contact { background: url(../img/highlight-ball.png) no-repeat top center; text-align: center; color: white; padding: 55px 20px 0 20px; height: 312px; margin: -55px 0 0 0; z-index: 10; position: relative; max-width: 245px; }
.inner-contact h2 { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; margin: 0; }
.inner-contact p { line-height: 2rem; padding: 7px 0; }
.inner-contact a:link, .inner-contact a:visited, .inner-contact a:active { color: white; text-decoration: underline; }

.center-content .inner-contact { background: url(../img/icon-envelope.png) no-repeat center 25px #3a892d; max-width: 100%; height: auto; text-align: center; padding: 65px 0 20px 0; border-radius: 4px; }

.contact h2 { font-weight: 700; padding: 20px 0 5px 0; }
.contact h2:first-child { padding: 0 0 5px 0; }
.contact h3 { padding: 0 0 5px 0; line-height: 2.4rem; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; font-weight: 700; }
.contact a { color: #3a892d; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; margin: 7px 0; font-weight: 700; }

.brcm-list-of-news .brcm-image-and-caption { float: left; }
.brcm-list-of-news li { padding: 0 0 25px 0; }
.brcm-list-of-news .brcm-date { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; }
.brcm-list-of-news .brcm-title { font-size: 18px; font-size: 1.8rem; line-height: 22.5px; line-height: 2.7rem; font-weight: 700; }
.brcm-list-of-news .brcm-category { font-size: 12px; font-size: 1.2rem; line-height: 15px; line-height: 1.8rem; font-style: italic; margin: 5px 0 0 0; }
.brcm-list-of-news .brcm-filter { float: right; width: 22%; background: #dee2e5; padding: 10px; }
.brcm-list-of-news .brcm-filter h2 { display: none; }
.brcm-list-of-news .brcm-filter h3 { font-size: 18px; font-size: 1.8rem; line-height: 22.5px; line-height: 2.7rem; font-weight: 700; margin: 0; }
.brcm-list-of-news .brcm-filter .brcm-filter-category li { padding: 0 0 5px 0; }
.brcm-list-of-news .brcm-filter .brcm-filter-search, .brcm-list-of-news .brcm-filter .brcm-filter-date, .brcm-list-of-news .brcm-filter .brcm-filter-category { margin: 0 0 20px 0; }
.brcm-list-of-news .brcm-filter + ol { float: left; width: 75%; }

.main-content .brcm-generic-element-with-images-on-the-left div.brcm-group-of-images { display: inline-block; vertical-align: top; width: 20%; }
.main-content .brcm-generic-element-with-images-on-the-left .brcm-body { display: inline-block; vertical-align: top; width: 73%; }

/*tabs*/
.tabs { display: block; height: 1%; }
.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; }

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; background: none; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

/*end tabs*/
/*custom tabs*/
.tab_container { background: #f5f8f9; border: 1px solid #c5d7dc; }

.ui-tabs .ui-tabs-nav li { border: 1px solid #e5edef; border-bottom: 1px solid transparent; border-radius: 4px 4px 0 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li:hover { background: #f5f8f9; border: 1px solid #c5d7dc; border-bottom: 1px solid #f5f8f9; }

/*end custom tabs*/
tr.anual-value { background: #e5edef; }
tr.anual-value td { font-weight: 700; }

.anual-document { margin: 20px 0; }
.anual-document a { background: url(../img/icon-excel.png) no-repeat 10px center #b4dfb6; padding: 7px 10px 7px 40px; color: #304f75; border-radius: 4px; }
.anual-document a:hover { background: url(../img/icon-excel.png) no-repeat 10px center #90d093; }

.slide-area .rwd-table td[data-th="EUA"], .slide-area .rwd-table td[data-th="CER"], .slide-area .rwd-table td[data-th="ERU"] { min-width: 60px; }

.info-last-prices { display: block; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; padding: 0; margin: -5px 0 0 0; font-style: italic; color: #769fac; display: none; }

.see-all-prices { margin: 10px 0 0 0; }
.see-all-prices a { background: #b4dfb6; padding: 7px 10px; color: #304f75; border-radius: 4px; }
.see-all-prices a:hover { background: #90d093; }

.co2-rates .inner-contact { margin: 5px 0 0 0; }

/*Agenda*/
.main-content .brcm-events-main-wrapper .brcm-events-calendar table thead { background: #304f75; }
.main-content .brcm-events-main-wrapper .brcm-events-calendar table td { text-align: center; }
.main-content .brcm-events-main-wrapper .brcm-events-calendar table td.brcm-current-day span, .main-content .brcm-events-main-wrapper .brcm-events-calendar table td.brcm-current-day a { background: #304f75; color: white; }

.main-content .brcm-events-list .brcm-title { font-size: 18px; font-size: 1.8rem; line-height: 22.5px; line-height: 2.7rem; font-weight: 700; }
.main-content .brcm-events-list .brcm-title a { color: #6cc170; }

/*Pagina privada*/
.brcm-password-page .input[type="password"] { width: 100%; }

/*Newsletter subscription*/
.main-content .newsletter-subscription .brcm-pagina-element { padding: 0; }

.newsletter-subscription { clear: both; margin: 20px auto; padding: 20px; max-width: 400px; border-top: 2px dotted #3a892d; border-bottom: 2px dotted #3a892d; background: #e5edef; }
.newsletter-subscription label, .newsletter-subscription input { display: inline-block; }
.newsletter-subscription label { width: 100px; }
.newsletter-subscription .mc-field-group { margin: 5px 0 !important; padding: 0 !important; min-height: 1px !important; }
.newsletter-subscription input[type="submit"] { background: #6cc170; }
.newsletter-subscription #mc_embed_signup .button { background: #6cc170; margin: 20px 0 0 0; }

#mc_embed_signup { background: none !important; }

#mc_embed_signup form { padding: 0 !important; }

#mc_embed_signup .mc-field-group label { width: 100px !important; display: inline-block !important; }

#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group select { width: 200px !important; display: inline-block !important; }

#mc_embed_signup .mc-field-group input[type="checkbox"] { width: 20px !important; vertical-align: top; margin: 4px 4px 0 0; }

#mc_embed_signup .mc-field-group input[type="checkbox"] + label { width: auto !important; }

#mc_embed_signup { clear: left; }

#mc_embed_signup div.mce_inline_error { padding: 3px 10px !important; margin: 4px 0 !important; background: none !important; color: #b60202 !important; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; padding: 0 !important; }

#mc_embed_signup div#mce-responses { float: none !important; top: 0 !important; padding: 0 !important; overflow: hidden !important; width: 100% !important; margin: 0 !important; clear: both !important; }

#mc_embed_signup #mce-success-response { width: 100% !important; margin: 10px 0 !important; padding: 0 !important; float: none !important; clear: both !important; top: 0 !important; line-height: 1.3em; }

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
html[lang="es"] .mailch-newsletter-form-es { display: block; }
html[lang="es"] .mailch-newsletter-form-it { display: none; }

html[lang="it"] .mailch-newsletter-form-es { display: none; }
html[lang="it"] .mailch-newsletter-form-it { display: block; }

#disqus_thread { margin: 40px 0; }

/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
/* 
=======================
END PROJECT STYLES
======================= 
*/
/* 
=======================
MEDIA QUERIES
======================= 
*/
@-ms-viewport { width: device-width; }

@media screen and (max-width: 1200px) { .center-wrapper { padding: 0 10px; }
  .main-menu li { margin: 0 30px 0 0; } }
@media screen and (max-width: 1152px) { .inner-contact { width: 33%; min-width: 245px; }
  .brcm-list-of-news .brcm-filter { width: 26%; }
  .brcm-list-of-news .brcm-filter + ol { width: 70%; }
  .main-menu li { margin: 0 30px 0 0; } }
@media screen and (max-width: 1080px) { .banner-home .center { width: 70%; }
  .three-fourth-column { width: 70%; } }
@media screen and (max-width: 1004px) { .top-actions ul.top-menu { text-align: left; margin: 0 0 10px 0; padding: 10px 0 0 0; display: block; float: none; clear: both; }
  .top-actions .ieta { margin: -45px 0 0 0; }
  .header { padding: 0; }
  .top-actions ul.login { display: inline-block; float: left; clear: none; margin: 5px 0 0 0; text-align: left; }
  .logo { margin: 0; }
  .brcm-list-of-news .brcm-filter { width: 32%; }
  .brcm-list-of-news .brcm-filter + ol { width: 65%; } }
@media screen and (max-width: 855px) { .three-fourth-column { width: 65%; }
  .banner-home { width: 100%; overflow-x: hidden; } }
@media screen and (max-width: 775px) { .banner-home .center { width: 72%; margin: 170px 0 0 0; }
  .three-fourth-column { width: 100%; display: block; }
  .one-fourth-column, .inner-contact { width: 100%; display: block; }
  .inner-contact { margin: 25px auto; width: 245px; float: none !important; }
  .brcm-list-of-news .brcm-filter { width: 100%; float: none; clear: both; margin: 0 0 20px 0; }
  .brcm-list-of-news .brcm-filter + ol { width: 100%; float: none; clear: both; }
  .footer { height: auto; } }
@media screen and (max-width: 755px) { .skyline-factories { bottom: auto; top: -10px; }
  .banner-home { height: auto; padding: 0; width: 100%; overflow-x: hidden; }
  .banner-home .center-wrapper { padding: 0; }
  .banner-home h1 { padding: 0 10px; }
  .banner-home .right { float: none; clear: both; width: 100%; }
  .banner-home .highlight-ball.home { background: #304f75; height: auto; padding: 5px 10px; margin: 0 0 0 -10px; }
  .banner-home .highlight-ball.home h2 { text-align: left; width: 100%; padding: 0; }
  .banner-home .highlight-ball.home p { text-align: left; width: 100%; }
  .banner-home .center { width: 100%; background: #304f75; padding: 5px 10px; margin: 155px 0 0 -10px; float: none; clear: both; }
  .banner-home .center-wrapper { height: auto; }
  .main-menu { z-index: 1; position: relative; }
  @-webkit-keyframes numbers { 0% { opacity: 0; top: 100; }
    10% { opacity: 1; }
    100% { top: 0px; } }
  @keyframes numbers { 0% { opacity: 0; top: 100; }
    10% { opacity: 1; }
    100% { top: 0px; } }
  .footer:before { width: 100%; overflow-x: hidden; } }
@media screen and (max-width: 700px) { .top-actions ul.login { margin: 0 0 10px 0; }
  .top-actions ul.login li { border: none; }
  .top-actions ul.top-menu { margin: 0 0 10px 0; }
  .half-column { width: 100%; display: block; }
  .main-content .brcm-events-main-wrapper .one-third-column, .main-content .brcm-events-main-wrapper .two-third-column { display: block; width: 100%; clear: both; float: none; margin: 0 0 20px 0; }
  #pull { display: block; }
  .main-menu .brcm-navigation { display: block; }
  .main-menu .brcm-navigation ul { display: none; }
  .main-menu li { display: block; width: 100%; }
  .main-menu li a { width: 100%; display: block; }
  .secondary-menu { width: 100%; display: block; } }
@media screen and (max-width: 600px) { .center-content { width: 100%; display: block; } }
@media screen and (max-width: 320px) { .top-actions .ieta { margin: 0 0 -70px 0; text-align: right; }
  .top-actions .ieta span.memebers-of, .top-actions .ieta img { display: block; }
  .logo { width: 65%; }
  .top-actions a { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; }
  .top-actions .brcm-language-selection { margin: 0; }
  .top-actions ul.login { margin: 0; padding: 0; background: none; }
  .top-actions ul.login li { padding: 0; } }
/* 
=======================
END MEDIA QUERIES
======================= 
*/
/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
