@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "proxima-soft", sans-serif;
  font-size: 15px;
  background: #fff;
}
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
h1,
h2,
h3,
h4 {
  color: #333;
  font-family: "proxima-soft", sans-serif;
}
h1 {
  font-family: "proxima-soft", sans-serif;
  text-transform: none;
  font-size: 32px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
}
.header {
  font-family: "proxima-soft", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: #41559D;
}
a:hover {
  text-decoration: underline;
}
p {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 575px) {
  p {
    font-size: 15px;
    line-height: 18px;
  }
}
.no_gutter {
  padding-left: 0;
  padding-right: 0;
}
.no_gutter_left {
  padding-left: 0;
}
.no_gutter_right {
  padding-right: 0;
}
/* general styles, overriding bootstrap etc */
.container {
  max-width: 1200px !important;
}
.required {
  color: red;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal input[type=file] {
  width: 100%;
}
.help-block {
  color: #666;
}
.clear {
  clear: both;
}
.btn {
  font-family: "proxima-soft", sans-serif;
  font-weight: 600;
  font-size: 17px;
  border-radius: 6px;
}
.btn.btn_home {
  padding: 15px 35px;
}
.btn-primary {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: underline;
}
.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-primary a :hover {
  text-decoration: underline;
}
.btn-danger {
  background-color: #41559D;
  border: 1px solid #41559D;
  text-decoration: none;
  background: #c51617;
  color: #fff;
  border: 1px solid #c51617;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: underline;
}
.btn-danger a {
  color: #fff;
  text-decoration: none;
}
.btn-danger a :hover {
  text-decoration: underline;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #c51617;
}
.btn-basic {
  background-color: #41559D;
  border: 1px solid #41559D;
  text-decoration: none;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.btn-basic:hover,
.btn-basic:focus,
.btn-basic:active,
.btn-basic.active {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: underline;
}
.btn-basic a {
  color: #fff;
  text-decoration: none;
}
.btn-basic a :hover {
  text-decoration: underline;
}
.btn-basic:hover,
.btn-basic:focus,
.btn-basic:active,
.btn-basic.active {
  background: none;
}
.btn-primary-dark {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: none;
  background-color: #05164D;
  border: 1px solid #05164D;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active,
.btn-primary-dark.active {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: underline;
}
.btn-primary-dark a {
  color: #fff;
  text-decoration: none;
}
.btn-primary-dark a :hover {
  text-decoration: underline;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active,
.btn-primary-dark.active {
  background-color: #05164D;
  border: 1px solid #05164D;
}
.btn-secondary {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: none;
  background-color: #c51617;
  border: 1px solid #c51617;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: underline;
}
.btn-secondary a {
  color: #fff;
  text-decoration: none;
}
.btn-secondary a :hover {
  text-decoration: underline;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #c51617;
}
.btn-white {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #05164D;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #41559D;
  border: 1px solid #41559D;
  color: #fff;
  text-decoration: underline;
}
.btn-white a {
  color: #fff;
  text-decoration: none;
}
.btn-white a :hover {
  text-decoration: underline;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #05164D;
}
.btn-default {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #eeeeee;
  text-decoration: underline;
}
.breadcrumb {
  background: none;
  padding: 0;
  font-family: "proxima-soft", sans-serif;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.activity_count {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: red;
  border: 3px solid #fff;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 5px;
  vertical-align: baseline;
  white-space: nowrap;
}
.btn-w204 {
  width: 204px;
}
@media (max-width: 991px) {
  .btn-w204 {
    display: inline-block;
    width: 128px;
    height: 32px;
    padding: 0;
    font-size: 14px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .btn-w204 {
    height: 31px;
    line-height: 29px;
  }
}
.btn-w192 {
  width: 192px;
}
@media (max-width: 767px) {
  .btn-w192 {
    width: 100%;
    height: 38px;
    padding: 0;
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .btn-block {
    width: 108px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .btn-block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .btn-help {
    width: 110px;
    height: 38px;
    padding: 0;
    font-size: 14px;
    line-height: 38px;
  }
}
.resource .details {
  padding-left: 10px;
}
.resource .details h3 {
  margin-top: 0;
}
.resource .resource_preview {
  margin-bottom: 15px;
}
.payment_form {
  padding-top: 20px;
}
.payment_form .payment_button {
  float: left;
  margin-right: 10px;
}
.payment_form .payment_invoice {
  float: left;
}
#skiplink {
  display: none;
}
.carousel-indicators li {
  border-radius: 10px !important;
}
.overlay {
  background: rgba(37, 54, 111, 0.4) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* forms */
.HiddenInput {
  display: none;
}
.breadcrumbs {
  margin-bottom: 32px;
  border-radius: 6px;
  background-color: #41559D;
  padding: 15px;
}
.breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb .breadcrumb-item {
  color: #FFFFFF;
}
.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #FFFFFF;
}
#header {
  margin-bottom: 0;
}
#header #top {
  padding: 30px 0;
  position: relative;
  z-index: 200;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  #header #top {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  #header #top {
    padding: 18px 0;
  }
}
#header #top .top_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 767px) {
  #header #top .top_content {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
}
#header #top .top_content .logo {
  padding: 0;
  width: 342px;
}
@media (max-width: 991px) {
  #header #top .top_content .logo {
    width: 254px;
  }
}
@media (max-width: 767px) {
  #header #top .top_content .logo {
    width: 166px;
    min-width: 166px;
  }
}
#header #top .top_content .logo img {
  width: 100%;
}
#header #top .top_content .right_content {
  width: calc(100% - 402px);
}
@media (max-width: 991px) {
  #header #top .top_content .right_content {
    width: auto;
  }
}
#header #top .top_content .right_content .login_search {
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 767px) {
  #header #top .top_content .right_content .login_search {
    display: none;
  }
}
#header #top .top_content .right_content .login {
  font-size: 17px;
  font-family: "proxima-soft", sans-serif;
  padding: 0;
  text-align: right;
  color: #41559D;
}
#header #top .top_content .right_content .login p {
  margin: 0;
  padding-left: 22px;
}
#header #top .top_content .right_content .login p a {
  color: #41559D;
}
#header #top .top_content .right_content .login .locker_button {
  margin-left: 10px;
  padding: 2px 0;
  font-size: 15px;
  position: relative;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}
