﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

html input[disabled] {
  background-color: #c0c0c0;
  color: #000;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

tr.normal-row td {
  background: rgb(255, 255, 255);
}

tr.alternate-row td {
  background-color: rgb(233, 234, 236);
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  /*height: 100%;*/
  background-color: #ffffff;
}

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

* {
  box-sizing: border-box;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  h1 {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
}
h2, h2.heading1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 768px) {
  h2, h2.heading1 {
    font-size: 20px;
    line-height: 24px;
  }
}
h2.heading2 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 768px) {
  h2.heading2 {
    font-size: 18px;
    line-height: 24px;
  }
}
h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    /*font-size: 1.45em;
    line-height: 1.25;*/
  }
}
h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}

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

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Helvetica Neue Light";
  src: url("../Fonts/HelveticaNeue/Light/HelveticaNeueLight.eot");
  src: url("../Fonts/HelveticaNeue/Light/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue/Light/HelveticaNeueLight.woff2") format("woff2"), url("../Fonts/HelveticaNeue/Light/HelveticaNeueLight.woff") format("woff"), url("../Fonts/HelveticaNeue/Light/HelveticaNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../Fonts/HelveticaNeue/Regular/HelveticaNeue.eot");
  src: url("../Fonts/HelveticaNeue/Regular/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue/Regular/HelveticaNeue.woff2") format("woff2"), url("../Fonts/HelveticaNeue/Regular/HelveticaNeue.woff") format("woff"), url("../Fonts/HelveticaNeue/Regular/HelveticaNeue.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.eot");
  src: url("../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.woff2") format("woff2"), url("../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.woff") format("woff"), url("../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.eot");
  src: url("../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.woff2") format("woff2"), url("../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.woff") format("woff"), url("../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-size: 11pt;
  line-height: 1.5;
  color: #262626;
  font-family: "Helvetica Neue Regular", sans-serif;
}

body, #footer, #case-studies-template .container {
  background: #ffffff !important;
}

@media screen and (max-width: 550px) {
  body {
    font-size: 10pt;
  }
}
img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

* > p:last-child {
  margin-bottom: 0;
}

a {
  /*color: #2498D6;*/
  color: #0F7ACB;
}

p {
  margin-bottom: 15px;
}

b, strong {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

ul {
  padding-left: 1em;
  margin-bottom: 0;
}

.p-2, .p-3, .p-3-2, .p-4, .p-5, .p-6, .p-12 {
  padding-top: 0 !important;
  padding-right: 15px !important;
  padding-bottom: 0 !important;
  padding-left: 15px !important;
}

.p-1 {
  padding: 0 !important;
}

.flex-row, #application-template form, form {
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  display: flex;
}

header, #subheader {
  background-color: #FFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 5% !important;
  font-size: 10pt;
  width: 100%;
  z-index: 1 !important;
}

.sticky-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
}

#subheader {
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 600;
}

#subheader > section {
  padding: 0 15px !important;
}

#subheader ul {
  list-style: none;
  width: auto !important;
  align-items: center;
}

#subheader ul li:first-child a {
  margin-left: 0;
}

.navbar {
  padding: 0 15px !important;
}

.navbar > .flex-row {
  align-items: center;
  height: 34px;
  position: relative;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13.5pt;
  line-height: 34px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  margin-right: 0;
}

#header .navbar-brand {
  color: #666 !important;
}

#subheader .navbar-brand {
  color: #262626 !important;
  padding-right: 15px;
}

#subheader .header-spacer {
  border-right: 1px solid #262626;
  height: 19px;
  margin-top: 7.5px;
  margin-right: 15px;
}

.nav-link {
  color: #262626 !important;
  margin: 5px 7.5px 0 7.5px;
  font-size: 13px;
  padding: 0 !important;
  line-height: 1;
  border-bottom: 1px solid transparent;
  font-family: "Helvetica Neue Light", sans-serif;
}

.nav-link.active, .nav-link:hover { /**/
  border-color: #262626;
}

.navbar-toggler {
  height: 34px;
  border-color: #262626 !important;
  width: auto;
  padding: 2px 7.5px;
}

.navbar-toggler > span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.custom-toggler.navbar-toggler {
  border-color: #262626 !important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.navbar-light .navbar-nav .nav-link {
  color: #262626;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 1.375em;
  margin: 0 auto;
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13.5pt;
  line-height: 34px;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  margin-right: 0;
}

#header .navbar-brand {
  color: #666 !important;
}

#subheader .navbar-brand {
  color: #262626 !important;
  padding-right: 15px;
}

#subheader .header-spacer {
  border-right: 1px solid #262626;
  height: 19px;
  margin-top: 7.5px;
  margin-right: 15px;
}

.nav-link {
  color: #262626 !important;
  margin: 5px 7.5px 0 7.5px;
  font-size: 13px;
  padding: 0 !important;
  line-height: 1;
  border-bottom: 1px solid transparent;
  font-family: "Helvetica Neue Light", sans-serif;
}

#subheader .nav-link {
  margin-top: 2px;
}

.nav-link.active, .nav-link:hover { /**/
  border-color: #262626;
}

.navbar-toggler {
  height: 34px;
  border-color: #262626 !important;
  width: auto;
  padding: 2px 7.5px;
}

.navbar-toggler > span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.custom-toggler.navbar-toggler {
  border-color: #262626 !important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.navbar-light .navbar-nav .nav-link {
  color: #262626;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 1.375em;
  margin: 0 auto;
  padding: 0;
}

.navbar-nav {
  padding: 0 15px !important;
}

@media (max-width: 1280px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.375em;
  }
}
@media (max-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    margin: 15px 0;
  }
  .navbar-nav {
    justify-content: flex-start !important;
  }
}
.logo {
  /*width: 100px;*/
}

#submenu {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  order: 1;
  width: auto;
  margin-left: 0;
  font-family: "Helvetica Neue Light", sans-serif;
}

#navbarSupportedContent {
  /* max-width: calc(100% - 200px);*/
}

@media (max-width: 992px) {
  #submenu {
    position: fixed;
    /* right: 77px; */
    /* top: 10px; */
  }
  .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .collapse {
    display: flex;
    flex-basis: auto;
  }
}
.collapse.working {
  display: none;
  border-bottom: solid 1px #333;
  padding-bottom: 0.5em;
}

.collapse.working.show {
  display: block;
}

div.dropdown-header {
  display: block;
  padding: 1em 0 0.5em 0;
  margin: 0 0 1em 0;
  border-bottom: solid 2px #333;
  font-size: 0.875rem;
  color: #333333;
  white-space: nowrap;
}

div.dropdown-header:hover {
  cursor: pointer;
}

div.dropdown-header h3:before {
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";
  margin-right: 10px;
}

div.dropdown-header.collapsed h3:before {
  content: "\e602";
  margin-right: 10px;
}

#submenu {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  order: 1;
  width: initial;
  margin-left: 0;
  font-family: "Helvetica Neue Light", sans-serif;
}

#navbarSupportedContent {
  /* max-width: calc(100% - 200px);*/
}

@media (max-width: 768px) {
  .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .navbar-nav {
    padding: 15px !important;
  }
  #submenu {
    position: absolute;
    right: 62px;
    /*top: 10px;*/
  }
  #navbarSupportedContent {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
    background-color: #FCFCFC;
  }
  .collapse {
    display: none;
  }
}
#search-bar {
  /*display: none;*/
  padding: 15px;
}

#search {
  justify-content: flex-end;
  margin: 0;
  max-width: none;
}

#search .textfield {
  width: auto;
}

#search-bar input {
  min-height: 20px;
  width: 191px;
}

.submenu-button {
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  max-height: 34px;
  float: left;
  cursor: pointer;
}

#account-submenu, #search-bar {
  position: absolute;
  width: 320px;
  top: 44px;
  right: 15px;
  margin: 0;
  height: auto;
  padding: 0;
}

#account-submenu {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0px;
  display: flex;
  z-index: 2;
}

