.ajax-progress .glyphicon,
.ajax-progress .view-homepage-carousel .owl-controls .owl-buttons div,
.view-homepage-carousel .owl-controls .owl-buttons .ajax-progress div {
  font-size: 90%;
  margin: 0 -.25em 0 0.5em;
}

.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */

.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}

.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 14px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}

.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #e5e5e5 #ddd #e5e5e5 #e5e5e5;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #e5e5e5 #e5e5e5 #e5e5e5 #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 12.5%;
  }
}

.alert ul,
div.messages ul,
form .description ul,
.form .description ul,
.content-content .alert ul,
.content-content div.messages ul,
.content-content form .description ul,
form .content-content .description ul,
.content-content .form .description ul,
.form .content-content .description ul {
  padding-left: 20px;
  margin: 0;
}

.alert ul li:last-child,
div.messages ul li:last-child,
form .description ul li:last-child,
.form .description ul li:last-child,
.content-content .alert ul li:last-child,
.content-content div.messages ul li:last-child,
.content-content form .description ul li:last-child,
form .content-content .description ul li:last-child,
.content-content .form .description ul li:last-child,
.form .content-content .description ul li:last-child {
  margin-bottom: 0;
}

.alert a,
div.messages a,
form .description a,
.form .description a {
  font-weight: bold;
}

.alert a:link,
div.messages a:link,
form .description a:link,
.form .description a:link {
  border-bottom: none !important;
}

.alert-success a,
div.messages.status a {
  color: #125c30 !important;
}

.alert-info a,
div.messages.info a,
form .form-group.form-item-pass .password-suggestions a,
.form .form-group.form-item-pass .password-suggestions a,
form .description a,
.form .description a {
  color: #1d547b !important;
}

.alert-warning a,
div.messages.warning a {
  color: #393d16 !important;
}

.alert-danger a,
div.messages.error a {
  color: #800031 !important;
}

.alert-danger a.btn-danger,
div.messages.error a.btn-danger {
  color: white !important;
}

.nav-stacked > li + li {
  margin-top: 0;
}

#tabs .nav-pills.navbar-right {
  overflow: hidden;
  clear: both;
  float: none !important;
}

#tabs .nav > li > a {
  line-height: 1.2;
  padding: 5px 10px;
}

body {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*
.main-container {
  background-color:$white;
  padding-bottom:20px;
  @include box-shadow(0 0 10px $gray-light);
}*/

.content-top-right {
  margin: 0px;
}

.content-content {
  /*.field-date {
    margin:0 0 px2em(30px) 0;
    display: inline-block;
  }*/
}

.content-content .field-label {
  display: inline-block;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.content-content h3.field-label {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.625em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.content-content .ui-accordion-content h3.field-label {
  font-size: 1em;
  margin-bottom: 0;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.content-content ul,
.content-content ol {
  margin: 0 0 1.875em 1em;
  padding: 0;
}

.content-content ul ul,
.content-content ul ol,
.content-content ol ul,
.content-content ol ol {
  margin-bottom: 0;
}

.content-content ul li,
.content-content ol li {
  margin: 0;
  padding: 0 0 0 0.9375em;
}

.content-content ul.nav-pills {
  margin: 0 0 40px 0;
}

.content-content ul.nav-pills li {
  margin: 0 1px 0 0;
  padding: 0;
}

.content-content .field-name-field-projects {
  margin-bottom: 2.5em;
}

.content-content .field-name-field-key-points {
  background-color: #f0efef;
  padding: 10px 4.5% 3% 4.5%;
  position: relative;
  margin-bottom: 2.5em;
  margin-left: -4.5%;
  margin-right: -4.5%;
  margin-left: 0;
  margin-right: 0;
}

.content-content .field-name-field-key-points h3.field-label {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1.25em;
}

.content-content .field-name-field-key-points:before {
  content: "";
  margin-top: 2.5em;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}

.content-content .field-type-file .flexy-file {
  margin-bottom: 0.3125em;
}

.content-content .field-type-file .flexy-file span.filesize {
  white-space: nowrap;
}

.content-content .field-name-field-introductory-text {
  font-size: 24px;
  margin-bottom: 1.875em;
}

.content-content #mini-panel-rcp_join_button {
  margin-bottom: 2.5em;
}

.content-content ul.field-name-field-people {
  margin-left: 0;
  list-style: none;
}

.content-content ul.field-name-field-people li {
  padding-left: 0;
  list-style-type: none;
}

.content-content .field-name-body *:first-child {
  margin-top: 0;
}

.content-content .field-name-body p {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.content-content .field-name-body p em {
  font-family: "FS Albert Web Bold Italic", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.wrapper {
  background-color: #242a2e;
}

.main-menu {
  background: url("../images/user-menu/user-menu-bg_dark.png") 0 0 repeat;
  background: #242a2e;
}

.content-header {
  background-color: #ffffff;
}

.content-container {
  background-color: #ffffff;
}

.content-container .singlecol {
  background-color: #f0efef;
}

.content-container .twocols,
.content-container .twobytwocols {
  background-color: #ffffff;
}

.content-container .twocols .content-sidebar-top,
.content-container .twocols .content-sidebar-bottom,
.content-container .twobytwocols .content-sidebar-top,
.content-container .twobytwocols .content-sidebar-bottom {
  background: #f0efef;
  /*@include breakpoint($rcp-tablet) {
    background: $rcp-bg-grey-light;
  }*/
}

.content-container .twocols .content-sidebar-top .media-wrapper-container a,
.content-container .twocols .content-sidebar-bottom .media-wrapper-container a,
.content-container .twobytwocols .content-sidebar-top .media-wrapper-container a,
.content-container .twobytwocols .content-sidebar-bottom .media-wrapper-container a {
  border-bottom: none !important;
}

.content-sidebar-top .btn-default,
.content-sidebar-bottom .btn-default {
  width: 100%;
}

.paragraphs-item-question-answer .content h3 {
  font-size: 1.125em;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

h1,
.h1 {
  color: #2770a4;
}

blockquote {
  font-size: 1.5em;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0.70833em 0 0.95833em 0;
  color: #2770a4;
  margin: 0px 0px 1.66667em 0px;
  border-top: 1px solid #002e4d;
  border-bottom: 1px solid #002e4d;
}

blockquote p,
blockquote ul,
blockquote ol {
  margin: 0px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  padding-top: 0.54167em;
}

blockquote footer,
blockquote small,
blockquote .small {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.54167em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "–";
}

.content-title h2.pane-title {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.content-title .pane-content {
  margin-bottom: 2em;
}

.content-title .pane-content a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.content-title .pane-content a:link,
.content-title .pane-content a:visited {
  border-bottom: 1px solid #2770a4;
}

.content-title .pane-content a:hover,
.content-title .pane-content a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}

.content-title .pane-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.content-title .pane-content a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.content-title .pane-content a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.ui-widget-content a,
.list-body p a,
.content p a,
.content li a,
.view a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.ui-widget-content a:link,
.ui-widget-content a:visited,
.list-body p a:link,
.list-body p a:visited,
.content p a:link,
.content p a:visited,
.content li a:link,
.content li a:visited,
.view a:link,
.view a:visited {
  border-bottom: 1px solid #2770a4;
}

.ui-widget-content a:hover,
.ui-widget-content a:focus,
.list-body p a:hover,
.list-body p a:focus,
.content p a:hover,
.content p a:focus,
.content li a:hover,
.content li a:focus,
.view a:hover,
.view a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}

.ui-widget-content a:focus,
.list-body p a:focus,
.content p a:focus,
.content li a:focus,
.view a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ui-widget-content a:not([href]),
.list-body p a:not([href]),
.content p a:not([href]),
.content li a:not([href]),
.view a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.ui-widget-content a:not([href]):hover,
.list-body p a:not([href]):hover,
.content p a:not([href]):hover,
.content li a:not([href]):hover,
.view a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.content-sidebar-top a,
.content-sidebar-bottom a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.content-sidebar-top a:link,
.content-sidebar-top a:visited,
.content-sidebar-bottom a:link,
.content-sidebar-bottom a:visited {
  border-bottom: 1px solid #2770a4;
}

.content-sidebar-top a:hover,
.content-sidebar-top a:focus,
.content-sidebar-bottom a:hover,
.content-sidebar-bottom a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}

.content-sidebar-top a:focus,
.content-sidebar-bottom a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.content-sidebar-top a:not([href]),
.content-sidebar-bottom a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.content-sidebar-top a:not([href]):hover,
.content-sidebar-bottom a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.content-sidebar-top .btn-default,
.content-sidebar-top .btn-primary,
.content-sidebar-top .flag-link-toggle,
.content-sidebar-bottom .btn-default,
.content-sidebar-bottom .btn-primary,
.content-sidebar-bottom .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #2770a4;
  -moz-box-shadow: 0 3px 0 #2770a4;
  box-shadow: 0 3px 0 #2770a4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  width: 100%;
}

.content-sidebar-top .btn-default:hover,
.content-sidebar-top .btn-default:focus,
.content-sidebar-top .btn-primary:hover,
.content-sidebar-top .btn-primary:focus,
.content-sidebar-top .flag-link-toggle:hover,
.content-sidebar-top .flag-link-toggle:focus,
.content-sidebar-bottom .btn-default:hover,
.content-sidebar-bottom .btn-default:focus,
.content-sidebar-bottom .btn-primary:hover,
.content-sidebar-bottom .btn-primary:focus,
.content-sidebar-bottom .flag-link-toggle:hover,
.content-sidebar-bottom .flag-link-toggle:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  -moz-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}

.content-sidebar-top .btn-default:active,
.content-sidebar-top .btn-default.active,
.content-sidebar-top .btn-primary:active,
.content-sidebar-top .btn-primary.active,
.content-sidebar-top .flag-link-toggle:active,
.content-sidebar-top .flag-link-toggle.active,
.content-sidebar-bottom .btn-default:active,
.content-sidebar-bottom .btn-default.active,
.content-sidebar-bottom .btn-primary:active,
.content-sidebar-bottom .btn-primary.active,
.content-sidebar-bottom .flag-link-toggle:active,
.content-sidebar-bottom .flag-link-toggle.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  -moz-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.btn-default,
.btn-primary,
.flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #2770a4;
  -moz-box-shadow: 0 3px 0 #2770a4;
  box-shadow: 0 3px 0 #2770a4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus,
.flag-link-toggle:hover,
.flag-link-toggle:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  -moz-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}

.btn-default:active,
.btn-default.active,
.btn-primary:active,
.btn-primary.active,
.flag-link-toggle:active,
.flag-link-toggle.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  -moz-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.bean-promotion-block ul.field-name-field-link li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #2770a4;
  -moz-box-shadow: 0 3px 0 #2770a4;
  box-shadow: 0 3px 0 #2770a4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.bean-promotion-block ul.field-name-field-link li a:hover,
.bean-promotion-block ul.field-name-field-link li a:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  -moz-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}

.bean-promotion-block ul.field-name-field-link li a:active,
.bean-promotion-block ul.field-name-field-link li a.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  -moz-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--myrcp {
  color: #fff;
  /*@include section-styling(
      $section--global-on,
      $section--global-level4,
      $section--global-level3,
      $section--global-level2,
      $section--global-level1,
      $section--global-hl,
      true);*/
}

.section--myrcp h2,
.section--myrcp h3,
.section--myrcp h4,
.section--myrcp h5,
.section--myrcp h6 {
  color: #fff;
}

.section--myrcp h1,
.section--myrcp .h1 {
  color: #53a0d7;
}

.section--projects h1,
.section--projects .h1 {
  color: #934ebe;
}

.section--projects blockquote {
  font-size: 1.5em;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0.70833em 0 0.95833em 0;
  color: #934ebe;
  margin: 0px 0px 1.66667em 0px;
  border-top: 1px solid #35264d;
  border-bottom: 1px solid #35264d;
}

.section--projects blockquote p,
.section--projects blockquote ul,
.section--projects blockquote ol {
  margin: 0px;
}

.section--projects blockquote p:last-child,
.section--projects blockquote ul:last-child,
.section--projects blockquote ol:last-child {
  padding-top: 0.54167em;
}

.section--projects blockquote footer,
.section--projects blockquote small,
.section--projects blockquote .small {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.54167em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}

.section--projects blockquote footer:before,
.section--projects blockquote small:before,
.section--projects blockquote .small:before {
  content: "–";
}

.section--projects .content-title h2.pane-title {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.section--projects .content-title .pane-content {
  margin-bottom: 2em;
}

.section--projects .content-title .pane-content a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--projects .content-title .pane-content a:link,
.section--projects .content-title .pane-content a:visited {
  border-bottom: 1px solid #934ebe;
}

.section--projects .content-title .pane-content a:hover,
.section--projects .content-title .pane-content a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}

.section--projects .content-title .pane-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--projects .content-title .pane-content a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--projects .content-title .pane-content a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--projects .ui-widget-content a,
.section--projects .list-body p a,
.section--projects .content p a,
.section--projects .content li a,
.section--projects .view a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--projects .ui-widget-content a:link,
.section--projects .ui-widget-content a:visited,
.section--projects .list-body p a:link,
.section--projects .list-body p a:visited,
.section--projects .content p a:link,
.section--projects .content p a:visited,
.section--projects .content li a:link,
.section--projects .content li a:visited,
.section--projects .view a:link,
.section--projects .view a:visited {
  border-bottom: 1px solid #934ebe;
}

.section--projects .ui-widget-content a:hover,
.section--projects .ui-widget-content a:focus,
.section--projects .list-body p a:hover,
.section--projects .list-body p a:focus,
.section--projects .content p a:hover,
.section--projects .content p a:focus,
.section--projects .content li a:hover,
.section--projects .content li a:focus,
.section--projects .view a:hover,
.section--projects .view a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}

.section--projects .ui-widget-content a:focus,
.section--projects .list-body p a:focus,
.section--projects .content p a:focus,
.section--projects .content li a:focus,
.section--projects .view a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--projects .ui-widget-content a:not([href]),
.section--projects .list-body p a:not([href]),
.section--projects .content p a:not([href]),
.section--projects .content li a:not([href]),
.section--projects .view a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--projects .ui-widget-content a:not([href]):hover,
.section--projects .list-body p a:not([href]):hover,
.section--projects .content p a:not([href]):hover,
.section--projects .content li a:not([href]):hover,
.section--projects .view a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--projects .content-sidebar-top a,
.section--projects .content-sidebar-bottom a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--projects .content-sidebar-top a:link,
.section--projects .content-sidebar-top a:visited,
.section--projects .content-sidebar-bottom a:link,
.section--projects .content-sidebar-bottom a:visited {
  border-bottom: 1px solid #934ebe;
}

.section--projects .content-sidebar-top a:hover,
.section--projects .content-sidebar-top a:focus,
.section--projects .content-sidebar-bottom a:hover,
.section--projects .content-sidebar-bottom a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}

.section--projects .content-sidebar-top a:focus,
.section--projects .content-sidebar-bottom a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--projects .content-sidebar-top a:not([href]),
.section--projects .content-sidebar-bottom a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--projects .content-sidebar-top a:not([href]):hover,
.section--projects .content-sidebar-bottom a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--projects .content-sidebar-top .btn-default,
.section--projects .content-sidebar-top .btn-primary,
.section--projects .content-sidebar-top .flag-link-toggle,
.section--projects .content-sidebar-bottom .btn-default,
.section--projects .content-sidebar-bottom .btn-primary,
.section--projects .content-sidebar-bottom .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #934ebe;
  -moz-box-shadow: 0 3px 0 #934ebe;
  box-shadow: 0 3px 0 #934ebe;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  width: 100%;
}

