.s-banner {
  position: relative;
  height: 525px;
  width: 100%;
}
.s-banner__overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
.s-banner__overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.37);
  content: '';
}
.s-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.s-banner__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.s-banner__margins {
  padding-left: 16px;
  padding-right: 16px;
}
.s-banner__title {
  margin: 0 0 11px 0;
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  color: #FFFFFF;
}
.s-banner__content {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.s-banner__content p {
  margin-bottom: 27px;
}
.s-banner__content p:last-child {
  margin-bottom: 0;
}
.s-banner__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .s-banner {
    height: 320px;
  }
  .s-banner__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .s-banner__content {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 19px;
  }
  .s-banner__buttons {
    flex-direction: column;
    justify-items: center;
  }
}
.s-latest {
  background-color: #F7F7F7;
  padding-top: 32px;
  padding-bottom: 32px;
}
.s-latest__area {
  text-align: center;
}
.s-latest__title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}
.s-latest__articles {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .s-latest {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s-latest__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .s-latest__articles {
    flex-direction: column;
  }
}
.s-who {
  background-color: #34BDEE;
  width: 100%;
  min-height: 538px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-position: bottom right;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-image: url('/static/images/s-who.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-who {
    background-image: url('/static/images/s-who@2x.png');
  }
}
.s-who__subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.s-who__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  color: #FFFFFF;
}
.s-who__content {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.s-who__content p {
  margin-bottom: 17px;
}
.s-who__content p:last-child {
  margin-bottom: 17px;
}
.s-who__content a {
  text-decoration: underline;
  color: #FFFFFF;
}
.s-who__content a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.s-who__mobbg {
  display: none;
  height: 320px;
  background-position: right -225px bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url('/static/images/s-who.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .s-who__mobbg {
    background-image: url('/static/images/s-who@2x.png');
  }
}
@media (max-width: 767px) {
  .s-who {
    min-height: 0;
    background-image: none;
    padding-bottom: 0;
  }
  .s-who__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 17px;
  }
  .s-who__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .s-who__mobbg {
    display: block;
  }
}
.s-events {
  background-color: #F7F7F7;
  padding-top: 32px;
  padding-bottom: 72px;
}
.s-events__area {
  text-align: center;
}
.s-events__title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #34BDEE;
}
.s-events__articles {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .s-events {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s-events__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .s-events__articles {
    flex-direction: column;
  }
}
.s-mission {
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 32px;
}
.s-mission__title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.s-mission__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 50px;
}
@media (max-width: 767px) {
  .s-mission {
    padding-top: 32px;
  }
  .s-mission__items {
    gap: 35px;
  }
}
.s-footer__touch {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #34BDEE;
  color: #FFFFFF;
}
.s-footer__toucher {
  display: flex;
  align-items: center;
}
.s-footer__ttitle {
  margin-right: auto;
  font-size: 25px;
  line-height: 30px;
}
.s-footer__main {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #FFFFFF;
  color: #000000;
}
.s-footer__mainer {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 56px;
}
.s-footer__mimage {
  height: 100px;
}
.s-footer__minfo {
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.s-footer__minfo a {
  text-decoration: underline;
  color: #000000;
}
.s-footer__minfo a:hover {
  text-decoration: underline;
  color: #000000;
}
.s-footer__minfo p {
  margin-bottom: 17px;
}
.s-footer__minfo p:last-child {
  margin-bottom: 0;
}
.s-footer__msocials {
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
  gap: 9px;
}
.s-footer__social {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
.s-footer__social:hover {
  color: #000000;
}
.s-footer__menu {
  margin-bottom: 0;
  padding-left: 248px;
  list-style-type: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.s-footer__menu li {
  display: inline-block;
  margin-right: 38px;
  padding-bottom: 16px;
}
.s-footer__menu li:last-child {
  margin-right: 0;
}
.s-footer__menu li a {
  text-decoration: none;
  color: #000000;
}
.s-footer__menu li a:hover {
  text-decoration: none;
  color: #000000;
}
.s-footer__rights {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #34BDEE;
  color: #FFFFFF;
}
.s-footer__rightser {
  display: flex;
  align-items: center;
}
.s-footer__copy {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.s-footer__copy a {
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
}
.s-footer__copy a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.s-footer__submenu {
  margin-bottom: 0;
  margin-left: auto;
  list-style-type: none;
}
.s-footer__submenu li {
  display: inline-block;
  margin-left: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.s-footer__submenu li:first-child {
  margin-left: 0;
}
.s-footer__submenu li a {
  text-decoration: none;
  color: #FFFFFF;
}
.s-footer__submenu li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .s-footer__touch {
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .s-footer__toucher {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .s-footer__main {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .s-footer__mainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .s-footer__mimage {
    order: 1;
    height: 58px;
  }
  .s-footer__msocials {
    order: 2;
  }
  .s-footer__minfo {
    order: 3;
  }
  .s-footer__menu {
    padding-left: 0;
  }
  .s-footer__rightser {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .s-footer__submenu {
    margin-left: 0;
    padding-left: 0;
  }
  .s-footer__submenu li {
    margin-left: 0;
    margin-right: 60px;
  }
  .s-footer__submenu li:last-child {
    margin-right: 0;
  }
  .s-footer__menu li {
    margin-right: 25px;
  }
  .s-footer__menu li:last-child {
    margin-right: 0;
  }
  .s-footer__rights {
    padding-bottom: 0;
  }
}
.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  width: 192px;
  height: 46px;
  background-color: #34BDEE;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-button:hover,
.c-button:active,
.c-button:focus {
  background-color: #5ae3ff;
  text-decoration: none;
  color: #FFFFFF !important;
}
.c-button--white {
  background-color: #FFFFFF;
  color: #000000;
}
.c-button--white:hover,
.c-button--white:active,
.c-button--white:focus {
  text-decoration: none;
  color: #000000 !important;
}
.c-button--shadow {
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.14);
}
.c-button--inkblue {
  color: #34BDEE;
}
.c-button--inkblue:hover,
.c-button--inkblue:active,
.c-button--inkblue:focus {
  text-decoration: none;
  color: #FFFFFF !important;
}
.c-button--latest,
.c-button--events {
  width: 228px;
}
.c-button--submit {
  width: 131px;
}
@media (max-width: 767px) {
  .c-button {
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 17px;
  }
  .c-button--latest,
  .c-button--events {
    width: 133px;
  }
  .c-button--touch {
    height: 43px;
    width: 110px;
  }
}
.c-latest {
  border-radius: 6px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.14);
  background-color: #FFFFFF;
  padding: 16px 18px;
  text-align: left;
  flex-basis: 100%;
  max-width: 33.33%;
}
.c-latest__image {
  margin-bottom: 16px;
  border-radius: 4px;
  width: 100%;
}
.c-latest__image--fix {
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-latest__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.c-latest__date {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.c-latest__content {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.c-latest__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.c-latest__link a {
  text-decoration: none;
  color: #000000;
}
.c-latest__link:hover a {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 767px) {
  .c-latest {
    max-width: 100%;
  }
}
.c-events {
  border-radius: 6px;
  border: 1px solid #AACFD8;
  background-color: #FFFFFF;
  padding: 36px 18px;
  text-align: left;
  flex-basis: 100%;
  max-width: 33.33%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('/static/images/c-events.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .c-events {
    background-image: url('/static/images/c-events@2x.png');
  }
}
.c-events__image {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #AACFD8;
  width: 100%;
}
.c-events__image--fix {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-events__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.c-events__date {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.c-events__content {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.c-events__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.c-events__link a {
  text-decoration: none;
  color: #000000;
}
.c-events__link:hover a {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 767px) {
  .c-events {
    max-width: 100%;
  }
}
.c-mission {
  width: calc(50% - 25px);
}
.c-mission__icon {
  margin-bottom: 10px;
}
.c-mission__icon i {
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
}
.c-mission__content {
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-mission {
    width: 100%;
  }
  .c-mission__content {
    font-size: 14px;
    line-height: 17px;
  }
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: #333;
}
h1,
h2,
h3,
h4 {
  color: #313030;
}
h1 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
h2 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
h3 {
  font-family: "Roboto", serif;
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-family: "Roboto", serif;
}
.header {
  font-family: "Roboto", serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
ol,
ul {
  margin-bottom: 24px;
  padding-left: 2rem;
}
ol li,
ul li {
  margin-bottom: 8px;
}
ol li::marker,
ul li::marker {
  font-weight: 700;
}
a,
a:hover,
a:focus,
a:active {
  font-weight: 700;
  color: #30BFEE;
}
a:hover,
a:hover:hover,
a:focus:hover,
a:active:hover {
  color: #30BFEE;
}
.dl-horizontal dt {
  text-align: left;
  clear: none;
  white-space: normal;
}
.dl-horizontal dd {
  margin-bottom: 8px;
}
.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 */
.required {
  color: red;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-group.CheckboxInput {
  margin-bottom: 10px;
}
.form-group.CheckboxInput .checkbox {
  padding-top: 0;
}
.help-block {
  clear: both;
}
.danger-block {
  clear: both;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  color: red !important;
}
.clear {
  clear: both;
}
.btn {
  border: 1px solid #34BDEE;
  font-family: "Roboto", sans-serif;
}
.btn-primary {
  background-color: #34BDEE;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #34BDEE;
  color: #fff;
  text-decoration: underline;
}
.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-primary a :hover {
  text-decoration: underline;
}
.btn-basic {
  background-color: #34BDEE;
  text-transform: uppercase;
  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: #34BDEE;
  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-secondary {
  background-color: #34BDEE;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #7E9096;
  border: 1px solid #7E9096;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #34BDEE;
  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: #7E9096;
}
.btn-default {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #ebebeb;
  text-decoration: underline;
}
.breadcrumb {
  background-color: #34BDEE;
  padding: 21px 16px 13px 16px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 15px 10px 7px 10px;
    font-size: 13px;
  }
}
.breadcrumb a {
  color: #FFFFFF;
}
.breadcrumb a:hover {
  color: #FFFFFF;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
.breadcrumb li.active {
  color: #FFFFFF;
}
.breadcrumb > li + li::before {
  color: #FFFFFF;
}
.activity_count {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: red;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
}
.resource .details {
  padding-left: 10px;
}
.resource .details h3 {
  margin-top: 0;
}
.payment_form {
  padding-top: 20px;
}
.payment_form .payment_button {
  float: left;
  margin-right: 10px;
}
.payment_form .payment_button input {
  height: 34px;
}
.payment_form .payment_invoice {
  float: left;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#skiplink {
  display: none;
}
.carousel-indicators li {
  border-radius: 10px !important;
}
.overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* forms */
.HiddenInput {
  display: none;
}
.field_direct_debit label {
  font-weight: bold;
  text-decoration: underline;
}
.country_dropdown {
  width: 227px;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#header {
  margin-bottom: 0;
  background: #fff;
}
#header #top {
  padding: 30px 0;
}
@media (max-width: 767px) {
  #header #top {
    padding: 15px 0;
    border-bottom: 1px solid #313030;
  }
}
#header .logo {
  float: left;
  padding: 0;
  width: 194px;
}
@media (max-width: 767px) {
  #header .logo {
    width: 120px;
    padding: 10px 0;
  }
}
#header .logo img {
  width: 100%;
}
#header .right_content {
  float: right;
  width: 700px;
  padding-top: 34px;
}
@media (max-width: 1199px) {
  #header .right_content {
    width: 640px;
  }
}
@media (max-width: 991px) {
  #header .right_content {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #header .right_content {
    width: 50%;
    padding-top: 8px;
  }
}
#header .right_content .login {
  float: right;
  padding: 10px 0 0 20px;
  font-family: "Roboto", sans-serif;
  text-align: right;
  color: #7E9096;
}
@media (max-width: 991px) {
  #header .right_content .login {
    width: 340px;
  }
}
#header .right_content .login p {
  font-size: 15px;
  margin: 0;
}
#header .right_content .login p a {
  color: #7E9096;
}
#header .right_content .login .locker_button {
  margin-left: 5px;
  padding: 2px 0 2px 4px;
  font-size: 15px;
  position: relative;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}
#header .right_content .search {
  margin-bottom: 5px;
}
#header .right_content .search .field {
  background: #fff;
  padding: 12px 25px;
  height: 40px;
  border: 0;
  width: 220px;
  border: 1px solid #D6DBDD;
}
@media (max-width: 991px) {
  #header .right_content .search .field {
    width: 180px;
  }
}
#header .right_content .search .submit {
  padding: 3px 0 0 0;
  background: #34BDEE;
  color: #fff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
}
#header .right_content .search .submit i {
  position: relative;
  top: -3px;
}
#header .right_content .icons {
  font-size: 50px;
  color: #fff;
  padding-top: 70px;
}
@media (max-width: 767px) {
  #header .right_content .icons {
    padding-top: 0;
  }
}
#header .right_content .icons .icon {
  cursor: pointer;
  margin-left: 10px;
  float: right;
  color: #34BDEE;
  font-size: 40px;
}
#header .right_content .icons .icon a {
  color: #34BDEE;
}
#header .login_form,
#header .search_mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  padding: 8px 15px 15px;
  background-color: #fff;
  color: #000;
}
#header .login_form h3,
#header .search_mobile h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
#header .login_form .input-group,
#header .search_mobile .input-group {
  width: 160px;
}
#header #navigation {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #020202;
  width: 100%;
  padding: 0;
  min-height: auto;
}
#header #navigation .mob-head {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  height: 92px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 29px;
  line-height: 29px;
}
#header #navigation .mob-head .mob-head__search,
#header #navigation .mob-head .mob-head__back {
  text-decoration: underline;
  color: #30BFEE;
}
#header #navigation .find {
  display: none;
  overflow: hidden;
  height: 0px;
  transition: 0.2s height;
}
#header #navigation .find .find__frame {
  padding-left: 24px;
  padding-right: 24px;
}
#header #navigation .find .find__input {
  margin-bottom: 8px;
  border: 2px solid #30BFEE;
  background: #000000;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}