#header #top .top_content .right_content .search {
  border-right: 1px solid #eeeeee;
  width: 380px;
}
@media (max-width: 450px) {
  #header #top .top_content .right_content .search {
    padding: 14px 0 14px 20px;
    border-left: 0;
  }
}
#header #top .top_content .right_content .search .fieldset {
  border: 2px solid #41559D;
  border-radius: 6px;
}
#header #top .top_content .right_content .search .field {
  background-color: #fff;
  padding: 12px 25px;
  height: 48px;
  border: 0;
  width: calc(100% - 66px);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none !important;
}
#header #top .top_content .right_content .search .submit {
  padding: 0;
  color: #41559D;
  background-color: #fff;
  border: 0;
  font-size: 22px;
  width: 60px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header #top .top_content .right_content .head_social {
  display: flex;
  align-items: space-between;
  font-size: 32px;
  line-height: 1em;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 991px) {
  #header #top .top_content .right_content .head_social {
    display: none;
  }
}
#header #top .top_content .right_content .icons {
  padding-top: 0;
}
#header #top .top_content .right_content .icons .icon {
  color: #41559D;
  font-size: 30px;
  margin-left: 6px;
}
#header #top .top_content .right_content .icons .icon a {
  color: #41559D;
}
#header #top .top_content .right_content .icons .icon_search {
  padding: 0;
  border-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #header #top .top_content .right_content .icons .icon_search {
    display: none;
  }
}
@media (max-width: 767px) {
  #header #top .top_content .right_content .icons .icon_account {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #header #top .top_content .right_content .icons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}
#header #top .login_form,
#header #top .search_mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  padding: 8px 15px 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #eeeeee;
  border-top: 0;
}
#header #top .login_form h3,
#header #top .search_mobile h3 {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
#header #top .login_form .input-group,
#header #top .search_mobile .input-group {
  width: 160px;
}
#header #top .login_form .submit-group,
#header #top .search_mobile .submit-group {
  margin-top: 15px;
  text-align: right;
}
#header #top .strapline {
  color: #41559D;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#header #top .strapline p {
  font-size: 15px;
  margin: 0;
}
#header #top .icons {
  padding-top: 70px;
}
@media (max-width: 450px) {
  #header #top .icons {
    padding-top: 40px;
  }
}
#header #top .icons .icon {
  cursor: pointer;
  margin-left: 10px;
}
#header #navigation {
  margin: 0;
  border: 0;
  background: #41559D;
}
@media (min-width: 767px) {
  #header #navigation {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
#header #navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 32px 0;
}
@media (max-width: 991px) {
  #header #navigation ul {
    padding: 21px 0;
  }
}
@media (max-width: 767px) {
  #header #navigation ul {
    flex-direction: column;
    justify-content: top;
    align-items: right;
    row-gap: 10px;
  }
}
#header #navigation ul li {
  margin: 0;
  list-style: none;
  font-size: 17px;
  display: inline-block;
}
@media (max-width: 767px) {
  #header #navigation ul li {
    text-align: right;
    width: 100%;
    padding: 0;
  }
}
#header #navigation ul li a {
  padding: 0;
  text-decoration: none;
  color: #fff;
  background: none !important;
}
@media (max-width: 991px) {
  #header #navigation ul li a {
    font-size: 14px;
  }
}
#header #navigation ul li.active > a,
#header #navigation ul li.hover > a {
  color: #c51617;
}
#header #navigation ul li.last {
  padding-right: 0;
}
@media (max-width: 767px) {
  #header #navigation ul li.last {
    margin-bottom: 0;
  }
}
#search {
  background: #fff;
  padding: 22px 0;
}
#search .icon {
  margin: 0;
  color: #fff;
  font-size: 26px;
  width: 30px;
}
#search .field {
  float: left;
  border: 0;
  margin: 4px 0 0 20px;
  width: 85%;
  width: calc(100% - 170px);
  box-shadow: none;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 450px) {
  #search .field {
    width: calc(100% - 150px);
  }
}
#search .field input {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  padding: 7px 12px;
}
#search .submit {
  float: right;
  margin-top: 4px;
  text-transform: uppercase;
  border: 0;
  vertical-align: top;
}
#search .submit .btn {
  padding: 6px 20px;
}
@media (max-width: 450px) {
  #search .submit .btn {
    padding: 6px 10px;
  }
}
#banner {
  padding: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  background-color: #CBD0E2;
}
#banner .overlay {
  height: 600px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner_inner {
  z-index: 20;
  position: relative;
}
#banner .banner_inner .home_search {
  padding: 32px 0 48px;
}
#banner .banner_inner .home_search .fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#banner .banner_inner .home_search .fieldset .field {
  background: rgba(199, 199, 199, 0.6);
  padding: 12px 25px 12px 35px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  outline: none !important;
  width: calc(100% - 138px);
  color: #fff;
  background-position: center left 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url("/static/images/magnify.1dbb361758af.png");
}
#banner .banner_inner .home_search .fieldset .field ::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
#banner .banner_inner .home_search .fieldset .field ::placeholder {
  color: #C7C7C7;
  opacity: 1;
  /* Firefox */
}
#banner .banner_inner .home_search .fieldset .field ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #C7C7C7;
}
#banner .banner_inner .home_search .fieldset .submit {
  padding: 0;
  border: 0;
  font-size: 17px;
  width: 122px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #banner .banner_inner .home_search {
    display: none;
  }
}
#banner .banner_inner .banner_text {
  padding: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #banner .banner_inner .banner_text {
    padding-top: 32px;
  }
}
#banner .banner_inner .banner_text h1 {
  font-size: 38px;
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 32px;
  color: #fff;
  border: 0;
  line-height: 1em;
  padding: 0;
}
@media (max-width: 1199px) {
  #banner .banner_inner .banner_text h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #banner .banner_inner .banner_text h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #banner .banner_inner .banner_text h1 {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #banner .banner_inner .banner_text h1 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  #banner .banner_inner .banner_text h1 {
    font-size: 16px;
    margin-bottom: 19px;
  }
}
#banner .banner_inner .banner_text h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 792px;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  #banner .banner_inner .banner_text h2 {
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #banner .banner_inner .banner_text h2 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  #banner .banner_inner .banner_text h2 {
    font-size: 12px;
  }
}
#banner .banner_inner .banner_text .buttons {
  display: flex;
  row-gap: 11px;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 767px) {
  #banner .banner_inner .banner_text .buttons {
    flex-direction: column;
  }
}
.home_section {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .home_section {
    padding-bottom: 30px;
  }
}
.home_section h2 {
  font-size: 40px;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .home_section h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
.home_section .articles {
  display: flex;
  padding-bottom: 32px;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 767px) {
  .home_section .articles {
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 15px;
  }
}
.home_section .articles .article {
  background: #41559D;
  width: calc(33.33% - 11px);
  align-items: left;
  padding: 24px 16px;
  aspect-ratio: 1.18;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: left;
}
@media (max-width: 1109px) {
  .home_section .articles .article {
    aspect-ratio: 1;
  }
}
@media (max-width: 1039px) {
  .home_section .articles .article {
    aspect-ratio: 0.85;
  }
}
@media (max-width: 991px) {
  .home_section .articles .article {
    aspect-ratio: 1.18;
  }
}
@media (max-width: 767px) {
  .home_section .articles .article {
    width: 100%;
    aspect-ratio: none;
  }
}
.home_section .articles h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.home_section .articles h3 a {
  color: #fff;
}
@media (max-width: 991px) {
  .home_section .articles h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
.home_section .articles .date {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home_section .articles .date {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 17px;
  }
}
.home_section .articles .content {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 991px) {
  .home_section .articles .content {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .home_section .articles .content {
    margin-bottom: 40px;
  }
}
.home_section .articles .button {
  margin-top: auto;
}
.home_section .all_link {
  text-align: center;
}
@media (max-width: 767px) {
  .home_section .all_link a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_section.upcoming_events {
    padding-top: 15px;
  }
}
.home_section.upcoming_events h2 {
  color: #05164D;
}
@media (max-width: 767px) {
  .home_section.upcoming_events h2 {
    margin-bottom: 22px;
  }
}
.home_section.upcoming_events .article {
  background-color: #05164D;
}
@media (max-width: 767px) {
  .home_section.useful_links {
    padding-top: 16px;
  }
}
.home_section.useful_links h2 {
  color: #41559D;
}
@media (max-width: 767px) {
  .home_section.useful_links h2 {
    margin-bottom: 22px;
  }
}
.home_section.useful_links .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 50px;
  color: #05164D;
}
@media (max-width: 991px) {
  .home_section.useful_links .links {
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .home_section.useful_links .links {
    flex-direction: column;
    row-gap: 18px;
  }
}
.home_section.useful_links .link {
  margin-bottom: 24px;
  width: calc(33.33% - 30px);
  text-align: center;
}
@media (max-width: 767px) {
  .home_section.useful_links .link {
    width: 100%;
  }
}
.home_section.useful_links .link .link_image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/images/link.7f78302ffeca.png");
  width: 123px;
  height: 123px;
  font-size: 60px;
  line-height: 60px;
  color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home_section.useful_links .link .link_image {
    background-image: url("/static/images/link@2x.91d8d2a7480b.png");
  }
}
@media (max-width: 991px) {
  .home_section.useful_links .link .link_image {
    margin-bottom: 16px;
    width: 77px;
    height: 77px;
    font-size: 37px;
  }
}
.home_section.useful_links .link h3 {
  display: block;
  margin-bottom: 18px;
  margin-left: 11px;
  margin-right: 11px;
  min-height: 58px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 991px) {
  .home_section.useful_links .link h3 {
    min-height: 38px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .home_section.useful_links .link h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
}
.home_section.useful_links .link p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  .home_section.useful_links .link p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .home_section.useful_links .link p {
    font-size: 15px;
    line-height: 18px;
  }
}
.home_section.passage h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home_section.passage h2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .home_section.passage h2 {
    font-size: 15px;
  }
}
.home_section.passage p {
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home_section.passage p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .home_section.passage p {
    font-size: 15px;
  }
}
#events_section {
  background: #E5E7EF;
}
#links_section {
  background-color: #F8F8F8;
}
#passage_section {
  background-color: #05164D;
}
#main_content {
  background: #fff;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #main_content {
    padding-top: 0;
  }
}
#main_content #mobile_search {
  padding: 30px 20px;
  width: 100%;
  margin: 0;
}
#main_content #mobile_search form .form-group {
  margin-bottom: 30px;
}
#main_content #mobile_search form .form-group .control-label {
  font-family: "proxima-soft", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#main_content #mobile_search form .form-group .form-control {
  font-family: "proxima-soft", sans-serif;
}
#main_content #mobile_search .col-lg-12 {
  padding: 0;
}
#main_content #page_content {
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: top;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  #main_content #page_content {
    padding-top: 0px;
    flex-direction: column;
    row-gap: 25px;
  }
}
#main_content #page_content #col_left {
  width: 220px;
  font-family: "proxima-soft", sans-serif;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left {
    width: 100%;
  }
}
#main_content #page_content #col_left .page_navigation {
  margin-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left .page_navigation {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
    border-bottom: none;
  }
}
#main_content #page_content #col_left .page_navigation .activity_count {
  top: 10px;
}
#main_content #page_content #col_left h2 {
  font-size: 16px;
  font-family: "proxima-soft", sans-serif;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px;
}
#main_content #page_content #col_left h2 a {
  color: #333;
}
#main_content #page_content #col_left h2 i {
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left h2 i {
    display: inline;
  }
}
@media (max-width: 767px) {
  #main_content #page_content #col_left .nav_list {
    display: none;
  }
  #main_content #page_content #col_left .nav_list.open {
    display: block;
  }
}
#main_content #page_content #col_left ul li {
  margin: 0;
  font-size: 16px;
  color: #333;
  width: 100%;
}
#main_content #page_content #col_left ul li a {
  color: #333;
  position: relative;
  display: block;
  padding: 10px 0;
  border-radius: 4px;
}
#main_content #page_content #col_left ul li a.active {
  text-decoration: underline;
}
#main_content #page_content #col_left ul li a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#main_content #page_content #col_left ul li.timeline {
  position: relative;
}
#main_content #page_content #col_left ul li.timeline .activity_count {
  position: absolute;
  top: -5px;
  right: 5px;
}
#main_content #page_content #col_left ul li li {
  padding-left: 15px;
}
#main_content #page_content #col_left ul li li li {
  padding-left: 30px;
}
#main_content #page_content #col_left #sidebar_blocks,
#main_content #page_content #col_left .job_blocks {
  padding-top: 20px;
}
#main_content #page_content #col_left #sidebar_blocks .action,
#main_content #page_content #col_left .job_blocks .action {
  border-bottom: 1px solid #00658d;
  margin-bottom: 15px;
}
#main_content #page_content #col_left #sidebar_blocks .action .overlay,
#main_content #page_content #col_left .job_blocks .action .overlay {
  display: none;
}
#main_content #page_content #col_left #sidebar_blocks .action .action_content,
#main_content #page_content #col_left .job_blocks .action .action_content {
  position: static;
  padding: 15px 0 5px 0;
  color: #151515;
}
#main_content #page_content #col_left #sidebar_blocks .action h2,
#main_content #page_content #col_left .job_blocks .action h2 {
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
#main_content #page_content #col_left #sidebar_blocks .action h2 a,
#main_content #page_content #col_left .job_blocks .action h2 a {
  color: #41559D;
}
#main_content #page_content #col_left #sidebar_blocks.job_blocks,
#main_content #page_content #col_left .job_blocks.job_blocks {
  margin-top: 15px;
  border-top: 1px solid #00658d;
  padding-top: 15px;
}
#main_content #page_content #col_left #sidebar_blocks.job_blocks .action .action_content,
#main_content #page_content #col_left .job_blocks.job_blocks .action .action_content {
  padding-top: 0;
}
#main_content #page_content #col_left #sidebar_blocks.job_blocks .action h2,
#main_content #page_content #col_left .job_blocks.job_blocks .action h2 {
  margin-top: 0;
  margin-bottom: 5px !important;
}
@media (max-width: 1199px) {
  #main_content #page_content #col_left .action h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  #main_content #page_content #col_left .action h2 {
    font-size: 18px !important;
  }
}
#main_content #page_content #col_right {
  width: calc(100% - 260px);
}
#main_content #page_content #col_right h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #main_content #page_content #col_right h1 {
    margin-bottom: 16px;
    padding-bottom: 21px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  #main_content #page_content #col_right {
    width: 100%;
  }
}
/*footer*/
#footer {
  color: #333;
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 0;
}
#footer .help_bar {
  background-color: #C1242D;
  padding: 10px 0;
}
@media (max-width: 991px) {
  #footer .help_bar {
    padding: 18px 0;
  }
}
#footer .help_bar .help_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #footer .help_bar .help_wrap {
    flex-direction: column;
    text-align: center;
  }
}
#footer .help_bar .help_wrap p {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 54px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #footer .help_bar .help_wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  #footer .help_bar .help_wrap p {
    margin-bottom: 11px;
  }
}
#footer .detail_bar {
  background-color: #F8F8F8;
  padding: 32px 0;
}
@media (max-width: 767px) {
  #footer .detail_bar {
    padding-bottom: 0;
  }
}
#footer .detail_bar .detail_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 767px) {
  #footer .detail_bar .detail_wrap {
    flex-wrap: wrap;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