.section--projects .content-sidebar-top .btn-default:hover,
.section--projects .content-sidebar-top .btn-default:focus,
.section--projects .content-sidebar-top .btn-primary:hover,
.section--projects .content-sidebar-top .btn-primary:focus,
.section--projects .content-sidebar-top .flag-link-toggle:hover,
.section--projects .content-sidebar-top .flag-link-toggle:focus,
.section--projects .content-sidebar-bottom .btn-default:hover,
.section--projects .content-sidebar-bottom .btn-default:focus,
.section--projects .content-sidebar-bottom .btn-primary:hover,
.section--projects .content-sidebar-bottom .btn-primary:focus,
.section--projects .content-sidebar-bottom .flag-link-toggle:hover,
.section--projects .content-sidebar-bottom .flag-link-toggle:focus {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #934ebe;
  -moz-box-shadow: 0 2px 0 #934ebe;
  box-shadow: 0 2px 0 #934ebe;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--projects .content-sidebar-top .btn-default:active,
.section--projects .content-sidebar-top .btn-default.active,
.section--projects .content-sidebar-top .btn-primary:active,
.section--projects .content-sidebar-top .btn-primary.active,
.section--projects .content-sidebar-top .flag-link-toggle:active,
.section--projects .content-sidebar-top .flag-link-toggle.active,
.section--projects .content-sidebar-bottom .btn-default:active,
.section--projects .content-sidebar-bottom .btn-default.active,
.section--projects .content-sidebar-bottom .btn-primary:active,
.section--projects .content-sidebar-bottom .btn-primary.active,
.section--projects .content-sidebar-bottom .flag-link-toggle:active,
.section--projects .content-sidebar-bottom .flag-link-toggle.active {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #934ebe;
  -moz-box-shadow: 0 0px 0 #934ebe;
  box-shadow: 0 0px 0 #934ebe;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--projects .btn-default,
.section--projects .btn-primary,
.section--projects .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #934ebe;
  -moz-box-shadow: 0 3px 0 #934ebe;
  box-shadow: 0 3px 0 #934ebe;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--projects .btn-default:hover,
.section--projects .btn-default:focus,
.section--projects .btn-primary:hover,
.section--projects .btn-primary:focus,
.section--projects .flag-link-toggle:hover,
.section--projects .flag-link-toggle:focus {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #934ebe;
  -moz-box-shadow: 0 2px 0 #934ebe;
  box-shadow: 0 2px 0 #934ebe;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--projects .btn-default:active,
.section--projects .btn-default.active,
.section--projects .btn-primary:active,
.section--projects .btn-primary.active,
.section--projects .flag-link-toggle:active,
.section--projects .flag-link-toggle.active {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #934ebe;
  -moz-box-shadow: 0 0px 0 #934ebe;
  box-shadow: 0 0px 0 #934ebe;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--projects .bean-promotion-block ul.field-name-field-link li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #934ebe;
  -moz-box-shadow: 0 3px 0 #934ebe;
  box-shadow: 0 3px 0 #934ebe;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--projects .bean-promotion-block ul.field-name-field-link li a:hover,
.section--projects .bean-promotion-block ul.field-name-field-link li a:focus {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #934ebe;
  -moz-box-shadow: 0 2px 0 #934ebe;
  box-shadow: 0 2px 0 #934ebe;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--projects .bean-promotion-block ul.field-name-field-link li a:active,
.section--projects .bean-promotion-block ul.field-name-field-link li a.active {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #934ebe;
  -moz-box-shadow: 0 0px 0 #934ebe;
  box-shadow: 0 0px 0 #934ebe;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--projects .ui-state-active .field-label,
.section--projects .ui-widget-content .field-label {
  margin-top: 1.25em;
}

.section--projects .field-name-field-reports h3.field-label {
  margin-bottom: 0.625em;
}

.section--projects > p a,
.section--projects > ul li a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--projects > p a:link,
.section--projects > p a:visited,
.section--projects > ul li a:link,
.section--projects > ul li a:visited {
  border-bottom: 1px solid #934ebe;
}

.section--projects > p a:hover,
.section--projects > p a:focus,
.section--projects > ul li a:hover,
.section--projects > ul li a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}

.section--projects > p a:focus,
.section--projects > ul li a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--guidelines h1,
.section--guidelines .h1 {
  color: #1a8746;
}

.section--guidelines blockquote {
  font-size: 1.5em;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0.70833em 0 0.95833em 0;
  color: #1a8746;
  margin: 0px 0px 1.66667em 0px;
  border-top: 1px solid #1f5c37;
  border-bottom: 1px solid #1f5c37;
}

.section--guidelines blockquote p,
.section--guidelines blockquote ul,
.section--guidelines blockquote ol {
  margin: 0px;
}

.section--guidelines blockquote p:last-child,
.section--guidelines blockquote ul:last-child,
.section--guidelines blockquote ol:last-child {
  padding-top: 0.54167em;
}

.section--guidelines blockquote footer,
.section--guidelines blockquote small,
.section--guidelines blockquote .small {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.54167em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}

.section--guidelines blockquote footer:before,
.section--guidelines blockquote small:before,
.section--guidelines blockquote .small:before {
  content: "–";
}

.section--guidelines .content-title h2.pane-title {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.section--guidelines .content-title .pane-content {
  margin-bottom: 2em;
}

.section--guidelines .content-title .pane-content a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--guidelines .content-title .pane-content a:link,
.section--guidelines .content-title .pane-content a:visited {
  border-bottom: 1px solid #1a8746;
}

.section--guidelines .content-title .pane-content a:hover,
.section--guidelines .content-title .pane-content a:focus {
  color: #1a8746;
  border-bottom: 1px solid #1a8746;
}

.section--guidelines .content-title .pane-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--guidelines .content-title .pane-content a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .content-title .pane-content a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .ui-widget-content a,
.section--guidelines .list-body p a,
.section--guidelines .content p a,
.section--guidelines .content li a,
.section--guidelines .view a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--guidelines .ui-widget-content a:link,
.section--guidelines .ui-widget-content a:visited,
.section--guidelines .list-body p a:link,
.section--guidelines .list-body p a:visited,
.section--guidelines .content p a:link,
.section--guidelines .content p a:visited,
.section--guidelines .content li a:link,
.section--guidelines .content li a:visited,
.section--guidelines .view a:link,
.section--guidelines .view a:visited {
  border-bottom: 1px solid #1a8746;
}

.section--guidelines .ui-widget-content a:hover,
.section--guidelines .ui-widget-content a:focus,
.section--guidelines .list-body p a:hover,
.section--guidelines .list-body p a:focus,
.section--guidelines .content p a:hover,
.section--guidelines .content p a:focus,
.section--guidelines .content li a:hover,
.section--guidelines .content li a:focus,
.section--guidelines .view a:hover,
.section--guidelines .view a:focus {
  color: #1a8746;
  border-bottom: 1px solid #1a8746;
}

.section--guidelines .ui-widget-content a:focus,
.section--guidelines .list-body p a:focus,
.section--guidelines .content p a:focus,
.section--guidelines .content li a:focus,
.section--guidelines .view a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--guidelines .ui-widget-content a:not([href]),
.section--guidelines .list-body p a:not([href]),
.section--guidelines .content p a:not([href]),
.section--guidelines .content li a:not([href]),
.section--guidelines .view a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .ui-widget-content a:not([href]):hover,
.section--guidelines .list-body p a:not([href]):hover,
.section--guidelines .content p a:not([href]):hover,
.section--guidelines .content li a:not([href]):hover,
.section--guidelines .view a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .content-sidebar-top a,
.section--guidelines .content-sidebar-bottom a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--guidelines .content-sidebar-top a:link,
.section--guidelines .content-sidebar-top a:visited,
.section--guidelines .content-sidebar-bottom a:link,
.section--guidelines .content-sidebar-bottom a:visited {
  border-bottom: 1px solid #1a8746;
}

.section--guidelines .content-sidebar-top a:hover,
.section--guidelines .content-sidebar-top a:focus,
.section--guidelines .content-sidebar-bottom a:hover,
.section--guidelines .content-sidebar-bottom a:focus {
  color: #1a8746;
  border-bottom: 1px solid #1a8746;
}

.section--guidelines .content-sidebar-top a:focus,
.section--guidelines .content-sidebar-bottom a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--guidelines .content-sidebar-top a:not([href]),
.section--guidelines .content-sidebar-bottom a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .content-sidebar-top a:not([href]):hover,
.section--guidelines .content-sidebar-bottom a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .content-sidebar-top .btn-default,
.section--guidelines .content-sidebar-top .btn-primary,
.section--guidelines .content-sidebar-top .flag-link-toggle,
.section--guidelines .content-sidebar-bottom .btn-default,
.section--guidelines .content-sidebar-bottom .btn-primary,
.section--guidelines .content-sidebar-bottom .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #1a8746;
  -moz-box-shadow: 0 3px 0 #1a8746;
  box-shadow: 0 3px 0 #1a8746;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  width: 100%;
}

.section--guidelines .content-sidebar-top .btn-default:hover,
.section--guidelines .content-sidebar-top .btn-default:focus,
.section--guidelines .content-sidebar-top .btn-primary:hover,
.section--guidelines .content-sidebar-top .btn-primary:focus,
.section--guidelines .content-sidebar-top .flag-link-toggle:hover,
.section--guidelines .content-sidebar-top .flag-link-toggle:focus,
.section--guidelines .content-sidebar-bottom .btn-default:hover,
.section--guidelines .content-sidebar-bottom .btn-default:focus,
.section--guidelines .content-sidebar-bottom .btn-primary:hover,
.section--guidelines .content-sidebar-bottom .btn-primary:focus,
.section--guidelines .content-sidebar-bottom .flag-link-toggle:hover,
.section--guidelines .content-sidebar-bottom .flag-link-toggle:focus {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1a8746;
  -moz-box-shadow: 0 2px 0 #1a8746;
  box-shadow: 0 2px 0 #1a8746;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--guidelines .content-sidebar-top .btn-default:active,
.section--guidelines .content-sidebar-top .btn-default.active,
.section--guidelines .content-sidebar-top .btn-primary:active,
.section--guidelines .content-sidebar-top .btn-primary.active,
.section--guidelines .content-sidebar-top .flag-link-toggle:active,
.section--guidelines .content-sidebar-top .flag-link-toggle.active,
.section--guidelines .content-sidebar-bottom .btn-default:active,
.section--guidelines .content-sidebar-bottom .btn-default.active,
.section--guidelines .content-sidebar-bottom .btn-primary:active,
.section--guidelines .content-sidebar-bottom .btn-primary.active,
.section--guidelines .content-sidebar-bottom .flag-link-toggle:active,
.section--guidelines .content-sidebar-bottom .flag-link-toggle.active {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1a8746;
  -moz-box-shadow: 0 0px 0 #1a8746;
  box-shadow: 0 0px 0 #1a8746;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--guidelines .btn-default,
.section--guidelines .btn-primary,
.section--guidelines .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #1a8746;
  -moz-box-shadow: 0 3px 0 #1a8746;
  box-shadow: 0 3px 0 #1a8746;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--guidelines .btn-default:hover,
.section--guidelines .btn-default:focus,
.section--guidelines .btn-primary:hover,
.section--guidelines .btn-primary:focus,
.section--guidelines .flag-link-toggle:hover,
.section--guidelines .flag-link-toggle:focus {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1a8746;
  -moz-box-shadow: 0 2px 0 #1a8746;
  box-shadow: 0 2px 0 #1a8746;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--guidelines .btn-default:active,
.section--guidelines .btn-default.active,
.section--guidelines .btn-primary:active,
.section--guidelines .btn-primary.active,
.section--guidelines .flag-link-toggle:active,
.section--guidelines .flag-link-toggle.active {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1a8746;
  -moz-box-shadow: 0 0px 0 #1a8746;
  box-shadow: 0 0px 0 #1a8746;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--guidelines .bean-promotion-block ul.field-name-field-link li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #1a8746;
  -moz-box-shadow: 0 3px 0 #1a8746;
  box-shadow: 0 3px 0 #1a8746;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--guidelines .bean-promotion-block ul.field-name-field-link li a:hover,
.section--guidelines .bean-promotion-block ul.field-name-field-link li a:focus {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1a8746;
  -moz-box-shadow: 0 2px 0 #1a8746;
  box-shadow: 0 2px 0 #1a8746;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--guidelines .bean-promotion-block ul.field-name-field-link li a:active,
.section--guidelines .bean-promotion-block ul.field-name-field-link li a.active {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1a8746;
  -moz-box-shadow: 0 0px 0 #1a8746;
  box-shadow: 0 0px 0 #1a8746;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--education h1,
.section--education .h1 {
  color: #1e8093;
}

.section--education blockquote {
  font-size: 1.5em;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0.70833em 0 0.95833em 0;
  color: #1e8093;
  margin: 0px 0px 1.66667em 0px;
  border-top: 1px solid #0f2b36;
  border-bottom: 1px solid #0f2b36;
}

.section--education blockquote p,
.section--education blockquote ul,
.section--education blockquote ol {
  margin: 0px;
}

.section--education blockquote p:last-child,
.section--education blockquote ul:last-child,
.section--education blockquote ol:last-child {
  padding-top: 0.54167em;
}

.section--education blockquote footer,
.section--education blockquote small,
.section--education blockquote .small {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.54167em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}

.section--education blockquote footer:before,
.section--education blockquote small:before,
.section--education blockquote .small:before {
  content: "–";
}

.section--education .content-title h2.pane-title {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.section--education .content-title .pane-content {
  margin-bottom: 2em;
}

.section--education .content-title .pane-content a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--education .content-title .pane-content a:link,
.section--education .content-title .pane-content a:visited {
  border-bottom: 1px solid #1e8093;
}

.section--education .content-title .pane-content a:hover,
.section--education .content-title .pane-content a:focus {
  color: #1e8093;
  border-bottom: 1px solid #1e8093;
}

.section--education .content-title .pane-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--education .content-title .pane-content a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--education .content-title .pane-content a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--education .ui-widget-content a,
.section--education .list-body p a,
.section--education .content p a,
.section--education .content li a,
.section--education .view a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--education .ui-widget-content a:link,
.section--education .ui-widget-content a:visited,
.section--education .list-body p a:link,
.section--education .list-body p a:visited,
.section--education .content p a:link,
.section--education .content p a:visited,
.section--education .content li a:link,
.section--education .content li a:visited,
.section--education .view a:link,
.section--education .view a:visited {
  border-bottom: 1px solid #1e8093;
}

.section--education .ui-widget-content a:hover,
.section--education .ui-widget-content a:focus,
.section--education .list-body p a:hover,
.section--education .list-body p a:focus,
.section--education .content p a:hover,
.section--education .content p a:focus,
.section--education .content li a:hover,
.section--education .content li a:focus,
.section--education .view a:hover,
.section--education .view a:focus {
  color: #1e8093;
  border-bottom: 1px solid #1e8093;
}

.section--education .ui-widget-content a:focus,
.section--education .list-body p a:focus,
.section--education .content p a:focus,
.section--education .content li a:focus,
.section--education .view a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--education .ui-widget-content a:not([href]),
.section--education .list-body p a:not([href]),
.section--education .content p a:not([href]),
.section--education .content li a:not([href]),
.section--education .view a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--education .ui-widget-content a:not([href]):hover,
.section--education .list-body p a:not([href]):hover,
.section--education .content p a:not([href]):hover,
.section--education .content li a:not([href]):hover,
.section--education .view a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--education .content-sidebar-top a,
.section--education .content-sidebar-bottom a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--education .content-sidebar-top a:link,
.section--education .content-sidebar-top a:visited,
.section--education .content-sidebar-bottom a:link,
.section--education .content-sidebar-bottom a:visited {
  border-bottom: 1px solid #1e8093;
}

.section--education .content-sidebar-top a:hover,
.section--education .content-sidebar-top a:focus,
.section--education .content-sidebar-bottom a:hover,
.section--education .content-sidebar-bottom a:focus {
  color: #1e8093;
  border-bottom: 1px solid #1e8093;
}

.section--education .content-sidebar-top a:focus,
.section--education .content-sidebar-bottom a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--education .content-sidebar-top a:not([href]),
.section--education .content-sidebar-bottom a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--education .content-sidebar-top a:not([href]):hover,
.section--education .content-sidebar-bottom a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--education .content-sidebar-top .btn-default,
.section--education .content-sidebar-top .btn-primary,
.section--education .content-sidebar-top .flag-link-toggle,
.section--education .content-sidebar-bottom .btn-default,
.section--education .content-sidebar-bottom .btn-primary,
.section--education .content-sidebar-bottom .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #1e8093;
  -moz-box-shadow: 0 3px 0 #1e8093;
  box-shadow: 0 3px 0 #1e8093;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  width: 100%;
}

.section--education .content-sidebar-top .btn-default:hover,
.section--education .content-sidebar-top .btn-default:focus,
.section--education .content-sidebar-top .btn-primary:hover,
.section--education .content-sidebar-top .btn-primary:focus,
.section--education .content-sidebar-top .flag-link-toggle:hover,
.section--education .content-sidebar-top .flag-link-toggle:focus,
.section--education .content-sidebar-bottom .btn-default:hover,
.section--education .content-sidebar-bottom .btn-default:focus,
.section--education .content-sidebar-bottom .btn-primary:hover,
.section--education .content-sidebar-bottom .btn-primary:focus,
.section--education .content-sidebar-bottom .flag-link-toggle:hover,
.section--education .content-sidebar-bottom .flag-link-toggle:focus {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1e8093;
  -moz-box-shadow: 0 2px 0 #1e8093;
  box-shadow: 0 2px 0 #1e8093;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--education .content-sidebar-top .btn-default:active,
.section--education .content-sidebar-top .btn-default.active,
.section--education .content-sidebar-top .btn-primary:active,
.section--education .content-sidebar-top .btn-primary.active,
.section--education .content-sidebar-top .flag-link-toggle:active,
.section--education .content-sidebar-top .flag-link-toggle.active,
.section--education .content-sidebar-bottom .btn-default:active,
.section--education .content-sidebar-bottom .btn-default.active,
.section--education .content-sidebar-bottom .btn-primary:active,
.section--education .content-sidebar-bottom .btn-primary.active,
.section--education .content-sidebar-bottom .flag-link-toggle:active,
.section--education .content-sidebar-bottom .flag-link-toggle.active {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1e8093;
  -moz-box-shadow: 0 0px 0 #1e8093;
  box-shadow: 0 0px 0 #1e8093;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--education .btn-default,
.section--education .btn-primary,
.section--education .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #1e8093;
  -moz-box-shadow: 0 3px 0 #1e8093;
  box-shadow: 0 3px 0 #1e8093;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--education .btn-default:hover,
.section--education .btn-default:focus,
.section--education .btn-primary:hover,
.section--education .btn-primary:focus,
.section--education .flag-link-toggle:hover,
.section--education .flag-link-toggle:focus {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1e8093;
  -moz-box-shadow: 0 2px 0 #1e8093;
  box-shadow: 0 2px 0 #1e8093;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--education .btn-default:active,
.section--education .btn-default.active,
.section--education .btn-primary:active,
.section--education .btn-primary.active,
.section--education .flag-link-toggle:active,
.section--education .flag-link-toggle.active {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1e8093;
  -moz-box-shadow: 0 0px 0 #1e8093;
  box-shadow: 0 0px 0 #1e8093;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--education .bean-promotion-block ul.field-name-field-link li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #1e8093;
  -moz-box-shadow: 0 3px 0 #1e8093;
  box-shadow: 0 3px 0 #1e8093;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--education .bean-promotion-block ul.field-name-field-link li a:hover,
.section--education .bean-promotion-block ul.field-name-field-link li a:focus {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1e8093;
  -moz-box-shadow: 0 2px 0 #1e8093;
  box-shadow: 0 2px 0 #1e8093;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--education .bean-promotion-block ul.field-name-field-link li a:active,
.section--education .bean-promotion-block ul.field-name-field-link li a.active {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1e8093;
  -moz-box-shadow: 0 0px 0 #1e8093;
  box-shadow: 0 0px 0 #1e8093;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--education .field-name-title-field h2 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px #fff solid;
}

.section--education .field-name-title-field h2 a {
  border-bottom: none;
}

.section--education .field-name-title-field h2 a:hover {
  color: #313131;
}

.section--events h1,
.section--events .h1 {
  color: #b30044;
}

.section--events blockquote {
  font-size: 1.5em;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 0.70833em 0 0.95833em 0;
  color: #b30044;
  margin: 0px 0px 1.66667em 0px;
  border-top: 1px solid #451730;
  border-bottom: 1px solid #451730;
}

.section--events blockquote p,
.section--events blockquote ul,
.section--events blockquote ol {
  margin: 0px;
}

.section--events blockquote p:last-child,
.section--events blockquote ul:last-child,
.section--events blockquote ol:last-child {
  padding-top: 0.54167em;
}

.section--events blockquote footer,
.section--events blockquote small,
.section--events blockquote .small {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 0.54167em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}

.section--events blockquote footer:before,
.section--events blockquote small:before,
.section--events blockquote .small:before {
  content: "–";
}

.section--events .content-title h2.pane-title {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.section--events .content-title .pane-content {
  margin-bottom: 2em;
}

.section--events .content-title .pane-content a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--events .content-title .pane-content a:link,
.section--events .content-title .pane-content a:visited {
  border-bottom: 1px solid #b30044;
}

.section--events .content-title .pane-content a:hover,
.section--events .content-title .pane-content a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}

.section--events .content-title .pane-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--events .content-title .pane-content a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--events .content-title .pane-content a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--events .ui-widget-content a,
.section--events .list-body p a,
.section--events .content p a,
.section--events .content li a,
.section--events .view a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--events .ui-widget-content a:link,
.section--events .ui-widget-content a:visited,
.section--events .list-body p a:link,
.section--events .list-body p a:visited,
.section--events .content p a:link,
.section--events .content p a:visited,
.section--events .content li a:link,
.section--events .content li a:visited,
.section--events .view a:link,
.section--events .view a:visited {
  border-bottom: 1px solid #b30044;
}

.section--events .ui-widget-content a:hover,
.section--events .ui-widget-content a:focus,
.section--events .list-body p a:hover,
.section--events .list-body p a:focus,
.section--events .content p a:hover,
.section--events .content p a:focus,
.section--events .content li a:hover,
.section--events .content li a:focus,
.section--events .view a:hover,
.section--events .view a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}

.section--events .ui-widget-content a:focus,
.section--events .list-body p a:focus,
.section--events .content p a:focus,
.section--events .content li a:focus,
.section--events .view a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--events .ui-widget-content a:not([href]),
.section--events .list-body p a:not([href]),
.section--events .content p a:not([href]),
.section--events .content li a:not([href]),
.section--events .view a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--events .ui-widget-content a:not([href]):hover,
.section--events .list-body p a:not([href]):hover,
.section--events .content p a:not([href]):hover,
.section--events .content li a:not([href]):hover,
.section--events .view a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--events .content-sidebar-top a,
.section--events .content-sidebar-bottom a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--events .content-sidebar-top a:link,
.section--events .content-sidebar-top a:visited,
.section--events .content-sidebar-bottom a:link,
.section--events .content-sidebar-bottom a:visited {
  border-bottom: 1px solid #b30044;
}

.section--events .content-sidebar-top a:hover,
.section--events .content-sidebar-top a:focus,
.section--events .content-sidebar-bottom a:hover,
.section--events .content-sidebar-bottom a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}

.section--events .content-sidebar-top a:focus,
.section--events .content-sidebar-bottom a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--events .content-sidebar-top a:not([href]),
.section--events .content-sidebar-bottom a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--events .content-sidebar-top a:not([href]):hover,
.section--events .content-sidebar-bottom a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--events .content-sidebar-top .btn-default,
.section--events .content-sidebar-top .btn-primary,
.section--events .content-sidebar-top .flag-link-toggle,
.section--events .content-sidebar-bottom .btn-default,
.section--events .content-sidebar-bottom .btn-primary,
.section--events .content-sidebar-bottom .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #b30044;
  -moz-box-shadow: 0 3px 0 #b30044;
  box-shadow: 0 3px 0 #b30044;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  width: 100%;
}

.section--events .content-sidebar-top .btn-default:hover,
.section--events .content-sidebar-top .btn-default:focus,
.section--events .content-sidebar-top .btn-primary:hover,
.section--events .content-sidebar-top .btn-primary:focus,
.section--events .content-sidebar-top .flag-link-toggle:hover,
.section--events .content-sidebar-top .flag-link-toggle:focus,
.section--events .content-sidebar-bottom .btn-default:hover,
.section--events .content-sidebar-bottom .btn-default:focus,
.section--events .content-sidebar-bottom .btn-primary:hover,
.section--events .content-sidebar-bottom .btn-primary:focus,
.section--events .content-sidebar-bottom .flag-link-toggle:hover,
.section--events .content-sidebar-bottom .flag-link-toggle:focus {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #b30044;
  -moz-box-shadow: 0 2px 0 #b30044;
  box-shadow: 0 2px 0 #b30044;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--events .content-sidebar-top .btn-default:active,
.section--events .content-sidebar-top .btn-default.active,
.section--events .content-sidebar-top .btn-primary:active,
.section--events .content-sidebar-top .btn-primary.active,
.section--events .content-sidebar-top .flag-link-toggle:active,
.section--events .content-sidebar-top .flag-link-toggle.active,
.section--events .content-sidebar-bottom .btn-default:active,
.section--events .content-sidebar-bottom .btn-default.active,
.section--events .content-sidebar-bottom .btn-primary:active,
.section--events .content-sidebar-bottom .btn-primary.active,
.section--events .content-sidebar-bottom .flag-link-toggle:active,
.section--events .content-sidebar-bottom .flag-link-toggle.active {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #b30044;
  -moz-box-shadow: 0 0px 0 #b30044;
  box-shadow: 0 0px 0 #b30044;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--events .btn-default,
.section--events .btn-primary,
.section--events .flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #b30044;
  -moz-box-shadow: 0 3px 0 #b30044;
  box-shadow: 0 3px 0 #b30044;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--events .btn-default:hover,
.section--events .btn-default:focus,
.section--events .btn-primary:hover,
.section--events .btn-primary:focus,
.section--events .flag-link-toggle:hover,
.section--events .flag-link-toggle:focus {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #b30044;
  -moz-box-shadow: 0 2px 0 #b30044;
  box-shadow: 0 2px 0 #b30044;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--events .btn-default:active,
.section--events .btn-default.active,
.section--events .btn-primary:active,
.section--events .btn-primary.active,
.section--events .flag-link-toggle:active,
.section--events .flag-link-toggle.active {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #b30044;
  -moz-box-shadow: 0 0px 0 #b30044;
  box-shadow: 0 0px 0 #b30044;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--events .bean-promotion-block ul.field-name-field-link li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #b30044;
  -moz-box-shadow: 0 3px 0 #b30044;
  box-shadow: 0 3px 0 #b30044;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.section--events .bean-promotion-block ul.field-name-field-link li a:hover,
.section--events .bean-promotion-block ul.field-name-field-link li a:focus {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #b30044;
  -moz-box-shadow: 0 2px 0 #b30044;
  box-shadow: 0 2px 0 #b30044;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--events .bean-promotion-block ul.field-name-field-link li a:active,
.section--events .bean-promotion-block ul.field-name-field-link li a.active {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #b30044;
  -moz-box-shadow: 0 0px 0 #b30044;
  box-shadow: 0 0px 0 #b30044;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--events .panel-twobytwocols .first-row {
  background-color: #451730;
}

.section--events .panel-twobytwocols .first-row a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--events .panel-twobytwocols .first-row a:link,
.section--events .panel-twobytwocols .first-row a:visited {
  border-bottom: 1px solid #fff;
}

.section--events .panel-twobytwocols .first-row a:hover,
.section--events .panel-twobytwocols .first-row a:focus {
  color: #ff4e92;
  border-bottom: 1px solid #ff4e92;
}

.section--events .panel-twobytwocols .first-row a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--events .panel-twobytwocols .first-row a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--events .panel-twobytwocols .first-row a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--events .panel-twobytwocols .first-row .content-top-right {
  height: 100%;
  background-image: url("../images/twobytwocol/event-shield-desktop.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.section--events #mini-panel-node_event_status p {
  background: #b30044;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 40%;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  margin: 0.625em 0 0.9375em 0;
}

.section--events .group-programme .panel-heading,
.section--events .paragraphs-item-question-answer .panel-heading {
  background: #f0efef;
  border: none;
  width: 110%;
}

.section--events .group-other-info {
  background-color: #f0efef;
  padding: 10px 4.5% 3% 4.5%;
  position: relative;
  margin-bottom: 2.5em;
  margin-left: -4.5%;
  margin-right: -4.5%;
}

.section--events .group-other-info h3 {
  font-size: 1.5em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding-bottom: 0.9375em;
}

.section--events .group-other-info a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--events .group-other-info a:link,
.section--events .group-other-info a:visited {
  border-bottom: 1px solid #b30044;
}

.section--events .group-other-info a:hover,
.section--events .group-other-info a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}

.section--events .group-other-info a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--events .group-other-info a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--events .group-other-info a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--events .group-other-info:before {
  content: "";
  margin-top: 2.5em;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}

.section--events .group-other-info ul {
  margin: 0;
  list-style: none;
}

.section--events .group-other-info li {
  list-style-type: none;
  padding: 0;
}

.section--events .pane-other-catchups-from-event-panel-pane-catchups {
  background: #fff;
  margin: 0 -4.5% 1.6875em -4.5%;
  margin: 0 -5% 1.6875em -5%;
  width: 120%;
  margin-left: -10%;
}

.section--events .pane-other-catchups-from-event-panel-pane-catchups h2 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px #fff solid;
  border-bottom: 2px #f0efef solid;
  margin-bottom: 0;
}

.section--events .pane-other-catchups-from-event-panel-pane-catchups h2,
.section--events .pane-other-catchups-from-event-panel-pane-catchups .pane-content {
  padding: 3% 4.5%;
}

.section--events .pane-other-catchups-from-event-panel-pane-catchups h2,
.section--events .pane-other-catchups-from-event-panel-pane-catchups .pane-content {
  padding: 3% 5%;
}

.section--events .pane-other-catchups-from-event-panel-pane-catchups h2,
.section--events .pane-other-catchups-from-event-panel-pane-catchups .pane-content {
  padding: 4% 10%;
}

.section--events .group-other-info {
  margin-left: 0;
  margin-right: 0;
}

.section--events .group-programme .panel-heading,
.section--events .paragraphs-item-question-answer .panel-heading {
  width: 100%;
}

.section--guidelines .content-title .pane-content a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--guidelines .content-title .pane-content a:link,
.section--guidelines .content-title .pane-content a:visited {
  border-bottom: 1px solid #934ebe;
}

.section--guidelines .content-title .pane-content a:hover,
.section--guidelines .content-title .pane-content a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}

.section--guidelines .content-title .pane-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--guidelines .content-title .pane-content a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--guidelines .content-title .pane-content a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.pane-node-field-event-earlybird-end-date .field-label {
  display: block;
}

.paragraphs-item-map-embed .field-name-field-body iframe {
  width: 100%;
}

/* User profile/dashboard full view */

.bottom-block dt {
  clear: both;
}

.profile .panel .field-label {
  width: 150px;
}

.profile .panel .field-name-field-user-emails {
  clear: left;
}

.profile .panel .field-group-div {
  clear: both;
}

.profile .panel .panel-cta {
  clear: both;
  width: 100%;
  margin-top: 15px;
}

.profile .panel .pane-custom.messages {
  margin-bottom: 0;
}

.profile .dashboard-bottom .panel ul {
  margin-left: 15px;
}

.dashboard-panel-banner {
  position: relative;
  background-color: #2396ab;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dashboard-panel-banner .group-block-copy {
  position: relative;
  z-index: 10;
  max-width: 40%;
  padding: 15px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
}

.dashboard-panel-banner .group-block-image {
  position: absolute;
  top: 0;
  min-height: 200px;
  z-index: 1;
}

.dashboard-panel-banner .group-block-image .field {
  margin: 0;
}

.group-membership-warnings {
  margin-top: 20px;
}

.page-user .sync-status-message {
  border: solid 1px #e5e5e5;
  padding: 15px;
}

/*.field-name-field-no-addresses-set {
  clear:left;

  .noaddresses {
    border:solid 1px $gray-lighter;
    padding:15px;
    background:$gray-lighter;
  }
}*/

.isloading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.25) !important;
}

.section--myrcp .isloading-overlay {
  background: rgba(0, 0, 0, 0.25) !important;
}

.diff-context {
  /*background-color: @alert-warning-bg;
  color: @alert-warning-text;*/
  width: 50%;
}

.diff-deletedline {
  background-color: #F7BAD2;
  color: #b30044;
}

.diff-addedline {
  background-color: #D0F5DF;
  color: #1a8746;
}

#user-profile-form .open > .dropdown-menu {
  margin-left: 0;
}

#user-profile-form #user_user_form_group_addresses {
  margin-top: 30px;
}

/*
.footer-top {
  width: 996px;
  margin:auto;
  background:white;
  overflow:hidden;
}

.footer {
  margin-top:0;
  padding-top:0;
  width: 996px;
  font-size:11px;

  .footer-inner {
    margin-right:0;
    margin-left:0;
  }
}*/

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer .pane-menu-menu-footer-menu {
  border-bottom: 1px solid #15181b;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer .pane-menu-menu-footer-menu .nav > li {
  width: 50%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  float: none;
  display: table-cell;
  width: 1%;
}

.footer .pane-menu-menu-footer-menu .nav > li > a {
  font-size: 1.125em;
  display: inline;
  background: transparent;
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
  padding: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer .pane-menu-menu-footer-menu .nav > li > a:hover,
.footer .pane-menu-menu-footer-menu .nav > li > a:focus,
.footer .pane-menu-menu-footer-menu .nav > li > a.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background: transparent;
}

.footer .pane-menu-menu-footer-menu-bottom {
  margin-bottom: 30px;
}

.footer .pane-menu-menu-footer-menu-bottom .nav {
  font-size: 0.0625em;
}

.footer .pane-menu-menu-footer-menu-bottom .nav > li {
  font-size: 14em;
  display: inline;
  padding: 0 10px;
  margin-bottom: 0;
  text-align: center;
  border-right: 1px solid #15181b;
}

.footer .pane-menu-menu-footer-menu-bottom .nav > li.last {
  border-right: 0 none;
}

.footer .pane-menu-menu-footer-menu-bottom .nav > li > a {
  display: inline;
  background: transparent;
  color: #f0efef;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer .pane-menu-menu-footer-menu-bottom .nav > li > a:hover,
.footer .pane-menu-menu-footer-menu-bottom .nav > li > a:focus,
.footer .pane-menu-menu-footer-menu-bottom .nav > li > a.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background: transparent;
}

.footer .pane-bean-footer-legal-requirements p {
  font-size: 0.875em;
  color: #f0efef;
}

.content-header {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  height: auto;
}

.content-header .header-right {
  height: 32px;
  background-color: #15181b;
}

.content-header .header-right .inner {
  padding-left: 4%;
  padding-right: 4%;
}

.content-header .header-right .panel-1col .panel-col {
  display: inline;
  float: right;
  width: auto;
}

.content-header .header-right {
  background-color: #242a2e;
}

.content-header .header-right .inner {
  padding-left: 5.56%;
  padding-right: 5.56%;
}

.content-header .header-right {
  height: auto;
  background-color: transparent;
}

.content-header .header-right .inner {
  padding: 0;
}

.content-header #mini-panel-rcp_join_button {
  float: right;
  clear: none;
}

.content-header .btn-default {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 transparent;
  -moz-box-shadow: 0 3px 0 transparent;
  box-shadow: 0 3px 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #fff;
  background: transparent;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 6px 0;
  margin: 0 0 0 25px;
  border-bottom: 0 none;
  font-size: 1em;
  float: right;
}

.content-header .btn-default:hover,
.content-header .btn-default:focus {
  color: #fff;
  background: transparent;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 transparent;
  -moz-box-shadow: 0 2px 0 transparent;
  box-shadow: 0 2px 0 transparent;
  margin-top: 1px;
  margin-bottom: 2px;
}

.content-header .btn-default:active,
.content-header .btn-default.active {
  color: #fff;
  background: transparent;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 transparent;
  -moz-box-shadow: 0 0px 0 transparent;
  box-shadow: 0 0px 0 transparent;
  margin-top: 3px;
  margin-bottom: 0px;
}

.content-header .btn-default:hover,
.content-header .btn-default:focus,
.content-header .btn-default:active,
.content-header .btn-default.active {
  color: #53a0d7;
  border-bottom: 0 none;
  margin: 0 0 0 25px;
}

.section--myrcp .content-header .btn-default {
  color: #fff;
}

.section--myrcp .content-header .btn-default:hover,
.section--myrcp .content-header .btn-default:focus,
.section--myrcp .content-header .btn-default:active,
.section--myrcp .content-header .btn-default.active {
  color: #53a0d7;
}

.content-header .btn-default {
  color: #313131;
  font-size: 1.125em;
  margin-top: 21px;
}

.content-header .btn-default:hover,
.content-header .btn-default:focus,
.content-header .btn-default:active,
.content-header .btn-default.active {
  margin-top: 21px;
  margin-left: 25px;
}

.content-header .event-basket {
  padding: 6px 0;
  margin: 0 0 0 25px;
  font-size: 1em;
  line-height: 1.2;
  float: right;
  font-size: 1.125em;
  margin-top: 21px;
}

.content-header .event-basket a {
  color: #fff;
  border-bottom: 0 none;
  position: relative;
  padding-left: 37px;
}

.content-header .event-basket a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.content-header .event-basket a:hover,
.content-header .event-basket a:focus,
.content-header .event-basket a:active,
.content-header .event-basket a.active {
  color: #53a0d7;
  border-bottom: 0 none;
  text-decoration: none;
}

.content-header .event-basket a:hover:before,
.content-header .event-basket a:focus:before,
.content-header .event-basket a:active:before,
.content-header .event-basket a.active:before {
  color: #53a0d7;
}

.content-header .event-basket a {
  color: #313131;
}

.content-header .event-basket a:hover,
.content-header .event-basket a:focus,
.content-header .event-basket a:active,
.content-header .event-basket a.active {
  color: #53a0d7;
}

.content-header .event-basket a:hover:before,
.content-header .event-basket a:focus:before,
.content-header .event-basket a:active:before,
.content-header .event-basket a.active:before {
  color: #53a0d7;
}

.content-header .event-basket a:before {
  color: #313131;
  margin-top: -14px;
}

.section--myrcp .content-header .event-basket a {
  color: #fff;
}

.section--myrcp .content-header .event-basket a:before {
  color: #fff;
}

.section--myrcp .content-header .event-basket a:hover,
.section--myrcp .content-header .event-basket a:focus {
  color: #53a0d7;
}

.section--myrcp .content-header .event-basket a:hover:before,
.section--myrcp .content-header .event-basket a:focus:before {
  color: #53a0d7;
}

.content-header {
  position: relative;
}

.content-header .btn-search {
  color: transparent;
  font-size: 0px;
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 24px;
  height: 28px;
  margin: 23px 0;
  overflow: hidden;
}

.content-header .btn-search:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313131;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  font-size: 24px;
}

.content-header .btn-search:hover:after,
.content-header .btn-search:focus:after {
  color: #2770a4;
}

.section--myrcp .content-header .btn-search:after {
  color: #fff;
}

.section--myrcp .content-header .btn-search:hover:after,
.section--myrcp .content-header .btn-search:focus:after {
  color: #53a0d7;
}

.content-header .btn-search {
  right: 5.55%;
}

.content-header .btn-search {
  position: relative;
  right: auto;
  bottom: auto;
  float: right;
  margin-left: 25px;
}

#logo {
  display: block;
  width: 145px;
  height: 51px;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
  margin-bottom: 11px;
  margin-left: 20px;
  float: left;
  margin-left: 0;
  float: none;
}

#logo:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 162px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -57px;
  left: -9px;
  color: #4c565d;
}

.section--myrcp #logo:before {
  color: #fff;
}

#logo img {
  display: none;
  position: absolute;
  top: 0;
}

.section--myrcp #logo img {
  top: -51px;
}

#logo img {
  display: block;
}

#logo:before {
  display: none;
}

#user-menu {
  display: none;
  display: block;
  float: right;
  margin-left: 25px;
  margin-top: 21px;
}

#user-menu h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875em;
  position: relative;
  margin: 0;
  border-bottom: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#user-menu h3:hover,
#user-menu h3:focus {
  color: #53a0d7;
  border-bottom: 1px solid transparent;
}

#user-menu h3 .caret {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

#user-menu .dropdown-menu {
  width: 242px;
  left: auto;
  right: 15px;
  margin-top: 12px;
  border-top: none;
}