#header #navigation .find .find__button {
  height: 40px;
  border: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  background-color: #30BFEE;
  color: #FFFFFF;
}
#header #navigation .find.open {
  height: 88px;
}
#header #navigation .navigation {
  background: none;
  padding: 20px 0;
  margin: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
}
#header #navigation .navigation .menu {
  padding: 0;
  border-top: 0;
}
#header #navigation .navigation .menu .top_level {
  float: left;
}
@media (max-width: 767px) {
  #header #navigation .navigation .menu .top_level {
    width: 100%;
  }
}
#header #navigation .navigation .menu ul {
  margin: 0;
  padding: 0;
}
#header #navigation .navigation .menu ul li {
  margin: 0;
  padding: 0 52px 0 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #header #navigation .navigation .menu ul li.submenu {
    cursor: pointer;
  }
}
#header #navigation .navigation .menu ul li .flex-center {
  display: flex;
  align-items: center;
}
#header #navigation .navigation .menu ul li .flex-center .carot {
  position: relative;
  top: 3px;
  margin-left: 5px;
}
#header #navigation .navigation .menu ul li.hover .flex-center .carot {
  top: -3px;
  transform: rotate(180deg);
}
#header #navigation .navigation .menu ul li.socails {
  display: none;
}
#header #navigation .navigation .menu ul li a {
  position: relative;
  z-index: 1010;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
