@charset "UTF-8";
@import url(https://nrs.preservation.mirrorweb.com/public/20180503011304cs_/https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,900);
/**
 * Toolkit styles
 */
/***

   colors.css v2.0.0
   http://clrs.cc
   @mrmrs
   MIT License

***/
/*

   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes

*/
/* Backgrounds */
.bg-navy {
  background-color: #001F3F; }

.bg-blue {
  background-color: #0074D9; }

.bg-aqua {
  background-color: #7FDBFF; }

.bg-teal {
  background-color: #39CCCC; }

.bg-olive {
  background-color: #3D9970; }

.bg-green {
  background-color: #2ECC40; }

.bg-lime {
  background-color: #01FF70; }

.bg-yellow {
  background-color: #FFDC00; }

.bg-orange {
  background-color: #FF851B; }

.bg-red {
  background-color: #FF4136; }

.bg-fuchsia {
  background-color: #F012BE; }

.bg-purple {
  background-color: #B10DC9; }

.bg-maroon {
  background-color: #85144B; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #aaa; }

.bg-silver {
  background-color: #ddd; }

.bg-black {
  background-color: #111; }

/* Colors */
.navy {
  color: #001F3F; }

.blue {
  color: #0074D9; }

.aqua {
  color: #7FDBFF; }

.teal {
  color: #39CCCC; }

.olive {
  color: #3D9970; }

.green {
  color: #2ECC40; }

.lime {
  color: #01FF70; }

.yellow {
  color: #FFDC00; }

.orange {
  color: #FF851B; }

.red {
  color: #FF4136; }

.fuchsia {
  color: #F012BE; }

.purple {
  color: #B10DC9; }

.maroon {
  color: #85144B; }

.white {
  color: #fff; }

.silver {
  color: #ddd; }

.gray {
  color: #aaa; }

.black {
  color: #111; }

/* Border colors 

   Use with another border utility that sets border-width and style 
   i.e .border { border-width: 1px; border-style: solid; }     
*/
.border--navy {
  border-color: #001F3F; }

.border--blue {
  border-color: #0074D9; }

.border--aqua {
  border-color: #7FDBFF; }

.border--teal {
  border-color: #39CCCC; }

.border--olive {
  border-color: #3D9970; }

.border--green {
  border-color: #2ECC40; }

.border--lime {
  border-color: #01FF70; }

.border--yellow {
  border-color: #FFDC00; }

.border--orange {
  border-color: #FF851B; }

.border--red {
  border-color: #FF4136; }

.border--fuchsia {
  border-color: #F012BE; }

.border--purple {
  border-color: #B10DC9; }

.border--maroon {
  border-color: #85144B; }

.border--white {
  border-color: #fff; }

.border--gray {
  border-color: #aaa; }

.border--silver {
  border-color: #ddd; }

.border--black {
  border-color: #111; }

/* Fills for SVG */
.fill-navy {
  fill: #001F3F; }

.fill-blue {
  fill: #0074D9; }

.fill-aqua {
  fill: #7FDBFF; }

.fill-teal {
  fill: #39CCCC; }

.fill-olive {
  fill: #3D9970; }

.fill-green {
  fill: #2ECC40; }

.fill-lime {
  fill: #01FF70; }

.fill-yellow {
  fill: #FFDC00; }

.fill-orange {
  fill: #FF851B; }

.fill-red {
  fill: #FF4136; }

.fill-fuchsia {
  fill: #F012BE; }

.fill-purple {
  fill: #B10DC9; }

.fill-maroon {
  fill: #85144B; }

.fill-white {
  fill: #fff; }

.fill-gray {
  fill: #aaa; }

.fill-silver {
  fill: #ddd; }

.fill-black {
  fill: #111; }

/* Strokes for SVG */
.stroke-navy {
  stroke: #001F3F; }

.stroke-blue {
  stroke: #0074D9; }

.stroke-aqua {
  stroke: #7FDBFF; }

.stroke-teal {
  stroke: #39CCCC; }

.stroke-olive {
  stroke: #3D9970; }

.stroke-green {
  stroke: #2ECC40; }

.stroke-lime {
  stroke: #01FF70; }

.stroke-yellow {
  stroke: #FFDC00; }

.stroke-orange {
  stroke: #FF851B; }

.stroke-red {
  stroke: #FF4136; }

.stroke-fuchsia {
  stroke: #F012BE; }

.stroke-purple {
  stroke: #B10DC9; }

.stroke-maroon {
  stroke: #85144B; }

.stroke-white {
  stroke: #fff; }

.stroke-gray {
  stroke: #aaa; }

.stroke-silver {
  stroke: #ddd; }

.stroke-black {
  stroke: #111; }

/*
------------------------------------------------------
COLORS (VARIABLES)
------------------------------------------------------

These colors are used on elements throughout the
website.

0.0 Bacic colors
1.0 Brand colors
2.0 Typography colors
3.0 Form colors
4.0 Notication colors
5.0 Custom
		5.1 Tabs
*/
/*
	MEDIA QUERY DEFAULTS
	Should only be used as guidance, feel free to bring in your own widths
*/
/*
------------------------------------------------------
MEDIA QUERY MIXINS
------------------------------------------------------

*/
/*
------------------------------------------------------
UNITS
------------------------------------------------------
*/
/*
------------------------------------------------------
TYPOGRAPHY MIXINS
------------------------------------------------------
*/
/*
------------------------------------------------------
LAYOUT MIXINS
------------------------------------------------------

Mixins for common layout arrangements

*/
/*
------------------------------------------------------
SORT THE OLDER IEs
------------------------------------------------------
*/
/*
------------------------------------------------------
GRIDSET (http://gridsetapp.com)
------------------------------------------------------
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
------------------------------------------------------
HELPER CLASSES (GREAT FOR @expand)
------------------------------------------------------
*/
.clearfix:before, .banner:before, .navigation-items:before, .form-field-pair:before, .thumbnails:before, .parties:before, .dashboard__title:before, .clearfix:after, .banner:after, .navigation-items:after, .form-field-pair:after, .thumbnails:after, .parties:after, .dashboard__title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after, .banner:after, .navigation-items:after, .form-field-pair:after, .thumbnails:after, .parties:after, .dashboard__title:after {
  clear: both; }

.alpha {
  margin-top: 0 !important; }

.flush {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.hug {
  margin-bottom: 0 !important; }

.hide {
  display: none; }

.hide.active, .show {
  display: block; }

/*
	 * Image replacement
	 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
	 * Hide only visually, but have it available for screenreaders: h5bp.com/v
	 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* hide in smaller screens */
.wide {
  display: none; }
  @media screen and (min-width: 53.875em) {
    .wide {
      display: inline; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	* Don't show links for images, or javascript/internal links
	*/
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img, table, tbody {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }}

/*
------------------------------------------------------
BASE STYLES
------------------------------------------------------
*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  background: white;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  html * {
    box-sizing: border-box; }

body {
  position: relative;
  background: white;
  color: #101820;
  font-weight: 400;
  font-family: "Roboto", arial, san-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

html, button, input, select, textarea {
  font-family: "Roboto", arial, san-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

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

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

[hidden] {
  display: none; }

/*
------------------------------------------------------
Layouts
------------------------------------------------------

Description of custom-element

@include gs-span(d, 1);


*/
.l-wrapper, .r-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 70%;
  padding-left: 1.3em;
  padding-right: 1.3em;
  padding-bottom: 1.3em; }
  .l-wrapper::after, .r-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 800px) {
    .l-wrapper, .r-wrapper {
      padding-left: .9em;
      padding-right: .9em; } }
  @media screen and (max-width: 590px) {
    .l-wrapper, .r-wrapper {
      padding-left: .75em;
      padding-right: .75em; } }

.l-framework-sub {
  padding-left: 2em; }

.l-side-menu {
  float: left;
  width: 20%;
  padding-top: 6.5em; }

.l-side-menu-main {
  float: left;
  width: 80%;
  padding-left: 2em; }

.l-article {
  margin: 0 auto 2em auto;
  max-width: 60em; }

@media screen and (min-width: 61.25em) {
  .l-center {
    margin: 0 auto; } }
@media screen and (min-width: 61.25em) {
  .l-center--p1 {
    max-width: 60em; } }
@media screen and (min-width: 61.25em) {
  .l-center--p2 {
    max-width: 50em; } }
@media screen and (min-width: 61.25em) {
  .l-center--p3 {
    max-width: 40em; } }
@media screen and (min-width: 61.25em) {
  .l-center--p4 {
    max-width: 30em; } }

.l-sidenav__nav-wrapper {
  float: left;
  width: 28%;
  background: #105b7d;
  position: relative;
  min-height: 1100px; }
  @media screen and (max-width: 61.25em) {
    .l-sidenav__nav-wrapper {
      display: none; } }

.l-sidenav__nav {
  padding: 0 1.5em 1em; }

.l-sidenav__content {
  float: left;
  width: 72%;
  padding-left: 2em;
  padding-top: 2em; }

.l-sidenav__case-overview {
  background: #4c616c;
  padding: 2em 1.5em; }
  .l-sidenav__case-overview .case-bar_mock {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .l-sidenav__case-overview .case-bar_mock h1, .l-sidenav__case-overview .case-bar_mock h2 {
      color: #fff; }
    .l-sidenav__case-overview .case-bar_mock h1 {
      font-size: 3em;
      margin-bottom: 0; }
    .l-sidenav__case-overview .case-bar_mock h2 {
      font-size: 1.5em; }

.l-thumb {
  display: table;
  width: 100%;
  margin: 1.8em 0; }
  .l-thumb .l-thumb-img, .l-thumb .l-thumb-detail {
    display: table-cell;
    vertical-align: top; }
  .l-thumb .l-thumb-img {
    width: 25%; }
  .l-thumb .l-thumb-detail {
    width: 75%;
    padding-left: 1.5em; }
    .l-thumb .l-thumb-detail > :first-child {
      margin-top: 0; }

.case-info-person {
  background: #fff;
  border-radius: 5px;
  padding: 7px 0;
  color: #4c616c; }

.case-info-wrapper {
  margin-top: 1em; }
  .case-info-wrapper .versus {
    background: #4c616c;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -5px;
    margin-bottom: -10px;
    color: #fff;
    padding-top: 4px; }

/*
------------------------------------------------------
BUTTONS & FORMS BASE STYLES
------------------------------------------------------
*/
form {
  margin: 0; }

/**
	 * Define consistent border, margin, and padding.
	 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/**
	 * 1. Correct color not being inherited in IE 6/7/8/9.
	 * 2. Correct text not wrapping in Firefox 3.
	 * 3. Correct alignment displayed oddly in IE 6/7.
	 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/**
	 * 1. Correct font size not being inherited in all browsers.
	 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
	 *	and Chrome.
	 * 3. Improve appearance and consistency in all browsers.
	 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/**
	 * Address Firefox 3+ 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 6+.
	 * 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.
	 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
	 *	Known issue: inner spacing remains in IE 6.
	 */
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.
	 * 2. Remove excess padding in IE 8/9.
	 * 3. Remove excess padding in IE 7.
	 *	Known issue: excess padding remains in IE 6.
	 */
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 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-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 3+.
	 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/*
------------------------------------------------------
Table base styles
------------------------------------------------------
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

/*
------------------------------------------------------
Media (Video, image and audio)
------------------------------------------------------

*/
audio, canvas, video {
  display: inline-block; }

body .video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  body .video.twitch, body .video.youtube.show_controls {
    padding-top: 30px; }

.video > video, .video > iframe, .video > object, .video > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle; }
  img.fixed-size {
    height: auto;
    width: auto; }

svg:not(:root) {
  overflow: hidden; }

audio:not([controls]) {
  display: none;
  height: 0; }

/*
------------------------------------------------------
TYPOGRAPHY STYLES
------------------------------------------------------

These colors are used on elements throughout the
website.

	0.0 Headings
	1.0
	*/
/* styles to use AFTER Typekit is loaded */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", helvetica, arial, san-serif;
  color: #024663; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #024663; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #66a8c5; }

h1, .h1 {
  font-size: 2.95312rem;
  margin: 1em 0 .4em 0;
  line-height: 1.2em;
  font-weight: 700; }
  @media screen and (min-width: 37.5em) {
    h1, .h1 {
      font-size: 3.375rem; } }
  @media screen and (min-width: 61.25em) {
    h1, .h1 {
      font-size: 3.79688rem; } }

h2, .h2 {
  font-size: 1.96875rem;
  margin: .8em 0 .2em 0;
  line-height: 1.2em;
  font-weight: 700; }
  @media screen and (min-width: 37.5em) {
    h2, .h2 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 61.25em) {
    h2, .h2 {
      font-size: 2.53125rem; } }

h3, .h3, legend, .case-bar_mock h1 {
  font-size: 1.3125rem;
  margin: 1.5em 0 .8em 0;
  line-height: 1.2em;
  font-weight: 700; }
  @media screen and (min-width: 37.5em) {
    h3, .h3, legend, .case-bar_mock h1 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 61.25em) {
    h3, .h3, legend, .case-bar_mock h1 {
      font-size: 1.6875rem; } }

h4, .h4, .parties__heading, .party-mini__heading, .case-bar_mock h2 {
  font-size: 0.875rem;
  margin: 1.5em 0 .8em 0;
  line-height: 1.4em;
  font-weight: 700; }
  @media screen and (min-width: 37.5em) {
    h4, .h4, .parties__heading, .party-mini__heading, .case-bar_mock h2 {
      font-size: 1rem; } }
  @media screen and (min-width: 61.25em) {
    h4, .h4, .parties__heading, .party-mini__heading, .case-bar_mock h2 {
      font-size: 1.125rem; } }

h5, .h5 {
  font-size: 0.875rem;
  margin: 1.5em 0 .8em 0;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (min-width: 37.5em) {
    h5, .h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 61.25em) {
    h5, .h5 {
      font-size: 1.125rem; } }

.heading-display {
  font-size: 5.0625rem;
  color: #105b7d;
  line-height: 1; }

p, .p, .alert, .alert__heading, .panel__heading, li, dt, dd {
  font-size: 0.875rem;
  line-height: 1.6em; }
  @media screen and (min-width: 37.5em) {
    p, .p, .alert, .alert__heading, .panel__heading, li, dt, dd {
      font-size: 1rem; } }
  @media screen and (min-width: 61.25em) {
    p, .p, .alert, .alert__heading, .panel__heading, li, dt, dd {
      font-size: 1.125rem; } }

p, .p, .alert, .alert__heading, .panel__heading {
  margin: 1.5em 0; }

/*p*/
.lead {
  font-size: 1.3125rem;
  line-height: 1.4;
  margin: 1em 0; }
  @media screen and (min-width: 37.5em) {
    .lead {
      font-size: 1.5rem; } }
  @media screen and (min-width: 61.25em) {
    .lead {
      font-size: 1.6875rem; } }

.footnote, .figure__figcaption, .parties__party__footnote, .party-mini__body {
  font-size: 0.75em;
  line-height: 1.4; }
  @media screen and (min-width: 37.5em) {
    .footnote, .figure__figcaption, .parties__party__footnote, .party-mini__body {
      font-size: 0.875em; } }
  @media screen and (min-width: 61.25em) {
    .footnote, .figure__figcaption, .parties__party__footnote, .party-mini__body {
      font-size: 0.875em; } }

dl, menu, ol, ul {
  margin: 1em 0 1.5em; }

menu, ol, ul {
  padding: 0; }

dt {
  margin-top: .5em;
  font-weight: 700; }

dd {
  margin: .25em 0 0 0; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    margin-top: .5em; }

p, .p, .alert, .alert__heading, .panel__heading, ol, ul {
  max-width: 40em; }

.list-reset, .navigation-items, .navigation-side__items, .thumbnails {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-bulleted-inside {
  list-style: disc; }

.list-bulleted-outside {
  list-style: decimal; }

.list-numbered {
  list-style: decimal; }

.list-inline > li {
  display: inline-block;
  margin-right: .5em; }

a {
  color: #105b7d;
  text-decoration: underline;
  outline: 0;
  line-height: inherit; }
  a:hover {
    color: #0a3a50; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

dfn {
  font-style: italic; }

blockquote {
  margin: 2em 0;
  padding-left: 1.5em;
  max-width: 24em;
  line-height: 1.5em;
  border-left: 1px solid #436486;
  color: #213142;
  font-size: 1.3125rem; }
  @media screen and (min-width: 37.5em) {
    blockquote {
      font-size: 1.5rem; } }
  @media screen and (min-width: 61.25em) {
    blockquote {
      font-size: 1.6875rem; } }
  blockquote cite {
    font-size: 0.875rem;
    font-style: normal;
    display: block;
    font-weight: 700;
    margin-top: .2em; }
    @media screen and (min-width: 37.5em) {
      blockquote cite {
        font-size: 1rem; } }
    @media screen and (min-width: 61.25em) {
      blockquote cite {
        font-size: 1.125rem; } }

q {
  quotes: none; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

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

small {
  font-size: 81.25%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

code, kbd, pre, samp, xmp {
  font-family: monospace, serif;
  font-size: .85em; }

pre {
  margin-top: 1.5em; }

.ff-reg {
  font-weight: 400; }

.ff-light {
  font-weight: 300; }

.ff-bold {
  font-weight: 700; }

.ff-xbold {
  font-weight: 900; }

.text {
  max-width: 40em; }

/*
------------------------------------------------------
CUSTOM ELEMENT (class="button")
------------------------------------------------------

Description of button

Typical use
-----------

<a class="button">My button</a>

*/
.button {
  display: inline-block;
  line-height: 1;
  padding: .6em 1.4em;
  background: #105b7d;
  border: none;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5em;
  font-weight: 700 !important; }
  @media screen and (min-width: 37.5em) {
    .button {
      font-size: 1rem; } }
  @media screen and (min-width: 61.25em) {
    .button {
      font-size: 1.125rem; } }
  .button:hover, .button_state-hover {
    background: #0a3a50;
    color: white; }
  .button:active, .button_state-active {
    background: #0d4b66; }
  .button:focus, .button_state-focus {
    outline: none !important;
    box-shadow: 0 0 8px rgba(18, 168, 221, 0.9), inset 0 0 8px rgba(255, 255, 255, 0.3); }
  .button:disabled, .button_state-disabled {
    background: #999; }
  .button--success {
    background: #66c571; }
    .button--success:hover {
      background: #44b451; }
  .button--error {
    background: #cc592b; }
    .button--error:hover {
      background: #a24722; }
  .button--ghost {
    background: transparent;
    border: 5px solid #105b7d;
    color: #105b7d;
    padding: calc(.6em - 5px) calc(1.2em - 5px); }
  .button--secondary {
    background: #006e9e; }
  .button--neutral {
    background: #4b616c; }
    .button--neutral:hover {
      background: #36464e; }
  .button--p1 {
    font-size: 125%; }
  .button--p2 {
    font-size: 115%; }
  .button--p3 {
    font-size: 90%; }
  .button--p4 {
    font-size: 78%; }

a.button {
  text-decoration: none; }

.button-bar-secondary {
  margin-top: 1.8em; }

.button-bar__secondary {
  display: inline-block;
  padding-left: 1.8em; }

.icon {
  width: 24px;
  height: 24px;
  display: inline-block; }

.icon-cross path {
  fill: #cc592b; }

.icon-tick path {
  fill: #66c571; }

.icon-info path, .icon-clock path {
  fill: #999; }

.loading {
  /*background-color: #fff;*/
  height: 100%;
  min-height: 100px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 11; }

.loading-spinner {
  background-image: url("/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/loader@2x.gif");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  text-indent: -9999em;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20/10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .loading-spinner {
    background-image: url("/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/loader@2x.gif");
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%; } }

/*
------------------------------------------------------
alert (class="alert")
------------------------------------------------------

Call out or highlight block content

Typical use
-----------

<div class="alert">
	•••
</div>

*/
.alert {
  padding: 0.8em 1.2em;
  background: #f1f1f1;
  display: block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  overflow: hidden; }
  .alert--success {
    background: white;
    border-color: #daf1dd; }
  .alert--warning {
    background: #ffe9c2;
    border-color: #ffd78f; }
  .alert--error {
    background: #f7e0d7;
    border-color: #eebfad; }
  .alert p {
    margin: 0; }
  .alert__close {
    position: absolute;
    right: 1.2em;
    top: 1em;
    font-size: 88%;
    cursor: pointer; }
    .alert__close:before {
      content: "x "; }
  .alert__heading {
    color: #101820;
    margin: .5em 0;
    font-weight: 700; }

/*
------------------------------------------------------
BANNER (class="banner")
------------------------------------------------------

Typical use
-----------

<header class="banner">
	•••
</header>

*/
.banner {
  padding: 1.8em 0 1em 0;
  background-color: #006e9e;
  border-top: 8px solid #7fb6ce; }
  @media screen and (max-width: 800px) {
    .banner {
      padding: 1.2em 0 0.66667em 0; } }
  @media screen and (max-width: 590px) {
    .banner {
      padding: 1em 0 0.55556em 0; } }
  .banner .l-wrapper {
    position: relative; }
  .banner__branding {
    display: inline-block;
    padding-right: 2em; }
  .banner__img {
    width: 125px;
    height: 58px;
    background-size: 100%;
    position: relative;
    top: 8px; }
    @media screen and (max-width: 800px) {
      .banner__img {
        width: 80px;
        height: 37px;
        top: 10px; } }
    @media screen and (max-width: 590px) {
      .banner__img {
        width: 60px;
        height: 28px; } }
  .banner__logo {
    width: 125px;
    height: 58px;
    background: url("/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/saas-logo.png") no-repeat;
    background-size: 100%;
    content: " ";
    position: relative;
    top: 8px; }
    @media screen and (max-width: 800px) {
      .banner__logo {
        width: 80px;
        height: 37px;
        top: 10px; } }
    @media screen and (max-width: 590px) {
      .banner__logo {
        width: 60px;
        height: 28px; } }
  .banner__search {
    position: absolute;
    right: 405px;
    top: .4em; }
  .banner__shoulder {
    position: absolute;
    right: 1.8em;
    top: 1.1em; }
    @media screen and (max-width: 800px) {
      .banner__shoulder {
        right: .9em;
        top: .9em; } }
    @media screen and (max-width: 590px) {
      .banner__shoulder {
        right: .75em;
        top: 0.7em; } }
    .banner__shoulder ul {
      list-style: none; }
      .banner__shoulder ul li {
        display: inline-block;
        margin-top: 0;
        margin-right: .5em;
        color: #7fb6ce; }
        .banner__shoulder ul li input[type=submit] {
          color: #fff;
          font-weight: 400;
          text-decoration: none;
          border-bottom: 2px solid #7fb6ce;
          background-color: #006e9e;
          border-width: 0px;
          border-bottom: 2px solid #7fb6ce;
          padding: 0px;}
          .banner__shoulder ul li input:hover {
            color: #e6e6e6;
            border-bottom-color: #fff;
            background-color: #006e9e;
            border-width: 0px;
            border-bottom: 2px solid #7fb6ce;
            padding: 0px;}
        .banner__shoulder ul li a {
          color: #fff;
          font-weight: 400;
          text-decoration: none;
          border-bottom: 2px solid #7fb6ce; }
        .banner__shoulder ul li a:hover {
          color: #e6e6e6;
          border-bottom-color: #fff; }
  .banner__profile {
    display: inline-block;
    background-color: #006794;
    padding: .8em 1.2em;
    margin-left: .5em; }
    .banner__profile__name {
      color: rgba(255, 255, 255, 0.7); }
  .banner .button {
    background: #105b7d; }
  .banner .form-input-text {
    background: rgba(255, 255, 255, 0.75); }

/*
------------------------------------------------------
CUSTOM ELEMENT (class="custom-element")
------------------------------------------------------

Description of custom-element

Typical use
-----------

<div class="custom-element">
	•••
</div>

*/
.navigation {
  background: #006e9e; }

.navigation-items > li {
  display: inline-block;
  float: left; }
  .navigation-items > li > a {
    display: block;
    padding: 0.5em 1em 0.5em 1em;
    color: #fff; }
    .navigation-items > li > a:hover {
      background: #105b7d;
      color: #fff; }

/*
------------------------------------------------------
PANEL (class="panel")
------------------------------------------------------

Call out or highlight block content

Typical use
-----------

<div class="panel">
	•••
</div>

*/
.figure {
  padding: 0;
  margin: 1.5em 0 1.5em 0;
  background: #fff; }
  .figure__figure-item {
    margin: 1em 0; }
  .figure__figcaption {
    color: #213142;
    margin-top: 0.5em; }

.footer {
  background-color: #ced4d7;
  padding: 1em 0 1em;
  height: 14em;
  position: absolute;
  bottom: 0;
  width: 100% }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer p, .footer li, .footer dt, .footer dd {
    color: #101820; }
  .footer .r-wrapper {
    text-align: right;
    padding: 0 1.8em; }
  .footer .footer__meta {
    text-align: left;
    max-width: 20em;
    float: left;
    margin-top: 0; }
    .footer .footer__meta dt, .footer .footer__meta dd {
      font-size: 14px;
      line-height: 1.4; }
    @media screen and (max-width: 590px) {
      .footer .footer__meta {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .footer .footer__meta:last-child {
          margin-right: 0; } }
  .footer .footer__address dt, .footer .footer__address dd {
    font-size: 14px;
    line-height: 1.4; }
  .footer .footer__address .footer__telephone {
    font-weight: 700;
    padding-top: 1em; }
    .footer .footer__address .footer__telephone a {
      color: #101820; }

/*
------------------------------------------------------
CUSTOM ELEMENT (class="form")
------------------------------------------------------

Description of form

Typical use
-----------

<form class="form">
	•••
</form>

*/
fieldset {
  margin: 1.3em 0;
  padding: .5em 0 2.2em 0; }

legend {
  padding: 0em 0 0em 0;
  font-weight: 400;
  color: #105b7d;
  margin: 0; }

.form__field {
  margin-top: 1.2em; }
  .form__field label {
    display: block;
    color: #213142;
    font-size: 14px; }
    @media screen and (min-width: 37.5em) {
      .form__field label {
        font-size: 16px; } }
    @media screen and (min-width: 61.25em) {
      .form__field label {
        font-size: 18px; } }
    .form__field label small {
      font-size: 90%;
      color: #324b64; }
  .form__field input[type="file"] {
    padding: 1em;
    border: 1px solid #ccc; }
  .form__field--numeric {
    letter-spacing: .08em; }
  .form__field textarea {
    border: 1px solid #bbb;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    padding: .6em .8em;
    display: block;
    width: 100%;
    margin-top: .5em; }
  .form__field__error {
    color: #fff;
    font-size: 90%;
    margin-top: 1em;
    padding: .2em .5em;
    background: #cc592b;
    display: inline-block;
    position: relative;
    font-weight: 700; }
    .form__field__error:before {
      height: 0;
      width: 0;
      border-bottom: 6px solid #cc592b;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: " ";
      position: absolute;
      top: -6px;
      left: .5em; }
  .form__field__warning {
    color: #fff;
    font-size: 90%;
    margin-top: 1em;
    padding: .2em .5em;
    background: #66c571;
    display: inline-block;
    position: relative;
    font-weight: 700; }
    .form__field__warning:before {
      height: 0;
      width: 0;
      border-bottom: 6px solid #66c571;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: " ";
      position: absolute;
      top: -6px;
      left: .5em; }
  .form__field select[multiple=""] {
    width: 100%; }
    .form__field select[multiple=""] option {
      padding: .5em 1em; }
	.form-input-postcode {
		display:inline-block !important; }
		
.button-find-postcode{
	display:inline-block;
	margin-left:  2.5em;
}		

.validation {
  padding: .75em 1em 1.5em;
  border-left: 3px solid #cc592b; }

.form-input--xsml {
  max-width: 8em; }
  @media screen and (min-width: 46.875em) {
    .form-input--xsml {
      min-width: 8em; } }
.form-input--sml {
  max-width: 12em; }
  @media screen and (min-width: 46.875em) {
    .form-input--sml {
      min-width: 12em; } }
.form-input--med {
  max-width: 22em; }
.form-input--lrg {
  max-width: 32em; }
  @media screen and (min-width: 46.875em) {
    .form-input--lrg {
      min-width: 32em; } }
.form-input--xlrg {
  max-width: 60em; }
  @media screen and (min-width: 46.875em) {
    .form-input--xlrg {
      min-width: 32em; } }

.form-label-radio {
  display: inline-block;
  padding: .6em 1em .6em .8em;
  margin-right: .3em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbb;
  background: #fff;
  color: #fff;
  font-size: 1rem; }
  .form-label-radio.active {
    box-shadow: 0 0 3px rgba(18, 168, 221, 0.75); }
  .form-label-radio:hover {
    background: #eee; }
  .form-label-radio input {
    margin-right: .2em; }
  .form-label-radio:focus {
    outline: none !important;
    box-shadow: 0 0 6px rgba(18, 168, 221, 0.7);
    border-color: #2a9dc5; }

.form-label-checkbox {
  display: inline-block;
  padding: .6em 1em .6em .8em;
  margin-right: .3em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 1rem; }
  .form-label-checkbox-indent{
  text-indent: -16px;
  }
  .form-label-checkbox-wrapper-padding{
  padding-left: 16px;
  }
  .form-label-checkbox._block {
    display: block; }
  .form-label-checkbox.active {
    box-shadow: 0 0 3px rgba(18, 168, 221, 0.75); }
  .form-label-checkbox:hover {
    background: #eee; }
  .form-label-checkbox input {
    margin-right: .2em; }
  .form-label-checkbox:focus {
    outline: none !important;
    box-shadow: 0 0 6px rgba(18, 168, 221, 0.7);
    border-color: #2a9dc5; }

/*dl*/
.form-options {
  margin-bottom: 0;
  margin-top: 0; }
  .form-options dt {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0; }
  .form-options dd {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: .5em; }
  .form-options--stacked dd {
    display: block; }
    .form-options--stacked dd label {
      display: block; }

.form-field-pair {
  margin-left: -1em; }
  .form-field-pair > .form-field {
    float: left;
    width: 50%;
    padding-left: 1em; }

.form-fields-inline label {
  width: 100%;
  float: left; }
.form-fields-inline .form__field {
  margin-top: 0; }
.form-fields-inline > .form__field {
  display: inline-block;
  margin-right: .5em; }

.form-fieldset-instruction {
  color: #324b64;
  font-size: 1rem;
  font-style: italic; }

.form__field__instruction {
  color: #324b64;
  font-size: 15px; }

.validation-message {
  color: #cc592b; }

.form-input-text {
  background: #fff;
  border: 1px solid #bbb;
  padding: .6em .6em;
  display: block;
  border-radius: 0px;
  width: 100%;
  color: #101820;
  font-size: 0.875rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 37.5em) {
    .form-input-text {
      font-size: 1rem; } }
  @media screen and (min-width: 61.25em) {
    .form-input-text {
      font-size: 1.125rem; } }
  .form-input-text:focus {
    outline: none !important;
    box-shadow: 0 0 6px rgba(18, 168, 221, 0.7);
    border-color: #2a9dc5; }
  .form-input-text--error {
    background: #fcf3f0;
    border-color: #eebfad !important;
    box-shadow: 0px 1px 4px rgba(204, 89, 43, 0.4); }
    .form-input-text--error:focus {
      outline: none !important;
      box-shadow: 0 0 7px rgba(204, 89, 43, 0.4) !important;
      background: white;
      background: #fefaf8 !important; }
  .form-input-text--warning {
    background: #f3faf3;
    border-color: #dcf2df !important;
    box-shadow: 0px 1px 4px rgba(102, 197, 113, 0.4); }
    .form-input-text--warning:focus {
      outline: none !important;
      box-shadow: 0 0 7px rgba(102, 197, 113, 0.4) !important;
      background: white;
      background: white !important; }
      
.datepicker-wrapper {
	padding: 10px; 
	position: absolute;
}

.error-summary {
  border: 5px solid #cc592b;
  max-width: 60em;
  padding: 1.5em;
  background: rgba(204, 89, 43, 0.05); }
  .error-summary h1 {
    margin: 0 !important; }
  .error-summary p {
    font-size: 18px;
    margin: .5em 0 0 0;
    padding-bottom: 0; }
  .error-summary ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .error-summary ul a {
      color: #cc592b;
      font-size: 18px;
      font-weight: bold;
      text-decoration: underline; }
     .error-summary ul .global-error {
      color: #cc592b;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }    
      
.inline-validation {
  margin: 10px 0;
  border-left: 3px solid #cc592b;
  padding-left: 10px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 46px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: linear-gradient(white 0, #f1f1f1 50%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px;
  margin-top: .2em;
  min-width: 320px; }

.chosen-container-single .chosen-default {
  color: #444; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite.png') no-repeat 0px 12px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  min-width: 320px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: .2em 0 1px 0;
  padding: 0;
  height: 38px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 3px;
  display: block;
  min-width: 30em; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 6px 5px 6px 0;
  padding: 5px 23px 5px 8px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 21px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 11px;
  right: 6px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url('/public/20180503011304oe_/https://myportal.saas.gov.uk/saas/static/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*
------------------------------------------------------
PANEL (class="panel")
------------------------------------------------------

Call out or highlight block content

Typical use
-----------

<div class="panel">
	•••
</div>

*/
.panel {
  padding: 1.2em 1.5em;
  background: #f1f1f1;
  margin-top: 2.5em; }
  .panel p {
    margin: .5em 0; }
  .panel.side-action {
    position: relative; }
    .panel.side-action .action {
      position: absolute;
      right: 1.5em;
      top: 1.2em; }
    .panel.side-action p:not(.action), .panel.side-action .panel-heading {
      padding-right: 25%; }
  .panel.center-action {
    text-align: center; }
  .panel.success {
    background: white; }
  .panel.warning {
    background: #ffe9c2; }
  .panel.error {
    background: #f7e0d7; }

.panel__heading {
  margin: .5em 0;
  font-weight: 700; }

.mfp-content .panel {
  max-width: 30em;
  margin: 0 auto; }

/* =============================================================
    TABLES
    Table styling.
 * ============================================================= */
/*  Sets table width to 100%.
 *  Adds bottom-margin. */
.table {
  margin-bottom: 1.52941em;
  margin-top: 1.52941em; }
  .table caption {
    text-align: center;
    margin: .5em;
    display: table-caption;
    text-align: -webkit-center;
    font-style: italic; }

/*  Adds table cell padding,
 *  aligns text to the left,
 *  and adds a top border to each cell. */
.table th, .table td {
  padding: 0.47059em;
  text-align: left;
  border-top: 0.07143em solid #b8b8b8; }

/*  Sets table header font-weight to bold.
 *  Aligns table header text to the bottom of each cell. */
.table th {
  font-weight: bold;
  vertical-align: bottom; }

/*  Aligns cell text to the top of each cell. */
.table td {
  vertical-align: top; }

/*  Removes the border-top from the first row. */
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0; }

/*  Adds border-top between two table-body sections. */
.table tbody + tbody {
  border-top: .14286em solid #b8b8b8; }

/*  Reduces cell padding */
.table-condensed th, .table-condensed td {
  padding: 0.29412em; }

/* Adds borders and border-radius. */
.table-bordered {
  border: 0.07143em solid #b8b8b8;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-radius: 0.47059em; }

.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
  border-left: 0.07143em solid #b8b8b8; }

.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  border-radius: 0.47059em 0 0 0; }

.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  border-radius: 0 0.47059em 0 0; }

.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 0.47059em; }

.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 0.47059em 0; }

table.summary {
  margin-bottom: 1.52941em;
  border-bottom: 1px solid #b8b8b8; }
  table.summary .course-title {
    margin: .25em 0 0; }

table.summary ul {
  margin: 0; }

.summary tr {
  border-top: 1px solid #b8b8b8;
  clear: both;
  margin: 0;
  overflow: hidden; }
  .summary tr td, .summary tr th {
    padding: 0.47059em;
    vertical-align: top; }

.summary tr.summary-no-top-border {
  border-top: 1px solid rgba(255, 255, 255, 0); }

.summary li:first-child {
  border-top: none; }

.summary-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 60%; }

.summary-title {
  margin: 0;
  text-align: left;
  width: 40%; }

.summary-declaration {
  text-align: left;
  font-weight: normal; }

.summary-edit-link {
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 18px; }
  .summary-edit-link a {
    text-decoration: none; }
  .summary-edit-link .text-link {
    text-decoration: underline;
    margin-left: 1em; }

@media print {
  header, footer, .summary-edit-link {
    display: none; }
  h1 {
    margin-top: 0; }
  h3 {
    page-break-after: avoid; }
  .summary-content, .summary-title {
    width: 50%; }
  @page {
    margin: 0 2cm;
    size: portrait; }
 }

.navigation-side__items {
  margin-top: 0em; }
  .navigation-side__items li {
    margin-top: 0; }
  .navigation-side__items a {
    color: rgba(255, 255, 255, 0.8);
    padding: .8em .8em;
    display: block; }
    .navigation-side__items a:hover {
      background-color: #0e4e6b; }
    .navigation-side__items a.is-active {
      background: #006e9e;
      position: relative; }
      .navigation-side__items a.is-active:after {
        content: "\e62b";
        font-family: "icomoon";
        position: absolute;
        right: .8em;
        top: 1em; }
.navigation-side__items--p1 {
  border-top: 1px solid rgba(0, 110, 158, 0.3); }
  .navigation-side__items--p1:first-of-type {
    border-top: none; }
  .navigation-side__items--p1 li {
    border-bottom: 1px solid rgba(0, 110, 158, 0.3);
    margin-top: 0; }
  .navigation-side__items--p1 a {
    padding: .7em .6em; }

.navigation-side__items__attachments {
  margin-top: 2em; }

.attachment-count {
  float: right;
  background: #006e9e;
  border-radius: 3px;
  width: 2em;
  text-align: center;
  color: #fff;
  font-size: .8em; }

.breadcrumb {
  display: inline-block;
  margin-bottom: 1.8em;
  text-align: left; }
  .breadcrumb a {
    background-color: white;
    border-left: 0;
    border: 1px solid gainsboro;
    color: #105b7d;
    display: inline-block;
    font-size: 1em;
    line-height: 2.7em;
    margin-bottom: 2px;
    margin-right: -5px;
    padding: 0 0.675em 0 1.35em;
    position: relative;
    text-decoration: underline; }
    .breadcrumb a:first-child {
      border-bottom-left-radius: 3px;
      border-left: 1px solid gainsboro;
      border-top-left-radius: 3px;
      padding-left: 1.35em; }
    .breadcrumb a:last-child {
      background-color: white;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      color: #105b7d;
      padding-right: 1.35em; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      background-color: white;
      color: #105b7d; }
    .breadcrumb a:after, .breadcrumb a:before {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: 0px;
      left: 100%;
      border-bottom: 1.35em solid transparent;
      border-left: 0.675em solid transparent;
      border-top: 1.35em solid transparent;
      content: '';
      display: block;
      margin: auto;
      z-index: 2; }
    .breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
      border: none; }
    .breadcrumb a:before {
      border-left-color: gainsboro;
      margin-left: 1px;
      z-index: 1; }
    .breadcrumb a:after {
      border-left-color: white; }

.pagination {
  text-align: right; }
  .pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li {
      display: inline;
      list-style: none; }
    .pagination ul ul li {
      display: none; }
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
        display: inline; }
      @media screen and (max-width: 53.75em) {
        .pagination ul ul li {
          display: inline; } }
    .pagination ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #f6f6f6;
      border-radius: 3px;
      border: 1px solid gainsboro;
      color: #333;
      outline: none;
      padding: 0.375em 0.809em;
      text-decoration: none;
      font-size: .8em; }
      .pagination ul li a.is-active {
        background: white; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        background: white;
        color: #477DCA; }
      .pagination ul li a:active {
        background: #f6f6f6; }

details {
  clear: both;
  display: block; }

details summary {
  display: inline-block;
  color: #105b7d;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  position: relative; }

details summary:hover {
  color: #105b7d; }

details summary:focus {
  outline: 3px solid rgba(255, 255, 255, 0); }

details .summary {
  text-decoration: underline; }

details .arrow {
  margin-right: 0.35em;
  font-style: normal; }

details .panel-indent {
  margin-top: 0;
  border-left: 3px solid #eee;
  padding-left: 1em; }

details h3 {
  margin-top: .5em; }

.dialog {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 1.6em;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 0; }
  .dialog[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden; }
  .dialog[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .dialog:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle; }
  .dialog-holder {
    background-color: #fff;
    border: 10px solid #fff;
    display: inline-block;
    margin: auto;
    max-width: 750px;
    position: relative;
    vertical-align: middle; }
  .dialog-heading {
    margin-top: .3em; }
  .dialog-content {
    outline: none;
    padding: 1em;
    text-align: left; }
  .dialog .form-group {
    float: none; }
  .dialog .form-control {
    width: 100%; }
  .dialog-close {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    height: 22px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px; }
  .dialog-cancel {
    display: inline-block;
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0.9375em 0.9375em 0;
    padding: 0.625em 0.9375em 0.3125em; }
    .dialog-cancel:focus, .dialog-cancel:active {
      outline: none; }
  .dialog-actions .button {
    width: auto; }

.thumbnails {
  margin-left: -.5em; }
  .thumbnails > li {
    float: left;
    padding-left: .5em;
    margin-top: .5em; }

@media screen and (min-width: 30em) {
  .thumbnails-1-2-3 > li {
    width: 50%; } }
@media screen and (min-width: 46.875em) {
  .thumbnails-1-2-3 > li {
    width: 33.33%; } }

@media screen and (min-width: 30em) {
  .thumbnails-1-2-4 > li {
    width: 50%; } }
@media screen and (min-width: 46.875em) {
  .thumbnails-1-2-4 > li {
    width: 25%; } }

@media screen and (min-width: 30em) {
  .thumbnails-1-3-4 > li {
    width: 33.33%; } }
@media screen and (min-width: 46.875em) {
  .thumbnails-1-3-4 > li {
    width: 25%; } }

.thumb {
  border: 6px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: inline-block; }
  .thumb:hover {
    box-shadow: 0 0 5px rgba(18, 168, 221, 0.5); }
  .thumb img {
    display: inline-block; }

.search-bar {
  width: 100%;
  min-width: 28em; }
  .search-bar__field {
    display: inline-block;
    float: left;
    width: 90%;
    box-shadow: none !important;
    border-radius: 3px 0 0 3px !important;
    padding-right: .4em; }
    .search-bar__field input {
      border-color: rgba(0, 0, 0, 0.3);
      padding-top: .75em;
      padding-bottom: .75em;
      box-shadow: none; }
  .search-bar__button {
    display: inline-block;
    float: left;
    width: 10%;
    border-radius: 0 3px 3px 0 !important; }

.parties__heading {
  margin: 0 0 .4em 0; }
.parties__first, .parties__last {
  float: left;
  width: 50%; }
.parties__first {
  padding-right: 1.8em; }
.parties__last {
  position: relative;
  padding-left: 1.8em; }
  .parties__last:after {
    content: "vs";
    position: absolute;
    left: -1em;
    top: 4.4em;
    display: table-cell;
    width: 2em;
    height: 1.7em;
    padding-top: .3em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #4b616c;
    border-radius: 99em; }
.parties__group {
  background: #fff;
  padding: .8em .8em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: .5em 0; }
.parties__party {
  padding: .5em .8em;
  background: #006e9e;
  margin-bottom: .5em;
  color: rgba(255, 255, 255, 0.75); }
  .parties__party__footnote {
    font-style: normal;
    padding-top: .3em;
    margin-top: .2em;
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
  .parties__party--null {
    background: #dbe2e6;
    font-style: italic;
    color: #101820; }

a.parties__party {
  display: block;
  border-radius: 3px; }
  a.parties__party:hover {
    color: rgba(255, 255, 255, 0.75);
    background: #0d4b66; }

.cookie-consent__banner {
  width: 100%;
  background: #f1f1f1; }
  .cookie-consent__banner .l-wrapper {
    position: relative; }
  .cookie-consent__banner p {
    margin: 0;
    padding: 1rem 0;
    max-width: 40em; }
    @media screen and (max-width: 800px) {
      .cookie-consent__banner p {
        max-width: 35em; } }
    @media screen and (max-width: 590px) {
      .cookie-consent__banner p {
        max-width: 60%; } }
  .cookie-consent__banner button {
    float: right;
    position: absolute;
    right: 1.8rem;
    top: 1.5rem; }

.profile-nav-side__container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .profile-nav-side__container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .profile-nav-side__container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .profile-nav-side__container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 590px) {
    .profile-nav-side__container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .profile-nav-side__container:last-child {
        margin-right: 0; } }

.profile-form__container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .profile-form__container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .profile-form__container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .profile-form__container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 590px) {
    .profile-form__container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .profile-form__container:last-child {
        margin-right: 0; } }

.profile-nav-side__container {
  margin-top: 1.6rem; }
  @media screen and (max-width: 590px) {
    .profile-nav-side__container {
      margin-bottom: 1.6rem; } }

.profile-nav-side__items {
  list-style: none; }
  @media screen and (max-width: 590px) {
    .profile-nav-side__items li {
      display: inline-block;
      margin-right: .5em; } }

.dashboard-student {
  background: #f4f3f3;
  width: 100%;
  display: table; }

.dashboard__title {
  margin-bottom: 1em;
  margin-top: 1.6rem;
  width: 100%;
  float: left; }

.application__container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  position: relative; }
  .application__container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .application__container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .application__container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 590px) {
    .application__container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .application__container:last-child {
        margin-right: 0; } }

.dashboard__sidebar-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .dashboard__sidebar-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .dashboard__sidebar-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0; }
      .dashboard__sidebar-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 590px) {
    .dashboard__sidebar-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .dashboard__sidebar-container:last-child {
        margin-right: 0; } }

.application-block {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-left-width: 7px;
  border-left-style: solid;
  display: block;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  margin-bottom: 1em; }
  .application-block::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 800px) {
    .application-block {
      padding: 0.8rem 0.4rem 0.8rem 1rem; } }
  .application-block .application-title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .application-block .application-title:last-child {
      margin-right: 0; }
    .application-block .application-title h3 {
      margin-top: 0; }
    @media screen and (max-width: 800px) {
      .application-block .application-title {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .application-block .application-title:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 590px) {
      .application-block .application-title {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .application-block .application-title:last-child {
          margin-right: 0; }
        .application-block .application-title h3 {
          margin-bottom: .2em; } }
  .application-block p {
    margin-top: 0;
    margin-bottom: 0; }
  .application-block .application-status {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    .application-block .application-status:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .application-block .application-status {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        margin-right: 0; }
        .application-block .application-status:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 590px) {
      .application-block .application-status {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 1em; }
        .application-block .application-status:last-child {
          margin-right: 0; } }
    .application-block .application-status i {
      background: rgba(230, 230, 230, 0.5);
      display: block;
      display: inline-block;
      border-radius: 6px;
      vertical-align: middle;
      margin-right: 5px;
      position: relative; }
      .application-block .application-status i.icon {
        width: 40px;
        height: 40px; }
      .application-block .application-status i svg {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px; }
      @media screen and (max-width: 590px) {
        .application-block .application-status i.icon {
          width: 30px;
          height: 30px; }
        .application-block .application-status i svg {
          width: 18px;
          height: 18px;
          top: 6px;
          left: 6px; } }
    .application-block .application-status span {
      font-size: .85em; }
  .application-block .application-message {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .application-block .application-message:last-child {
      margin-right: 0; }

.application__accepted {
  border-left-color: #66c571; }

.application__rejected {
  border-left-color: #cc592b; }

.application__other {
  border-left-color: gray; }

.dashboard__sidebar {
  border-top: 7px solid #105b7d; }
  .dashboard__sidebar h4 {
    margin-top: .5em; }
  .dashboard__sidebar a, .dashboard__sidebar span {
    display: block;
    margin-bottom: .5em; }
  .dashboard__sidebar .sidebar-reference-number {
    color: #78a4b9;
    font-size: 1.2em; }

.application__message {
  border-left-color: #fff; }
  .application__message .button {
    margin-top: 1em; }
  .application__message h3 {
    margin-top: 0; }

.dashboard__title.notifications__title h2.ff-reg {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .dashboard__title.notifications__title h2.ff-reg:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .dashboard__title.notifications__title h2.ff-reg {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .dashboard__title.notifications__title h2.ff-reg:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 590px) {
    .dashboard__title.notifications__title h2.ff-reg {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .dashboard__title.notifications__title h2.ff-reg:last-child {
        margin-right: 0; } }
.dashboard__title.notifications__title .pagination-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  margin-top: 3em; }
  .dashboard__title.notifications__title .pagination-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .dashboard__title.notifications__title .pagination-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .dashboard__title.notifications__title .pagination-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 590px) {
    .dashboard__title.notifications__title .pagination-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; 
      margin-bottom: 0.8em; }
      .dashboard__title.notifications__title .pagination-container:last-child {
        margin-right: 0; }
      .dashboard__title.notifications__title .pagination-container .pagination {
        text-align: left; } }

.dashboard-notifications-container {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: table;
  margin-bottom: 1em; }
  .dashboard-notifications-container .empty-notifications-container{
    text-align: center;
    padding-bottom: 10px; }
  .dashboard-notifications-container .notification-container {
    border-bottom: 1px solid #bbb;
    padding: 0 2rem 0 2.4rem;
    width: 100%;
    float: left; }
    @media screen and (max-width: 800px) {
      .dashboard-notifications-container .notification-container {
        padding: 0.8rem 1rem 0.8rem 1rem; } }
    .dashboard-notifications-container .notification-container:last-child {
      border-bottom: 1px solid white; }
  .dashboard-notifications-container .notification-title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative; }
    .dashboard-notifications-container .notification-title:last-child {
      margin-right: 0; }
    .dashboard-notifications-container .notification-title h4 {
      margin: 0; }
      .dashboard-notifications-container .notification-title h4 a {
        padding: 1.6rem 0; }
        @media screen and (max-width: 800px) {
          .dashboard-notifications-container .notification-title h4 a {
            padding: .8rem 0; } }
        @media screen and (max-width: 590px) {
          .dashboard-notifications-container .notification-title h4 a {
            padding: .4rem 0; } }
      .dashboard-notifications-container .notification-title h4 span {
        display: inline-block;
        float: right;
        font-weight: 400; }
    .dashboard-notifications-container .notification-title.notification__unread h4 a:before {
      content: "●";
      display: inline-block;
      position: relative;
      margin-right: 5px; }
  .dashboard-notifications-container .notification-subject {
    width: 100%;
    display: block; }
  .dashboard-notifications-container .notification__read h4 {
    font-weight: 400; }
  .dashboard-notifications-container .notification-date-time {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0;
    padding: 1.6rem;
    text-align: right; }
    .dashboard-notifications-container .notification-date-time:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .dashboard-notifications-container .notification-date-time {
        outline: 2px solid orange;
        text-align: left;
        padding: 0; } }
  .dashboard-notifications-container .notification-message .message-close {
    margin-bottom: 1.6rem; }
  .dashboard-notifications-container .notification-message .message-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-top: 0; }

.party-mini {
  padding: 1em;
  background: #f1f1f1;
  display: block; }
  .party-mini__heading {
    margin: 0 0 .4em 0; }
  .party-mini__body {
    margin: 0; }

.case-bar_mock {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 2em; }
  .case-bar_mock h1 {
    margin: 0 0 .2em 0; }
  .case-bar_mock h2 {
    margin: 0 0 0 1px; }

.case-create_mock {
  float: right; }
  .case-create_mock a {
    padding: 1em 1.5em 1em 4em;
    background: #105b7d;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    border-radius: 3px; }
    .case-create_mock a:hover {
      background: #0a3a50; }
    .case-create_mock a:before {
      content: "+";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 1em;
      border-right: 1px solid #0d4762; }

.widget {
  padding: 1em;
  position: relative;
  display: block;
  margin: 0 0 .5em 0; }
  .widget--color-p1 {
    background-image: -webkit-radial-gradient(50% 50%, circle, #008ac7 10%, #006e9e);
    background-image: radial-gradient(  circle at 50% 50%, #008ac7 10%, #006e9e);
    color: #fff; }
    .widget--color-p1 .widget__heading, .widget--color-p1 .widget__body {
      color: #fff; }
    .widget--color-p1 a {
      color: rgba(255, 255, 255, 0.7); }
  .widget--color-p2 {
    background-image: -webkit-radial-gradient(50% 50%, circle, #d0ecf9 10%, #e7f5fc);
    background-image: radial-gradient(  circle at 50% 50%, #d0ecf9 10%, #e7f5fc); }
  .widget--color-p3 {
    background-image: -webkit-radial-gradient(50% 50%, circle, #fffef0, #fffdd3);
    background-image: radial-gradient(  circle at 50% 50%, #fffef0, #fffdd3); }
  .widget--color-p4 {
    background: #dee4e8; }
  .widget--p2 {
    padding: 1.4em 2em; }
  .widget--document {
    padding-left: 2.4em; }
    .widget--document:after {
      content: "\e609";
      font-family: "icomoon";
      font-size: 1.125rem;
      color: #105b7d;
      position: absolute;
      top: .8em;
      left: .8em;
      border-radius: 3px 0 0 0; }
  .widget--party .widget__heading {
    padding-bottom: .2em;
    margin: 0 0 .4em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .widget__count {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: .4em; }
  .widget__count-label {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700; }

.tabs {
  margin-bottom: 1.05263em; }

.tabs-nav {
  border-bottom: 1px solid #bfc1c3; }

.tabs-nav:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden; }

.tabs-list {
  border-top: 1px solid #bfc1c3;
  margin: 0;
  list-style: none; }

@media (min-width: 641px) {
  .tabs-list {
    border-top: 0 none; } }

.tabs-list li {
  font-family: "nta", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.31579;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  border-bottom: 1px solid #bfc1c3; }

@media (max-width: 640px) {
  .tabs-list li {
    font-size: 16px;
    line-height: 1.25; } }

@media (min-width: 641px) {
  .tabs-list li {
    border-bottom: 0 none;
    float: left;
    margin: 0 0 -1px;
    padding: 0; } }

.tabs-list li.active a {
  background-color: #fff;
  color: #0b0c0c;
  cursor: default;
  text-decoration: none; }

.tabs-list li.active a:focus {
  outline: none; }

@media (min-width: 641px) {
  .tabs-list li.active a {
    border: 1px solid #bfc1c3;
    border-bottom: 1px solid transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.68421em 0.94737em 0.73684em; } }

.tabs-list a {
  background-color: #fff;
  display: block;
  padding: 0.47368em;
  text-decoration: none; }

.tabs-list a:hover {
  background-color: #dee0e2; }

@media (min-width: 641px) {
  .tabs-list a {
    background-color: #dee0e2;
    border: 0 none;
    float: left;
    margin: 0.26316em 0.26316em 0.26316em 0;
    padding: 0.47368em 1em;
    text-align: center; } }

.tabs-content {
  padding: 1em 0 0; }

@media (min-width: 641px) {
  .tabs-content {
    border-top: 1px solid #bfc1c3;
    padding: 1em 1em 0; } }  