#user-menu .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  width: 240px;
  height: 13px;
  background: url("../images/user-menu/user-menu-top_light.png") 0 0 no-repeat;
}

.section--myrcp #user-menu h3 {
  color: #fff;
}

.section--myrcp #user-menu h3:hover,
.section--myrcp #user-menu h3:focus {
  color: #53a0d7;
}

.section--myrcp #user-menu .dropdown-menu:before {
  background: url("../images/user-menu/user-menu-top_dark.png") 0 0 no-repeat;
}

#user-menu h3 {
  font-size: 1em;
  padding: 6px 0;
}

#user-menu h3 {
  max-width: 400px;
}

#user-menu .dropdown-menu {
  right: 0;
}

#user-menu h3 {
  font-size: 1.125em;
  color: #313131;
}

#user-menu h3 {
  max-width: 500px;
}

.content-header #views-exposed-form-search-page-panel-global-search .views-submit-button {
  margin-top: 2.5em;
}

.bean-homepage-top-block {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 40px;
}

.bean-homepage-top-block .media-wrapper-container {
  margin: 0;
}

.bean-homepage-top-block .bean-inner {
  background-image: url("../images/home/home-shield_bg.png");
  background-repeat: repeat;
  padding: 20px;
}

.bean-homepage-top-block .bean-inner:before {
  content: "";
  display: none;
  background-image: url("../images/home/home-shield_top.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 480px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: 0;
}

.bean-homepage-top-block h1 {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.625em;
  color: #fff;
  margin: 0 0 10px;
}

.bean-homepage-top-block .button-wrapper {
  overflow: hidden;
}

.bean-homepage-top-block .field-name-field-description {
  margin-bottom: 25px;
}

.bean-homepage-top-block .field-name-field-join-us-link {
  float: left;
  display: inline-block;
  margin-right: 40px;
}

.bean-homepage-top-block .field-name-field-join-us-link a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #2770a4;
  -moz-box-shadow: 0 3px 0 #2770a4;
  box-shadow: 0 3px 0 #2770a4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
}

