﻿/* *********************************************** CSS RESET *********************************************** */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, img, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, menu, figure, details, form {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
 text-decoration: none;
}
a:focus {
 outline: 1px dotted #000;
}
body {
 line-height: 1;
}
aside, footer, header, nav, section, menu, figure, details {
 display: block;
}
nav ul {
 list-style: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
input, select {
 vertical-align: middle;
}
hr {
 display: block;
 height: 1px;
 border:0;
 border-top: 1px solid #bfbfbf;
 padding: 0;
}


/* *********************************************** FONTS SETUP *********************************************** */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em;
}


/* *********************************************** STICKY FOOTER (counts with 202px footer height) *********************************************** */
html, body {
 height: 100%;
}
#wrap {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -202px;
}
body > footer, main + div {
 height: 232px;
}


/* *********************************************** USEFUL CLASSES *********************************************** */
.page {
 width: 960px;
 margin: auto;
}
.show {
 display: block;
}
.hide {
 display: none;
}
.or:after {
 content: 'OR';
 font-size: 13px;
 font-weight: bold;
 display: block;
 width: 34px;
 text-align: center;
 color: #454545;
 margin: -8px auto;
 background-color: #fff;
}


/* *********************************************** TEMPORARY MESSAGE ON TOP *********************************************** */
a#temporary_message {
 margin-bottom: 11px;
 padding: 16px;
 display: block;
 color: #012552;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px solid #fff;
 background: #fff;
 box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}
a#temporary_message:hover, a#temporary_message:focus, a#temporary_message:active {
 outline: 0;
 text-decoration: underline;
}


/* *********************************************** CHANNELS DROPDOWN *********************************************** */
div.dropdown.channels > a {
 font-weight: bold;
 color: #fff;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 background-color: #2377b2;
 background-color: rgba(1, 53, 118, .3);
 text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .41);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .41);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .41);
}
div.dropdown.channels > a:focus {
 outline-color: #fff;
}
div.dropdown.channels.active > a {
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
}
div.dropdown.channels div {
 border: 1px solid #dedfdf;
 -webkit-border-bottom-right-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 -moz-border-radius-bottomright: 3px;
 -moz-border-radius-bottomleft: 3px;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}


/* *********************************************** HEADER *********************************************** */
body {
 min-width: 960px;
 background: #fff;
}
#blueBg {
 background: url('/Content/styles/img/background.jpg') no-repeat center top #00418c;
}
#blueBg > header {
 height: 90px;
 padding: 1px;
}
#blueBg > header a {
 font-size: 14px;
 color: #fff;
 font-weight: bold;
 /*float:left;*/
}
#blueBg > header > a {
 height: 90px;
 line-height: 90px;
 float: left;
 overflow: hidden;
}
#blueBg > header > a:focus {
 outline: 1px dotted #fff;
}
#blueBg > header > div {
 float: right;
 margin-top: 10px;
 color: #5ec1ec;
}
#blueBg > header > div a {
 padding: 0 6px 0 6px;
 font-size: 14px;
 font-weight: bold;
 color: #5ec1ec;
}
#blueBg > header > div a:hover, #blueBg > header > div a:focus, #blueBg > header > div a:active {
 outline: 0;
 text-decoration: underline;
 background: transparent;
}
#blueBg > header nav {
 float: right;
 clear: right;
}
#blueBg > header nav a {
 padding: 8px;
 margin: 11px 0px 0px 6px;
 float: left;
 border-radius: 4px;
 text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#blueBg > header nav a:hover, #blueBg > header nav a:focus, #blueBg > header nav a:active, #blueBg > header nav a.active {
 outline: 0;
 background-color: #2377b2;
 background-color: rgba(1, 53, 118, .51);
 -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .41), inset -1px -1px 0 rgba(255, 255, 255, .5);
 -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .41), inset -1px -1px 0 rgba(255, 255, 255, .5);
 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .41), inset -1px -1px 0 rgba(255, 255, 255, .5);
 /* For IE7 and IE8 */
 outline: 1px solid #fff\9;
 outline-color: rgba(0, 0, 0, 0);
}


/* *********************************************** UNDER HEADER/MENU AREA *********************************************** */
#blueBg > div.page {
 min-height: 18px;
 overflow: auto;
}
#blueBg > div + div.page {
 min-height: 48px;
}


