/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(//fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url(//fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap);
/* line 5, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* FONTS */
/* TITLES */
/* IMAGE FOLDER */
/* DEFAULT COLORS */
/* GREYS COLORS */
/* BRAND COLORS */
/* SPECIAL COLORS */
/* TABLE */
/* THEMES COLORS */
/* One place to set the main colour everywhere */
/* Used for highlighting and button colours */
/* FORMS COLORS */
/* LIST STYLIZED*/
/* Color variations */
/* tool tips menu */
/* drop down */
/* table */
/* Dashboard */
/* line 133, ../scss/_variables.scss */
.color-white {
  color: #ffffff;
}

/* line 186, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 188, ../scss/_mixins.scss */
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
/* line 192, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 211, ../scss/_mixins.scss */
.pages-identity .wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
/* line 216, ../scss/_mixins.scss */
.pages-identity .wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
/* line 221, ../scss/_mixins.scss */
.pages-identity .wrapper::-webkit-scrollbar:horizontal {
  height: 10px;
}
/* line 225, ../scss/_mixins.scss */
.pages-identity .wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c9c9c9;
}
/* line 230, ../scss/_mixins.scss */
.pages-identity .wrapper::-webkit-scrollbar-thumb:vertical:hover, .pages-identity .wrapper::-webkit-scrollbar-thumb:horizontal:hover {
  border-radius: 10px;
  background-color: #7c7c7c;
}