.bean-homepage-top-block .field-name-field-join-us-link a:hover,
.bean-homepage-top-block .field-name-field-join-us-link a:focus {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  -moz-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}

.bean-homepage-top-block .field-name-field-join-us-link a:active,
.bean-homepage-top-block .field-name-field-join-us-link a.active {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  -moz-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.bean-homepage-top-block .field-name-field-homepage-block-link {
  float: left;
  display: inline-block;
  margin-top: 0.61111em;
}

.bean-homepage-top-block .field-name-field-homepage-block-link a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 1.125em;
  line-height: 1.2;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.bean-homepage-top-block .field-name-field-homepage-block-link a:link,
.bean-homepage-top-block .field-name-field-homepage-block-link a:visited {
  border-bottom: 1px solid #fff;
}

.bean-homepage-top-block .field-name-field-homepage-block-link a:hover,
.bean-homepage-top-block .field-name-field-homepage-block-link a:focus {
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
}

.bean-homepage-top-block .field-name-field-homepage-block-link a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bean-homepage-top-block .field-name-field-homepage-block-link a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.bean-homepage-top-block .field-name-field-homepage-block-link a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.bean-homepage-top-block .bean-inner {
  position: relative;
  margin-left: -20px;
  margin-top: -100px;
  padding: 0 20px 20px;
  width: 480px;
}

.bean-homepage-top-block .bean-inner:before {
  display: block;
}

.bean-homepage-top-block .bean-inner {
  margin-top: -20px;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.panel-home .content-footer .inner {
  overflow: hidden;
}

.panel-home .content-footer .inner > * {
  margin-bottom: 5%;
}

.view-homepage-carousel {
  position: relative;
  margin-left: -30px;
}

.view-homepage-carousel .owl-wrapper {
  background-color: #003d67;
  background-color: transparent;
}

.view-homepage-carousel .owl-theme .owl-item {
  padding-left: 30px;
}

.view-homepage-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 25%;
  font-size: 2rem;
  padding: 7px;
}

.view-homepage-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.view-homepage-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.menu-header {
  height: 75px;
  border-bottom: 1px solid #5c5e60;
  padding-left: 0px;
  border-bottom-color: transparent;
  background-color: #242a2e;
}

.menu-header .menu-title {
  display: none;
}

.section--myrcp .menu-header {
  border-bottom-color: #5B5F62;
  border-bottom-color: #5B5F62;
}

.menu-title,
.menu-reveal {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125em;
  line-height: 75px;
  color: #f0efef;
  margin: 0;
  padding-left: 60px;
  cursor: pointer;
  position: relative;
  cursor: default;
}

.menu-title span,
.menu-reveal span {
  left: 0;
  top: 48%;
}

.menu-title span,
.menu-title span:before,
.menu-title span:after,
.menu-reveal span,
.menu-reveal span:before,
.menu-reveal span:after {
  height: 3px;
  width: 24px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}

.menu-title span:before,
.menu-reveal span:before {
  top: -9px;
}

.menu-title span:after,
.menu-reveal span:after {
  bottom: -9px;
}

.menu-title.active span,
.menu-reveal.active span {
  background-color: transparent;
}

.menu-title.active span:before,
.menu-title.active span:after,
.menu-reveal.active span:before,
.menu-reveal.active span:after {
  top: 0;
}

.menu-title.active span:before,
.menu-reveal.active span:before {
  transform: rotate(45deg);
}

.menu-title.active span:after,
.menu-reveal.active span:after {
  transform: rotate(-45deg);
}

.menu-title span,
.menu-reveal span {
  left: 18px;
}

.menu-reveal {
  display: block;
  background-color: #15181b;
  cursor: pointer;
  width: 60px;
  height: 75px;
  text-align: center;
  float: left;
  display: none;
}

.menu-reveal em {
  display: block;
  position: absolute;
  top: -52px;
  text-align: center;
  font-style: normal;
  left: 0;
  width: 100%;
}

.main-menu {
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  padding-top: 32px;
  display: none;
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
  display: block !important;
  padding-top: 0;
}

.main-menu.show {
  display: block;
}

.main-menu .menu {
  border-bottom: 24px solid #242a2e;
}

.main-menu .menu > li > ul {
  margin-top: 1px;
}

.main-menu .menu > li > h3,
.main-menu .menu > li > a {
  padding-left: 55px;
  position: relative;
}

.main-menu .menu > li > h3:before,
.main-menu .menu > li > a:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 16px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 1.5em;
}

.main-menu .menu > li > h3.active:before,
.main-menu .menu > li > h3.active-trail:before,
.main-menu .menu > li > a.active:before,
.main-menu .menu > li > a.active-trail:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-menu ul {
  margin: 0;
}

.main-menu ul li {
  margin: 0;
}

.main-menu h3.nolink {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
}

.main-menu .menu li a,
.main-menu .menu li h3 {
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  color: #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  padding: 15px 10px 15px 55px;
  background-color: transparent;
}

.main-menu .menu li a:hover,
.main-menu .menu li a:focus,
.main-menu .menu li h3:hover,
.main-menu .menu li h3:focus {
  background-color: #2770a4;
}

.main-menu .menu li a.active-trail,
.main-menu .menu li h3.active-trail {
  background-color: #002e4d;
}

.main-menu .menu li a.active,
.main-menu .menu li h3.active {
  background-color: #2770a4;
  border-right-colour: #53a0d7;
}

.main-menu .menu li h3.nolink:hover,
.main-menu .menu li h3.nolink:focus {
  cursor: s-resize;
}

.main-menu .menu li h3.nolink.open:hover,
.main-menu .menu li h3.nolink.open:focus {
  cursor: n-resize;
}

.main-menu .menu li h3.nolink.active-trail:hover,
.main-menu .menu li h3.nolink.active-trail:focus {
  cursor: default;
}

.main-menu .menu li li a,
.main-menu .menu li li h3.nolink {
  background-color: #003659;
  padding-left: 15px;
}

.main-menu .menu li li a.active,
.main-menu .menu li li h3.nolink.active {
  border-right-color: transparent;
  border-left-color: #53a0d7;
}

.main-menu .menu li li a:hover,
.main-menu .menu li li a:focus,
.main-menu .menu li li h3.nolink:hover,
.main-menu .menu li li h3.nolink:focus {
  background-color: #2770a4;
}

.main-menu .menu li li h3.active-trail:hover,
.main-menu .menu li li h3.active-trail:focus {
  background-color: #003659;
}