/* *********************************************** CONTENT *********************************************** */
main {
 min-height: 450px;
 background-color: #fff;
 -webkit-box-shadow: 0 -3px 3px -1px rgba(0, 0, 0, .33);
 -moz-box-shadow: 0 -3px 3px -1px rgba(0, 0, 0, .33);
 box-shadow: 0 -3px 3px -1px rgba(0, 0, 0, .33);
}
#content {
 overflow: auto;
 padding-bottom: 82px;
}
#content h1 {
 margin: 40px 0 30px 0;
 font-size: 30px;
 font-weight: normal;
 color: #013474;
}
#content p {
 font-size: 15px;
 line-height: 25px;
 color: #585858;
}
#content p + p {
 margin-top: 25px;
}

.small_note {
    display: block;
    margin: 3px 0px 14px 0px;
    font-size: 8pt;
    color:  #3a3a3a;
}

/* *********************************************** FOOTER *********************************************** */
body > footer {
 background-color: #013779;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#012c61), to(#013a80));
 background: -webkit-linear-gradient(#012c61, #013a80);
 background: -moz-linear-gradient(#012c61, #013a80);
 background: -o-linear-gradient(#012c61, #013a80);
 background: -ms-linear-gradient(#012c61, #013a80);
 background: linear-gradient(#012c61, #013a80);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012c61", endColorstr="#013a80", GradientType=0);
}
body > footer, body > footer a {
 color: #fff;
}
body > footer a:focus {
 outline: 1px dotted #fff;
}
body > footer a:active {
 background-color: transparent;
}
body > footer > div.page {
 overflow: auto;
 padding-top: 25px;
 height: 163px;
}


/* *********************************************** FOOTER NAVIGATION *********************************************** */
body > footer nav {
 float: left;
 overflow: auto;
}
body > footer nav ul {
 margin: 6px 0 5px 0;
 overflow: auto;
}
body > footer nav ul li {
 float: left;
}
body > footer nav ul li a {
 display: block;
 margin: 3px 32px 16px 2px;
 font-size: 13px;
 text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
}
body > footer nav ul li a:hover {
 text-decoration: underline;
}
body > footer nav > a {
 display: block;
 float: left;
 width: 30px;
 height: 30px;
 margin: 0 6px 1px 0;
 background-image: url('/Content/styles/img/footer_icons.png');
}
body > footer nav > a[href*='facebook'] {
 background-position: -110px -10px;
}
body > footer nav > a[href*='twitter'] {
 background-position: -10px -60px;
}
body > footer nav > a[href*='linkedin'] {
 background-position: -60px -60px;
}
body > footer nav > a[href*='feed'] {
 background-position: -110px -60px;
}


/* *********************************************** FOOTER RIGHT PART *********************************************** */
body > footer form {
 padding: 10px;
 margin: 9px 1px 0 0;
 float: right;
 background-color: #01224b;
 background-color: rgba(0, 0, 0, .3);
 -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13);
 -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13);
 box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13);
}
body > footer form label {
 display: block;
 font-size: 11px;
 font-weight: bold;
 margin-left: 40px;
 line-height: 13px;
 /* for IE7 */
 *margin: 0px 0px 7px 0px;
}
body > footer form label:after {
 content: '';
 display: block;
 width: 50px;
 height: 46px;
 margin-top: -38px;
 margin-left: -50px;
 background-image: url('/Content/styles/img/footer_icons.png');
 background-position: left top;
}
body > footer form label + input[type="email"] {
 margin-top: 6px;
 padding: 8px 6px 8px 6px;
 display: inline-block;
 width: 146px;
 font-size: 12px;
 border: 0;
 color: #fff;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 background-color: #012b5e;
 background-color: rgba(1, 54, 119, .4);
 -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13), -1px -1px 0px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13), -1px -1px 0px rgba(0, 0, 0, 0.3);
 box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.13), -1px -1px 0px rgba(0, 0, 0, 0.3);
}
body > footer form input[type="email"]:focus {
 color: #fff;
 outline: 1px dotted #fff;
}
body > footer form input[type="button"] {
 margin: 6px 0 0 2px;
 padding: 6px 5px;
 font-size: 11px;
}
#partner_networks {
 margin-right: 26px;
 float: right;
 overflow: auto;
}
#partner_networks > div {
 float: right;
}
#partner_networks > div >img,  #partner_networks > div > a>img{
    padding: 10px;
}
#partner_networks > div * {
 display: block;
}
#partner_networks > div a {
 margin-bottom: 7px;
}
#partner_networks > img {
 margin: 21px 6px 0 0;
 float: right;
}


