/* ==========================================================================
   
   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Browser Fixes
   8. Plugins
   9. Responsive
   
   */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! 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;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
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;
}

/* ==========================================================================
   2. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/* browse happy prompt */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.browserupgrade {
  background: #FF0000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: -50px 0 50px;
}
.browserupgrade a {
  color: #fff;
  text-decoration: underline;
}

/* helper classes */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   3. Variables
   ========================================================================== */
/* colours */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/* ==========================================================================
   5. Fonts
   ========================================================================== */
@font-face {
  font-family: 'Eurostile LT Std';
  src: url("fonts/EurostileLTStd-Ex2.eot");
  src: url("fonts/EurostileLTStd-Ex2.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileLTStd-Ex2.woff") format("woff"), url("fonts/EurostileLTStd-Ex2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Eurostile LT Std';
  src: url("fonts/EurostileLTStd-BoldEx2.eot");
  src: url("fonts/EurostileLTStd-BoldEx2.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileLTStd-BoldEx2.woff") format("woff"), url("fonts/EurostileLTStd-BoldEx2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* ==========================================================================
   6. Custom Styles
   ========================================================================== */
/* general */
html, body {
  height: 100%;
  min-width: 1210px;
}

body {
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #5D5F65;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p, li {
  color: #5D5F65;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-weight: 400;
}

p a, li a {
  text-decoration: underline;
  color: #CC0000;
}

p a:hover, li a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 20px;
}

li {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 24px;
  line-height: 1.2;
  color: #5D5F65;
  margin: 0 0 25px;
  font-weight: 400;
}

img {
  /*max-width:100%;*/
  height: auto;
}

strong {
  font-weight: 700;
}

figure {
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.full {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

del {
  opacity: 1 !important;
}

ins {
  text-decoration: none;
}

/* general elements */
.container, .masthead--nav ul {
  width: 1110px;
  margin: 0 auto;
}

/* header */
.masthead {
  position: relative;
  background: #9b0000;
  background: -moz-linear-gradient(top, #9b0000 0%, #ca0000 100%);
  background: -webkit-linear-gradient(top, #9b0000 0%, #ca0000 100%);
  background: linear-gradient(to bottom, #9b0000 0%, #ca0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#ca0000',GradientType=0 );
  margin-bottom: 42px;
}
.masthead .container, .masthead .masthead--nav ul, .masthead--nav .masthead ul {
  position: relative;
}
.masthead__height {
  height: 134px;
}
.masthead--online {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Eurostile LT Std';
}
.masthead--online span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff;
  color: #CC0000;
  padding: 15px 20px;
  margin-left: 10px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.masthead--logo {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -15px;
  text-decoration: none;
}
.masthead--logo__jicreg {
  font-family: 'Eurostile LT Std';
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.masthead--twitter {
  display: block;
  background-image: url(images/twitter.svg);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  text-transform: capitalize;
  text-align: left;
  text-indent: -99999px;
  position: absolute;
  right: 0;
  top: 75px;
}
.masthead--nav {
  background: #696969;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 0;
}
.masthead--nav ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.masthead--nav ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 1;
  font-weight: 600;
  margin-left: 20px;
}
.masthead--nav ul li a {
  color: #fff;
  text-decoration: none;
}

/* footer */
.mastfoot {
  background: #696969;
  width: 100%;
}
.mastfoot .container, .mastfoot .masthead--nav ul, .masthead--nav .mastfoot ul {
  position: relative;
}
.mastfoot__height {
  height: 134px;
}
.mastfoot p {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  left: 0;
  right: 0;
}
.mastfoot--logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  font-family: 'Eurostile LT Std';
  color: #fff;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mastfoot--cert {
  background: #fff;
  width: 136px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
}

/* page elements

---------------------------------------------------

 */
/* homepage */
.homepage {
  background-image: url(images/homepage.jpg);
  background-size: cover;
  padding: 100px 0 115px;
}
.homepage h1 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  display: block;
  text-align: right;
  margin: 0 0 90px;
}
.homepage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.homepage ul:before, .homepage ul:after {
  content: " ";
  display: table;
}
.homepage ul:after {
  clear: both;
}
.homepage ul li {
  width: 354px;
  height: 255px;
  float: left;
  margin: 0 18px 18px 0;
  border: 2px solid #696969;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.homepage ul li.last {
  margin-right: 0;
}
.homepage ul li:hover {
  background: #F3F3F3;
}
.homepage ul li h2 {
  font-size: 20px;
  color: #CC0000;
  font-weight: 600;
  margin: 35px 0 15px;
  display: block;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px 42px;
}
.homepage ul li h2.homepage__about {
  background-size: 36px 44px;
}
.homepage ul li h2.homepage__methodology {
  background-position: center 5px;
}
.homepage ul li h2.homepage__news {
  background-position: center 8px;
}
.homepage ul li p {
  margin-bottom: 0;
  font-weight: 600;
}
.homepage ul li a {
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

/* inner page */
.general-page {
  /* form */
}
.general-page--hero {
  height: 265px;
  background-image: url(images/inner.jpg);
  background-size: cover;
  background-position: center top;
  margin-bottom: 70px;
  padding-top: 95px;
}
.general-page--hero h1 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  display: block;
  padding-left: 70px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 48px;
}
.general-page--hero h1.general-page__data {
  background-size: 43px 45px;
}
.general-page--hero h1.general-page__methodology {
  background-size: 42px 42px;
}
.general-page--hero h1.general-page__access {
  background-size: 39px 57px;
}
.general-page--hero h1.general-page__news {
  background-size: 42px 39px;
  background-position: left 20px;
}
.general-page--hero h1.general-page__contact {
  background-size: 43px 54px;
}
.general-page article {
  margin-bottom: 75px;
}
.general-page article.general-page__no-margin {
  margin-bottom: 55px;
}
.general-page article h2 {
  border-bottom: 2px solid #CC0000;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #7c7c7c;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-weight: 300;
}
.general-page article p, .general-page article li {
  font-size: 18px;
  margin-bottom: 30px;
}
.general-page article li {
  margin-bottom: 0;
}
.general-page article ul {
  margin-bottom: 30px;
}
.general-page article hr {
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  border: 1px solid #696969;
  margin: 60px 0 60px 0;
}
.general-page--news article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e1e1e1;
}
.general-page--news article figure {
  margin: 0 0 30px;
  padding: 0;
}
.general-page--news article header {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.general-page--news article header h2 {
  border-bottom: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #696969;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
  vertical-align: top;
}
.general-page--news article header .news__date {
  width: 66px;
  height: 32px;
  color: #fff;
  text-align: center;
  background: #696969;
  line-height: 32px;
  font-size: 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
  vertical-align: top;
}
.general-page--news article header .news__author {
  margin: 25px 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #6C7B8A;
  font-weight: 600;
  display: block;
  padding: 6px 0 0 35px;
  background-image: url(images/title-news-thick.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 19px 19px;
}
.general-page--news article p {
  font-size: 13px;
  margin-bottom: 25px;
  color: #696969;
}
.general-page--form {
  background-color: rgba(105, 105, 105, 0.11);
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 100px -35px;
  width: 1100px;
  padding: 40px 40px 25px;
}
.general-page--form form {
  display: block;
  padding: 0 70px;
}
.general-page--form form:before, .general-page--form form:after {
  content: " ";
  display: table;
}
.general-page--form form:after {
  clear: both;
}
.general-page--form form fieldset {
  float: left;
  width: 405px;
}
.general-page--form form fieldset.general-page--form__last {
  float: right;
}
.general-page--form form fieldset .general-page--form__half:before, .general-page--form form fieldset .general-page--form__half:after {
  content: " ";
  display: table;
}
.general-page--form form fieldset .general-page--form__half:after {
  clear: both;
}
.general-page--form form fieldset .general-page--form__half div {
  float: left;
  width: 185px;
}
.general-page--form form fieldset .general-page--form__half div.last {
  float: right;
}
.general-page--form form fieldset label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.general-page--form form fieldset .input, .general-page--form form fieldset .textarea {
  height: 36px;
  background-color: #fff;
  border: 1px solid rgba(151, 151, 151, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
}
.general-page--form form fieldset .textarea {
  height: 134px;
}
.general-page--form form fieldset .submit {
  width: 185px;
  height: 36px;
  background-color: #CC0000;
  border: 1px solid #696969;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  border: none;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url(images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 24px;
  background-position: 155px center;
  font-weight: 600;
  margin-top: 22px;
}
.general-page--form form fieldset .submit:hover {
  background-color: #696969;
  background-position: 150px center;
}
.general-page--form address {
  text-align: center;
  margin-top: 65px;
}
.general-page--form address p {
  color: #CC0000;
  font-weight: 600;
  margin-bottom: 0;
}

/* ==========================================================================
   7. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8  */
/* ie7 */
/* ==========================================================================
   8. Plugins
   ========================================================================== */
/* na */
/* ==========================================================================
   9. Responsive
   ========================================================================== */
/* na */

/*# sourceMappingURL=style.css.map */
