*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 1.6rem;
  background: #fff;
  color: #000; }

.two-column{
	float:left;
	width:45%;
	padding-right:5%;
	
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
.hidden {
  display: none; }

a {
  background: transparent;
  text-decoration: none; }
  a:hover {
    cursor: pointer; }
  a:active, a:hover {
    outline: 0; }
  a img {
    border: none; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td,
  table th {
    padding: 0; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1.4rem; }

code {
  margin: 0rem 0rem 1.5rem 0rem;
  display: block;
  color: #000; }

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 120rem;
  *zoom: 1; }
  .row .row {
    width: auto;
    margin: 0 -20px;
    margin: 0 -2rem;
    max-width: none;
    *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    width: 100%;
    height: 0; }

.columns {
  padding: 0 20px;
  padding: 0 2rem;
  position: relative;
  float: left; }
  .columns:last-child {
    float: right; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -20px;
  margin: 0 -2rem; }

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  padding: 0 2rem; }

@media only screen and (min-width: 1px), only screen and (min-width: 0.1rem) {
  .small-text-center {
    text-align: center; }

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

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

  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
    .columns.small-uncentered.opposite {
      float: right; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-push-1 {
    left: 8.33333%;
    right: auto; }

  .small-push-2 {
    left: 16.66667%;
    right: auto; }

  .small-push-3 {
    left: 25%;
    right: auto; }

  .small-push-4 {
    left: 33.33333%;
    right: auto; }

  .small-push-5 {
    left: 41.66667%;
    right: auto; }

  .small-push-6 {
    left: 50%;
    right: auto; }

  .small-push-7 {
    left: 58.33333%;
    right: auto; }

  .small-push-8 {
    left: 66.66667%;
    right: auto; }

  .small-push-9 {
    left: 75%;
    right: auto; }

  .small-push-10 {
    left: 83.33333%;
    right: auto; }

  .small-push-11 {
    left: 91.66667%;
    right: auto; }

  .small-push-12 {
    left: 100%;
    right: auto; }

  .small-pull-1 {
    right: 8.33333%;
    left: auto; }

  .small-pull-2 {
    right: 16.66667%;
    left: auto; }

  .small-pull-3 {
    right: 25%;
    left: auto; }

  .small-pull-4 {
    right: 33.33333%;
    left: auto; }

  .small-pull-5 {
    right: 41.66667%;
    left: auto; }

  .small-pull-6 {
    right: 50%;
    left: auto; }

  .small-pull-7 {
    right: 58.33333%;
    left: auto; }

  .small-pull-8 {
    right: 66.66667%;
    left: auto; }

  .small-pull-9 {
    right: 75%;
    left: auto; }

  .small-pull-10 {
    right: 83.33333%;
    left: auto; }

  .small-pull-11 {
    right: 91.66667%;
    left: auto; }

  .small-pull-12 {
    right: 100%;
    left: auto; }

  .small-block-grid-1 > li {
    width: 100%; }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%; }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%; }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%; }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%; }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%; }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%; }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .filters.small-block-grid-8 li.filter-dropdown {
    width: 17rem; }
  .small-block-grid-8 > li {
    width: auto; }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%; }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%; }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%; }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%; }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 481px), only screen and (min-width: 48.1rem) {
  .medium-text-center {
    text-align: center; }

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

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

  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
    .columns.medium-uncentered.opposite {
      float: right; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-push-12 {
    left: 100%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .medium-pull-12 {
    right: 100%;
    left: auto; }

  .medium-block-grid-1 > li {
    width: 100%; }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    width: 50%; }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%; }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    width: 25%; }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    width: 20%; }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%; }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%; }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%; }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%; }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    width: 10%; }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%; }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%; }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 801px), only screen and (min-width: 80.1rem) {
  .large-text-center {
    text-align: center; }

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

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

  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
    .columns.large-uncentered.opposite {
      float: right; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-push-12 {
    left: 100%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  .large-pull-12 {
    right: 100%;
    left: auto; }

  .large-block-grid-1 > li {
    width: 100%; }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%; }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%; }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%; }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%; }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%; }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%; }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%; }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%; }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%; }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%; }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%; }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@font-face {
  font-family: SourceSansPro-Regular;
  src: url("/css/fonts/source-sans-pro-regular/source-sans-pro-regular.eot");
  src: url("/css/fonts/source-sans-pro-regular/source-sans-pro-regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/source-sans-pro-regular/source-sans-pro-regular.woff") format("woff"), url("/css/fonts/source-sans-pro-regular/source-sans-pro-regular.ttf") format("truetype"), url("/css/fonts/source-sans-pro-regular/source-sans-pro-regular.svg#SourceSansPro-Regular") format("svg"); }
@font-face {
  font-family: SourceSansPro-Light;
  src: url("/css/fonts/source-sans-pro-light/source-sans-pro-light.eot");
  src: url("/css/fonts/source-sans-pro-light/source-sans-pro-light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/source-sans-pro-light/source-sans-pro-light.woff") format("woff"), url("/css/fonts/source-sans-pro-light/source-sans-pro-light.ttf") format("truetype"), url("/css/fonts/source-sans-pro-light/source-sans-pro-light.svg#SourceSansPro-Light") format("svg"); }
@font-face {
  font-family: SourceSansPro-Semibold;
  src: url("/css/fonts/source-sans-pro-semibold/source-sans-pro-semibold.eot");
  src: url("/css/fonts/source-sans-pro-semibold/source-sans-pro-semibold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff") format("woff"), url("/css/fonts/source-sans-pro-semibold/source-sans-pro-semibold.ttf") format("truetype"), url("/css/fonts/source-sans-pro-semibold/source-sans-pro-semibold.svg#SourceSansPro-Semibold") format("svg"); }
@font-face {
  font-family: iconfont;
  src: url("/css/fonts/iconfont/iconfont.eot");
  src: url("/css/fonts/iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/iconfont/iconfont.woff") format("woff"), url("/css/fonts/iconfont/iconfont.ttf") format("truetype"), url("/css/fonts/iconfont/iconfont.svg#iconfont") format("svg"); }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'iconfont';
  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-coin-dollar:before {
  content: "\e600"; }

.icon-none:before {
  content: "\e61f"; }

.icon-negative:before {
  content: "\e620"; }

.icon-incomplete:before {
  content: "\e621"; }

.icon-possible:before {
  content: "\e622"; }

.icon-plus:before {
  content: "\e623"; }

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

.icon-client:before {
  content: "\e601"; }

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

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

.icon-user-knockout:before {
  content: "\e604"; }

.icon-upload:before {
  content: "\e605"; }

.icon-settings:before {
  content: "\e606"; }

.icon-search:before {
  content: "\e607"; }

.icon-profile-wordmark:before {
  content: "\e608"; }

.icon-passport:before {
  content: "\e609"; }

.icon-pass:before {
  content: "\e60a"; }

.icon-fail:before {
  content: "\e60b"; }

.icon-dollar:before {
  content: "\e60c"; }

.icon-clock:before {
  content: "\e60d"; }

.icon-arrow-down:before {
  content: "\e60e"; }

.icon-dashboard:before {
  content: "\e60f"; }

.icon-pc50:before {
  content: "\e625"; }

.icon-pc25:before {
  content: "\e626"; }

.icon-pc75:before {
  content: "\e627"; }

.icon-edit:before {
  content: "\e628"; }

.icon-file-dogear:before {
  content: "\e629"; }

.icon-file:before {
  content: "\e62a"; }