#accountbtn > div, #searchbtn > div {
  width: 34px;
  height: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

#accountbtn > div {
  background-image: url("../images/AccountIconNew.png");
}

#accountbtn > div:hover, #accountbtn > div.active {
  background-image: url("../images/AccountIconActive.png");
}

#searchbtn > div {
  background-image: url("../images/SearchIconNew.png");
}

#searchbtn > div:hover, #searchbtn > div.active {
  background-image: url("../images/SearchIconActive.png");
}

#searchbtn {
  display: none;
}

#account-submenu img {
  max-height: 47px;
}

#account-submenu .p-2:first-child {
  flex-grow: 2;
  margin-left: 15px;
}

#account-submenu a.p-2 {
  padding: 0px !important;
  width: auto !important;
  cursor: pointer;
  color: #262626;
}

#account-submenu a.p-2 .button-wrapper {
  background-color: white;
  padding: 15px;
  width: auto;
  border: none;
  border-radius: 0;
  font-family: "Helvetica Neue Light", sans-serif;
  font-weight: 300;
}

#account-submenu a.p-2:hover .button-wrapper {
  background-color: #f0f0f0;
}

#account-submenu .p-1 {
  padding-bottom: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#submenu-name {
  font-size: 12pt;
  padding-top: 15px !important;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: bold;
}

#account-submenu > .flex-row {
  padding-bottom: 11px !important;
}

#account-submenu #my-account-dropdown {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px 0 !important;
}

#account-submenu form {
  width: 100%;
  padding: 0 15px !important;
}

#account-submenu h4 {
  margin: 0;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*color: #2498D6;*/
  color: #0F7ACB;
  align-self: top;
}

#account-submenu .form-field, #register-button {
  margin: 0.625vw 0;
}

#sign-up p {
  font-size: 0.9em;
}

#account-submenu .submit {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

#account-submenu .submit #loginSubmit {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.page-warpper, .page-wrapper {
  overflow: hidden;
  width: 100%;
}

.page-warpper > .module:first-child {
  margin-top: 0;
}

.module {
  background-color: #FFF;
  position: relative;
  margin: 15px 0;
  padding: 15px;
}

@media (max-width: 1280px) {
  .module {
    margin: 15px;
    padding: 30px 15px;
  }
}
@media (max-width: 1280px) {
  .module section {
    max-width: 991px;
  }
}
.module section, header nav {
  margin: auto;
  width: 100%;
  position: relative;
  padding: 0 15px !important;
}

.module:nth-child(2) {
  margin-top: 0 !important;
}

.page-warpper .content-wrapper .module {
  margin: 0;
}

.p-1 {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-2 {
  width: 50%;
}

.p-3 {
  width: 33.3333333333%;
}

.p-3-2 {
  width: 66.6666666667%;
}

.p-4 {
  width: 25%;
}

.p-5 {
  width: 20%;
}

@media (max-width: 768px) {
  .p-6 {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .p-6 {
    width: 25%;
  }
}
.p-6 {
  width: 16.6666666667%;
}

.p-12 {
  width: 8.3333333333%;
}

.button {
  /*margin-top:1.25vw;*/
  margin-top: 15px;
  font-size: 0.875em;
}

.button a {
  color: white;
}

.button-wrapper, .case-study .list-item .button-wrapper {
  background-color: #0F7ACB;
  display: inline-block;
  padding: 7.5px 15px;
  position: relative;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 150px;
  text-align: center;
  border: 1px solid #0F7ACB;
  transition: width 0.5s, padding 0.5s;
}

.button a:hover .button-wrapper, .button button:hover {
  background-color: #1e83cf;
  text-decoration: underline;
}

.button a:active .button-wrapper {
  padding: 3.5px 11px 5.5px 11px;
  width: 146px;
  border: 2px solid #262626;
}

.button {
  margin-top: 0;
  padding-right: 0 !important;
}

.list-item.p-3 .button-wrapper {
  max-width: 250px;
}

.list-item.p-4 .button-wrapper {
  max-width: 204px;
}

#main-content .button-wrapper {
  padding: 3.5px 12px 3.5px 13px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 13px;
}

.module-title-wrapper {
  align-items: center;
}

.module-title {
  position: relative;
  margin-bottom: 15px;
  color: #0F7ACB;
  padding-left: 0 !important;
}

.module-title h1, .module-title h2 {
  margin: 0;
  position: relative;
}

.module-title h2 > span {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
}

@media (max-width: 1280px) {
  .module-title:after {
    /*bottom: calc(-1.25vw + 6px)*/
  }
}
.module-title-wrapper .button-wrapper {
  float: right !important;
  text-transform: uppercase;
}

.module li {
  /*list-style-position: inside;
  text-indent: -1em;*/
}

/* Homepage styles
*/
#homepage-template .module {
  /*background-color:transparent;*/
}

#intro {
  margin: auto;
  padding: 15px 30px !important;
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 1360px;
  z-index: 1;
  position: relative;
}

@media (max-width: 550px) {
  #intro {
    padding: 15px !important;
    width: 100%;
  }
}
.strapline {
  color: #0F7ACB;
  text-align: center;
  padding: 30px 0 20px;
}

@media (max-width: 550px) {
  .strapline {
    padding-top: 0;
  }
}
#mission-statement {
  font-size: 13.5pt;
  padding: 15px 0;
  text-align: center;
}

#intro .list-items {
  padding: 15px 0 !important;
  align-items: flex-start;
  justify-content: flex-start;
}

#intro .list-item.p-2 {
  padding: 0 !important;
  text-align: center;
  margin: 0 15px;
  width: calc(50% - 15px);
  color: white;
}

#intro .list-item.p-2:first-child {
  margin-left: 0;
}

#intro .list-item.p-2:last-child {
  margin-right: 0;
}

@media (max-width: 550px) {
  #intro .list-item.p-2 {
    width: 100%;
    margin: 0;
  }
  #intro .list-item.p-2:first-child {
    margin-bottom: 30px;
  }
}
/*#intro .list-item-wrapper:hover {
        color: white;
    }*/
#intro .list-item-wrapper {
  padding-bottom: 30px;
  margin: 0;
  background-color: #0F7ACB;
}

#intro .list-item-image {
  max-width: 100%;
  margin: auto;
}

#intro .list-item-title {
  padding: 10px 15px;
  margin: 0 15px;
  font-weight: bold;
  background-color: white;
}

#intro .list-item-title > * {
  color: #0F7ACB;
}

#intro .text-wrapper {
  border: 1px solid #0F7ACB;
  color: #262626;
  padding: 15px;
  text-align: left;
}

#intro .text-wrapper ul {
  margin-bottom: 0;
}

#intro .text-wrapper li {
  padding: 3.75px 0;
  font-family: "Helvetica Neue Light", sans-serif;
}

#intro .text-wrapper li:last-child {
  padding-bottom: 0;
}

#homepage-template #filter-vacancies {
  display: none !important;
}

/* Carousel */
.carousel-inner .carousel-item:nth-child(2n+1) .carousel-caption {
  left: 5%;
  right: auto;
}

.carousel-inner .carousel-item:nth-child(2n) .carousel-caption {
  left: auto;
  right: 5%;
}

.carousel-caption {
  color: #262626;
  text-align: left;
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
  width: 33%;
}

.carousel-caption h4 {
  margin-bottom: 4px;
}

@media (max-width: 550px) {
  .carousel-caption > h4 {
    display: none;
  }
}
.carousel-caption p {
  font-family: "Helvetica Neue Medium", sans-serif;
}

.carousel-caption a h4 {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23262626' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23262626' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#header-banner {
  background-color: #0F7ACB;
  color: white;
  padding: 30px 5% !important;
  align-items: center;
}

#header-banner section {
  align-items: center;
  padding: 0 15px !important;
}

#header-banner h1 {
  margin: 0;
}

#header-banner a {
  color: white;
}

#header-banner section > .flex-row {
  align-items: center;
  justify-content: flex-end;
  padding-left: 15px !important;
}