#footer .detail_bar .column-1 {
  order: 1;
  width: 300px;
}
#footer .detail_bar .column-1 img {
  width: 100%;
}
@media (max-width: 767px) {
  #footer .detail_bar .column-1 {
    width: calc(65% - 9px);
  }
}
#footer .detail_bar .column-2 {
  order: 2;
  width: 166px;
}
#footer .detail_bar .column-2 img {
  width: 100%;
}
@media (max-width: 767px) {
  #footer .detail_bar .column-2 {
    width: calc(35% - 9px);
  }
}
#footer .detail_bar .column-3 {
  order: 3;
  width: 463px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #41559D;
}
@media (max-width: 991px) {
  #footer .detail_bar .column-3 {
    font-size: 9px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  #footer .detail_bar .column-3 {
    order: 4;
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
  }
}
#footer .detail_bar .column-3 p {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  #footer .detail_bar .column-3 p {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  #footer .detail_bar .column-3 p {
    margin-bottom: 21px;
  }
}
#footer .detail_bar .column-3 a {
  font-weight: 700;
  text-decoration: none;
  color: #41559D;
}
#footer .detail_bar .column-3 a:hover {
  text-decoration: none;
  color: #41559D;
}
#footer .detail_bar .column-4 {
  order: 4;
  display: flex;
  flex-wrap: nowrap;
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 991px) {
  #footer .detail_bar .column-4 {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  #footer .detail_bar .column-4 {
    order: 3;
    margin-top: 16px;
    width: 100%;
  }
  #footer .detail_bar .column-4 a {
    font-size: 25px;
    margin-right: 10px;
  }
}
#footer .copy_bar {
  background-color: #41559D;
  padding: 24px 0;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #footer .copy_bar {
    padding: 4px 0;
  }
}
@media (max-width: 767px) {
  #footer .copy_bar {
    padding-bottom: 10px;
  }
}
#footer .copy_bar .copy_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 767px) {
  #footer .copy_bar .copy_wrap {
    padding-top: 10px;
    flex-direction: column;
  }
}
#footer .copy_bar .column-1 {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 991px) {
  #footer .copy_bar .column-1 {
    font-size: 11px;
    line-height: 13px;
  }
}
#footer .copy_bar .column-1 p {
  margin-bottom: 0;
}
#footer .copy_bar .column-1 a {
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
}
#footer .copy_bar .column-1 a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #footer .copy_bar .column-2 {
    margin-top: 5px;
  }
}
#footer .copy_bar .column-2 ul {
  display: inline;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