.main-menu .menu li li li a,
.main-menu .menu li li li h3.nolink {
  background-color: #003d67;
  padding-left: 30px;
}

.main-menu .menu li li li h3.active-trail:hover,
.main-menu .menu li li li h3.active-trail:focus {
  background-color: #003d67;
}

.main-menu .menu li li li li a,
.main-menu .menu li li li li h3.nolink {
  background-color: #004c80;
  padding-left: 45px;
}

.main-menu .menu li li li li h3.active-trail:hover,
.main-menu .menu li li li li h3.active-trail:focus {
  background-color: #004c80;
}

.main-menu hr {
  margin-bottom: 24px;
  border-bottom: 1px solid #5c5e60;
  border-top: 24px solid transparent;
  margin-top: 0;
  border-bottom: 1px solid transparent;
  border-top: 24px solid #15181b;
}

.main-menu .menu {
  font-size: 0.875em;
  font-size: 1em;
  padding-top: 0;
}

.main-menu .menu > li.section--global {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--global > a:before,
.main-menu .menu > li.section--global > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--global > a.active:before,
.main-menu .menu > li.section--global > a.active-trail:before,
.main-menu .menu > li.section--global > h3.nolink.active:before,
.main-menu .menu > li.section--global > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--global > a.open,
.main-menu .menu > li.section--global > a.active-trail,
.main-menu .menu > li.section--global > h3.nolink.open,
.main-menu .menu > li.section--global > h3.nolink.active-trail {
  background-color: #002e4d;
}

.main-menu .menu > li.section--global a.active,
.main-menu .menu > li.section--global h3.nolink.active {
  background-color: #2770a4;
}

.main-menu .menu > li.section--global a:hover,
.main-menu .menu > li.section--global a:focus,
.main-menu .menu > li.section--global a.open:hover,
.main-menu .menu > li.section--global a.open:focus,
.main-menu .menu > li.section--global a.active:hover,
.main-menu .menu > li.section--global a.active:focus,
.main-menu .menu > li.section--global h3.nolink:hover,
.main-menu .menu > li.section--global h3.nolink:focus,
.main-menu .menu > li.section--global h3.nolink.open:hover,
.main-menu .menu > li.section--global h3.nolink.open:focus,
.main-menu .menu > li.section--global h3.nolink.active:hover,
.main-menu .menu > li.section--global h3.nolink.active:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--global a.active-trail,
.main-menu .menu > li.section--global h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--global a.active,
.main-menu .menu > li.section--global h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #53a0d7;
}

.main-menu .menu > li.section--global a.active-trail:hover,
.main-menu .menu > li.section--global a.active-trail:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--global h3.nolink.active-trail:hover,
.main-menu .menu > li.section--global h3.nolink.active-trail:focus {
  background-color: #002e4d;
}

.main-menu .menu > li.section--global li a,
.main-menu .menu > li.section--global li h3.nolink {
  background-color: #003659;
}

.main-menu .menu > li.section--global li a.active-trail,
.main-menu .menu > li.section--global li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--global li a.active,
.main-menu .menu > li.section--global li h3.nolink.active {
  border-left-color: #53a0d7;
  border-right-color: transparent;
}

.main-menu .menu > li.section--global li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--global li h3.nolink.active-trail:focus {
  background-color: #003659;
}

.main-menu .menu > li.section--global li li a,
.main-menu .menu > li.section--global li li h3.nolink {
  background-color: #003d67;
}

.main-menu .menu > li.section--global li li a.active-trail,
.main-menu .menu > li.section--global li li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--global li li a.active,
.main-menu .menu > li.section--global li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--global li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--global li li h3.nolink.active-trail:focus {
  background-color: #003d67;
}

.main-menu .menu > li.section--global li li li a,
.main-menu .menu > li.section--global li li li h3.nolink {
  background-color: #004c80;
}

