body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
a {
  outline: 0;
  color: #411f51;
}
a:hover,
a:focus {
  color: #411f51;
  text-decoration: underline;
}
h1 {
  border-bottom: 1px solid #eee;
  font-size: 32px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #411f51;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
address {
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
}
/* general styles, overriding bootstrap etc */
.required {
  color: red;
}
.HiddenInput {
  display: none;
}
.help-block.error {
  color: red !important;
}
.clear {
  clear: both;
}
.white {
  color: #ffffff;
}
.white a {
  color: #ffffff;
}
.white a:hover {
  color: #ffffff;
  text-decoration: none;
}
.purple {
  color: #411f51;
}
.purple a {
  color: #411f51;
}
.purple a:hover {
  color: #411f51;
  text-decoration: none;
}
.relative {
  display: block;
  position: relative;
}
.responsive {
  width: 100%;
}
@media (min-width: 768px) {
  .w70 {
    width: 70%;
  }
}
.nopad-right {
  padding-right: 0;
}
.nopad-left {
  padding-left: 0;
}
.inner-padding-left {
  padding-left: 75px;
  padding-right: 15px;
}
.inner-padding-right {
  padding-right: 75px;
}
.inner-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.absolute {
  position: absolute;
}
.absolute-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.absolute-center .image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.cover {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cover-top {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
}
.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;
}
.overlay {
  background: rgba(71, 39, 70, 0.6);
}
.horizontal-right {
  padding-left: 0;
  margin-bottom: 0;
  float: right;
  font-weight: normal;
}
.horizontal-right ul {
  list-style-type: none;
}
.horizontal-right ul li {
  float: left;
}
.horizontal-right ul li a {
  display: block;
  margin-left: 20px;
  padding-left: 20px;
}
.action {
  width: 100%;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.action h2 {
  margin: 10px 0 0 !important;
  line-height: 1em;
  font-size: 16px;
}
.action h2 a {
  text-decoration: none;
  font-weight: bold;
  color: #411f51;
}
.action h2 a:hover {
  text-decoration: underline;
}
.action .hover .cover {
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.action .hover:hover .cover {
  background: rgba(71, 39, 70, 0.6);
}
.action.normal_action .description {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  margin: 0;
}
.action.banner_action .item .carousel-caption {
  text-align: left;
  left: 40px;
  bottom: 40px;
  padding-bottom: 0;
  right: auto;
}
.action.banner_action .item .carousel-caption h2 {
  text-transform: none;
  font-size: 38px;
  font-weight: 400;
}
.action.banner_action .item .carousel-caption .button a {
  margin-top: 20px;
  display: inline-block;
  background-color: #411f51;
  padding: 10px 23px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-shadow: none;
  font-size: 16px;
  font-weight: 800;
}
.action.banner_action .item .carousel-caption .button a:hover {
  text-decoration: none;
}
.action.news_action h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.action.news_action h2 a {
  font-weight: bold;
  color: #411f51;
}
.action.news_action .feed {
  overflow: auto;
  width: 100%;
  height: 390px;
}
.action.news_action .articles {
  border-bottom: 1px solid #ccccdd;
}
.action.news_action .article {
  padding-top: 10px;
}
.action.news_action .article h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #464a4e;
  font-size: 16px;
}
.action.news_action .article h3 a {
  color: #411f51;
  font-weight: bold;
}
.action.news_action .article .date {
  font-size: 0.85em;
  margin-bottom: 3px;
  color: #999;
}
.form_contents .control-label {
  text-align: left;
}
.form_contents .TextInput .form-control,
.form_contents .EmailInput .form-control,
.form_contents .PasswordInput .form-control,
.form_contents .NumberInput .form-control,
.form_contents .TextArea .form-control,
.form_contents .Select .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.field_direct_debit label {
  font-weight: bold;
}
.field_direct_debit .dd_choices {
  padding-top: 20px;
}
.field_direct_debit .dd_choices .choice_box {
  background: #fff;
  border: 2px solid #411f51;
  color: #411f51;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.field_direct_debit .dd_choices .choice_box.selected {
  background: #411f51;
  border: 2px solid #fff;
  color: #fff;
}
.field_direct_debit .dd_choices .choice_box .icon {
  font-size: 50px;
  pointer-events: none;
}
.field_direct_debit .dd_choices .choice_box .title {
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 500px) {
  .field_direct_debit .dd_choices .choice_box .title {
    font-size: 14px;
  }
}
#header {
  height: 120px;
  background: rgba(71, 39, 70, 0.6);
}
@media (max-width: 768px) {
  #header {
    height: 106px;
  }
}
#header .banner-top {
  background: #411f51;
}
#header.home_header {
  height: auto;
  background: none;
}
#header.home_header .banner-top {
  background: rgba(71, 39, 70, 0.6);
}
#header .logo {
  margin-top: 25px;
}
#header .logo-mobile {
  margin-top: 25px;
  width: 95px;
  height: 95px;
}
@media (max-width: 450px) {
  #header .logo-mobile {
    margin-top: 5.5vw;
    width: 21vw;
    height: 21vw;
  }
}
#header .upper-menu {
  font-size: 16px;
  font-weight: normal;
  clear: both;
}
#header .upper-menu .locker_button {
  position: relative;
}
#header .upper-menu .horizontal-right {
  margin-top: 15px;
}
#header .upper-menu .horizontal-right a {
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
}
#header .search {
  background: #411f51;
  margin-right: 10px;
  float: right;
  width: 298px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #header .search {
    width: 248px;
  }
}
#header .search .search_field {
  float: left;
  width: 248px;
}
@media (max-width: 991px) {
  #header .search .search_field {
    width: 198px;
  }
}
#header .search .search_field input {
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  padding: 5px 8px;
  border: 0;
  color: #ccccdd;
}
#header .search .submit {
  float: right;
  width: 48px;
  height: 38px;
  overflow: hidden;
  padding-left: 10px;
}
#header .search .submit .btn {
  color: #fff;
  padding: 0;
  font-size: 20px;
}
#header #search_input::-webkit-input-placeholder {
  color: #ccccdd;
}
#header #search_input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccccdd;
}
#header #search_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccccdd;
}
#header #search_input:-ms-input-placeholder {
  color: #ccccdd;
}
#header .lower-menu {
  font-size: 16px;
  clear: both;
}
#header .lower-menu .horizontal-right {
  margin-top: 25px;
}
#header .lower-menu .horizontal-right a {
  padding-top: 4px;
  padding-bottom: 4px;
}
#header .banner-title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 700px;
  margin-top: 5vw;
}
@media (max-width: 991px) {
  #header .banner-title {
    margin-top: 1vw;
    font-size: 30px;
  }
}
#header #mobile_header {
  height: 106px;
  background: #411f51;
}
#header #mobile_header .row {
  height: 106px;
}
#header #mobile_header .burger {
  margin: 33px 0 0 0;
  display: inline-block;
  padding: 8px 10px;
  height: 40px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header #mobile_header .burger .burger-line {
  margin: 4px 2px;
  width: 20px;
  border: 1px solid #ffffff;
}
#header #mobile_header .burger:hover {
  background-color: #ffffff;
}
#header #mobile_header .burger:hover .burger-line {
  border: 1px solid #411f51;
}
#header .dropdown {
  display: none;
  z-index: 100;
}
#header .dropdown .dropdown-list-upper {
  background: #411f51;
}
#header .dropdown .dropdown-list-lower {
  background: #917D90;
}
#header .dropdown .dropdown-list-upper ul,
#header .dropdown .dropdown-list-lower ul {
  list-style-type: none;
  padding: 0 0;
  margin-bottom: 0;
}
#header .dropdown .dropdown-list-upper ul li,
#header .dropdown .dropdown-list-lower ul li {
  padding: 0;
}
#header .dropdown .dropdown-list-upper ul li a,
#header .dropdown .dropdown-list-lower ul li a {
  display: block;
  padding: 10px 15px;
}
#header .dropdown .dropdown-list-upper ul li a:hover,
#header .dropdown .dropdown-list-lower ul li a:hover {
  background: #472746;
}
#page_content {
  padding: 40px 0;
}
.title-main {
  margin: 75px 0 10px;
  font-weight: 700;
  font-size: 34px;
  color: #411f51;
}
.title-main-strap {
  margin: 10px 0;
  font-size: 18px;
}
.title-sub {
  margin: 30px 0 10px;
  font-weight: 700;
  font-size: 24px;
}
.text {
  margin: 10px 0 10px;
}
.btn {
  margin: 5px 0 20px;
  display: inline-block;
  padding: 6px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}