#header #navigation .navigation .menu ul li.active > a,
#header #navigation .navigation .menu ul li.hover > a {
  color: #fff;
  text-decoration: underline;
}
#header #navigation .navigation .menu ul li:last-child {
  padding-right: 0;
}
#header #navigation .navigation .menu .dropdown {
  position: absolute;
  top: 0;
  width: 300px;
  left: -20px;
  padding-top: 40px;
}
#header #navigation .navigation .menu .dropdown > ul {
  display: none;
  position: relative;
  z-index: 1000;
  background-color: #000;
  padding: 20px 20px 1px;
}
#header #navigation .navigation .menu .dropdown li {
  margin-bottom: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.75);
}
#header #navigation .navigation .menu .dropdown li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#header #navigation .navigation .menu .dropdown li a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #header #navigation .navigation .menu .dropdown {
    position: static;
    padding-top: 0;
  }
  #header #navigation .navigation .menu .dropdown > ul {
    position: static;
    display: block;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
  #header #navigation .navigation .menu .dropdown li {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #header #navigation .navigation .menu .dropdown li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #header #navigation {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    padding-left: 36px;
    overflow-y: hidden;
  }
  #header #navigation .board {
    position: fixed;
    z-index: 10010;
    top: 0;
    width: calc(100% - 40px);
    bottom: 0;
    right: 0;
    transition: 0.5s left;
    background: #020202;
    height: 100%;
    left: 100%;
  }
  #header #navigation .find {
    display: block;
  }
  #header #navigation .mob-head {
    display: flex;
  }
  #header #navigation .scroller {
    margin-top: 16px;
    height: calc(100vh - 124px);
    overflow-y: auto;
  }
  #header #navigation .navigation .menu ul {
    padding: 16px 24px 32px 24px;
  }
  #header #navigation .navigation .menu ul li {
    margin: 0 0 32px 0;
    padding: 0 52px 0 0;
  }
  #header #navigation .navigation .menu ul li.socails {
    display: flex;
    gap: 10px;
  }
  #header #navigation .navigation .menu ul li.socails .social {
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
  }
  #header #navigation .navigation .menu ul li.socails .social:hover {
    color: #FFFFFF;
  }
  #header #navigation.collapse.in .board {
    left: 40px;
  }
}
/* homepage bits & pieces */
#main_cta {
  background: #7E9096;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 30px 0;
  text-transform: uppercase;
}
#main_cta a {
  color: #fff;
}
#banner,
#banner_mob {
  padding: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  background: #000;
  overflow: hidden;
}
#banner img,
#banner_mob img {
  margin: 0 auto;
}
#banner .banner_inner,
#banner_mob .banner_inner {
  position: absolute;
  bottom: 15%;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 940px;
  }
}
@media (max-width: 991px) {
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 720px;
  }
}
@media (max-width: 767px) {
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 100%;
  }
}
#banner .banner_text,
#banner_mob .banner_text {
  padding-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  #banner .banner_text,
  #banner_mob .banner_text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #banner .banner_text,
  #banner_mob .banner_text {
    padding: 15px 10px;
  }
}
#banner .banner_text h1,
#banner_mob .banner_text h1 {
  margin: 0 0 0.5vw;
  border: 0;
  padding: 0;
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 3vw;
  line-height: 3.1vw;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}