/* FOTNS */
@font-face {
  font-family: "identity";
  src: url("../fonts/identity.28c7ef70.eot");
  src: url("../fonts/identity.28c7ef70.eot?#iefix") format("embedded-opentype"), url("../fonts/identity.9b19f942.woff") format("woff"), url("../fonts/identity.7d57ca01.ttf") format("truetype"), url("../fonts/identity.2fe21322.svg#identity") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../scss/_fonts.scss */
[data-icon]:before {
  font-family: "identity" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, ../scss/_fonts.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "identity" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 36, ../scss/_fonts.scss */
.icon-arrow-down:before {
  content: "\61";
}

/* line 13, ../scss/screen.scss */
html {
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 93.75%;
}

/* line 18, ../scss/screen.scss */
body {
  background-color: #f7f7f7;
  color: white;
  font-size: 13px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 18px;
}

/* line 28, ../scss/screen.scss */
a {
  color: white;
}
/* line 30, ../scss/screen.scss */
a:hover {
  text-decoration: none;
}

/* line 35, ../scss/screen.scss */
.pages-identity {
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #003543 !important;
}
/* line 41, ../scss/screen.scss */
.pages-identity .wrapper {
  flex-grow: inherit;
  overflow-y: auto;
  position: relative;
  padding: 4em 4em 0;
  width: calc(380px - 8em);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
/* line 53, ../scss/screen.scss */
.pages-identity .wrapper > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0;
}
/* line 60, ../scss/screen.scss */
.pages-identity .wrapper > header .logo {
  height: 110px;
  display: flex;
}
/* line 64, ../scss/screen.scss */
    .pages-identity .wrapper > header .logo:before {
        content: '';
        background: url(../images/design/datahub-logo.0d0a6fcb.svg) no-repeat;
        width: 181px;
        height: 110px;
        top: 0;
        background-size: contain !important;
        background-position-y: center !important;
    }
/* line 75, ../scss/screen.scss */
.pages-identity .wrapper > header .language:before {
  width: 170px;
  height: 55px;
  top: 0;
  background-size: contain;
}
/* line 84, ../scss/screen.scss */
.pages-identity .wrapper .content {
  padding: 0;
}
/* line 88, ../scss/screen.scss */
.pages-identity .wrapper .content .form h1, .pages-identity .wrapper .content .form h3 {
  color: white;
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 80px;
  font-size: 2.4em;
  line-height: 1.2em;
}
/* line 97, ../scss/screen.scss */
.pages-identity .wrapper .content .form .intro {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: white;
  line-height: 1.3em;
}
/* line 104, ../scss/screen.scss */
.pages-identity .wrapper .content .form .intro.red {
  color: #F36B5D;
}
/* line 108, ../scss/screen.scss */
.pages-identity .wrapper .content .form .intro a {
  color: white;
}
/* line 113, ../scss/screen.scss */
.pages-identity .wrapper .content .form input[type=text],
.pages-identity .wrapper .content .form input[type=password],
.pages-identity .wrapper .content .form textarea {
  border: none;
  padding: 0 10px;
  height: 38px;
  margin-top: 0;
  width: calc(100% - 22px);
  font-family: "Raleway", "Lato", Arial, sans-serif;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
/* line 123, ../scss/screen.scss */
.pages-identity .wrapper .content .form input[type=text]:focus,
.pages-identity .wrapper .content .form input[type=password]:focus,
.pages-identity .wrapper .content .form textarea:focus {
  outline: none;
}
/* line 128, ../scss/screen.scss */
.pages-identity .wrapper .content .form .label label {
  font-weight: 700;
  color: white;
  display: inline-flex;
  margin: 0 0 5px;
  font-size: 14px;
}
/* line 136, ../scss/screen.scss */
.pages-identity .wrapper .content .form .remember-me {
  color: white;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 145, ../scss/screen.scss */
.pages-identity .wrapper .content .form .remember-me input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
/* line 151, ../scss/screen.scss */
.pages-identity .wrapper .content .form .remember-me label {
  font-size: 14px;
  font-weight: 300;
}
/* line 158, ../scss/screen.scss */
.pages-identity .wrapper .content .form .login-nav-link a {
  color: white;
  font-weight: 300;
  font-size: 14px;
}
/* line 165, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field {
  margin: 0 0 1em;
  position: relative;
  margin-top: 0;
}
/* line 171, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field .validation-error .error-icon {
  position: absolute;
  right: 15px;
  bottom: 12px;
  width: 14px;
  height: 14px;
  color: #F36B5D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  background: url("../images/design/icons/exclamation-circle-solid.05d1e289.svg") no-repeat 0 0;
}
/* line 186, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field .validation-error .validation-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: calc(100% - 22px);
  height: inherit;
  padding: 8px 10px 10px;
  color: #F36B5D;
  text-align: left;
  background-color: #fff7f8;
  border: none;
  border-top: 2px solid #F36B5D;
  font-size: 12px;
  z-index: 1;
  min-height: 12px;
  box-shadow: 0 1px 3px #ccc;
  display: none;
}
/* line 204, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field .validation-error .validation-wrapper .arrow {
  position: absolute;
  display: block;
  width: 0.6rem;
  height: .3rem;
  right: 1.05rem !important;
  left: auto !important;
  top: -6px;
  z-index: 0;
}
/* line 214, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field .validation-error .validation-wrapper .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 0 !important;
  border-width: 0 .3rem .25rem !important;
  border-bottom-color: #F36B5D !important;
}
/* line 231, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field-tooltip {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 238, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field-tooltip .tooltip-icon {
    width: 13px;
    height: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: .5;
    background: url("../images/design/icons/question-circle-solid.31951171.svg") no-repeat 0 0;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
    top: -1px;
    background-color: #000;
    border-radius: 7px;
}
/* line 253, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field-tooltip .tooltip-msg {
  position: absolute;
  bottom: 23px;
  margin-left: -78px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #a1a1a1;
  color: #4f4f4f;
  width: 150px;
  border-bottom: 3px solid #a1a1a1;
  padding: 5px 10px;
  font-size: 11px;
  border-radius: .25rem;
  text-align: center;
  display: none;
}
/* line 269, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field-tooltip .tooltip-msg .arrow {
  position: absolute;
  display: block;
  width: 1.2rem;
  height: .6rem;
  left: calc(50% - .6rem);
  bottom: -9px;
}
/* line 277, ../scss/screen.scss */
.pages-identity .wrapper .content .form .field-tooltip .tooltip-msg .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 0;
  border-width: .5rem .6rem 0;
  border-top-color: #a1a1a1;
  left: 0;
}
/* line 293, ../scss/screen.scss */
.pages-identity .wrapper footer {
  background: none;
  border: none;
  color: white;
  z-index: 1;
  position: relative;
  bottom: 0;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  margin-top: auto;
  padding-top: 40px;
  line-height: 47px;
}
/* line 309, ../scss/screen.scss */
.pages-identity .wrapper footer a {
  color: white;
}
/* line 313, ../scss/screen.scss */
.pages-identity .wrapper footer .separation {
  margin: 0 5px;
}
/* line 318, ../scss/screen.scss */
.pages-identity .wrapper + .embed-iframe {
  width: 66.666666%;
  flex-grow: 2;
  display: none;
}
/* line 323, ../scss/screen.scss */
.pages-identity .wrapper + .embed-iframe iframe {
  width: 100%;
  height: 100%;
}
/* line 329, ../scss/screen.scss */
.pages-identity .wrapper .btn-wrapper {
  margin-top: 15px;
}
/* line 333, ../scss/screen.scss */
.pages-identity .wrapper .button-large {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 12px;
}
/* line 339, ../scss/screen.scss */
.pages-identity .wrapper .align-right {
  text-align: right;
}
/* line 342, ../scss/screen.scss */
.pages-identity .wrapper .align-right a {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

/* line 353, ../scss/screen.scss */
.menu-language {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.3em;
}
/* line 359, ../scss/screen.scss */
.menu-language .dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid;
  cursor: pointer;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  color: #4F4F4F;
  background: #fff;
  border-color: #e3e3e3;
  height: 35px;
  border-radius: 5px;
}
/* line 373, ../scss/screen.scss */
.menu-language .dropdown .language {
  display: inline-block;
  padding: 0 2.75em 0 1em;
  line-height: 35px;
  font-size: 13px;
}
/* line 379, ../scss/screen.scss */
.menu-language .dropdown .language:after {
  position: absolute;
  top: 7px;
  right: 0;
  height: 100%;
  border-left: 1px solid;
  content: "\61";
  position: absolute;
  right: 0;
  padding: 0 0.55em;
  pointer-events: none;
  font-family: "identity", sans-serif;
  font-size: 19px;
  background-position: center;
  border: none;
  line-height: 35px;
}
/* line 398, ../scss/screen.scss */
.menu-language .dropdown .languages {
  position: absolute;
  background: #fff;
  color: #4F4F4F;
  border: 1px #e3e3e3 solid;
  z-index: 998;
  -moz-box-shadow: 1px 1px 12px rgba(79, 79, 79, 0.1);
  -webkit-box-shadow: 1px 1px 12px rgba(79, 79, 79, 0.1);
  box-shadow: 1px 1px 12px rgba(79, 79, 79, 0.1);
  width: calc(100% + 2px) !important;
  min-width: calc(15em + 2px);
  top: calc(3em - 4px);
  padding: 0;
  font-weight: normal;
  top: 100%;
  right: -1px;
  margin-top: 0px;
  display: none;
}
/* line 417, ../scss/screen.scss */
.menu-language .dropdown .languages .arrow {
  position: absolute;
  width: 28px;
  height: 11px;
  top: -19px;
  left: 50%;
  margin-left: -14px;
  font-size: 2em;
  color: #fff;
  top: -13px;
  left: 30px;
}
/* line 430, ../scss/screen.scss */
.menu-language .dropdown .languages ul {
  display: block;
  width: 100%;
  overflow: auto;
  max-height: 400px;
}
/* line 436, ../scss/screen.scss */
.menu-language .dropdown .languages ul li {
  display: block;
  position: relative;
  list-style: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 0.9em !important;
  line-height: 15px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px !important;
  padding: 7px 10px;
}
/* line 448, ../scss/screen.scss */
.menu-language .dropdown .languages ul li:hover, .menu-language .dropdown .languages ul li.is-selected {
  background-color: #3ccccf;
  color: #fff;
}

/* line 462, ../scss/screen.scss */
.open-close.open .opened {
  display: block !important;
}

/* line 469, ../scss/screen.scss */
.button-large {
  font-family: "Raleway", "Lato",sans-serif;
  cursor: pointer;
  border: 1px solid #3ccccf;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.825em 1.5em;
  line-height: 16px;
  font-size: 13.5px;
  font-size: .9rem;
  position: relative;
  display: inline-block;
  letter-spacing: 0.3px;
  background: #3ccccf;
  text-decoration: none;
  font-style: normal;
  min-width: 150px;
  text-align: center;
  width: 100%;
}
/* line 491, ../scss/screen.scss */
.button-large:focus {
  outline: none;
}

@media screen and (min-width: 1200px) {
  /* line 498, ../scss/screen.scss */
  .pages-identity .wrapper {
    width: calc(380px - 8em);
    flex-grow: 1;
  }
  /* line 502, ../scss/screen.scss */
  .pages-identity .wrapper + .embed-iframe {
    display: block;
  }
}
