@charset "UTF-8";
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 Reset */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
address {
  font-style: normal;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'DIN-bold';
  src: url('../fonts/din_bold-webfont.eot');
  src: url('../fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_bold-webfont.woff') format('woff'), url('../fonts/din_bold-webfont.ttf') format('truetype'), url('../fonts/din_bold-webfont.svg#dinbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glypha';
  src: url('../fonts/glypha-webfont.eot');
  src: url('../fonts/glypha-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/glypha-webfont.woff') format('woff'), url('../fonts/glypha-webfont.ttf') format('truetype'), url('../fonts/glypha-webfont.svg#Glypha55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
.resetList {
  list-style: none;
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font: normal 75%/1.5em Arial, Helvetica, sans-serif;
  text-align: center;
  background: #d9ebf5 url(../img/gradient_bg.png) repeat-x left 70px;
}
html > body {
  font-size: 12px;
}
h1,
h3,
h4,
h5 {
  font-family: 'DIN-Bold';
  font-weight: normal;
}
h2 {
  font-family: 'Glypha';
  font-weight: normal;
}
h1 {
  color: #0077be;
  font-size: 3em;
  margin: 0.5em 0;
  line-height: 1.2em;
}
h2 {
  color: #ef9f44;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
}
h3 {
  color: #ef9f44;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 1em 0;
}
h4 {
  color: #0077be;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 1em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
p {
  margin: 0.5em 0;
}
ul,
ol {
  margin: 0 0 1.5em 20px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
li {
  margin: 0.3em 0;
}
.holder {
  width: 960px;
  margin: 0 auto;
}
#page {
  min-height: 100%;
}
#wrapper {
  position: relative;
  min-height: 100%;
  background: url(../img/header.jpg) no-repeat center 70px;
}
#inner {
  padding-bottom: 300px;
}
#header {
  position: relative;
  height: 292px;
  background: url(../img/lines_top.png) no-repeat center 116px;
}
#logo {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -500px;
}
#logo,
#logo a {
  width: 184px;
  height: 184px;
}
#primary-nav {
  height: 72px;
  background: #fff;
  font-family: 'DIN-Bold';
  font-size: 1.35em;
  text-align: center;
}
#primary-nav ul {
  list-style: none;
  margin: 0;
  margin: 0 auto;
}
#primary-nav ul li {
  display: inline-block;
  margin: 0;
}
#primary-nav ul li a {
  border-left: 1px solid #cfd3d7;
}
#primary-nav ul li:first-child a {
  border-left: none;
}
#primary-nav ul a {
  display: block;
  padding: 27px 22px;
  color: #0077be;
  text-decoration: none;
}
#primary-nav ul li.securized a {
  padding-right: 40px;
  background-image: url('../img/padlock_nav.png');
  background-repeat: no-repeat;
  background-position: right center;
}
#primary-nav ul a:hover {
  color: #fff;
  background-color: #0077be;
}
#primary-nav ul li.current {
  padding-bottom: 13px;
  background: url('../img/primary_nav_marker.png') no-repeat center bottom;
}
#primary-nav ul li.current a {
  color: #ef9f44;
  background-color: #fff;
}
#contents {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#contents a {
  color: #0077be;
  text-decoration: none;
  font-weight: bold;
}
#contents a:hover {
  color: #ef9f44;
  text-decoration: underline;
}
#contents-main {
  position: relative;
  overflow: hidden;
}
#main {
  float: left;
  width: 720px;
  text-align: left;
}
#sidebar {
  width: 230px;
  float: right;
}
#sidebar .sidenav {
  list-style: none;
  margin: 0;
}
#sidebar .sidenav li {
  margin: 0;
  border-top: 1px dotted #dedede;
}
#sidebar .sidenav li:first-child {
  border-top: 0;
}
#sidebar .sidenav a {
  display: block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sidebar .sidenav a:hover {
  color: #fff;
  background: #0077be;
  text-decoration: none;
}
.advsidebar {
  padding-top: 15px;
  text-align: left;
}
.advsidebar h3:first-child {
  padding: 0 10px 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #dedede;
}
.info-sidebar {
  position: absolute;
  right: 0;
}
#info-nav a.current,
#info-nav a.current:hover {
  color: #fff;
  background: #ef9f44;
  text-decoration: none;
}
#contents-under {
  text-align: left;
  margin: 0 -20px;
  padding: 20px 20px 0;
  border-top: 1px solid #cfd3d7;
}
#partners {
  list-style: none;
  margin: 0;
  text-align: center;
}
#partners li {
  display: inline-block;
}
#partners a {
  color: #0077be;
  font-weight: bold;
  text-decoration: none;
}
#partners a img,
#partners a span {
  vertical-align: middle;
}
#partners a span {
  display: inline-block;
  width: 150px;
  margin: 0 10px 0 5px;
  text-align: left;
}
#partners a:hover {
  color: #ef9f44;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/lines_foot.png) no-repeat center 5px;
}
#footer-nav {
  height: 150px;
  padding-top: 15px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