#banner .banner_text h2,
#banner_mob .banner_text h2 {
  margin: 5px 0 0;
  width: 682px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.6vw;
  line-height: 34px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}
#main_content {
  background: #fff;
}
#main_content #page_content {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  #main_content #page_content {
    padding-top: 0;
  }
}
#main_content #page_content #prefooter {
  margin-top: 32px;
}
#main_content #page_content #prefooter h2.title {
  padding-left: 0;
  padding-right: 0;
}
#main_content #page_content #col_left,
#main_content #page_content #prefooter {
  width: 295px;
  width: 236px;
  font-family: "Roboto", sans-serif;
}
#main_content #page_content #col_left > .sidebar_blocks:first-child,
#main_content #page_content #prefooter > .sidebar_blocks:first-child {
  padding-top: 0 !important;
}
@media (max-width: 1199px) {
  #main_content #page_content #col_left,
  #main_content #page_content #prefooter {
    padding-right: 15px;
    width: 250px;
  }
}
@media (max-width: 991px) {
  #main_content #page_content #col_left,
  #main_content #page_content #prefooter {
    padding-right: 15px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  #main_content #page_content #col_left,
  #main_content #page_content #prefooter {
    padding: 0;
    width: 100%;
  }
}
#main_content #page_content #col_left h2,
#main_content #page_content #prefooter h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 61px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #313030;
  font-weight: bold;
  margin: 0 0 20px;
}
#main_content #page_content #col_left h2 button,
#main_content #page_content #prefooter h2 button {
  display: none;
}
#main_content #page_content #col_left h2.title,
#main_content #page_content #prefooter h2.title {
  margin-bottom: 16px !important;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  font-size: 20px !important;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left h2,
  #main_content #page_content #prefooter h2 {
    background-color: #FFFFFF;
    margin: 0;
    padding: 10px 15px;
    color: #4D4554;
  }
  #main_content #page_content #col_left h2.active,
  #main_content #page_content #prefooter h2.active {
    background-color: #FFFFFF;
  }
}
#main_content #page_content #col_left h2 a,
#main_content #page_content #prefooter h2 a {
  color: #313030;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left h2 a,
  #main_content #page_content #prefooter h2 a {
    text-decoration: none;
    color: #4D4554;
  }
}
#main_content #page_content #col_left ul li,
#main_content #page_content #prefooter ul li {
  margin: 0;
  font-size: 16px;
  color: #313030;
  width: 100%;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li,
  #main_content #page_content #prefooter ul li {
    font-size: 14px;
  }
}
#main_content #page_content #col_left ul li a,
#main_content #page_content #prefooter ul li a {
  text-decoration: underline;
  color: #313030;
  border-radius: 0;
  background-color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li a,
  #main_content #page_content #prefooter ul li a {
    background-color: #FFFFFF;
    color: #4D4554;
    text-decoration: none;
  }
  #main_content #page_content #col_left ul li a:hover,
  #main_content #page_content #prefooter ul li a:hover {
    text-decoration: underline;
  }
}
#main_content #page_content #col_left ul li.active > a,
#main_content #page_content #prefooter ul li.active > a {
  font-weight: 700;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li.active > a,
  #main_content #page_content #prefooter ul li.active > a {
    font-weight: 700;
  }
}
#main_content #page_content #col_left ul li.timeline,
#main_content #page_content #prefooter ul li.timeline {
  position: relative;
}
#main_content #page_content #col_left ul li.timeline .activity_count,
#main_content #page_content #prefooter ul li.timeline .activity_count {
  position: absolute;
  top: -5px;
  right: 5px;
}
#main_content #page_content #col_left ul li li,
#main_content #page_content #prefooter ul li li {
  padding-left: 15px;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li li,
  #main_content #page_content #prefooter ul li li {
    padding-left: 0;
  }
}
#main_content #page_content #col_left ul li li li,
#main_content #page_content #prefooter ul li li li {
  padding-left: 30px;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li li li,
  #main_content #page_content #prefooter ul li li li {
    padding-left: 0;
  }
}
#main_content #page_content .sidebar_blocks {
  padding-top: 20px;
}
#main_content #page_content .sidebar_blocks .action {
  margin-bottom: 15px;
}
#main_content #page_content .sidebar_blocks .action h2 {
  font-size: 20px !important;
}
@media (max-width: 991px) {
  #main_content #page_content .sidebar_blocks .action h2 {
    font-size: 18px !important;
  }
}
#main_content #page_content .sidebar_blocks .action h3 {
  font-size: 16px;
  line-height: 20px;
}
#main_content #page_content .sidebar_blocks .action h3 a {
  color: #000000;
}
#main_content #page_content .sidebar_blocks .action h3 a:hover {
  color: #000000;
}
#main_content #page_content .sidebar_blocks .action .action_content {
  padding: 10px;
  font-size: 14px;
}
#main_content #page_content #col_right {
  width: 875px;
  width: 934px;
  color: #4D4554;
}
@media (max-width: 1199px) {
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 720px;
  }
}
@media (max-width: 991px) {
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 530px;
  }
}
@media (max-width: 767px) {
  #main_content #page_content #col_right {
    padding-top: 40px;
    padding-left: 15px;
    width: 100%;
  }
}
.twitter-blk {
  position: relative;
  top: -20px;
  display: block;
  background-color: #1f2251;
  height: 136px;
  text-align: center;
  border-radius: 0;
  padding-top: 36px;
}
.twitter-blk:hover {
  text-decoration: none;
}
.twitter-blk .twitter-img {
  margin: 0 auto;
  padding-bottom: 0;
}
.twitter-blk .twitter-txt {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-decoration: none;
}
/* Footer */
#footer {
  background-color: #fff;
  padding: 50px 0 40px;
  color: #313030;
  border-top: 1px solid #E5ECEF;
}
#footer a {
  color: inherit;
}
#footer .footer_wrapper .title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #7E9096;
}
@media (max-width: 767px) {
  #footer .footer_wrapper .title {
    margin-bottom: 20px;
  }
}
#footer .footer_wrapper .address {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #footer .footer_wrapper .address {
    margin-bottom: 30px;
  }
}
#footer .footer_wrapper .vlist {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer .footer_wrapper .vlist li {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #footer .footer_wrapper .vlist li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer_wrapper .vlist {
    margin-bottom: 30px;
  }
}
#footer .footer_wrapper .slist {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer .footer_wrapper .slist li {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
}
#footer .footer_wrapper .slist li:last-child {
  margin-right: 0;
}
#footer .footer_bottom {
  margin-top: 50px;
  color: #7E9096;
  font-size: 14px;
}
#footer .footer_bottom a {
  color: #7E9096;
}
#login_modal {
  text-align: center;
}
#login_modal .modal-dialog {
  width: 400px;
}
@media (max-width: 767px) {
  #login_modal .modal-dialog {
    width: 90%;
    margin: 10px 5%;
  }
}
#login_modal .modal-header {
  border-bottom: medium none;
  padding: 30px;
  width: 400px;
}
#login_modal .modal-header h4 {
  color: #34BDEE;
}
@media (max-width: 767px) {
  #login_modal .modal-header {
    margin: 0 auto;
  }
}
@media (max-width: 630px) {
  #login_modal .modal-header {
    width: 90%;
  }
}
@media (max-width: 420px) {
  #login_modal .modal-header {
    width: 100%;
  }
}
#login_modal .modal-body {
  padding: 0 50px 45px;
  width: 400px;
}
@media (max-width: 630px) {
  #login_modal .modal-body form {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #login_modal .modal-body form input {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #login_modal .modal-body {
    margin: 0 auto;
  }
}
@media (max-width: 630px) {
  #login_modal .modal-body {
    width: 80%;
    padding: 0 0 50px 0;
  }
}
#login_modal .modal-body .field {
  margin-bottom: 30px;
  border: 1px solid #C8C8C8;
  width: 100%;
  padding: 8px 10px;
}
#login_modal .modal-body .field.password_field {
  margin-bottom: 10px;
}
#login_modal .modal-body .forgot {
  text-align: left;
  font-size: 14px;
  width: 360px;
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #login_modal .modal-body .forgot {
    padding-bottom: 10px;
  }
}
#login_modal .modal-body .forgot a {
  color: #34BDEE;
}
#login_modal .modal-body .mobile-member {
  display: none;
}
@media (max-width: 767px) {
  #login_modal .modal-body .mobile-member {
    display: block;
    padding-bottom: 20px;
    text-align: left;
  }
}
/* homepage specifics */
#actions {
  padding: 60px 0 70px;
}
#actions .news_action .title {
  font-size: 16px;
  padding: 0 0 5px;
  border-bottom: 2px solid #E5ECEF;
  text-transform: uppercase;
}
#actions .news_action .title a {
  font-weight: bold;
  color: #7E9096 !important;
}
#actions .news_action .articles {
  padding-top: 24px;
}
#actions .news_action .articles .article {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
#actions .news_action .articles .article.last {
  padding-bottom: 0;
}
#actions .news_action .articles .article h3 {
  font-weight: 700;
  line-height: 29px;
}
#actions .news_action .articles .article h3 a {
  color: #313030;
}
#actions .news_action .articles .article .date {
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #7E9096;
}
#actions .news_action .articles .article .lead {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 19px;
  color: #4D4554;
}
#actions .news_action .articles .article .read-more {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #313030;
}
#actions .news_action .articles .article .read-more i {
  color: #34BDEE;
}
#actions .news_action .articles .article .read-more img {
  display: inline-block;
}
@media (max-width: 767px) {
  #actions {
    padding: 20px 7px 0 7px;
  }
  #actions .action .title {
    min-height: 32px;
  }
  #actions .action h2 {
    font-size: 16px !important;
  }
  #actions .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  #actions .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  #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 8px;
  }
}
.action {
  width: 100%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .action {
    margin-bottom: 16px;
  }
}
.action h2 {
  margin: 0 !important;
  font-size: 24px;
  font-weight: normal !important;
  color: #313030;
  line-height: 1em;
}
@media (max-width: 767px) {
  .action h2 {
    font-size: 20px !important;
  }
}
.action h2 a {
  color: #313030 !important;
  text-decoration: none;
  font-weight: 700 !important;
}
.action h2 a:hover {
  text-decoration: underline;
}
.action h2.title {
  font-size: 24px;
  line-height: 32px;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .action h2.title {
    padding: 10px 0;
  }
}
.action.normal_action .title {
  border-left: 3px solid #34BDEE;
  background: #E5ECEF;
  width: 100%;
  padding: 20px 20px 0 17px;
  min-height: 88px;
}
@media (max-width: 767px) {
  .action.normal_action .title {
    padding: 10px 10px 0 10px;
    min-height: 60px !important;
  }
}
.action.normal_action .title h2 {
  font-size: 20px;
  line-height: 26px;
}
.action.normal_action .title h2 a {
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .action.normal_action .title h2 {
    font-size: 16px !important;
    line-height: 20px;
  }
}
.action.normal_action .description {
  font-size: 18px;
  line-height: 24px;
  color: #4D4554;
  display: block;
  padding: 10px 0;
  margin: 0;
}
.action.banner_action .item .carousel-caption {
  text-align: left;
  left: 5%;
  padding-bottom: 0;
  right: auto;
  top: 60%;
}
.action.banner_action .item h2 {
  margin: 0;
  font-size: 38px;
  line-height: 38px;
}
.action.banner_action .item h2 a {
  color: #fff !important;
}
.action.banner_action .carousel-indicators {
  left: 5%;
  bottom: 30px;
  width: auto;
  margin: 0;
}
.action.advert_action .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .action.advert_action .item img {
    width: auto;
  }
}
.action.news_action .article {
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 500;
}
.action.news_action .article h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}
.action.news_action .article .date {
  font-size: 0.85em;
  margin-bottom: 1px;
  color: #666;
}
.action.news_action .article.last {
  border-bottom: 0;
}
.action.news_action .article a {
  font-weight: 500;
  font-size: 14px;
  color: #30BFEE;
}
.action.news_action .article a:hover {
  color: #30BFEE;
}
.action.twitter_action {
  background: #008bce;
  padding: 30px 15px;
}
.action.twitter_action .twitter-logo {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.action.twitter_action .twitter-logo i {
  color: #fff;
}
.action.twitter_action .content {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.action.twitter_action .content a {
  color: #0f2445;
}
/* pages start here */
#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;
}
#page #page_blocks .row .block .title {
  padding-top: 10px;
}
#page #page_blocks .row .block .title h3 {
  margin-top: 0;
}
#page #page_blocks .row .block .title p {
  margin: 0;
}
#page .introduction {
  margin-bottom: 20px;
}
#page .table {
  border-color: #888;
}
#page .table td {
  border-top: 0;
  border-color: #888;
  padding: 5px 8px;
}
#page .table th {
  border-color: #888;
  padding: 5px 8px;
}
#page #tableofcontents h2 {
  margin-top: 0;
}
#home_content {
  background: #F4F7F8;
  padding: 100px 0;
}
#home_content .text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
#home_content .text h3 {
  margin-top: 0;
  line-height: 1.2em;
}
#home_content .text p {
  color: #4D4554;
}
#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 {
  float: left;
  font-size: 0.9em;
  cursor: pointer;
}
#submit_content .author h3 .remove_author {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
}
#submit_content .add_another {
  text-decoration: underline;
  cursor: pointer;
}
#submit_content .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 {
  border-radius: 6px;
  background: rgba(221, 242, 255, 0.75);
  padding: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #locker .detail .detail_top {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  #locker .detail .detail_top .clear {
    display: none;
  }
}
#locker .detail .detail_top .title {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #locker .detail .detail_top .title {
    margin-top: 0;
  }
}
#locker .detail .detail_top .title h2 {
  margin: 0;
  line-height: 29px;
  font-weight: 500;
}
#locker .detail .detail_top .filter {
  font-family: "Roboto", sans-serif;
  color: #313030;
  font-size: 14px;
}
#locker .detail .detail_top .filter .lblinp {
  display: flex;
  align-items: center;
  gap: 10px;
}
#locker .detail .detail_top .filter label {
  font-weight: normal;
  margin-bottom: 0;
}
#locker .detail .detail_top .form-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  #locker .detail .detail_top .form-group input[type='submit'] {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  #locker .detail .detail_top .form-group {
    flex-direction: column;
    gap: 25px;
  }
  #locker .detail .detail_top .form-group input[type="submit"] {
    margin-left: 0;
    width: 100%;
  }
  #locker .detail .detail_top .form-group .lblinp {
    width: 100%;
  }
  #locker .detail .detail_top .form-group .lblinp #id_category {
    width: 100%;
  }
}
#locker .detail .detail_top #id_category {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  height: 24px;
}
#locker .detail .detail_top input[type='submit'] {
  margin-left: 10px;
  width: 66px;
  height: 50px;
}
#locker .detail .items {
  overflow: hidden;
  border-radius: 6px;
}
#locker .detail .items .item {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #C3C3C3;
}
#locker .detail .items .item a {
  font-weight: 400;
}
@media (max-width: 767px) {
  #locker .detail .items .item {
    padding-top: 60px;
  }
}
#locker .detail .items .item.unread {
  background: rgba(221, 242, 255, 0.75);
}
#locker .detail .items .item h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 767px) {
  #locker .detail .items .item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