.btn:hover {
  text-decoration: none;
}
.btn-purple {
  border: 1px solid #411f51;
  background: #411f51;
  color: #ffffff !important;
}
.btn-purple:hover {
  background: #411f51;
  color: #ffffff !important;
}
.btn-white {
  border: 1px solid #411f51;
  background: #ffffff;
  color: #411f51 !important;
}
.btn-white:hover {
  border: 1px solid #411f51;
  background: #ffffff;
  color: #411f51 !important;
}
.btn-primary {
  border: 1px solid #411f51;
  background: #411f51;
  color: #ffffff !important;
}
.btn-primary:hover {
  background: #411f51;
  color: #ffffff !important;
}
.btn-default {
  border: 1px solid #411f51;
  background: #ffffff;
  color: #411f51 !important;
}
.btn-default:hover {
  border: 1px solid #411f51;
  background: #ffffff;
  color: #411f51 !important;
}
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb a {
  color: #411f51;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
.ruler-long {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e5e2e7;
}
.ruler-short {
  margin: 10px 0;
  padding: 0;
  border: 0;
  width: 145px;
  border-bottom: 2px solid #411f51;
}
.ruler-short.white {
  border-bottom: 2px solid #ffffff;
}
.lead-height {
  min-height: 40px;
}
.footer {
  margin-top: 100px;
  padding: 56px 0 35px;
  background-color: #411f51;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer .footer-menu {
  font-size: 12px;
  text-transform: uppercase;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-menu li {
  margin: 10px 0;
}
.footer .footer-list {
  margin-top: 10px;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-list dt {
  font-size: 14px;
  color: #ccccdd;
}
.footer .footer-list dd {
  margin-bottom: 25px;
  font-size: 12px;
}
.footer .title-address {
  margin: 10px 0 5px;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 14px;
  color: #ccccdd;
}
.footer .item {
  padding-bottom: 60px;
}
.footer .copy-line-1 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}
.footer .copy-line-2 {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .powered {
  margin: 20px 0 10px;
}
.footer .logo-bottom {
  margin-top: -122px;
}
.footer .logo-bottom-2 {
  margin-top: -122px;
  display: inline-block;
}
/* homepage content */
#actions {
  margin-top: 30px;
  margin-bottom: 30px;
}
#news .news_feed,
#news .events_feed {
  width: 555px;
}
@media (max-width: 1199px) {
  #news .news_feed,
  #news .events_feed {
    width: 455px;
  }
}
@media (max-width: 991px) {
  #news .news_feed,
  #news .events_feed {
    width: 345px;
  }
}
@media (max-width: 768px) {
  #news .news_feed,
  #news .events_feed {
    width: 100%;
    padding: 0 15px;
  }
}
#news .news_feed a,
#news .events_feed a {
  color: #411f51;
}
#news .news_feed .article,
#news .events_feed .article {
  padding-bottom: 15px;
}
#news .news_feed .article h3,
#news .events_feed .article h3 {
  margin: 10px 0 10px 0;
  font-weight: 700;
  font-size: 16px;
}
#news .news_feed .article .date,
#news .events_feed .article .date {
  font-size: 12px;
  margin: 0 0 5px 0;
}
#news .news_feed .article .description,
#news .events_feed .article .description {
  margin: 0 0 5px 0;
}
#news .events_feed {
  color: #411f51;
}
#news .events_feed a {
  color: #411f51;
}
/* other pages */
#main_content #col_left {
  width: 295px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  #main_content #col_left {
    width: 250px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #main_content #col_left {
    width: 220px;
  }
}
@media (max-width: 768px) {
  #main_content #col_left {
    width: 100%;
  }
}
#main_content #col_left h2 {
  font-size: 16px;
  color: #411f51;
  font-weight: bold;
  margin-bottom: 20px;
}
#main_content #col_left h2 a {
  color: #411f51;
}
#main_content #col_left .nav {
  border-bottom: 1px solid #eee;
}
#main_content #col_left ul li {
  margin: 0;
  font-size: 16px;
  color: #411f51;
  width: 100%;
}
#main_content #col_left ul li a {
  text-decoration: underline;
  color: #411f51;
}
#main_content #col_left ul li.active > a {
  background-color: #eee;
}
#main_content #col_left ul li.timeline {
  position: relative;
}
#main_content #col_left ul li.timeline .activity_count {
  position: absolute;
  top: -5px;
  right: 5px;
}
#main_content #col_left ul li li {
  padding-left: 15px;
}
#main_content #col_left ul li li li {
  padding-left: 30px;
}
#main_content #col_left #sidebar_blocks {
  padding-top: 20px;
}
#main_content #col_left #sidebar_blocks .action {
  border-bottom: 1px solid #411f51;
  margin-bottom: 15px;
}
#main_content #col_right {
  padding-left: 40px;
  width: 797px;
  color: #555;
}
@media (max-width: 1199px) {
  #main_content #col_right {
    width: 720px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #main_content #col_right {
    width: 530px;
  }
}
@media (max-width: 768px) {
  #main_content #col_right {
    padding-top: 40px;
    width: 100%;
  }
}
#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 .table th {
  padding: 4px;
}
#page .table td {
  border: 0;
  padding: 4px;
}
#page #tableofcontents {
  margin-top: 20px;
  margin-bottom: 0;
}
#page #tableofcontents h2 {
  margin-top: 0;
}
#meeting_book .social_event {
  margin-bottom: 10px;
}
#meeting_book .social_event label {
  font-weight: normal;
}
#meeting_book .social_event label .price {
  font-weight: bold;
}
.payment_form {
  float: left;
  margin-right: 10px;
}
.payment_form input {
  height: 35px;
}
#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 {
  background: #ececec;
  padding: 15px;
  margin-bottom: 20px;
}
#locker .detail .detail_top .title h2 {
  margin: 0;
}
#locker .detail .detail_top .filter {
  color: #411f51;
  font-size: 14px;
}
#locker .detail .detail_top .filter label {
  font-weight: normal;
}
#locker .detail .items .item {
  padding: 15px;
  border-bottom: 1px solid #d4eef8;
}
#locker .detail .items .item.unread {
  background-color: #f0f4f6;
}
#locker .detail .items .item h3 {
  margin-top: 0;
  font-size: 20px;
}
#locker .detail .items .item a {
  font-weight: bold;
}
#locker .detail .items .item .date {
  font-weight: bold;
  color: #000;
}
#locker .detail .items .item .actions {
  color: #008bcd;
}
#search_page h3 {
  margin-top: 0;
}
#search_page .show_results {
  cursor: pointer;
}
#search_page .result_section {
  float: none;
}
#page .introduction {
  margin-bottom: 20px;
}
#evaluation .days .day {
  margin-bottom: 5px;
}
#evaluation table {
  width: 100%;
  margin-bottom: 30px;
}
#evaluation table .option {
  text-align: center;
  width: 90px;
}
#evaluation table th {
  text-align: center;
  background-color: #411f51;
  color: #fff;
  padding: 5px;
}
#evaluation table td {
  padding: 5px;
}
#evaluation .submit {
  padding-top: 30px;
}
