@charset "UTF-8";
@font-face { font-family: "Ne10-simplified"; font-weight: normal; font-style: normal; src: url("../fonts/Ne10-simplified/ne10-simplified.eot"); src: url("../fonts/Ne10-simplified/ne10-simplified.eot?#iefix") format("embedded-opentype"), url("../fonts/Ne10-simplified/ne10-simplified.woff") format("woff"), url("../fonts/Ne10-simplified/ne10-simplified.ttf") format("truetype"), url("../fonts/Ne10-simplified/ne10-simplified.svg#Ne10-simplified") format("svg"); }

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

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** 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. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** 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. */
img { border: 0; }

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

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

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

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

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

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

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
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; }

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

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

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

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

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

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

/*! Print styles. Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css */
@media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: .5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  select { background: #fff !important; } }

/* Idea based on Bootstrap 3: https://github.com/twbs/bootstrap/blob/master/less/scaffolding.less This partial contains more opinionated resets such as box-sizing and font behaviour */
*, *:before, *:after { box-sizing: border-box; }

html { -webkit-tab-highlight-color: rgba(0, 0, 0, 0); }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #e10098; text-decoration: none; }

a:hover, a:focus { color: #bb16a3; text-decoration: underline; }

a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

img { vertical-align: middle; }

/** OPINIONATED Emphasis Classes (BS) Address VCard Close button */
html { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #485d65; font-weight: normal; }

h1, h2, h3, h4, h5, h6 { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.2; margin-top: 0; color: #053041; }

p { margin: 0 0 24px; }

a { color: #e10098; }

a:hover, a:focus { color: #bb16a3; }

a:focus { outline: thin dotted #333; outline-offset: -2px; }

/* Headings */
h1 { font-size: 33px; font-size: 2.0625rem; margin-bottom: 0.72727em; }

h2 { font-size: 28px; font-size: 1.75rem; margin-bottom: 0.85714em; }

h3 { font-size: 24px; font-size: 1.5rem; margin-bottom: 1em; }

h4 { font-size: 21px; font-size: 1.3125rem; margin-bottom: 1.14286em; }

h5 { font-size: 18px; font-size: 1.125rem; margin-bottom: 1.33333em; }

h6 { font-size: 16px; font-size: 1rem; margin-bottom: 1.5em; }

.mega { font-size: 38px; font-size: 2.375rem; }

.giga { font-size: 45px; font-size: 2.8125rem; }

.tera { font-size: 52px; font-size: 3.25rem; }

.alpha { font-size: 33px; font-size: 2.0625rem; }

.beta { font-size: 28px; font-size: 1.75rem; }

.gamma { font-size: 24px; font-size: 1.5rem; }

.delta { font-size: 21px; font-size: 1.3125rem; }

.epsilon { font-size: 18px; font-size: 1.125rem; }

.zeta { font-size: 16px; font-size: 1rem; }

.eta { font-size: 13px; font-size: 0.8125rem; }

small { font-size: 80%; }

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

.link-email, .institution-details dt, .institution-details dd { word-wrap: break-word; }

pre code { word-wrap: normal; }

.no-wrap { white-space: nowrap; }

body { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; -o-hyphens: none; hyphens: none; -webkit-font-smoothing: antialiased; }

input, abbr, acronym, blockquote, code, kbd, q, samp, var { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; -o-hyphens: none; hyphens: none; }

code, kdb, pre, samp { font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; }

pre code { white-space: pre-wrap; }

pre { white-space: pre; }

code { white-space: pre; }

ul, ol { margin-top: 0; margin-bottom: 24px; }

ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }

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

.list-alpha { list-style-type: lower-alpha; }

.list-inline { padding-left: 0; list-style: none; }

.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

dl { margin-bottom: 24px; }

dt ~ dt { margin-top: 12px; }

dd { color: #485d65; font-weight: bold; margin-left: 0; }

.dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; }

.dl-horizontal dt ~ dt { margin-top: 0; }

.dl-horizontal dd { margin-left: 180px; }

.dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; }

.dl-horizontal dd:after { height: 6px; clear: both; }

.dl-compact dt { float: left; clear: left; }

.dl-compact dt:after { content: "\00a0"; }

.dl-compact dd:before, .dl-compact dd:after { display: table; content: " "; }

.dl-compact dd:after { clear: both; }

.dl-inline { margin-bottom: 24px; }

.dl-inline:after { content: ""; display: table; clear: both; }

.dl-inline dt, .dl-inline dd { float: left; }

.dl-inline dt { clear: left; }

.dl-inline dt:before { content: '\a0\a0\b7\a0\a0'; }

.dl-inline dt:after { content: '\a0'; }

.dl-inline dt ~ dt { margin-top: 0; }

.dl-inline dd { font-weight: normal; }

@media (min-width: 768px) { .dl-inline dt, .dl-inline dd { float: none; display: inline-block; }
  .dl-inline dt:first-child:before { content: ''; } }

blockquote + figcaption { display: block; font-size: inherit; text-align: right; }

blockquote p:last-of-type { margin-bottom: -0.75em; }

blockquote + figcaption:before { content: "-"; }

.pull-quote { position: relative; padding: 1 em; }

.pull-quote:before, .pull-quote:after { height: 1 em; opacity: 0.5; position: absolute; font-size: 4em; color: inherit; }

.pull-quote:before { content: "“"; top: 0; left: 0; }

.pull-quote:after { content: "”"; bottom: 0; right: 0; }

.unit { text-transform: none; }

/*! Utilities and helper classes. Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css */
/* HTML5 Boilerplate utilities Primary focus is on visibility of items for various user types and AT */
.hidden { display: none !important; visibility: hidden; }

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

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

.invisible { visibility: hidden; }

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

/* GP Utilities and helpers */
.clearfix:after, .is-bogus:after { content: ""; display: table; clear: both; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.text-left { text-align: left; }

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

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

.text-bold { font-weight: bold; }

.text-semibold { font-weight: 600; }

.text-italic { font-style: italic; }

.text-muted { color: #485d65; }

.text-success { color: #3c763d; }

.text-info { color: #31708f; }

.text-warning { color: #8a6d3b; }

.text-danger { color: #a94442; }

.vertical-align { display: inline-block; vertical-align: middle; height: 100%; }

.img-responsive { max-width: 100%; height: auto; }

.svg-responsive { width: 100%; height: auto; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.container:after { content: ""; display: table; clear: both; }

.row { margin-left: -15px; margin-right: -15px; }

.row:after { content: ""; display: table; clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: 0; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: 0; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .container { width: 750px; }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: 0; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: 0; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }

@media (min-width: 992px) { .container { width: 970px; }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: 0; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: 0; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }

@media (min-width: 1200px) { .container { width: 1170px; }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: 0; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: 0; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }

@-ms-viewport { width: device-width; }

.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }

@media (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }

@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }

@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }

.visible-print-block { display: none !important; }

@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }

@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }

@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }

@media (min-width: 768px) { .row.flex-sm { display: -ms-flexbox; display: flex; }
  .row.flex-sm > [class^='col'] { display: -ms-flexbox; display: flex; }
  .row.flex-sm > [class^='col'] > * { -ms-flex: 1 0 100%; flex: 1 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .row.flex-md { display: -ms-flexbox; display: flex; }
  .row.flex-md > [class^='col'] { display: -ms-flexbox; display: flex; }
  .row.flex-md > [class^='col'] > * { -ms-flex: 1 0 100%; flex: 1 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .row-flex-md { display: -ms-flexbox; display: flex; } }

form { margin-bottom: 72px; }

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

legend { display: block; width: 100%; padding: 0; margin-bottom: 24px; line-height: inherit; color: #485d65; border: 0; }

label, .form-group-label { display: inline-block; margin-bottom: 5px; }

.form-group-label { font-size: 16px; font-weight: normal; border-bottom: none; -webkit-margin-top-collapse: separate; -webkit-margin-bottom-collapse: separate; }

.form-group-label span { display: block; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* Hack: IE8-9 only */ line-height: normal; }

input[type="file"] { display: block; }

select[multiple], select[size] { height: auto; }

select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; }

output { display: block; padding-top: 6px; font-size: 16px; line-height: 1.5; color: #555; vertical-align: middle; }

.form-control { display: block; width: 100%; height: 48px; padding: 12px 20px; font-size: 16px; line-height: 1.5; color: #555; vertical-align: middle; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus { border-color: #f5a32e; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 163, 46, 0.6); }

.form-control:-moz-placeholder { color: #d4d4d4; }

.form-control::-moz-placeholder { color: #d4d4d4; }

.form-control:-ms-input-placeholder { color: #d4d4d4; }

.form-control::-webkit-input-placeholder { color: #d4d4d4; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; color: #959595; background-color: #eee; }

@media (min-width: 768px) { .form-control[size] { width: auto; } }

.form-control ::-ms-clear, .form-control ::-ms-reveal { width: 0; height: 0; }

textarea.form-control { height: auto; resize: vertical; }

input[type="file"] { margin: 12px 0; }

.form-group { margin-bottom: 24px; }

.form-group.form-group-sm { font-size: 13px; }

.form-group.form-group-sm .form-control, .form-group.form-group-sm .form-control-static { font-size: 13px; height: 37px; }

.form-group.form-group-sm .form-label, .form-group.form-group-sm .form-group-label, .form-group.form-group-sm .radio, .form-group.form-group-sm .checkbox, .form-group.form-group-sm .radio-inline, .form-group.form-group-sm .checkbox-inline { padding-top: 8px; }

.form-group.form-group-lg { font-size: 18px; }

.form-group.form-group-lg .form-control, .form-group.form-group-lg .form-control-static { font-size: 18px; height: 63px; }

.form-group.form-group-lg .form-label, .form-group.form-group-lg .form-group-label, .form-group.form-group-lg .radio, .form-group.form-group-lg .checkbox, .form-group.form-group-lg .radio-inline, .form-group.form-group-lg .checkbox-inline { padding-top: 18px; }

.form-group.form-group-center { display: block; text-align: center; }

.form-group.form-group-center .radio, .form-group.form-group-center .checkbox { padding: 0; }

.form-group.form-group-center input[type="radio"], .form-group.form-group-center input[type="checkbox"] { float: none; margin: 0; }

.radio, .checkbox { display: block; min-height: 24px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; vertical-align: middle; }

.radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; cursor: pointer; }

.radio-inline + span, .checkbox-inline + span { display: block; margin-top: 12px; }

@media (min-width: 768px) { .radio-inline + span, .checkbox-inline + span { display: inline-block; margin-top: 0; transform: translateY(-1px); }
  .radio-inline + span:before, .checkbox-inline + span:before { content: "\a0\a0\b7\a0\a0"; } }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.form-control-static { margin-bottom: 0; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; }

.form-group-static { height: 92px; margin-bottom: 0; vertical-align: middle; display: table-cell; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } }

.form-horizontal .form-label, .form-horizontal .form-group-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 12px; }

.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }

.form-horizontal .form-group:after { content: ""; display: table; clear: both; }

.form-horizontal .form-group.form-group-horizontal .checkbox, .form-horizontal .form-group.form-group-horizontal .radio { padding-left: 0; }

.form-horizontal .form-control-static { padding-top: 12px; padding-bottom: 12px; }

.form-horizontal.l-label-left .form-label, .form-horizontal.l-label-left .form-group-label { text-align: left; }

@media (min-width: 768px) { .form-horizontal .form-label, .form-horizontal .form-group-label { text-align: right; } }

@media (max-width: 767px) { .form-horizontal.stack-label-xs .form-label, .form-horizontal.stack-label-xs .form-group-label { text-align: left !important; } }

@media (max-width: 991px) { .form-horizontal.stack-label-sm .form-label, .form-horizontal.stack-label-sm .form-group-label { text-align: left !important; } }

@media (max-width: 1199px) { .form-horizontal.stack-label-md .form-label, .form-horizontal.stack-label-md .form-group-label { text-align: left !important; } }

@media (min-width: 1200px) { .form-horizontal.stack-label-lg .form-label, .form-horizontal.stack-label-lg .form-group-label { text-align: left !important; } }

.label-extra { font-size: 13px; color: #485d65; }

.help-block, .error-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #859ea8; }

.help-block:not(:last-of-type), .error-block:not(:last-of-type) { margin-bottom: 0; }

.error-block { color: #a94442; }

.has-error .error-block, .has-error .form-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error .form-group-label { color: #a94442; }

.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.is-required .form-label:before, .is-required .form-group-label:before { content: '*'; margin-right: 3px; color: #a94442; }

table { max-width: 100%; }

th { text-align: left; }

.table { background-color: rgba(0, 0, 0, 0); width: 100%; margin-bottom: 24px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 20px 20px; line-height: 1.5; vertical-align: top; border-top: 1px solid #ddd; }

.table > thead > tr > th { background-color: rgba(0, 0, 0, 0); vertical-align: bottom; border-bottom: 1px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 1px solid #ddd; }

.table-zebra > tbody > tr:nth-child(odd) { background-color: #f2f2f2; }

.table-zebra > tbody > tr:nth-child(even) { background-color: #f9f9f9; }

@media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 12px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } }

.cell-success { color: #3c763d; background-color: #dff0d8; }

.cell-info { color: #31708f; background-color: #d9edf7; }

.cell-warning { color: #8a6d3b; background-color: #fcf8e3; }

.cell-danger { color: #a94442; background-color: #f2dede; }

.cell-min { width: 1%; }

.cell-no-wrap { white-space: nowrap; overflow: hidden; }

.form-control .select2-choice { border: 0; border-radius: 2px; }

.form-control .select2-choice .select2-arrow { border-radius: 0 2px 2px 0; }

.form-control.select2-container { height: auto !important; padding: 0; border-width: 0; }

.form-control.select2-container.select2-dropdown-open { border-color: #f5a32e; border-radius: 3px 3px 0 0; }

.form-control .select2-container.select2-dropdown-open .select2-choices { border-radius: 3px 3px 0 0; }

.form-control.select2-container .select2-choices { border: 0 !important; border-radius: 3px; }

.control-group.warning .select2-container .select2-choice, .control-group.warning .select2-container .select2-choices, .control-group.warning .select2-container-active .select2-choice, .control-group.warning .select2-container-active .select2-choices, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.warning .select2-container-multi.select2-container-active .select2-choices { border: 1px solid #C09853 !important; }

.control-group.warning .select2-container .select2-choice div { border-left: 1px solid #C09853 !important; background: #FCF8E3 !important; }

.control-group.error .select2-container .select2-choice, .control-group.error .select2-container .select2-choices, .control-group.error .select2-container-active .select2-choice, .control-group.error .select2-container-active .select2-choices, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.error .select2-container-multi.select2-container-active .select2-choices { border: 1px solid #B94A48 !important; }

.control-group.error .select2-container .select2-choice div { border-left: 1px solid #B94A48 !important; background: #F2DEDE !important; }

.control-group.info .select2-container .select2-choice, .control-group.info .select2-container .select2-choices, .control-group.info .select2-container-active .select2-choice, .control-group.info .select2-container-active .select2-choices, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.info .select2-container-multi.select2-container-active .select2-choices { border: 1px solid #3A87AD !important; }

.control-group.info .select2-container .select2-choice div { border-left: 1px solid #3A87AD !important; background: #D9EDF7 !important; }

.control-group.success .select2-container .select2-choice, .control-group.success .select2-container .select2-choices, .control-group.success .select2-container-active .select2-choice, .control-group.success .select2-container-active .select2-choices, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice, .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices, .control-group.success .select2-container-multi.select2-container-active .select2-choices { border: 1px solid #468847 !important; }

.control-group.success .select2-container .select2-choice div { border-left: 1px solid #468847 !important; background: #DFF0D8 !important; }

.select2-no-results .alert { padding: 6px; padding-left: 33px; background-size: 21px; background-position: 6px 6px; margin-left: -5px; margin-bottom: 0; min-height: inherit; font-weight: 600; font-size: 13px; font-size: 0.8125rem; }

.select2-container.form-control .select2-choice { height: 48px; line-height: 48px; padding-left: 16px; border: 1px solid #ccc; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); background-image: none; }

.select2-container.form-control .select2-choice .select2-arrow { background-color: #fff; border: 0; background-image: none; margin-top: 1px; }

.select2-container.form-control .select2-choice .select2-arrow b { background-position: 0 12px; }

.select2-container.form-control.select2-container-active .select2-choice { border-color: #f5a32e; }

.select2-container.form-control.select2-container-disabled .select2-choice { background-color: #eee; border: 1px solid #ccc; cursor: not-allowed; color: #959595; }

.select2-container.form-control.select2-container-disabled .select2-choice .select2-arrow { background-color: #eee; margin-top: 2px; background-position: 0 10px; }

.select2-container.form-control.select2-dropdown-open.select2-dropdown-open { border-color: #f5a32e; border-radius: 0; }

.select2-container.form-control.select2-dropdown-open.select2-dropdown-open .select2-choice { background-color: #fff; background-image: none; }

.form-control.select2-container.select2-container-multi { border-width: 1px; }

.form-control.select2-container.select2-container-multi .select2-choices { border-radius: 0; }

.form-control.select2-container.select2-container-multi .select2-choices, .form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice { line-height: 1; }

.select2-results { font-size: 13px; font-size: 0.8125rem; }

.select2-drop.select2-drop-active { border-color: #f5a32e; border-radius: 0; }

.select2-search.select2-search input { background-image: none; padding-right: 5px; }

.select2-container.select2-allowclear .select2-choice abbr { top: 18px; }

.select2-container .select2-search-field input { min-height: 48px; }

@font-face { font-family: 'hedd'; src: url("../fonts/hedd-icons/hedd.eot?v7t6fw"); src: url("../fonts/hedd-icons/hedd.eot?v7t6fw#iefix") format("embedded-opentype"), url("../fonts/hedd-icons/hedd.ttf?v7t6fw") format("truetype"), url("../fonts/hedd-icons/hedd.woff?v7t6fw") format("woff"), url("../fonts/hedd-icons/hedd.svg?v7t6fw#hedd") format("svg"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"], .btn-anchor:after, .table-view-all:after, .action-view:after, .btn-action-view::after, .institution:after, .dashboard-cta:after, .widget-list > li > a:after, .next:after, .prev:after { font-family: 'hedd' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before { content: "\e602"; }

.icon-arrow-right:before { content: "\e603"; }

.icon-document-mortar-board:before { content: "\e903"; }

.icon-document-pdf:before { content: "\e904"; }

.icon-gear:before { content: "\e900"; }

.icon-group:before { content: "\e901"; }

.icon-institution:before { content: "\e902"; }

.icon-mortar-board:before { content: "\e905"; }

.btn, .chckt-button { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; display: inline-block; margin-bottom: 0; vertical-align: middle; text-align: left; cursor: pointer; border-radius: 5px; background-image: none; padding: 18px 15px; font-size: 16px; font-weight: normal; line-height: 1.5; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; transition: 0.1s color linear, 0.1s background-color linear; }

.btn:focus, .chckt-button:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn.active, .active.chckt-button, .btn:active, .chckt-button:active { outline: 0; background-image: none; }

.btn.disabled, .disabled.chckt-button, .btn[disabled], .chckt-button[disabled], fieldset[disabled] .btn, fieldset[disabled] .chckt-button { cursor: not-allowed; pointer-events: none; opacity: 0.7; }

.btn div, .chckt-button div { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; }

.btn div .btn-text + .btn-icon, .chckt-button div .btn-text + .btn-icon { padding-left: 15px; }

.btn-block { display: block; width: 100%; }

.btn-primary { background-color: #e10098; color: #fff; }

.btn-primary:hover, .btn-primary:focus { text-decoration: none; background-color: #bb16a3; color: #fff; }

.btn-secondary { background-color: #ebebeb; color: #ca0089; }

.btn-secondary:hover, .btn-secondary:focus { text-decoration: none; background-color: #bb16a3; color: #fff; }

.btn-link { background-color: rgba(0, 0, 0, 0.02); color: #bb16a3; }

.btn-link:hover, .btn-link:focus { color: #ca0089; background-color: rgba(0, 0, 0, 0.04); text-decoration: none; }

.btn-anchor { font-size: 21px; padding: 0; color: #053041; }

.btn-anchor:after { color: #000; content: "\e603"; transform: rotate(90deg); font-size: 33px; position: absolute; bottom: -36px; transition: 0.1s color linear; left: calc(50% - 33px/2); }

.btn-anchor:hover, .btn-anchor:focus { text-decoration: none; }

.btn-anchor:hover:after, .btn-anchor:focus:after { color: #bb16a3; }

.btn-search { width: 100%; font-size: 13px; margin-right: 12px; padding-top: 14px; padding-bottom: 14px; }

@media (min-width: 768px) { .btn-search { width: auto; margin-right: 0; } }

.btn-group .btn-secondary, .btn-group .btn-link { margin-top: 24px; }

.btn-group form .btn-secondary, .btn-group form .btn-link { margin-top: 0; }

@media (min-width: 768px) { .btn-group .btn-secondary, .btn-group .btn-link { margin-top: 0; } }

.form-btn-group { margin-left: -15px; margin-right: -15px; }

@media (min-width: 768px) { .form-btn-group .btn-group { padding-left: 23px; } }

@media (min-width: 992px) { .form-btn-group-verify { margin-left: 200px; } }

@media (min-width: 1200px) { .form-btn-group-verify { margin-left: 240px; } }

.btn-sm { padding: 10px 12px; font-size: 13px; }

.btn-search-banner { position: absolute; bottom: 0; left: 0; border-top: 1px #fff solid; padding: 12px 15px; font-size: 13px; border-top-left-radius: 0; border-top-right-radius: 0; }

.btn-search-banner .btn-icon { float: right; }

.btn-search-banner:hover, .btn-search-banner:focus { background-color: #ebebeb; text-decoration: none; }

.btn-white { background-color: #fff; color: #ca0089; }

.btn-white:hover, .btn-white:focus { text-decoration: none; background-color: #e10098; color: #fff; }

.btn-secondary-back { text-align: center; background-color: #f2f2f2; color: #ca0089; margin-top: 12px; }

.btn-secondary-back:hover, .btn-secondary-back:focus { text-decoration: none; background-color: #e10098; color: #fff; }

@media (min-width: 768px) { .btn-secondary-back { margin-top: 0; } }

.btn-actions { margin-bottom: 72px; }

section { padding: 36px 0; }

.section-intro { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; background-size: cover; background-position: 50% 50%; text-align: center; padding: 72px 0; color: #053041; }

.section-intro h2 { font-size: 52px; margin-bottom: 36px; }

.section-intro .btn, .section-intro .chckt-button { text-align: center; margin-top: 48px; }

@media (min-width: 768px) { .section-intro { background-position: center top; }
  .section-intro .btn-primary { margin: 48px auto 0; width: 260px; } }

.section-what-we-offer { background-color: #053041; padding: 84px 0; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; text-align: center; }

.section-what-we-offer h2 { margin-top: 24px; font-size: 24px; color: #d0df00; line-height: 1.4; }

.section-what-we-offer p { font-size: 18px; color: #fff; margin-bottom: 0; }

.section-what-we-offer-image p { font-size: 11px; text-transform: uppercase; text-align: center; position: absolute; top: calc(50% - 20px); line-height: 1; left: calc(50% - 25px); }

.section-what-we-offer-image p span { display: block; font-size: 38px; }

.section-what-we-offer-image img { display: block; margin: 0 auto; }

@media (min-width: 992px) { .section-what-we-offer { text-align: left; }
  .section-what-we-offer-image p { left: calc(50% - 45px); }
  .section-what-we-offer-image img { margin: 0 0; } }

@media (min-width: 1200px) { .section-what-we-offer h2 { padding-right: 60px; }
  .section-what-we-offer > p { padding-right: 48px; } }

.section-how-it-works { background-color: #f2f2f2; padding: 60px 0 84px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; }

.section-how-it-works h2 { font-size: 33px; text-align: center; }

.section-how-it-works-items > img { display: none; position: absolute; top: 90px; left: 15px; }

.section-how-it-works-item { margin-top: 48px; text-align: center; color: #053041; }

.section-how-it-works-item svg { fill: #e35206; }

.section-how-it-works-item h4 { margin-top: 60px; font-size: 18px; }

.section-how-it-works-item img { height: 55px; }

.section-how-it-works-item p { padding: 0 26px; font-size: 14px; margin-top: 12px; }

.section-how-it-works-item a { font-size: 14px; color: #ca0089; }

.section-how-it-works-item a:hover { color: #bb16a3; }

@media (min-width: 992px) { .section-how-it-works-item h4 { font-size: 16px; }
  .section-how-it-works-item p { padding: 0 8px; } }

@media (min-width: 1200px) { .section-how-it-works-items > img { display: block; }
  .section-how-it-works-item h4 { font-size: 18px; }
  .section-how-it-works-item p { padding: 0 30px; } }

.section-statistics { background-color: #007dba; color: #fff; padding: 96px 0; text-align: center; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; position: relative; }

.section-statistics > img { height: 720px; position: absolute; top: 0; left: calc(50% - 360px); }

.section-statistics h2 { color: #fff; font-size: 33px; line-height: 1.5; }

.section-statistics .btn, .section-statistics .chckt-button { width: 185px; margin: 24px auto 36px; }

.section-statistics p { font-size: 21px; }

.section-statistics-item { margin-top: 24px; }

.section-statistics-item p { margin: 0; font-size: 18px; }

.section-statistics-item p:first-of-type { font-size: 38px; }

.section-statistics-item a { color: #fff; text-decoration: underline; }

.section-statistics .row-testimonials { margin-top: 96px; }

@media (min-width: 768px) { .section-statistics .row-testimonials { display: -ms-flexbox; display: flex; }
  .section-statistics .row-testimonials .col-flex { display: -ms-flexbox; display: flex; } }

.section-statistics-testimonial { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; width: 100%; background-color: #007dba; text-align: center; border-radius: 8px; padding: 35px 45px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; margin-bottom: 50px; border: 3px #fff solid; }

.section-statistics-testimonial p { font-size: 16px; -ms-flex-positive: 1; flex-grow: 1; margin-top: 35px; }

@media (min-width: 768px) { .section-statistics-testimonial p { font-size: 18px; } }

.section-statistics-image-list { margin-top: 12px; padding: 0 30px; }

.section-statistics-image-list ul { list-style: none; padding-left: 0; }

.section-statistics-image-list ul li { display: inline-block; padding: 24px 19px; }

.section-fraud-toolkits { margin-top: 48px; color: #053041; }

.section-fraud-toolkits h2, .section-fraud-toolkits p { text-align: center; }

.section-fraud-toolkits-card { margin: 24px auto; width: 260px; height: auto; }

.section-fraud-toolkits-card-body { position: relative; background-color: #053041; border-radius: 5px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; transition: all 0.2s; }

.section-fraud-toolkits-card-body img { margin: 15px; width: 50px; height: auto; }

.section-fraud-toolkits-card-body h3 { color: #fff; margin-top: 100px; padding: 0 72px 0 15px; }

.section-fraud-toolkits-card-body .btn, .section-fraud-toolkits-card-body .chckt-button { border-top-left-radius: 0; border-top-right-radius: 0; background-image: url("../img/hedd/symbols/download.svg"); background-repeat: no-repeat; background-size: 20px; background-position-x: 220px; background-position-y: center; }

.section-fraud-toolkits-card-body:hover, .section-fraud-toolkits-card-body:active { box-shadow: inset 0 0 0 2000px rgba(226, 0, 153, 0.3); text-decoration: none; }

.section-fraud-toolkits-card-body:hover .btn, .section-fraud-toolkits-card-body:hover .chckt-button, .section-fraud-toolkits-card-body:active .btn, .section-fraud-toolkits-card-body:active .chckt-button { color: #fff; background-color: #e20099; background-image: url("../img/hedd/symbols/download-white.svg"); }

.section-fraud-toolkits .section-fraud-toolkits-card-body.section-fraud-toolkits-card-body-employers { background-image: url("../img/hedd/hedd-toolkit-employers.jpg"); background-repeat: no-repeat; background-size: cover; }

.section-fraud-toolkits .section-fraud-toolkits-card-body.section-fraud-toolkits-card-body-heproviders { background-image: url("../img/hedd/hedd-toolkit-heproviders.jpg"); background-repeat: no-repeat; background-size: cover; }

.section-fraud-toolkits .section-fraud-toolkits-card-body.section-fraud-toolkits-card-body-heproviders h3 { padding: 0 15px; }

.section-fraud-toolkits .section-fraud-toolkits-card-body.section-fraud-toolkits-card-body-heproviders img { margin-left: 195px; }

header { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; background-color: #053041; color: #fff; padding: 30px 0 15px; }

header h1 { color: #fff; margin-bottom: 0; }

@media (min-width: 992px) { header .col-xs-12 { display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 992px) { header { padding-bottom: 30px; } }

.main-navigation > ul, .footer-navigation > ul { margin: 0; padding: 0; }

.main-navigation > ul > li, .footer-navigation > ul > li { display: block; }

.main-navigation > ul > li > a, .footer-navigation > ul > li > a { display: block; padding-top: 10px; padding-bottom: 10px; color: #fff; }

.main-navigation > ul > li > a:hover, .main-navigation > ul > li > a:focus, .footer-navigation > ul > li > a:hover, .footer-navigation > ul > li > a:focus { color: #ff5fcb; text-decoration: none; }

.main-navigation > ul > li > a:hover .credit-total, .main-navigation > ul > li > a:focus .credit-total, .footer-navigation > ul > li > a:hover .credit-total, .footer-navigation > ul > li > a:focus .credit-total { border-color: #ff5fcb; color: #ff5fcb; }

.main-navigation > ul > li.is-current > a, .footer-navigation > ul > li.is-current > a { pointer-events: none; color: #d0df00; }

@media (min-width: 992px) { .main-navigation > ul > li, .footer-navigation > ul > li { display: inline-block; }
  .main-navigation > ul > li + li, .footer-navigation > ul > li + li { margin-left: 15px; } }

@media (min-width: 992px) and (min-width: 1200px) { .main-navigation > ul > li + li, .footer-navigation > ul > li + li { margin-left: 30px; } }

@media (min-width: 992px) { .main-navigation > ul > li > a, .footer-navigation > ul > li > a { padding-top: 0; padding-bottom: 0; } }

.credit-total { color: #fff; padding: 5px 10px; border-radius: 5px; border: 3px solid #fff; margin-left: 8px; }

.site-title { margin-bottom: 24px; }

@media (min-width: 992px) { .site-title { margin-bottom: 0; } }

footer { padding: 24px 30px; }

footer .footer-company-info { background-color: #053041; padding: 24px 0 0; color: #fff; }

footer .footer-company-info dl { margin: 24px 0 36px; }

footer .footer-company-info dl dd { font-size: 13px; font-weight: normal; color: #fff; }

footer .footer-company-info h3 { text-transform: uppercase; color: #fff; font-size: 16px; }

footer .footer-company-info-nav-list { margin-bottom: 48px; }

footer .footer-company-info-nav-list ul { list-style: none; padding-left: 0; margin-top: 18px; }

footer .footer-company-info-nav-list ul li a { display: block; color: #ff48c5; padding: 12px 0; border-top: 1px solid rgba(72, 93, 101, 0.3); }

footer .footer-company-info-nav-list-last-element { border-bottom: 1px solid rgba(72, 93, 101, 0.3); }

footer .footer-company-info-heading { border-bottom: 1px solid rgba(72, 93, 101, 0.3); padding-bottom: 18px; margin-bottom: 0; }

footer .footer-company-info-image-list ul { margin: 0 0 30px; list-style: none; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: normal; justify-content: normal; }

footer .footer-company-info-image-list ul li { display: inline-block; margin-right: 30px; }

footer .footer-copyright { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; font-size: 14px; margin-bottom: 36px; }

footer .footer-copyright img { margin-right: 15px; }

footer .footer-copyright p { margin: 0; }

footer .footer-copyright a { color: #ff48c5; }

@media (min-width: 768px) { footer .footer-copyright { margin-bottom: 0; } }

.banner-cookies { background-color: #000; color: #fff; }

.banner-cookies p { text-align: right; margin-top: 8px; margin-bottom: 8px; font-weight: bold; }

.banner-cookies p a { margin-left: 24px; }

.banner-cookies p a:hover, .banner-cookies p a:focus { text-decoration: none; }

.banner-cookies p a + a { margin-left: 12px; }

.table-heading { margin-top: 12px; display: inline-block; }

@media (min-width: 768px) { .table-heading { margin-top: 0; padding: 24px 20px 12px; } }

.table-view-all { display: inline-block; margin-bottom: 12px; font-size: 12px; font-size: 0.75rem; }

.table-view-all:hover { text-decoration: none; }

.table-view-all:after { vertical-align: middle; margin-left: 6px; content: "\e603"; }

@media (min-width: 768px) { .table-view-all { margin: 24px; float: right; } }

.table-hedd { margin-bottom: 48px; }

.table-hedd > thead > tr > th { color: #053041; border-bottom-color: #053041; }

.table-hedd > tbody > tr > td { vertical-align: middle; line-height: 1.2; border-top: none; }

.table-hedd > tbody > tr > td.has-action { padding: 0; }

.table-hedd-terms { margin-bottom: 72px; }

.table-hedd-terms td { border: 1px solid #000; padding: 12px 15px; vertical-align: top; }

.table-hedd-terms td:first-of-type { width: 33%; font-weight: bold; }

.table-hedd-enquiry { margin-bottom: 48px; }

.table-hedd-enquiry > tbody > tr > td:nth-of-type(3) { text-align: center; }

.table-hedd .status-verified, .table-hedd .status-complete, .table-hedd .is-match { color: #3c763d; background-color: #dff0d8; }

.table-hedd .status-complete { border-right-color: #dff0d8; }

.table-hedd .status-pending, .table-hedd .is-pending { color: #8a6d3b; background-color: #fcf8e3; }

.table-hedd .status-pending { border-right-color: #fcf8e3; }

.table-hedd .status-not-verified, .table-hedd .status-overdue, .table-hedd .is-not-match { color: #a94442; background-color: #f2dede; }

.table-hedd .status-overdue { border-right-color: #f2dede; }

.table-hedd .status-unable-to-verify, .table-hedd .is-not-applicable { color: #31708f; background-color: #d9edf7; }

.table-hedd.l-hover > tbody > .is-active:hover > td, .table-hedd.l-hover > tbody > .is-active:focus > td { background-color: #bb16a3; color: #fff; cursor: pointer; }

.table-hedd.l-hover > tbody > .is-active:hover .action-view:after, .table-hedd.l-hover > tbody > .is-active:focus .action-view:after { color: #fff; }

.table-hedd.has-form .radio, .table-hedd.has-form .checkbox, .table-hedd.has-form .form-group { margin-bottom: 0; }

.table-hedd.has-form .radio .help-block, .table-hedd.has-form .radio .error-block, .table-hedd.has-form .checkbox .help-block, .table-hedd.has-form .checkbox .error-block, .table-hedd.has-form .form-group .help-block, .table-hedd.has-form .form-group .error-block { margin-bottom: 0; }

.table-hedd.has-form > thead > tr > th { padding-left: 16px; padding-right: 16px; }

.table-hedd.has-form > tbody > tr > td { padding: 16px; vertical-align: middle; }

.table-hedd.has-form > tbody > tr > td.cell-content { vertical-align: top; padding: 24px; color: #053041; }

.action-view:after { content: "\e603"; color: #e10098; font-size: 18px; }

.action-view:hover, .action-view:focus { text-decoration: none; }

.action-view:hover:after, .action-view:focus:after { color: #bb16a3; }

.btn-action-view { background-color: transparent; border: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; }

.btn-action-view:hover, .btn-action-view:focus { background-color: #bb16a3; }

.btn-action-view:hover::after, .btn-action-view:focus::after { color: #fff; }

.btn-action-view::after { content: "\e603"; color: #e10098; font-size: 18px; }

.table-hedd.l-cell-action > tbody > tr > td:last-child { position: relative; padding: 0; }

.table-hedd.l-cell-action > tbody > tr > td:last-child .action-view { display: block; width: 70px; height: 65px; line-height: 70px; }

.table-hedd.l-cell-action > tbody > tr > td:last-child .action-view:hover, .table-hedd.l-cell-action > tbody > tr > td:last-child .action-view:focus { background-color: #bb16a3; }

.table-hedd.l-cell-action > tbody > tr > td:last-child .action-view:hover::after, .table-hedd.l-cell-action > tbody > tr > td:last-child .action-view:focus::after { color: #fff; }

.table-hedd > tbody > tr.top-up-custom label::after { content: "\00a3"; margin-left: 20px; }

.table-hedd > tbody > tr.top-up-custom .form-control { padding-left: 10px; padding-right: 10px; text-align: center; }

.table-hedd > tbody > tr.top-up-custom > td { padding-top: 11px; padding-bottom: 11px; }

.action-user-delete, .action-user-edit, .action-user-add { cursor: pointer; background-repeat: no-repeat; background-position: center center; display: block; min-height: 72px; min-width: 88px; width: 100%; background-size: 24px; }

.action-user-delete > a:after, .action-user-edit > a:after, .action-user-add > a:after { content: ""; display: table; clear: both; }

.action-user-delete:hover, .action-user-delete:focus, .action-user-edit:hover, .action-user-edit:focus, .action-user-add:hover, .action-user-add:focus { background-color: #bb16a3; }

.action-user-delete { background-image: url("../img/hedd/symbols/action-delete.svg"); }

.action-user-edit { background-image: url("../img/hedd/symbols/action-edit.svg"); }

.action-user-add { background-image: url("../img/hedd/symbols/action-add.svg"); }

.cell-content { width: 25%; background-color: #d0df00; font-size: 14px; }

.table-history { margin-bottom: 24px; }

.table-history > tbody > tr > td { border-bottom: 1px solid #ddd; }

.table-history > tbody > tr > td, .table-history > thead > tr > th { padding-left: 0; }

@media (min-width: 768px) and (max-width: 991px) { .table-responsive-sm { width: 100%; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; border: 1px solid #ddd; }
  .table-responsive-sm > .table { margin-bottom: 0; }
  .table-responsive-sm > .table > thead > tr > th, .table-responsive-sm > .table > thead > tr > td, .table-responsive-sm > .table > tbody > tr > th, .table-responsive-sm > .table > tbody > tr > td, .table-responsive-sm > .table > tfoot > tr > th, .table-responsive-sm > .table > tfoot > tr > td { white-space: nowrap; } }

@media (min-width: 992px) and (max-width: 1199px) { .table-responsive-md { width: 100%; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; border: 1px solid #ddd; }
  .table-responsive-md > .table { margin-bottom: 0; }
  .table-responsive-md > .table > thead > tr > th, .table-responsive-md > .table > thead > tr > td, .table-responsive-md > .table > tbody > tr > th, .table-responsive-md > .table > tbody > tr > td, .table-responsive-md > .table > tfoot > tr > th, .table-responsive-md > .table > tfoot > tr > td { white-space: nowrap; } }

.pagination + .table-actions { margin-top: 0; }

.search-results h6 { margin-bottom: 48px; padding-top: 12px; }

@media (min-width: 768px) { .search-results h6 { margin-left: 20px; } }

.result-set { padding-top: 24px; }

.result-set .result-set-title { padding: 12px 20px; margin-bottom: 0; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; border-bottom: 1px solid #053041; font-size: 16px; font-size: 1rem; }

.result-set > ul > li:nth-child(even) { background-color: #f9f9f9; }

.institution { display: block; padding: 16px 12px 16px 20px; color: #485d65; transition: none; }

.institution:after { float: right; display: inline-block; margin-top: 10px; font-size: 18px; color: #e10098; content: "\e603"; }

.institution:hover, .institution:focus { background-color: #bb16a3; color: #fff; text-decoration: none; }

.institution:hover:after, .institution:focus:after { color: #fff; }

.is-old .institution:hover .institution-status, .is-old .institution:focus .institution-status { background-image: url("../img/hedd/symbols/institution-old-white.svg"); }

.is-child .institution:hover .institution-status, .is-child .institution:focus .institution-status { background-image: url("../img/hedd/symbols/institution-child-white.svg"); }

.is-current .institution:hover .institution-status, .is-current .institution:focus .institution-status { background-image: url("../img/hedd/symbols/institution-current-white.svg"); }

.institution-status { display: inline-block; width: 36px; height: 36px; text-indent: -9999px; direction: ltr; background-size: 36px 36px; vertical-align: middle; margin-right: 12px; }

.is-old .institution-status { background-image: url("../img/hedd/symbols/institution-old.svg"); }

.is-child .institution-status { background-image: url("../img/hedd/symbols/institution-child.svg"); height: 38px; background-size: 36px 38px; }

.is-current .institution-status { background-image: url("../img/hedd/symbols/institution-current.svg"); }

.is-bogus .institution-status { background-image: url("../img/hedd/symbols/institution-bogus.svg"); }

.is-bogus .institution { display: inline; padding: 0; background-color: transparent; color: #ff0000; }

.is-bogus .institution:hover, .is-bogus .institution:focus { text-decoration: underline; }

.is-bogus .institution:after { display: none; }

.is-bogus .institution-message { color: #ff0000; margin-right: 12px; margin-top: 3px; float: right; font-size: 18px; font-variant: small-caps; font-weight: bold; text-transform: lowercase; }

li.is-bogus { padding: 16px 12px 16px 20px; }

.form-login { margin-top: 48px; border-radius: 5px; overflow: hidden; }

.well-login { background-color: #f2f2f2; }

.well-login p { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; margin-bottom: 0; }

.well-register { background-color: #ebebeb; }

.well-login, .well-register { padding: 24px 24px; }

.well-login h2, .well-register h2 { text-align: center; }

.btn-login { width: 100%; margin-top: 24px; margin-bottom: 24px; }

.register-circle { position: relative; background-color: #fff; border-radius: 50%; width: 210px; height: 210px; margin: 0 auto; line-height: 210px; text-align: center; }

.register-circle span { position: absolute; display: block; width: 100%; text-align: center; top: 65px; font-weight: bold; font-size: 14px; color: #053041; line-height: 1; }

.register-circle a { font-size: 33px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; }

@media (min-width: 768px) { .register-circle { width: 263px; height: 263px; line-height: 263px; }
  .register-circle span { top: 90px; } }

@media (min-width: 992px) { .form-login { display: -ms-flexbox; display: flex; }
  .well-login, .well-register { -ms-flex: 1 0 50%; flex: 1 0 50%; padding: 24px 56px; max-width: 50%; }
  .register-circle { margin-top: 55px; } }

.alert, .callout { padding: 16px; margin-bottom: 24px; border: 1px solid transparent; word-wrap: break-word; }

.alert a, .callout a { text-decoration: underline; color: inherit; }

.alert a:hover, .alert a:focus, .callout a:hover, .callout a:focus { text-decoration: none; }

.alert a.btn, .alert a.chckt-button, .callout a.btn, .callout a.chckt-button { color: #fff; text-decoration: none; }

.alert > p, .alert > ul, .alert > ol, .callout > p, .callout > ul, .callout > ol { margin-bottom: 8px; }

.alert > p:last-child, .alert > ul:last-child, .alert > ol:last-child, .callout > p:last-child, .callout > ul:last-child, .callout > ol:last-child { margin-bottom: 0; }

.alert .checkbox, .alert .radio, .callout .checkbox, .callout .radio { padding-top: 0; }

.alert .form-group, .callout .form-group { margin-top: 12px; margin-bottom: 5px; }

.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; background-image: url("../img/alerts/alert-success.svg"); background-repeat: no-repeat; background-position: 24px 24px; padding-left: 90px; padding-bottom: 32px; min-height: 90px; }

.alert-success > :first-child { margin-top: 16px; }

.alert-success .alert-title { color: #3c763d; margin-bottom: 12px; font-weight: 600; font-size: 18px; font-size: 1.125rem; }

.alert-info { color: #31708f; background-color: #d9edf7; border-color: #c4ebf3; background-image: url("../img/alerts/alert-info.svg"); background-repeat: no-repeat; background-position: 24px 24px; padding-left: 90px; padding-bottom: 32px; min-height: 90px; }

.alert-info > :first-child { margin-top: 16px; }

.alert-info .alert-title { color: #31708f; margin-bottom: 12px; font-weight: 600; font-size: 18px; font-size: 1.125rem; }

.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; background-image: url("../img/alerts/alert-warning.svg"); background-repeat: no-repeat; background-position: 24px 24px; padding-left: 90px; padding-bottom: 32px; min-height: 90px; }

.alert-warning > :first-child { margin-top: 16px; }

.alert-warning .alert-title { color: #8a6d3b; margin-bottom: 12px; font-weight: 600; font-size: 18px; font-size: 1.125rem; }

.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; background-image: url("../img/alerts/alert-danger.svg"); background-repeat: no-repeat; background-position: 24px 24px; padding-left: 90px; padding-bottom: 32px; min-height: 90px; }

.alert-danger > :first-child { margin-top: 16px; }

.alert-danger .alert-title { color: #a94442; margin-bottom: 12px; font-weight: 600; font-size: 18px; font-size: 1.125rem; }

.callout-success { background-color: #dff0d8; color: #3c763d; }

.callout-success { border-left-color: #3c763d; }

.callout-info { background-color: #d9edf7; color: #31708f; }

.callout-info { border-left-color: #31708f; }

.callout-warning { background-color: #fcf8e3; color: #8a6d3b; }

.callout-warning { border-left-color: #8a6d3b; }

.callout-danger { background-color: #f2dede; color: #a94442; }

.callout-danger { border-left-color: #a94442; }

.alert-sm { background-size: 15px; background-position: 15px 14px; padding: 12px 15px; padding-left: 45px; margin-bottom: 12px; min-height: 39px; }

.alert-sm > :first-child { margin-top: 0; }

.alert-dialog { position: absolute; top: 25%; left: 50%; }

.alert-dialog > .alert-dialog-inner { position: relative; left: -50%; z-index: 2000; }

.alert-dialog.is-modal > .alert-dialog-inner { box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2); }

.alert-dialog-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; background-color: #000; opacity: .5; }

.alert { border-radius: 5px; border: none; margin-bottom: 48px; }

.alert + h3 { margin-top: 48px; }

.alert-no-results { padding-left: 24px; margin-bottom: 24px; font-weight: bold; color: #053041; }

.alert-danger-login { margin-top: 48px; margin-bottom: 48px; }

.alert-invalid-search { margin-bottom: 0; margin-top: 24px; }

.alert-spacer .alert { margin-top: 24px; }

.alert-danger { border-color: #a94442; }

.alert-banner-info { padding: 18px 0; color: #31708f; background-color: #d9edf7; }

.alert-banner-info.alert-banner-has-icon .alert-banner-body { min-height: 40px; background-image: url("../img/alerts/alert-info.svg"); background-size: 40px; background-repeat: no-repeat; }

.alert-banner-info.alert-banner-has-icon .alert-banner-body p { padding-top: 7px; padding-left: 65px; }

.alert-banner-info p { margin-bottom: 0; }

.alert-banner-danger { padding: 18px 0; color: #a94442; background-color: #f2dede; }

.alert-banner-danger.alert-banner-has-icon .alert-banner-body { min-height: 40px; background-image: url("../img/alerts/alert-danger.svg"); background-size: 40px; background-repeat: no-repeat; }

.alert-banner-danger.alert-banner-has-icon .alert-banner-body p { padding-top: 7px; padding-left: 65px; }

.alert-banner-danger p { margin-bottom: 0; }

.alert-banner-warning { padding: 18px 0; color: #8a6d3b; background-color: #fcf8e3; }

.alert-banner-warning.alert-banner-has-icon .alert-banner-body { min-height: 40px; background-image: url("../img/alerts/alert-warning.svg"); background-size: 40px; background-repeat: no-repeat; }

.alert-banner-warning.alert-banner-has-icon .alert-banner-body p { padding-top: 7px; padding-left: 65px; }

.alert-banner-warning p { margin-bottom: 0; }

.success_message_box { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; background-image: url("../img/alerts/alert-success.svg"); background-repeat: no-repeat; background-position: 24px 24px; padding-left: 90px; padding-bottom: 32px; min-height: 90px; }

.success_message_box > :first-child { margin-top: 16px; }

.success_message_box .alert-title { color: #3c763d; margin-bottom: 12px; font-weight: 600; font-size: 18px; font-size: 1.125rem; }

.account-actions { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; }

.l-dashboard .account-actions { margin-bottom: 12px; }

@media (min-width: 768px) { .account-actions { -ms-flex-direction: row; flex-direction: row; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; text-align: right; padding-top: 24px; }
  .l-dashboard .account-actions { margin-bottom: 24px; } }

@media (min-width: 992px) { .account-actions { padding-top: 60px; } }

.account-actions-title { margin-bottom: 12px; display: block; color: #e8d1e3; padding-right: 20px; vertical-align: bottom; }

@media (min-width: 768px) { .account-actions-title { margin-bottom: 0; display: inline-block; } }

.account-action { margin-top: 12px; margin-bottom: 12px; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; }

.account-action:hover, .account-action:focus { text-decoration: none; }

.account-action [class^="icon-"], .account-action [class*=" icon-"] { margin-right: 8px; font-size: 20px; }

@media (min-width: 768px) { .account-action { margin: 0; }
  .account-action + a { margin-left: 40px; } }

.account-action-text { vertical-align: bottom; }

.search-banner { background-color: #f2f2f2; padding: 18px; margin: 48px 0 96px; border-radius: 5px; }

.search-banner h3 { color: #053041; font-size: 18px; margin-bottom: 24px; }

.search-banner form { margin-bottom: 12px; }

.search-banner .form-group { width: 100%; }

.search-banner .form-group #countrySelect { display: none; }

.search-banner .form-group #country-list { margin: 0; padding: 5px 0; position: absolute; top: 48px; left: 15px; z-index: 4; background-color: #f2f2f2; max-width: 250px; border-radius: 3px; box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }

.search-banner .form-group #country-list li { list-style: none; padding-top: 5px; padding-bottom: 5px; }

.search-banner .form-group #country-list li:first-of-type { padding-left: 15px; padding-bottom: 10px; margin-bottom: 18px; border-bottom: 1px solid #ccc; font-size: 14px; }

.search-banner .form-group #country-list li:hover:nth-child(n+2) { background-color: #bb16a3; color: #fff; cursor: pointer; }

.search-banner .form-group #country-list li img { margin: 0 15px; }

.search-banner .form-group #country-list li.selected { background-image: url(../img/hedd/symbols/selected-tick.svg); background-repeat: no-repeat; background-size: 15px; background-position: right center; margin-right: 15px; }

.search-banner .form-group #country-list li.selected:hover { background-color: #f2f2f2; color: #485d65; cursor: default; }

.search-banner .form-group #list-opener { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; background-color: #fff; border-radius: 3px 0 0 3px; border: 1px solid #ccc; border-right: none; padding: 0 8px; }

.search-banner .form-group .country-selector { display: none; }

.search-banner .form-group .open { display: block !important; }

.search-banner .form-group .btn-select { background-color: #fff; border: none; padding: 0 7px; }

.search-banner .form-group .btn-select li { list-style: none; }

.search-banner .form-group .btn-select:focus { outline: none; }

.search-banner .form-control { border-radius: 0 3px 3px 0; }

@media (min-width: 768px) { .search-banner .form-control { border-radius: 0; } }

.search-banner .browse-link { display: inline-block; vertical-align: middle; text-decoration: underline; color: #e10098; font-size: 13px; }

@media (min-width: 768px) { .search-banner .browse-link { margin-left: 12px; width: 140px; } }

.search-banner .browse-link:hover, .search-banner .browse-link:focus { color: #bb16a3; text-decoration: none; }

.l-dashboard .search-banner { margin: 0 0 48px; }

.search-banner.l-enquiry-ref { margin-top: 0; }

.search-banner.l-enquiry-ref:last-of-type { margin-top: 24px; }

@media (min-width: 768px) { .search-banner.l-enquiry-ref { margin-bottom: 0; } }

@media (min-width: 768px) { .search-banner.l-enquiry-ref { margin-top: 0; } }

@media (min-width: 992px) { .search-banner.l-enquiry-ref .form-group { margin-bottom: 0; } }

.search-banner.l-enquiry-ref .help-block, .search-banner.l-enquiry-ref .error-block { margin-bottom: 0; }

@media (min-width: 768px) { .search-banner-input { display: -ms-flexbox; display: flex; width: 100%; }
  .search-banner-input .btn, .search-banner-input .chckt-button { -ms-flex-negative: 0; flex-shrink: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } }

.search-banner-input .form-group { width: auto; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 24px; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: 48px; }

@media (min-width: 768px) { .search-banner-input .form-group { margin-bottom: 0; } }

.search-banner.has-btn-bottom { position: relative; padding-bottom: 60px; }

.widget-enquiry { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; background-color: #f2f2f2; padding: 20px; border-radius: 5px; margin-bottom: 50px; color: #053041; }

.widget-enquiry h4 { font-size: 24px; margin-bottom: 12px; }

.widget-enquiry dl { margin-bottom: 0; word-wrap: break-word; }

.widget-enquiry dl dt { font-size: 14px; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; }

.widget-enquiry dl dd { font-weight: normal; color: #053041; font-size: 21px; }

.widget-enquiry p { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 14px; margin-bottom: 0; }

.widget-enquiry.t-green { background-color: #d0df00; }

.widget-enquiry .enquirer-organisation, .widget-enquiry .enquirer-name { margin-bottom: 0; font-weight: bold; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

.widget-enquiry .enquirer-organisation { font-size: 16px; margin-bottom: 3px; }

.widget-enquiry .enquirer-name { font-size: 14px; }

.widget-enquiry .locked-by { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; margin-bottom: 12px; }

.widget-enquiry.is-consent, .widget-enquiry.is-processed, .widget-enquiry.is-locked, .widget-enquiry.is-unlocked { background-size: 30px; background-position: 20px 20px; background-repeat: no-repeat; padding-left: 65px; }

.widget-enquiry.is-consent { background-image: url("../img/hedd/symbols/document-pdf.svg"); }

.widget-enquiry.is-processed { background-image: url("../img/hedd/symbols/binders.svg"); background-size: 40px; padding-left: 75px; }

.widget-enquiry.is-locked { background-image: url("../img/hedd/symbols/padlock-locked.svg"); }

.widget-enquiry.is-unlocked { background-image: url("../img/hedd/symbols/padlock-unlocked.svg"); }

.widget-enquiry.is-consent, .widget-enquiry.is-processed, .widget-enquiry.is-locked { font-weight: bold; }

.dashboard-cta-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; overflow: hidden; border-radius: 5px; }

.dashboard-cta-container .dashboard-cta { margin-bottom: 0; border-radius: 0; padding-left: 24px; padding-right: 24px; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.dashboard-cta-container .dashboard-cta:first-child { margin-bottom: 1px; }

.dashboard-cta-container .dashboard-cta-sm { -ms-flex: 0 1 auto; flex: 0 1 auto; }

.dashboard-cta { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; background: #e10098; border-radius: 5px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; color: #fff; padding: 24px; margin-bottom: 24px; font-size: 21px; transition: background-color 0.1s linear; }

.dashboard-cta [class^="icon-"], .dashboard-cta [class*=" icon-"] { font-size: 50px; margin-right: 20px; }

.dashboard-cta .icon-wide { font-size: 30px; margin-top: 10px; margin-bottom: 10px; }

.dashboard-cta:hover, .dashboard-cta:focus { color: #fff; text-decoration: none; background: #bb16a3; }

.dashboard-cta:after { margin-top: 4px; margin-left: auto; float: right; content: "\e603"; }

.dashboard-cta-alt { background-color: #fafafa; color: #bb16a3; }

.dashboard-cta-sm { padding: 12px; margin-bottom: 1px; font-size: 13px; font-size: 0.8125rem; }

.dashboard-cta-list .dashboard-cta { border-radius: 0; }

.dashboard-cta-list > li:first-of-type .dashboard-cta { border-radius: 5px 5px 0 0; }

.dashboard-cta-list > li:last-of-type .dashboard-cta { border-radius: 0 0 5px 5px; }

.enquiry-search { background-color: #f2f2f2; margin-bottom: 48px; padding: 30px 15px 15px; border-radius: 5px; }

.enquiry-search .row-flex { display: block; }

.enquiry-search input { border-radius: 3px; }

@media (min-width: 768px) { .enquiry-search { padding: 48px 48px 12px; }
  .enquiry-search .row-flex { display: -ms-flexbox; display: flex; } }

.widget { border-radius: 5px; overflow: hidden; background-color: #f9f9f9; margin-bottom: 24px; }

.widget > .widget-title { padding: 18px 24px; background-color: #f2f2f2; margin-bottom: 0; font-size: 18px; font-size: 1.125rem; }

.widget > .widget-body { padding: 24px; }

.widget.l-list > .widget-body { padding: 0; }

.l-dashboard .widget { margin-top: 24px; }

.l-dashboard .widget dl { margin-bottom: 0; font-size: 13px; font-size: 0.8125rem; }

.widget.is-sticky { position: -webkit-sticky; position: sticky; top: 48px; }

.list-toc { list-style: none; padding-left: 0; }

.list-toc li + li { margin-top: 12px; }

.widget-list { list-style-type: none; padding-left: 0; font-size: 13px; font-size: 0.8125rem; }

.widget-list > li > a { display: block; padding: 12px 6px 12px 24px; }

.widget-list > li > a:hover { background-color: #f5a32e; text-decoration: none; color: #fff; }

.widget-list > li > a:hover:after { color: #fff; }

.widget-list > li > a:after { content: "\e603"; float: right; font-size: 18px; color: #cdcdcd; }

.pagination { display: inline-block; padding-left: 0; margin: 24px 0; }

.pagination > li { display: inline; }

.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 0 12px; line-height: 36px; height: 36px; min-width: 36px; text-decoration: none; text-align: center; }

.pagination > li > span { color: #485d65; pointer-events: none; }

.pagination > li.page a, .pagination > li.page span { background-color: #ececec; }

.pagination > li.page > a:hover, .pagination > li.page > a:focus, .pagination > li.page > span:hover, .pagination > li.page > span:focus { background-color: #bb16a3; color: #fff; }

.pagination > li + .page a, .pagination > li + .page span { margin-left: 10px; }

.pagination > li.is-current > a, .pagination > li.is-current > span { color: #485d65; background-color: #d0df00; }

.pagination > li:first-child > a { padding-left: 0; }

.table-responsive + .pagination, .table + .pagination { margin-top: 0; }

@media (min-width: 768px) { .pagination { margin-left: 8px; } }

.a2z { display: none; }

@media (min-width: 768px) { .a2z { display: block; }
  .a2z > ul { list-style-type: none; margin-left: 0; padding-left: 0; }
  .a2z > ul > .a2z-entry { display: inline-block; }
  .a2z > ul > .a2z-entry.is-disabled { pointer-events: none; opacity: .5; }
  .a2z > ul > .a2z-entry.is-current > a { background-color: #d0df00; }
  .a2z > ul > .a2z-entry > a { width: 30px; line-height: 30px; display: block; text-align: center; background-color: #ececec; color: #485d65; }
  .a2z > ul > .a2z-entry > a:hover, .a2z > ul > .a2z-entry > a:focus { background-color: #bb16a3; text-decoration: none; color: #fff; }
  .flexbox .a2z > ul { display: -ms-flexbox; display: flex; -ms-flex-align: stretch; align-items: stretch; }
  .flexbox .a2z > ul > .a2z-entry { -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .flexbox .a2z > ul > .a2z-entry + .a2z-entry { margin-left: 4px; }
  .flexbox .a2z > ul > .a2z-entry > a { width: auto; } }

.content-box { margin-bottom: 48px; border-radius: 5px; overflow: hidden; }

.content-box:after { content: ""; display: table; clear: both; }

.content-box > div, .content-box > aside { float: left; padding: 24px; width: 100%; }

.content-box > div { background-color: #f2f2f2; }

.content-box > aside { background-color: #d0df00; color: #053041; font-size: 13px; font-size: 0.8125rem; }

.content-box > aside > p:last-child { margin-bottom: 0; }

@media (min-width: 768px) { .content-box > div { width: 75%; }
  .content-box > aside { width: 25%; }
  .flexbox .content-box { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; }
  .flexbox .content-box > div { box-flex: 7.5; -moz-flex: 7.5; -ms-flex: 7.5; flex: 7.5; }
  .flexbox .content-box > aside { box-flex: 2; -moz-flex: 2; -ms-flex: 2; flex: 2; } }

.l-content-box-offset .btn, .l-content-box-offset .chckt-button { width: 100%; }

@media (min-width: 768px) { .l-content-box-offset { width: 75%; }
  .l-content-box-offset .btn, .l-content-box-offset .chckt-button { width: auto; } }

.content-box.is-registration > aside { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; background-color: #053041; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; font-size: 16px; padding-bottom: 36px; }

.content-box.is-registration > aside, .content-box.is-registration > aside .aside-title { color: #fff; }

.content-box.is-registration > aside .aside-title { font-size: 21px; }

.content-box.is-registration > aside p > img { display: block; margin: 0 12px 0 0; float: left; }

.content-box.is-registration > aside .aside-title, .content-box.is-registration > aside p { margin-bottom: 48px; }

.content-box.is-registration > aside p:last-child { margin-bottom: 0; }

@media (min-width: 768px) { .content-box.is-registration > aside { width: 280px; -ms-flex: initial; flex: initial; } }

@media (min-width: 992px) { .content-box.is-registration > aside { width: 360px; background-image: url("../img/hedd/registration-aside.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; -ms-flex-pack: end; justify-content: flex-end; } }

.verification-action { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; background-color: #f2f2f2; border-radius: 5px; overflow: hidden; margin-bottom: 36px; }

@media (min-width: 992px) { .verification-action { -ms-flex-direction: row; flex-direction: row; } }

.verification-action > div, .verification-action > aside { padding: 20px 20px 30px; }

.verification-action > div { -ms-flex: 3; flex: 3; }

.verification-action > aside { -ms-flex: 1.2; flex: 1.2; background-color: #d0df00; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; color: #053041; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

.verification-action-notes { font-size: 14px; }

.verification-action-notes + .verification-action-option { border-top: 1px solid #dadee0; margin-top: 24px; padding-top: 24px; }

.verification-action-fees { margin-top: auto; font-size: 18px; }

.verification-action .request-methods { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: justify; justify-content: space-between; background-color: #fff; padding: 12px; font-size: 14px; border-radius: 5px; margin-bottom: 24px; }

.verification-action .request-methods p { margin-bottom: 0; }

.verification-action .request-methods .request-method { font-size: 16px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; margin: 4px 0; color: #053041; text-transform: lowercase; }

.verification-action .request-methods .request-method.l-no-transform { text-transform: none; }

@media (min-width: 992px) { .verification-action .request-methods { margin-bottom: 0; } }

.verification-action .alert { border: none; }

.loader { margin: 0 auto; font-size: 10px; position: relative; text-indent: -9999em; border-top: 4px solid rgba(255, 255, 255, 0.5); border-right: 4px solid rgba(255, 255, 255, 0.5); border-bottom: 4px solid rgba(255, 255, 255, 0.5); border-left: 4px solid #fff; transform: translateZ(0); animation: rotate 1.1s infinite linear; }

.loader, .loader::after { content: ''; border-radius: 50%; width: 24px; height: 24px; }

.no-loader .loader { display: none; }

@keyframes rotate { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

.section-institution { background-color: #d0df00; margin-bottom: 48px; color: #053041; padding: 24px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; }

.section-institution .institution-meta { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; }

.section-institution .institution-meta a { color: #485d65; }

.section-institution .institution-meta a:hover, .section-institution .institution-meta a:focus { color: #e10098; }

.section-institution img { margin-right: 24px; margin-bottom: 24px; }

.section-institution .institution-title { display: block; font-size: 24px; }

.section-institution.is-current p, .section-institution.is-bogus p { margin-bottom: 0; }

.section-institution .alt-institution { font-style: italic; color: #053041; }

.section-institution .alt-institution .institution-title { margin-bottom: 6px; }

.section-institution .alt-institution p { margin-bottom: 12px; }

.section-institution .alt-institution p:nth-last-of-type(1n+2) { margin-bottom: 5px; }

.section-institution .alt-institution + p:last-child { margin-bottom: 0; }

.section-institution .section-institution-notes { margin-top: 12px; }

.section-institution .section-institution-notes p { margin-bottom: 11px; }

.section-institution .section-institution-notes a { text-decoration: underline; }

@media (min-width: 768px) { .section-institution .section-institution-notes { margin-top: 0; } }

@media (min-width: 768px) { .section-institution .institution-meta { -ms-flex-direction: row; flex-direction: row; }
  .section-institution .institution-meta img { margin-bottom: 0; } }

.institution-details { margin-top: 24px; color: #053041; }

.institution-details dt { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; }

.institution-details dd { font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; font-size: 18px; font-weight: normal; margin-bottom: 24px; }

.institution-notes { margin-bottom: 48px; }

.step-container { text-align: center; margin-bottom: 48px; padding-top: 10px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

.step-container:after { content: ""; display: table; clear: both; }

.step { color: #053041; text-align: center; width: 60px; }

@media (min-width: 768px) { .step { min-width: 135px; } }

@media (min-width: 992px) { .step { min-width: 190px; } }

@media (min-width: 1200px) { .step { min-width: 230px; } }

.step .step-number { width: 40px; height: 40px; line-height: 40px; background-color: #053041; font-size: 21px; font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; color: #444; border-radius: 50%; font-weight: bold; text-align: center; display: inline-block; position: relative; }

.step .step-number img { height: 15px; }

@media (min-width: 768px) { .step .step-number img { height: 26px; } }

.step + .step .step-number:before { content: url("../img/hedd/dots-1-slate.png"); display: block; position: absolute; left: -21px; }

@media (min-width: 768px) { .step + .step .step-number:before { content: url("../img/hedd/dots-2-slate.png"); display: block; position: absolute; left: -70px; } }

@media (min-width: 992px) { .step + .step .step-number:before { content: url("../img/hedd/dots-3-slate.png"); display: block; position: absolute; left: -115px; } }

@media (min-width: 1200px) { .step + .step .step-number:before { content: url("../img/hedd/dots-3-slate.png"); display: block; position: absolute; left: -135px; } }

@media (min-width: 768px) { .step .step-number { margin: 0; width: 70px; height: 70px; line-height: 70px; font-size: 33px; } }

.step .step-title { display: none; text-align: center; font-weight: bold; margin-top: 12px; }

@media (min-width: 768px) { .step .step-title { display: block; } }

.step.is-current { color: #d0df00; }

.step.is-current img { transform: translateY(-3px); }

.step.is-current .step-number { background-color: #d0df00; color: #053041; }

.step + .step.is-current .step-number:before { content: url("../img/hedd/dots-1-green.png"); }

@media (min-width: 768px) { .step + .step.is-current .step-number:before { content: url("../img/hedd/dots-2-green.png"); } }

@media (min-width: 992px) { .step + .step.is-current .step-number:before { content: url("../img/hedd/dots-3-green.png"); } }

.step.is-future { color: #ebebeb; }

.step.is-future .step-number { background-color: #ebebeb; color: #fff; }

.step + .step.is-future .step-number:before { content: url("../img/hedd/dots-1-grey.png"); }

@media (min-width: 768px) { .step + .step.is-future .step-number:before { content: url("../img/hedd/dots-2-grey.png"); } }

@media (min-width: 992px) { .step + .step.is-future .step-number:before { content: url("../img/hedd/dots-3-grey.png"); } }

#breadcrumb { font-size: 13px; font-size: 0.8125rem; }

#breadcrumb small { display: none; }

@media (min-width: 768px) { #breadcrumb small { font-size: 100%; color: #485d65; float: left; }
  #breadcrumb small:after { content: "\00BB\00a0"; padding-left: 0.5em; padding-right: 4px; color: #ccc; } }

#breadcrumb ul { margin-top: 24px; margin-bottom: 0; padding-left: 0; list-style: none; }

#breadcrumb ul li { display: inline-block; }

#breadcrumb ul li:after { content: "\00b7\00a0"; padding-left: 0.5em; color: #ccc; }

#breadcrumb ul li:last-child { color: #485d65; }

#breadcrumb ul li:last-child:after { content: none; }

#breadcrumb ul a { text-decoration: none; }

.form-hedd .has-error .label-extra { color: #a94442; }

.form-hedd .l-block-extra .label-extra { display: block; }

.form-hedd .form-container { background-color: #f2f2f2; padding: 36px; margin-bottom: 36px; border-radius: 5px; }

.form-hedd .form-button-group:after { content: ""; display: table; clear: both; }

@media (min-width: 768px) { .form-hedd .form-button-group { padding: 0 36px; } }

.form-hedd-doa { margin-bottom: 24px; }

.form-hedd-doa > div { border-bottom: 1px solid #f3f9fd; background-color: #fdfdfd; padding: 12px; }

.form-hedd-doa > div:after { content: ""; display: table; clear: both; }

.form-hedd-doa > div:first-child { border-top: 1px solid #f3f9fd; }

@media (min-width: 768px) { .form-hedd-doa .form-group:nth-child(1) { width: 70%; }
  .flexbox .form-hedd-doa .form-group:nth-child(1) { display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; float: left; }
  .flexbox .form-hedd-doa .form-group:nth-child(1) .form-control { box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; }
  .form-hedd-doa .form-control { width: 65%; }
  .form-hedd-doa .form-label { width: 25%; }
  .form-hedd-doa .checkbox, .form-hedd-doa .radio { margin-left: 12px; }
  .form-hedd-doa .checkbox input[type="checkbox"], .form-hedd-doa .radio input[type="radio"] { float: right; margin-left: 12px; }
  .form-hedd-doa .help-block, .form-hedd-doa .error-block { width: 100%; margin-left: 25%; margin-bottom: 0; } }

@media (min-width: 768px) { .form-hedd-contact, .from-hedd-contact { margin-top: 36px; } }

.form-group-sm input.form-control { padding: 8px 12px; }

.form-group-sm select.form-control { padding: 7px 10px; }

@media (min-width: 768px) { .form-hedd-inline { display: inline-block; margin-right: 10px; } }

@media (min-width: 768px) { .form-verification .form-button-group { width: 78%; } }

.form-verification .form-button-group .btn, .form-verification .form-button-group .chckt-button { width: 100%; margin-bottom: 24px; }

@media (min-width: 768px) { .form-verification .form-button-group .btn, .form-verification .form-button-group .chckt-button { width: auto; margin-bottom: 0; } }

.form-control-highlight { border-color: #d0df00; box-shadow: 0 0 1px #d0df00; }

.form-control-highlight[disabled], .form-control-highlight.select2-container-disabled { border-color: #ccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.form-group-response { margin-bottom: 66px; }

.form-group-response .radio { margin: 0; padding: 12px 0 12px 22px; }

.form-group-response .radio input[type="radio"] { float: left; margin: 4px 5px 0 0; }

.form-group-response .radio + .radio { border-top: 1px solid #f4f4f4; }

.form-group-response .radio .form-group { margin-bottom: 0; margin-top: 12px; margin-left: 18px; }

.form-contact { margin-top: 84px; }

.form-site-config { font-size: 18px; }

.form-site-config .form-group-label { font-size: 18px; }

.form-site-config input[type="radio"], .form-site-config input[type="checkbox"] { margin-top: 8px; }

.form-site-config .alert-banner-preview { padding-top: 18px; clear: both; margin-top: 18px; margin-left: 15px; }

.form-site-config .alert-banner-preview h5 { color: #485d65; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 16px; }

.form-site-config .alert-banner-preview .alert-banner { padding-left: 15px; }

@media (min-width: 768px) { .form-site-config .form-horizontal .form-group { margin-left: 0; }
  .form-site-config .form-horizontal .form-group .form-label { padding-left: 0; } }

.form-payment { background-color: #f2f2f2; padding: 60px 45px 48px; margin-bottom: 48px; border-radius: 5px; }

.form-payment h4 a { font-size: 16px; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; }

.form-payment p { margin: 0; font-weight: bold; }

.form-payment .checkbox { padding-left: 0; }

.form-payment .checkbox label { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.form-payment .checkbox label input { -ms-flex-order: 1; order: 1; margin-left: 20px; }

.form-payment .checkbox label .label-secondary { -ms-flex-order: 2; order: 2; font-size: 11px; margin-left: 12px; -ms-flex-item-align: center; align-self: center; }

@media (min-width: 768px) { .form-payment .checkbox label span:first-of-type { text-align: right; width: 30%; } }

@media (min-width: 992px) { .form-payment .checkbox label span:first-of-type { width: 23%; } }

.form-payment-link { font-size: 16px; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; }

.form-payment-link:before { content: '\00a0\00b7\00a0'; }

.form-payment-user { color: #053041; }

.form-payment-user p:not(:last-of-type) { margin: 0; }

.form-payment-user p:last-of-type { margin-bottom: 36px; }

.form-payment-iframe { width: 100%; background-color: #fff; padding: 36px 30px; border-radius: 5px; }

.form-payment-iframe iframe { border: 0; }

.form-payment .table > thead > tr > th { border-bottom: 1px solid #053041; }

.form-payment .table > tbody > tr > td { border: 0; }

.form-payment .table-zebra > tbody > tr:nth-child(odd) { background-color: #fff; }

.form-payment .table-zebra > tbody > tr:nth-child(even) { background-color: #f9f9f9; }

.form-payment .table-responsive { border: 0; }

.form-below-margin { margin-bottom: 48px; }

.error-page { padding-top: 60px; }

#adyen-form-payment:after { content: ""; display: table; clear: both; }

@media (min-width: 768px) { #adyen-form-payment + .btn.btn-block, #adyen-form-payment + .btn-block.chckt-button { position: relative; margin-left: calc(263px + 30px); width: 263px; transform: translateY(-60px); } }

.chckt-pm { border: none; }

.chckt-pm:first-child { border-top: none; }

.chckt-pm__header { padding: 48px 48px 0; }

.js-chckt-pm--selected .js-chckt-pm__header { background-color: #f2f2f2 !important; }

.chckt-pm__header .chckt-pm__radio-button { display: none; }

.chckt-pm__name { display: none; }

.chckt-pm__image { display: inline-block; margin-left: 0; float: none; overflow: visible; }

.chckt-pm__image::after { content: "Card details"; position: absolute; top: 50%; left: calc(100% + 15px); transform: translateY(-50%); font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; font-size: 21px; line-height: 1.52; width: 300px; color: #053041; }

.chckt-pm__image-border { display: none; }

.chckt-pm__details { padding: 48px; }

.js-chckt-pm--selected .js-chckt-pm__details { background-color: #f2f2f2 !important; }

@media (min-width: 768px) { .chckt-form { float: none; }
  .chckt-form label:first-of-type { width: calc(150px + 325px); }
  .chckt-form label:first-of-type + label { width: calc(150px + 227px); } }

@media (min-width: 768px) { .chckt-form--max-width { max-width: none; } }

.chckt-form-label { position: relative; }

@media (min-width: 768px) { .chckt-form-label { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; float: none; } }

.chckt-form-label--exp-date { width: 100%; }

@media (min-width: 768px) { .chckt-form-label--exp-date { width: calc(150px + 88px); } }

.chckt-form-label--cvc { width: 100%; }

.chckt-form-label--cvc .chckt-input-field { width: 100%; }

@media (min-width: 768px) { .chckt-form-label--cvc { width: calc(150px + 122px); } }

.chckt-form-label__text { font-size: 16px; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

@media (min-width: 768px) { .chckt-form-label__text { padding-right: 30px; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-positive: 0; flex-grow: 0; min-width: 150px; text-align: right; } }

.chckt-input-field { height: 48px; border-radius: 0; box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.08); border-color: #ccc; }

.chckt-input-field, .chckt-input-field::-moz-placeholder { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 16px; }

.chckt-input-field, .chckt-input-field:-ms-input-placeholder { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 16px; }

.chckt-input-field, .chckt-input-field::placeholder { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 16px; }

.chckt-input-field--cvc { max-width: none; }

@media (min-width: 768px) { .chckt-input-field--cvc { max-width: 80px; } }

.chckt-form-label__error-text { position: absolute; bottom: -2px; left: 0; color: #a94442; }

@media (min-width: 768px) { .chckt-form-label__error-text { left: 150px; } }

.chckt-button--submit { margin-top: 48px; }

.chckt-button, .chckt-button:hover { background-color: #e10098; }

.chckt-button--disabled, .chckt-button--disabled:hover { background-color: rgba(225, 0, 152, 0.2); }

.chckt-pm-list__button { position: relative; width: 100%; }

@media (min-width: 768px) { .chckt-pm-list__button { width: 263px; } }

.section-prefooter { color: #222; background-color: #f9f9f9; margin-bottom: -72px; margin-top: 100px; padding-bottom: 60px; padding-top: 60px; }

.section-prefooter label { margin-bottom: 10px; }

.section-prefooter h3 { margin-bottom: 33px; }

.section-prefooter .form-group { margin-bottom: 33px; }

.section-prefooter .msg-response { display: inline-block; margin-top: 24px; }

@media (min-width: 768px) { .section-prefooter .msg-response { margin-top: 0; transform: translateY(18px); } }

.ordered-list ol { list-style-type: decimal; }

.ordered-list ol > li > ol { list-style-type: lower-alpha; }

.ordered-list ol > li > ol > li > ol { list-style-type: lower-roman; }

.ordered-list li { margin: 0 0 12px -18px; padding: 0 15px; }

.ordered-list h3 { margin: 24px 0 24px -42px; }

html { background-color: #053041; }

body { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; }

main { background-color: #fff; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.hedd-indent { margin-left: 24px; }

.page-title { font-size: 38px; margin: 48px 0 24px; }

dl { margin-bottom: 48px; margin-top: 0; }

address { font-style: normal; }

.help-block, .error-block { font-size: 13px; }

.text-highlight { color: #d0df00; }

.admin-browse-link { display: inline-block; margin-top: 5px; font-size: 13px; }

.institution-dashboard-enquiry { margin-bottom: 24px; }

.institution-dashboard-enquiry .dashboard-cta-container { margin-bottom: 48px; }

@media (min-width: 768px) { #auxiliary { margin-bottom: 12px; margin-left: 20px; } }

.next, .prev { color: #cdcdcd; }

.next:hover, .prev:hover { color: #999; text-decoration: none; }

.next:hover:after, .prev:hover:after { color: #bb16a3; }

.next:after, .prev:after { display: inline-block; font-size: 18px; margin-top: -3px; vertical-align: middle; color: #e10098; }

.next:after { margin-left: -13px; content: "\e603"; }

.prev:after { margin-left: -7px; content: "\e602"; }

.cke.cke { box-shadow: none; }

.cke.cke .cke_top, .cke.cke .cke_bottom { border-top: none; box-shadow: none; background-color: #eee; background-image: none; }

.cke.cke .cke_toolgroup, .cke.cke .cke_combo_button, .cke.cke .cke_panel, .cke.cke .cke_combo_panel { border-radius: 0; }

.label-notes.is-required:before { content: "*"; margin-right: 3px; color: #a94442; }

.content a { text-decoration: underline; }

.content a, .content a:visited { color: #e10098; }

.content a:hover, .content a:focus { color: #bb16a3; }

.row-flex { display: -ms-flexbox; display: flex; }

.row-flex-center { -ms-flex-align: center; align-items: center; }

abbr[title] { border-bottom: none; }

.modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }

.modal-content { background-color: #f2f2f2; margin: auto; padding: 40px; position: fixed; width: 240px; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: "Ne10-simplified", Helvetica, Arial, sans-serif; font-size: 13px; text-align: center; border-radius: 3px; }

.modal-content p { font-weight: bold; }

.modal-content button { margin: 10px auto; font-size: 13px; }

@media (min-width: 768px) { .modal-content { font-size: 16px; width: auto; }
  .modal-content button { width: 60%; font-size: 13px; } }

@media print { html { font-size: 13px; }
  main { padding-bottom: 12px; }
  .alert { background-image: none !important; padding: 12px !important; min-height: auto; }
  .alert > :first-child { margin-top: 0; }
  .banner-cookies, .site-title, .main-navigation, #breadcrumb, form#command, header, footer, .institution-verification-action > .row { display: none !important; }
  .page-title { margin-top: 6px; margin-bottom: 12px; }
  .table-hedd > tbody > tr > td, .table-hedd > thead > tr > th { padding: 5px 8px !important; border: 1px solid #929292 !important; }
  .widget-enquiry { padding: 0; padding-bottom: 8px; margin-bottom: 0; }
  .widget-enquiry dl { margin-bottom: 3px; margin-left: 12px; }
  .widget-enquiry dl dt, .widget-enquiry dl dd { display: inline-block; font-size: 12px; }
  .widget-enquiry dl dt:after { content: ": "; }
  .enquiry-enquirer { padding-left: 0; margin-left: 0; margin-bottom: 0; }
  .enquiry-enquirer .enquirer-name { margin-bottom: 0; }
  .enquiry-enquirer > p { margin-left: 12px; }
  .table-responsive { border: none; overflow: auto; }
  .widget-enquiry h4, .enquiry-enquirer h5, .notes-enquiry h5, .enquiry-processed-by h5 { margin-bottom: 8px; font-size: 16px; }
  .notes-enquiry { padding-left: 0; margin-top: 22px; }
  .enquiry-processed-by, .institution-verification-action { padding: 0; margin-left: 0; margin-right: 0; }
  .enquiry-processed-by h5, .institution-verification-action h5 { margin-left: 0 !important; }
  .enquiry-processed-by p, .institution-verification-action p { font-weight: normal; font-size: 13px; margin-left: 12px !important; }
  .widget-enquiry, .institution-verification-action, .enquiry-enquirer, .enquiry-processed-by, .notes-enquiry { page-break-inside: avoid; } }