#footer-nav ul {
  list-style: none;
  margin: 0;
}
#footer-nav ul li {
  display: inline-block;
}
#footer-nav ul a {
  display: block;
  padding: 25px;
  color: #999;
  text-decoration: none;
}
#footer-nav ul a:hover {
  color: #0077be;
}
#footer-nav ul li.current a {
  color: #0077be;
}
#footnotes {
  overflow: hidden;
  padding: 30px 0;
  background: #fff;
}
#official-support {
  text-align: left;
  color: #7a7a7a;
  float: left;
  width: 460px;
}
#official-support a {
  display: inline-block;
}
#official-support .ib {
  width: 260px;
}
#official-support a,
#official-support .ib {
  vertical-align: middle;
  margin: 5px;
}
#copyright {
  float: right;
  width: 460px;
  text-align: right;
  height: 70px;
  line-height: 70px;
}
#copyright p {
  color: #56a5d4;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
}
#copyright p span {
  display: block;
  text-align: left;
}
#copyright p a {
  color: #7a7a7a;
  border-bottom: 1px solid #cfd3d7;
  text-decoration: none;
}
#copyright p a:hover {
  color: #0077be;
}
.buttons {
  margin-top: 40px;
  margin-bottom: 40px;
}
#contents a.button,
#contents input.button {
  display: inline-block;
  font: normal 1.2em 'DIN-Bold';
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: no-repeat 8px center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contents a.button.info,
#contents input.button.submit {
  color: #fff;
  background-color: #39acf0;
}
#contents a.button.action {
  color: #fff;
  background-color: #e67b73;
}
#contents a.button.info:hover {
  color: #0479bf;
  background-color: #c9e2f1;
}
#contents a.button.action:hover {
  color: #d7493e;
  background-color: #f5d2d0;
}
#contents input.button.submit {
  color: #fff;
  background-color: #ef9f44;
}
.ib {
  display: inline-block;
}
.acenter {
  text-align: center;
}
.info-box {
  margin: 20px 0 0;
  border: 1px solid #dedede;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
input,
textarea,
select {
  font: 1.2em Arial, Helvetica, sans-serif;
}
.textbox {
  width: 290px;
  padding: 5px;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #7a7a7a;
}
.textbox.small {
  width: 100px;
}
textarea.medium {
  width: 300px;
  height: 150px;
}
.textbox:focus {
  color: #0077be;
  border-color: #aaa;
}
input.button {
  font: 700 1.2em Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #0077be;
  padding: 7px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.form-select {
  display: inline-block;
  width: 300px;
  height: 28px;
  overflow: hidden;
  background: #ffffff url('../img/form_select_arrow.png') no-repeat right center;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-select select {
  background: transparent;
  width: 274px;
  height: 28px;
  padding: 5px;
  line-height: 1;
  border: 0;
  color: #7a7a7a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.ie .form-select {
  background-image: none;
}
.ie .form-select select {
  width: 298px;
}
ul.fields-list div.checkbox {
  padding: 4px 0;
}
ul.fields-list div.checkbox label {
  display: inline-block;
  margin-left: 5px;
  color: #7a7a7a;
  font-weight: normal;
}
ul.fields-list div.checkbox.checked label {
  color: #000;
  font-weight: bold;
}
.field label {
  font-weight: bold;
}
.field label .info {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  color: #7a7a7a;
}
p.field label {
  display: inline-block;
  width: 140px;
}
ul.fields-group {
  border: 1px solid #dedede;
  background: #f6f6f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
ul.fields-list {
  list-style: none;
  margin: 0 0 20px;
  overflow: hidden;
}
ul.fields-list .field {
  float: left;
  width: 345px;
}
ul.fields-list .field label {
  display: block;
  width: auto;
}
ul.fields-list .field .textbox {
  max-width: 300px;
}
.field-error {
  color: #c00;
  display: block;
  font-size: 0.9em;
  padding: 0 6px;
}
div.message {
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
div.message ul {
  margin-bottom: 0;
}
div.message.error {
  color: #fff;
  background: #f00;
}
div.message.success {
  color: #000;
  background: #c9efd9;
}
div.message.notice {
  color: #000;
  background: #f1f1f1;
}