@media (max-width: 767px) {
  #admin-template #header-banner section > .p-2:last-child {
    display: none;
  }
}
.header-banner-link {
  margin-top: 2px;
}

.header-banner-link a {
  color: white;
  font-family: "Helvetica Neue Bold", sans-serif;
  font-weight: bold;
}

.header-banner-icon {
  text-align: center;
}

.page-wrapper.new-module {
  margin: 0 16px;
}

.tabs-wrapper {
  padding: 15px 5%;
  background-color: #f5f5f5;
}

#tabs .container {
  margin-top: 0;
  padding: 30px 5% !important;
}

@media (max-width: 550px) {
  .tabs-wrapper {
    padding: 15px 0;
  }
}
/*Override Jquery styles
*/
.ui-tabs {
  padding: 0 !important;
  border: 0 solid transparent !important;
  border-radius: 0 !important;
}

.ui-tabs .ui-tabs-nav {
  padding: 0 !important;
  border: 0 solid transparent !important;
  border-radius: 0 !important;
  background: #f5f5f5 !important;
}

.page-wrapper .ui-tabs .ui-tabs-nav li {
  padding: 0px !important;
  top: 0 !important;
  margin: 0 !important;
  color: #262626 !important;
  background: none !important;
  border-bottom: inherit !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
}

.ui-tabs .ui-tabs-nav li:hover {
  color: #262626 !important;
  border: 2px solid #262626 !important;
  border-bottom: 2px solid transparent !important;
}

.ui-tabs .ui-tabs-nav li a {
  padding: 7.5px !important;
}

.ui-tabs .ui-tabs-nav li:first-child a {
  padding-left: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child a {
  padding-right: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding: 0px !important;
  margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected::after {
  position: absolute;
  bottom: 2px;
  left: 4px;
  right: 4px;
  content: "";
  border-bottom: 2px solid #2F7ACB;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
  width: 100%;
}

/* Business styles
*/
#landing-image {
  width: 100%;
  margin: 20px auto;
}

@media (min-width: 901px) {
  #landing-image {
    width: 100%;
  }
}
#landing-image img {
  max-height: none;
  width: 100%;
}

.content-wrapper {
  margin: 0 15px 15px 15px;
}

#business-wrapper h2 {
  margin: 0 0 15px 0;
}

#business-wrapper #headline h1 {
  padding: 0 0 15px 0;
  margin: 0;
  color: #262626;
}

#business-wrapper #headline-subtitle h3 {
  padding: 15px 0;
  margin: 0;
}

.container {
  padding: 30px 5%;
  width: 100%;
  z-index: 1;
  max-width: 100%;
  position: relative;
  background: white;
  margin: 15px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 550px) {
  .container {
    padding: 15px 5%;
  }
}
#headline.container {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  margin-bottom: -15px;
  margin-top: 0;
  padding-bottom: 0;
  z-index: 3;
  box-shadow: 0px 0px 0px transparent;
}

#business-wrapper .button {
  padding-top: 15px;
}

#business-wrapper #business-eligible-list {
  margin-top: 7.5px;
}

#business-perks .list-item {
  text-align: center;
  margin: 0 0 32px 0;
}

#business-perks .list-items:last-child .list-item:nth-child(1), #business-perks .list-items:last-child .list-item:nth-child(2) {
  margin-bottom: 0;
}

#business-wrapper #business-eligible-list li {
  padding: 3.75px 0;
}

#business-eligible-list span {
  font-weight: 600;
  color: #0F7ACB;
}

#business-wrapper #faq h1 {
  color: #262626;
}

.faq-question {
  color: #0F7ACB;
  padding: 15px 30px;
  border-top: 1px solid #9B9B9B;
  cursor: pointer;
}

.faq-question:hover {
  background-color: rgba(216, 216, 216, 0.3);
}

.faq-question::before {
  content: ">";
  color: #9b9b9b;
  margin-left: -16px;
  width: 16px;
  font-weight: 500;
}

.faq-answer {
  padding: 15px 30px;
  background-color: #D8D8D8;
}

@media (max-width: 550px) {
  .faq-question, .faq-answer {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #business-wrapper .container:nth-child(2) > .flex-row .p-1 {
    order: 0;
  }
  #business-wrapper .container:nth-child(2) > .flex-row .p-2 {
    order: 1;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #business-wrapper .container:nth-child(2) > .flex-row #business-eligible-list {
    order: 2;
    text-align: left;
  }
  #business-wrapper .list-item.p-2 {
    width: 100%;
  }
}
/* Styles to filter vacancy list */
#vacancies-template .container {
  margin-top: 0px;
}

#filter-vacancies {
  padding: 0.375rem 0 !important;
  margin-bottom: 0.375rem;
}

#filter-vacancies .btn-outline-success {
  border-color: white;
  border-width: 1pt;
  color: white;
}

#filter-vacancies .btn-outline-success:hover {
  background-color: white;
  color: #0F7ACB;
}

#vacancy-list .list-item {
  width: 100%;
  border-bottom: 1px solid #2498D6;
  border-color: #0F7ACB;
  padding: 0 !important;
}

#vacancy-list .list-item-wrapper, #vacancy-details .list-item-wrapper {
  padding: 7.5px 0 !important;
  align-items: center;
  color: #1D0F2E;
  width: 100% !important;
  margin: 0 !important;
}

#vacancy-list .list-item-wrapper .p-6:first-child, #vacancy-details .list-item-wrapper .p-5:first-child {
  padding-left: 0 !important;
}

#vacancy-list .list-item-wrapper .p-6:last-child, #vacancy-details .list-item-wrapper .p-5:last-child {
  padding-right: 0 !important;
}

#vacancy-list .list-item .job-title a {
  color: #1D0F2E;
}

#vacancy-list .list-item .salary {
  text-align: center;
}

#vacancy-list .list-item .area {
  text-align: center;
}

#vacancy-list .list-item .closing-date {
  text-align: center;
}

#vacancy-list .list-item .button, #vacancy-details .list-item .button {
  margin-top: 0;
}

#vacancy-list .list-item .button-wrapper, #vacancy-details .list-item .button-wrapper {
  float: none;
  /*width: 100%;*/
}

#vacancy-details {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#vacancy-list .list-item:first-child .list-item-wrapper {
  color: #0F7ACB;
}

#vacancy-details span {
  color: #0F7ACB;
}

#vacancy-details .list-item .p-5 {
  flex-grow: 2;
}

#vacancy-details .list-item .p-5:last-child {
  flex-grow: 1;
}

#vacancy-text .p-2 {
  padding: 15px;
}

#vacancy-responsibilites {
  padding-bottom: 15px;
}

.p-1 > div:first-child > .module-subtitle, .p-2 > div:first-child > .module-subtitle, .p-2 > div:first-child > .heading2, .p-3-2 > div:first-child > .module-subtitle {
  margin-top: 0;
}

h4.module-subtitle, h2.heading2 {
  font-family: "Helvetica Neue Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
  color: #0F7ACB;
}

.p-1.blue, .p-2.blue, .p-3-2.blue {
  background-color: #0F7ACB;
  color: white;
}

.p-1.blue h4.module-subtitle, .p-2.blue h4.module-subtitle, .p-3-2.blue h4.module-subtitle {
  color: white;
}

#vacancy-text .button {
  margin-top: -10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #vacancy-text .button {
    margin-top: 0px;
  }
}
/* Case study styles */
/* CS List page
*/
#case-studies-template {
  margin: -15px 0 0 0;
}

#case-studies-template .container {
  box-shadow: 0 0 0 transparent;
}

#case-study-list .list-item {
  padding: 15px !important;
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  background-color: white;
  width: calc(25% - 12.5px);
}

#case-study-list .list-item:nth-child(4n) {
  margin-right: 0;
}

#case-study-list .button-wrapper {
  background-color: transparent;
  color: #0F7ACB;
}