* {
  font-family: SourceSansPro-Regular;
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  color: #4A4A4A;
  position: relative;
  display: block; }
  h1.has-underline, h2.has-underline, h3.has-underline, h4.has-underline, h5.has-underline, h6.has-underline,
  .alpha.has-underline, .beta.has-underline, .gamma.has-underline, .delta.has-underline, .epsilon.has-underline, .zeta.has-underline {
    border-bottom: 1px solid #D8DCE0; }
  h1 .icon-edit, h2 .icon-edit, h3 .icon-edit, h4 .icon-edit, h5 .icon-edit, h6 .icon-edit,
  .alpha .icon-edit, .beta .icon-edit, .gamma .icon-edit, .delta .icon-edit, .epsilon .icon-edit, .zeta .icon-edit {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.4rem;
    margin: -1.1rem 0rem 0rem 0rem; }
    h1 .icon-edit:before, h2 .icon-edit:before, h3 .icon-edit:before, h4 .icon-edit:before, h5 .icon-edit:before, h6 .icon-edit:before,
    .alpha .icon-edit:before, .beta .icon-edit:before, .gamma .icon-edit:before, .delta .icon-edit:before, .epsilon .icon-edit:before, .zeta .icon-edit:before {
      color: #7D7D7D;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    h1 .icon-edit:hover:before, h2 .icon-edit:hover:before, h3 .icon-edit:hover:before, h4 .icon-edit:hover:before, h5 .icon-edit:hover:before, h6 .icon-edit:hover:before,
    .alpha .icon-edit:hover:before, .beta .icon-edit:hover:before, .gamma .icon-edit:hover:before, .delta .icon-edit:hover:before, .epsilon .icon-edit:hover:before, .zeta .icon-edit:hover:before {
      color: #40ADF2; }
    h1 .icon-edit.left, h2 .icon-edit.left, h3 .icon-edit.left, h4 .icon-edit.left, h5 .icon-edit.left, h6 .icon-edit.left,
    .alpha .icon-edit.left, .beta .icon-edit.left, .gamma .icon-edit.left, .delta .icon-edit.left, .epsilon .icon-edit.left, .zeta .icon-edit.left {
      position: relative;
      margin: 0rem;
      padding: 0rem 0rem 0rem 1rem; }

h1, h2, h3, h4,
.alpha, .beta, .gamma, .delta {
  font-family: SourceSansPro-Light;
  font-weight: normal;
  font-style: normal; }

h2, h3, h4,
.beta, .gamma, .delta {
  font-family: SourceSansPro-Light;
  font-weight: normal;
  font-style: normal; }

h1, .alpha {
  font-size: 4rem;
  margin: 5rem 0rem 3rem 0rem; }
  h1.has-underline, .alpha.has-underline {
    padding: 0rem 0rem 1rem 0rem; }

h2, .beta {
  font-size: 3.8rem;
  margin: 6rem 0rem 1.5rem 0rem; }
  h2 .icon-edit, .beta .icon-edit {
    font-size: 1.8rem; }

h1 + h2,
.alpha + h2 {
  margin: 3rem 0rem 1.5rem 0rem; }

h3, .gamma {
  font-size: 2.8rem;
  margin: 6rem 0rem 1.5rem 0rem; }

h1 + h3,
.alpha + h3 {
  margin: 3rem 0rem 1.5rem 0rem; }

h4, .delta {
  font-size: 2.4rem;
  margin: 6rem 0rem 1.5rem 0rem; }

h5, h6,
.epsilon, .zeta {
  text-transform: uppercase; }

h5, .epsilon {
  font-size: 1.6rem;
  margin: 3rem 0rem 1rem 0rem; }
  h5 + h1, h5 + h2, .epsilon + h1, .epsilon + h2 {
    margin-top: 0; }
  h5.small-margin, .epsilon.small-margin {
    margin: 2rem 0rem 0rem 0rem; }

h6, .zeta {
  font-size: 1.2rem;
  margin: 6rem 0rem 0.5rem 0rem; }
  h6.small-margin, .zeta.small-margin {
    margin: 2rem 0rem 0rem 0rem; }

p,
li {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #7D7D7D; }

p {
  margin: 0rem 0rem 4.5rem 0rem; }

ol,
ul {
  margin: 0rem 0rem 4.1rem 0rem; }
  ol li,
  ul li {
    margin: 0rem 0rem 0.4rem 2.5rem; }

ul li {
  list-style: disc; }
   nav ul li {
    list-style: none; }
  div#activity_feed ul li{
  	list-style:none;
  }

[class*="block-grid-"] {
  margin-bottom: 0; }
  [class*="block-grid-"] > li {
    margin-bottom: 4.5rem; }

ol {
  counter-reset: count; }
  ol li {
    position: relative; }
    ol li:before {
      left: -2.3rem;
      color: #000;
      display: inline-block;
      position: absolute;
      content: counter(count);
      counter-increment: count;
      font-weight: bold; }

abbr {
  color: #000;
  border-bottom: 1px dotted #000; }

strong {
  font-family: SourceSansPro-Semibold; }

em {
  font-style: italic; }

table {
  margin: 0rem 0rem 6rem 0rem;
  width: 100%; }
  [class^="bg-"] > table, [class*=" bg-"] > table {
    margin: 0rem 0rem 0rem 0rem; }
  table.has-rows tr:nth-of-type(2n-1) {
    background: #fafafa; }
    table.has-rows tr:nth-of-type(2n-1).row-link:hover {
      background: #e1e1e1; }
  table.text-middle {
    vertical-align: middle; }
  table tr {
    border-top: 0.1rem solid #ccc;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: transparent; }
    table tr:first-child {
      border-top: none; }
    table tr.row-link {
      cursor: pointer; }
      table tr.row-link:hover {
        background: #e6e6e6; }
    table tr th,
    table tr td {
      font-size: 1.4rem;
      text-align: left;
      vertical-align: middle; }
      table tr th.no-link,
      table tr td.no-link {
        cursor: default; }
      table tr th.text-top,
      table tr td.text-top {
        vertical-align: top; }
    table tr th {
      padding: 1rem 2rem 1rem 0.5rem;
      color: #000; }
    table tr td {
      padding: 1rem 2rem 1rem 0.5rem;
      color: #7D7D7D;
      position: relative; }
      table tr td p {
        font-size: 1.4rem; }
        table tr td p:last-child {
          margin-bottom: 0; }
      table tr td span.check-colour-code {
        margin-right: 0.2rem; }
        table tr td span.check-colour-code:before {
          content: "";
          height: 1rem;
          width: 1rem;
          position: relative;
          display: inline-block;
          margin: -0.5rem 0rem 0rem -1rem;
          -webkit-border-radius: 5rem;
          -moz-border-radius: 5rem;
          border-radius: 5rem; }
        table tr td span.check-colour-code.purple:before {
          background: #AE69AF; }
        table tr td span.check-colour-code.yellowBright:before {
          background: #F8E71C; }
        table tr td span.check-colour-code.greenBright:before {
          background: #4AC764; }
        table tr td span.check-colour-code.magenta:before {
          background: #C74A77; }
        table tr td span.check-colour-code.cyan:before {
          background: #24D1E3; }
        table tr td span.check-colour-code.orange:before {
          background: #FA9932; }
      table tr td.no-pad {
        padding: 0; }
      table tr td a.auto-link {
        padding: 1rem 0.5rem;
        display: block;
        color: #7D7D7D;
        border-bottom: none; }
        table tr td a.auto-link:hover {
          text-decoration: none; }
        table tr td a.auto-link span {
          margin: 0rem;
          left: -0.8rem; }
      table tr td a.button.small.tag, table tr td .joyride-tip-guide a.tag.joyride-next-tip, .joyride-tip-guide table tr td a.tag.joyride-next-tip {
        margin: 0rem;
        color: #000; }
      table tr td.per-check-view {
        position: relative; }
        table tr td.per-check-view span {
          margin: 0rem 0rem 0rem 3.2rem; }
          table tr td.per-check-view span:before {
            position: absolute;
            top: 7px;
            left: 6px; }
      table tr td.check-pdfs {
        padding: 1rem 0rem; }
        table tr td.check-pdfs ul {
          margin: 0rem;
          width: 110%; }
          table tr td.check-pdfs ul li {
            list-style: none;
            font-size: 1.2rem;
            margin: 0rem 0rem 0rem 1rem; }
    table tr.current {
      background: #F2F2F2;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 4%, #F2F2F2 4%, #F2F2F2 93%, #ffffff 93%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #ffffff), color-stop(4%, #F2F2F2), color-stop(93%, #F2F2F2), color-stop(93%, #ffffff));
      background: -webkit-linear-gradient(top, #ffffff 4%, #F2F2F2 4%, #F2F2F2 93%, #ffffff 93%);
      background: -o-linear-gradient(top, #ffffff 4%, #F2F2F2 4%, #F2F2F2 93%, #ffffff 93%);
      background: -ms-linear-gradient(top, #ffffff 4%, #F2F2F2 4%, #F2F2F2 93%, #ffffff 93%);
      background: linear-gradient(to bottom, #ffffff 4%, #F2F2F2 4%, #F2F2F2 93%, #ffffff 93%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
  table .icon-edit:before {
    color: #7D7D7D;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  table .icon-edit:hover:before {
    color: #40ADF2; }
  table .icon-none:before {
    font-size: 2px;
    vertical-align: middle;
    color: #D8DCE0; }
  table .icon-pass,
  table .icon-fail {
    font-size: 1.5rem;
    margin-left: 10px; }
  table .icon-negative:before,
  table .icon-incomplete:before,
  table .icon-possible:before {
    font-size: 2.3rem; }
  table .icon-pass:before,
  table .icon-negative:before {
    color: #47BAC1; }
  table .icon-fail:before,
  table .icon-incomplete:before {
    color: #FE7D7D; }
  table .icon-possible:before {
    color: #AE69AF; }
  table .icon-complete,
  table [class*="icon-pc"] {
    position: relative;
    height: 3rem;
    width: 3rem;
    overflow: hidden;
    display: block;
    margin: 0 auto; }
  table [class*="icon-pc"] {
    background: #D8DCE0; }
    table [class*="icon-pc"]:before {
      color: #40ADF2;
      position: absolute;
      left: 0;
      top: 0 !important;
      line-height: 100%;
      height: 3rem;
      width: 3rem;
      font-size: 3rem; }
  table .icon-pc100 {
    background-color: #40ADF2; }
  table .icon-complete {
    background: #40ADF2; }
    table .icon-complete:before {
      content: "\e60a";
      color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 300%;
      height: 3rem;
      width: 3rem;
      font-size: 1rem;
      text-align: center; }
  table .icon-file:before {
    padding: 0rem 0.4rem 0rem 0rem; }

.large-padding-title th {
  font-size: 1.5rem; }

table .filter-asc,
table .filter-desc,
table .sort {
  color: #000;
  padding: 0rem 2rem 0rem 0rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  table .filter-asc:hover,
  table .filter-desc:hover,
  table .sort:hover {
    color: #40ADF2; }
  table .filter-asc:before, table .filter-asc:after,
  table .filter-desc:before,
  table .filter-desc:after,
  table .sort:before,
  table .sort:after {
    content: "";
    position: absolute;
    right: 0;
    display: block; }
table .filter-asc:after {
  top: 0.7rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #40ADF2; }
table .filter-desc:after {
  top: 0.7rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #40ADF2; }
table .sort {
  color: #000;
  padding: 0rem 2rem 0rem 0rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  table .sort:before {
    top: 0.5rem;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid #B4B9C3; }
  table .sort:after {
    bottom: 0.5rem;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.3rem solid #B4B9C3; }

.file-overview {
  width: auto; }
  .file-overview tr {
    border: none; }
  .file-overview h6 {
    color: #7D7D7D;
    font-size: 1.6rem;
    margin: 0rem 0rem 0.5rem 0rem; }
  .file-overview h3 {
    margin: 0rem 0rem 3rem 0rem; }
  .file-overview td {
    vertical-align: middle;
    border-right: 0.1rem solid #D8DCE0;
    padding: 0rem 1rem; }
    .file-overview td:first-child, .file-overview td:last-child {
      border-right: none; }
    .file-overview td:first-child {
      padding: 0rem; }
    .file-overview td p {
      color: #000;
      line-height: normal;
      display: block;
      font-size: 1.4rem;
      margin: 0rem 0rem 0.5rem 0rem; }
    .file-overview td .label {
      margin-top: 0.2rem; }
    .file-overview td .file-owner-transfer:before {
      content: "\e613";
      font-family: 'iconfont';
      position: absolute;
      display: block;
      color: #7D7D7D;
      text-align: right;
      right: 0rem;
      margin-right: -0.4rem;
      line-height: 1.8;
      font-size: 1.2rem;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .file-overview td .file-owner-transfer:hover:before {
      color: #40ADF2; }
    .file-overview td .avatar-default {
      margin-top: 0.8rem;
      position: relative;
      left: 50%;
      margin-left: -1.2rem;
      top: -0.2rem;
      height: 2.6rem;
      width: 2.6rem; }
      .file-overview td .avatar-default:before {
        line-height: 2.2; }
  .file-overview img {
    padding: 0.1rem;
    margin: 0;
    height: 11.8rem;
    max-width: 12rem; }
    .file-overview img.showTip {
      height: 2.8rem;
      max-width: 2.8rem;
      margin-top: 0.2rem;
      vertical-align: middle; }
  .file-overview .bg-white {
    height: 12rem;
    display: inline-block;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem; }
  .file-overview .button.small, .file-overview .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .file-overview .joyride-next-tip {
    font-size: 1.2rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 3rem;
    line-height: 3rem; }

::-webkit-input-placeholder {
  color: #B4B9C3;
  opacity: 1; }

:-moz-placeholder {
  color: #B4B9C3;
  opacity: 1; }

::-moz-placeholder {
  color: #B4B9C3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #B4B9C3;
  opacity: 1; }

[placeholder]:-ms-input-placeholder {
  color: #B4B9C3;
  opacity: 1; }

form [class*="block-grid-"] {
  margin-top: 1.2rem;
  margin-bottom: 3rem; }
  form [class*="block-grid-"] > li {
    margin-bottom: 0rem; }
form.prompt {
  display: inline; }
form h5 {
  margin-top: 2rem; }
form footer {
  padding: 2rem 0rem 0rem 0rem; }
  form footer a.red,
  form footer input.red,
  form footer a.blue,
  form footer .joyride-tip-guide a.joyride-next-tip,
  .joyride-tip-guide form footer a.joyride-next-tip,
  form footer input.blue,
  form footer .joyride-tip-guide input.joyride-next-tip,
  .joyride-tip-guide form footer input.joyride-next-tip {
    float: none;
    width: 100%; }
  @media only screen and (min-width: 481px), only screen and (min-width: 48.1rem) {
    form footer {
      clear: both; }
      form footer:after, form footer:before {
        content: "";
        display: block;
        width: 100%;
        height: 0rem;
        clear: both; }
      form footer a.red,
      form footer input.red {
        width: auto;
        float: left; }
      form footer a.blue, form footer .joyride-tip-guide a.joyride-next-tip, .joyride-tip-guide form footer a.joyride-next-tip,
      form footer input.blue,
      form footer .joyride-tip-guide input.joyride-next-tip,
      .joyride-tip-guide form footer input.joyride-next-tip {
        width: auto;
        float: right; } }
form label.sublabel {
  line-height: 1.3; }
  form label.sublabel.for-checkbox {
    display: inline-block;
    margin: 0rem 0rem 2.5rem 0rem; }
form .error {
  margin: -2rem 0rem 2.5rem 0rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  color: #FE7D7D; }
  form .error.select-error {
    padding-top: 2.6rem; }
form .service-label {
  margin-left: -36px;
  display: block; }

.instruction {
  font-size: 1.2rem;
  margin: 0rem 0rem 1.2rem 0rem;
  display: block; }
  @media only screen and (max-width: 800px), only screen and (max-width: 80rem) {
    .instruction {
      margin: 1rem 0rem 0rem 0rem;
      float: none; } }
  form .instruction {
    margin: -2.1rem 0rem 0.6rem 0rem;
    color: #3C9FA5;
    float: right; }
  .instruction ul {
    margin-top: 1rem; }
    .instruction ul li {
      font-size: 1.2rem;
      line-height: 1.4; }
  .instruction.hidden {
    display: none; }
  .instruction.full-width {
    float: none;
    font-size: 1.4rem;
    margin: 2.3rem 0rem 2.7rem 0rem; }
  .instruction.left-align {
    margin: 0.4rem 0rem;
    float: none; }
  .instruction.grey {
    color: #7D7D7D; }
  .instruction.before-submit {
    margin: -0.4rem 1rem 0rem 0rem;
    float: right;
    display: inline-block;
    width: 60%;
    font-size: 1.4rem; }
    @media only screen and (max-width: 480px), only screen and (max-width: 48rem) {
      .instruction.before-submit {
        width: 100%;
        float: left;
        margin-top: 2rem; } }

.select-wrapper,
input,
textarea,
.upload-box {
  margin: 0rem 0rem 2.5rem 0rem;
  width: 100%; }
  .select-wrapper.width-auto,
  input.width-auto,
  textarea.width-auto,
  .upload-box.width-auto {
    display: inline-block;
    width: auto;
    margin: 0; }

input.button, .joyride-tip-guide input.joyride-next-tip {
  display: inline-block;
  width: auto;
  margin: 0; }

input,
textarea {
  border: 0.1rem solid #D8DCE0;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
  outline: none;
  color: #7D7D7D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input.fieldError,
  textarea.fieldError {
    border: 0.1rem solid #FE7D7D; }

input,
select {
  line-height: normal; }

input:disabled {
  color: #cacaca;
  background: none; }

label {
  font-size: 1.3rem;
  margin: 0rem 0rem 0.5rem 0rem;
  text-transform: uppercase;
  display: block;
  color: #4A4A4A; }
  label.sublabel {
    padding: 0.3rem 0rem 0rem 2rem;
    text-transform: none;
    position: relative; }
    label.sublabel input {
      position: absolute;
      left: 0rem;
      top: 0.4rem; }
    label.sublabel .has-radius {
      padding: 0rem 0.5rem; }

textarea {
  height: 13rem;
  line-height: 1.7;
  resize: none; }

select {
  border: 0.1rem solid #D8DCE0;
  padding: 0.7rem;
  font-size: 1.6rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border-radius: 0rem;
  color: #7D7D7D;
  width: 100%;
  outline: none;
  background: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: url(/images/arrow-down.svg) 98% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus,
select:focus,
textarea:focus,
option:focus {
  border: 0.1rem solid #40ADF2; }

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  border: none;
  margin: 0rem;
  padding: 0rem; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="search"] {
  padding-left: 3.5rem;
  background-image: url(/images/search.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-position: 1rem 50%;
  background-size: auto 50%; }

input[type="search"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.single-line fieldset {
  display: block;
  width: 100%; }
.single-line .select-wrapper,
.single-line input,
.single-line textarea,
.single-line .upload-box,
.single-line label {
  margin: 0rem 1rem 0rem 0rem;
  display: inline-block;
  float: left; }
  .single-line .select-wrapper:last-child,
  .single-line input:last-child,
  .single-line textarea:last-child,
  .single-line .upload-box:last-child,
  .single-line label:last-child {
    margin: 0rem;
    float: right; }
    .single-line .select-wrapper:last-child:after,
    .single-line input:last-child:after,
    .single-line textarea:last-child:after,
    .single-line .upload-box:last-child:after,
    .single-line label:last-child:after {
      content: "";
      display: block;
      width: 100%;
      height: 0rem;
      clear: both; }
.single-line label {
  margin: 1.1rem 1rem 0rem 0rem; }
  .single-line label.sublabel {
    margin: 1.1rem 0.5rem 0rem 0rem; }

.bg-white input,
.bg-white textarea,
.bg-white .select-wrapper {
  background: #F2F2F2; }

form.messages ul.message-list {
  margin: 0rem 0rem 4rem 0rem; }
  form.messages ul.message-list hr {
    margin: 0rem; }
  form.messages ul.message-list li {
    margin: 0rem 0rem 0rem 0rem;
    padding: 3rem 0rem;
    list-style: none; }
    form.messages ul.message-list li.user-message {
      background: #fff;
      padding: 2.2rem; }
    form.messages ul.message-list li:nth-child(2n) {
      border-top: 1px solid #D8DCE0;
      border-bottom: 1px solid #D8DCE0; }
  form.messages ul.message-list h6 {
    font-size: 1.4rem;
    margin: 0rem 0rem 1rem 0rem;
    text-transform: none; }
    form.messages ul.message-list h6 a {
      padding-left: 3.6rem;
      margin-right: 0.2rem;
      position: relative;
      border-bottom: none; }
      form.messages ul.message-list h6 a:hover {
        border-bottom: none; }
      form.messages ul.message-list h6 a img {
        top: -0.4rem;
        position: absolute;
        left: 0rem; }
    form.messages ul.message-list h6 .avatar-default {
      left: 0rem; }
  form.messages ul.message-list p {
    margin: 0rem; }

form.edit-applicant label[for="pin_code"] {
  margin-top: 3rem; }

.login h1 {
  margin-bottom: 0.5rem; }
  .login h1 + p {
    margin-bottom: 3rem; }
.login .bg-offWhite {
  padding: 3.5rem 3rem;
  margin-bottom: 2rem; }
.login footer {
  padding-top: 0rem; }
  .login footer .button.blue, .login footer .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .login footer .joyride-next-tip {
    margin-bottom: 0rem; }

form.pricing-table label {
  display: inline-block;
  width: 5%; }
form.pricing-table input {
  width: 90%;
  margin-bottom: 0rem; }

h1 .button.small, h1 .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide h1 .joyride-next-tip, h2 .button.small, h2 .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide h2 .joyride-next-tip, h3 .button.small, h3 .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide h3 .joyride-next-tip, h4 .button.small, h4 .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide h4 .joyride-next-tip, h5 .button.small, h5 .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide h5 .joyride-next-tip, h6 .button.small, h6 .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide h6 .joyride-next-tip,
.alpha .button.small,
.alpha .joyride-tip-guide .joyride-next-tip,
.joyride-tip-guide .alpha .joyride-next-tip, .beta .button.small, .beta .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .beta .joyride-next-tip, .gamma .button.small, .gamma .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .gamma .joyride-next-tip, .delta .button.small, .delta .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .delta .joyride-next-tip, .epsilon .button.small, .epsilon .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .epsilon .joyride-next-tip, .zeta .button.small, .zeta .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .zeta .joyride-next-tip {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -1.3rem 0rem 0rem 0rem; }

.button, .joyride-tip-guide .joyride-next-tip {
  font-size: 1.3rem;
  padding: 1.2rem 4.6rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  -moz-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  line-height: normal;
  color: #fff;
  cursor: pointer; }
  .button:hover, .joyride-tip-guide .joyride-next-tip:hover {
    color: #fff;
    border-bottom: 0.1rem solid transparent; }
  .button.small, .joyride-tip-guide .joyride-next-tip {
    font-size: 1rem;
    padding: 0.6rem 1.2rem; }
    .button.small.tag, .joyride-tip-guide .tag.joyride-next-tip {
      padding: 0.6rem 0.8rem 0.7rem;
      margin: 0rem 0rem 0rem 0.8rem;
      vertical-align: middle;
      position: relative; }
  .button.fixed-width, .joyride-tip-guide .fixed-width.joyride-next-tip {
    width: 6rem;
    margin-bottom: 0rem; }
  .button[class^="icon-"], .joyride-tip-guide [class^="icon-"].joyride-next-tip, .button[class*=" icon-"], .joyride-tip-guide [class*=" icon-"].joyride-next-tip {
    padding: 1.2rem 1.5rem 1.2rem 3.6rem;
    position: relative; }
    .button[class^="icon-"].fr, .joyride-tip-guide [class^="icon-"].fr.joyride-next-tip, .button[class*=" icon-"].fr, .joyride-tip-guide [class*=" icon-"].fr.joyride-next-tip {
      margin: 0.6rem 0rem 0rem 0.6rem;
      position: relative; }
    .button[class^="icon-"].small, .joyride-tip-guide [class^="icon-"].joyride-next-tip, .button[class*=" icon-"].small, .joyride-tip-guide [class*=" icon-"].joyride-next-tip {
      padding: 1rem 1.5rem 1rem 3.6rem;
      top: -0.6rem;
      font-size: 1.2rem; }
      .button[class^="icon-"].small:before, .joyride-tip-guide [class^="icon-"].joyride-next-tip:before, .button[class*=" icon-"].small:before, .joyride-tip-guide [class*=" icon-"].joyride-next-tip:before {
        top: 1.2rem; }
    .button[class^="icon-"]:before, .joyride-tip-guide [class^="icon-"].joyride-next-tip:before, .button[class*=" icon-"]:before, .joyride-tip-guide [class*=" icon-"].joyride-next-tip:before {
      position: absolute;
      left: 1.4rem;
      top: 1.4rem; }
  .button.icon-document, .joyride-tip-guide .icon-document.joyride-next-tip {
    padding: 1.2rem 1.5rem 1.2rem 3.6rem;
    position: relative; }
    .button.icon-document:before, .joyride-tip-guide .icon-document.joyride-next-tip:before {
      position: absolute;
      left: 1.4rem;
      top: 1.4rem; }
  .button.icon-file:before, .joyride-tip-guide .icon-file.joyride-next-tip:before {
    font-size: 1.8rem;
    top: 1.1rem; }
  .button.yellow, .joyride-tip-guide .yellow.joyride-next-tip, .button.steel, .joyride-tip-guide .steel.joyride-next-tip {
    color: #4A4A4A; }
    .button.yellow:hover, .joyride-tip-guide .yellow.joyride-next-tip:hover, .button.steel:hover, .joyride-tip-guide .steel.joyride-next-tip:hover {
      color: #4A4A4A; }
  .button.blue, .joyride-tip-guide .joyride-next-tip {
    background: #40ADF2;
    border: 0.1rem solid #208BD0; }
    .button.blue:hover, .joyride-tip-guide .joyride-next-tip:hover, .button.blue.wait, .joyride-tip-guide .wait.joyride-next-tip {
      background: #208BD0;
      border: 0.1rem solid #208BD0; }
    .button.blue:disabled, .joyride-tip-guide .joyride-next-tip:disabled {
      background: #bcc3c9;
      border: 0.1rem solid #818794;
      color: #fff; }
  .button.yellow, .joyride-tip-guide .yellow.joyride-next-tip {
    background: #FED27D;
    border: 0.1rem solid #DBB05D; }
    .button.yellow:hover, .joyride-tip-guide .yellow.joyride-next-tip:hover {
      background: #DBB05D; }
  .button.green, .joyride-tip-guide .green.joyride-next-tip {
    background: #47BAC1;
    border: 0.1rem solid #358d92; }
    .button.green:hover, .joyride-tip-guide .green.joyride-next-tip:hover {
      background: #358d92; }
  .button.red, .joyride-tip-guide .red.joyride-next-tip {
    background: #FE7D7D;
    border: 0.1rem solid #D45050; }
    .button.red:hover, .joyride-tip-guide .red.joyride-next-tip:hover {
      background: #D45050; }
  .button.steel, .joyride-tip-guide .steel.joyride-next-tip {
    background: #B4B9C3;
    border: 0.1rem solid #818794; }
    .button.steel:hover, .joyride-tip-guide .steel.joyride-next-tip:hover {
      background: #818794; }
  .button.greyLight, .joyride-tip-guide .greyLight.joyride-next-tip {
    background: #D8DCE0;
    border: 0.1rem solid #bcc3c9;
    color: #fff; }
    .button.greyLight:hover, .joyride-tip-guide .greyLight.joyride-next-tip:hover {
      background: #bcc3c9; }
  .button.border-blue, .joyride-tip-guide .border-blue.joyride-next-tip {
    border: 0.1rem solid #40ADF2;
    color: #40ADF2; }
    .button.border-blue:hover, .joyride-tip-guide .border-blue.joyride-next-tip:hover {
      background: #40ADF2;
      color: #fff; }
  .button.border-red, .joyride-tip-guide .border-red.joyride-next-tip {
    border: 0.1rem solid #D45050;
    color: #D45050; }
    .button.border-red:hover, .joyride-tip-guide .border-red.joyride-next-tip:hover {
      background: #D45050;
      color: #fff; }
  .button.border-grey, .joyride-tip-guide .border-grey.joyride-next-tip {
    border: 0.1rem solid #fff;
    color: #fff; }
    .button.border-grey:hover, .joyride-tip-guide .border-grey.joyride-next-tip:hover, .button.border-grey.active, .joyride-tip-guide .border-grey.active.joyride-next-tip {
      background: #4A4A4A;
      color: #fff;
      border: 0.1rem solid #4A4A4A; }

form .button.small, form .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide form .joyride-next-tip,
table .button.small,
table .joyride-tip-guide .joyride-next-tip,
.joyride-tip-guide table .joyride-next-tip {
  margin-right: 1rem;
  border: 1px solid none; }
  form .button.small:last-child, form .joyride-tip-guide .joyride-next-tip:last-child, .joyride-tip-guide form .joyride-next-tip:last-child,
  table .button.small:last-child,
  table .joyride-tip-guide .joyride-next-tip:last-child,
  .joyride-tip-guide table .joyride-next-tip:last-child {
    margin-right: 0; }
  form .button.small:hover, form .joyride-tip-guide .joyride-next-tip:hover, .joyride-tip-guide form .joyride-next-tip:hover,
  table .button.small:hover,
  table .joyride-tip-guide .joyride-next-tip:hover,
  .joyride-tip-guide table .joyride-next-tip:hover {
    border: 1px solid none; }

body {
  position: relative;
  height: auto;
  min-height: 100%;
  padding-bottom: 8rem; }

a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #40ADF2; }
  a:hover {
    color: #208BD0; }
  p a, li a, td a {
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -moz-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
    border-bottom: 0.1rem solid transparent; }
    p a:hover, li a:hover, td a:hover {
      border-bottom: 0.1rem solid #208BD0; }
  a.inline-link {
    vertical-align: middle;
    font-size: 1.4rem;
    margin: 0rem 0rem 0rem 3rem; }
  a.repeater-add {
    position: relative;
    padding-left: 3.8rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #000; }
    a.repeater-add:hover {
      color: #208BD0; }
      a.repeater-add:hover:before {
        background: #3C9FA5; }
    a.repeater-add:before {
      content: "";
      position: absolute;
      height: 2.5rem;
      width: 2.5rem;
      top: 50%;
      left: 0rem;
      margin-top: -1.25rem;
      background: #47BAC1;
      -webkit-border-radius: 10rem;
      -moz-border-radius: 10rem;
      border-radius: 10rem;
      -webkit-transition: background 0.5s ease;
      -moz-transition: background 0.5s ease;
      transition: background 0.5s ease; }
    a.repeater-add:after {
      content: "\e623";
      position: absolute;
      font-family: 'iconfont';
      color: #fff;
      font-size: 0.9rem;
      top: 50%;
      left: 0.8rem;
      margin-top: -0.4rem; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after,
.instruction:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both; }

select::-ms-expand {
  display: none; }

section {
  padding: 0rem 0rem 3rem 0rem; }
  section.messaging {
    padding: 0rem; }

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

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

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

hr {
  margin: 4.5rem 0rem;
  height: 0.1rem;
  display: block;
  border: none;
  width: 100%;
  background: #D8DCE0; }

.note {
  font-size: 1.4rem;
  text-transform: none;
  color: #ea36ff;
  margin: 0rem;
  padding: 0rem; }

.history {
  position: relative;
  display: block;
  padding: 0rem;
  margin: 0rem; }
  .history:before {
    bottom: 2.5rem;
    width: 0.1rem;
    top: 2.4rem;
    left: 0.4rem;
    position: absolute;
    background: #B4B9C3;
    display: block;
    content: ""; }
  .history li {
    padding: 0.8rem 0rem 0.8rem 8rem;
    font-size: 1.2rem;
    line-height: 2;
    position: relative;
    list-style: none;
    margin: 0rem; }
    .history li:before {
      margin-top: -0.5rem;
      height: 0.9rem;
      width: 0.9rem;
      background: #B4B9C3;
      position: absolute;
      content: "";
      top: 50%;
      left: 0rem; }
    .history li img {
      margin-top: -1.2rem;
      left: 3.3rem;
      position: absolute;
      top: 50%; }
    .history li.completed:before {
      margin: -1.2rem 0rem 0rem -0.8rem;
      height: 2.5rem;
      width: 2.5rem;
      background: #40ADF2; }

.filters.billing {
  float: left;
  width: 85%; }
  .filters.billing li {
    display: inline-block;
    list-style: none;
    margin: 0rem 2rem 0rem 0rem; }
    .filters.billing li:nth-child(2n+2) {
      width: 20%; }

.bg-offWhite {
  background: #F2F2F2; }

.bg-navyLight {
  background: #353F51; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.bg-purple {
  background: #AE69AF; }

.bg-blue {
  background: #40ADF2; }

.bg-yellow {
  background: #FED27D; }

.bg-green {
  background: #47BAC1; }

.bg-red {
  background: #FE7D7D; }

.bg-steel {
  background: #B4B9C3; }

.bg-yellowBright {
  background: #F8E71C; }

.bg-greenBright {
  background: #4AC764; }

.bg-magenta {
  background: #C74A77; }

.bg-cyan {
  background: #24D1E3; }

.bg-orange {
  background: #FA9932; }

.bg-purple,
.bg-black,
.bg-navyLight,
.bg-red,
.bg-green,
.bg-blue,
.bg-yellowBright,
.bg-greenBright,
.bg-magenta,
.bg-cyan,
.bg-orange {
  color: #fff; }
  .bg-purple *,
  .bg-black *,
  .bg-navyLight *,
  .bg-red *,
  .bg-green *,
  .bg-blue *,
  .bg-yellowBright *,
  .bg-greenBright *,
  .bg-magenta *,
  .bg-cyan *,
  .bg-orange * {
    color: #fff; }

.bg-yellow,
.bg-steel {
  color: #000; }
  .bg-yellow *,
  .bg-steel * {
    color: #000; }

.large-padding-title {
  padding: 0rem 3rem;
  height: 6rem;
  line-height: 6rem; }
  .large-padding-title * {
    margin: 0;
    padding: 0; }

.medium-padding {
  padding: 1rem 3rem; }

.large-padding {
  padding: 2rem 3rem; }

.small-padding-title {
  padding: 0.5rem 1.5rem; }

.small-padding {
  padding: 1rem 1.5rem; }

.has-shadow {
  box-shadow: 2px 2px 2px #ccc;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2); }

.container-has-thumb {
  padding-bottom: 5rem;
  position: relative; }
  .container-has-thumb img {
    bottom: -5rem;
    right: 3rem;
    position: absolute; }

.has-radius {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  overflow: hidden; }

.margin-top {
  margin-top: 4.5rem; }

.margin-bottom {
  margin-bottom: 4.5rem; }

.padding-bottom {
  padding-bottom: 2rem; }

.small-margin {
  margin: 2rem 0rem 0rem 0rem; }

.tag {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem 0.4rem;
  margin: 0rem 0rem 0rem 0.8rem;
  vertical-align: middle;
  position: relative; }

.label {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  color: #000; }

.border-steel {
  border: 0.1rem solid #B4B9C3; }

.border-grey {
  border: 0.1rem solid #D8DCE0; }

.border-white {
  border: 0.1rem solid #fff; }

.alert-border {
  border: 0.2rem solid #FED27D;
  background: #fffcf6;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0rem 2rem;
  box-shadow: 2px 2px 2px #ccc;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  margin: -3rem 0rem 0rem -2rem; }

.uploads-wrapper {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .uploads-wrapper .button, .uploads-wrapper .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .uploads-wrapper .joyride-next-tip {
    margin: 10px 0 20px; }

#filters {
  display: inline-block;
  width: 100%; }

.filters.small-block-grid-6 {
  width: 100%;
  margin: 0rem 0rem 2rem 0rem; }
  .filters.small-block-grid-6 li {
    width: auto; }
    .filters.small-block-grid-6 li.filter-dropdown {
      width: 20rem; }

.pagination-links .pagination {
  margin: 0rem 0rem 0rem 1.6rem; }
.pagination-links.top {
  display: inline-block;
  float: right;
  text-align: right; }
.pagination-links.bottom {
  margin: 3rem 0rem 4rem 1.6rem; }

.status-links {
  float: right;
  display: inline-block;
  text-align: right;
  margin: 3rem 0rem 4rem 1.6rem; }
  .status-links.client-users {
    margin: 1rem 0rem 4rem 1.6rem; }

.pagination {
  display: inline-block; }
  .pagination li {
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    display: inline-block;
    list-style: none;
    background: #40ADF2;
    border: 0.1rem solid #208BD0;
    padding: 0rem;
    margin: 0rem 0.8rem 0rem 0rem; }
    .pagination li.active {
      color: #000; }
    .pagination li.disabled {
      color: #B4B9C3; }
    .pagination li.active, .pagination li.disabled {
      background: none;
      padding: 0rem 1rem;
      border: none; }
      .pagination li.active:hover, .pagination li.disabled:hover {
        background: none; }
    .pagination li:hover {
      background: #208BD0; }
    .pagination li a {
      display: block;
      color: #fff;
      border: none;
      padding: 0rem 1rem; }
      .pagination li a:hover {
        border: none; }

.avatar-default {
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  left: 3.3rem;
  height: 2.4rem;
  width: 2.4rem;
  background: #D8DCE0; }
  .avatar-default:before {
    content: attr(data-avatar);
    position: relative;
    display: block;
    color: #208BD0;
    font-size: 1.2rem;
    text-align: center;
    margin-left: -0.1rem;
    line-height: 2; }

.message {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0rem;
  position: fixed;
  z-index: 6;
  width: auto;
  left: 2rem;
  right: 2rem; }
  .message.top {
    top: 0; }
  .message p {
    margin: 0; }
    .message p:before {
      position: relative;
      top: 0.1rem;
      margin: 0rem 1rem 0rem 0rem; }
  .message a {
    text-decoration: underline; }
    .message a.close-message {
      text-decoration: none;
      float: right;
      margin: 0rem 2.8rem -0.5rem 0rem;
      padding: 0.2rem 0rem 0rem 0rem; }
      .message a.close-message:hover {
        border-bottom: none;
        color: #FE7D7D; }

.media-dropzone {
  padding: 1rem;
  background: #F2F2F2; }

.media-dropzone.activedrag {
  background: #fff;
  margin: 0rem 0rem 2.5rem 0rem; }
  .media-dropzone.activedrag p.icon-file:before {
    color: #40ADF2; }
  .media-dropzone.activedrag p.icon-file:after {
    color: #208BD0; }
  .media-dropzone.activedrag .upload-select:before {
    color: #fff; }

.media-dropzone.error {
  background: #fff;
  margin: 0rem 0rem 2.5rem 0rem; }
  .media-dropzone.error p.icon-file {
    left: 20rem; }
    .media-dropzone.error p.icon-file:before {
      color: #FE7D7D;
      left: -50rem; }
    .media-dropzone.error p.icon-file:after {
      display: none; }
    .media-dropzone.error p.icon-file span {
      left: -40rem;
      top: -4.4rem;
      position: absolute;
      width: 100%; }
  .media-dropzone.error .upload-select:before {
    content: "\e60b";
    color: #fff;
    margin-top: -2.8rem;
    left: -47.2rem; }

.upload-box {
  border: 0.1rem dashed #B4B9C3;
  display: block;
  overflow: hidden; }
  .upload-box p.icon-file {
    padding: 6rem 0rem 5rem;
    max-width: 145px;
    left: -20rem;
    margin-bottom: 0rem;
    font-size: 19px;
    line-height: 1.4;
    width: 50%;
    margin: 0 0 0 100%;
    position: relative;
    color: #B4B9C3; }
    @media only screen and (max-width: 480px), only screen and (max-width: 48rem) {
      .upload-box p.icon-file {
        left: -14.6rem; } }
    .upload-box p.icon-file span {
      color: #40ADF2; }
    .upload-box p.icon-file:before {
      content: "\e62a";
      font-family: 'iconfont';
      display: block;
      position: absolute;
      top: 50%;
      left: -10rem;
      color: #D8DCE0;
      font-size: 9.2rem;
      margin-top: -4.6rem; }
    .upload-box p.icon-file:after {
      content: "\e624";
      font-family: 'iconfont';
      display: block;
      position: absolute;
      top: 50%;
      left: -7.8rem;
      font-size: 2rem;
      margin-top: -1.4rem; }
    .upload-box p.icon-file em {
      position: absolute;
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #4A4A4A; }
  .upload-box .upload-select {
    cursor: pointer;
    font-size: 19px;
    color: #40ADF2;
    text-transform: none;
    position: relative; }
    .upload-box .upload-select:before {
      content: "\e600";
      font-family: 'iconfont';
      display: block;
      position: absolute;
      left: -7.5rem;
      top: 50%;
      margin-top: -2.7rem;
      font-size: 1.7rem;
      color: #B4B9C3; }
    .upload-box .upload-select .fileupload {
      width: 56rem;
      height: 19.1rem;
      position: absolute;
      left: -323%;
      top: -600%;
      cursor: pointer; }
    .upload-box .upload-select span {
      cursor: pointer;
      color: #40ADF2;
      text-transform: none; }

.placeholder ul {
  margin: 1.4rem 0rem;
  border: 0.1rem dashed #B4B9C3; }

.uploads ul {
  background: #fff; }
.uploads li {
  list-style: none;
  margin: 0rem 1.4rem 0.4rem 0rem; }
  .uploads li.icon-document:before {
    vertical-align: middle;
    padding: 0rem 1.2rem 0rem 0rem; }
.uploads img {
  border: 0.1rem solid #D8DCE0; }

.document-list {
  margin: 1.4rem 0rem;
  padding: 3rem;
  position: relative; }
  .document-list li {
    margin: 0rem; }
    .document-list li.document-name {
      width: 75%;
      position: relative;
      padding: 0rem 0rem 0rem 3.4rem; }
    .document-list li.delete {
      position: absolute;
      text-align: right;
      width: 25%;
      right: 0rem;
      top: 50%;
      margin: -1.5rem 0rem 0rem 0rem;
      padding: 0rem; }
  .document-list .icon-document {
    word-wrap: break-word; }
    .document-list .icon-document:before {
      position: absolute;
      top: 50%;
      margin-top: -0.8rem;
      left: -0.5rem; }
  .document-list .icon-fail {
    font-size: 1.4rem;
    margin: 0rem 2rem 0rem 0rem; }
    .document-list .icon-fail:before {
      font-size: 1.2rem;
      padding: 0rem 0.4rem 0rem 0rem; }

#active-uploads .upload-thumb {
  display: none; }
#active-uploads .upload-progress {
  position: relative; }
  #active-uploads .upload-progress .bar-wrapper {
    width: 70%;
    position: relative;
    float: left;
    -webkit-transition: background 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, border 0.3s ease;
    border: 0.1rem solid #818794;
    padding: 0.1rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem; }
  #active-uploads .upload-progress .bar {
    -webkit-transition: background 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, border 0.3s ease;
    border: 0.1rem solid transparent;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    background: #208BD0;
    height: 2.2rem; }
    #active-uploads .upload-progress .bar .pct {
      color: #fff;
      font-size: 1.4rem;
      margin: 0rem 0rem 0rem 0.4rem; }
  #active-uploads .upload-progress .cancel {
    width: 20%;
    position: relative;
    display: inline-block;
    text-align: right; }
    #active-uploads .upload-progress .cancel .button.red, #active-uploads .upload-progress .cancel .joyride-tip-guide .red.joyride-next-tip, .joyride-tip-guide #active-uploads .upload-progress .cancel .red.joyride-next-tip {
      padding: 0.6rem 1.6rem;
      margin: 0rem 0rem 0rem 0.6rem; }

div#tipDiv {
  background: #fff;
  font-size: 1.4rem;
  color: #7D7D7D;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #B4B9C3;
  padding: 1rem 2rem;
  position: relative; }
  div#tipDiv:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1rem;
    height: 1rem;
    border-top: 0.1rem solid #B4B9C3;
    border-left: 0.1rem solid #B4B9C3;
    top: -0.6rem;
    left: 50%;
    margin-left: -0.5rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

.reveal-modal h3 {
  margin: 0; }
.reveal-modal h5 {
  margin: 4rem 0rem 0rem 0rem; }
.reveal-modal ul {
  margin: 1.3rem 0rem 0rem 0rem; }
  .reveal-modal ul li {
    font-size: 1.6rem;
    margin: 0.2rem 0rem 0rem 2.5rem; }
.reveal-modal p {
  margin: 1.3rem 0rem; }

#ui-datepicker-div {
  border-radius: 0; }
  #ui-datepicker-div .ui-widget-header {
    border: none;
    background: none; }
  #ui-datepicker-div.ui-widget-content {
    background: #fff;
    border: 0.1rem solid #D8DCE0;
    color: #000; }
    #ui-datepicker-div.ui-widget-content .ui-state-default {
      background: #F2F2F2;
      border: 0.1rem solid #D8DCE0;
      color: #40ADF2; }
    #ui-datepicker-div.ui-widget-content .ui-state-hover {
      background: #FED27D;
      border: 0.1rem solid #DBB05D;
      color: #000; }
    #ui-datepicker-div.ui-widget-content .ui-state-highlight {
      background: #47BAC1;
      border: 0.1rem solid #3C9FA5;
      color: #fff; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next,
  #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover,
  #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-next-hover {
    top: 0;
    font-weight: normal;
    height: 3.4rem; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before,
    #ui-datepicker-div.ui-datepicker .ui-datepicker-next:before,
    #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover:before,
    #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-next-hover:before {
      content: "\e60e";
      font-family: 'iconfont';
      display: block;
      position: absolute;
      font-size: 0.9rem; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev span.ui-icon,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next span.ui-icon {
    background-image: none; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next:before {
    color: #40ADF2; }
  #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover,
  #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-next-hover {
    border: none;
    background: none; }
    #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover:before,
    #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-next-hover:before {
      color: #208BD0; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
  #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover {
    left: 0; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before,
    #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 50%;
      left: 50%; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next,
  #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-next-hover {
    right: 0; }
    #ui-datepicker-div.ui-datepicker .ui-datepicker-next:before,
    #ui-datepicker-div.ui-datepicker .ui-state-hover.ui-datepicker-next-hover:before {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      transform: rotate(270deg);
      top: 50%;
      right: 50%; }
  #ui-datepicker-div .ui-datepicker-calendar tr {
    border: none; }

table .icon-complete,
table [class*="icon-pc"], .history li:before, .user-menu .thumbnail, .portal-toggle .thumbnail {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* Artfully masterminded by ZURB */
body {
  position: relative; }

#joyRideTipContent {
  display: none; }

.joyRideTipContent {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  width: 300px;
  z-index: 1001;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .joyride-tip-guide * {
    color: #000; }
  .joyride-tip-guide.top {
    margin-top: -20px; }
  .joyride-tip-guide.bottom {
    margin-top: 20px; }
  .joyride-tip-guide.left {
    margin-left: -20px;
    margin-top: -12px; }
  .joyride-tip-guide.right {
    margin-left: -10px;
    margin-top: -12px; }

.joyride-content-wrapper {
  padding: 25px; }
  .joyride-content-wrapper * {
    position: relative;
    z-index: 10; }

@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    width: 95%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 2.5%; }

  .joyride-tip-guide-wrapper {
    width: 100%; } }
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
  border: solid 14px; }

.joyride-tip-guide span.joyride-nub.top {
  border-color: #000;
  border-color: rgba(255, 255, 255, 0.95);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 0;
  top: -14px;
  bottom: none; }

.joyride-tip-guide span.joyride-nub.bottom {
  border-color: #000;
  border-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 0;
  bottom: -14px;
  bottom: none; }

.joyride-tip-guide span.joyride-nub.right {
  border-color: #000;
  border-color: rgba(255, 255, 255, 0.95);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
  top: 22px;
  bottom: none;
  left: auto;
  right: -14px; }

.joyride-tip-guide span.joyride-nub.left {
  border-color: #000;
  border-color: rgba(255, 255, 255, 0.95);
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 0;
  top: 22px;
  left: -14px;
  right: auto;
  bottom: none; }

.joyride-tip-guide span.joyride-nub.top-right {
  border-color: #000;
  border-color: rgba(255, 255, 255, 0.95);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 0;
  top: -14px;
  bottom: none;
  left: auto;
  right: 28px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  margin: 0;
  color: #000; }

.joyride-tip-guide h1 {
  font-size: 30px; }

.joyride-tip-guide h2 {
  font-size: 26px; }

.joyride-tip-guide h3 {
  font-size: 22px; }

.joyride-tip-guide h4 {
  font-size: 18px; }

.joyride-tip-guide h5 {
  font-size: 16px; }

.joyride-tip-guide h6 {
  font-size: 14px; }

.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px; }

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  outline: none; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  position: absolute;
  right: 17px;
  bottom: 16px; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255, 255, 255, 0.25); }

.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #40ADF2;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none;
  z-index: 12; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  position: absolute;
  z-index: 102; }

meta.foundation-version {
  font-family: "/5.3.0/"; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  dialog.working *, .reveal-modal.working * {
    opacity: 0.5; }

@media only screen and (max-width: 40em) {
  dialog, .reveal-modal {
    min-height: 100vh; } }
@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    left: 50%; } }
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
  min-width: 0; }

dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0; }

dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%; } }
@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    top: 6.25rem; } }
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }

  dialog.radius, .reveal-modal.radius {
    border-radius: 3px; }

  dialog.round, .reveal-modal.round {
    border-radius: 1000px; }

  dialog.collapse, .reveal-modal.collapse {
    padding: 0; }

  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.small, .joyride-tip-guide dialog.joyride-next-tip, .reveal-modal.small, .joyride-tip-guide .reveal-modal.joyride-next-tip {
    margin-left: -20%;
    width: 40%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw; } }
@media print {
  dialog, .reveal-modal {
    background: white !important; } }
/*
Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
  	Force border-box so that % widths fit the parent
  	container without overlap because of margin/padding.
  	More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("/components/select2/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/components/select2/select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("/components/select2/select2.png") no-repeat 100% -22px;
  background: url("/components/select2/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/components/select2/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/components/select2/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/components/select2/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("/components/select2/select2.png") no-repeat -37px -22px;
  background: url("/components/select2/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/components/select2/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/components/select2/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/components/select2/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("/components/select2/select2-spinner.gif") no-repeat 100%;
  background: url("/components/select2/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("/components/select2/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/components/select2/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("/components/select2/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

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

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

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

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  line-height: 1.2;
  margin: 0rem 0rem 0rem 0rem; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("/components/select2/select2-spinner.gif") no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

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

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

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

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

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("/components/select2/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

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

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("/components/select2/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("/components/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

header.global {
  height: 9rem; }

.brand {
  width: 10.6rem;
  height: 5rem;
  margin: 1rem 0rem 0rem 0rem;
  border: none;
  background: url(../images/profile-logo.svg) 0 0 no-repeat;
  background-size: 106px 50px;
  display: inline-block;
  position: relative;
  float: left; }
  .brand:hover {
    border: none; }
    .brand:hover .icon-fingerprint:before {
      color: #3196d7; }

.brand2 {
  width: 10.6rem;
  height: 5.5rem;
  margin: 1rem 0rem 0rem 0rem;
  border: none;
  background: url(../images/profile_screening_logo.svg) 0 0 no-repeat;
  background-size: 110px 53px;
  display: inline-block;
  position: relative;
  float: left; }
  .brand2:hover {
    border: none; }
    .brand2:hover .icon-fingerprint:before {
      color: #3196d7; }

.icon-fingerprint {
  width: 13.5rem;
  height: 6rem;
  background: #176597;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9; }
  .icon-fingerprint:before {
    font-size: 6rem;
    -webkit-transition: color 0.6s ease;
    -moz-transition: color 0.6s ease;
    transition: color 0.6s ease;
    color: #237ab2; }

.icon-profile-wordmark {
  position: relative;
  left: 6.8rem;
  top: 1.9rem;
  z-index: 10; }
  .icon-profile-wordmark:before {
    font-size: 2.5rem;
    color: #fff; }

.nav-columns {
  padding: 0rem; }

.main-nav {
  float: left; }
  .main-nav ul {
    margin: 3.5rem 0rem 0rem 0rem; }
  .main-nav li {
    margin: 0rem 0rem 0rem 2.5rem;
    font-size: 1.3rem;
    float: left; }
  .main-nav a {
    padding: 0.5rem 0.5rem 0.5rem 2.4rem;
    color: #B0B6BC;
    border: none;
    position: relative; }
    .main-nav a:before {
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      top: 0.6rem;
      font-size: 1.5rem;
      color: #575757;
      position: absolute;
      left: 0; }
    .main-nav a:hover, .main-nav a.current {
      color: #fff;
      border: none; }
      .main-nav a:hover:before, .main-nav a.current:before {
        color: #40ADF2; }

.impersonate-nav {
  background-color: #ff0000;
  color: #FFF;
}

.impersonate-nav-container{
  margin-left: 400px;
  margin-right: 400px;
  display: flex;
  justify-content: space-between;
}

#impersonate-link{
  color: #FFF;
}

#impersonate-link:hover{
  color: rgb(79, 79, 79);
}

.bg-black .main-search {
  position: relative;
  z-index: 100;
  margin: 2.5rem 0rem 0rem 0rem; }
  .bg-black .main-search input {
    color: #7D7D7D; }
  .bg-black .main-search .results {
    position: absolute;
    display: hidden;
    right: 0rem;
    top: 3.8rem;
    width: 34rem;
    padding: 0.5rem;
    max-height: 30rem;
    border: 0.1rem solid #D8DCE0;
    overflow: auto;
    background-color: #fff; }
    .bg-black .main-search .results h5 {
      color: #4A4A4A;
      margin: 0.6rem 0rem 0.4rem 1.2rem;
      font-size: 1.4rem; }
    .bg-black .main-search .results p, .bg-black .main-search .results ul, .bg-black .main-search .results li {
      color: #7D7D7D;
      font-size: 1.4rem; }
    .bg-black .main-search .results small {
      color: #4A4A4A;
      font-size: 1rem;
      text-transform: uppercase; }
    .bg-black .main-search .results p, .bg-black .main-search .results ul {
      margin: 0.4rem 1.2rem 0.6rem 1.2rem; }
    .bg-black .main-search .results ul li {
      margin-bottom: 0.4rem;
      margin-left: 1.8rem;
      list-style: none; }
      .bg-black .main-search .results ul li a {
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #40ADF2; }
        .bg-black .main-search .results ul li a:hover {
          color: #208BD0; }

.user-menu, .portal-toggle {
  margin: 1.7rem 0rem 0rem 0rem;
  padding: 0; }
  .user-menu li, .portal-toggle li {
    margin: 0;
    padding: 0; }
  .user-menu .username, .user-menu .portal-name, .portal-toggle .username, .portal-toggle .portal-name {
    padding: 0rem 0rem 0rem 5rem;
    top: 1.4rem;
    position: absolute;
    left: 0;
    width: 100%; }
  .user-menu p, .portal-toggle p {
    display: inline-block;
    width: 100%;
    margin: 0rem;
    padding: 0rem 2.5rem 0rem 0rem; }
    .user-menu p:after, .portal-toggle p:after {
      z-index: 10;
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      right: 1rem;
      bottom: 1rem;
      border-left: 0.5rem solid transparent;
      border-right: 0.5rem solid transparent;
      border-top: 0.5rem solid #40ADF2; }
  .user-menu .thumbnail, .portal-toggle .thumbnail {
    width: 3.7rem;
    height: 3.7rem;
    top: 0.8rem;
    position: absolute;
    left: 0;
    overflow: hidden;
    border: 0.2rem solid #fff; }
    .user-menu .thumbnail .avatar-default, .portal-toggle .thumbnail .avatar-default {
      left: -0.2rem;
      height: 3.7rem;
      width: 3.7rem;
      position: relative;
      margin-top: 0rem;
      top: -0.2rem; }
      .user-menu .thumbnail .avatar-default:before, .portal-toggle .thumbnail .avatar-default:before {
        line-height: 3; }
  .user-menu .drop-wrap, .portal-toggle .drop-wrap {
    height: 5.5rem;
    position: relative;
    display: block;
    overflow: visible; }
    .user-menu .drop-wrap:before, .portal-toggle .drop-wrap:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 10;
      width: 0;
      height: 0;
      opacity: 0;
      bottom: 0;
      right: 1rem;
      border-left: 0.5rem solid transparent;
      border-right: 0.5rem solid transparent;
      border-bottom: 0.5rem solid #fff; }
  .user-menu ul, .portal-toggle ul {
    top: 5.5rem;
    height: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    overflow: hidden; }
    .user-menu ul li, .portal-toggle ul li {
      color: #000;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 9; }
    .user-menu ul a, .portal-toggle ul a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 0rem 0rem 0rem 4rem;
      line-height: 5rem;
      height: 5rem;
      color: #7D7D7D;
      background: #fff;
      display: block;
      width: 100%;
      border: none;
      position: relative; }
      .user-menu ul a:hover, .portal-toggle ul a:hover {
        color: #fff;
        background: #40ADF2; }
      .user-menu ul a:before, .portal-toggle ul a:before {
        font-size: 1.8rem;
        left: 1.2rem;
        top: 1.6rem;
        position: absolute; }
      .user-menu ul a.icon-coin-dollar:before, .portal-toggle ul a.icon-coin-dollar:before {
        font-size: 2.6rem;
        left: 1rem;
        top: 1.2rem; }
  .user-menu > li, .portal-toggle > li {
    position: relative;
    display: block;
    width: 100%;
    height: 5.5rem; }
    .user-menu > li:hover ul, .portal-toggle > li:hover ul {
      height: auto; }
    .user-menu > li:hover .drop-wrap:before, .portal-toggle > li:hover .drop-wrap:before {
      opacity: 1; }

.portal-toggle {
  display: inline-block;
  float: left;
  margin: 0rem 2rem 0rem 1rem; }
  .portal-toggle .portal-name {
    padding: 0rem 0rem 0rem 12rem;
    top: 3.2rem;
    position: relative; }
    .portal-toggle .portal-name .zeta {
      width: 100%;
      margin: 0.5rem 0rem;
      display: inline-block; }
      .portal-toggle .portal-name .zeta:before {
        z-index: 10;
        content: "";
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        right: -1.5rem;
        bottom: 0.7rem;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        border-top: 0.5rem solid #40ADF2; }
  .portal-toggle .drop-wrap.portal-dropdown {
    width: 100%;
    left: 25px;
    top: -10px; }
    .portal-toggle .drop-wrap.portal-dropdown li {
      list-style: none;
      font-size: 14px;
      padding: 0rem; }
      .portal-toggle .drop-wrap.portal-dropdown li a {
        padding: 0rem 2rem; }
        .portal-toggle .drop-wrap.portal-dropdown li a:before {
          position: absolute;
          font-size: 14px;
          right: 20px;
          top: 18px;
          left: inherit; }
  .portal-toggle ul {
    width: 23rem; }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-trigger {
    align-items: center;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
    color: #B0B6BC;
    margin-left: 1rem;
  }

  .main-nav .dropdown-trigger:before {
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease;
      top: 0.5rem;
      font-size: 1.5rem;
      color: #575757;
      position: absolute;
      left: 0;
  }

  .dropdown:after {
    z-index: 10;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -1rem;
    bottom: 2.5rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #40ADF2;
  }
  .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;  /* directly below the trigger */
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    min-width: 220px;
  }

  .dropdown:hover .dropdown-list {
    display: block;
  }

  .dropdown-list a {
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #7D7D7D;
    white-space: nowrap;
    font-size: 14px;
  }

  .dropdown-list a:hover {
    background-color: #40ADF2;
  }

  .current-selected {
    background-color: #40ADF2;
    color: #fff !important;
  }

.lang-toggle ul {
  margin: 3.5rem 0rem 0rem 0rem;
  list-style-type: none; }
  .applicant .lang-toggle ul {
    margin-top: 7.5rem; }
  .lang-toggle ul li {
    margin: 0;
    font-size: 1.4rem;
    list-style-type: none; }
    .lang-toggle ul li a {
      color: #fff; }
      .lang-toggle ul li a:hover {
        color: #40ADF2; }

.sub-nav-wrapper {
  background: #B5B5B5;
  max-width: none; }

#sub-nav {
  padding: 2rem 0rem; }
  #sub-nav .row {
    margin: 0 auto;
    max-width: 120rem; }
  #sub-nav li {
    margin: 0; }
    #sub-nav li a:first-child {
      margin-left: 0; }

footer.global {
  height: 8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  footer.global img {
    margin: 3.3rem 0rem 0rem 0rem;
    float: left; }
  footer.global nav {
    border-top: 0.1rem solid #D8DCE0; }
    body.bg-offWhite footer.global nav {
      border-top: none; }
  footer.global ul {
    margin: 3.1rem 0rem 0rem 0rem;
    text-align: center; }
  footer.global li {
    margin: 0rem 1rem;
    font-size: 1.2rem;
    display: inline-block; }

.dashboard h1 {
  margin-bottom: 40px; }
.dashboard .bg-yellow {
  padding: 0rem 0.5rem;
  margin-left: 1rem;
  text-align: center; }

.team-list .small-padding {
  padding: 1rem 1rem 0rem 0rem;
  position: relative;
  display: block;
  border: none; }
  .team-list .small-padding:hover {
    border: none; }
    .team-list .small-padding:hover img {
      border-bottom: 1rem solid #208BD0; }
    .team-list .small-padding:hover .hint {
      width: 200px; }
.team-list .bg-yellow {
  height: 3rem;
  min-width: 3rem;
  line-height: 3rem;
  display: inline-block;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0; }
.team-list img {
  border-bottom: 1rem solid #40ADF2;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
  margin: 0; }
.team-list .zeta {
  margin: 0;
  padding: 0;
  text-transform: none; }

.applicant header.global {
  height: 12rem; }
  .applicant header.global .has-shadow {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 12rem;
    height: 12rem;
    margin: 4rem 4rem 0rem 0rem; }
  .applicant header.global h1 {
    font-size: 3.2rem;
    margin: 6rem 0rem 0rem 0rem;
    float: left; }
.applicant section {
  padding: 9rem 0rem 8rem 0rem; }
.applicant .application-progress {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 4rem -6.8rem 1rem 0rem;
  width: 29.5rem;
  position: relative; }
  @media only screen and (max-width: 840px) {
    .applicant .application-progress {
      display: block;
      margin: 6rem -6rem 1rem 8rem;
      width: 23.5rem; } }
  .applicant .application-progress:before {
    content: "";
    position: absolute;
    display: block;
    height: 0.1rem;
    background: #D8DCE0;
    margin: 1rem 0rem 0rem 3rem;
    width: 65%; }
    @media only screen and (max-width: 840px) {
      .applicant .application-progress:before {
        margin: 1rem 0rem 0rem 2.6rem;
        width: 55%; } }
  .applicant .application-progress:after {
    content: attr(data-steps);
    position: absolute;
    display: block;
    top: 0rem;
    left: 0rem;
    margin-left: -5.2rem;
    color: #4A4A4A;
    font-family: SourceSansPro-Light; }
    @media only screen and (max-width: 840px) {
      .applicant .application-progress:after {
        margin-left: -6rem; } }
  .applicant .application-progress li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0rem 2.6rem;
    margin: 0rem 0rem 0rem 0.5rem; }
    @media only screen and (max-width: 840px) {
      .applicant .application-progress li {
        padding: 0rem 1.6rem; } }
    .applicant .application-progress li.current:before {
      background-color: #47BAC1;
      margin-left: -1.4rem;
      margin-top: 0rem;
      height: 2rem;
      width: 2rem;
      border: 0.1rem solid #47BAC1; }
    .applicant .application-progress li:before {
      content: "";
      position: relative;
      display: block;
      background-color: #D8DCE0;
      left: 50%;
      margin-left: -0.6rem;
      margin-top: -1.4rem;
      height: 1rem;
      width: 1rem;
      border: 0.1rem solid #D8DCE0;
      -webkit-border-radius: 5rem;
      -moz-border-radius: 5rem;
      border-radius: 5rem;
      -webkit-transition: all, 0.3s, ease-in;
      -moz-transition: all, 0.3s, ease-in;
      transition: all, 0.3s, ease-in; }
  .applicant .application-progress span.current:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    width: 2rem;
    height: 2rem;
    left: 50%;
    margin: -5.4rem 0rem 0rem -1.4rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px 2px 2px 0px #000;
    box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.25); }
  .applicant .application-progress span.current:before {
    content: attr(data-progress);
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    font-size: 1.2rem;
    width: 26.8rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: -6.6rem;
    margin-left: -14.2rem;
    background: #fff;
    padding: 1.2rem 1.4rem 1rem;
    box-shadow: 1px 1px 2px 1px #000;
    box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 840px) {
      .applicant .application-progress span.current:before {
        margin-top: -6.4rem;
        margin-left: -5.6rem;
        background: #fff;
        padding: 1rem 2rem 1rem; } }
  .applicant .application-progress span.hidden {
    display: none; }
.applicant.start section {
  padding-top: 6rem; }
  @media only screen and (min-width: 801px), only screen and (min-width: 80.1rem) {
    .applicant.start section {
      position: relative; }
      .applicant.start section:after {
        content: "";
        background: #D8DCE0;
        position: absolute;
        left: 53%;
        top: 15rem;
        bottom: 7rem;
        width: 0.1rem; } }
.applicant.start ol li {
  margin-bottom: 2.5rem; }
  .applicant.start ol li:last-child {
    margin-bottom: 0; }
.applicant.personal .large-padding, .applicant.services .large-padding, .applicant.confirmation .large-padding, .applicant.consent .consent-documents .large-padding {
  padding: 3.5rem 3rem 3rem 3rem; }
.applicant.personal h2, .applicant.services h2, .applicant.confirmation h2, .applicant.consent .consent-documents h2 {
  display: inline-block;
  margin: 2rem 0rem 3rem 0rem; }
.applicant.personal hr, .applicant.services hr, .applicant.confirmation hr, .applicant.consent .consent-documents hr {
  margin: 1rem 0rem 3rem; }
.applicant.personal form footer {
  padding: 0; }
@media only screen and (max-width: 640px) {
  .applicant.personal form .instruction {
    float: none;
    margin-top: 1rem; } }
.applicant.personal p {
  margin: 2rem 0rem 3rem 0rem;
  padding-right: 10rem; }
.applicant.personal .address-container {
  padding-bottom: 3rem; }
.applicant.services .instructions p, .applicant.services .instructions ul {
  margin: 0rem 0rem 2.5rem 0rem; }
  .applicant.services .instructions p li, .applicant.services .instructions ul li {
    font-size: 1.4rem; }
.applicant.services .instructions h6 {
  margin: 3rem 0rem 0.5rem 0rem; }
.applicant.services .instructions .button.icon-file, .applicant.services .instructions .joyride-tip-guide .icon-file.joyride-next-tip, .joyride-tip-guide .applicant.services .instructions .icon-file.joyride-next-tip {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 480px), only screen and (max-width: 48rem) {
    .applicant.services .instructions .button.icon-file, .applicant.services .instructions .joyride-tip-guide .icon-file.joyride-next-tip, .joyride-tip-guide .applicant.services .instructions .icon-file.joyride-next-tip {
      margin-bottom: 2rem;
      width: 100%; } }
  .applicant.services .instructions .button.icon-file.small, .applicant.services .instructions .joyride-tip-guide .icon-file.joyride-next-tip, .joyride-tip-guide .applicant.services .instructions .icon-file.joyride-next-tip {
    padding: 1.2rem 1rem 1.2rem 3.4rem; }
  .applicant.services .instructions .button.icon-file:before, .applicant.services .instructions .joyride-tip-guide .icon-file.joyride-next-tip:before, .joyride-tip-guide .applicant.services .instructions .icon-file.joyride-next-tip:before {
    font-size: 1.7rem;
    top: 1rem; }
.applicant.services #offence-form {
  padding-bottom: 3rem; }
.applicant.services .drivers-abstract .media-dropzone.error p.icon-file span {
  top: -5rem; }
.applicant.services .drivers-abstract .media-dropzone.error .upload-select:before {
  margin-top: -3.4rem; }
.applicant.services input[type="submit"].declare-no {
  width: 100%;
  white-space: normal; }
.applicant.services #declare-yes {
  text-align: center; }
  @media only screen and (max-width: 800px), only screen and (max-width: 80rem) {
    .applicant.services #declare-yes {
      margin-bottom: 2rem;
      width: 100%; } }
.applicant.confirmation form {
  margin-top: 1rem; }
  .applicant.confirmation form h4 {
    margin-top: 1rem; }
  .applicant.confirmation form #consent-form {
    margin-bottom: 2rem; }
.applicant.confirmation .icon-plus.left {
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 0rem 0rem 0rem 0.6rem; }
.applicant.confirmation h4 {
  margin-top: 2rem; }
.applicant.confirmation p {
  margin: 1rem 0rem 2rem; }
.applicant.confirmation .icon-edit:before {
  color: #40ADF2;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease; }
.applicant.confirmation .icon-edit:hover:before {
  color: #208BD0; }
.applicant.confirmation .instruction.left-align.credit {
  display: none; }
@media only screen and (max-width: 480px), only screen and (max-width: 48rem) {
  .applicant.confirmation input#button-save {
    width: 100%; } }
.applicant.consent form .error {
  margin: 0rem; }
.applicant.consent .bg-offWhite {
  padding: 3rem 3rem 3rem 3rem; }
  .applicant.consent .bg-offWhite li {
    list-style: none;
    10: 0rem 0rem 0rem; }
  .applicant.consent .bg-offWhite footer {
    padding: 0rem 0rem 0rem 0rem; }

.consent-documents p {
  margin-bottom: 3rem; }
  .consent-documents p strong {
    color: #3C9FA5; }
.consent-documents .button.blue, .consent-documents .joyride-tip-guide .joyride-next-tip, .joyride-tip-guide .consent-documents .joyride-next-tip {
  margin-bottom: 3rem; }

.checklist {
  margin: 0;
  padding: 0; }
  .checklist li {
    position: relative;
    list-style: none;
    padding: 0rem 0rem 0rem 5rem;
    margin: 0rem 0rem 5rem 0rem; }
    .checklist li:before {
      font-size: 2.5rem;
      top: 0.5rem;
      left: 0;
      position: absolute;
      color: #B4B9C3; }
    .checklist li h5 {
      color: #7D7D7D;
      margin: 0; }
    .checklist li p {
      color: #4A4A4A;
      margin: 0; }

.logo-wrapper {
  position: relative;
  border: 0.1rem solid #D8DCE0;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
  margin-top: 2rem; }
  .logo-wrapper .portal-link {
    position: absolute;
    text-align: center;
    color: #40ADF2;
    margin-right: 0rem;
    font-size: 1.4rem;
    width: 100%;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease; }
  .logo-wrapper:hover {
    border: 0.1rem solid #40ADF2; }
    .logo-wrapper:hover .portal-link {
      margin-top: -3rem; }

.departments-list {
  margin: 0rem;
  padding: 0rem; }
  .departments-list li {
    list-style: none;
    margin: 0rem;
    padding: 3rem 0rem;
    border-top: 0.1rem solid #ccc; }
  .departments-list h4 {
    margin: 0rem 3rem 0rem 0rem;
    padding: 0rem; }
  .departments-list h6 {
    margin: 0.5rem 0rem 0rem 0rem; }
  .departments-list table {
    margin: 0.5rem 0rem 0rem 0rem;
    padding: 0rem; }
  .departments-list tr {
    border-top: none; }
  .departments-list th,
  .departments-list td {
    vertical-align: top;
    padding-top: 0.6rem;
    padding-bottom: 0; }
  .departments-list th {
    width: 20%; }

table.client-nav a.current {
  color: #4A4A4A;
  border-bottom: 0; }
  table.client-nav a.current:hover {
    cursor: text;
    border-bottom: 0;
    pointer: default; }

#upload-select {
  width: 12rem;
  height: 12rem;
  display: block;
  overflow: hidden;
  float: left;
  border: 0.1rem solid #D8DCE0;
  cursor: pointer;
  position: relative;
  margin-bottom: 2rem; }
  #upload-select:hover {
    border: 0.1rem solid #40ADF2; }
  #upload-select.no-hover {
    cursor: auto; }
    #upload-select.no-hover:hover {
      border: 0.1rem solid #D8DCE0; }

.no-js .upload-pointer {
  display: none; }

.has-js .upload-pointer {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 4000;
  cursor: pointer; }

#upload-select span {
  position: absolute;
  text-indent: 0rem;
  white-space: nowrap;
  z-index: 2000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #7D7D7D;
  bottom: 0.3rem;
  left: 0.4rem; }
  #upload-select span.update {
    opacity: 0; }
#upload-select:hover span {
  color: #40ADF2;
  opacity: 1; }

#upload-select #fileupload {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1000%;
  font-size: 20rem;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  border: 0.1rem solid transparent;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 3000; }

.media-logo-image table,
.media-avatar-image table {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 1000; }
  .media-logo-image table td,
  .media-avatar-image table td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0rem; }
    .media-logo-image table td img,
    .media-avatar-image table td img {
      vertical-align: middle;
      text-align: center;
      max-width: 12rem; }

.sp-replacer {
  border: 0.1rem dashed #B4B9C3;
  padding: 0.4rem 0rem 0.4rem 0.4rem;
  background: none;
  color: #B4B9C3; }
  .sp-replacer:hover, .sp-replacer.sp-active {
    color: #40ADF2;
    border: 0.1rem solid #40ADF2;
    background-color: #fff; }

.sp-preview, .sp-initial {
  border: 0.1rem solid #D8DCE0; }

.sp-preview {
  width: 4rem;
  height: 4rem; }

.sp-color, .sp-hue, .sp-clear {
  border: 0.1rem solid #D8DCE0; }

.sp-input {
  width: 90%; }

.sp-container {
  border: 0.1rem solid #D8DCE0;
  background-color: #fff; }
  .sp-container .sp-button-container {
    float: none; }
  .sp-container .sp-cancel, .sp-container button.sp-choose {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    color: #fff;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: background 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, border 0.3s ease;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    display: inline-block; }
    .sp-container .sp-cancel:hover, .sp-container button.sp-choose:hover {
      color: #fff; }
  .sp-container .sp-cancel {
    margin-top: 0.5rem;
    float: left;
    background-color: #FE7D7D;
    border: 0.1rem solid #D45050; }
    .sp-container .sp-cancel:hover {
      background: #D45050;
      border: 0.1rem solid #D45050; }
  .sp-container button.sp-choose {
    margin-top: 0.2rem;
    background-color: #40ADF2;
    border: 0.1rem solid #208BD0;
    float: right; }
    .sp-container button.sp-choose:hover {
      background: #208BD0;
      border: 0.1rem solid #208BD0; }

.sp-dd {
  line-height: 4rem;
  visibility: hidden; }
  .sp-dd:before {
    content: "\e60e";
    font-family: 'iconfont';
    visibility: visible;
    font-size: 0.6rem; }

.switcheroo {
  display: inline-block;
  height: 2.4rem;
  width: 96%;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem; }
  .switcheroo span {
    top: 0;
    margin: 0rem;
    height: 2.6rem;
    line-height: 24px;
    display: block;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .switcheroo span.unassigned {
      color: #D45050; }
    .switcheroo span.flash {
      color: #47BAC1;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .switcheroo span.flash:before {
        content: "\e60a";
        font-family: 'iconfont';
        display: block;
        position: absolute;
        right: 5%;
        font-size: 1.2rem; }
  .switcheroo .select-wrapper {
    border-radius: 6px; }
  .switcheroo select {
    border: none;
    padding: 0rem 0rem 0rem 0.5rem;
    background: none !important;
    width: 100%;
    max-width: 100%;
    line-height: normal;
    height: 2rem;
    font-size: 1.4rem;
    color: #208BD0; }
  .switcheroo a {
    height: 2rem; }
  .switcheroo:hover span, .switcheroo.open span {
    margin: -2.4rem 0rem 0rem 0rem; }

.file-documents h4 {
  margin-top: 0; }
.file-documents .media-dropzone .upload-select .fileupload {
  width: 50rem;
  left: -268%; }

.service th, .service td {
  vertical-align: top; }




#signature-change .signature-pad {
  border: 1px solid #D8DCE0;
  padding: 0.4rem;
  width: 55rem;
  background-color: #fff; }
  .applicant #signature-change .signature-pad {
    width: auto;
    max-width: 700px; }
  #signature-change .signature-pad canvas {
    width: 100%;
    height: 25rem; }

.select_list {
  display:block;
}
/*
.timesheetField, .fileField {
  margin-right:20px;
}

.timesheetRow {
  float:left;
  margin-bottom:30px;
}

.timesheetContainer {
  display:none;
}
*/
.fieldClearLine {
  clear:both;
  margin-bottom: 30px;
}

.radioType {
  margin-right: 10px;
}

.button.small.charcoal.tag{
	background-color:#000;
	margin-top:10px;
}
.clientOptions {
  display:none;
}
.cancelButton {
    margin-right:90px !important;
}
.follow-scroll {
  z-index: 99 !important;
  background-color: #F2F2F2;
}
.portal-dropdown {
  z-index: 999 !important;
}

}