#locker .detail .items .item .date {
  font-weight: bold;
  color: #313030;
}
#locker .detail .items .item .actions {
  color: #008bcd;
}
@media (max-width: 767px) {
  #locker .detail .items .item .actions {
    position: absolute;
    top: 24px;
    left: 24px;
  }
}
#locker .detail .items .item .subject {
  display: flex;
}
#locker .detail .items .item .subject .subject_label {
  margin-right: 10px;
  font-weight: 700;
}
#search_page h3 {
  margin-top: 0;
}
#search_page .show_results {
  cursor: pointer;
}
#search_page .result_section {
  float: none;
}
#member_profiles {
  margin-top: 30px;
}
#member_profiles .pages p {
  margin: 3px 0 0 0;
}
#member_profiles .pages .pagination {
  margin: 0;
}
#member_profiles .member {
  margin-bottom: 20px;
}
#member_profiles .member h3 {
  margin-top: 0;
}
#member_profiles .member .profile_picture {
  margin-top: 5px;
}
#member_profiles .search_form p {
  margin-top: 0;
}
#member_profiles .search_form form {
  margin-top: 0;
}
#member_profile .profile_picture {
  max-width: 200px;
}
#member_profile .member_details {
  font-size: 14px;
  float: left;
}
#member_profile .publications p {
  font-size: 14px;
}
#jobs .job {
  margin-bottom: 20px;
}
#jobs .job h3 {
  margin-bottom: 5px;
}
#jobs .job p {
  font-size: 14px;
}
#jobs .job p a {
  font-weight: bold;
}
/* papers */
#papers .categories {
  margin-top: 20px;
}
#papers .category {
  margin-bottom: 15px;
}
#papers .category .category_title {
  color: #fff;
  background-color: #042F62;
  padding: 8px 30px 7px 30px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#papers .category .category_title h2 {
  margin: 0;
  color: #fff;
}
#papers .category .category_title .arrow {
  width: 27px;
  height: 27px;
  position: absolute;
  display: block;
  right: 12px;
  top: 10px;
  font-size: 1.4em;
}
#papers .category .category_papers {
  display: none;
}
#papers .category .paper {
  color: #414141;
  padding: 15px 30px;
}
#papers .category .paper.even {
  background-color: #e1e1e1;
}
#papers .category .paper h3 a {
  color: #414141;
}
#papers .category .paper p {
  margin-bottom: 0;
}
#papers .category.hover {
  color: #498db8;
}
#papers .category.hover h3 a {
  color: #498db8;
}
/* paper detail */
#paper_header .evaluation_header {
  color: #fff;
  background-color: #498db8;
  padding: 8px 30px 7px 30px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