@media screen and (max-width: 992px) {
  #case-study-list .list-item {
    width: calc(50% - 7.5px);
  }
  #case-study-list .list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  #case-study-list .list-item {
    width: 100%;
    margin-right: 0;
  }
  #case-study-list .list-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* CS Article page
*/
#case-study-wrapper {
  border-top: 1px solid #2498D6;
  border-color: #0F7ACB;
  margin-top: 15px;
}

.register-button {
  max-width: 290px;
  margin: 1.25vw auto 0 auto;
}

.register-button div {
  border: solid 1px white !important;
}

.list-items {
  justify-content: space-between;
  /*width:100%;*/
}

.list-items-guides {
  /*justify-content: space-between;*/
  /*width:100%;*/
}

.list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
}

.list-item.p-2 {
  width: 50%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.list-item.p-3 {
  width: 33.3333%;
  width: 33.3333333333%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.list-item.p-4 {
  width: 25%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 15px 0;
}

.list-item.p-5 {
  width: 20%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.list-item.p-6 {
  width: 17.6666%;
  width: 16.6666666667%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.list-item.p-12 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.list-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.list-item.thumb {
  margin-bottom: 30px;
}

#case-study-list {
  text-align: center;
  justify-content: flex-start;
}

#news-list {
  text-align: left;
}

#news-list .list-item-wrapper {
  border: 1px solid #2498D6;
  border-color: #0F7ACB;
  padding: 5px;
}

#news-list .list-item-image {
  border: none;
}

#news-list .list-item-image img {
  padding: 0;
}

.list-item {
  /*margin-bottom: 1.25vw;*/
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .list-item {
    margin-bottom: 0;
  }
}
.list-item-title {
  /*padding-bottom: 1.25vw;*/
}

@media screen and (max-width: 1280px) {
  .list-item-title {
    padding-bottom: 15px;
  }
}
.list-item.thumb .list-item-title {
  padding-top: 15px;
}

.list-item-title > *, #case-studies-template .list-item-name {
  margin: 0;
  font-family: "Helvetica Neue Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0F7ACB;
}

#case-study-list .thumb .list-item-image, #case-study-list .thumb .list-item-image img {
  border-radius: 50%;
}

.thumb .list-item-image {
  padding: 0;
  transition: padding, 0.5s;
}

.thumb .list-item-image:hover {
  padding: 5px;
}

.thumb .list-item-image img {
  width: 100%;
  height: 100%;
}

.thumb.list-item .button {
  padding-top: 15px;
}

/* End Case Study styles */
/* Case Study page */
#case-study-template.page-wrapper {
  background-color: white;
}

#case-study-template #headline {
  background: white;
  padding-bottom: 30px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#case-study-template #headline-image {
  width: 200px;
}

#case-study-template #headline-text-container {
  width: calc(100% - 200px);
  padding-left: 15px;
}

#case-study-template #headline .container-title h1 {
  margin-top: -5px;
  padding-bottom: 7.5px;
}

#headline-quote {
  padding-top: 25px;
  padding-right: 5%;
  position: relative;
}

@media (max-width: 550px) {
  #headline-quote {
    padding-top: 15px;
  }
}
.case-study-headline-quote {
  font-size: 72pt;
  height: 22px;
  line-height: 1;
  width: 44px;
  position: absolute;
}

.case-study-headline-quote.left {
  left: 0;
  top: 4px;
}

.case-study-headline-quote.right {
  right: auto;
  bottom: 19px;
}

#headline-quote h3 {
  width: 100%;
  margin-left: 44px;
}

#case-study-template .container {
  box-shadow: 0 0 0 transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#case-study-template .container:last-child {
  padding-bottom: 30px;
}

#case-study-template h2 {
  color: #262626;
}

@media (max-width: 768px) {
  #case-study-template.page-wrapper {
    background-color: transparent;
  }
  #case-study-template.page-wrapper .content-wrapper {
    background-color: white;
  }
  #case-study-template #landing-image {
    margin-bottom: -180px;
  }
  #case-study-template #headline {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  #case-study-template #headline-image {
    width: 100%;
    padding: 0 20%;
  }
  #case-study-template #headline-image img {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  #case-study-template #headline-text-container {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
/* Application form styles */
#application-template .container {
  margin-top: 0;
}

.privacy-notice {
  padding: 15px;
  margin: 15px 0;
  width: 100%;
  border: 2px solid #0F7ACB;
}

@media (max-width: 550px) {
  .privacy-notice {
    margin: 7.5px 0;
  }
}
#application-template .p-1, #application-template .p-2 {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}

#application-template .p-2 {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

#application-template .p1 > .p-2:nth-child(2n+1) {
  padding-left: 0 !important;
}

#application-template .p1 > .p-2:nth-child(2n) {
  padding-right: 0 !important;
}

@media (max-width: 550px) {
  #application-template .p-1, #application-template .p-2 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#application-template h2 {
  margin-bottom: 15px;
  padding: 15px 0;
  line-height: 1;
  border-top: 1px solid #2498D6;
  border-bottom: 1px solid #2498D6;
  width: 100%;
  border-color: #0F7ACB;
}

#application-template h4, form h4 {
  margin-bottom: 0;
  /*color: #2498D6;
  */
  color: #0F7ACB;
  border-bottom: 1px solid #2498D6;
  border-color: #0F7ACB;
  padding-bottom: 8px;
  width: 100%;
}

#blank_bar {
  width: 100%;
  height: 30px;
  background: white;
  border: 1px solid #2498D6;
  border-color: #0F7ACB;
  margin: 15px 0;
}

@media (max-width: 550px) {
  #blank_bar {
    margin: 7.5px 0;
  }
}
#filled_bar {
  width: 10%;
  height: 100%;
  /*background: #2498D6;
  */
  background-color: #0F7ACB;
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
}

form .p-1 {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

form .flex-row:first-child > p-1 {
  margin-top: 0;
}

.form-field, label {
  position: relative;
}

.form-row {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  /*margin-top:24px;*/
  /*padding: 0 30px;*/
  width: 100%;
  max-width: 600px;
}

#application-template .form-row:first-child {
  /*margin-top:0;*/
}

.form-title, .form-field, .form-row {
  margin: 7.5px auto;
}

.form-title {
  margin-bottom: 0px;
}

label, button {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 0;
}

.required::after {
  content: " *";
  color: white;
}

.form-field, .chkItemsTable tr {
  /*margin:8px -0.875vw 8px -0.875vw;*/
  /* max-width: 600px;*/
  line-height: 1.3;
  /*align-self: flex-end;*/
  width: 100%;
  display: flex;
}

.form-row .form-field:last-child {
  /*margin-bottom: 0;*/
}

input, select, textarea {
  width: 100%;
  max-width: 768px;
  /* max-width: 600px;*/
  min-height: 40px;
  padding: 10px;
  line-height: 1;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  font-family: inherit;
  margin: auto;
}

#ui-datepicker-div select {
  color: #222;
}

textarea {
  overflow: auto;
}

.form-note {
  font-size: 90%;
  padding: 3px 0;
}

.checkbox, .radiobutton, .submit, .textfield {
  /*padding: 0 0.625vw;*/
  /*margin-left: -0.875vw;*/
}

.radiobutton, .submit, .checkbox {
  /*width:49.464%;*/
  width: 50%;
  display: inline-block;
  padding: 0 7.5px;
}

.p-1 .checkbox, .p-2 .checkbox {
  margin: 0.625vw 0;
}

.form-field .radiobutton:first-child, .p-1 .checkbox:nth-child(2n+1) {
  padding-left: 0;
}

.form-field .radiobutton:last-child, .p-1 .checkbox:nth-child(2n) {
  padding-right: 0;
}

#careShow .checkbox {
  padding: 0 0.625vw;
}

#careShow .checkbox:first-child {
  padding-left: 0;
}

#careShow .checkbox:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  #careShow .checkbox {
    width: 50%;
  }
}
#businessSectors {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0 !important;
}

