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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  color: #323232;
  font: 13px / 1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1 {
  font-size: 34px;
  color: #fff; }

h2 {
  font-size: 24px;
  border-bottom: 1px solid #b8babc;
  padding-bottom: 15px; }

h3 {
  font-size: 16px;
  font-weight: 700; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 19px;
  font-weight: 700; }

h6 {
  font-size: 17px;
  color: #929497; }

a {
  color: #4a74bb;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: tint(#4a74bb, 15%); }

html, body {
  height: 100%; }

body {
  background: #faf8fa; }

.headContentwrap {
  background: #fbf9f9;
  padding-bottom: 100px; }

.contentWrapper {
  background: url("../img/topbar-bkgd.png") 0 0 repeat-x; }
  .contentWrapper.curved {
    background: url("../img/top-curved-bkgd.png") top center no-repeat, url("../img/topbar-bkgd.png") 0 -79px repeat-x; }
  .contentWrapper.thick {
    background: url("../img/topbar-bkgd.png") 0 15px repeat-x; }

.content,
.userInfo {
  max-width: 960px;
  margin: 0 auto;
  min-height: 120px; }

.main {
  width: 65%;
  float: left;
  margin-right: 5%; }

.sidebar {
  width: 30%;
  float: right; }

.headerWrapper {
  background: #fff;
  overflow: auto; }

header {
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: 15px;
  background: #fff; }

.header__exec {
  padding: 10px 0; }

.header__exec-logo {
  float: left;
  display: block;
  width: 30%;
  height: 40px;
  background: url("../img/IBEN-Central.png") 0 0 no-repeat; }

.header__exec-right {
  float: right;
  width: 70%;
  font-weight: 300;
  text-align: right;
  margin-top: 13px; }
  .header__exec-right form {
    display: inline-block; }
  .header__exec-right a {
    border-left: 1px solid #323232;
    padding: 2px 10px; }
  .header__exec-right select {
    margin-right: 10px; }

.header__exec-languageIcon svg {
  position: relative;
  top: 6px; }

.userInfo {
  height: 123px;
  padding-top: 37px; }

.chatter-upload-avatar {
  border: none;
  float: left; }

.chatter-upload-avatar img,
.userInfo__profileImg {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  margin: 0 15px 0 10px; }

.userInfo__welcome {
  margin-bottom: 0; }

.userInfo__editLink {
  color: #fff;
  text-decoration: underline;
  font-size: 16px; }

.userInfo__link {
  float: right;
  width: 100px;
  display: block;
  text-align: center;
  color: #fff; }

.userInfo__link-icon {
  display: block;
  width: 60px;
  height: 43px;
  padding-top: 17px;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  background: #00498c; }

.backWrapper {
  background: #4ac5ec;
  padding: 12px 0; }

.backContent {
  max-width: 960px;
  margin: 0 auto; }

.titleWrapper {
  text-align: center;
  padding: 25px 0 0 0;
  background: url("../img/topbar-bkgd.png") 0 0 repeat-x; }

.titleWrapper__type {
  background: #00498c;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px; }
  .titleWrapper__type svg {
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px; }
  .titleWrapper__type svg path {
    fill: #fff; }

footer {
  background: url("../img/bottom-curved-bkgd.png") center -4px no-repeat, url("../img/footer-curves.png") -165px 60px no-repeat;
  background-color: #17b5ea;
  height: 230px; }

.footer__content {
  max-width: 960px;
  margin: 0 auto;
  height: 130px;
  padding-top: 100px;
  font-size: 13px; }

.footer__list {
  list-style: none;
  float: left;
  width: 20%;
  margin-left: 0; }
  .footer__list li {
    margin: 0 0 20px 0; }

.footer__list-link {
  color: #fff; }

.footer__copyright {
  float: left;
  width: 40%;
  margin-top: 40px;
  color: #fff; }

.navWrapper {
  background: #f6f4f2;
  border-bottom: 1px solid #dddddc; }

nav {
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: -1px; }

a.nav__link {
  display: block;
  width: 19%;
  font-weight: normal;
  float: left;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #323232; }
  a.nav__link.selected {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    color: #13498c;
    background: #fbf9f9; }
  a.nav__link:hover {
    background: #fbf9f9;
    text-decoration: none;
    color: #323232; }

.login {
  padding: 100px 0 0 0;
  text-align: center; }
  .login .message .messageTable {
    margin: 0 auto !important; }

.login__header {
  color: #4973ba; }

.login__subhead {
  width: 630px;
  margin: 0 auto; }
  .login__subhead a {
    text-decoration: underline;
    cursor: pointer; }

.login__intro {
  width: 630px;
  margin: 20px auto;
  text-align: left;
  line-height: 1.75; }

.login__form {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  max-width: 630px;
  margin: 0 auto;
  overflow: auto; }

.login__form-section {
  width: 44%;
  float: left;
  text-align: left;
  padding: 15px; }
  .login__form-section a {
    display: block;
    text-decoration: underline;
    margin-top: 5px; }

.login
.login__form-action {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  margin-top: 24px; }

.register {
  padding: 25px 0 0 0; }

.notification__error {
  padding: 10px;
  border-radius: 5px;
  background: #ffafaf;
  text-align: left; }
  .notification__error .notification__close {
    float: right;
    margin-right: 5px; }
    .notification__error .notification__close svg {
      fill: #fc5959; }

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

.register__header {
  color: #497eba;
  text-align: center;
  margin-bottom: 0; }

.register__subhead {
  text-align: center; }
  .register__subhead a {
    text-decoration: underline; }

.register__formSection {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  padding: 15px;
  margin-bottom: 15px;
  overflow: auto; }
  .register__formSection.error {
    padding: 7px;
    border-radius: 5px;
    background: #ffafaf; }
    .register__formSection.error #captchadiv {
      background: white; }

.register__formSection-heading {
  border-bottom: 1px solid #cfd1d2; }
  .register__formSection-heading em {
    float: right;
    font-size: 13px;
    margin-top: 10px;
    font-style: italic; }

.register__formSection-description {
  line-height: 1.75;
  margin-bottom: 15px; }

.register__formSection-field {
  width: 27%;
  height: 85px;
  margin-right: 4%;
  float: left;
  overflow: auto;
  padding-left: 2px; }
  .register__formSection-field.error {
    padding: 7px;
    border-radius: 5px;
    background: #ffafaf; }
  .register__formSection-field.home-email {
    margin-top: -15px;
    height: 90px;
    margin-bottom: 0px; }
  .register__formSection-field input[type="text"] {
    width: 92%; }
  .register__formSection-field select {
    overflow-x: hidden;
    max-width: 100%; }
  .register__formSection-field.training {
    width: 45%; }

.register__form-action {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: block;
  width: 250px;
  margin: 0 auto; }

input[type="text"],
input[type="password"] {
  padding: 7px;
  font-size: 16px;
  width: 100%; }

select {
  font-size: 16px; }

input[type="checkbox"] {
  margin-right: 10px; }

label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px; }
  label.inline {
    display: inline; }

.dashboard {
  overflow: auto;
  padding-top: 50px; }
  .dashboard h2, .dashboard h6 {
    margin-bottom: 5px; }

.notifications {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .notifications .notification__details {
    display: block;
    float: left;
    width: 100%;
    padding: 8px 5px;
    background: #E1F9BD;
    font-size: 14px; }
    .notifications .notification__details .notification__details-text {
      display: inline-block;
      padding-top: 3px; }
    .notifications .notification__details a {
      color: #648C1A; }
    .notifications .notification__details .svg {
      display: inline-block;
      float: left; }
      .notifications .notification__details .svg svg {
        height: 20px;
        width: 20px;
        margin-right: 5px; }
      .notifications .notification__details .svg.close {
        margin: 3px 0px 0px 5px;
        float: right; }
        .notifications .notification__details .svg.close svg {
          width: 15px;
          height: 15px; }
          .notifications .notification__details .svg.close svg path {
            fill: #648C1A; }

.activity {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  margin-bottom: 10px;
  overflow: auto;
  padding: 15px;
  border-left: 6px solid #656565; }
  .activity .activity__meta-status {
    color: #656565; }
  .activity.pending {
    border-left: 6px solid #fbaf3f; }
    .activity.pending .activity__meta-status {
      color: #fbaf3f; }
  .activity.confirmed {
    border-left: 6px solid #648c1a; }
    .activity.confirmed .activity__meta-status {
      color: #648c1a; }
  .activity.invited {
    border-left: 6px solid #12b5e9; }
    .activity.invited .activity__meta-status {
      color: #12b5e9; }
  .activity.none {
    border-left: none; }
    .activity.none h3 {
      padding-bottom: 10px;
      border-bottom: 1px solid #b8babc; }

.activity__meta {
  width: 25%;
  float: left;
  font-size: 13px; }

.activity__meta-date {
  color: #656565;
  margin-bottom: 7px; }

.activity__meta-role {
  color: #b9bbbd;
  margin-bottom: 7px; }

.activity__info {
  width: 50%;
  float: left;
  color: #b9bbbd; }

.activity__info-title {
  color: #323232;
  margin-bottom: 11px; }

.activity__info-location {
  margin-top: 9px; }

.activity__icon {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 20px;
  color: #b9bbbd; }

.updateNote {
  border-radius: 5px;
  background: #fbaf3f;
  padding-top: 1px;
  overflow: auto;
  margin-bottom: 25px; }

.updateNote__title {
  text-shadow: 1px 1px #999;
  border-bottom: 1px solid #fcd7a3;
  width: 94%;
  margin: 15px auto;
  color: #fff; }

.updateNote__icon {
  float: left;
  margin: 10px 20px 0 20px;
  text-align: center;
  color: #fffd88;
  text-shadow: 1px 1px #999; }
  .updateNote__icon svg path {
    fill: #fffd88; }

.updateNote__description {
  color: #fff;
  line-height: 2; }

.updateNote__cta {
  display: block;
  padding: 5px 0;
  text-align: center;
  background: #df9d44;
  color: #fff;
  text-shadow: 1px 1px #999;
  margin-top: 25px; }

.sidebar__roles {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  padding: 15px; }
  .sidebar__roles h5 {
    border-bottom: 1px solid #b8babc; }
  .sidebar__roles h3 {
    margin-bottom: 5px; }

.sidebar__role {
  margin-bottom: 15px; }

.sidebar__role-title {
  width: 70%; }

.sidebar__role-type {
  width: 70%;
  color: #b9bbbd; }

.sidebar__role-status {
  width: 30%;
  float: right;
  margin-top: 10px;
  text-align: right; }
  .sidebar__role-status.Confirmed {
    color: #648c1a; }
  .sidebar__role-status.Applicant {
    color: #323232; }

.sidebar__role-action {
  float: right;
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  font-size: 13px;
  padding: 5px 10px; }

.sidebar__steps {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  padding: 15px;
  margin-bottom: 15px; }

.sidebar__steps-title {
  border-bottom: 1px solid #b8babc; }

.sidebar__steps-step {
  line-height: 1.75;
  margin-bottom: 10px; }
  .sidebar__steps-step strong {
    display: block; }

.sidebar__help-title {
  border-bottom: 1px solid #b8babc;
  padding-bottom: 15px;
  margin-bottom: 10px; }

.sidebar__help-topic {
  background: #eae7e1;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 5px;
  color: #323232;
  font-size: 21px; }
  .sidebar__help-topic svg {
    margin-right: 5px;
    position: relative;
    top: -3px; }

.sidebar__help-topicText {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 15px;
  display: none; }

.sidebar__title {
  border-bottom: 1px solid #b8babc;
  padding-bottom: 5px;
  text-align: center; }

.sidebar__preReq {
  background: #aba186;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }

.sidebar__preReq-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px; }

.sidebar__preReq-remaining {
  font-size: 40px; }

.sidebar__preReq-cta {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #aba186;
  margin-top: 15px; }

.sidebar__profile-action {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  width: 100%; }

.sidebar__profile-cancel {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  background: #ffafaf;
  width: 100%;
  margin-top: 15px;
  display: none; }

.sidebar__profile-save {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  background: #12b5e9;
  width: 100%;
  display: none; }

.roleApplication__sidebar-submit {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  width: 100%;
  margin-top: 10px; }

.roleApplication__sidebar-save {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  width: 100%;
  background: #3b609f;
  margin-top: 10px; }

.roleApplication__sidebar-withdraw {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  width: 100%;
  margin-top: 10px; }

.roleApplication__sidebar-cancel {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #333; }

.assignments {
  overflow: auto;
  padding-top: 50px; }
  .assignments .main h2 {
    padding-top: 15px; }
  .assignments .main a {
    color: #323232; }
  .assignments .activity__icon {
    margin-top: 20px; }

.profile__update {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: -webkit-inline-box;
  margin-bottom: 10px;
  font-size: 12px; }

.assignment__edit {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: -webkit-inline-box;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 7px 20px;
  font-size: 12px; }

.roles__view {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: -webkit-inline-box;
  margin-bottom: 10px;
  font-size: 12px; }

.search {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  padding: 25px 10px;
  margin-bottom: 15px;
  overflow: auto; }

.search__keyword {
  display: inline-block;
  float: left;
  color: #4a74bb;
  font-style: italic; }

.search__criteria {
  float: right;
  padding-top: 15px; }

.search__wrap {
  display: inline-block;
  width: 235px;
  background: #fff;
  /*padding: 5px;*/
  border: 1px solid #cbcbcb;
  border-radius: 15px; }

  .search__wrap input{
  border-radius: 15px;
  padding:0;}

input[type="text"].search__wrap-input {
  border: none;
  padding: 0;
  width: 250px;
  font-size: 15px; }

.search__wrap-date {
  border: none;
  padding: 0;
  width: 150px;
  font-size: 15px; }

.search__wrap-select{
  display: inline-block;
  width: 235px;
  border-radius: 15px;

}

.search_pane {
  /*width: 500px;*/
  float: left;
}

.search_pane .search_row {
  margin-bottom: 8px;
  height: 28px;
  line-height: 28px;
  clear: both;
}

.search_pane .search_row .search_label{
  float: left;
  width: 200px;
  text-align: left;
  
}

.search_pane .search_row .search_label_short_left{
  float: left;
  width: 110px;
  text-align: left;
  
}

.search_pane .search_row .search_label_short_right{
  float: right;
  width: 110px;
  text-align: left; 
}

.search_pane .search_row .search_input {
  float: left;
  width: 200px;
  text-align: left;
  border-radius: 15px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.search_pane .search_row .search_input select{
  width: 200px;
}

/*.search_pane .search_row .search_input input{
  border-radius: 15px;
}
.search_pane .search_row .search_input select{
  border-radius: 15px;
}*/
.search_pane .search_row .search_input_short_left {
  float: left;
  width: 110px;
  text-align: left;
  border-radius: 15px;
  margin-right: 30px;
}
.search_pane .search_row .search_input_short_right {
  float: right;
  width: 110px;
  text-align: left;
  border-radius: 15px;
  margin-right: 30px;
}

/*.search_pane .search_row .search_input_short_left input{
  border-radius: 15px;
}*/
.search_pane .search_controls {
  text-align: center;
  margin-top: 20px;
  margin-right: 7px;
}


.search__title {
  display: inline;
  margin-right: 10px;
  font-size: 16px; }

.search__cta {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  margin-left: 15px; }

.search__clear {
  display: inline-block;
  float: right; }

.advSearch {
  display: none;
  overflow: auto;
  margin: 15px 0; }
  .advSearch.show {
    display: block; }

.advSearch__inputWrap {
  float: left;
  width: 33%;
  margin-top: 15px; }

.advSearch__inputWrap-select {
  display: block;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 95%;
  height: 35px;
  padding: 6px 12px; }

.edit__link {
  display: block;
  color: #f99a0d;
  padding-top: 15px;
  font-weight: bold; }

.assignment__buttons {
  display: block;
  float: right;
  margin-right: 50px; }

.assignmentApplicationForm {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 45px; }

.assignment__apply {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: -webkit-box;
  margin-bottom: 10px;
  margin-top: 60px;
  cursor: pointer; }
  .assignment__apply.decline {
    margin-right: 40px; }

.assignmentDetail {
  padding-top: 50px;
  overflow: auto; }

.requirements {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  padding: 15px;
  overflow: auto;
  margin-bottom: 15px; }
  .requirements .requirements-table thead tr th {
    font-size: 14px;
    font-weight: bold; }

.details {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  display: block;
  padding: 15px;
  overflow: auto;
  margin-bottom: 15px; }

.details__detail {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 15px;
  overflow-x: hidden;
  overflow-y: auto; }

.details__detail-label {
  width: 50%;
  float: left;
  color: #b9bbbd;
  font-size: 13px; }

.details__detail-value {
  width: 50%;
  float: left; }

input[type="text"].details__detail-input,
select.details__detail-input {
  width: 90%; }

textarea.details__detail-input {
  width: 90%; }

.details__detail.full {
  width: 100%; }
  .details__detail.full .details__detail-label {
    width: 25%; }
  .details__detail.full .details__detail-value {
    width: 75%; }

.location {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  overflow: auto; }

.location__map {
  width: 180px;
  height: 180px;
  float: left;
  margin: 0 25px;
  border-radius: 50%; }

.location__detail {
  margin: 15px 0; }

.location__detail-label {
  color: #b9bbbd;
  display: inline-block;
  width: 25%; }

.modal__cover {
  opacity: 0.7;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%; }

.modal__body {
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -325px;
  z-index: 101;
  width: 650px;
  min-height: 15px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding-top: 25px; }

.modal__footer {
  background: #eae7e1;
  padding: 25px;
  text-align: left;
  overflow: auto;
  margin-top: 25px; }
  .modal__footer > a {
    float: right;
    margin-left: 5px;
    margin-right: 20px; }

.modal__footer-text {
  display: block;
  margin-bottom: 10px; }

.modal__footer-cta {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  margin-top: -10px;
  float: right;
  margin-left: 5px; }

.modal__error {
  background: #ffafaf;
  border-radius: 5px;
  padding: 3px;
  margin: 0px 5px 15px 5px;
  display: none; }

table thead tr {
  border-top: 0; }
table th {
  text-align: left;
  font-size: 19px;
  color: #666;
  padding-right: 25px;
  padding-bottom: 10px; }
table tr {
  border-top: 1px solid #ccc; }
table td {
  padding: 15px 25px 15px 0;
  color: #333; }
  table td a {
    color: #fff;
    font-size: 16px;
    background: #f99a0d;
    padding: 7px 40px;
    border: none;
    border-radius: 15px;
    font-size: 13px;
    padding: 5px 15px; }

.upcomingTraining {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  padding: 15px;
  margin-bottom: 25px; }
  .upcomingTraining h2 {
    border-bottom: none; }
  .upcomingTraining h5 {
    border-bottom: 1px solid #b8babc;
    padding-bottom: 10px; }

.training__buttons {
  display: block;
  float: right;
  margin-right: 50px; }

.training__apply, .assignment__apply {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  display: -webkit-box;
  margin-bottom: 10px;
  margin-top: 60px;
  cursor: pointer; }

.trainingHistory {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  margin-bottom: 25px;
  padding: 15px; }
  .trainingHistory h2 {
    border-bottom: none; }
  .trainingHistory h5 {
    border-bottom: 1px solid #b8babc;
    padding-bottom: 10px; }

.trainingDetail {
  overflow: auto;
  padding-top: 50px; }
  .trainingDetail .main h2 {
    padding-top: 15px; }
  .trainingDetail .applicationStatusTable {
    margin-bottom: 50px; }
    .trainingDetail .applicationStatusTable tr {
      border: none; }
      .trainingDetail .applicationStatusTable tr td {
        padding: 0px 20px 0px 0px;
        vertical-align: top; }
    .trainingDetail .applicationStatusTable a {
      color: #4a74bb;
      background: none;
      padding: 0px;
      border: none;
      font-size: 1em; }
    .trainingDetail .applicationStatusTable .svg.large svg {
      height: 100px;
      width: 100px; }
    .trainingDetail .applicationStatusTable .strong {
      font-weight: bold; }
    .trainingDetail .applicationStatusTable .small {
      font-size: .8em; }

.trainingApplicationForm {
  float: left;
  padding: 15px;
  margin-bottom: 25px; }

.trainingEditApplicationForm, .assignmentEditApplicationForm {
  margin-bottom: 45px;
  display: block;
  float: left; }
  .trainingEditApplicationForm .editInstructions, .assignmentEditApplicationForm .editInstructions {
    padding-bottom: 15px; }
  .trainingEditApplicationForm .applicationStep .inputWrapper, .assignmentEditApplicationForm .applicationStep .inputWrapper {
    margin-bottom: 25px; }
  .trainingEditApplicationForm .withdrawalComments, .assignmentEditApplicationForm .withdrawalComments {
    height: 100px; }

.block__left {
  display: block;
  float: left; }

.decline {
  float: right;
  margin-top: 20px;
  margin-right: 40px;
  color: #4a74bb;
  border: none;
  background: none; }

.requirementsTable {
  margin-bottom: 25px; }
  .requirementsTable .prereqs__title {
    text-decoration: underline;
    font-size: 1.2em; }
  .requirementsTable .prereqs__details {
    display: block;
    padding-left: 30px;
    font-size: 100%; }
  .requirementsTable th {
    padding: 0px 5px 5px 15px;
    color: #323232;
    font-size: 14px;
    font-weight: bold; }
  .requirementsTable th:first-child {
    padding-right: 60px;
    padding-left: 0px; }
  .requirementsTable tr {
    border-top: none; }
    .requirementsTable tr td {
      padding-top: 0px;
      padding-right: 5px;
      padding-left: 15px; }
      .requirementsTable tr td .svg {
        padding-right: 5px; }
    .requirementsTable tr td:first-child {
      padding-left: 0px; }

.landing-description {
  margin-bottom: 15px; }

.roles {
  overflow: auto;
  padding-top: 50px; }

.role {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #e8e8e7;
  background: #fff;
  overflow: auto;
  padding: 15px;
  margin-bottom: 15px; }
  .role a {
    color: #fff; }

.role__training {
  clear: both;
  padding-top: 15px; }

.role__training-header {
  background: #dadbdb;
  padding: 10px;
  margin-bottom: 15px;
  overflow: auto; }
  .role__training-header svg {
    float: left;
    margin-right: 10px; }
  .role__training-header h3 {
    margin-top: 14px;
    margin-bottom: 0; }

.role__level {
  display: inline-block;
  width: 10%;
  float: left;
  margin-top: 35px;
  color: #b9bbbd;
  margin-right: 12px;
  text-align: center; }

.role__status {
  float: right;
  text-align: right;
  font-size: 13px;
  font-weight: bold; }

.role__info {
  display: inline-block;
  width: 60%;
  float: left; }

.role__info-title {
  margin-bottom: 10px; }

.role__info-description {
  height: 34px;
  overflow: hidden; }
  .role__info-description.expanded {
    height: auto; }

.role .role__info-expand {
  margin-top: 10px;
  color: #4a74bb; }

.role__cta {
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 13px;
  float: right;
  margin: 35px 10px 0 0; }

.roleApplication {
  overflow: auto;
  padding-top: 15px; }
  .roleApplication h1 {
    color: #4973ba;
    text-align: center;
    margin-bottom: 0; }
  .roleApplication h2 {
    text-align: center;
    color: #333;
    font-size: 24px; }

.roleApplication__lastUpdate {
  margin-top: -29px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  min-height: 5px; }
  .roleApplication__lastUpdate span {
    background: #faf8fa;
    padding: 0 5px; }

.general-instruction-title {
  clear: both;
  padding-top: 20px;
  margin-bottom: 5px; }

.progressSection {
  width: 33%;
  float: left;
  margin-top: 5px; }
  .progressSection p {
    margin-bottom: 5px;
    padding: 0 5px; }
  .progressSection .progressSection__value {
    font-size: 14px;
    text-decoration: underline; }
  .progressSection .progressSection__label {
    text-decoration: none; }
  .progressSection svg {
    float: left;
    margin: 0 5px 22px 0; }

.roleApplication__lastUpdate span {
  background: #faf8fa;
  padding: 0 5px; }

.inputWrapper {
  width: 48%;
  float: left;
  margin-bottom: 15px; }
  .inputWrapper input, .inputWrapper select, .inputWrapper textarea {
    width: 80%; }
  .inputWrapper .readOnly {
    color: #929497; }

.progressSection__label {
  font-size: 13px;
  text-decoration: none;
  display: block; }

.applicationStep {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  margin-top: 20px;
  padding: 15px;
  clear: both;
  overflow: auto; }

.myProfile {
  overflow: auto;
  padding-top: 50px; }

.details__detail-input {
  display: none; }

.tabPanel {
  display: none; }

.myProfile__experience {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 5px; }

.myProfile__newBtn {
  float: right;
  color: #fff;
  font-size: 16px;
  background: #f99a0d;
  padding: 7px 40px;
  border: none;
  border-radius: 15px;
  font-size: 13px; }

.experience__detail {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #dcdcdc;
  background: #f2f0ec;
  padding: 20px;
  margin-top: 15px;
  overflow: auto; }

h4.experience__detail-title {
  display: block;
  border-bottom: 1px solid #323232; }
  h4.experience__detail-title a {
    float: right;
    text-decoration: none;
    font-size: 12px; }

.experience__detail-inputWrap {
  width: 32%;
  float: left;
  display: block;
  margin-right: 12px;
  margin-bottom: 15px;
  min-height: 85px; }
  .experience__detail-inputWrap input[type="text"],
  .experience__detail-inputWrap select,
  .experience__detail-inputWrap textarea {
    width: 90%; }
  .experience__detail-inputWrap textarea {
    height: 116px; }
  .experience__detail-inputWrap.full {
    clear: both;
    width: 100%; }
  .experience__detail-inputWrap .multiSelectPicklistTable tr {
    display: none; }
    .experience__detail-inputWrap .multiSelectPicklistTable tr.multiSelectPicklistRow {
      display: table-row;
      padding-top: 0;
      border-top: 0; }
    .experience__detail-inputWrap .multiSelectPicklistTable tr td {
      padding: 0; }
  .experience__detail-inputWrap .multiSelectPicklistTable select {
    width: 100%; }
  .experience__detail-inputWrap .multiSelectPicklistTable a {
    background: none; }
  .experience__detail-inputWrap .dateFormat {
    display: none; }

.experience__detail-actions {
  clear: both; }
  .experience__detail-actions .btn {
    float: right;
    color: #fff;
    font-size: 16px;
    background: #f99a0d;
    padding: 7px 40px;
    border: none;
    border-radius: 15px;
    font-size: 11px;
    margin-left: 5px; }

.experience__detail-messages {
  margin-top: 15px; }
  .experience__detail-messages .message.errorM3 {
    border: none;
    background: #ffafaf;
    margin-top: 15px; }
  .experience__detail-messages td {
    padding: 0; }
    .experience__detail-messages td .msgIcon {
      display: none; }

.message {
  width: 960px;
  margin: 0 auto;
  position: relative; }
  .message.errorM3 h4 {
    display: none; }
  .message.errorM3 table tr {
    border: none; }
  .message.errorM3 .messageText {
    background: #ffafaf;
    border-radius: 5px;
    padding: 10px; }
    .message.errorM3 .messageText :before {
      content: 'Error:';
      font-weight: bold;
      color: #000; }

.registrationError .message {
  top: 50px; }

.faq {
  padding-top: 15px;
  padding-bottom: 100px; }
  .faq p {
    margin: 5px 0; }
  .faq h3 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .faq ul {
    margin-left: 15px;
    margin-bottom: 10px; }
    .faq ul li {
      padding-top: 10px; }
  .faq .expand_questions h3 {
    font-weight: normal;
    color: #12b5e9;
    font-size: 16px;
    cursor: pointer; }
  .faq .expand__answer {
    display: none;
    margin-bottom: 45px; }
  .faq .expand__head {
    margin: 40px 0 5px 0; }

/*# sourceMappingURL=styles.css.map */
