@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background: #135089;
}
h1,
h2,
h3,
h4 {
  color: #333;
}
h1 {
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  font-size: 32px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
  font-family: "Open Sans", serif;
}
h3 {
  font-size: 22px;
  font-family: "Open Sans", serif;
}
h4 {
  font-family: "Open Sans", serif;
}
.header {
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
a {
  color: #135089;
}
.table-responsive {
  overflow-x: visible;
}
.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 #9e0b0f;
  font-family: "Open Sans", sans-serif;
}
.btn-primary {
  background-color: #9e0b0f;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #9e0b0f;
  color: #fff;
  text-decoration: underline;
}
.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-primary a :hover {
  text-decoration: underline;
}
.btn-basic {
  background-color: #9e0b0f;
  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: #9e0b0f;
  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: #9e0b0f;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #135089;
  border: 1px solid #135089;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9e0b0f;
  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: #135089;
}
.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: none;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
.pagination {
  font-size: 13px;
}
.pagination li a {
  padding: 3px 8px;
  color: #135089;
}
.pagination li.active a {
  background-color: #135089 !important;
}
.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;
}
.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_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 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  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 .checkbox {
  padding: 10px;
  padding-top: 10px !important;
  background: #dd9c9a;
  border-radius: 10px;
}
.field_direct_debit label {
  font-weight: bold;
  font-size: 18px;
}
.action {
  width: 100%;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.action h2 {
  margin: 0 !important;
  font-size: 24px;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
}
.action h2 a {
  color: #fff !important;
  text-decoration: none;
  font-weight: normal !important;
}
.action h2 a:hover {
  text-decoration: underline;
}
.action h2.title {
  font-size: 18px;
  padding: 10px;
  background: #135089;
}
.action h2.style_0 {
  background: #9e0b0f;
}
.action h2.style_1 {
  background: #135089;
}
.action h2.style_2 {
  background-color: #9e0b0f;
}
.action h2.style_3 {
  background-color: #135089;
}
.action.normal_action .description {
  font-size: 14px;
  display: block;
  padding: 10px;
  margin: 0;
}
.action.banner_action .item .carousel-caption {
  text-align: left;
  left: 20px;
  padding-bottom: 0;
  right: auto;
}
.action.banner_action .carousel-indicators {
  right: 20px;
  left: auto;
  bottom: 10px;
  width: auto;
  margin: 0;
}
.action.advert_action .item img {
  width: 100%;
}
.action.news_action .articles {
  padding: 10px 10px 0 10px;
}
.action.news_action .article {
  border-bottom: 1px solid #9e0b0f;
  padding-top: 10px;
}
.action.news_action .article h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
}
.action.news_action .article p {
  font-size: 14px;
  margin-bottom: 4px;
}
.action.news_action .article .date {
  font-size: 0.85em;
  margin-bottom: 2px;
  color: #666;
}
.action.news_action .article.last {
  border-bottom: 0;
}
.action.twitter_action {
  background: #008bce;
  padding: 30px 15px;
}
.action.twitter_action .twitter-logo {
  text-align: center;
  font-size: 30px;
  margin-bottom: 12px;
}
.action.twitter_action .twitter-logo i {
  color: #fff;
}
.action.twitter_action .content {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.action.twitter_action .content a {
  color: #fff;
}
#footer {
  padding: 40px 0;
  background: #135089;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}
#footer p {
  font-size: 13px;
  margin: 0;
}
#footer p a {
  color: #fff;
}
#footer .worldpay_logos {
  width: 308px;
  padding: 10px 0 2px 0;
}
#footer .worldpay_logos table {
  text-align: left;
}
#footer .worldpay_logos table td {
  padding-right: 8px;
  padding-bottom: 8px;
  text-align: left;
}
#footer .footer_links img {
  display: inline-block;
}
#footer .social_icons {
  padding-top: 20px;
  font-size: 38px;
  text-align: right;
}
#footer .social_icons i {
  color: #fff !important;
}
#footer .footer_bottom {
  padding-top: 20px;
}
/* homepage */
#banner,
#banner_mob {
  padding: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  background: #120A1E;
  overflow: hidden;
}
#banner img,
#banner_mob img {
  margin: 0 auto;
}
#banner .banner_inner,
#banner_mob .banner_inner {
  position: absolute;
  top: 50%;
  width: 1062px;
  margin: 0 auto;
}
#banner .banner_text,
#banner_mob .banner_text {
  padding-bottom: 20px;
  padding-left: 190px;
  padding-right: 190px;
  color: #fff;
}
#banner .banner_text h1,
#banner_mob .banner_text h1 {
  font-size: 34px;
  font-family: "Open Sans", serif;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 682px;
}
#banner .banner_text h1 a,
#banner_mob .banner_text h1 a {
  color: #fff;
}
#banner .banner_text h2,
#banner_mob .banner_text h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  width: 682px;
}
#banner .banner_text h2 a,
#banner_mob .banner_text h2 a {
  color: #fff;
}
@media (max-width: 767px) {
  .table-responsive > .table {
    width: 100% !important;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
    width: 100% !important;
  }
}
#header {
  background: #fff;
  margin-bottom: 0;
}
#header #top {
  padding: 30px 0;
  position: relative;
  z-index: 200;
}
#header #top .logo {
  float: left;
  padding: 0;
}
#header #top .right_content {
  float: right;
  width: 70%;
  padding-top: 13px;
}
#header #top .right_content .login {
  float: right;
  padding: 15px 20px 0 20px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  color: #9e0b0f;
  border-right: 1px solid #ebebeb;
}
#header #top .right_content .login p {
  font-size: 15px;
  margin: 0;
}
#header #top .right_content .login p a {
  color: #9e0b0f;
}
#header #top .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 #top .right_content .search {
  padding-right: 28px;
  border-right: 1px solid #ebebeb;
}
#header #top .right_content .search .fieldset {
  border: 1px solid #9e0b0f;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
#header #top .right_content .search .field {
  background: #fff;
  padding: 12px 25px;
  height: 48px;
  border: 0;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
#header #top .right_content .search .submit {
  padding: 0;
  background: #9e0b0f;
  color: #fff;
  font-size: 22px;
  width: 60px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
#header #top .right_content .strapline {
  text-align: right;
}
#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;
}
#header #top .login_form h3,
#header #top .search_mobile h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
#header #top .login_form .input-group,
#header #top .search_mobile .input-group {
  width: 160px;
}
#header #top .strapline {
  color: #9e0b0f;
  padding-top: 15px;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  font-weight: bold;
}
#header #top .strapline p {
  font-size: 15px;
  margin: 0;
}
#header #top .icons {
  padding-top: 70px;
}
#header #top .icons .icon {
  cursor: pointer;
  margin-left: 10px;
}
#header #navigation {
  margin: 0;
  border: 0;
  background: #9e0b0f;
  border-radius: 0;
}
#header #navigation .navigation {
  background: none;
  padding: 18px 0;
  height: 60px;
  margin: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
}
#header #navigation .navigation .menu {
  padding: 0;
  border-top: 0;
}
#header #navigation .navigation .menu .top_level {
  float: left;
}
#header #navigation .navigation .menu ul {
  margin: 0;
  padding: 0;
}
#header #navigation .navigation .menu ul li {
  margin: 0;
  padding: 0 60px 0 0;
  list-style: none;
  font-size: 16px;
}
#header #navigation .navigation .menu ul li a {
  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;
}
/* homepage bits & pieces */
#main_cta {
  background: #135089;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 30px 0;
  text-transform: uppercase;
}
#main_cta a {
  color: #fff;
}
#main_content {
  background: #fff;
}
#main_content #page_content {
  padding-top: 45px;
  padding-bottom: 45px;
}
#main_content #page_content #col_left {
  width: 295px;
  padding-right: 40px;
  font-family: "Open Sans", sans-serif;
}
#main_content #page_content #col_left h2 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#main_content #page_content #col_left h2 a {
  color: #333;
}
#main_content #page_content #col_left .nav {
  border-bottom: 1px solid #eee;
}
#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 {
  text-decoration: underline;
  color: #333;
}
#main_content #page_content #col_left ul li.active > a {
  background-color: #eee;
}
#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 .sidebar_blocks {
  padding-top: 20px;
}
#main_content #page_content .sidebar_blocks .action {
  border-bottom: 1px solid #00658d;
  margin-bottom: 15px;
}
#main_content #page_content .sidebar_blocks .action h2 {
  font-size: 20px !important;
}
#main_content #page_content .sidebar_blocks .action .action_content {
  padding: 10px;
  font-size: 14px;
}
#main_content #page_content #col_right {
  padding-left: 40px;
  width: 797px;
  color: #000;
}
/* homepage specifics */
#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 {
  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 .text {
  font-family: "Open Sans", sans-serif;
}
#home_content .text h3 {
  margin-top: 0;
  line-height: 1.2em;
}
#home_content .text p {
  color: #707070;
}
#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 {
  background: #ececec;
  padding: 15px;
  margin-bottom: 20px;
}
#locker .detail .detail_top .title h2 {
  margin: 0;
}
#locker .detail .detail_top .filter {
  font-family: "Open Sans", sans-serif;
  color: #333;
  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 .date {
  font-weight: bold;
  color: #333;
}
#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;
}
#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;
}
@media (max-width: 1199px) {
  #header .strapline {
    width: 580px;
  }
  #header .login_search {
    width: 700px;
  }
  #main_content #navigation .navigation .menu ul li {
    padding-right: 50px;
  }
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 250px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 20px !important;
  }
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 720px;
  }
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 940px;
    top: 48%;
  }
  #banner .banner_text,
  #banner_mob .banner_text {
    width: 940px;
    padding-left: 129px;
    padding-right: 129px;
  }
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 32px;
  }
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #header .logo {
    width: 195px;
  }
  #header .login_search {
    width: 495px;
  }
  #header .login_search .login {
    padding-right: 10px;
  }
  #header .login_search .search {
    padding-left: 0;
    border: 0;
  }
  #header .login_search .search .field {
    width: 110px;
    padding-right: 0;
  }
  #header .strapline {
    width: 440px;
  }
  #main_content #navigation .navigation .menu ul li {
    padding-right: 22px;
  }
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 220px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 18px !important;
  }
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 530px;
  }
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 720px;
    top: 30%;
  }
  #banner .banner_text,
  #banner_mob .banner_text {
    width: 720px;
    padding-left: 19px;
    padding-right: 19px;
  }
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 30px;
  }
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 18px;
  }
}
/* 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;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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;
}
/* responsive CSS starts here */
@media (max-width: 991px) {
  .action.advert_action .item img {
    width: auto;
  }
}
@media (max-width: 767px) {
  #header #top .right_content {
    width: 35%;
  }
  #header #top .right_content .icons {
    padding-top: 0;
  }
  #header #top .strapline {
    width: auto !important;
  }
  #header #navigation .navigation {
    height: auto;
  }
  #header #navigation .navigation .menu ul li {
    padding: 0;
    margin-bottom: 10px;
  }
  #header #navigation .navigation .menu ul li.last {
    margin-bottom: 0;
  }
  .action h2 {
    font-size: 20px !important;
  }
  .action.advert_action .item img {
    width: auto;
  }
  .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;
  }
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    padding: 0 15px;
    left: 0;
    width: 100%;
    top: 40%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 45px 25px;
    width: 100%;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 30px;
    width: 100%;
  }
  #main_content #banner .banner_inner .banner_text h2,
  #main_content #banner_mob .banner_inner .banner_text h2 {
    font-size: 20px;
    width: 100%;
  }
  #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: "Open Sans", serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #main_content #mobile_search form .form-group .form-control {
    font-family: "Open Sans", sans-serif;
  }
  #main_content #mobile_search .col-lg-12 {
    padding: 0;
  }
  #main_content #actions {
    padding: 20px 7px 0 7px;
  }
  #main_content #actions .action {
    padding: 0 8px;
  }
  #main_content #actions .action .title {
    min-height: 32px;
  }
  #main_content #actions .action h2 {
    font-size: 16px !important;
  }
  #main_content #actions .row {
    margin-left: 0;
    margin-right: 0;
  }
  #main_content #actions .col-xs-1,
  #main_content #actions .col-sm-1,
  #main_content #actions .col-md-1,
  #main_content #actions .col-lg-1,
  #main_content #actions .col-xs-2,
  #main_content #actions .col-sm-2,
  #main_content #actions .col-md-2,
  #main_content #actions .col-lg-2,
  #main_content #actions .col-xs-3,
  #main_content #actions .col-sm-3,
  #main_content #actions .col-md-3,
  #main_content #actions .col-lg-3,
  #main_content #actions .col-xs-4,
  #main_content #actions .col-sm-4,
  #main_content #actions .col-md-4,
  #main_content #actions .col-lg-4,
  #main_content #actions .col-xs-5,
  #main_content #actions .col-sm-5,
  #main_content #actions .col-md-5,
  #main_content #actions .col-lg-5,
  #main_content #actions .col-xs-6,
  #main_content #actions .col-sm-6,
  #main_content #actions .col-md-6,
  #main_content #actions .col-lg-6,
  #main_content #actions .col-xs-7,
  #main_content #actions .col-sm-7,
  #main_content #actions .col-md-7,
  #main_content #actions .col-lg-7,
  #main_content #actions .col-xs-8,
  #main_content #actions .col-sm-8,
  #main_content #actions .col-md-8,
  #main_content #actions .col-lg-8,
  #main_content #actions .col-xs-9,
  #main_content #actions .col-sm-9,
  #main_content #actions .col-md-9,
  #main_content #actions .col-lg-9,
  #main_content #actions .col-xs-10,
  #main_content #actions .col-sm-10,
  #main_content #actions .col-md-10,
  #main_content #actions .col-lg-10,
  #main_content #actions .col-xs-11,
  #main_content #actions .col-sm-11,
  #main_content #actions .col-md-11,
  #main_content #actions .col-lg-11,
  #main_content #actions .col-xs-12,
  #main_content #actions .col-sm-12,
  #main_content #actions .col-md-12,
  #main_content #actions .col-lg-12 {
    padding: 0;
  }
  #main_content #page_content {
    padding-top: 0;
  }
  #main_content #page_content #col_left {
    padding: 0;
    width: 100%;
  }
  #main_content #page_content #col_left h2 {
    background-color: #76839c;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
  }
  #main_content #page_content #col_left h2.active {
    background-color: #67717f;
  }
  #main_content #page_content #col_left h2 a {
    text-decoration: none;
    color: #fff;
  }
  #main_content #page_content #col_left ul li {
    font-size: 14px;
  }
  #main_content #page_content #col_left ul li li {
    padding-left: 0;
  }
  #main_content #page_content #col_left ul li li li {
    padding-left: 0;
  }
  #main_content #page_content #col_left ul li a {
    background-color: #76839c;
    color: #fff;
    text-decoration: none;
  }
  #main_content #page_content #col_left ul li a:hover {
    text-decoration: underline;
  }
  #main_content #page_content #col_left ul li.active > a {
    background-color: #67717f;
  }
  #main_content #page_content #col_right {
    padding-top: 40px;
    padding-left: 15px;
    width: 100%;
  }
  #footer_top .footer_wrapper p {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    top: 40%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 24px;
  }
  #main_content #banner .banner_inner .banner_text h2,
  #main_content #banner_mob .banner_inner .banner_text h2 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  #header .icons {
    padding-top: 40px;
  }
  #header .login_search .search {
    padding: 14px 0 14px 20px;
    border-left: 0;
  }
  #header #search .field {
    width: calc(100% - 150px);
  }
  #header #search .submit .btn {
    padding: 6px 10px;
  }
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    top: 40%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  #main_content #banner .banner_inner .banner_text h2,
  #main_content #banner_mob .banner_inner .banner_text h2 {
    font-size: 12px;
  }
}
body.hide_header_footer header,
body.hide_header_footer footer {
  display: none !important;
}
body.hide_header_footer #col_left {
  display: none !important;
}
body.hide_header_footer #col_right {
  width: 100% !important;
}
.review_inner {
  padding: 0 15px 5px;
}
.review_inner .form-group {
  margin-bottom: 10px;
}
.review_inner .control-label {
  font-weight: normal;
}
/*# sourceMappingURL=style.css.map */