@media screen and (min-width: 900px) {
  #businessSectors .checkbox {
    width: 33% !important;
  }
  #businessSectors .checkbox:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.625vw;
  }
  #businessSectors .checkbox:nth-child(3n+2) {
    padding-right: 0.625vw;
    padding-left: 0;
  }
  #businessSectors .checkbox:nth-child(3n) {
    padding-right: 0;
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  #businessSectors .checkbox {
    width: 25% !important;
  }
  #businessSectors .checkbox:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 0.625vw;
  }
  #businessSectors .checkbox:nth-child(4n+2) {
    padding-right: 0.625vw;
  }
  #businessSectors .checkbox:nth-child(4n+3) {
    padding-right: 0.625vw;
  }
  #businessSectors .checkbox:nth-child(4n) {
    padding-right: 0;
    padding-left: 0.625vw;
  }
}
.form-field .textfield {
  width: 100%;
}

#postcode {
  display: flex;
  flex-wrap: wrap;
}

#postcode .textfield, #postcode .button, .submit, #register-button, .register-button {
  width: 50%;
  line-height: 1;
}

#postcode .textfield {
  padding-left: 0;
  padding-right: 0 7.5px;
}

#postcode .button {
  padding-right: 0;
  padding-left: 7.5px;
}

.checkbox input[type=checkbox], .radiobutton input[type=radio] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.checkbox label, .radiobutton label, input[type=text], input[type=password], input[type=search], input[type=file] {
  display: block;
  border: solid 1px #2498D6;
  border-color: #0F7ACB;
  padding: 10px;
  background-color: white;
  cursor: pointer;
  /*color: #2498D6;
  */
  color: #0F7ACB;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

textarea {
  display: block;
  border: solid 1px #2498D6;
  border-color: #0F7ACB;
  padding: 10px;
  background-color: white;
  /*color: #2498D6;
  */
  color: #0F7ACB;
  text-decoration: none;
  min-height: 63px;
  border-radius: 3px;
}

button, input[type=submit], #register-button div, .register-button div {
  display: block;
  border: solid 1px #2498D6;
  border-color: #0F7ACB;
  padding: 12px;
  /*background-color: #2498D6;
  */
  background-color: #0F7ACB;
  cursor: pointer;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

input[type=text], input[type=password], input[type=search], textarea, input[type=file] {
  color: #9B9B9B;
  text-align: left;
  cursor: text;
}

.checkbox label:hover, .radiobutton label:hover, .checkbox input[type=checkbox]:checked ~ label, .radiobutton input[type=radio]:checked ~ label {
  color: white;
  /*background-color: #2498D6;*/
  background-color: #0F7ACB;
}

.checkbox > input, .radiobutton > input {
  width: auto;
  margin: 2px 0 0 0 !important;
  min-height: auto;
  padding-top: 1px;
}

.textbox > input {
  position: relative;
  border: solid 1px #2498D6;
  border-color: #0F7ACB;
  min-height: auto;
  padding: 10px;
  max-width: 600px;
  color: white;
  background-color: white;
  cursor: text;
  border-radius: 0;
}

.styled-select {
  height: 42px;
  overflow: hidden;
  background: url(../images/Dropdown/DropdownArrow.png) no-repeat right 1px;
  max-width: 768px;
  /* max-width: 600px;*/
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  z-index: 1;
  padding-right: 0 !important;
  display: block;
}

.styled-select:hover {
  background: url(../images/Dropdown/DropdownArrowhover.png) no-repeat right 1px;
}

.styled-select select {
  background: transparent;
  border: solid 1px #2498D6;
  border-color: #0F7ACB;
  height: 40px;
  padding: 10px; /* If you add too much padding here, the options won't show in IE */
  color: #9B9B9B;
  z-index: 0;
  width: calc(100% + 30px);
  /* max-width: 612px;*/
}

.styled-select select > option {
  color: black !important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=submit] {
  margin-top: 7.5px;
}

#vacancy-type .checkbox {
  margin-top: 16px;
}

#vacancy-type .checkbox:first-child {
  margin-top: 0;
}

.submit {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
}

.ui-dialog {
  width: 90% !important;
  width: calc(100% - 64px);
  max-width: 768px;
  left: 32px !important;
  right: 32px;
  margin: auto;
  padding: 0;
  border: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.ui-dialog-titlebar {
  border: none;
  background-color: #0F7ACB;
  color: white;
  /* height:90px;*/
}

.ui-dialog .ui-dialog-content {
  max-height: 500px;
  overflow: scroll;
}

#ConsentDialog {
  max-height: 600px !important;
}

/* End Application form styles */
#funding-logos .list-item-image, #footer-funding-logos .list-item-image, #cohorts .list-item-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
}

#funding-logos {
  margin-top: 2.5vw;
}

#funding-logos .list-item-image {
  padding-bottom: 0;
  height: 89px;
}

#funding-logos .list-item, #how-we-do-it .list-item {
  margin-bottom: 0 !important;
  width: 100%;
}

#funding-logos .list-item-image img {
  max-height: 100%;
}

#working-in-partnership .list-item {
  padding: 2.5vw !important;
  width: 20% !important;
}

@media screen and (max-width: 1280px) {
  #working-in-partnership .list-item {
    padding: 15px !important;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  #working-in-partnership .list-item {
    padding: 15px !important;
  }
}
#working-in-partnership .list-item-image {
  height: 172px;
  padding-bottom: 0;
}

@media screen and (max-width: 1280px) {
  #working-in-partnership .list-item-image {
    height: 105px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  #working-in-partnership .list-item-image {
    height: 105px;
  }
}
/* 
Homepage styles end */
/* Article Template Styles */
#article-template #main-content {
  padding-top: 0 !important;
}

#article-template .title {
  position: relative;
  margin-bottom: 44px;
  /* font-size: 1.175em; */
}

#article-template .title > * {
  margin: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#article-template .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 145px;
  border-top-style: solid;
  border-top-width: 3px;
  display: inline-block;
}

#dcoe-template.title:after {
  border-color: #2469D8;
}

#design-template.title:after {
  border-color: #D90668;
}

#data-template.title:after {
  border-color: #B2CC26;
}

#innovation-template.title:after {
  border-color: #FF8300;
}

#main-content li:before {
  background: #00A0B5;
}

#article-template #main-content .p-1 {
  padding-left: 2.25% !important;
  padding-right: 2.25% !important;
}

#article-template #main-image {
  border-bottom: 5px solid #FAFAFA;
  padding-bottom: 2.25% !important;
  margin-bottom: 2.25%;
}

#article-template #main-content .flex-row {
  margin: 1.25vw 0;
}

#article-template #main-content .p-1 > img:first-child {
  margin-top: 0;
}

#article-template #main-content strong {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* form styles */
/* My Account styles */
#admin-container {
  background-color: transparent;
  /*margin: auto;
      max-width: 90%;*/
  padding: 0;
}

#admin-container section {
  padding: 0 !important;
  max-width: 100%;
}

#admin-wrapper {
  flex-wrap: nowrap !important;
}

#admin-sidebar {
  display: flex;
  min-width: 213px;
  align-items: flex-start;
}

#admin-sidebar ul {
  text-align: center;
  padding: 0 15px;
  margin: 0;
  background-color: white;
}

#admin-sidebar ul li {
  list-style: none;
  padding: 7.5px 15px;
  border-bottom: 1px solid #9B9B9B;
}

#admin-sidebar ul li:last-child {
  border-bottom: none;
}

#admin-sidebar ul li:hover {
  cursor: pointer;
}

#admin-main-content {
  /*display: flex;*/
  /*padding-left: 15px;*/
  /*padding: 0 15px;*/
  width: 100%;
  /*flex-wrap: wrap*/
}

#admin-main-content .flex-row {
  width: 100%;
  margin: 0;
  justify-content: flex-start;
}

#admin-main-content .flex-row.p-1 .flex-row.p-1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#admin-main-content > .flex-row > div {
  padding: 0 7.5px;
}

#admin-main-content > .flex-row > .module-title {
  padding: 0 !important;
}