#footer .copy_bar .column-2 ul li {
  display: inline;
  margin-left: 54px;
}
@media (max-width: 767px) {
  #footer .copy_bar .column-2 ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
#footer .copy_bar .column-2 ul li a {
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #footer .copy_bar .column-2 ul li a {
    font-size: 11px;
    line-height: 13px;
  }
}
#footer .copy_bar .column-2 ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#footer .copy_bar .column-2 ul li:first-child {
  margin-left: 0;
}
.action {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.action .action_content {
  position: absolute;
  top: 58%;
  color: #fff;
  padding: 0 15px;
}
.action h2 {
  color: #41559D;
  margin: 0 0 10px !important;
  font-size: 26px;
  font-weight: normal !important;
  line-height: 1em;
}
@media (max-width: 767px) {
  .action h2 {
    font-size: 20px !important;
  }
}
.action h2 a {
  font-weight: normal !important;
}
.action h2.title {
  font-size: 24px;
}
.action.normal_action h2 a {
  color: #fff;
}
.action.normal_action .description {
  font-size: 14px;
  display: block;
  margin: 0;
}
.action.banner_action .item .carousel-caption {
  text-align: left;
  left: 20px;
  padding-bottom: 0;
  right: auto;
}
.action.banner_action .item .carousel-caption h2 a {
  color: #fff;
}
.action.banner_action .carousel-indicators {
  right: 20px;
  left: auto;
  bottom: 10px;
  width: auto;
  margin: 0;
}
.action.news_action .title {
  text-align: center;
}
.action.news_action .article {
  padding-top: 10px;
}
.action.news_action .article h3 {
  font-size: 16px;
  color: #151515;
  margin: 0 0 2px 0;
}
.action.news_action .article h3 a {
  color: #151515;
}
.action.news_action .article .date {
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}
.action.news_action .article.last {
  border-bottom: 0;
}
#page #page_blocks {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#page #page_blocks .row {
  margin: 0 -10px;
}
#page #page_blocks .row .block {
  padding: 0 10px 10px 10px;
}
#page #page_blocks .row .block .image {
  height: 182px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #page #page_blocks .row .block .image {
    height: 108px;
  }
}
@media (max-width: 575px) {
  #page #page_blocks .row .block .image {
    height: auto;
  }
}
#page #page_blocks .row .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
#page #page_blocks .row .block .title {
  padding-top: 10px;
}
#page #page_blocks .row .block .title h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 767px) {
  #page #page_blocks .row .block .title h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  #page #page_blocks .row .block .title h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