/* *********************************************** NEWSLETTER INPUT PLACEHOLDER *********************************************** */
body > footer form ::-webkit-input-placeholder {
 color: #fff !important;
}
body > footer form :-moz-placeholder {
 color: #fff !important;
}
body > footer form ::-moz-placeholder {
 color: #fff !important;
}
body > footer form :-ms-input-placeholder {
 color: #fff !important;
}


/* *********************************************** FOOTER BOTTOM PART *********************************************** */
body > footer > div + div {
 height: 44px;
 line-height: 44px;
 text-indent: 27px;
 font-size: 11px;
 background-color: #01316b;
 background-color: rgba(0, 0, 0, .15);
 text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
 /* for IE7 */
 *text-indent: 0px;
}
body > footer > div > div.page:after {
 content: '';
 display: block;
 width: 50px;
 height: 44px;
 margin-top: -47px;
 margin-left: -15px;
 background-image: url('/Content/styles/img/footer_icons.png');
 background-position: center top;
}
body > footer > div + div span {
 margin: 0px 4px 0px 4px;
}
body > footer > div + div span + a {
 text-decoration: underline;
}
body > footer > div + div span + a:hover {
 text-decoration: none;
}


/* *********************************************** TEXT SELECTION *********************************************** */
::-moz-selection {
 background-color: #3998c8;
 color: #fff;
 text-shadow: none;
}
::selection {
 background-color: #3998c8;
 color: #fff;
 text-shadow: none;
}


/* *********************************************** SIGN IN POPUP *********************************************** */
#signIn {
 display: none;
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 3;
 background-color: rgba(0, 0, 0, .8);
 /* For IEs */
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
 *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
#signIn > section {
 width: 269px;
 margin: 240px auto 0 auto;
 padding: 24px;
 background-color: #fff;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, .75);
 -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, .75);
 box-shadow: 1px 1px 18px rgba(0, 0, 0, .75);
}
#signIn > section > a {
 display: block;
 float: right;
 position: relative;
 z-index: 2;
 width: 20px;
 height: 20px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 color: #fff;
 background-color: #767676;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}
#signIn > section > a:hover, #signIn > section > a:active {
 background-color: #000;
}
#signIn > section > a:focus {
 outline: 1px dotted #767676;
}
#signIn > section > iframe {
 margin-top: -20px;
}

.validation-summary-errors {
 font-size: 12px;
 line-height: 18px;
 color: #f00;
}
.validation-summary-errors li {
 list-style: none;
}

/* *********** LcC ************ */
.field-validation-error {
    color:red;
    font-size: 12px;
}

/* *********************************************** REMEMBER ME CHECK BOX (SIGN IN) *********************************************** */
#RememberMe ~ label[for="RememberMe"] {
 margin-top: 5px;
 width: 125px;
 font-size: 14px;
}


/* *********************************************** PROGRESS BAR *********************************************** */
#progressBar {
 width: 100%;
 height: 82px;
 position: fixed;
 bottom: 0;
 z-index: 1000;
 font-family: Arial, Helvetica, sans-serif;
 background: #fff;
 visibility: hidden;
 border-top: 1px solid #b2bebe;
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .23);
 -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .23);
 box-shadow: 0 0 20px rgba(0, 0, 0, .23);
}
#progressBar object, #progressBar img {
 vertical-align: middle;
 float: left;
 width: 80px;
 height: 80px;
}
#progressBar em {
 float: right;
 font-style: normal;
}
#progressBar em span {
 margin: 0 11px;
}
#progressBar p {
 margin: 16px 0 0 6px;
 float: left;
 font-size: 14px;
 font-weight: bold;
 line-height: 28px;
 color: #242424;
}
#progressBar progress {
 display: block;
 width: 872px;
}
html.dataDownload #progressBar {
 visibility: visible;
}