#admin-main-content .list-item.p-4 {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 7.5px !important;
  text-align: center;
  margin: 15px 7.5px;
  width: calc(25% - 15px);
}

#admin-main-content .list-item:nth-child(4n+1) {
  margin-left: 0;
}

#admin-main-content .list-item:nth-child(4n) {
  margin-right: 0;
}

#admin-main-content .pending .list-item.p-4 {
  background-color: #0F7ACB;
}

@media screen and (max-width: 768px) {
  #admin-main-content .list-item.p-4 {
    width: calc(33.3333333333% - 10px);
  }
  #admin-main-content .list-item:nth-child(4n) {
    margin-right: 15px;
  }
  #admin-main-content .list-item:nth-child(3n) {
    margin-right: 0;
  }
}
#admin-main-content a.list-item:hover {
  text-decoration: none;
}

#admin-main-content .list-item-wrapper {
  margin: 0;
}

#admin-main-content .list-item-image {
  /*max-width: 100px;
  width: 100%;
  height: 100px;
  margin: auto;
  padding: 7.5px;*/
  min-height: 100px;
}

#admin-main-content .list-item-wrapper, #admin-main-content .list-item-image, #intro .list-item-wrapper, #intro .list-item-image {
  flex-shrink: 0;
}

#admin-main-content span {
  /*font-size: 48pt;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*font-weight: bold;*/
}

#admin-main-content2 .list-item span {
  font-size: 48pt;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  *font-weight: bold;
}

#admin-main-content .field-validation-valid {
  display: inline;
}

#admin-main-content2 .list-item-title {
  padding: 7.5px;
  color: black;
  font-weight: bold;
}

#admin-main-content2 .pending .list-item-title {
  color: white;
}

#admin-main-conten2t .list-item-desc {
  padding: 7.5px;
  color: black;
}

#admin-main-content2 .pending .list-item-desc {
  color: white;
}

#admin-main-content2 .list-item-title {
  padding: 7.5px;
  color: black;
  font-weight: bold;
}

#admin-main-content .pending .list-item-title {
  color: white;
}

#admin-main-content .list-item-desc {
  padding: 7.5px;
  color: black;
}

#admin-main-content .pending .list-item-desc {
  color: white;
}

/* FOOTER STYLES
*/
#footer {
  font-size: 10pt;
  padding: 15px 5%;
  margin: 0 15px;
  font-style: normal;
  font-weight: 300;
}

#footer > section > .flex-row > .p-2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.flex-row .p-2:nth-child(2n+1), #footer-footer > .flex-row .p-2:nth-child(2n+1) {
  padding-left: 0 !important;
}

.flex-row .p-2:nth-child(2n), #footer-footer > .flex-row .p-2:nth-child(2n) {
  padding-right: 0 !important;
}

.flex-row .p-3:nth-child(3n+1) {
  padding-left: 0 !important;
}

.flex-row .p-3:nth-child(3n) {
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .flex-row .p-2:nth-child(2n+1), #footer-footer > .flex-row .p-2:nth-child(2n+1) {
    padding-right: 0 !important;
  }
  .flex-row .p-2:nth-child(2n), #footer-footer > .flex-row .p-2:nth-child(2n) {
    padding-left: 0 !important;
  }
  .flex-row .p-3:nth-child(3n+1) {
    padding-right: 0 !important;
  }
  .flex-row .p-3:nth-child(3n) {
    padding-left: 0 !important;
  }
  #footer > section > .flex-row > .p-2 {
    width: 100%;
  }
  #gg-footer-logo, #footer-funding-logos {
    width: 50% !important;
  }
}
@media screen and (max-width: 1280px) {
  #footer section, #footer-footer section {
    padding: 0 !important;
  }
}
#footer a, #footer-footer a {
  color: #262626;
  text-decoration: underline;
}

#footer-footer a:hover {
  text-decoration: none;
}

#footer-site-map {
  font-weight: 500;
  margin-top: -7.5px;
  /*text-transform: uppercase;*/
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #footer-site-map {
    width: 100% !important;
  }
}
#footer-site-map .list-item {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
  /*width: 100% !important;
  max-width: calc(100% / 3) !important;*/
}

#footer-site-map .list-item:before {
  display: none;
}

#gg-footer-logo img {
  max-height: 70px;
}

#footer-funding-logos {
  text-align: right;
}

#footer-funding-logos img {
  height: 100px;
}

#footer-funding-logos img:first-child {
  margin-right: 15px;
}

#footer .list-item {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#footer-funding-logos .list-item-wrapper {
  margin-right: 0 !important;
}

#footer-funding-logos .list-item-image {
  height: 80px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

#footer-funding-logos .list-item-image img {
  max-height: 100%;
}

#footer-footer {
  margin: 0 15px !important;
  padding: 10px 5%;
  background-color: #FFF;
  font-size: 9pt;
  line-height: 16px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#footer-copyright {
  line-height: 32px;
}

#footer-connect {
  text-align: right;
  line-height: 32px;
}

#footer-connect span {
  margin: 0 4px 0 16px;
  height: 32px;
  /*width: 32px;*/
  line-height: 32px;
  display: inline-block;
}

#footer-connect > span:first-child {
  width: auto;
  margin: 0;
}

#footer-connect img {
  max-height: 16px;
  line-height: 32px;
  vertical-align: middle;
}

table {
  margin-top: 10px;
}

th {
  background-color: #3AAEDF;
}

.updatelist {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.updatelist tr {
  height: 40px;
}

.updatelist tr.selected {
  background-color: rgb(243, 244, 246);
}

.updatelist tr img {
  margin-top: 3px;
}

.updatelist tr th {
  text-align: left;
  padding-left: 10px;
  font-size: 0.9em;
  background-color: #a9d5e8;
  font-weight: 400;
}

.updatelist tr th a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}

.updatelist tr th a:hover {
  color: #3AAEDF;
  text-decoration: underline;
}

.updatelist tr th a.underline {
  text-decoration: underline;
}

.updatelist th.iconfield {
  text-align: center;
  width: 60px;
}

.updatelist td.iconfield {
  text-align: center;
  width: 60px;
}

.iconfield span.glyphicons {
  font-size: 16px;
}

.iconfield button {
  border: none;
  background: none;
  padding: 0;
  text-align: center;
}

.iconfield button:hover {
  cursor: pointer;
  color: #3AAEDF;
}

.updatelist tr td {
  padding: 0 0px 0 10px;
  font-size: 0.9em;
}

.updatelist tr td form input {
  margin: 0px;
  padding: 0px;
  border: currentColor;
  border-image: none;
  width: auto;
  height: auto;
}

#username-errormsg {
  color: red;
}

.not-eligible {
  color: red;
}

.input-validation-error {
  border: 1px solid rgb(255, 106, 106) !important;
  border-image: none !important;
}

.field-validation-error {
  color: rgb(255, 0, 0);
}

.field-validation-valid {
  display: none;
}

.validation-summary-errors {
  position: relative;
  background-color: #ffcccc;
  padding: 10px 10px 10px 50px;
  border-radius: 0.6em;
  border: 1px solid rgb(255, 106, 106);
  border-image: none;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
  -moz-border-radius: 0.6em;
}

.validation-summary-errors:before {
  content: "\e193";
  font-family: "Glyphicons Regular";
  font-size: 2em;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #990000;
}

.validation-summary-errors ul {
  margin-left: 30px;
  list-style-type: disc;
}

.validation-summary-errors ul li {
  margin: 5px 0px;
}

.validation-summary-valid {
  display: none;
}

.chkItems {
  min-width: 19px;
  width: auto;
  height: 25px;
  border-style: none;
  vertical-align: middle;
}

input.checkbox {
  margin-bottom: 10px;
}

.SaveVac {
  float: right;
}

.errormessage {
  color: red;
}

.changemade {
  position: relative;
  background-color: rgb(242, 242, 242);
  padding: 0px 10px 10px 50px;
  border-radius: 0.6em;
  border: 1px solid rgb(204, 204, 204);
  border-image: none;
  margin-bottom: 10px;
  -moz-border-radius: 0.6em;
  height: 60px;
}