#page #page_blocks .row .block .title p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 575px) {
  #page #page_blocks .row .block .title p {
    font-size: 15px;
    line-height: 18px;
  }
}
#page .table th {
  padding: 4px;
}
#page .table td {
  border: 0;
  padding: 4px;
}
#page #tableofcontents h2 {
  margin-top: 0;
}
/* homepage specifics */
#actions {
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  #actions .action {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #actions .action .action_content {
    top: 60%;
  }
}
@media (max-width: 767px) {
  #actions .action h2 {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #actions .action .description {
    display: none;
  }
}
@media (max-width: 767px) {
  #actions .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 767px) {
  #actions .col-xs-1,
  #actions .col-sm-1,
  #actions .col-md-1,
  #actions .col-lg-1,
  #actions .col-xs-2,
  #actions .col-sm-2,
  #actions .col-md-2,
  #actions .col-lg-2,
  #actions .col-xs-3,
  #actions .col-sm-3,
  #actions .col-md-3,
  #actions .col-lg-3,
  #actions .col-xs-4,
  #actions .col-sm-4,
  #actions .col-md-4,
  #actions .col-lg-4,
  #actions .col-xs-5,
  #actions .col-sm-5,
  #actions .col-md-5,
  #actions .col-lg-5,
  #actions .col-xs-6,
  #actions .col-sm-6,
  #actions .col-md-6,
  #actions .col-lg-6,
  #actions .col-xs-7,
  #actions .col-sm-7,
  #actions .col-md-7,
  #actions .col-lg-7,
  #actions .col-xs-8,
  #actions .col-sm-8,
  #actions .col-md-8,
  #actions .col-lg-8,
  #actions .col-xs-9,
  #actions .col-sm-9,
  #actions .col-md-9,
  #actions .col-lg-9,
  #actions .col-xs-10,
  #actions .col-sm-10,
  #actions .col-md-10,
  #actions .col-lg-10,
  #actions .col-xs-11,
  #actions .col-sm-11,
  #actions .col-md-11,
  #actions .col-lg-11,
  #actions .col-xs-12,
  #actions .col-sm-12,
  #actions .col-md-12,
  #actions .col-lg-12 {
    padding: 0 7px;
  }
}
#news_events {
  padding-top: 55px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