.main-menu .menu > li.section--global li li li a.active-trail,
.main-menu .menu > li.section--global li li li h3.nolink.active-trail {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--global li li li a.active,
.main-menu .menu > li.section--global li li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--global li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--global li li li h3.nolink.active-trail:focus {
  background-color: #004c80;
}

.main-menu .menu > li.section--about {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--about > a:before,
.main-menu .menu > li.section--about > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--about > a.active:before,
.main-menu .menu > li.section--about > a.active-trail:before,
.main-menu .menu > li.section--about > h3.nolink.active:before,
.main-menu .menu > li.section--about > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--about > a.open,
.main-menu .menu > li.section--about > a.active-trail,
.main-menu .menu > li.section--about > h3.nolink.open,
.main-menu .menu > li.section--about > h3.nolink.active-trail {
  background-color: #002e4d;
}

.main-menu .menu > li.section--about a.active,
.main-menu .menu > li.section--about h3.nolink.active {
  background-color: #2770a4;
}

.main-menu .menu > li.section--about a:hover,
.main-menu .menu > li.section--about a:focus,
.main-menu .menu > li.section--about a.open:hover,
.main-menu .menu > li.section--about a.open:focus,
.main-menu .menu > li.section--about a.active:hover,
.main-menu .menu > li.section--about a.active:focus,
.main-menu .menu > li.section--about h3.nolink:hover,
.main-menu .menu > li.section--about h3.nolink:focus,
.main-menu .menu > li.section--about h3.nolink.open:hover,
.main-menu .menu > li.section--about h3.nolink.open:focus,
.main-menu .menu > li.section--about h3.nolink.active:hover,
.main-menu .menu > li.section--about h3.nolink.active:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--about a.active-trail,
.main-menu .menu > li.section--about h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--about a.active,
.main-menu .menu > li.section--about h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #53a0d7;
}

.main-menu .menu > li.section--about a.active-trail:hover,
.main-menu .menu > li.section--about a.active-trail:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--about h3.nolink.active-trail:hover,
.main-menu .menu > li.section--about h3.nolink.active-trail:focus {
  background-color: #002e4d;
}

.main-menu .menu > li.section--about li a,
.main-menu .menu > li.section--about li h3.nolink {
  background-color: #003659;
}

.main-menu .menu > li.section--about li a.active-trail,
.main-menu .menu > li.section--about li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--about li a.active,
.main-menu .menu > li.section--about li h3.nolink.active {
  border-left-color: #53a0d7;
  border-right-color: transparent;
}

.main-menu .menu > li.section--about li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--about li h3.nolink.active-trail:focus {
  background-color: #003659;
}

.main-menu .menu > li.section--about li li a,
.main-menu .menu > li.section--about li li h3.nolink {
  background-color: #003d67;
}

.main-menu .menu > li.section--about li li a.active-trail,
.main-menu .menu > li.section--about li li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--about li li a.active,
.main-menu .menu > li.section--about li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--about li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--about li li h3.nolink.active-trail:focus {
  background-color: #003d67;
}

.main-menu .menu > li.section--about li li li a,
.main-menu .menu > li.section--about li li li h3.nolink {
  background-color: #004c80;
}

.main-menu .menu > li.section--about li li li a.active-trail,
.main-menu .menu > li.section--about li li li h3.nolink.active-trail {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--about li li li a.active,
.main-menu .menu > li.section--about li li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--about li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--about li li li h3.nolink.active-trail:focus {
  background-color: #004c80;
}

.main-menu .menu > li.section--home {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--home > a:before,
.main-menu .menu > li.section--home > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--home > a.active:before,
.main-menu .menu > li.section--home > a.active-trail:before,
.main-menu .menu > li.section--home > h3.nolink.active:before,
.main-menu .menu > li.section--home > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--home > a.open,
.main-menu .menu > li.section--home > a.active-trail,
.main-menu .menu > li.section--home > h3.nolink.open,
.main-menu .menu > li.section--home > h3.nolink.active-trail {
  background-color: #002e4d;
}

.main-menu .menu > li.section--home a.active,
.main-menu .menu > li.section--home h3.nolink.active {
  background-color: #2770a4;
}

.main-menu .menu > li.section--home a:hover,
.main-menu .menu > li.section--home a:focus,
.main-menu .menu > li.section--home a.open:hover,
.main-menu .menu > li.section--home a.open:focus,
.main-menu .menu > li.section--home a.active:hover,
.main-menu .menu > li.section--home a.active:focus,
.main-menu .menu > li.section--home h3.nolink:hover,
.main-menu .menu > li.section--home h3.nolink:focus,
.main-menu .menu > li.section--home h3.nolink.open:hover,
.main-menu .menu > li.section--home h3.nolink.open:focus,
.main-menu .menu > li.section--home h3.nolink.active:hover,
.main-menu .menu > li.section--home h3.nolink.active:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--home a.active-trail,
.main-menu .menu > li.section--home h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--home a.active,
.main-menu .menu > li.section--home h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #53a0d7;
}

.main-menu .menu > li.section--home a.active-trail:hover,
.main-menu .menu > li.section--home a.active-trail:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--home h3.nolink.active-trail:hover,
.main-menu .menu > li.section--home h3.nolink.active-trail:focus {
  background-color: #002e4d;
}

.main-menu .menu > li.section--home li a,
.main-menu .menu > li.section--home li h3.nolink {
  background-color: #003659;
}

.main-menu .menu > li.section--home li a.active-trail,
.main-menu .menu > li.section--home li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--home li a.active,
.main-menu .menu > li.section--home li h3.nolink.active {
  border-left-color: #53a0d7;
  border-right-color: transparent;
}

.main-menu .menu > li.section--home li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--home li h3.nolink.active-trail:focus {
  background-color: #003659;
}

.main-menu .menu > li.section--home li li a,
.main-menu .menu > li.section--home li li h3.nolink {
  background-color: #003d67;
}

.main-menu .menu > li.section--home li li a.active-trail,
.main-menu .menu > li.section--home li li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--home li li a.active,
.main-menu .menu > li.section--home li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--home li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--home li li h3.nolink.active-trail:focus {
  background-color: #003d67;
}

.main-menu .menu > li.section--home li li li a,
.main-menu .menu > li.section--home li li li h3.nolink {
  background-color: #004c80;
}

.main-menu .menu > li.section--home li li li a.active-trail,
.main-menu .menu > li.section--home li li li h3.nolink.active-trail {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--home li li li a.active,
.main-menu .menu > li.section--home li li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--home li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--home li li li h3.nolink.active-trail:focus {
  background-color: #004c80;
}

.main-menu .menu > li.section--education {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--education > a:before,
.main-menu .menu > li.section--education > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--education > a.active:before,
.main-menu .menu > li.section--education > a.active-trail:before,
.main-menu .menu > li.section--education > h3.nolink.active:before,
.main-menu .menu > li.section--education > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--education > a.open,
.main-menu .menu > li.section--education > a.active-trail,
.main-menu .menu > li.section--education > h3.nolink.open,
.main-menu .menu > li.section--education > h3.nolink.active-trail {
  background-color: #0f2b36;
}

.main-menu .menu > li.section--education a.active,
.main-menu .menu > li.section--education h3.nolink.active {
  background-color: #1e8093;
}

.main-menu .menu > li.section--education a:hover,
.main-menu .menu > li.section--education a:focus,
.main-menu .menu > li.section--education a.open:hover,
.main-menu .menu > li.section--education a.open:focus,
.main-menu .menu > li.section--education a.active:hover,
.main-menu .menu > li.section--education a.active:focus,
.main-menu .menu > li.section--education h3.nolink:hover,
.main-menu .menu > li.section--education h3.nolink:focus,
.main-menu .menu > li.section--education h3.nolink.open:hover,
.main-menu .menu > li.section--education h3.nolink.open:focus,
.main-menu .menu > li.section--education h3.nolink.active:hover,
.main-menu .menu > li.section--education h3.nolink.active:focus {
  background-color: #1e8093;
}

.main-menu .menu > li.section--education a.active-trail,
.main-menu .menu > li.section--education h3.nolink.active-trail {
  border-left-color: #1e8093;
}

.main-menu .menu > li.section--education a.active,
.main-menu .menu > li.section--education h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #72dfed;
}

.main-menu .menu > li.section--education a.active-trail:hover,
.main-menu .menu > li.section--education a.active-trail:focus {
  background-color: #1e8093;
}

.main-menu .menu > li.section--education h3.nolink.active-trail:hover,
.main-menu .menu > li.section--education h3.nolink.active-trail:focus {
  background-color: #0f2b36;
}

.main-menu .menu > li.section--education li a,
.main-menu .menu > li.section--education li h3.nolink {
  background-color: #133642;
}

.main-menu .menu > li.section--education li a.active-trail,
.main-menu .menu > li.section--education li h3.nolink.active-trail {
  border-left-color: #1e8093;
}

.main-menu .menu > li.section--education li a.active,
.main-menu .menu > li.section--education li h3.nolink.active {
  border-left-color: #72dfed;
  border-right-color: transparent;
}

.main-menu .menu > li.section--education li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--education li h3.nolink.active-trail:focus {
  background-color: #133642;
}

.main-menu .menu > li.section--education li li a,
.main-menu .menu > li.section--education li li h3.nolink {
  background-color: #163f4e;
}

.main-menu .menu > li.section--education li li a.active-trail,
.main-menu .menu > li.section--education li li h3.nolink.active-trail {
  border-left-color: #1e8093;
}

.main-menu .menu > li.section--education li li a.active,
.main-menu .menu > li.section--education li li h3.nolink.active {
  border-left-color: #72dfed;
}

.main-menu .menu > li.section--education li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--education li li h3.nolink.active-trail:focus {
  background-color: #163f4e;
}

.main-menu .menu > li.section--education li li li a,
.main-menu .menu > li.section--education li li li h3.nolink {
  background-color: #1d5469;
}

.main-menu .menu > li.section--education li li li a.active-trail,
.main-menu .menu > li.section--education li li li h3.nolink.active-trail {
  border-left-color: #72dfed;
}

.main-menu .menu > li.section--education li li li a.active,
.main-menu .menu > li.section--education li li li h3.nolink.active {
  border-left-color: #72dfed;
}

.main-menu .menu > li.section--education li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--education li li li h3.nolink.active-trail:focus {
  background-color: #1d5469;
}

.main-menu .menu > li.section--events {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--events > a:before,
.main-menu .menu > li.section--events > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--events > a.active:before,
.main-menu .menu > li.section--events > a.active-trail:before,
.main-menu .menu > li.section--events > h3.nolink.active:before,
.main-menu .menu > li.section--events > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--events > a.open,
.main-menu .menu > li.section--events > a.active-trail,
.main-menu .menu > li.section--events > h3.nolink.open,
.main-menu .menu > li.section--events > h3.nolink.active-trail {
  background-color: #451730;
}

.main-menu .menu > li.section--events a.active,
.main-menu .menu > li.section--events h3.nolink.active {
  background-color: #b30044;
}

.main-menu .menu > li.section--events a:hover,
.main-menu .menu > li.section--events a:focus,
.main-menu .menu > li.section--events a.open:hover,
.main-menu .menu > li.section--events a.open:focus,
.main-menu .menu > li.section--events a.active:hover,
.main-menu .menu > li.section--events a.active:focus,
.main-menu .menu > li.section--events h3.nolink:hover,
.main-menu .menu > li.section--events h3.nolink:focus,
.main-menu .menu > li.section--events h3.nolink.open:hover,
.main-menu .menu > li.section--events h3.nolink.open:focus,
.main-menu .menu > li.section--events h3.nolink.active:hover,
.main-menu .menu > li.section--events h3.nolink.active:focus {
  background-color: #b30044;
}

.main-menu .menu > li.section--events a.active-trail,
.main-menu .menu > li.section--events h3.nolink.active-trail {
  border-left-color: #b30044;
}

.main-menu .menu > li.section--events a.active,
.main-menu .menu > li.section--events h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #ff4e92;
}

.main-menu .menu > li.section--events a.active-trail:hover,
.main-menu .menu > li.section--events a.active-trail:focus {
  background-color: #b30044;
}

.main-menu .menu > li.section--events h3.nolink.active-trail:hover,
.main-menu .menu > li.section--events h3.nolink.active-trail:focus {
  background-color: #451730;
}

.main-menu .menu > li.section--events li a,
.main-menu .menu > li.section--events li h3.nolink {
  background-color: #521c39;
}

.main-menu .menu > li.section--events li a.active-trail,
.main-menu .menu > li.section--events li h3.nolink.active-trail {
  border-left-color: #b30044;
}

.main-menu .menu > li.section--events li a.active,
.main-menu .menu > li.section--events li h3.nolink.active {
  border-left-color: #ff4e92;
  border-right-color: transparent;
}

.main-menu .menu > li.section--events li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--events li h3.nolink.active-trail:focus {
  background-color: #521c39;
}

.main-menu .menu > li.section--events li li a,
.main-menu .menu > li.section--events li li h3.nolink {
  background-color: #5e2042;
}

.main-menu .menu > li.section--events li li a.active-trail,
.main-menu .menu > li.section--events li li h3.nolink.active-trail {
  border-left-color: #b30044;
}

.main-menu .menu > li.section--events li li a.active,
.main-menu .menu > li.section--events li li h3.nolink.active {
  border-left-color: #ff4e92;
}

.main-menu .menu > li.section--events li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--events li li h3.nolink.active-trail:focus {
  background-color: #5e2042;
}

.main-menu .menu > li.section--events li li li a,
.main-menu .menu > li.section--events li li li h3.nolink {
  background-color: #782954;
}

.main-menu .menu > li.section--events li li li a.active-trail,
.main-menu .menu > li.section--events li li li h3.nolink.active-trail {
  border-left-color: #ff4e92;
}

.main-menu .menu > li.section--events li li li a.active,
.main-menu .menu > li.section--events li li li h3.nolink.active {
  border-left-color: #ff4e92;
}

.main-menu .menu > li.section--events li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--events li li li h3.nolink.active-trail:focus {
  background-color: #782954;
}

.main-menu .menu > li.section--guidelines {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--guidelines > a:before,
.main-menu .menu > li.section--guidelines > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--guidelines > a.active:before,
.main-menu .menu > li.section--guidelines > a.active-trail:before,
.main-menu .menu > li.section--guidelines > h3.nolink.active:before,
.main-menu .menu > li.section--guidelines > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--guidelines > a.open,
.main-menu .menu > li.section--guidelines > a.active-trail,
.main-menu .menu > li.section--guidelines > h3.nolink.open,
.main-menu .menu > li.section--guidelines > h3.nolink.active-trail {
  background-color: #1f5c37;
}

.main-menu .menu > li.section--guidelines a.active,
.main-menu .menu > li.section--guidelines h3.nolink.active {
  background-color: #1a8746;
}

.main-menu .menu > li.section--guidelines a:hover,
.main-menu .menu > li.section--guidelines a:focus,
.main-menu .menu > li.section--guidelines a.open:hover,
.main-menu .menu > li.section--guidelines a.open:focus,
.main-menu .menu > li.section--guidelines a.active:hover,
.main-menu .menu > li.section--guidelines a.active:focus,
.main-menu .menu > li.section--guidelines h3.nolink:hover,
.main-menu .menu > li.section--guidelines h3.nolink:focus,
.main-menu .menu > li.section--guidelines h3.nolink.open:hover,
.main-menu .menu > li.section--guidelines h3.nolink.open:focus,
.main-menu .menu > li.section--guidelines h3.nolink.active:hover,
.main-menu .menu > li.section--guidelines h3.nolink.active:focus {
  background-color: #1a8746;
}

.main-menu .menu > li.section--guidelines a.active-trail,
.main-menu .menu > li.section--guidelines h3.nolink.active-trail {
  border-left-color: #1a8746;
}

.main-menu .menu > li.section--guidelines a.active,
.main-menu .menu > li.section--guidelines h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #4ad982;
}

.main-menu .menu > li.section--guidelines a.active-trail:hover,
.main-menu .menu > li.section--guidelines a.active-trail:focus {
  background-color: #1a8746;
}

.main-menu .menu > li.section--guidelines h3.nolink.active-trail:hover,
.main-menu .menu > li.section--guidelines h3.nolink.active-trail:focus {
  background-color: #1f5c37;
}

.main-menu .menu > li.section--guidelines li a,
.main-menu .menu > li.section--guidelines li h3.nolink {
  background-color: #24693f;
}

.main-menu .menu > li.section--guidelines li a.active-trail,
.main-menu .menu > li.section--guidelines li h3.nolink.active-trail {
  border-left-color: #1a8746;
}

.main-menu .menu > li.section--guidelines li a.active,
.main-menu .menu > li.section--guidelines li h3.nolink.active {
  border-left-color: #4ad982;
  border-right-color: transparent;
}

.main-menu .menu > li.section--guidelines li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--guidelines li h3.nolink.active-trail:focus {
  background-color: #24693f;
}

.main-menu .menu > li.section--guidelines li li a,
.main-menu .menu > li.section--guidelines li li h3.nolink {
  background-color: #287647;
}

.main-menu .menu > li.section--guidelines li li a.active-trail,
.main-menu .menu > li.section--guidelines li li h3.nolink.active-trail {
  border-left-color: #1a8746;
}

.main-menu .menu > li.section--guidelines li li a.active,
.main-menu .menu > li.section--guidelines li li h3.nolink.active {
  border-left-color: #4ad982;
}

.main-menu .menu > li.section--guidelines li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--guidelines li li h3.nolink.active-trail:focus {
  background-color: #287647;
}

.main-menu .menu > li.section--guidelines li li li a,
.main-menu .menu > li.section--guidelines li li li h3.nolink {
  background-color: #2b804d;
}

.main-menu .menu > li.section--guidelines li li li a.active-trail,
.main-menu .menu > li.section--guidelines li li li h3.nolink.active-trail {
  border-left-color: #4ad982;
}

.main-menu .menu > li.section--guidelines li li li a.active,
.main-menu .menu > li.section--guidelines li li li h3.nolink.active {
  border-left-color: #4ad982;
}

.main-menu .menu > li.section--guidelines li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--guidelines li li li h3.nolink.active-trail:focus {
  background-color: #2b804d;
}

.main-menu .menu > li.section--video {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--video > a:before,
.main-menu .menu > li.section--video > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--video > a.active:before,
.main-menu .menu > li.section--video > a.active-trail:before,
.main-menu .menu > li.section--video > h3.nolink.active:before,
.main-menu .menu > li.section--video > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--video > a.open,
.main-menu .menu > li.section--video > a.active-trail,
.main-menu .menu > li.section--video > h3.nolink.open,
.main-menu .menu > li.section--video > h3.nolink.active-trail {
  background-color: #68000A;
}

.main-menu .menu > li.section--video a.active,
.main-menu .menu > li.section--video h3.nolink.active {
  background-color: #8A0002;
}

.main-menu .menu > li.section--video a:hover,
.main-menu .menu > li.section--video a:focus,
.main-menu .menu > li.section--video a.open:hover,
.main-menu .menu > li.section--video a.open:focus,
.main-menu .menu > li.section--video a.active:hover,
.main-menu .menu > li.section--video a.active:focus,
.main-menu .menu > li.section--video h3.nolink:hover,
.main-menu .menu > li.section--video h3.nolink:focus,
.main-menu .menu > li.section--video h3.nolink.open:hover,
.main-menu .menu > li.section--video h3.nolink.open:focus,
.main-menu .menu > li.section--video h3.nolink.active:hover,
.main-menu .menu > li.section--video h3.nolink.active:focus {
  background-color: #8A0002;
}

.main-menu .menu > li.section--video a.active-trail,
.main-menu .menu > li.section--video h3.nolink.active-trail {
  border-left-color: #8A0002;
}

.main-menu .menu > li.section--video a.active,
.main-menu .menu > li.section--video h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #fc4e45;
}

.main-menu .menu > li.section--video a.active-trail:hover,
.main-menu .menu > li.section--video a.active-trail:focus {
  background-color: #8A0002;
}

.main-menu .menu > li.section--video h3.nolink.active-trail:hover,
.main-menu .menu > li.section--video h3.nolink.active-trail:focus {
  background-color: #68000A;
}

.main-menu .menu > li.section--video li a,
.main-menu .menu > li.section--video li h3.nolink {
  background-color: #770006;
}

.main-menu .menu > li.section--video li a.active-trail,
.main-menu .menu > li.section--video li h3.nolink.active-trail {
  border-left-color: #8A0002;
}

.main-menu .menu > li.section--video li a.active,
.main-menu .menu > li.section--video li h3.nolink.active {
  border-left-color: #fc4e45;
  border-right-color: transparent;
}

.main-menu .menu > li.section--video li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--video li h3.nolink.active-trail:focus {
  background-color: #770006;
}

.main-menu .menu > li.section--video li li a,
.main-menu .menu > li.section--video li li h3.nolink {
  background-color: #770006;
}

.main-menu .menu > li.section--video li li a.active-trail,
.main-menu .menu > li.section--video li li h3.nolink.active-trail {
  border-left-color: #8A0002;
}

.main-menu .menu > li.section--video li li a.active,
.main-menu .menu > li.section--video li li h3.nolink.active {
  border-left-color: #fc4e45;
}

.main-menu .menu > li.section--video li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--video li li h3.nolink.active-trail:focus {
  background-color: #770006;
}

.main-menu .menu > li.section--video li li li a,
.main-menu .menu > li.section--video li li li h3.nolink {
  background-color: #770006;
}

.main-menu .menu > li.section--video li li li a.active-trail,
.main-menu .menu > li.section--video li li li h3.nolink.active-trail {
  border-left-color: #fc4e45;
}

.main-menu .menu > li.section--video li li li a.active,
.main-menu .menu > li.section--video li li li h3.nolink.active {
  border-left-color: #fc4e45;
}

.main-menu .menu > li.section--video li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--video li li li h3.nolink.active-trail:focus {
  background-color: #770006;
}

.main-menu .menu > li.section--myrcp {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--myrcp > a:before,
.main-menu .menu > li.section--myrcp > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--myrcp > a.active:before,
.main-menu .menu > li.section--myrcp > a.active-trail:before,
.main-menu .menu > li.section--myrcp > h3.nolink.active:before,
.main-menu .menu > li.section--myrcp > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--myrcp > a.open,
.main-menu .menu > li.section--myrcp > a.active-trail,
.main-menu .menu > li.section--myrcp > h3.nolink.open,
.main-menu .menu > li.section--myrcp > h3.nolink.active-trail {
  background-color: #1d2024;
}

.main-menu .menu > li.section--myrcp a.active,
.main-menu .menu > li.section--myrcp h3.nolink.active {
  background-color: #656b70;
}

.main-menu .menu > li.section--myrcp a:hover,
.main-menu .menu > li.section--myrcp a:focus,
.main-menu .menu > li.section--myrcp a.open:hover,
.main-menu .menu > li.section--myrcp a.open:focus,
.main-menu .menu > li.section--myrcp a.active:hover,
.main-menu .menu > li.section--myrcp a.active:focus,
.main-menu .menu > li.section--myrcp h3.nolink:hover,
.main-menu .menu > li.section--myrcp h3.nolink:focus,
.main-menu .menu > li.section--myrcp h3.nolink.open:hover,
.main-menu .menu > li.section--myrcp h3.nolink.open:focus,
.main-menu .menu > li.section--myrcp h3.nolink.active:hover,
.main-menu .menu > li.section--myrcp h3.nolink.active:focus {
  background-color: #656b70;
}

.main-menu .menu > li.section--myrcp a.active-trail,
.main-menu .menu > li.section--myrcp h3.nolink.active-trail {
  border-left-color: #656b70;
}

.main-menu .menu > li.section--myrcp a.active,
.main-menu .menu > li.section--myrcp h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #a5aaae;
}

.main-menu .menu > li.section--myrcp a.active-trail:hover,
.main-menu .menu > li.section--myrcp a.active-trail:focus {
  background-color: #656b70;
}

.main-menu .menu > li.section--myrcp h3.nolink.active-trail:hover,
.main-menu .menu > li.section--myrcp h3.nolink.active-trail:focus {
  background-color: #1d2024;
}

.main-menu .menu > li.section--myrcp li a,
.main-menu .menu > li.section--myrcp li h3.nolink {
  background-color: #31373d;
}

.main-menu .menu > li.section--myrcp li a.active-trail,
.main-menu .menu > li.section--myrcp li h3.nolink.active-trail {
  border-left-color: #656b70;
}

.main-menu .menu > li.section--myrcp li a.active,
.main-menu .menu > li.section--myrcp li h3.nolink.active {
  border-left-color: #a5aaae;
  border-right-color: transparent;
}

.main-menu .menu > li.section--myrcp li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--myrcp li h3.nolink.active-trail:focus {
  background-color: #31373d;
}

.main-menu .menu > li.section--myrcp li li a,
.main-menu .menu > li.section--myrcp li li h3.nolink {
  background-color: #3c444b;
}

.main-menu .menu > li.section--myrcp li li a.active-trail,
.main-menu .menu > li.section--myrcp li li h3.nolink.active-trail {
  border-left-color: #656b70;
}

.main-menu .menu > li.section--myrcp li li a.active,
.main-menu .menu > li.section--myrcp li li h3.nolink.active {
  border-left-color: #a5aaae;
}

.main-menu .menu > li.section--myrcp li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--myrcp li li h3.nolink.active-trail:focus {
  background-color: #3c444b;
}

.main-menu .menu > li.section--myrcp li li li a,
.main-menu .menu > li.section--myrcp li li li h3.nolink {
  background-color: #505a63;
}

.main-menu .menu > li.section--myrcp li li li a.active-trail,
.main-menu .menu > li.section--myrcp li li li h3.nolink.active-trail {
  border-left-color: #a5aaae;
}

.main-menu .menu > li.section--myrcp li li li a.active,
.main-menu .menu > li.section--myrcp li li li h3.nolink.active {
  border-left-color: #a5aaae;
}

.main-menu .menu > li.section--myrcp li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--myrcp li li li h3.nolink.active-trail:focus {
  background-color: #505a63;
}

.main-menu .menu > li.section--news {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--news > a:before,
.main-menu .menu > li.section--news > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--news > a.active:before,
.main-menu .menu > li.section--news > a.active-trail:before,
.main-menu .menu > li.section--news > h3.nolink.active:before,
.main-menu .menu > li.section--news > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--news > a.open,
.main-menu .menu > li.section--news > a.active-trail,
.main-menu .menu > li.section--news > h3.nolink.open,
.main-menu .menu > li.section--news > h3.nolink.active-trail {
  background-color: #002e4d;
}

.main-menu .menu > li.section--news a.active,
.main-menu .menu > li.section--news h3.nolink.active {
  background-color: #2770a4;
}

.main-menu .menu > li.section--news a:hover,
.main-menu .menu > li.section--news a:focus,
.main-menu .menu > li.section--news a.open:hover,
.main-menu .menu > li.section--news a.open:focus,
.main-menu .menu > li.section--news a.active:hover,
.main-menu .menu > li.section--news a.active:focus,
.main-menu .menu > li.section--news h3.nolink:hover,
.main-menu .menu > li.section--news h3.nolink:focus,
.main-menu .menu > li.section--news h3.nolink.open:hover,
.main-menu .menu > li.section--news h3.nolink.open:focus,
.main-menu .menu > li.section--news h3.nolink.active:hover,
.main-menu .menu > li.section--news h3.nolink.active:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--news a.active-trail,
.main-menu .menu > li.section--news h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--news a.active,
.main-menu .menu > li.section--news h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #53a0d7;
}

.main-menu .menu > li.section--news a.active-trail:hover,
.main-menu .menu > li.section--news a.active-trail:focus {
  background-color: #2770a4;
}

.main-menu .menu > li.section--news h3.nolink.active-trail:hover,
.main-menu .menu > li.section--news h3.nolink.active-trail:focus {
  background-color: #002e4d;
}

.main-menu .menu > li.section--news li a,
.main-menu .menu > li.section--news li h3.nolink {
  background-color: #003659;
}

.main-menu .menu > li.section--news li a.active-trail,
.main-menu .menu > li.section--news li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--news li a.active,
.main-menu .menu > li.section--news li h3.nolink.active {
  border-left-color: #53a0d7;
  border-right-color: transparent;
}

.main-menu .menu > li.section--news li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--news li h3.nolink.active-trail:focus {
  background-color: #003659;
}

.main-menu .menu > li.section--news li li a,
.main-menu .menu > li.section--news li li h3.nolink {
  background-color: #003d67;
}

.main-menu .menu > li.section--news li li a.active-trail,
.main-menu .menu > li.section--news li li h3.nolink.active-trail {
  border-left-color: #2770a4;
}

.main-menu .menu > li.section--news li li a.active,
.main-menu .menu > li.section--news li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--news li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--news li li h3.nolink.active-trail:focus {
  background-color: #003d67;
}

.main-menu .menu > li.section--news li li li a,
.main-menu .menu > li.section--news li li li h3.nolink {
  background-color: #004c80;
}

.main-menu .menu > li.section--news li li li a.active-trail,
.main-menu .menu > li.section--news li li li h3.nolink.active-trail {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--news li li li a.active,
.main-menu .menu > li.section--news li li li h3.nolink.active {
  border-left-color: #53a0d7;
}

.main-menu .menu > li.section--news li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--news li li li h3.nolink.active-trail:focus {
  background-color: #004c80;
}

.main-menu .menu > h3,
.main-menu .menu > a {
  margin-bottom: 0;
}

.main-menu .menu > li.section--projects {
  /*// Add grey styling to news and about sections
  @if $section == home {
    background-color: $rcp-bg-grey;
  } @else if $section == news {
    background-color: $rcp-bg-grey;
    // Remove margin of bottom item which is news
    // @TODO add this to last element in menu, not just news
    > h3,
    > a {
      margin-bottom: 0;
    }
  }*/
}

.main-menu .menu > li.section--projects > a:before,
.main-menu .menu > li.section--projects > h3.nolink:before {
  content: "";
}

.main-menu .menu > li.section--projects > a.active:before,
.main-menu .menu > li.section--projects > a.active-trail:before,
.main-menu .menu > li.section--projects > h3.nolink.active:before,
.main-menu .menu > li.section--projects > h3.nolink.active-trail:before {
  content: "";
}

.main-menu .menu > li.section--projects > a.open,
.main-menu .menu > li.section--projects > a.active-trail,
.main-menu .menu > li.section--projects > h3.nolink.open,
.main-menu .menu > li.section--projects > h3.nolink.active-trail {
  background-color: #35264d;
}

.main-menu .menu > li.section--projects a.active,
.main-menu .menu > li.section--projects h3.nolink.active {
  background-color: #934ebe;
}

.main-menu .menu > li.section--projects a:hover,
.main-menu .menu > li.section--projects a:focus,
.main-menu .menu > li.section--projects a.open:hover,
.main-menu .menu > li.section--projects a.open:focus,
.main-menu .menu > li.section--projects a.active:hover,
.main-menu .menu > li.section--projects a.active:focus,
.main-menu .menu > li.section--projects h3.nolink:hover,
.main-menu .menu > li.section--projects h3.nolink:focus,
.main-menu .menu > li.section--projects h3.nolink.open:hover,
.main-menu .menu > li.section--projects h3.nolink.open:focus,
.main-menu .menu > li.section--projects h3.nolink.active:hover,
.main-menu .menu > li.section--projects h3.nolink.active:focus {
  background-color: #934ebe;
}

.main-menu .menu > li.section--projects a.active-trail,
.main-menu .menu > li.section--projects h3.nolink.active-trail {
  border-left-color: #934ebe;
}

.main-menu .menu > li.section--projects a.active,
.main-menu .menu > li.section--projects h3.nolink.active {
  border-left-color: transparent;
  border-right-color: #b07ecf;
}

.main-menu .menu > li.section--projects a.active-trail:hover,
.main-menu .menu > li.section--projects a.active-trail:focus {
  background-color: #934ebe;
}

.main-menu .menu > li.section--projects h3.nolink.active-trail:hover,
.main-menu .menu > li.section--projects h3.nolink.active-trail:focus {
  background-color: #35264d;
}

.main-menu .menu > li.section--projects li a,
.main-menu .menu > li.section--projects li h3.nolink {
  background-color: #3e2d59;
}

.main-menu .menu > li.section--projects li a.active-trail,
.main-menu .menu > li.section--projects li h3.nolink.active-trail {
  border-left-color: #934ebe;
}

.main-menu .menu > li.section--projects li a.active,
.main-menu .menu > li.section--projects li h3.nolink.active {
  border-left-color: #b07ecf;
  border-right-color: transparent;
}

.main-menu .menu > li.section--projects li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--projects li h3.nolink.active-trail:focus {
  background-color: #3e2d59;
}

.main-menu .menu > li.section--projects li li a,
.main-menu .menu > li.section--projects li li h3.nolink {
  background-color: #473367;
}

.main-menu .menu > li.section--projects li li a.active-trail,
.main-menu .menu > li.section--projects li li h3.nolink.active-trail {
  border-left-color: #934ebe;
}

.main-menu .menu > li.section--projects li li a.active,
.main-menu .menu > li.section--projects li li h3.nolink.active {
  border-left-color: #b07ecf;
}

.main-menu .menu > li.section--projects li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--projects li li h3.nolink.active-trail:focus {
  background-color: #473367;
}

.main-menu .menu > li.section--projects li li li a,
.main-menu .menu > li.section--projects li li li h3.nolink {
  background-color: #584080;
}

.main-menu .menu > li.section--projects li li li a.active-trail,
.main-menu .menu > li.section--projects li li li h3.nolink.active-trail {
  border-left-color: #b07ecf;
}

.main-menu .menu > li.section--projects li li li a.active,
.main-menu .menu > li.section--projects li li li h3.nolink.active {
  border-left-color: #b07ecf;
}

.main-menu .menu > li.section--projects li li li h3.nolink.active-trail:hover,
.main-menu .menu > li.section--projects li li li h3.nolink.active-trail:focus {
  background-color: #584080;
}

.main-menu .menu li.section--home,
.main-menu .menu li.section--events,
.main-menu .menu li.section--education,
.main-menu .menu li.section--guidelines,
.main-menu .menu li.section--projects,
.main-menu .menu li.section--myrcp,
.main-menu .menu li.section--video {
  background-color: #15181b;
}

.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1040;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  height: auto;
  z-index: auto;
}

.main-menu .inner {
  z-index: 1050;
}

.main-menu .inner {
  z-index: auto;
}

/*.accordion-menu {
  li {
    > ul {
      display: none;
    }
    &.active-trail {
      > ul {
        display: block;
      }
    }
  }
}*/

.main-menu .menu li > ul {
  display: none;
}

.main-menu .menu li.active-trail > ul {
  display: block;
}

.main-menu .nav-pills {
  border-bottom: 1px solid #5c5e60;
  background-color: #15181b;
}

.main-menu .nav-pills li a {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}

.main-menu .nav-pills li a:hover,
.main-menu .nav-pills li a:focus {
  color: #fff;
  background-color: #656b70;
}

.main-menu .nav-pills li h3.active,
.main-menu .nav-pills li a.active {
  color: #fff;
  background-color: #656b70;
  border-left-color: #a5aaae;
}

.main-menu .nav-pills li h3.active-trail,
.main-menu .nav-pills li a.active-trail {
  background-color: transparent;
}

.main-menu .nav-pills li h3.active:hover,
.main-menu .nav-pills li h3.active:focus,
.main-menu .nav-pills li h3.active-trail:hover,
.main-menu .nav-pills li h3.active-trail:focus,
.main-menu .nav-pills li a.active:hover,
.main-menu .nav-pills li a.active:focus,
.main-menu .nav-pills li a.active-trail:hover,
.main-menu .nav-pills li a.active-trail:focus {
  color: #fff;
  background-color: #656b70;
}

.main-menu .nav-pills > li {
  float: none;
}

.main-menu .nav-pills > li > h3 {
  padding: 15px 10px 15px 55px;
  position: relative;
  cursor: default;
  color: #fff;
}

.main-menu .nav-pills > li > h3:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 16px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 15px;
  top: 13px;
  font-size: 1.5em;
}

.main-menu .nav-pills li a {
  padding: 10px 10px 10px 15px;
}

.main-menu .dropdown-menu {
  position: relative;
  display: block;
  background: none;
  width: 100%;
  padding: 0;
  border: 0 none;
}

.main-menu .dropdown-menu > li > a {
  white-space: normal;
}

.main-menu .caret {
  display: none;
}

.main-menu .nav-pills {
  display: none;
}

.nav-pills > li {
  margin: 0;
}

.content-sidebar-top ul,
.content-sidebar-bottom ul {
  list-style-type: none;
  margin-bottom: 0;
}

.content-sidebar-top ul.field-type-link-field,
.content-sidebar-bottom ul.field-type-link-field {
  margin-bottom: 0.625em;
}

.content-sidebar-top span.date-display-end,
.content-sidebar-bottom span.date-display-end {
  margin-bottom: 0.625em;
}

.content-sidebar-top .field-label,
.content-sidebar-bottom .field-label {
  margin-bottom: 0;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.content-sidebar-top h3.field-label,
.content-sidebar-bottom h3.field-label {
  display: block;
  font-size: 16px;
}

.content-sidebar-top .btn-default,
.content-sidebar-top .btn-primary,
.content-sidebar-bottom .btn-default,
.content-sidebar-bottom .btn-primary {
  width: 100%;
}

.content-sidebar-top .panel-pane,
.content-sidebar-top .pane-panels-mini,
.content-sidebar-bottom .panel-pane,
.content-sidebar-bottom .pane-panels-mini {
  margin-bottom: 2.1875em;
}

.content-sidebar-top .panel-pane.pane-node-interviewee-teaser,
.content-sidebar-top .pane-panels-mini.pane-node-interviewee-teaser,
.content-sidebar-bottom .panel-pane.pane-node-interviewee-teaser,
.content-sidebar-bottom .pane-panels-mini.pane-node-interviewee-teaser {
  margin-bottom: 0.625em;
}

.content-sidebar-top .panel-pane .field,
.content-sidebar-top .pane-panels-mini .field,
.content-sidebar-bottom .panel-pane .field,
.content-sidebar-bottom .pane-panels-mini .field {
  margin-bottom: 0.625em;
}

.content-sidebar-top .panel-pane .field-name-title-field h2 a,
.content-sidebar-top .pane-panels-mini .field-name-title-field h2 a,
.content-sidebar-bottom .panel-pane .field-name-title-field h2 a,
.content-sidebar-bottom .pane-panels-mini .field-name-title-field h2 a {
  border-bottom: none;
}

.content-sidebar-top .panel-pane .media-wrapper-container,
.content-sidebar-top .pane-panels-mini .media-wrapper-container,
.content-sidebar-bottom .panel-pane .media-wrapper-container,
.content-sidebar-bottom .pane-panels-mini .media-wrapper-container {
  margin-bottom: 1.625em;
}

.content-sidebar-top .pane-entity-field,
.content-sidebar-bottom .pane-entity-field {
  margin-bottom: 0.625em;
}

.content-sidebar-top .pane-entity-field.pane-node-field-contact-details,
.content-sidebar-bottom .pane-entity-field.pane-node-field-contact-details {
  margin-bottom: 2.1875em;
}

.content-sidebar-top .pane-entity-field.modal,
.content-sidebar-bottom .pane-entity-field.modal {
  margin-bottom: 0;
}

.content-sidebar-top #mini-panel-node_event_details .price-options-button,
.content-sidebar-bottom #mini-panel-node_event_details .price-options-button {
  margin-bottom: 0.625em;
}

.content-sidebar-top #mini-panel-node_event_booking p,
.content-sidebar-bottom #mini-panel-node_event_booking p {
  margin-bottom: 0.625em;
}

.content-sidebar-top .panel-pane .clearfix:before,
.content-sidebar-top .panel-pane .clearfix:after,
.content-sidebar-bottom .panel-pane .clearfix:before,
.content-sidebar-bottom .panel-pane .clearfix:after {
  display: none;
}

.dark-block {
  background: #1C2124;
  margin: -4% -4.5% 1.6875em -4.5%;
  margin: 0 -5% 1.6875em -5%;
  width: 120%;
  margin-left: -10%;
  color: #fff;
}

.dark-block h2 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px #fff solid;
  border-bottom: 2px #2E353B solid;
  margin-bottom: 0;
}