.changemade:before {
  content: "\e194";
  font-family: "Glyphicons Regular";
  font-size: 2em;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #009900;
  height: auto;
}

.error {
  position: relative;
  /*background-color: rgb(242, 242, 242);*/
  background-color: #ffcccc;
  padding: 0px 10px 10px 50px;
  border-radius: 0.6em;
  /*border: 1px solid rgb(204, 204, 204);*/
  border: 1px solid rgb(255, 106, 106);
  border-image: none;
  margin-bottom: 10px;
  -moz-border-radius: 0.6em;
  height: 60px;
}

.changemade p, .error p {
  margin-top: 20px;
}

.error:before {
  /*content: "\E194";
      font-family: "Glyphicons Regular";
      font-size: 2em;
      position: absolute;
      top: 8px;
      left: 10px;
      color: #009900;*/
  content: "\e193";
  font-family: "Glyphicons Regular";
  font-size: 2em;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #990000;
}

#registrationEligibilty {
  width: 100%;
}

#vacancysearch {
  width: 75%;
}

/*Andrew's changes*/
/*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*  contenteditable attribute is included anywhere else in the document.
*  Otherwise it causes space to appear at the top and bottom of elements
*  that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  zoom: 1;
}

.p-1 .submit-container {
  max-width: 768px;
  margin: 0 auto 30px;
}

.p-1 .submit-container .submit {
  margin: 0;
  float: right;
}

.p-1 .p-2:nth-child(2n+1) {
  padding-left: 0 !important;
}

.p-1 .p-2:nth-child(2n) {
  padding-right: 0 !important;
}

#disabilityShow, #careShow {
  padding-right: 1.5vw;
}

#disabilityShow .checkbox, #careShow .checkbox {
  padding: 0;
}

#disabilityShow .checkbox, #careShow .checkbox {
  padding: 0 7.5px;
}

#businessSectors {
  align-items: stretch;
}

#businessSectors .checkbox {
  position: relative;
}

#businessSectors .checkbox label {
  height: 100%;
}

.consent input#TermsConditions {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}

.consent input#BusinessPrivacyPolicy {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}

.consent p {
  display: inline-block;
  margin-left: 0px;
  line-height: 40px;
  vertical-align: top;
}

.textfield input[type=checkbox] {
  width: 30px;
  height: 30px;
}

.popup-info {
  position: relative;
  height: 30px;
  width: 100%;
  margin-top: -23px;
}

.popup-info .popup-button {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #dd0000;
  color: #fff;
  font-size: 16px;
  z-index: 101;
}

.popup-info .hidden {
  display: none;
}

.popup-info:hover .hidden {
  display: block;
  position: relative;
  background-color: #fff;
  border: solid 1px #dd0000;
  padding: 10px 10px 10px 30px;
  z-index: 100;
}

#admin-main-content2 {
  display: flex;
  /*padding-left: 15px;*/
  /*padding: 0 15px;*/
  width: 100%;
  flex-wrap: wrap;
}

#admin-main-content2 .flex-row {
  width: 100%;
  margin: 0;
  justify-content: flex-start;
}

#admin-main-content2 .flex-row.p-1 .flex-row.p-1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#admin-main-content2 > .flex-row > div {
  padding: 0 7.5px;
}

#admin-main-content2 h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Helvetica Neue Medium", sans-serif;
}

#admin-main-content2 > .flex-row > .module-title {
  padding: 0 !important;
}

#admin-main-content2 .list-item.p-4 {
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 7.5px !important;
  text-align: center;
  margin: 15px 7.5px;
  width: calc(25% - 15px);
}

#admin-main-content2 .list-item:nth-child(4n+1) {
  margin-left: 0;
}

#admin-main-content2 .list-item:nth-child(4n) {
  margin-right: 0;
}

#admin-main-content2 .pending .list-item.p-4 {
  background-color: #0F7ACB;
}

@media screen and (max-width: 768px) {
  #admin-main-content2 .list-item.p-4 {
    width: calc(33.3333333333% - 10px);
  }
  #admin-main-content2 .list-item:nth-child(4n) {
    margin-right: 15px;
    margin-left: 0;
  }
  #admin-main-content2 .list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  #admin-main-content2 .list-item.p-4 {
    width: calc(50% - 7.5px);
  }
  #admin-main-content2 .list-item:nth-child(2n+1) {
    margin-right: 7.5px;
    margin-left: 0;
  }
  #admin-main-content2 .list-item:nth-child(2n) {
    margin-right: 0;
    margin-left: 7.5px;
  }
}
#admin-main-content2 a.list-item:hover {
  text-decoration: none;
}

#admin-main-content2 .list-item-wrapper {
  margin: 0;
}

#admin-main-content2 .list-item-image {
  /*max-width: 100px;
  width: 100%;
  height: 100px;
  margin: auto;
  padding: 7.5px;*/
  min-height: 100px;
}

#admin-main-content2 .list-item-wrapper, #admin-main-content .list-item-image, #intro .list-item-wrapper, #intro .list-item-image {
  flex-shrink: 0;
}

#admin-main-content2 span {
  /*font-size: 48pt;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*font-weight: bold;*/
}

#registrationApplicantDetails {
  width: 100%;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.ui-tooltip {
  width: auto !important;
  position: absolute !important;
  padding: 5px !important;
}

.ui-autocomplete-input {
  margin: 5px 0px !important;
  /*border-radius: 0.5em 0 0 0.5em !important;*/
  border: 1px solid #0F7ACB !important;
  border-image: none !important;
  min-width: 220px !important;
  width: 700px !important;
  height: 22px !important;
  line-height: 22px !important;
  padding: 1px 1px 1px 5px !important;
  -moz-border-radius: 0.5em !important;
  background-image: none !important;
  background-color: #fff;
}

.custom-combobox-toggle {
  margin: 5px 0px !important;
  /*border-radius: 0 0.5em 0.5em 0 !important;*/
  border: 1px solid #0F7ACB !important;
  border-left: 0 !important;
  border-image: none !important;
  width: 22px !important;
  /*height: 100px !important;*/
  line-height: 22px !important;
  padding: 1px 1px 1px 5px !important;
  -moz-border-radius: 0.5em !important;
  background-image: url(../images/Dropdown/DropdownArrow.png) !important;
  /*background-image: none !important;*/
  background-color: #fff;
}

li.form-margin-top {
  margin-top: 40px;
}

.glyphicons:before {
  padding: 0 8px 0 0;
}

.cc-cookies {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.8);
}

#boxes .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 200px;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: calc(100% - 20px);
  max-width: 750px;
  height: auto;
  padding: 10px;
  background-color: rgb(226, 230, 255);
  color: #333;
  font-size: 1.2em;
}

#popupfoot {
  width: 100%;
  margin-top: 20px;
  left: 0;
}

.applicationlist {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border: 3px #a9d5e8 solid;
}

table.applicationlist td {
  background-color: #ffffff;
  color: #000;
  padding: 4px;
  text-align: left;
  border: 1px #a9d5e8 solid;
}

.applicationlist tr {
  height: 40px;
}

.applicationlist tr.selected {
  background-color: rgb(243, 244, 246);
}

.applicationlist tr img {
  margin-top: 3px;
}

.applicationlist tr th {
  text-align: left;
  padding-left: 10px;
  font-size: 0.9em;
  background-color: #a9d5e8;
  font-weight: 400;
}

.applicationlist tr th a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}

.applicationlist tr th a:hover {
  color: #3AAEDF;
  text-decoration: underline;
}

.applicationlist tr th a.underline {
  text-decoration: underline;
}

.applicationlist th.iconfield {
  text-align: center;
  width: 60px;
}

.applicationlist td.iconfield {
  text-align: center;
  width: 60px;
}

.errorCount {
  color: #f00;
}

#minchars4 {
  float: left;
}

p.terms {
  font-size: x-small;
}