#news_events .title {
  text-align: left;
  padding-bottom: 5px;
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
#news_events .articles {
  padding-top: 30px;
}
#news_events .articles .article {
  padding-bottom: 10px;
  color: #707070;
}
#news_events .articles .article h3 {
  font-size: 16px;
  color: #151515;
  margin: 0 0 2px 0;
}
#news_events .articles .article a {
  color: #151515;
}
#news_events .articles .article .date {
  font-size: 14px;
  margin-bottom: 0;
  color: #a0a0a0;
}
#news_events .articles .article.last {
  border-bottom: 0;
}
#pageresources {
  padding-top: 20px;
}
.resource_article {
  padding-bottom: 40px;
  display: flex;
  justify-content: left;
  align-items: top;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.resource_article .icon {
  width: 50px;
  line-height: 56px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media (max-width: 767px) {
  .resource_article .icon {
    width: 30px;
  }
}
.resource_article .icon i {
  font-size: 50px;
  color: #41559D;
}
@media (max-width: 767px) {
  .resource_article .icon i {
    font-size: 30px;
  }
}
.resource_article .contents {
  width: 100%;
}
.resource_article .contents h3 {
  font-size: 20px;
  margin: 0 0 5px;
  line-height: 1em;
}
.resource_article .contents .date {
  margin-bottom: 15px;
  color: #000;
}
.resource_article .contents p {
  margin: 0;
  font-size: 14px;
}
.resource_article .contents p a {
  color: #41559D;
}
#home_content {
  padding: 95px 0 90px;
  background: #41559D;
  color: #fff;
  font-size: 14px;
}
#home_content .text {
  font-family: "proxima-soft", sans-serif;
}
#home_content .text h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
}
#home_content .text p {
  color: #fff;
}
#meeting_book .social_event {
  margin-bottom: 10px;
}
#meeting_book .social_event label {
  font-weight: normal;
}
#meeting_book .social_event label .price {
  font-weight: bold;
}
#meeting_details .payment .payment_form {
  float: left;
  margin-right: 10px;
}
#election_voting .candidates .candidate {
  margin-bottom: 10px;
}
#election_voting .candidates .candidate .candidate_option {
  float: left;
  width: 3%;
  margin-right: 10px;
}
#election_voting .candidates .candidate .candidate_details {
  float: left;
}
#election_voting .candidates .candidate .candidate_details label {
  font-weight: bold;
}
#election_voting .submit {
  padding-left: 30px;
}
#election_voting_candidate .details {
  float: left;
  width: 500px;
}
#election_voting_candidate .picture {
  float: right;
  width: 108px;
}
#submit_content .add_file,
#cpd .add_file {
  float: left;
  font-size: 0.9em;
  cursor: pointer;
}
#submit_content .author h3 .remove_author,
#cpd .author h3 .remove_author {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
}
#submit_content .add_another,
#cpd .add_another {
  text-decoration: underline;
  cursor: pointer;
}
#submit_content .remove_file,
#cpd .remove_file {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
  margin-bottom: 10px;
}
#review_content_submission .submission-details {
  margin-top: 0;
}
#review_content_submission .submission-details p {
  margin-top: 0;
}
#review_content_submission table th {
  text-align: center;
}
#review_content_submission .score {
  text-align: center;
}
#review_content_submission .abstract_scoring input {
  margin-right: 8px;
}
#review_content_submission .abstract_scoring .name {
  padding-right: 10px;
}
#review_content_submission .abstract_scoring th {
  padding-right: 5px;
}
#review_content_submission .abstract_scoring label {
  display: none;
}
/* locker */
#locker .detail .detail_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dae0f1;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #locker .detail .detail_top {
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
  }
}
#locker .detail .detail_top .label_input {
  display: flex;
  gap: 10px;
}
#locker .detail .detail_top .detail_right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  #locker .detail .detail_top .detail_right {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  #locker .detail .detail_top .detail_right .label_input {
    width: 100%;
  }
}
#locker .detail .detail_top .detail_right .form-field {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 24px;
  width: 200px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 575px) {
  #locker .detail .detail_top .detail_right .form-field {
    flex-basis: 100%;
  }
}
#locker .detail .detail_top .title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  line-height: 29px;
}
@media (max-width: 575px) {
  #locker .detail .detail_top .title h2 {
    margin-bottom: 20px;
  }
}
#locker .detail .detail_top .filter {
  font-family: "proxima-soft", sans-serif;
  color: #333;
  font-size: 14px;
}
@media (max-width: 575px) {
  #locker .detail .detail_top .filter {
    width: 100%;
  }
}
#locker .detail .detail_top .filter label {
  font-weight: normal;
}
#locker .detail .detail_top .submit {
  width: 66px;
}
@media (max-width: 575px) {
  #locker .detail .detail_top .submit {
    width: 100%;
  }
}
#locker .detail .items {
  border-radius: 6px;
  overflow: hidden;
  background-color: #DAE0F1;
}
#locker .detail .items .item {
  padding: 15px;
  border-bottom: 1px solid #dae0f1;
}
#locker .detail .items .item .top_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #locker .detail .items .item .top_row {
    flex-direction: column-reverse;
  }
}
#locker .detail .items .item:last-child {
  border-bottom: none;
}
#locker .detail .items .item.unread {
  background-color: #f0f4f6;
}
#locker .detail .items .item h3 {
  margin-top: 0;
  font-size: 24px;
}
@media (max-width: 575px) {
  #locker .detail .items .item h3 {
    font-size: 18px;
  }
}
#locker .detail .items .item .date {
  font-weight: bold;
  color: #333;
}
#locker .detail .items .item .actions {
  font-size: 16px;
}
@media (max-width: 767px) {
  #locker .detail .items .item .actions {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  #locker .detail .items .item .actions {
    font-size: 15px;
  }
}
#locker .detail .items .item .actions a {
  color: #41559D;
}
#locker .detail .items .item .actions .remove a {
  color: #C1242D;
}
#search_page h3 {
  margin-top: 0;
}
#search_page .show_results {
  cursor: pointer;
}
#search_page .result_section {
  float: none;
}
#page .introduction {
  margin-bottom: 20px;
}
#page .introduction .image {
  margin-bottom: 20px;
}
#page .introduction .text {
  margin-bottom: 55px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  #page .introduction .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  #page .introduction .text {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 18px;
  }
}
#exam_application .theory_table input,
#exam_application .modality_table input {
  width: 50px;
}
#exam_application .modality_table .name {
  width: 55%;
}
#exam_application .modality_table .required_num {
  width: 35%;
}
#exam_application .modality_table .modality_checkbox {
  text-align: center;
}
#exam_application .reference_form legend {
  position: relative;
}
#exam_application .reference_form .remove_form {
  font-size: 14px;
}
#exam_application .reference_form .add_new {
  cursor: pointer;
}
#exam_application .years_worked_table td {
  padding: 0 8px;
  text-align: center;
}
.feed-block h2.title {
  text-align: left !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.feed-block .date {
  color: #ccc !important;
  font-size: 12px !important;
}
.feed-block h3,
.feed-block h3 a {
  color: #3B56A2 !important;
}
@media (max-width: 767px) {
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
  }
}
form h2 {
  margin-top: 35px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  form .form-group {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
}
form .form-group.CheckboxSelectMultiple,
form .form-group.CheckboxInput {
  flex-direction: column;
  align-items: flex-start;
}
form .form-group.CheckboxSelectMultiple label,
form .form-group.CheckboxInput label {
  margin-bottom: 16px;
}
form .form-group.CheckboxSelectMultiple .checkbox label,
form .form-group.CheckboxInput .checkbox label {
  font-weight: 400;
}
form .form-group.CheckboxSelectMultiple .checkbox label input,
form .form-group.CheckboxInput .checkbox label input {
  margin-right: 10px;
  zoom: 1.5;
}
form .form-group label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  form .form-group label + div {
    width: 100%;
  }
}
form .form-group.CheckboxSelectMultiple label + div {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  form .form-group.CheckboxSelectMultiple label + div {
    display: block;
  }
}
form .form-group.CheckboxSelectMultiple label + div input {
  margin-right: 10px;
  zoom: 1.5;
}
form .btn.btn-primary {
  min-width: 131px;
  padding: 0 10px;
  height: 46px;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 46px;
}
form .btn.btn-default {
  min-width: 131px;
  padding: 0 10px;
  height: 46px;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 46px;
}
.col_left_lower .side_section {
  margin-bottom: 16px;
  border-bottom: 1px solid #C3C3C3;
}
.col_left_lower .side_section:last-child {
  border-bottom: none;
}
.col_left_lower .section_title {
  margin-bottom: 16px;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #41559D;
}
.col_left_lower .item_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #41559D;
}
.col_left_lower .item_date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #CBCBCB;
}
.col_left_lower .item_link {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #41559D;
}
.side_desktop {
  display: block;
}
@media (max-width: 767px) {
  .side_desktop {
    display: none;
  }
}
.side_mobile {
  display: none;
}
@media (max-width: 767px) {
  .side_mobile {
    display: block;
  }
}
.side_mobile .side_seperator {
  margin-top: 21px;
  border-top: 1px solid #c3c3c3;
  padding-top: 16px;
}
.mmenu {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: left 1s;
}
@media (min-width: 768px) {
  .mmenu {
    position: static;
  }
}
.mmenu .mmenu_back {
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  padding: 75px 32px 16px 32px;
}
@media (min-width: 768px) {
  .mmenu .mmenu_back {
    position: static;
    padding: 0;
  }
}
.mmenu .mmenu_exit {
  position: absolute;
  top: 23px;
  left: 40px;
  font-size: 20px;
  color: #285397;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mmenu .mmenu_exit {
    display: none;
  }
}
.mmenu .mmenu_find {
  position: absolute;
  top: 23px;
  right: 40px;
  font-size: 20px;
  color: #285397;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mmenu .mmenu_find {
    display: none;
  }
}
.mmenu .mmenu_rung {
  height: calc(100dvh - 75px - 16px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .mmenu .mmenu_rung {
    height: auto;
    overflow-y: visible;
    background-color: #41559D;
  }
}
.mmenu .mmenu_slide {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .mmenu .mmenu_slide {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 27px 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991px) {
  .mmenu .mmenu_slide {
    padding: 27px 15px;
  }
}
@media (min-width: 768px) {
  .mmenu .mmenu_wrap {
    position: relative;
    z-index: 200;
  }
}
.mmenu .mmenu_item {
  display: block;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.25);
  padding-bottom: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}
.mmenu .mmenu_item a {
  text-decoration: none;
  color: #41559D;
}
.mmenu .mmenu_item a:hover {
  text-decoration: none;
  color: #41559D;
}
@media (max-width: 767px) {
  .mmenu .mmenu_item i {
    margin-left: 5px;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .mmenu .mmenu_item {
    text-transform: none;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 20px;
  }
  .mmenu .mmenu_item a {
    color: #FFFFFF;
  }
  .mmenu .mmenu_item a:hover {
    color: #FFFFFF;
  }
  .mmenu .mmenu_item i {
    color: #FFFFFF;
  }
}
.mmenu .mmenu_list {
  position: absolute;
  display: none;
  top: 22px;
  left: -16px;
  width: 180px;
  border-top: 25px solid #41559D;
  box-sizing: border-box;
  background-color: #CBD0E2;
  padding: 10px 0 0 16px;
}
@media (max-width: 767px) {
  .mmenu .mmenu_list {
    position: static;
    padding: 0 20px 10px;
    border-top: 0;
    box-sizing: content-box;
    width: 100%;
    background-color: transparent;
  }
}
.mmenu .mmenu_wrap:hover .mmenu_list {
  display: block;
}
@media (min-width: 768px) {
  .mmenu .mmenu_subwrap {
    position: relative;
  }
}
.mmenu .mmenu_subitem {
  margin-bottom: 15px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 19px;
  color: #05164D;
}
.mmenu .mmenu_subitem a {
  text-decoration: none;
  color: #05164D;
}
.mmenu .mmenu_subitem a:hover {
  text-decoration: none;
  color: #05164D;
}
@media (max-width: 767px) {
  .mmenu .mmenu_subitem {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(42, 42, 42, 0.25);
    padding-bottom: 13px;
  }
  .mmenu .mmenu_subitem i {
    margin-left: 5px;
    transform: rotate(90deg);
    cursor: pointer;
  }
}
.mmenu .mmenu_sublist {
  position: absolute;
  display: none;
  top: -10px;
  left: 164px;
  background-color: #F8F8F8;
  width: 180px;
  padding: 10px 16px 0;
}
@media (max-width: 767px) {
  .mmenu .mmenu_sublist {
    position: static;
    padding-left: 0;
    width: 100%;
    background-color: transparent;
    padding: 0 0 0 20px;
  }
}
.mmenu .mmenu_subwrap:hover .mmenu_sublist {
  display: block;
}
.mmenu .mmenu_form {
  display: none;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .mmenu .mmenu_form {
    display: none;
  }
}
.mmenu .mmenu_field {
  margin-bottom: 10px;
  border-radius: 6px;
  border: 2px solid #41559D;
  width: 100%;
  height: 40px;
  padding-left: 30px;
  background-position: center left 10px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url("/static/images/magnify.1dbb361758af.png");
}
.mmenu .mmenu_field::-moz-placeholder {
  opacity: 1;
  color: #C7C7C7;
}
.mmenu .mmenu_field::placeholder {
  opacity: 1;
  color: #C7C7C7;
}
.mmenu .mmenu_button {
  border-radius: 6px;
  width: 100% !important;
  text-transform: none !important;
  height: 40px;
}
@media (max-width: 767px) {
  .mmenu .mmenu_wrap:hover .mmenu_list {
    display: none;
  }
  .mmenu .mmenu_subwrap:hover .mmenu_sublist {
    display: none;
  }
  .mmenu .mmenu_wrap.open .mmenu_item i {
    transform: rotate(180deg);
  }
  .mmenu .mmenu_wrap.open .mmenu_list {
    display: block;
  }
  .mmenu .mmenu_wrap.open:hover .mmenu_list {
    display: block;
  }
  .mmenu .mmenu_subwrap.open .mmenu_subitem i {
    transform: rotate(270deg);
  }
  .mmenu .mmenu_subwrap.open .mmenu_sublist {
    display: block;
  }
  .mmenu .mmenu_subwrap.open:hover .mmenu_sublist {
    display: block;
  }
}
.mmenu.search .mmenu_form {
  display: block;
}
.mmenu.search .mmenu_rung {
  height: calc(100dvh - 75px - 16px - 96px - 20px);
}
.mmenu.open {
  left: 0;
}