#paper_header #paper_embed {
  padding: 20px 0;
  width: 100%;
}
#paper .paper_question {
  padding: 10px 30px;
}
#paper .paper_question.even {
  background-color: #e1e1e1;
}
#paper .paper_question .control-label {
  font-size: 1.3em;
  margin-bottom: 20px;
}
#paper .paper_question .question_option {
  margin: 0 0 10px 0;
}
#paper .paper_question .question_option label {
  padding-left: 25px;
}
#paper .paper_question .radio input[type="radio"],
#paper .paper_question .radio-inline input[type="radio"],
#paper .paper_question .checkbox input[type="checkbox"],
#paper .paper_question .checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
}
#paper .complete_paper {
  margin-top: 30px;
}
.paper_submission {
  margin-bottom: 30px;
}
.paper_submission .button {
  margin: 0;
}
.large_button {
  margin-top: 20px;
  width: 240px;
}
.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left .page_navigation {
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
  }
  #main_content #page_content #col_left .page_navigation h2 {
    border-radius: 6px;
    border: 1px solid #707070;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    font-size: 16px;
  }
  #main_content #page_content #col_left .page_navigation h2 button {
    display: block;
    background: transparent;
    border: none;
  }
  #main_content #page_content #col_left .page_navigation > .nav.nav-pills {
    display: none;
    position: relative;
    top: -4px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  #main_content #page_content #col_left .page_navigation > .nav.nav-pills li a {
    background-color: transparent;
  }
  #main_content #page_content #col_left .page_navigation.open h2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #main_content #page_content #col_left .page_navigation.open h2 button {
    transform: rotate(180deg);
  }
  #main_content #page_content #col_left .page_navigation.open .nav.nav-pills {
    display: block;
  }
}
#registration .medium {
  margin-bottom: 35px;
  font-weight: 600;
}
/* members database */
#members_list .search {
  margin-bottom: 30px;
}
#members_list .search .top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #34BDEE;
  padding: 10px;
}
#members_list .search .top h3 {
  color: #FFFFFF;
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
}
#members_list .search .content {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 20px 20px;
}
#members_list .search .content .text {
  margin-bottom: 15px;
}
#members_list .search .content .fields {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  align-items: right;
  flex-wrap: wrap;
}
#members_list .search .content .fields input,
#members_list .search .content .fields select {
  width: 180px;
  border: 1px solid #888;
  border-radius: 2px;
  padding: 2px 5px;
}
#members_list .search .content .fields .submit_field {
  background-color: #34BDEE;
  color: #fff;
  border: none;
  padding: 0 5px;
  border-radius: 2px;
}
#members_list .itemtable {
  border-bottom: 5px solid #e7e7e7;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