.dark-block h2,
.dark-block .pane-content {
  padding: 3% 4.5%;
}

.dark-block h2,
.dark-block .pane-content {
  padding: 3% 5%;
}

.dark-block h2,
.dark-block .pane-content {
  padding: 4% 10%;
}

.dark-block h2 {
  color: #2770a4;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px #2E353B solid;
}

.node--mini-teaser {
  position: relative;
  padding: 16px 16px 0 16px;
  overflow: hidden;
  background-color: #003d67;
}

.node--mini-teaser.thumbnail {
  margin: 0;
}

.node--mini-teaser:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003d67;
  background-image: url("../images/mini-teaser-corner-shields/about.png");
}

.node--mini-teaser:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 80px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003d67;
}

.node--mini-teaser .caption .field-name-title-field a,
.node--mini-teaser .caption .field-name-title-field a:hover,
.node--mini-teaser .caption .field-name-title-field a:focus {
  color: #53a0d7;
}

.node--mini-teaser:hover {
  background-color: #003659;
}

.node--mini-teaser:hover .caption .field-name-title-field a,
.node--mini-teaser:hover .caption .field-name-title-field a:hover {
  color: #53a0d7;
}

.node--mini-teaser:before {
  text-align: center;
  background-position: top left;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 45px;
  height: 55px;
  padding-top: 10px;
  padding-right: 2px;
}

.node--mini-teaser:after {
  text-align: center;
  background-image: url("../images/placeholder-background.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 188px;
  padding-top: 65px;
}

.node--mini-teaser .caption {
  color: #fff;
  padding: 0;
}

.node--mini-teaser .caption .field {
  font-size: 0.75em;
  text-align: right;
  padding-left: 30px;
  line-height: 1.2;
}

.node--mini-teaser .caption .field.field-date {
  margin: 0;
}

.node--mini-teaser .caption .field-label {
  display: block;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.node--mini-teaser .caption .field-name-title-field {
  padding: 24px 0 16px 0;
  margin-left: 0;
  text-align: left;
}

.node--mini-teaser .caption .field-name-title-field h4 {
  font-size: 16px;
  margin: 0;
}

.node--mini-teaser .caption .field-name-title-field a,
.node--mini-teaser .caption .field-name-title-field a:hover,
.node--mini-teaser .caption .field-name-title-field a:focus {
  border-bottom: none;
  text-decoration: none;
}

.node--mini-teaser .media-wrapper-container {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 188px;
  text-align: center;
  overflow: hidden;
}

.node--mini-teaser .media-wrapper-container img {
  position: absolute;
  left: 50%;
  z-index: 4;
  zoom: 1;
  margin-left: -141px;
  width: 282px;
  height: 188px;
}

.node--mini-teaser .media-wrapper-container img.adaptive-image {
  max-width: none;
}

.singlecol .node--mini-teaser {
  padding-bottom: 188px;
}

.singlecol .node--mini-teaser:after,
.singlecol .node--mini-teaser .media-wrapper-container {
  display: block;
}

.twocols .node--mini-teaser,
.twobytwocols .node--mini-teaser {
  padding-bottom: 188px;
}

.twocols .node--mini-teaser:after,
.twocols .node--mini-teaser .media-wrapper-container,
.twobytwocols .node--mini-teaser:after,
.twobytwocols .node--mini-teaser .media-wrapper-container {
  display: block;
}

.node--mini-teaser:hover {
  cursor: pointer;
}

.node--mini-teaser:hover .caption .field-name-title-field a,
.node--mini-teaser:hover .caption .field-name-title-field a:hover {
  border-bottom: none;
}

.node--mini-teaser.section--news {
  background-color: #003d67;
}

.node--mini-teaser.section--news:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003d67;
  background-image: url("../images/mini-teaser-corner-shields/news.png");
}

.node--mini-teaser.section--news:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 80px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003d67;
}

.node--mini-teaser.section--news .caption .field-name-title-field a,
.node--mini-teaser.section--news .caption .field-name-title-field a:hover,
.node--mini-teaser.section--news .caption .field-name-title-field a:focus {
  color: #53a0d7;
}

.node--mini-teaser.section--news:hover {
  background-color: #003659;
}

.node--mini-teaser.section--news:hover .caption .field-name-title-field a,
.node--mini-teaser.section--news:hover .caption .field-name-title-field a:hover {
  color: #53a0d7;
}

.node--mini-teaser.section--projects {
  background-color: #473367;
}

.node--mini-teaser.section--projects:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #473367;
  background-image: url("../images/mini-teaser-corner-shields/projects.png");
}

.node--mini-teaser.section--projects:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 80px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #473367;
}

.node--mini-teaser.section--projects .caption .field-name-title-field a,
.node--mini-teaser.section--projects .caption .field-name-title-field a:hover,
.node--mini-teaser.section--projects .caption .field-name-title-field a:focus {
  color: #b07ecf;
}

.node--mini-teaser.section--projects:hover {
  background-color: #3e2d59;
}

.node--mini-teaser.section--projects:hover .caption .field-name-title-field a,
.node--mini-teaser.section--projects:hover .caption .field-name-title-field a:hover {
  color: #b07ecf;
}

.node--mini-teaser.section--guidelines {
  background-color: #287647;
}

.node--mini-teaser.section--guidelines:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #287647;
  background-image: url("../images/mini-teaser-corner-shields/guidelines.png");
}

.node--mini-teaser.section--guidelines:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 80px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #287647;
}

.node--mini-teaser.section--guidelines .caption .field-name-title-field a,
.node--mini-teaser.section--guidelines .caption .field-name-title-field a:hover,
.node--mini-teaser.section--guidelines .caption .field-name-title-field a:focus {
  color: #4ad982;
}

.node--mini-teaser.section--guidelines:hover {
  background-color: #24693f;
}

.node--mini-teaser.section--guidelines:hover .caption .field-name-title-field a,
.node--mini-teaser.section--guidelines:hover .caption .field-name-title-field a:hover {
  color: #4ad982;
}

.node--mini-teaser.section--events {
  background-color: #5e2042;
}

.node--mini-teaser.section--events:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5e2042;
  background-image: url("../images/mini-teaser-corner-shields/events.png");
}

.node--mini-teaser.section--events:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 80px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5e2042;
}

.node--mini-teaser.section--events .caption .field-name-title-field a,
.node--mini-teaser.section--events .caption .field-name-title-field a:hover,
.node--mini-teaser.section--events .caption .field-name-title-field a:focus {
  color: #ff4e92;
}

.node--mini-teaser.section--events:hover {
  background-color: #521c39;
}

.node--mini-teaser.section--events:hover .caption .field-name-title-field a,
.node--mini-teaser.section--events:hover .caption .field-name-title-field a:hover {
  color: #ff4e92;
}

.node--mini-teaser.section--education {
  background-color: #163f4e;
}

.node--mini-teaser.section--education:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #163f4e;
  background-image: url("../images/mini-teaser-corner-shields/education.png");
}

.node--mini-teaser.section--education:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 80px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #163f4e;
}

.node--mini-teaser.section--education .caption .field-name-title-field a,
.node--mini-teaser.section--education .caption .field-name-title-field a:hover,
.node--mini-teaser.section--education .caption .field-name-title-field a:focus {
  color: #72dfed;
}

.node--mini-teaser.section--education:hover {
  background-color: #133642;
}

.node--mini-teaser.section--education:hover .caption .field-name-title-field a,
.node--mini-teaser.section--education:hover .caption .field-name-title-field a:hover {
  color: #72dfed;
}

.node--mini-teaser.node-person:before {
  display: none;
}

.node--mini-teaser.node-person .caption .field-name-field-job-role {
  font-size: 1em;
  text-align: left;
  padding-left: 0;
}

.node--mini-teaser.node-person .caption .field-name-title-field {
  padding: 0 0 16px 0;
}

.node--mini-teaser.node-basic-page .caption .field-name-title-field {
  padding-top: 52px;
}

.node--mini-teaser.node-catchup-event .caption .field-name-authored-date .field-label,
.node--mini-teaser.node-catchup-event .caption .field-name-authored-date .field-date {
  display: inline;
}

.section--myrcp .content-header {
  background-color: #1C2124 !important;
  border-bottom: 1px solid #5B5F62;
}

.section--myrcp .content-container {
  background: #1C2124;
}

.section--myrcp .content-container .singlecol,
.section--myrcp .content-container .twocols {
  background: none;
}

.section--myrcp .content-container .thumbnail.node-teaser {
  background: #2E353B;
}

.section--myrcp .content-container .thumbnail.node-teaser .caption-footer {
  border-color: #1C2124;
}

.section--myrcp .content-container .thumbnail.node-teaser .caption-footer > * {
  border-color: #1C2124;
}

.section--myrcp .content-container .thumbnail.node-teaser:hover,
.section--myrcp .content-container .thumbnail.node-teaser:focus {
  border: 1px solid #5B5F62;
}

.section--myrcp .content-container .content-sidebar-top,
.section--myrcp .content-container .content-sidebar-bottom {
  background: #2E353B;
}

.section--myrcp .content-container .content-sidebar-top a,
.section--myrcp .content-container .content-sidebar-bottom a {
  color: #53a0d7;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section--myrcp .content-container .content-sidebar-top a:link,
.section--myrcp .content-container .content-sidebar-top a:visited,
.section--myrcp .content-container .content-sidebar-bottom a:link,
.section--myrcp .content-container .content-sidebar-bottom a:visited {
  border-bottom: 1px solid #fff;
}

.section--myrcp .content-container .content-sidebar-top a:hover,
.section--myrcp .content-container .content-sidebar-top a:focus,
.section--myrcp .content-container .content-sidebar-bottom a:hover,
.section--myrcp .content-container .content-sidebar-bottom a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.section--myrcp .content-container .content-sidebar-top a:focus,
.section--myrcp .content-container .content-sidebar-bottom a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section--myrcp .content-container .content-sidebar-top a:not([href]),
.section--myrcp .content-container .content-sidebar-bottom a:not([href]) {
  color: #313131;
  border-bottom: none;
}

.section--myrcp .content-container .content-sidebar-top a:not([href]):hover,
.section--myrcp .content-container .content-sidebar-bottom a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

.section--myrcp .content-container .content-sidebar-top a.btn-default,
.section--myrcp .content-container .content-sidebar-top a.btn-primary,
.section--myrcp .content-container .content-sidebar-top a.flag-link-toggle,
.section--myrcp .content-container .content-sidebar-bottom a.btn-default,
.section--myrcp .content-container .content-sidebar-bottom a.btn-primary,
.section--myrcp .content-container .content-sidebar-bottom a.flag-link-toggle {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 3px 0 #fff;
  -moz-box-shadow: 0 3px 0 #fff;
  box-shadow: 0 3px 0 #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  color: #fff;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  font-size: 1.125em;
  padding: 0.61111em 1.66667em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: none;
  border-bottom: 0;
  width: 100%;
}

.section--myrcp .content-container .content-sidebar-top a.btn-default:hover,
.section--myrcp .content-container .content-sidebar-top a.btn-default:focus,
.section--myrcp .content-container .content-sidebar-top a.btn-primary:hover,
.section--myrcp .content-container .content-sidebar-top a.btn-primary:focus,
.section--myrcp .content-container .content-sidebar-top a.flag-link-toggle:hover,
.section--myrcp .content-container .content-sidebar-top a.flag-link-toggle:focus,
.section--myrcp .content-container .content-sidebar-bottom a.btn-default:hover,
.section--myrcp .content-container .content-sidebar-bottom a.btn-default:focus,
.section--myrcp .content-container .content-sidebar-bottom a.btn-primary:hover,
.section--myrcp .content-container .content-sidebar-bottom a.btn-primary:focus,
.section--myrcp .content-container .content-sidebar-bottom a.flag-link-toggle:hover,
.section--myrcp .content-container .content-sidebar-bottom a.flag-link-toggle:focus {
  color: #fff;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #fff;
  -moz-box-shadow: 0 2px 0 #fff;
  box-shadow: 0 2px 0 #fff;
  margin-top: 1px;
  margin-bottom: 2px;
}

.section--myrcp .content-container .content-sidebar-top a.btn-default:active,
.section--myrcp .content-container .content-sidebar-top a.btn-default.active,
.section--myrcp .content-container .content-sidebar-top a.btn-primary:active,
.section--myrcp .content-container .content-sidebar-top a.btn-primary.active,
.section--myrcp .content-container .content-sidebar-top a.flag-link-toggle:active,
.section--myrcp .content-container .content-sidebar-top a.flag-link-toggle.active,
.section--myrcp .content-container .content-sidebar-bottom a.btn-default:active,
.section--myrcp .content-container .content-sidebar-bottom a.btn-default.active,
.section--myrcp .content-container .content-sidebar-bottom a.btn-primary:active,
.section--myrcp .content-container .content-sidebar-bottom a.btn-primary.active,
.section--myrcp .content-container .content-sidebar-bottom a.flag-link-toggle:active,
.section--myrcp .content-container .content-sidebar-bottom a.flag-link-toggle.active {
  color: #fff;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #fff;
  -moz-box-shadow: 0 0px 0 #fff;
  box-shadow: 0 0px 0 #fff;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--myrcp.page-user .list-head h1 {
  margin-bottom: 0;
}

.section--myrcp .content-content #rcp-events-panes-listing-controls .pane-title,
.section--myrcp .content-content #mini-panel-myrcp_personalised_content_auth .pane-title,
.section--myrcp .content-content #mini-panel-myrcp_latest_content_anon .pane-title {
  margin-bottom: 12px;
  padding-bottom: 0px;
  border-bottom: 0 none;
}

.section--myrcp .content-content #rcp-events-panes-listing-controls label,
.section--myrcp .content-content #mini-panel-myrcp_personalised_content_auth label,
.section--myrcp .content-content #mini-panel-myrcp_latest_content_anon label {
  float: left;
  margin: 10px 20px 10px 0;
}

.section--myrcp .content-content #rcp-events-panes-listing-controls .views-widget,
.section--myrcp .content-content #mini-panel-myrcp_personalised_content_auth .views-widget,
.section--myrcp .content-content #mini-panel-myrcp_latest_content_anon .views-widget {
  float: left;
}

.section--myrcp .content-sidebar-top h2,
.section--myrcp .content-sidebar-bottom h2 {
  color: #53a0d7;
  border-bottom-color: #53a0d7;
}

.view-myrcp-personalised-content,
.view-myrcp-latest-content {
  margin-top: 30px;
}

.section--myrcp .events-attending > ul > li,
.section--myrcp .events-attended > ul > li,
.section--myrcp .events-booked > ul > li {
  margin-bottom: 20px;
}

.section--myrcp .events-attending > ul > li li,
.section--myrcp .events-attended > ul > li li,
.section--myrcp .events-booked > ul > li li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1C2124;
}

.section--myrcp .events-attending > ul > li li.last,
.section--myrcp .events-attended > ul > li li.last,
.section--myrcp .events-booked > ul > li li.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}

.section--myrcp .events-attending .node-teaser,
.section--myrcp .events-attended .node-teaser,
.section--myrcp .events-booked .node-teaser {
  background-color: #2E353B;
  position: relative;
}

.section--myrcp .events-attending .node-teaser h3,
.section--myrcp .events-attended .node-teaser h3,
.section--myrcp .events-booked .node-teaser h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  color: #ff4e92;
  line-height: 1.2;
  margin-bottom: 1em;
  padding-right: 145px;
}

.section--myrcp .events-attending .manage-link,
.section--myrcp .events-attended .manage-link,
.section--myrcp .events-booked .manage-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.section--myrcp .events-attending .booking-status,
.section--myrcp .events-attending .delegate-status,
.section--myrcp .events-attended .booking-status,
.section--myrcp .events-attended .delegate-status,
.section--myrcp .events-booked .booking-status,
.section--myrcp .events-booked .delegate-status {
  background: url("../images/event-listing-image-bg.png");
}

.section--myrcp .events-attending .event-name,
.section--myrcp .events-attended .event-name,
.section--myrcp .events-booked .event-name {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section--myrcp .events-attending div.event-amount-outstanding,
.section--myrcp .events-attended div.event-amount-outstanding,
.section--myrcp .events-booked div.event-amount-outstanding {
  background-color: #ddd;
  color: #b30044;
  margin: 20px 0;
  padding: 10px;
  float: left;
  width: 100%;
}

h2.view-events {
  padding-top: 1em;
  border-top: 2px solid #2E353B;
}

.section--myrcp fieldset.panel .panel-heading {
  color: #fff;
}

.section--myrcp .content-container p a,
.section--myrcp .content-container li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.section--myrcp .content-container p a:hover,
.section--myrcp .content-container p a:focus,
.section--myrcp .content-container li a:hover,
.section--myrcp .content-container li a:focus {
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
}

.section--myrcp .content-container p a.btn,
.section--myrcp .content-container li a.btn {
  color: #003d67;
  border: 0 none;
}

.section--myrcp .content-container p a.btn:hover,
.section--myrcp .content-container p a.btn:focus,
.section--myrcp .content-container li a.btn:hover,
.section--myrcp .content-container li a.btn:focus {
  color: #003d67;
  border: 0 none;
}

.section--myrcp #user-user-form-group-addresses--2 .panel {
  background-color: #2E353B;
}

.view-rcp-subscriptions .view-content ul li {
  margin-bottom: 20px;
}

.view-rcp-subscriptions .thumbnail {
  margin-bottom: 0;
}

.view-rcp-subscriptions .views-field-ops {
  text-align: center;
}

.view-rcp-subscriptions .flag-link-toggle {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}

.view-rcp-subscriptions .thumbnail.node-teaser.node-sticky {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
}

.page-page-403 .content-content .inner {
  padding: 20px 16px;
  background-color: white;
  margin-bottom: 40px;
}

.panel-twobytwocols .content-title h1 {
  display: none;
}

.panel-twobytwocols .content-title h1 {
  display: block;
}

.panel-twobytwocols .first-row {
  color: #fff;
  height: 265px;
}

.panel-twobytwocols .first-row h1 {
  font-size: 2.5em;
  margin: 0 0 0.83333em 0;
}

.panel-twobytwocols .first-row h2 {
  display: none;
}

.panel-twobytwocols .first-row h1,
.panel-twobytwocols .first-row h2 {
  color: #fff;
  margin: 0 0 0.83333em 0;
}

.panel-twobytwocols .first-row .field {
  color: #fff;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane {
  margin-bottom: 20px;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-title-field,
.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-venue,
.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-address {
  margin-bottom: 0;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-google-map-link {
  margin-top: 20px;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane:last-child {
  margin-bottom: 0;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-venue,
.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-address {
  display: inline;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-venue *,
.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-address * {
  display: inline;
}

.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-venue,
.panel-twobytwocols .first-row .content-top-right .panel-pane.pane-node-field-event-address {
  display: block;
}

.panel-twobytwocols .first-row .media-wrapper-container,
.panel-twobytwocols .first-row .field-media,
.panel-twobytwocols .first-row .field-file {
  margin-bottom: 0;
}

.panel-twobytwocols .first-row .media-wrapper-container {
  overflow: hidden;
}

.panel-twobytwocols .first-row .content-top-right {
  padding-top: 25px;
  padding-bottom: 0;
}

.panel-twobytwocols .first-row .content-top-right h1 {
  display: none;
}

.panel-twobytwocols .first-row .content-top-right h2 {
  display: block;
}

.panel-twobytwocols .first-row .media-wrapper-container {
  height: 265px;
  position: relative;
}

.panel-twobytwocols .first-row .media-wrapper-container img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -436px;
}

.panel-twobytwocols .first-row .content-top-right {
  padding-top: 38px;
  padding-bottom: 38px;
}

.view-content ul,
.view-content ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.view-content ul li,
.view-content ol li {
  list-style: none;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}

/*
 * Have commented this out as it seemed too generic,
 * please confirm what its used for if reinstated
 *
.views-row {
  // float: left;
  width: 100%;
  clear: both;
}*/

.views-exposed-form .views-exposed-widgets {
  margin: 0;
}

.views-exposed-form .views-exposed-widget {
  margin: 0;
  padding: 0;
  float: none;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

.views-exposed-form .form-group {
  margin: 0;
  padding: 0;
}

#views-exposed-form-search-page-panel-global-search .views-widget-sort-by,
#views-exposed-form-search-page-panel-global-search .views-widget-sort-order {
  display: none;
}

#edit-mefibs-form-sorting-text-wrapper {
  display: none;
}

.view-empty {
  padding: 50px 0;
  clear: both;
}

.lt-ie9 #page .nav-justified > li {
  display: table-cell;
  width: 1%;
}