ol.terms-ol {
  counter-reset: item;
  font-size: x-small;
}

ol.terms-ol ol {
  counter-reset: item;
}

ol.terms-ol li {
  display: block;
  margin-bottom: 20px;
}

ol.terms-ol li li {
  display: block;
  margin-bottom: 0;
}

ol.terms-ol li h4 {
  display: inline-block;
  max-width: calc(100% - 48px);
}

ol.terms-ol li strong {
  display: inline-block;
}

ol.terms-ol li:before {
  content: counters(item, " .") " ";
  counter-increment: item;
  font-weight: bold;
  margin-right: 20px;
  line-height: 1.2;
  font-size: 1.2rem;
  vertical-align: top;
}

ol.terms-ol li li:before {
  font-size: 1em;
}

@media (max-width: 550px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-on-tablet {
    display: none;
  }
}
.flex-row .p-2.blue:nth-child(2n) {
  padding: 0 10px !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/*.select2-container .select2-selection--single {
    width: calc(100% + 30px);
}*/
/* Andrew's Changes */
@media only screen and (max-width: 768px) {
  .admin-sidebar-responsive#admin-wrapper {
    flex-wrap: wrap !important;
  }
  .admin-sidebar-responsive #admin-sidebar {
    width: 100%;
  }
  .admin-sidebar-responsive #admin-sidebar ul {
    width: 100%;
  }
  .stack-on-mobile {
    width: 100% !important;
  }
  .button-wrapper {
    width: auto !important;
    padding: 5px !important;
  }
  #vacancy-list .job-title, #vacancy-list .job-type, #vacancy-list .salary, #vacancy-list .area, #vacancy-list .closing-date, #vacancy-list .button {
    width: 20% !important;
    padding: 0 !important;
  }
  #vacancy-list .button {
    text-align: right;
  }
}
@media only screen and (max-width: 550px) {
  #vacancy-list .job-title, #vacancy-list .job-type, #vacancy-list .salary, #vacancy-list .area, #vacancy-list .closing-date, #vacancy-list .button {
    width: 25% !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 350px) {
  #vacancy-list .job-title, #vacancy-list .job-type, #vacancy-list .salary, #vacancy-list .area, #vacancy-list .closing-date {
    width: 33.3% !important;
    padding: 0 !important;
  }
  #vacancy-list .button {
    width: 100% !important;
    padding: 0 !important;
  }
}
.homepage-image {
  max-width: 40vw;
}

.homepage-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em;
  color: #333333;
  border-radius: 10px;
  border: solid 2px #333333;
}

.homepage-link.pink {
  background-color: #ce5198;
  border: none;
  color: #ffffff;
}

.homepage-link.pink:hover {
  background-color: #de4188;
}

.homepage-link.blue {
  background-color: #07547d;
  border: none;
  color: #ffffff;
}

.homepage-link.blue:hover {
  background-color: #04446d;
}

.light-pink {
  background-color: #edd5e0;
}

.light-blue {
  background-color: #c7e1f0;
}

.homepage-box-link {
  color: #333333;
}

.homepage-box-link:hover {
  color: #000000;
}

.multiline {
  white-space: pre-wrap;
}

/*select.multiselectline {
    width: 100%;
    max-width: 768px;*/
/* max-width: 600px;*/
/*min-height: 40px;
    padding: 10px;
    line-height: 1;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
    font-family: inherit;
    margin: auto;
}*/
div.ms-options-wrap {
  position: relative;
}

div.ms-options-wrap button {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
  -moz-padding-start: calc(0.75rem - 3px) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #212529 !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: none !important;
}

div.ms-options-wrap .ms-options {
  max-width: none !important;
}

div.ms-options-wrap .ms-options ul input[type=checkbox] {
  top: 13px !important;
}

.ms-options-wrap > button:after:hover {
  cursor: pointer;
}

.custom-combobox {
  width: 100% !important;
}

.ui-autocomplete-input {
  width: calc(100% - 40px) !important;
  min-width: 0 !important;
}

.custom-combobox-toggle {
  width: 40px !important;
}

.ms-options li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle;
}

div.vacancy-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
div.vacancy-wrapper .row {
  margin: unset;
}
div.vacancy-wrapper h2, div.vacancy-wrapper h3, div.vacancy-wrapper h4 {
  color: #0F7ACB;
  margin: 15px 0 0 0;
}
div.vacancy-wrapper h2 {
  font-size: 26px;
}
div.vacancy-wrapper h3 {
  font-size: 22px;
}
div.vacancy-wrapper h4 {
  font-size: 18px;
}
div.vacancy-wrapper p {
  font-size: 18px;
}
div.vacancy-wrapper .c1, div.vacancy-wrapper .c2, div.vacancy-wrapper .c3, div.vacancy-wrapper .c4, div.vacancy-wrapper .c6, div.vacancy-wrapper .c9 {
  padding-right: 10px;
}
div.vacancy-wrapper .c1 {
  width: 8.3%;
}
div.vacancy-wrapper .c2 {
  width: 16.6%;
}
div.vacancy-wrapper .c3 {
  width: 25%;
}
div.vacancy-wrapper .c4 {
  width: 33.3%;
}
div.vacancy-wrapper .c6 {
  width: 50%;
}
div.vacancy-wrapper .c9 {
  width: 75%;
}
div.vacancy-wrapper div.vacancy-header {
  display: flex;
  flex-wrap: wrap;
}
div.vacancy-wrapper div.vacancy-header h2 {
  color: #0a3c61;
}
div.vacancy-wrapper div.vacancy-header div.employer-info-container {
  width: 50%;
  border: solid 1px #000;
  background-color: #d6e3ee;
  display: flex;
  padding: 20px;
}
@media (max-width: 768px) {
  div.vacancy-wrapper div.vacancy-header div.employer-info-container {
    width: 100%;
  }
}
div.vacancy-wrapper div.vacancy-header div.employer-info-container h2, div.vacancy-wrapper div.vacancy-header div.employer-info-container h3, div.vacancy-wrapper div.vacancy-header div.employer-info-container h4 {
  color: #0a3c61;
}
div.vacancy-wrapper div.vacancy-header div.employer-info-container div.employer-logo {
  padding: 0 20px 0 0;
}
div.vacancy-wrapper div.vacancy-header div.employer-info-container div.employer-logo img {
  width: 100%;
}
div.vacancy-wrapper div.vacancy-header div.vacancy-info-container {
  width: 50%;
  border: solid 1px #000;
  border-left: none;
  background-color: #efefef;
  padding: 20px;
}
@media (max-width: 768px) {
  div.vacancy-wrapper div.vacancy-header div.vacancy-info-container {
    width: 100%;
    border-left: solid 1px #000;
    border-top: none;
  }
}
div.vacancy-wrapper div.vacancy-content {
  padding: 20px;
}
div.vacancy-wrapper div.additional-info-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  div.vacancy-wrapper .cm6 {
    width: 50%;
  }
  div.vacancy-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  div.vacancy-wrapper h2 {
    font-size: 22px;
  }
  div.vacancy-wrapper h3 {
    font-size: 20px;
  }
  div.vacancy-wrapper h4 {
    font-size: 18px;
  }
  div.vacancy-wrapper p {
    font-size: 16px;
  }
  div.vacancy-wrapper .c1, div.vacancy-wrapper .c2, div.vacancy-wrapper .c3, div.vacancy-wrapper .c4, div.vacancy-wrapper .c6, div.vacancy-wrapper .c9, div.vacancy-wrapper .cm6 {
    width: 100%;
  }
  div.vacancy-wrapper .cs1 {
    width: 8.3%;
  }
  div.vacancy-wrapper .cs2 {
    width: 16.6%;
  }
  div.vacancy-wrapper .cs3 {
    width: 25%;
  }
  div.vacancy-wrapper .cs4 {
    width: 33.3%;
  }
  div.vacancy-wrapper .cs6 {
    width: 50%;
  }
  div.vacancy-wrapper .cs9 {
    width: 75%;
  }
}