#members_list .itemtable thead {
  background: #34BDEE;
}
#members_list .itemtable thead th {
  height: 20px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  color: #FFFFFF;
  padding: 9px 9px;
  border: 0;
}
@media (max-width: 991px) {
  #members_list .itemtable thead th {
    font-size: 14px;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  #members_list .itemtable thead th {
    font-size: 12px;
    padding: 4px;
  }
}
#members_list .itemtable thead th a {
  color: #FFFFFF;
  text-decoration: underline;
}
#members_list .itemtable tbody td {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 991px) {
  #members_list .itemtable tbody td {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  #members_list .itemtable tbody td {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }
}
#members_list .itemtable .blank {
  width: 20px;
  padding: 0;
  border-bottom: 0;
}
#members_list .itemtable .left_blank {
  border-left: 5px solid #e5e5e5;
}
#members_list .itemtable .right_blank {
  border-right: 5px solid #e5e5e5;
}
#members_list .itemtable .last td {
  border-bottom: 0;
}
#members_list .members_listing .member {
  border-bottom: 1px #e5e5e5;
}
#members_list .members_listing .member .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#members_list .members_listing .member .dl-horizontal dd {
  margin-left: 180px;
}
#members_list .name {
  width: 200px;
  white-space: nowrap;
}
#members_list .hospital {
  width: 200px;
}
#members_list .specialisation {
  width: 200px;
}
#members_list .email {
  width: 200px;
}
#members_list .bottom {
  background-color: #34BDEE;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
#members_list .bottom .pagination {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
@media (max-width: 575px) {
  #members_list .bottom .pagination {
    display: block;
    width: auto;
  }
}
#members_list .bottom .pagination li {
  list-style: none;
  display: inline;
  color: #fff;
  font-size: 12px;
}
#members_list .bottom .pagination a {
  color: #FFFFFF;
  text-decoration: underline;
}
@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;
  }
}
.pagination {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
  font-size: 13px;
}
.pagination li a {
  margin-left: 2px;
  margin-right: 2px;
  border: none;
  padding: 3px 8px;
  color: #707070;
}
.pagination li.active a {
  border-radius: 3px;
  background-color: #34BDEE;
}
@media (max-width: 575px) {
  .pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */