  @-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background: #212558;
}
h1,
h2,
h3,
h4 {
  color: #212558;
}
h1 {
  font-family: "lato", sans-serif;
  font-size: 36px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
  font-family: "futura-pt", sans-serif;
}
h3 {
  font-size: 20px;
}
h4 {
  font-family: "futura-pt", sans-serif;
}
.header {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
a {
  color: #212558;
}
.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;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hidden-retina {
    display: none !important;
  }
}
.visible-retina {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .visible-retina {
    display: inline !important;
  }
}
.btn {
  border: 1px solid #212558;
  font-family: "lato", sans-serif;
}
.btn-primary {
  background-color: #212558;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #212558;
  color: #fff;
  text-decoration: underline;
}
.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-primary a :hover {
  text-decoration: underline;
}
.btn-basic {
  background-color: #212558;
  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: #212558;
  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: #212558;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #4fb8b9;
  border: 1px solid #4fb8b9;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #212558;
  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: #4fb8b9;
}
.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: "lato", sans-serif;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
.pagination {
  font-size: 13px;
}
.pagination li a {
  padding: 3px 8px;
  color: #4fb8b9;
}
.pagination li.active a {
  background-color: #4fb8b9 !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;
  margin-left: 2px;
  margin-right: 2px;
}
.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;
}
#header {
  background: #fff;
  margin-bottom: 0;
}
#header #top {
  padding: 15px 0;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  #header #top {
    height: 80px;
  }
}
#header #top .logo {
  float: left;
  max-width: 30%;
  /* padding: 15px 0 0 0; */
}
@media (max-width: 767px) {
  #header #top .logo {
    max-width: none;
    width: 50%;
  }
}
#header #top .logo img {
  height: 100px;
}
@media (max-width: 767px) {
  #header #top .logo img {
    height: 52px;
    max-width: none;
  }
}
#header #top .right_content {
  float: right;
  width: 70%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #header #top .right_content {
    width: 50%;
  }
}
#header #top .right_content .login {
  font-family: "lato", sans-serif;
  font-weight: 300;
  text-align: right;
  color: #212558;
}
#header #top .right_content .login p {
  font-size: 15px;
  margin-bottom: 12px;
}
#header #top .right_content .login p a {
  color: #212558;
  font-weight: 500;
  text-decoration: underline;
}
#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 {
  border: 1px solid #212558;
}
#header #top .right_content .search .fieldset {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#header #top .right_content .search .field {
  width: 310px;
  background: #fff;
  padding: 12px 25px;
  height: 40px;
  border: 0;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#header #top .right_content .search .submit {
  padding: 0;
  background: #75c5c0;
  border: #75c5c0;
  color: #212558;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}
#header #top .right_content .search .submit .fa {
  position: absolute;
  top: 8px;
  left: 10px;
}
#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: #212558;
  padding-top: 15px;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#header #top .strapline p {
  font-size: 15px;
  margin: 0;
}
#header #top .icons {
  color: #212558;
  padding-top: 70px;
  font-size: 30px;
}
#header #top .icons a {
  color: #212558 !important;
}
#header #top .icons .icon {
  cursor: pointer;
  margin-left: 10px;
}
#header #navigation {
  margin: 0;
  border: 0;
  background: #fff;
  border-radius: 0;
  min-height: auto;
  border-top: 1px solid #212558;
}
#header #navigation .navigation {
  background: none;
  padding: 18px 0;
  height: 60px;
  margin: 0;
  border: 0;
  font-family: "lato", 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: #293089;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
}
#header #navigation .navigation .menu ul li.active > a,
#header #navigation .navigation .menu ul li.hover > a {
  color: #293089;
  font-weight: 500;
  text-decoration: underline;
}
#header #navigation .navigation .menu ul li:last-child {
  padding-right: 0;
}
/* homepage bits & pieces */
#main_cta {
  background: #4fb8b9;
  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: #212558;
  overflow: hidden;
}
@media (max-width: 767px) {
  #banner,
  #banner_mob {
    padding: 0 15px;
  }
}
#banner img,
#banner_mob img {
  margin: 0 auto;
}
#banner .banner_inner,
#banner_mob .banner_inner {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  #banner .banner_inner,
  #banner_mob .banner_inner {
    top: 15%;
  }
}
@media (max-width: 600px) {
  #banner .banner_inner,
  #banner_mob .banner_inner {
    top: 10%;
  }
}
@media (max-width: 400px) {
  #banner .banner_inner,
  #banner_mob .banner_inner {
    top: 5%;
  }
}
#banner .banner_text,
#banner_mob .banner_text {
  margin: 0 auto;
  padding-bottom: 20px;
  color: #fff;
}
#banner .banner_text h1,
#banner_mob .banner_text h1 {
  font-size: 45px;
  font-family: "lato", sans-serif;
  font-weight: normal;
  text-transform: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1199px) {
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 18px;
  }
}
#banner .banner_text h2,
#banner_mob .banner_text h2 {
  font-family: "lato", sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-transform: none;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 18px;
  }
}
#banner .banner_text .button,
#banner_mob .banner_text .button {
  text-align: center;
}
#banner .banner_text .button a,
#banner_mob .banner_text .button a {
  margin-top: 40px;
  display: inline-block;
  background-color: #75c5c0;
  padding: 10px 23px;
  color: #212558;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-shadow: none;
  font-weight: 800;
  font-size: 16px;
}
@media (max-width: 991px) {
  #banner .banner_text .button a,
  #banner_mob .banner_text .button a {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #banner .banner_text .button a,
  #banner_mob .banner_text .button a {
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
  }
}
#banner .banner_text .button a:hover,
#banner_mob .banner_text .button a:hover {
  text-decoration: none;
}
#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 .twitter {
  margin: 110px 0 60px;
  background-color: #f8f8f8;
  padding: 110px 0 135px;
  color: #212558;
}
#main_content #page_content .twitter .twit {
  margin-bottom: 25px;
}
#main_content #page_content .twitter .title {
  margin-bottom: 25px;
  font-family: "tondo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
#main_content #page_content .twitter .content {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}
#main_content #page_content .twitter .content a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
#main_content #page_content #col_left {
  width: 295px;
  padding-right: 40px;
  font-family: "lato", sans-serif;
}
@media (max-width: 1199px) {
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 250px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 220px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #main_content #page_content #col_left {
    padding: 0;
    width: 100%;
  }
}
#main_content #page_content #col_left h2 {
  font-size: 16px;
  font-family: "lato", sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left h2 {
    background-color: #aaa;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
  }
  #main_content #page_content #col_left h2.active {
    background-color: #4fb8b9;
  }
}
#main_content #page_content #col_left h2 a {
  color: #333;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left h2 a {
    text-decoration: none;
    color: #fff;
  }
}
#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%;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li {
    font-size: 14px;
  }
}
#main_content #page_content #col_left ul li a {
  text-decoration: underline;
  color: #333;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li a {
    background-color: #aaa;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #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: #eee;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li.active > a {
    background-color: #4fb8b9;
  }
}
#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;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li li {
    padding-left: 5px;
  }
}
#main_content #page_content #col_left ul li li li {
  padding-left: 30px;
}
@media (max-width: 767px) {
  #main_content #page_content #col_left ul li li li {
    padding-left: 10px;
  }
}
#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;
}
@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%;
  }
}
/*footer*/
#footer {
  background-color: #212558;
  padding: 48px 0 75px;
  color: #fff;
  font-family: "lato", sans-serif;
  margin-bottom: 0;
}
#footer .column_wrapper .column {
  margin-bottom: 80px;
}
#footer .column_wrapper .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}
#footer .column_wrapper .content {
  font-weight: 300;
  line-height: 22px;
}
#footer .column_wrapper .telephone-icon {
  padding-left: 20px;
  background-image: url('/static/images/telephone_icon.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
#footer .column_wrapper .envelope-icon {
  padding-left: 20px;
  background-image: url('/static/images/envelope_icon.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
#footer .column_wrapper .navigation {
  padding-left: 0;
  list-style-type: none;
}
#footer .column_wrapper .navigation li {
  margin-bottom: 22px;
}
#footer .column_wrapper .navigation li a {
  font-weight: 300;
  color: #fff;
}
#footer .column_wrapper .social {
  margin-right: 24px;
  color: #fff;
  font-size: 20px;
}
#footer .column_wrapper .worldpay {
  margin-top: 20px;
  text-align: left;
}
#footer .column_wrapper .worldpay table {
  text-align: left;
  width: 100%;
}
#footer .column_wrapper .worldpay table td {
  padding-right: 8px;
  padding-bottom: 8px;
  text-align: left;
}
#footer .footer-right {
  float: right;
}
#footer .seperator {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bebebe;
}
#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 .powered {
  position: relative;
  bottom: -2px;
}
#footer .footer_links img {
  display: inline-block;
}
#footer .social_icons {
  padding-top: 20px;
  font-size: 38px;
  text-align: right;
}
#footer .social_icons i {
  color: #32374c !important;
}
#footer .footer_bottom {
  padding-top: 10px;
}
/* homepage specifics */
.action {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .action {
    margin-bottom: 15px;
  }
}
.action h2 {
  margin: 0 !important;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
}
.action h2 a {
  color: #75c5c0 !important;
  text-decoration: none;
  font-weight: 700 !important;
}
.action h2 a:hover {
  text-decoration: underline;
}
.action h2.title {
  font-size: 16px;
  padding-bottom: 10px;
}
.action.normal_action h2 {
  background: #212558;
  padding: 15px;
}
@media (max-width: 767px) {
  .action.normal_action h2 {
    padding: 10px;
  }
}
.action.normal_action h2 a {
  font-family: "lato", sans-serif;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: none;
  font-size: 18px;
}
@media (max-width: 767px) {
  .action.normal_action h2 a {
    font-size: 13px;
  }
}
.action.normal_action .description {
  font-size: 14px;
  display: block;
  padding: 10px;
  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: #75c5c0;
  padding: 10px 23px;
  color: #212558;
  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.banner_action .carousel-indicators {
  right: 40px;
  left: auto;
  bottom: 40px;
  width: auto;
  margin: 0;
}
.action.banner_action .carousel-indicators li {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0;
}
.action.banner_action .carousel-indicators li.active {
  background-color: #75c5c0;
}
.action.advert_action .item img {
  width: 100%;
}
.action.news_action.action .title {
  padding-bottom: 15px;
}
.action.news_action .articles {
  padding: 0;
  font-family: "futura-pt", sans-serif;
}
.action.news_action .article {
  font-family: "lato", sans-serif;
  padding-bottom: 10px;
}
.action.news_action .article h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.action.news_action .article .date {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #8b8b8b;
}
.action.news_action .article .read-more {
  text-decoration: underline;
  font-weight: 500;
  color: #75c5c0;
}
.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: 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;
}
#page .twitter {
  margin: 0 !important;
  padding: 50px 0 65px !important;
}
#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: "lato", sans-serif;
  font-weight: 300;
}
#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 td {
  text-align: center;
}
#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: "lato", 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;
}
/* 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;
}
.footer-right .member_links {
  float: right;
}
.footer-right .footer_links {
  float: right;
}
.calendar_month .head {
  position: relative;
  text-align: center;
  background: #212558;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.calendar_month .head .name {
  display: inline-block;
}
.calendar_month .head .month_link {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
}
.calendar_month .head .month_link.back {
  left: 10px;
}
.calendar_month .head .month_link.forward {
  right: 10px;
}
.calendar_month .day_titles,
.calendar_month .days {
  background: #fff;
}
.calendar_month .day_titles .title,
.calendar_month .days .title,
.calendar_month .day_titles .day,
.calendar_month .days .day {
  float: left;
  width: 14.28571429%;
  color: #fff;
}
.calendar_month .day_titles .title .inner,
.calendar_month .days .title .inner,
.calendar_month .day_titles .day .inner,
.calendar_month .days .day .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.calendar_month .day_titles {
  background: #212558;
  color: #A6ABD8;
}
.calendar_month .day_titles .title {
  padding: 10px 0;
}
.calendar_month .day_titles .title .inner {
  text-align: center;
}
.calendar_month .days {
  border-left: 1px solid #B9BACE;
}
@media (max-width: 767px) {
  .calendar_month .days {
    border-left: 0;
  }
}
.calendar_month .days .day {
  height: 105px;
  border-right: 1px solid #B9BACE;
  border-bottom: 1px solid #B9BACE;
}
.calendar_month .days .day.highlight {
  background: #E7F7F3;
}
.calendar_month .days .day.highlight .inner .number {
  background: #91CFC0;
}
.calendar_month .days .day .inner .number {
  background: #EAEBF5;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  color: #121C52;
}
.calendar_month .days .day .inner .number-m {
  color: #A6ABD8;
  font-size: 14px;
  margin-bottom: 5px;
}
.calendar_month .days .day .inner .details {
  padding: 10px 12px;
  font-size: 14px;
}
.calendar_month .days .day .availability {
  width: 100%;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .calendar_month .days .day {
    height: 98px;
  }
}
@media (max-width: 992px) {
  .calendar_month .days .day {
    height: 70px;
  }
  .calendar_month .days .day .inner .number {
    font-size: 12px;
    padding: 3px 0;
  }
  .calendar_month .days .day .inner .details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .calendar_month .days .day {
    float: none;
    width: 100%;
    padding: 15px 15px 20px;
    border: 1px solid #B9BACE;
    border-top: 0;
    background: none !important;
    height: auto;
  }
  .calendar_month .days .day .inner .details {
    font-size: 18px;
    padding: 0;
    color: #212558;
  }
}
/* responsive CSS starts here */
@media (max-width: 563px) {
  .action.banner_action .item .carousel-caption,
  .action.banner_action .carousel-indicators {
    bottom: 20px;
  }
  .action.banner_action .item .carousel-caption .button a {
    padding: 6px 12px;
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  #header #navigation .navigation .menu ul li {
    padding-right: 40px;
  }
  #header .strapline {
    width: 580px;
  }
  #header .login_search {
    width: 700px;
  }
  #header #top .right_content .search {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #header #navigation .navigation .menu ul li {
    padding-right: 15px;
  }
  #header #navigation .navigation .menu ul li a {
    letter-spacing: -0.25px;
  }
  #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;
  }
}
@media (max-width: 991px) {
  .action.advert_action .item img {
    width: auto;
  }
  #footer_top .footer_wrapper p {
    margin-bottom: 10px;
  }
  #footer .footer-right {
    float: none;
    padding-top: 10px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-right {
    text-align: center;
  }
  .footer-right .member_links {
    float: none;
  }
  .footer-right .footer_links {
    float: none;
  }
}
@media (max-width: 767px) {
  #header #top .right_content {
    width: 50%;
  }
  #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 #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: "lato", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #main_content #mobile_search form .form-group .form-control {
    font-family: "lato", 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;
  }
}
@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;
  }
}
/*# sourceMappingURL=style.css.map */