/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* -- Overridden -- */
/*@import "../../bootstrap/sass/variables";*/
/* -- End Overridden -- */
/*
 * Function to work change font size from px to em. Example below:
 *
 * h1 {
 *   // The default $base-font-size is used here
 *   font-size: px2em( 24px );
 *
 *   span {
 *    // Context has changed because of the way EM values are inherited.
 *    // I now need to scale based upon the size of the H1
 *    font-size: px2em( 14px, 24px );
 *  }
 * }
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* -- Overridden -- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
  background-color: #242a2e;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #313131;
  text-decoration: none;
}
a:hover, a:focus {
  color: #53a0d7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 0;
  line-height: 1.5;
  background-color: #ffffff;
  border: 0 none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@import "../../bootstrap/sass/scaffolding";*/
/* -- End Overridden -- */
/* -- Overridden -- */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FS Albert Web Regular';
  src: url("../fonts/fsalbert/fsalbert-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/fsalbert-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FS Albert Web Italic';
  src: url("../fonts/fsalbert/fsalbert-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/fsalbert-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'FS Albert Web Light';
  src: url("../fonts/fsalbert/fsalbert-light.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/fsalbert-light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'FS Albert Web Bold';
  src: url("../fonts/fsalbert/fsalbert-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/fsalbert-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FS Albert Web Bold Italic';
  src: url("../fonts/fsalbert/fsalbert-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fsalbert/fsalbert-bold-italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #999999;
  font-size: 75%;
}

h1, .h1 {
  color: #2770a4;
  margin-top: 0;
  margin-bottom: 32px;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  color: #313131;
  margin-top: 1.5em;
  margin-bottom: .75em;
}

p, .p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

h3, .h3,
h6, .h6 {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.content-sidebar-top h2,
.content-sidebar-bottom h2 {
  color: #313131;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px #fff solid;
}

.content h2 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}

p {
  line-height: 1.5;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #F6FEBF;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #2396ab;
}

a.text-primary:hover {
  color: #1a7181;
}

.text-success {
  color: #1a8746;
}

a.text-success:hover {
  color: #125c30;
}

.text-info {
  color: #2770a4;
}

a.text-info:hover {
  color: #1d547b;
}

.text-warning {
  color: #5C6323;
}

a.text-warning:hover {
  color: #393d16;
}

.text-danger {
  color: #b30044;
}

a.text-danger:hover {
  color: #800031;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2396ab;
}

a.bg-primary:hover {
  background-color: #1a7181;
}

.bg-success {
  background-color: #D0F5DF;
}

a.bg-success:hover {
  background-color: #a6ecc2;
}

.bg-info {
  background-color: #B6DBF5;
}

a.bg-info:hover {
  background-color: #89c5ef;
}

.bg-warning {
  background-color: #F6FEBF;
}

a.bg-warning:hover {
  background-color: #effd8d;
}

.bg-danger {
  background-color: #F7BAD2;
}

a.bg-danger:hover {
  background-color: #f28cb4;
}

.page-header {
  padding-bottom: 11px;
  margin: 0 0 24px;
  border-bottom: 2px solid #e5e5e5;
}

ul,
ol {
  margin: 0 0 1.25em 0;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  margin: 0 0 10px 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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: "–";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #002e4d;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

strong {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

/*@import "../../bootstrap/sass/type";*/
/* -- End Overridden -- */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #565f68;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}

.col-xs-1 {
  width: 6.25%;
}

.col-xs-2 {
  width: 12.5%;
}

.col-xs-3 {
  width: 18.75%;
}

.col-xs-4 {
  width: 25%;
}

.col-xs-5 {
  width: 31.25%;
}

.col-xs-6 {
  width: 37.5%;
}

.col-xs-7 {
  width: 43.75%;
}

.col-xs-8 {
  width: 50%;
}

.col-xs-9 {
  width: 56.25%;
}

.col-xs-10 {
  width: 62.5%;
}

.col-xs-11 {
  width: 68.75%;
}

.col-xs-12 {
  width: 75%;
}

.col-xs-13 {
  width: 81.25%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-15 {
  width: 93.75%;
}

.col-xs-16 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 6.25%;
}

.col-xs-pull-2 {
  right: 12.5%;
}

.col-xs-pull-3 {
  right: 18.75%;
}

.col-xs-pull-4 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 31.25%;
}

.col-xs-pull-6 {
  right: 37.5%;
}

.col-xs-pull-7 {
  right: 43.75%;
}

.col-xs-pull-8 {
  right: 50%;
}

.col-xs-pull-9 {
  right: 56.25%;
}

.col-xs-pull-10 {
  right: 62.5%;
}

.col-xs-pull-11 {
  right: 68.75%;
}

.col-xs-pull-12 {
  right: 75%;
}

.col-xs-pull-13 {
  right: 81.25%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-15 {
  right: 93.75%;
}

.col-xs-pull-16 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 6.25%;
}

.col-xs-push-2 {
  left: 12.5%;
}

.col-xs-push-3 {
  left: 18.75%;
}

.col-xs-push-4 {
  left: 25%;
}

.col-xs-push-5 {
  left: 31.25%;
}

.col-xs-push-6 {
  left: 37.5%;
}

.col-xs-push-7 {
  left: 43.75%;
}

.col-xs-push-8 {
  left: 50%;
}

.col-xs-push-9 {
  left: 56.25%;
}

.col-xs-push-10 {
  left: 62.5%;
}

.col-xs-push-11 {
  left: 68.75%;
}

.col-xs-push-12 {
  left: 75%;
}

.col-xs-push-13 {
  left: 81.25%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-15 {
  left: 93.75%;
}

.col-xs-push-16 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 6.25%;
}

.col-xs-offset-2 {
  margin-left: 12.5%;
}

.col-xs-offset-3 {
  margin-left: 18.75%;
}

.col-xs-offset-4 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 31.25%;
}

.col-xs-offset-6 {
  margin-left: 37.5%;
}

.col-xs-offset-7 {
  margin-left: 43.75%;
}

.col-xs-offset-8 {
  margin-left: 50%;
}

.col-xs-offset-9 {
  margin-left: 56.25%;
}

.col-xs-offset-10 {
  margin-left: 62.5%;
}

.col-xs-offset-11 {
  margin-left: 68.75%;
}

.col-xs-offset-12 {
  margin-left: 75%;
}

.col-xs-offset-13 {
  margin-left: 81.25%;
}

.col-xs-offset-14 {
  margin-left: 87.5%;
}

.col-xs-offset-15 {
  margin-left: 93.75%;
}

.col-xs-offset-16 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }

  .col-sm-1 {
    width: 6.25%;
  }

  .col-sm-2 {
    width: 12.5%;
  }

  .col-sm-3 {
    width: 18.75%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .col-sm-5 {
    width: 31.25%;
  }

  .col-sm-6 {
    width: 37.5%;
  }

  .col-sm-7 {
    width: 43.75%;
  }

  .col-sm-8 {
    width: 50%;
  }

  .col-sm-9 {
    width: 56.25%;
  }

  .col-sm-10 {
    width: 62.5%;
  }

  .col-sm-11 {
    width: 68.75%;
  }

  .col-sm-12 {
    width: 75%;
  }

  .col-sm-13 {
    width: 81.25%;
  }

  .col-sm-14 {
    width: 87.5%;
  }

  .col-sm-15 {
    width: 93.75%;
  }

  .col-sm-16 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 6.25%;
  }

  .col-sm-pull-2 {
    right: 12.5%;
  }

  .col-sm-pull-3 {
    right: 18.75%;
  }

  .col-sm-pull-4 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 31.25%;
  }

  .col-sm-pull-6 {
    right: 37.5%;
  }

  .col-sm-pull-7 {
    right: 43.75%;
  }

  .col-sm-pull-8 {
    right: 50%;
  }

  .col-sm-pull-9 {
    right: 56.25%;
  }

  .col-sm-pull-10 {
    right: 62.5%;
  }

  .col-sm-pull-11 {
    right: 68.75%;
  }

  .col-sm-pull-12 {
    right: 75%;
  }

  .col-sm-pull-13 {
    right: 81.25%;
  }

  .col-sm-pull-14 {
    right: 87.5%;
  }

  .col-sm-pull-15 {
    right: 93.75%;
  }

  .col-sm-pull-16 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 6.25%;
  }

  .col-sm-push-2 {
    left: 12.5%;
  }

  .col-sm-push-3 {
    left: 18.75%;
  }

  .col-sm-push-4 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 31.25%;
  }

  .col-sm-push-6 {
    left: 37.5%;
  }

  .col-sm-push-7 {
    left: 43.75%;
  }

  .col-sm-push-8 {
    left: 50%;
  }

  .col-sm-push-9 {
    left: 56.25%;
  }

  .col-sm-push-10 {
    left: 62.5%;
  }

  .col-sm-push-11 {
    left: 68.75%;
  }

  .col-sm-push-12 {
    left: 75%;
  }

  .col-sm-push-13 {
    left: 81.25%;
  }

  .col-sm-push-14 {
    left: 87.5%;
  }

  .col-sm-push-15 {
    left: 93.75%;
  }

  .col-sm-push-16 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 6.25%;
  }

  .col-sm-offset-2 {
    margin-left: 12.5%;
  }

  .col-sm-offset-3 {
    margin-left: 18.75%;
  }

  .col-sm-offset-4 {
    margin-left: 25%;
  }

  .col-sm-offset-5 {
    margin-left: 31.25%;
  }

  .col-sm-offset-6 {
    margin-left: 37.5%;
  }

  .col-sm-offset-7 {
    margin-left: 43.75%;
  }

  .col-sm-offset-8 {
    margin-left: 50%;
  }

  .col-sm-offset-9 {
    margin-left: 56.25%;
  }

  .col-sm-offset-10 {
    margin-left: 62.5%;
  }

  .col-sm-offset-11 {
    margin-left: 68.75%;
  }

  .col-sm-offset-12 {
    margin-left: 75%;
  }

  .col-sm-offset-13 {
    margin-left: 81.25%;
  }

  .col-sm-offset-14 {
    margin-left: 87.5%;
  }

  .col-sm-offset-15 {
    margin-left: 93.75%;
  }

  .col-sm-offset-16 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }

  .col-md-1 {
    width: 6.25%;
  }

  .col-md-2 {
    width: 12.5%;
  }

  .col-md-3 {
    width: 18.75%;
  }

  .col-md-4 {
    width: 25%;
  }

  .col-md-5 {
    width: 31.25%;
  }

  .col-md-6 {
    width: 37.5%;
  }

  .col-md-7 {
    width: 43.75%;
  }

  .col-md-8 {
    width: 50%;
  }

  .col-md-9 {
    width: 56.25%;
  }

  .col-md-10 {
    width: 62.5%;
  }

  .col-md-11 {
    width: 68.75%;
  }

  .col-md-12 {
    width: 75%;
  }

  .col-md-13 {
    width: 81.25%;
  }

  .col-md-14 {
    width: 87.5%;
  }

  .col-md-15 {
    width: 93.75%;
  }

  .col-md-16 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 6.25%;
  }

  .col-md-pull-2 {
    right: 12.5%;
  }

  .col-md-pull-3 {
    right: 18.75%;
  }

  .col-md-pull-4 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 31.25%;
  }

  .col-md-pull-6 {
    right: 37.5%;
  }

  .col-md-pull-7 {
    right: 43.75%;
  }

  .col-md-pull-8 {
    right: 50%;
  }

  .col-md-pull-9 {
    right: 56.25%;
  }

  .col-md-pull-10 {
    right: 62.5%;
  }

  .col-md-pull-11 {
    right: 68.75%;
  }

  .col-md-pull-12 {
    right: 75%;
  }

  .col-md-pull-13 {
    right: 81.25%;
  }

  .col-md-pull-14 {
    right: 87.5%;
  }

  .col-md-pull-15 {
    right: 93.75%;
  }

  .col-md-pull-16 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 6.25%;
  }

  .col-md-push-2 {
    left: 12.5%;
  }

  .col-md-push-3 {
    left: 18.75%;
  }

  .col-md-push-4 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 31.25%;
  }

  .col-md-push-6 {
    left: 37.5%;
  }

  .col-md-push-7 {
    left: 43.75%;
  }

  .col-md-push-8 {
    left: 50%;
  }

  .col-md-push-9 {
    left: 56.25%;
  }

  .col-md-push-10 {
    left: 62.5%;
  }

  .col-md-push-11 {
    left: 68.75%;
  }

  .col-md-push-12 {
    left: 75%;
  }

  .col-md-push-13 {
    left: 81.25%;
  }

  .col-md-push-14 {
    left: 87.5%;
  }

  .col-md-push-15 {
    left: 93.75%;
  }

  .col-md-push-16 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 6.25%;
  }

  .col-md-offset-2 {
    margin-left: 12.5%;
  }

  .col-md-offset-3 {
    margin-left: 18.75%;
  }

  .col-md-offset-4 {
    margin-left: 25%;
  }

  .col-md-offset-5 {
    margin-left: 31.25%;
  }

  .col-md-offset-6 {
    margin-left: 37.5%;
  }

  .col-md-offset-7 {
    margin-left: 43.75%;
  }

  .col-md-offset-8 {
    margin-left: 50%;
  }

  .col-md-offset-9 {
    margin-left: 56.25%;
  }

  .col-md-offset-10 {
    margin-left: 62.5%;
  }

  .col-md-offset-11 {
    margin-left: 68.75%;
  }

  .col-md-offset-12 {
    margin-left: 75%;
  }

  .col-md-offset-13 {
    margin-left: 81.25%;
  }

  .col-md-offset-14 {
    margin-left: 87.5%;
  }

  .col-md-offset-15 {
    margin-left: 93.75%;
  }

  .col-md-offset-16 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }

  .col-lg-1 {
    width: 6.25%;
  }

  .col-lg-2 {
    width: 12.5%;
  }

  .col-lg-3 {
    width: 18.75%;
  }

  .col-lg-4 {
    width: 25%;
  }

  .col-lg-5 {
    width: 31.25%;
  }

  .col-lg-6 {
    width: 37.5%;
  }

  .col-lg-7 {
    width: 43.75%;
  }

  .col-lg-8 {
    width: 50%;
  }

  .col-lg-9 {
    width: 56.25%;
  }

  .col-lg-10 {
    width: 62.5%;
  }

  .col-lg-11 {
    width: 68.75%;
  }

  .col-lg-12 {
    width: 75%;
  }

  .col-lg-13 {
    width: 81.25%;
  }

  .col-lg-14 {
    width: 87.5%;
  }

  .col-lg-15 {
    width: 93.75%;
  }

  .col-lg-16 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 6.25%;
  }

  .col-lg-pull-2 {
    right: 12.5%;
  }

  .col-lg-pull-3 {
    right: 18.75%;
  }

  .col-lg-pull-4 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 31.25%;
  }

  .col-lg-pull-6 {
    right: 37.5%;
  }

  .col-lg-pull-7 {
    right: 43.75%;
  }

  .col-lg-pull-8 {
    right: 50%;
  }

  .col-lg-pull-9 {
    right: 56.25%;
  }

  .col-lg-pull-10 {
    right: 62.5%;
  }

  .col-lg-pull-11 {
    right: 68.75%;
  }

  .col-lg-pull-12 {
    right: 75%;
  }

  .col-lg-pull-13 {
    right: 81.25%;
  }

  .col-lg-pull-14 {
    right: 87.5%;
  }

  .col-lg-pull-15 {
    right: 93.75%;
  }

  .col-lg-pull-16 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 6.25%;
  }

  .col-lg-push-2 {
    left: 12.5%;
  }

  .col-lg-push-3 {
    left: 18.75%;
  }

  .col-lg-push-4 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 31.25%;
  }

  .col-lg-push-6 {
    left: 37.5%;
  }

  .col-lg-push-7 {
    left: 43.75%;
  }

  .col-lg-push-8 {
    left: 50%;
  }

  .col-lg-push-9 {
    left: 56.25%;
  }

  .col-lg-push-10 {
    left: 62.5%;
  }

  .col-lg-push-11 {
    left: 68.75%;
  }

  .col-lg-push-12 {
    left: 75%;
  }

  .col-lg-push-13 {
    left: 81.25%;
  }

  .col-lg-push-14 {
    left: 87.5%;
  }

  .col-lg-push-15 {
    left: 93.75%;
  }

  .col-lg-push-16 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 6.25%;
  }

  .col-lg-offset-2 {
    margin-left: 12.5%;
  }

  .col-lg-offset-3 {
    margin-left: 18.75%;
  }

  .col-lg-offset-4 {
    margin-left: 25%;
  }

  .col-lg-offset-5 {
    margin-left: 31.25%;
  }

  .col-lg-offset-6 {
    margin-left: 37.5%;
  }

  .col-lg-offset-7 {
    margin-left: 43.75%;
  }

  .col-lg-offset-8 {
    margin-left: 50%;
  }

  .col-lg-offset-9 {
    margin-left: 56.25%;
  }

  .col-lg-offset-10 {
    margin-left: 62.5%;
  }

  .col-lg-offset-11 {
    margin-left: 68.75%;
  }

  .col-lg-offset-12 {
    margin-left: 75%;
  }

  .col-lg-offset-13 {
    margin-left: 81.25%;
  }

  .col-lg-offset-14 {
    margin-left: 87.5%;
  }

  .col-lg-offset-15 {
    margin-left: 93.75%;
  }

  .col-lg-offset-16 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #242a2e;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #D0F5DF;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #bbf1d1;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #B6DBF5;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #a0d0f2;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #F6FEBF;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #f2fea6;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #F7BAD2;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f4a3c3;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* -- Overridden -- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #565f68;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: normal;
}
.views-exposed-form label {
  font-weight: normal;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}

.form-control, input[type="email"] {
  display: block;
  width: 100%;
  height: 43px;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #313131;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bababa;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, input[type="email"]:focus {
  border-color: #15181b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 24, 27, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 24, 27, 0.6);
}
.form-control::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"] {
  cursor: not-allowed;
  background-color: #999999;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

select.form-control {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 43px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 31px;
}
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 48px;
}

.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}

.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.success .help-block,
.success .control-label,
.success .radio,
.success .checkbox,
.success .radio-inline,
.success .checkbox-inline, .has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #1a8746;
}
.success .form-control, .has-success .form-control {
  border-color: #1a8746;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.success .form-control:focus, .has-success .form-control:focus {
  border-color: #125c30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #30d773;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #30d773;
}
.success .input-group-addon, .has-success .input-group-addon {
  color: #1a8746;
  border-color: #1a8746;
  background-color: #D0F5DF;
}
.success .form-control-feedback, .has-success .form-control-feedback {
  color: #1a8746;
}

.warning .help-block,
.warning .control-label,
.warning .radio,
.warning .checkbox,
.warning .radio-inline,
.warning .checkbox-inline, .has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #5C6323;
}
.warning .form-control, .has-warning .form-control {
  border-color: #5C6323;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.warning .form-control:focus, .has-warning .form-control:focus {
  border-color: #393d16;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2ae3e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2ae3e;
}
.warning .input-group-addon, .has-warning .input-group-addon {
  color: #5C6323;
  border-color: #5C6323;
  background-color: #F6FEBF;
}
.warning .form-control-feedback, .has-warning .form-control-feedback {
  color: #5C6323;
}

.error .help-block,
.error .control-label,
.error .radio,
.error .checkbox,
.error .radio-inline,
.error .checkbox-inline, .has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b30044;
}
.error .form-control, .has-error .form-control {
  border-color: #b30044;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error .form-control:focus, .has-error .form-control:focus {
  border-color: #800031;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1a71;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1a71;
}
.error .input-group-addon, .has-error .input-group-addon {
  color: #b30044;
  border-color: #b30044;
  background-color: #F7BAD2;
}
.error .form-control-feedback, .has-error .form-control-feedback {
  color: #b30044;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #717171;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .form-inline .form-control.form-select, .navbar-form .form-control.form-select {
    width: auto;
    max-width: 100%;
  }
  .form-inline label, .navbar-form label {
    display: inline-block;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/*@import "../../bootstrap/sass/forms";*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #2396ab;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: none;
  background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-contact,
.btn-secondary {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline;
  color: #313131;
  border: 0 none;
  border-color: transparent;
  border-bottom: 1px solid #2770a4;
  padding: 0;
  margin-left: 15px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}
.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact.active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #313131;
  border: 0 none;
  border-color: transparent;
  border-bottom: 1px solid #2770a4;
}
.btn-contact:before,
.btn-secondary:before {
  display: block;
  content: ">";
  position: absolute;
  left: -15px;
  top: 0;
}

.btn-text {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline;
  border: 0 none;
  padding: 0;
  line-height: 1.2;
}

.btn-default {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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: #2396ab;
  background: #dcf1f6;
  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 {
  color: #2396ab;
  background: #dcf1f6;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.btn-default:active, .btn-default.active {
  color: #2396ab;
  background: #dcf1f6;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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: #fff;
  background: #2396ab;
  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-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #2396ab;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.btn-primary:active, .btn-primary.active {
  color: #fff;
  background: #2396ab;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #b94946;
  border-color: #a7423f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #943a38;
  border-color: #7a302e;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #b94946;
  border-color: #a7423f;
}
.btn-danger .badge {
  color: #b94946;
  background-color: #fff;
}

.btn-link {
  color: #313131;
  cursor: pointer;
  border-radius: 0;
  text-decoration: underline;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #53a0d7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.section--myrcp .btn-link {
  color: #fff;
}
.section--myrcp .btn-link:hover, .section--myrcp .btn-link:focus {
  color: #53a0d7;
}

.btn-tag {
  display: inline-block;
  color: #fff;
  background: url("../images/btn-tag-bg.png") 0 0 repeat;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.btn-tag:hover,
.btn-tag .open .dropdown-toggle {
  color: #242a2e;
  background: #fff;
  border-color: #a8a7a7;
}
.btn-tag:active,
.btn-tag .open .dropdown-toggle {
  background-image: none;
}
.btn-tag.active, .btn-tag.active:hover, .btn-tag.active:focus, .btn-tag.active:active {
  color: #242a2e;
  background: #fff;
  border-color: #fff;
}
.btn-tag.active:hover {
  border-color: #a8a7a7;
}
.btn-tag.active:after {
  content: "×";
  margin-left: 10px;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.375em;
  line-height: 0;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  white-space: normal;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*@import "../../bootstrap/sass/buttons";*/
/* -- End Overridden -- */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
}
.glyphicon, .view-homepage-carousel .owl-controls .owl-buttons div {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before, .view-homepage-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\e079";
}

.glyphicon-chevron-right:before, .view-homepage-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  list-style-type: none;
  font-size: 0.875em;
  text-align: left;
  background: url("../images/user-menu/user-menu-bg_light.png") 0 0 repeat;
  border: 1px solid #bababa;
  border: 1px solid rgba(186, 186, 186, 0.5);
  background-clip: padding-box;
}
.section--myrcp .dropdown-menu {
  background: url("../images/user-menu/user-menu-bg_dark.png") 0 0 repeat;
  border-color: #5c5e60;
  border-color: #5c5e60;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu li {
  margin: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #313131;
  white-space: nowrap;
}
.section--myrcp .dropdown-menu > li > a {
  color: #f0efef;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2770a4;
  background-color: #ffffff;
}
.section--myrcp .dropdown-menu > li > a:hover, .section--myrcp .dropdown-menu > li > a:focus {
  color: #53a0d7;
  background-color: #15181b;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #2770a4;
  text-decoration: none;
  outline: 0;
  background-color: #ffffff;
}
.section--myrcp .dropdown-menu > .active > a, .section--myrcp .dropdown-menu > .active > a:hover, .section--myrcp .dropdown-menu > .active > a:focus {
  color: #53a0d7;
  background-color: #15181b;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*@import "../../bootstrap/sass/dropdowns";*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 11px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #313131;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid #bababa;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e5e5e5;
  border-color: #313131;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e5e5e5 #e5e5e5 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #242a2e;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2396ab;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #242a2e;
  }
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*@import "../../bootstrap/sass/navs";*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #dcf1f6;
  border-color: #b3e1ec;
}
.navbar-inverse .navbar-brand {
  color: #2396ab;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #2396ab;
}
.navbar-inverse .navbar-nav > li > a {
  color: #2396ab;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #005a8b;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #b3e1ec;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #c0e6ef;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #b3e1ec;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #b3e1ec;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #b3e1ec;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #2396ab;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #005a8b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #b3e1ec;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #2396ab;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #2396ab;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* -- Overridden -- */
/* -- End Overridden -- */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 11px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #313131;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #53a0d7;
  background-color: #e5e5e5;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2396ab;
  border-color: #2396ab;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #2396ab;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a7181;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #b94946;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #943a38;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #313131;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e5e5e5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cccccc;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

/* -- Overridden -- */
.thumbnail {
  padding: 0;
  line-height: 1.5;
  background-color: #ffffff;
  border: 0 none;
  /*border-radius: @thumbnail-border-radius;*/
  /*.transition(all .2s ease-in-out);*/
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 20px;
}
.thumbnail .caption-footer {
  overflow: hidden;
  clear: both;
}
.thumbnail .field-date {
  margin-bottom: 0;
}
.thumbnail.node-teaser {
  border: 1px solid transparent;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  /* Reports DO have a synopsis field as far as I can see.
  &.node-report {
    .field-name-title-field {
      h2, h3 {
        margin-bottom: 0;
      }
    }
  }*/
}
.thumbnail.node-teaser:hover, .thumbnail.node-teaser:focus {
  border: 1px solid #53a0d7;
  cursor: pointer;
}
.thumbnail.node-teaser:hover .field-name-title-field a, .thumbnail.node-teaser:focus .field-name-title-field a {
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.node-sticky {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #b4c1c9;
}
.thumbnail.node-teaser.node-sticky:hover, .thumbnail.node-teaser.node-sticky:focus {
  border: 3px solid #53a0d7;
}
.thumbnail.node-teaser h1, .thumbnail.node-teaser h2, .thumbnail.node-teaser h3, .thumbnail.node-teaser h4, .thumbnail.node-teaser h5, .thumbnail.node-teaser h6, .thumbnail.node-teaser p {
  margin: 0;
}
.thumbnail.node-teaser .field-name-title-field h2, .thumbnail.node-teaser .field-name-title-field h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.thumbnail.node-teaser .field-name-title-field a {
  color: #2770a4;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser .field-name-title-field a:link, .thumbnail.node-teaser .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser .field-name-title-field a:hover, .thumbnail.node-teaser .field-name-title-field a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser .caption-footer {
  position: relative;
  padding: 0;
  border-top: 1px solid #f0efef;
}
@media (min-width: 850px) {
  .thumbnail.node-teaser .caption-footer {
    padding-right: 90px;
  }
}
.thumbnail.node-teaser .caption-footer: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;
  display: inline-block;
  text-align: center;
  float: left;
  width: 42px;
  line-height: 42px;
  color: #2770a4;
}
.thumbnail.node-teaser .caption-footer > * {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
  font-size: 0.875em;
  line-height: 1.2;
  padding: 13px 15px;
  border-top: 1px solid #f0efef;
  margin: 0;
}
.thumbnail.node-teaser .caption-footer > *:first-child {
  border-top: 0 none;
  float: left;
  clear: none;
  width: auto;
  display: inline-block;
}
@media (min-width: 850px) {
  .thumbnail.node-teaser .caption-footer > * {
    border-top: 0 none;
    float: left;
    clear: none;
    width: auto;
    display: inline-block;
    border-left: 1px solid #f0efef;
  }
}
.thumbnail.node-teaser .media-wrapper-container {
  display: none;
}
@media (min-width: 850px) {
  .thumbnail.node-teaser .media-wrapper-container {
    display: block;
    float: right;
    width: 212px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.thumbnail.node-teaser.section--global.node-sticky {
  border-color: #b4c1c9;
}
.thumbnail.node-teaser.section--global:hover {
  border-color: #53a0d7;
}
.thumbnail.node-teaser.section--global:hover .field-name-title-field a {
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.section--global .field-name-title-field a {
  color: #2770a4;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--global .field-name-title-field a:link, .thumbnail.node-teaser.section--global .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--global .field-name-title-field a:hover, .thumbnail.node-teaser.section--global .field-name-title-field a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.section--global .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--global .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--global .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--global .caption-footer:before {
  content: "";
  color: #2770a4;
}
.section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a {
  color: #53a0d7;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:focus {
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
}
.section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--global .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--global .caption-footer:before {
  color: #53a0d7;
}
.thumbnail.node-teaser.section--education.node-sticky {
  border-color: #b9c1c4;
}
.thumbnail.node-teaser.section--education:hover {
  border-color: #72dfed;
}
.thumbnail.node-teaser.section--education:hover .field-name-title-field a {
  border-bottom: 1px solid #1e8093;
}
.thumbnail.node-teaser.section--education .field-name-title-field a {
  color: #1e8093;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--education .field-name-title-field a:link, .thumbnail.node-teaser.section--education .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--education .field-name-title-field a:hover, .thumbnail.node-teaser.section--education .field-name-title-field a:focus {
  color: #1e8093;
  border-bottom: 1px solid #1e8093;
}
.thumbnail.node-teaser.section--education .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--education .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--education .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--education .caption-footer:before {
  content: "";
  color: #1e8093;
}
.section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a {
  color: #72dfed;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:focus {
  color: #72dfed;
  border-bottom: 1px solid #72dfed;
}
.section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--education .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--education .caption-footer:before {
  color: #72dfed;
}
.thumbnail.node-teaser.section--events.node-sticky {
  border-color: #cbbbc4;
}
.thumbnail.node-teaser.section--events:hover {
  border-color: #ff4e92;
}
.thumbnail.node-teaser.section--events:hover .field-name-title-field a {
  border-bottom: 1px solid #b30044;
}
.thumbnail.node-teaser.section--events .field-name-title-field a {
  color: #b30044;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--events .field-name-title-field a:link, .thumbnail.node-teaser.section--events .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--events .field-name-title-field a:hover, .thumbnail.node-teaser.section--events .field-name-title-field a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}
.thumbnail.node-teaser.section--events .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--events .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--events .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--events .caption-footer:before {
  content: "";
  color: #b30044;
}
.section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a {
  color: #ff4e92;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:focus {
  color: #ff4e92;
  border-bottom: 1px solid #ff4e92;
}
.section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--events .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--events .caption-footer:before {
  color: #ff4e92;
}
.thumbnail.node-teaser.section--events .event-status {
  background: url("../images/event-listing-image-bg.png");
  color: white;
  font-size: 0.875em;
  line-height: 1.2;
  padding: 13px 15px;
  width: 100%;
}
@media (min-width: 850px) {
  .thumbnail.node-teaser.section--events .event-status {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }
}
.thumbnail.node-teaser.section--news.node-sticky {
  border-color: #b4c1c9;
}
.thumbnail.node-teaser.section--news:hover {
  border-color: #53a0d7;
}
.thumbnail.node-teaser.section--news:hover .field-name-title-field a {
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.section--news .field-name-title-field a {
  color: #2770a4;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--news .field-name-title-field a:link, .thumbnail.node-teaser.section--news .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--news .field-name-title-field a:hover, .thumbnail.node-teaser.section--news .field-name-title-field a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.section--news .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--news .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--news .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--news .caption-footer:before {
  content: "";
  color: #2770a4;
}
.section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a {
  color: #53a0d7;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:focus {
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
}
.section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--news .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--news .caption-footer:before {
  color: #53a0d7;
}
.thumbnail.node-teaser.section--guidelines.node-sticky {
  border-color: #bdcdc3;
}
.thumbnail.node-teaser.section--guidelines:hover {
  border-color: #4ad982;
}
.thumbnail.node-teaser.section--guidelines:hover .field-name-title-field a {
  border-bottom: 1px solid #1a8746;
}
.thumbnail.node-teaser.section--guidelines .field-name-title-field a {
  color: #1a8746;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--guidelines .field-name-title-field a:link, .thumbnail.node-teaser.section--guidelines .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--guidelines .field-name-title-field a:hover, .thumbnail.node-teaser.section--guidelines .field-name-title-field a:focus {
  color: #1a8746;
  border-bottom: 1px solid #1a8746;
}
.thumbnail.node-teaser.section--guidelines .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--guidelines .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--guidelines .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--guidelines .caption-footer:before {
  content: "";
  color: #1a8746;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a {
  color: #4ad982;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:focus {
  color: #4ad982;
  border-bottom: 1px solid #4ad982;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--guidelines .caption-footer:before {
  color: #4ad982;
}
.thumbnail.node-teaser.section--projects.node-sticky {
  border-color: #c3bec9;
}
.thumbnail.node-teaser.section--projects:hover {
  border-color: #b07ecf;
}
.thumbnail.node-teaser.section--projects:hover .field-name-title-field a {
  border-bottom: 1px solid #934ebe;
}
.thumbnail.node-teaser.section--projects .field-name-title-field a {
  color: #934ebe;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--projects .field-name-title-field a:link, .thumbnail.node-teaser.section--projects .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--projects .field-name-title-field a:hover, .thumbnail.node-teaser.section--projects .field-name-title-field a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}
.thumbnail.node-teaser.section--projects .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--projects .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--projects .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--projects .caption-footer:before {
  content: "";
  color: #934ebe;
}
.section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a {
  color: #b07ecf;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:focus {
  color: #b07ecf;
  border-bottom: 1px solid #b07ecf;
}
.section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--projects .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--projects .caption-footer:before {
  color: #b07ecf;
}
.thumbnail.node-teaser.section--myrcp.node-sticky {
  border-color: #b4c1c9;
}
.thumbnail.node-teaser.section--myrcp:hover {
  border-color: #53a0d7;
}
.thumbnail.node-teaser.section--myrcp:hover .field-name-title-field a {
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.section--myrcp .field-name-title-field a {
  color: #2770a4;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.thumbnail.node-teaser.section--myrcp .field-name-title-field a:link, .thumbnail.node-teaser.section--myrcp .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.thumbnail.node-teaser.section--myrcp .field-name-title-field a:hover, .thumbnail.node-teaser.section--myrcp .field-name-title-field a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.thumbnail.node-teaser.section--myrcp .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.thumbnail.node-teaser.section--myrcp .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--myrcp .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.thumbnail.node-teaser.section--myrcp .caption-footer:before {
  content: "";
  color: #2770a4;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a {
  color: #53a0d7;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:link, .section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:visited {
  border-bottom: 1px solid transparent;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:hover, .section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:focus {
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .field-name-title-field a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .thumbnail.node-teaser.section--myrcp .caption-footer:before {
  color: #53a0d7;
}
.field-name-field-reports .thumbnail.node-teaser {
  margin-bottom: 20px;
  background-color: #f0efef;
}
.field-name-field-reports .thumbnail.node-teaser .field-name-title-field h2, .field-name-field-reports .thumbnail.node-teaser .field-name-title-field h3 {
  margin-bottom: 0;
}
.field-name-field-reports .thumbnail.node-teaser .caption-footer {
  border-color: #fff;
}
.field-name-field-reports .thumbnail.node-teaser .caption-footer > * {
  border-color: #fff;
}
.field-name-field-reports .thumbnail.node-teaser .media-wrapper-container {
  display: none;
}

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

/*@import "../../bootstrap/sass/thumbnails";*/
/* -- End Overridden -- */
.alert, div.messages, form .description,
.form .description {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, div.messages h4, form .description h4,
.form .description h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, div.messages .alert-link, form .description .alert-link,
.form .description .alert-link {
  font-weight: bold;
}
.alert > p, div.messages > p, form .description > p,
.form .description > p,
.alert > ul,
div.messages > ul,
form .description > ul,
.form .description > ul {
  margin-bottom: 0;
}
.alert > p + p, div.messages > p + p, form .description > p + p,
.form .description > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, div.messages.status {
  background-color: #D0F5DF;
  border-color: #bbf1c8;
  color: #1a8746;
}
.alert-success hr, div.messages.status hr {
  border-top-color: #a6ecb7;
}
.alert-success .alert-link, div.messages.status .alert-link {
  color: #125c30;
}

.alert-info, div.messages.info, form .form-group.form-item-pass .password-suggestions,
.form .form-group.form-item-pass .password-suggestions, form .description,
.form .description {
  background-color: #B6DBF5;
  border-color: #97dbf1;
  color: #2770a4;
}
.alert-info hr, div.messages.info hr, form .form-group.form-item-pass .password-suggestions hr,
.form .form-group.form-item-pass .password-suggestions hr, form .description hr,
.form .description hr {
  border-top-color: #80d3ee;
}
.alert-info .alert-link, div.messages.info .alert-link, form .form-group.form-item-pass .password-suggestions .alert-link,
.form .form-group.form-item-pass .password-suggestions .alert-link, form .description .alert-link,
.form .description .alert-link {
  color: #1d547b;
}

.alert-warning, div.messages.warning {
  background-color: #F6FEBF;
  border-color: #fefaa6;
  color: #5C6323;
}
.alert-warning hr, div.messages.warning hr {
  border-top-color: #fdf98d;
}
.alert-warning .alert-link, div.messages.warning .alert-link {
  color: #393d16;
}

.alert-danger, div.messages.error {
  background-color: #F7BAD2;
  border-color: #f4a3d1;
  color: #b30044;
}
.alert-danger hr, div.messages.error hr {
  border-top-color: #f28cc5;
}
.alert-danger .alert-link, div.messages.error .alert-link {
  color: #800031;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #2396ab;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #b94946;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #e5e5e5;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2396ab;
  border-color: #2396ab;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #ace4ee;
}

.list-group-item-success {
  color: #1a8746;
  background-color: #D0F5DF;
}

a.list-group-item-success {
  color: #1a8746;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #1a8746;
  background-color: #bbf1d1;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #1a8746;
  border-color: #1a8746;
}

.list-group-item-info {
  color: #2770a4;
  background-color: #B6DBF5;
}

a.list-group-item-info {
  color: #2770a4;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #2770a4;
  background-color: #a0d0f2;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #2770a4;
  border-color: #2770a4;
}

.list-group-item-warning {
  color: #5C6323;
  background-color: #F6FEBF;
}

a.list-group-item-warning {
  color: #5C6323;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #5C6323;
  background-color: #f2fea6;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #5C6323;
  border-color: #5C6323;
}

.list-group-item-danger {
  color: #b30044;
  background-color: #F7BAD2;
}

a.list-group-item-danger {
  color: #b30044;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #b30044;
  background-color: #f4a3c3;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b30044;
  border-color: #b30044;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #e5e5e5;
  border-top: 1px solid none;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid none;
}

.panel-default {
  border-color: none;
}
.panel-default > .panel-heading {
  color: #2396ab;
  background-color: #fff;
  border-color: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}

.panel-primary {
  border-color: #2396ab;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2396ab;
  border-color: #2396ab;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2396ab;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2396ab;
}

.panel-success {
  border-color: #bbf1c8;
}
.panel-success > .panel-heading {
  color: #1a8746;
  background-color: #D0F5DF;
  border-color: #bbf1c8;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bbf1c8;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bbf1c8;
}

.panel-info {
  border-color: #97dbf1;
}
.panel-info > .panel-heading {
  color: #2770a4;
  background-color: #B6DBF5;
  border-color: #97dbf1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #97dbf1;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #97dbf1;
}

.panel-warning {
  border-color: #fefaa6;
}
.panel-warning > .panel-heading {
  color: #5C6323;
  background-color: #F6FEBF;
  border-color: #fefaa6;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fefaa6;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fefaa6;
}

.panel-danger {
  border-color: #b30044;
}
.panel-danger > .panel-heading {
  color: #2396ab;
  background-color: #fff;
  border-color: #b30044;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b30044;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b30044;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* -- Overridden -- */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  outline: 0;
}
.modal.modal-lg {
  padding: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  z-index: 1050;
}
.modal-dialog .modal-cancel {
  margin-left: 10px;
}

.modal-content {
  position: relative;
  background-color: transparent;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.2px;
}
.modal-header h1, .modal-header h2, .modal-header h3 {
  margin: 0;
}

.modal-title {
  margin: 0;
  line-height: 1.2;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal {
  background: url("../images/modal-bg.png") 0 0 repeat;
  padding: 20px;
  max-width: 100%;
  background-color: transparent;
}
@media (min-width: 850px) {
  .modal {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.modal .modal-content {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.modal .modal-content h1, .modal .modal-content h2, .modal .modal-content h3, .modal .modal-content h4, .modal .modal-content h5, .modal .modal-content h6 {
  color: #fff;
}
.modal .modal-header {
  padding: 0 0 30px;
  border-bottom: 2px solid #2770a4;
  overflow: hidden;
}
.modal .modal-header p {
  margin: 0;
}
.modal .modal-header .search-filter-apply-button {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .modal .modal-header p {
    float: left;
    margin-top: 10px;
  }
  .modal .modal-header .search-filter-apply-button {
    float: right;
    margin-top: 0;
  }
}
.modal .modal-body {
  padding: 50px 0;
}
.modal .modal-footer {
  padding: 50px 0 0 0;
  border-top: 2px solid #2770a4;
}
.modal .modal-footer .search-filter-apply-button {
  float: left;
}
.modal .modal-footer .close {
  clear: right;
}
@media (min-width: 600px) {
  .modal .modal-footer .search-filter-apply-button {
    float: right;
  }
  .modal .modal-footer .close {
    margin-top: 20px;
  }
}
.modal .modal-header .close,
.modal .modal-footer .close {
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal .modal-header .close small,
.modal .modal-footer .close small {
  font-size: 16px;
  margin-top: 2px;
  margin-right: 10px;
}
.modal .modal-header .close span,
.modal .modal-footer .close span {
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 40px;
  float: right;
  margin-right: 10px;
}
.modal .modal-header .close small,
.modal .modal-header .close span,
.modal .modal-footer .close small,
.modal .modal-footer .close span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus,
.modal .modal-footer .close:hover,
.modal .modal-footer .close:focus {
  color: #53a0d7;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/*@import "../../bootstrap/sass/modals";*/
/* -- End Overridden -- */
.tooltip {
  position: absolute;
  z-index: 2030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-prev,
.view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-prev,
.carousel-control .glyphicon-chevron-right,
.carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-next,
.view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-prev,
.view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-next,
.view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-prev, .view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-prev,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-next,
  .view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-next,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-prev, .view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-prev,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .view-homepage-carousel .owl-controls .owl-buttons div.owl-next, .view-homepage-carousel .owl-controls .owl-buttons .carousel-control div.owl-next,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.ui-widget {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #313131;
}
.ui-widget .ui-corner-all,
.ui-widget .ui-corner-top,
.ui-widget .ui-corner-left,
.ui-widget .ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-widget .ui-corner-all,
.ui-widget .ui-corner-top,
.ui-widget .ui-corner-right,
.ui-widget .ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-widget .ui-corner-all,
.ui-widget .ui-corner-bottom,
.ui-widget .ui-corner-left,
.ui-widget .ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-widget .ui-corner-all,
.ui-widget .ui-corner-bottom,
.ui-widget .ui-corner-right,
.ui-widget .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-accordion {
  margin: 0 -4.5% 2.5em -4.5%;
}
.group-programme .ui-accordion, .paragraphs-item-question-answer .ui-accordion {
  margin: 0 -4.5% 0 -4.5%;
}
.group-programme .ui-accordion .ui-accordion-content, .paragraphs-item-question-answer .ui-accordion .ui-accordion-content {
  padding: 1% 4.5% 5% 4.5%;
}
.ui-accordion .ui-accordion-content {
  padding: 4.5% 4.5% 5% 4.5%;
}
.ui-accordion .ui-accordion-content.ui-accordion-content-active {
  height: auto !important;
}
.ui-accordion .ui-accordion-content h3:first-child {
  margin-top: 0;
}
.ui-accordion .ui-accordion-content > * {
  margin-bottom: 1em;
}
.ui-accordion .ui-accordion-content :last-child {
  margin-bottom: 0;
}
.ui-accordion .ui-accordion-content .field-name-field-people {
  overflow: hidden;
}
.ui-accordion .ui-accordion-content .field-name-field-people a {
  float: left;
  clear: both;
  margin: 2px 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  right: 1em;
  left: auto;
  top: 40%;
  margin-top: 0;
}
.ui-accordion .ui-accordion-icons {
  padding: 10px 4.5%;
  margin-bottom: 0;
}
.ui-accordion .ui-state-default .ui-icon {
  height: 9px;
  width: 15px;
  background-position: -15px;
  background-image: url("../images/accordion-arrows.png");
}

.ui-state-default {
  font-size: 16px;
  border: 0px;
  background: #f0efef;
  padding-left: 0;
}
.ui-state-default a:link {
  color: #313131;
  font-size: 1.5em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.ui-state-default a:link:hover, .ui-state-default a:link:focus {
  color: #313131;
}
.ui-state-default a:link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ui-state-active,
.ui-widget-content {
  font-size: 16px;
  color: #313131;
  border: 0;
  background: #f0efef;
  padding: 0 4.5% 0 4.5%;
}
.ui-state-active h3,
.ui-widget-content h3 {
  margin-bottom: 0;
  color: #313131;
}
.ui-state-active a:link,
.ui-widget-content a:link {
  color: #313131;
  text-decoration: none;
}
.ui-state-active a:link:hover, .ui-state-active a:link:focus,
.ui-widget-content a:link:hover,
.ui-widget-content a:link:focus {
  color: #313131;
}
.ui-state-active a:link:focus,
.ui-widget-content a:link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ui-accordion .ui-state-default.ui-state-active .ui-icon {
  height: 9px;
  width: 15px;
  background-position: 0px;
  background-image: url("../images/accordion-arrows.png");
}

h3.ui-accordion-header-active {
  line-height: 1.2;
  padding-bottom: 15px;
  color: #313131;
}
h3.ui-accordion-header-active a {
  color: #313131;
  text-decoration: none;
}
h3.ui-accordion-header-active a:hover, h3.ui-accordion-header-active a:focus {
  color: #313131;
}
h3.ui-accordion-header-active a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h3.ui-accordion-header-active:after {
  content: "";
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 2px #fff solid;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.group-programme h3.ui-accordion-header-active:after, .paragraphs-item-question-answer h3.ui-accordion-header-active:after {
  content: "\A";
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 1px #bababa solid;
  padding-top: 15px;
  position: relative;
}

.paragraphs-items-field-faqs {
  position: relative;
  margin: 0 0 2.5em 0;
}
.paragraphs-items-field-faqs .field-label-above h3.field-label {
  width: 120%;
  padding: 3% 4.5% 3% 4.5%;
  font-size: 1.5em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 -4.5%;
  border-bottom: 1px #fff solid;
  background: #f0efef;
}
.paragraphs-items-field-faqs h2.ui-accordion-header-active:after {
  content: "\A";
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 1px #bababa solid;
  padding-top: 15px;
  position: relative;
}

@media (min-width: 600px) {
  .ui-accordion {
    margin: 0 0 2.5em 0;
  }
  .group-programme .ui-accordion, .paragraphs-item-question-answer .ui-accordion {
    margin: 0;
  }
  .ui-accordion h3.ui-accordion-header {
    color: #313131;
  }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 20px;
    left: auto;
  }
  .ui-accordion .ui-accordion-icons {
    padding: 10px 4%;
    margin-bottom: 0;
  }

  .ui-state-default {
    font-size: 16px;
    border: 0px;
    background: #f0efef;
    padding-left: 0;
  }
  .ui-state-default a:link {
    color: #313131;
    text-decoration: none;
  }
  .ui-state-default a:link:hover, .ui-state-default a:link:focus {
    color: #313131;
  }
  .ui-state-default a:link:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .ui-state-active, .ui-widget-content {
    font-size: 16px;
    border: 0;
    padding: 0 4% 0 4%;
  }
  .ui-state-active a:link, .ui-widget-content a:link {
    color: #313131;
    text-decoration: none;
  }
  .ui-state-active a:link:hover, .ui-state-active a:link:focus, .ui-widget-content a:link:hover, .ui-widget-content a:link:focus {
    color: #313131;
  }
  .ui-state-active a:link:focus, .ui-widget-content a:link:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  h3.ui-accordion-header-active {
    padding-bottom: 15px;
    color: #313131;
    line-height: 1.2;
  }
  h3.ui-accordion-header-active a:link {
    color: #313131;
    text-decoration: none;
  }
  h3.ui-accordion-header-active a:link:hover, h3.ui-accordion-header-active a:link:focus {
    color: #313131;
  }
  h3.ui-accordion-header-active a:link:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .paragraphs-items-field-faqs {
    margin: 0 0 1.875em 0;
  }
  .paragraphs-items-field-faqs .field-label-above h3.field-label {
    width: 100%;
    margin: 0;
  }
}
.section--myrcp .ui-state-default,
.section--myrcp .ui-state-active,
.section--myrcp .ui-widget-content {
  background: #2E353B;
}
.section--myrcp .ui-widget-content {
  color: #fff;
}
.section--myrcp h3.ui-accordion-header a:link {
  color: #2770a4;
}
.section--myrcp h3.ui-accordion-header a:link:hover, .section--myrcp h3.ui-accordion-header a:link:focus {
  color: #2770a4;
}
.section--myrcp h3.ui-accordion-header:after {
  content: "\A";
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 2px #1C2124 solid;
  padding-top: 15px;
  position: absolute;
  left: 0;
}
.group-programme .section--myrcp h3.ui-accordion-header:after, .paragraphs-item-question-answer .section--myrcp h3.ui-accordion-header:after {
  content: "\A";
  width: 100%;
  height: 0px;
  display: block;
  border-bottom: 1px #1C2124 solid;
  padding-top: 15px;
  position: relative;
}

form .rcp-addressfields .checkbox input[type="checkbox"] {
  margin-left: 0;
}
form .field-type-addressfield fieldset.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .rcp-address-delete {
  padding-left: 0;
  padding-right: 0;
}
form #user-user-form-group-addresses--2 {
  margin-top: 25px;
}
form #user-user-form-group-addresses--2 h2 {
  margin-bottom: 15px;
}

.section--myrcp .pane-addthis-addthis-block {
  color: #fff;
}
.pane-addthis-addthis-block .addthis_default_style .addthis_separator,
.pane-addthis-addthis-block .addthis_default_style .at300b,
.pane-addthis-addthis-block .addthis_default_style .at4-icon,
.pane-addthis-addthis-block .addthis_default_style .at300bo,
.pane-addthis-addthis-block .addthis_default_style .at300m,
.pane-addthis-addthis-block .addthis_default_style .at300bs {
  float: none !important;
}
.pane-addthis-addthis-block .addthis_default_style .at300b,
.pane-addthis-addthis-block .addthis_default_style .at300bo,
.pane-addthis-addthis-block .addthis_default_style .at300m {
  padding: 0;
}
.pane-addthis-addthis-block .addthis_toolbox {
  height: 26px !important;
  position: relative;
  margin: 17px 0 15px;
}
.pane-addthis-addthis-block .addthis_toolbox a {
  border-bottom: none !important;
  position: absolute;
  top: 0;
  display: block;
  width: 30px !important;
  height: 26px;
  overflow: hidden;
}
.pane-addthis-addthis-block .addthis_toolbox a:before {
  display: block;
  height: 26px;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_facebook {
  top: -5px;
  left: 0;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_facebook:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 25px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_twitter {
  left: 20%;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_twitter:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 21px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_google_plusone_share {
  left: 40%;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_google_plusone_share:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 25px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_linkedin {
  top: -2px;
  left: 60%;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_linkedin: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;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_email {
  left: 80%;
}
.pane-addthis-addthis-block .addthis_toolbox a.addthis_button_email:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon";
  font-size: 22px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pane-addthis-addthis-block a.at300b .at4-icon,
.pane-addthis-addthis-block a.at300m .at4-icon {
  display: none !important;
}
.pane-addthis-addthis-block .form-group {
  display: table;
  border: 1px solid #bababa;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
.pane-addthis-addthis-block input#sd-share-box-url {
  padding: 5px 10px;
  border: none;
  display: table-cell;
  width: 100%;
  background: none;
}
.pane-addthis-addthis-block #shurly-copy {
  color: #313131;
  border: none;
  background: none;
  padding: 0px;
  text-decoration: underline;
}
.pane-addthis-addthis-block #shurly-copy.hover {
  text-decoration: none;
}
.pane-addthis-addthis-block #shurly-copy-container {
  color: #313131;
  border: none;
  background: none;
  padding: 5px 10px;
  display: table-cell;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 1px solid #bababa;
  background-color: #f0efef;
}

/*.pane-content{padding:10px 0;}*/
/*.panel-pane .panel-pane .pane-content{padding:0;}*/
.field-type-addressfield .field-items {
  padding-top: 5px;
  /*.name-block, .street-block, .locality-block, .country{
    padding:0 10px;
  }*/
}
.field-type-addressfield .field-items .organisation-name {
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.field-type-addressfield .address-type {
  color: #2396ab;
  margin: 10px 0;
}

.media-wrapper-container,
.field-media,
.field-file,
.field-name-field-file {
  margin-bottom: 2.5em;
}

.flexy-file {
  margin-bottom: 1.25em;
}

.field-name-field-file h3,
.field-name-field-media-fc h3 {
  margin-bottom: 0.3125em;
  font-size: 1.5em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.field-name-field-file .file a,
.field-name-field-media-fc .file a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.field-name-field-file .file a:link, .field-name-field-file .file a:visited,
.field-name-field-media-fc .file a:link,
.field-name-field-media-fc .file a:visited {
  border-bottom: 1px solid #53a0d7;
}
.field-name-field-file .file a:hover, .field-name-field-file .file a:focus,
.field-name-field-media-fc .file a:hover,
.field-name-field-media-fc .file a:focus {
  color: #53a0d7;
  border-bottom: 1px solid #53a0d7;
}
.field-name-field-file .file a:focus,
.field-name-field-media-fc .file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.field-name-field-file .file a:not([href]),
.field-name-field-media-fc .file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.field-name-field-file .file a:not([href]):hover,
.field-name-field-media-fc .file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .field-name-field-file .file a, .section--myrcp
.field-name-field-media-fc .file a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .field-name-field-file .file a:link, .section--myrcp .field-name-field-file .file a:visited, .section--myrcp
.field-name-field-media-fc .file a:link, .section--myrcp
.field-name-field-media-fc .file a:visited {
  border-bottom: 1px solid #2770a4;
}
.section--myrcp .field-name-field-file .file a:hover, .section--myrcp .field-name-field-file .file a:focus, .section--myrcp
.field-name-field-media-fc .file a:hover, .section--myrcp
.field-name-field-media-fc .file a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.section--myrcp .field-name-field-file .file a:focus, .section--myrcp
.field-name-field-media-fc .file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .field-name-field-file .file a:not([href]), .section--myrcp
.field-name-field-media-fc .file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .field-name-field-file .file a:not([href]):hover, .section--myrcp
.field-name-field-media-fc .file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--projects .field-name-field-file .file a, .section--projects
.field-name-field-media-fc .file a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--projects .field-name-field-file .file a:link, .section--projects .field-name-field-file .file a:visited, .section--projects
.field-name-field-media-fc .file a:link, .section--projects
.field-name-field-media-fc .file a:visited {
  border-bottom: 1px solid #934ebe;
}
.section--projects .field-name-field-file .file a:hover, .section--projects .field-name-field-file .file a:focus, .section--projects
.field-name-field-media-fc .file a:hover, .section--projects
.field-name-field-media-fc .file a:focus {
  color: #934ebe;
  border-bottom: 1px solid #934ebe;
}
.section--projects .field-name-field-file .file a:focus, .section--projects
.field-name-field-media-fc .file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--projects .field-name-field-file .file a:not([href]), .section--projects
.field-name-field-media-fc .file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--projects .field-name-field-file .file a:not([href]):hover, .section--projects
.field-name-field-media-fc .file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--guidelines .field-name-field-file .file a, .section--guidelines
.field-name-field-media-fc .file a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--guidelines .field-name-field-file .file a:link, .section--guidelines .field-name-field-file .file a:visited, .section--guidelines
.field-name-field-media-fc .file a:link, .section--guidelines
.field-name-field-media-fc .file a:visited {
  border-bottom: 1px solid #1a8746;
}
.section--guidelines .field-name-field-file .file a:hover, .section--guidelines .field-name-field-file .file a:focus, .section--guidelines
.field-name-field-media-fc .file a:hover, .section--guidelines
.field-name-field-media-fc .file a:focus {
  color: #1a8746;
  border-bottom: 1px solid #1a8746;
}
.section--guidelines .field-name-field-file .file a:focus, .section--guidelines
.field-name-field-media-fc .file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--guidelines .field-name-field-file .file a:not([href]), .section--guidelines
.field-name-field-media-fc .file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--guidelines .field-name-field-file .file a:not([href]):hover, .section--guidelines
.field-name-field-media-fc .file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--events .field-name-field-file .file a, .section--events
.field-name-field-media-fc .file a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--events .field-name-field-file .file a:link, .section--events .field-name-field-file .file a:visited, .section--events
.field-name-field-media-fc .file a:link, .section--events
.field-name-field-media-fc .file a:visited {
  border-bottom: 1px solid #b30044;
}
.section--events .field-name-field-file .file a:hover, .section--events .field-name-field-file .file a:focus, .section--events
.field-name-field-media-fc .file a:hover, .section--events
.field-name-field-media-fc .file a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}
.section--events .field-name-field-file .file a:focus, .section--events
.field-name-field-media-fc .file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--events .field-name-field-file .file a:not([href]), .section--events
.field-name-field-media-fc .file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--events .field-name-field-file .file a:not([href]):hover, .section--events
.field-name-field-media-fc .file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--education .field-name-field-file .file a, .section--education
.field-name-field-media-fc .file a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--education .field-name-field-file .file a:link, .section--education .field-name-field-file .file a:visited, .section--education
.field-name-field-media-fc .file a:link, .section--education
.field-name-field-media-fc .file a:visited {
  border-bottom: 1px solid #1e8093;
}
.section--education .field-name-field-file .file a:hover, .section--education .field-name-field-file .file a:focus, .section--education
.field-name-field-media-fc .file a:hover, .section--education
.field-name-field-media-fc .file a:focus {
  color: #1e8093;
  border-bottom: 1px solid #1e8093;
}
.section--education .field-name-field-file .file a:focus, .section--education
.field-name-field-media-fc .file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--education .field-name-field-file .file a:not([href]), .section--education
.field-name-field-media-fc .file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--education .field-name-field-file .file a:not([href]):hover, .section--education
.field-name-field-media-fc .file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}

video {
  width: 100%;
}

form .field-container-multiple.form-group {
  margin-right: 0;
  padding: 0;
}
form .field-container-multiple.form-group .make-primary {
  color: #313131;
  text-decoration: underline;
}
form .field-container-multiple.form-group .make-primary:hover, form .field-container-multiple.form-group .make-primary:focus {
  color: #53a0d7;
  text-decoration: underline;
}
.section--myrcp form .field-container-multiple.form-group .make-primary {
  color: #fff;
}
.section--myrcp form .field-container-multiple.form-group .make-primary:hover, .section--myrcp form .field-container-multiple.form-group .make-primary:focus {
  color: #53a0d7;
  text-decoration: underline;
}
form a.add-another {
  width: 43px;
  height: 43px;
  background: #53a0d7;
}
form a.add-another: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;
  color: #003d67;
  display: block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
}
form a.add-another:hover {
  margin: 0;
}

.flag-wrapper {
  display: inline-block;
  width: 100%;
}

.flag-waiting .flag-throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-position: center center;
}

.flag-message {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 47px;
  padding: 10px 0;
  text-align: center;
  font-size: 1em;
  background-color: #fff;
}
.content-sidebar-top .flag-message, .content-sidebar-bottom .flag-message {
  background-color: #f0efef;
  width: 100%;
}

.section--myrcp .flag-message {
  background-color: #1C2124;
}
.content-sidebar-top .section--myrcp .flag-message, .content-sidebar-bottom .section--myrcp .flag-message {
  background-color: #2E353B;
}

/* Fix buggy collapsible fieldset legends in Drupal 7 */
section.block-system legend > a.fieldset-legend {
  top: 10px;
  left: 15px;
}

/*.btn {
  background: @btn-default-bg;
}
.btn:hover {
  background: @btn-default-bg;
}*/
.alert p, div.messages p, form .description p,
.form .description p {
  margin: 0;
}

.form-control:focus {
  border-color: #bababa;
}

div.messages p {
  margin: 0;
}
div.messages a.btn {
  margin: -6px 0 0 10px;
  text-decoration: none;
}
div.messages a.btn.btn-primary {
  color: #fff;
}

form fieldset,
.form fieldset {
  margin: 20px 0;
  border: 0 none;
  /*.form-group{margin-right:-5px; margin-left:-5px;}*/
}
form fieldset legend,
.form fieldset legend {
  padding: 15px;
  border-top: solid 1px none;
  border-bottom: solid 1px none;
  border-radius: 0 0 0 0;
  background: #fff;
}
form fieldset.panel,
.form fieldset.panel {
  padding: 25px;
  border: 1px solid #bababa;
  margin-top: 0;
  margin-bottom: 25px;
}
form fieldset.panel .panel-heading,
.form fieldset.panel .panel-heading {
  margin: 0;
  padding: 0 0 10px;
}
form fieldset.panel .panel-body,
.form fieldset.panel .panel-body {
  padding: 15px 0 0;
}
form .form-group,
.form .form-group {
  clear: both;
  padding: 0;
  border-radius: 4px;
}
form .form-group label,
.form .form-group label {
  display: block;
}
form .form-group p,
.form .form-group p {
  margin: 10px 0;
}
form .form-group.error,
.form .form-group.error {
  padding: 5px 0;
  background-color: transparent;
}
form .form-group .form-required,
.form .form-group .form-required {
  color: #ff4e92;
}
form .form-group .input-group-btn .btn,
.form .form-group .input-group-btn .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  white-space: nowrap;
}
form .form-group .input-group-btn .btn-default,
.form .form-group .input-group-btn .btn-default {
  border-color: #bababa;
}
form .form-group .input-group-btn .validation-error,
.form .form-group .input-group-btn .validation-error {
  display: inline-block;
  margin-right: -1px;
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  line-height: 16px;
  background-color: #b94946;
  border: 1px solid #b94946;
  color: #fff;
  height: 43px;
}
form .form-group .input-group-btn .info-primary,
.form .form-group .input-group-btn .info-primary {
  display: inline-block;
  margin-right: -1px;
  margin-bottom: 0;
  padding: 6px 12px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  line-height: 17px;
  background-color: #53a0d7;
  border: 1px solid #53a0d7;
  color: #fff;
  height: 43px;
}
form .form-group .input-group-btn .info-primary.envelope:after,
.form .form-group .input-group-btn .info-primary.envelope:after {
  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;
  display: block;
  color: #003d67;
  font-size: 30px;
}
form .form-group .input-group-btn .dropdown-menu,
.form .form-group .input-group-btn .dropdown-menu {
  font-size: 16px;
}
form .form-group .input-group-btn .dropdown-menu li a,
.form .form-group .input-group-btn .dropdown-menu li a {
  border-bottom: 0 none;
}
form .form-group .input-group-btn .dropdown-menu li a:hover, form .form-group .input-group-btn .dropdown-menu li a:focus,
.form .form-group .input-group-btn .dropdown-menu li a:hover,
.form .form-group .input-group-btn .dropdown-menu li a:focus {
  border-bottom: 0 none;
}
form .form-group.form-item-pass .form-group,
.form .form-group.form-item-pass .form-group {
  margin-right: 0;
  padding: 0;
}
form .form-group.form-item-pass .form-type-password,
.form .form-group.form-item-pass .form-type-password {
  margin-bottom: 25px;
}
form .form-group.form-item-pass .password-suggestions,
.form .form-group.form-item-pass .password-suggestions {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}
form .form-group.form-item-pass .password-suggestions ul,
.form .form-group.form-item-pass .password-suggestions ul {
  margin-bottom: 0;
}
form .form-group.field-name-field-firstname, form .form-group.field-name-field-middlenames, form .form-group.field-name-field-lastname,
.form .form-group.field-name-field-firstname,
.form .form-group.field-name-field-middlenames,
.form .form-group.field-name-field-lastname {
  clear: none;
}
form .form-group.password-parent, form .form-group.confirm-parent,
.form .form-group.password-parent,
.form .form-group.confirm-parent {
  margin-right: 0;
  margin-bottom: 10px;
}
form .password-strength, form .password-confirm,
.form .password-strength,
.form .password-confirm {
  float: right;
  /* LTR */
  margin-bottom: 5px;
  margin-left: 10px;
}
form .password-strength.form-control, form .password-confirm.form-control,
.form .password-strength.form-control,
.form .password-confirm.form-control {
  float: left;
  margin: 0;
}
form .input-group div.password-strength,
form .input-group div.password-confirm,
.form .input-group div.password-strength,
.form .input-group div.password-confirm {
  position: absolute;
  top: -32px;
  right: 0;
}
form div.error div.input-group span.info-primary,
.form div.error div.input-group span.info-primary {
  display: none;
}
form .form-type-date-popup .form-group,
.form .form-type-date-popup .form-group {
  clear: none;
}
form .form-type-date-popup .date-padding,
.form .form-type-date-popup .date-padding {
  padding: 0 10px 0 0;
}
form .form-item-remember-me,
.form .form-item-remember-me {
  clear: both;
  margin: 0 0 5px;
}
form div.grey-box,
.form div.grey-box {
  border: solid 1px none;
  border-radius: 0;
  padding: 15px;
}
form h3.no-top-margin,
.form h3.no-top-margin {
  margin-top: 0;
}
form .form-managed-file .form-control,
.form .form-managed-file .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
form .form-managed-file .input-group-btn:last-child .btn,
.form .form-managed-file .input-group-btn:last-child .btn {
  border-radius: 0;
}
form .form-submit,
.form .form-submit {
  float: left;
  clear: both;
}
form .radio input[type="radio"],
form .radio-inline input[type="radio"],
form .checkbox input[type="checkbox"],
form .checkbox-inline input[type="checkbox"],
.form .radio input[type="radio"],
.form .radio-inline input[type="radio"],
.form .checkbox input[type="checkbox"],
.form .checkbox-inline input[type="checkbox"] {
  margin-left: -15px;
  margin-right: 10px;
}
form button ~ p,
.form button ~ p {
  padding: 0.61111em 1.66667em;
  float: right;
}
form .form-type-texfield, form .form-item,
.form .form-type-texfield,
.form .form-item {
  margin-bottom: 25px;
}

body #ui-datepicker-div table, body #ui-datepicker-div td, body #ui-datepicker-div tr, body #ui-datepicker-div th {
  padding: 0;
  margin: 0;
}
body #ui-datepicker-div .ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-prev, body #ui-datepicker-div .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-prev-hover, body #ui-datepicker-div .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-prev span, body #ui-datepicker-div .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
body #ui-datepicker-div .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
body #ui-datepicker-div .ui-datepicker select.ui-datepicker-month, body #ui-datepicker-div .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
body #ui-datepicker-div .ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}
body #ui-datepicker-div .ui-datepicker th {
  border: 0 none;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 0.7em 0.3em;
  text-align: center;
}
body #ui-datepicker-div .ui-datepicker td {
  border: 0 none;
  padding: 1px;
}
body #ui-datepicker-div .ui-datepicker td span, body #ui-datepicker-div .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
}
body #ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
body #ui-datepicker-div .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
body #ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
body #ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}
body #ui-datepicker-div .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
body #ui-datepicker-div .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
body #ui-datepicker-div .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
body #ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
body #ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
body #ui-datepicker-div .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
body #ui-datepicker-div .ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
body #ui-datepicker-div .ui-datepicker-rtl {
  direction: rtl;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
body #ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
body #ui-datepicker-div .ui-datepicker-cover {
  display: block;
  height: 200px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 200px;
  z-index: -1;
}

#user_user_form_group_addresses h2 {
  padding-left: 15px;
}
#user_user_form_group_addresses fieldset.panel {
  margin-top: 0;
}
#user_user_form_group_addresses button.rcp-address-delete {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #user_user_form_group_addresses button.rcp-address-delete {
    float: right;
  }
}
.entity-entityform-type h2 {
  margin-bottom: 0.83333em;
}

form.entitytype-global_contact_form-form .form-actions {
  float: right;
}
form.entitytype-global_contact_form-form textarea.form-control {
  min-height: 175px;
}

.form-actions,
#edit-actions {
  margin-top: 1.25em;
}
.form-actions a,
#edit-actions a {
  float: right;
  font-size: 16px;
}

.page-contact .content-content .pane-title {
  margin-bottom: 0.83333em;
}
.page-contact .pane-bean-terms-and-conditions {
  text-align: right;
  width: 50%;
  margin-top: -40px;
}

.page-user .content-container .form-item-name .btn a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.page-user .content-container .form-item-name .btn a:link, .page-user .content-container .form-item-name .btn a:visited {
  border-bottom: 1px solid #2770a4;
}
.page-user .content-container .form-item-name .btn a:hover, .page-user .content-container .form-item-name .btn a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.page-user .content-container .form-item-name .btn a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-user .content-container .form-item-name .btn a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.page-user .content-container .form-item-name .btn a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.page-user .content-container .form-submit {
  float: right;
}
.page-user .content-container .alert-block {
  max-width: 920px;
  margin: 20px auto;
  overflow: hidden;
}
.page-user .content-container form#user-pass-reset,
.page-user .content-container #form-wrapper-user-login,
.page-user .content-container #form-wrapper-register-form,
.page-user .content-container #form-wrapper-password-form {
  padding: 4% 4%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.page-user .content-container form#user-pass-reset .form-submit,
.page-user .content-container #form-wrapper-user-login .form-submit,
.page-user .content-container #form-wrapper-register-form .form-submit,
.page-user .content-container #form-wrapper-password-form .form-submit {
  float: none;
}

#user-login .form-type-password {
  margin-bottom: 20px;
}
#user-login #button-user-login {
  margin-right: 1.66667em;
}
#user-login .form-item-name p .btn {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
  margin-left: 20px;
}
#user-login .form-item-name p .btn:hover, #user-login .form-item-name p .btn:focus {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
#user-login .form-item-name p .btn:active, #user-login .form-item-name p .btn.active {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
#user-login .register-narrow {
  display: block;
  float: left;
  padding-left: 0;
}
#user-login .register-narrow a {
  margin-left: .4em;
}
#user-login .register-wide {
  display: none;
}
@media (min-width: 850px) {
  #user-login .form-item-name {
    position: relative;
  }
  #user-login .form-item-name p {
    width: 22%;
    position: absolute;
    top: 0;
    right: 25%;
    margin: 0;
  }
  #user-login .form-item-name p .btn {
    width: 100%;
    margin-left: 0;
  }
  #user-login input,
  #user-login label {
    width: 48%;
  }
  #user-login .register-narrow {
    display: none;
  }
  #user-login .register-wide {
    display: block;
  }
}

#user-profile-form .form-type-password-confirm.form-item-pass.form-item.form-group {
  height: 180px;
}

body #ui-datepicker-div {
  z-index: 999999 !important;
  padding: 0;
}
body #ui-datepicker-div, body #ui-datepicker-div a {
  color: #31373d;
  background-color: #e5e5e5;
}
body #ui-datepicker-div, body #ui-datepicker-div input, body #ui-datepicker-div select, body #ui-datepicker-div textarea, body #ui-datepicker-div button {
  font-family: "FS Albert Web Regular", Calibri, "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

form .input-group .input-group .validation-error {
  display: none;
  /* nested error */
}

.entity-entityform fieldset.panel {
  padding: 25px;
  border: 1px solid #bababa;
  margin-top: 0;
  margin-bottom: 25px;
}
.entity-entityform fieldset.panel .panel-heading {
  padding: 0;
}

img.file-icon {
  max-width: none;
  width: auto;
}

.texticon {
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 24px;
  font-family: "FS Albert Web Regular", Calibri, "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption-wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #bababa;
}

.modal label {
  line-height: 1.2;
}
.modal .form-type-textfield, .modal .form-type-password {
  margin: 0 0 25px 0;
  padding: 0;
}
.modal .modal-content {
  padding: 5%;
  max-width: 920px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.modal .modal-header {
  border-bottom: 2px solid #2770a4;
  padding-bottom: 2.5em;
}
.modal .modal-cancel {
  margin-left: 10px;
}
.modal .modal-body {
  /*.modal-body,
  .modal-body #form-wrapper-user-login,
  .modal-body #form-wrapper-register-form {*/
}
.modal .modal-body a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.modal .modal-body a:link, .modal .modal-body a:visited {
  border-bottom: 1px solid #fff;
}
.modal .modal-body a:hover, .modal .modal-body a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.modal .modal-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal .modal-body a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.modal .modal-body a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.modal .modal-body a.btn-tag {
  border-bottom: transparent;
  display: inline-block;
  color: #fff;
  background: url("../images/btn-tag-bg.png") 0 0 repeat;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.modal .modal-body a.btn-tag:hover,
.modal .modal-body a.btn-tag .open .dropdown-toggle {
  color: #242a2e;
  background: #fff;
  border-color: #a8a7a7;
}
.modal .modal-body a.btn-tag:active,
.modal .modal-body a.btn-tag .open .dropdown-toggle {
  background-image: none;
}
.modal .modal-body a.btn-tag.active, .modal .modal-body a.btn-tag.active:hover, .modal .modal-body a.btn-tag.active:focus, .modal .modal-body a.btn-tag.active:active {
  color: #242a2e;
  background: #fff;
  border-color: #fff;
}
.modal .modal-body a.btn-tag.active:hover {
  border-color: #a8a7a7;
}
.modal .modal-body a.btn-tag.active:after {
  content: "×";
  margin-left: 10px;
  font-family: "FS Albert Web Light", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.375em;
  line-height: 0;
}
.modal .modal-body h2,
.modal .modal-body h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .modal .modal-body h2,
  .modal .modal-body h3 {
    margin-bottom: 1.25em;
  }
}
.modal .modal-body .panel-pane {
  margin-bottom: 30px;
  overflow: hidden;
  clear: both;
}
@media (min-width: 1000px) {
  .modal .modal-body .panel-pane {
    margin-bottom: 50px;
  }
}
.modal .modal-body .panel-pane:last-child {
  margin-bottom: 0;
}
.modal .modal-body .content p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.modal .modal-body .content p a:link, .modal .modal-body .content p a:visited {
  border-bottom: 1px solid #fff;
}
.modal .modal-body .content p a:hover, .modal .modal-body .content p a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.modal .modal-body .content p a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal .modal-body .content p a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.modal .modal-body .content p a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.modal h3,
.modal .modal-footer {
  overflow: hidden;
  clear: both;
}
.modal h3 a,
.modal .modal-footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.modal h3 a:link, .modal h3 a:visited,
.modal .modal-footer a:link,
.modal .modal-footer a:visited {
  border-bottom: 1px solid #fff;
}
.modal h3 a:hover, .modal h3 a:focus,
.modal .modal-footer a:hover,
.modal .modal-footer a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.modal h3 a:focus,
.modal .modal-footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal h3 a:not([href]),
.modal .modal-footer a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.modal h3 a:not([href]):hover,
.modal .modal-footer a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.modal .facetapi-facetapi-links,
.modal .facetapi-rcp-taxonomy-grouped {
  margin-bottom: 0;
    /*.pane-content {
      > ul {
        > li {
          display: inline-block;
          margin: 0 0 5px 0;

          @include breakpoint($rcp-tablet) {
            width: 50%;
          }
          @include breakpoint($rcp-desktop, true) {
            width: 33%;
          }
        }
      }
    }*/
}
.modal .facetapi-facetapi-links li,
.modal .facetapi-rcp-taxonomy-grouped li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media (min-width: 600px) {
  .modal .facetapi-facetapi-links li,
  .modal .facetapi-rcp-taxonomy-grouped li {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .modal .facetapi-facetapi-links li,
  .modal .facetapi-rcp-taxonomy-grouped li {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: 0;
  }
}
.modal .facetapi-rcp-taxonomy-grouped li.expanded {
  display: block;
  float: none;
  width: 100%;
}
.modal form.entityform .form-actions {
  margin-top: 0.9375em;
  float: right;
}
.modal .paragraphs-items-field-event-price-information {
  display: table;
}
.modal .paragraphs-items-field-event-price-information .paragraphs-item-event-price-information .field-name-field-event-price,
.modal .paragraphs-items-field-event-price-information .paragraphs-item-event-price-information .field-name-field-event-price-text {
  font-size: 24px;
  display: table-cell;
  width: 5.83333em;
}
.modal .paragraphs-items-field-event-price-information .paragraphs-item-event-price-information .field-name-field-event-price-description {
  display: table-cell;
  padding-left: 60px;
  border-left: 1px solid #fff;
}
.modal .paragraphs-items-field-event-price-information .paragraphs-item-event-price-information .field {
  margin-bottom: 0;
}
.modal .form-type-password-confirm.form-item-pass.form-item.form-group {
  height: 200px;
}

.pane-rcp-membership-join-links .modal-body a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.pane-rcp-membership-join-links .modal-body a:link, .pane-rcp-membership-join-links .modal-body a:visited {
  border-bottom: 1px solid #fff;
}
.pane-rcp-membership-join-links .modal-body a:hover, .pane-rcp-membership-join-links .modal-body a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.pane-rcp-membership-join-links .modal-body a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pane-rcp-membership-join-links .modal-body a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.pane-rcp-membership-join-links .modal-body a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
@media (min-width: 850px) {
  .pane-rcp-membership-join-links .modal-body a {
    display: inline-block;
    width: 40%;
    margin-right: 3%;
    margin-left: 3%;
  }
}
@media (min-width: 1000px) {
  .pane-rcp-membership-join-links .modal-body a {
    display: inline-block;
    width: 20%;
    margin-right: 2%;
    margin-left: 2%;
  }
}

/*
 * Make all buttons in modals the default styling
 */
.html .modal-dialog .btn-default,
.html .modal-dialog .btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.html .modal-dialog .btn-default:hover, .html .modal-dialog .btn-default:focus,
.html .modal-dialog .btn-primary:hover,
.html .modal-dialog .btn-primary:focus {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.html .modal-dialog .btn-default:active, .html .modal-dialog .btn-default.active,
.html .modal-dialog .btn-primary:active,
.html .modal-dialog .btn-primary.active {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
.html .modal-dialog .btn-tag:hover, .html .modal-dialog .btn-tag.active:hover, .html .modal-dialog .btn-tag.active:focus, .html .modal-dialog .btn-tag.active:active {
  border-color: #002e4d;
}

.modal #form-wrapper-register-form a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.modal #form-wrapper-register-form a:link, .modal #form-wrapper-register-form a:visited {
  border-bottom: 1px solid #fff;
}
.modal #form-wrapper-register-form a:hover, .modal #form-wrapper-register-form a:focus {
  color: #2770a4;
  border-bottom: 1px solid #2770a4;
}
.modal #form-wrapper-register-form a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal #form-wrapper-register-form a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.modal #form-wrapper-register-form a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.modal #form-wrapper-register-form button {
  float: right;
}
.modal #form-wrapper-register-form button ~ p {
  padding: 0.61111em 1.66667em;
  float: right;
}
.modal form fieldset.panel {
  padding: 0 15px;
}
.modal form fieldset.panel fieldset.panel {
  margin-bottom: 0;
}
.modal form fieldset.panel .panel-heading {
  color: white;
}

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

.nav-tabs {
  margin: 0;
}

.breadcrumb {
  margin: 0 15px 10px;
}

body.not-logged-in #logout-link {
  display: none;
}

body.logged-in #login-link {
  display: none;
}

.panel {
  background-color: transparent;
}

.panel-default > .panel-heading {
  background-color: transparent;
}

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

.section--myrcp .content-content .panel,
.section--myrcp .content-content .panel-display {
  background: none;
  padding: 4%;
}
.section--myrcp .content-content .panel .mini-panel,
.section--myrcp .content-content .panel-display .mini-panel {
  color: #53a0d7;
}
.section--myrcp .content-content .panel .mini-panel a,
.section--myrcp .content-content .panel-display .mini-panel a {
  color: #53a0d7;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--myrcp .content-content .panel .mini-panel a:link, .section--myrcp .content-content .panel .mini-panel a:visited,
.section--myrcp .content-content .panel-display .mini-panel a:link,
.section--myrcp .content-content .panel-display .mini-panel a:visited {
  border-bottom: 1px solid #fff;
}
.section--myrcp .content-content .panel .mini-panel a:hover, .section--myrcp .content-content .panel .mini-panel a:focus,
.section--myrcp .content-content .panel-display .mini-panel a:hover,
.section--myrcp .content-content .panel-display .mini-panel a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.section--myrcp .content-content .panel .mini-panel a:focus,
.section--myrcp .content-content .panel-display .mini-panel a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--myrcp .content-content .panel .mini-panel a:not([href]),
.section--myrcp .content-content .panel-display .mini-panel a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .content-content .panel .mini-panel a:not([href]):hover,
.section--myrcp .content-content .panel-display .mini-panel a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
.section--myrcp .content-content .panel .mini-panel a.btn,
.section--myrcp .content-content .panel-display .mini-panel a.btn {
  width: 100%;
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.section--myrcp .content-content .panel .mini-panel a.btn:hover, .section--myrcp .content-content .panel .mini-panel a.btn:focus,
.section--myrcp .content-content .panel-display .mini-panel a.btn:hover,
.section--myrcp .content-content .panel-display .mini-panel a.btn:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--myrcp .content-content .panel .mini-panel a.btn:active, .section--myrcp .content-content .panel .mini-panel a.btn.active,
.section--myrcp .content-content .panel-display .mini-panel a.btn:active,
.section--myrcp .content-content .panel-display .mini-panel a.btn.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 600px) {
  .section--myrcp .content-content .panel .mini-panel a.btn,
  .section--myrcp .content-content .panel-display .mini-panel a.btn {
    width: auto;
  }
}
.section--myrcp .content-content .panel .field-name-field-introductory-text,
.section--myrcp .content-content .panel-display .field-name-field-introductory-text {
  font-size: 16px;
}
.section--myrcp .content-content .panel ul.field-name-field-useful-links,
.section--myrcp .content-content .panel-display ul.field-name-field-useful-links {
  margin: 0 0 1.875em 0;
}
.section--myrcp .content-content .panel ul.field-name-field-link,
.section--myrcp .content-content .panel-display ul.field-name-field-link {
  margin: 0 0 1.875em 0;
}
.section--myrcp .content-content .panel ul.field-name-field-link li,
.section--myrcp .content-content .panel-display ul.field-name-field-link li {
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.section--myrcp .content-content .panel ul.field-name-field-link li a,
.section--myrcp .content-content .panel ul.field-name-field-link li a:hover,
.section--myrcp .content-content .panel-display ul.field-name-field-link li a,
.section--myrcp .content-content .panel-display ul.field-name-field-link li a:hover {
  border: none;
  color: #003d67;
}
.section--myrcp .content-content .panel-heading,
.section--myrcp .content-content .panel-body {
  padding: 0;
}
.section--myrcp .content-content .panel-body p:last-child {
  margin-bottom: 0;
}
.section--myrcp .content-content .field-name-field-description p:last-child {
  margin-bottom: 0;
}
.section--myrcp .content-content .pane-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px #53a0d7 solid;
}
.section--myrcp .content-content #mini-panel-myrcp_personalised_content_auth,
.section--myrcp .content-content #mini-panel-myrcp_latest_content_anon {
  padding: 4% 0;
}
.section--myrcp .content-content #mini-panel-myrcp_personalised_content_auth {
  border-top: 2px solid #2E353B;
}
.section--myrcp .content-content .pane-dashboard-my-applications, .section--myrcp .content-content #mini-panel-myrcp_hero_area {
  background: #003d67;
}
@media (min-width: 600px) {
  .section--myrcp .content-content .pane-dashboard-my-applications, .section--myrcp .content-content #mini-panel-myrcp_hero_area {
    background-image: url("../images/myrcp/myrcp-block-image.jpg");
    background-position: top left;
    background-repeat: no-repeat;
  }
}
.section--myrcp .content-content .pane-dashboard-my-applications .panel-heading, .section--myrcp .content-content #mini-panel-myrcp_hero_area .panel-heading {
  background: none;
}

h2.pane-title {
  font-size: 24px;
  margin-top: 0;
}

ul.field-name-field-useful-links,
.content-content ul.field-name-field-useful-links {
  margin-left: 0;
  list-style-type: none;
}
ul.field-name-field-useful-links li,
.content-content ul.field-name-field-useful-links li {
  padding: 0;
  list-style: none;
  margin: 0 0 0.625em 0;
}
ul.field-name-field-useful-links li:last-child,
.content-content ul.field-name-field-useful-links li:last-child {
  margin: 0;
}

.bean-promotion-block ul.field-name-field-link li a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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-promotion-block ul.field-name-field-link li a:hover, .bean-promotion-block ul.field-name-field-link li a:focus {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-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: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.field-name-field-description ul {
  margin: 0 0 0 0.9375em;
}
.field-name-field-description ul li {
  margin: 0;
  list-style: disc;
}

fieldset legend.panel-heading {
  font-size: 16px;
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset legend.panel-heading.panel {
  border: none;
  box-shadow: none;
}
.section--events fieldset legend.panel-heading.panel a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--events fieldset legend.panel-heading.panel a:link, .section--events fieldset legend.panel-heading.panel a:visited {
  border-bottom: 1px solid #b30044;
}
.section--events fieldset legend.panel-heading.panel a:hover, .section--events fieldset legend.panel-heading.panel a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}
.section--events fieldset legend.panel-heading.panel a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--events fieldset legend.panel-heading.panel a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--events fieldset legend.panel-heading.panel a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
fieldset.panel {
  position: relative;
}
fieldset.panel .panel-heading {
  margin: 0px;
  padding: 10px 4%;
  color: #313131;
}
fieldset.panel .panel-heading .panel-title {
  font-size: 1.5em;
  line-height: 1.2;
}
fieldset.panel .panel-body {
  clear: both;
  padding: 0px;
}
fieldset.panel .panel-body .field-name-field-event-programme-file {
  position: absolute;
  top: 12px;
  right: 20px;
}
.section--events fieldset.panel .panel-body .field-name-field-event-programme-file a {
  color: #313131;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:link, .section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:visited {
  border-bottom: 1px solid #b30044;
}
.section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:hover, .section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:focus {
  color: #b30044;
  border-bottom: 1px solid #b30044;
}
.section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:not([href]) {
  color: #313131;
  border-bottom: none;
}
.section--events fieldset.panel .panel-body .field-name-field-event-programme-file a:not([href]):hover {
  color: #313131;
  border-bottom: none;
}
fieldset.panel .panel-body .group-accordion h3 {
  font-size: 1em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
fieldset.group-programme, fieldset.paragraphs-item-question-answer {
  border: none;
  position: relative;
  margin-bottom: 2.5em;
}
fieldset.group-programme .panel-heading, fieldset.paragraphs-item-question-answer .panel-heading {
  margin-left: -4.5%;
  margin-right: -4.5%;
}
fieldset.group-programme .panel-heading a.panel-title, fieldset.paragraphs-item-question-answer .panel-heading a.panel-title {
  margin: 0;
  padding: 4% 4.5% 4% 4.5%;
}
fieldset.group-programme h3.ui-accordion-header, fieldset.paragraphs-item-question-answer h3.ui-accordion-header {
  font-size: 1em;
}

.panel-pane.pane-entity-field.pane-node-field-related-events, .panel-pane.pane-entity-field.pane-node-field-related-content {
  background: #fff;
  margin: 0 -4.5% 1.6875em -4.5%;
}
.panel-pane.pane-entity-field.pane-node-field-related-events h2, .panel-pane.pane-entity-field.pane-node-field-related-content 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;
}
.panel-pane.pane-entity-field.pane-node-field-related-events h2, .panel-pane.pane-entity-field.pane-node-field-related-events .pane-content, .panel-pane.pane-entity-field.pane-node-field-related-content h2, .panel-pane.pane-entity-field.pane-node-field-related-content .pane-content {
  padding: 3% 4.5%;
}
@media (min-width: 600px) {
  .panel-pane.pane-entity-field.pane-node-field-related-events, .panel-pane.pane-entity-field.pane-node-field-related-content {
    margin: 0 -5% 1.6875em -5%;
  }
  .panel-pane.pane-entity-field.pane-node-field-related-events h2, .panel-pane.pane-entity-field.pane-node-field-related-events .pane-content, .panel-pane.pane-entity-field.pane-node-field-related-content h2, .panel-pane.pane-entity-field.pane-node-field-related-content .pane-content {
    padding: 3% 5%;
  }
}
@media (min-width: 850px) {
  .panel-pane.pane-entity-field.pane-node-field-related-events, .panel-pane.pane-entity-field.pane-node-field-related-content {
    width: 120%;
    margin-left: -10%;
  }
  .panel-pane.pane-entity-field.pane-node-field-related-events h2, .panel-pane.pane-entity-field.pane-node-field-related-events .pane-content, .panel-pane.pane-entity-field.pane-node-field-related-content h2, .panel-pane.pane-entity-field.pane-node-field-related-content .pane-content {
    padding: 4% 10%;
  }
}
.panel-pane.pane-tabs-and-messages {
  margin-top: 1.875em;
}

@media (min-width: 600px) {
  fieldset.group-programme, fieldset.paragraphs-item-question-answer {
    margin-left: 0;
    margin-right: 0;
  }
  fieldset.group-programme .panel-heading, fieldset.paragraphs-item-question-answer .panel-heading {
    margin-left: 0;
    margin-right: 0;
  }
  fieldset.group-programme .panel-heading a.panel-title, fieldset.paragraphs-item-question-answer .panel-heading a.panel-title {
    margin: 0;
    padding: 4%;
  }
}
/*
 * Mini panel three cols.
 */
.mini-threecols {
  background-color: #ffffff;
}
.mini-threecols h2 {
  border-bottom: 2px solid #f0efef;
}

/*#mini-panel-homepage_useful_links {
  background: $white;
  padding: 4%;
  .col-left, .col-middle, .col-right {
    display: inline-block;
    width: 32%;
  }
}*/
.content-footer .mini-threecols h2 {
  font-size: 1.5em;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0.66667em 0.66667em 0.58333em 0.66667em;
}
.content-footer .mini-threecols .pane-content {
  padding: 1.375em 1em 0 1em;
  overflow: hidden;
}
@media (min-width: 850px) {
  .content-footer .mini-threecols .pane-content {
    overflow: hidden;
  }
  .content-footer .mini-threecols .col-left {
    width: 29.41176%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .content-footer .mini-threecols .col-middle {
    width: 29.41176%;
    float: left;
    margin-right: -100%;
    margin-left: 35.29412%;
    clear: none;
  }
  .content-footer .mini-threecols .col-right {
    width: 29.41176%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.ajax-poll .choices .form-type-radios {
  margin-left: 1em;
}

/*
.pcaautocomplete, .pcafooter{
  border-radius:@border-radius-base;
}
*/
.field-name-field-user-preferences {
  line-height: 1.2;
}
.field-name-field-user-preferences h2, .field-name-field-user-preferences h3 {
  clear: both;
}
.field-name-field-user-preferences label {
  padding-left: 30px;
}
.field-name-field-user-preferences .checkbox {
  margin-top: 0;
}
.field-name-field-user-preferences .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.field-name-field-user-preferences .form-item {
  margin-bottom: 10px;
  padding-right: 20px;
}
@media (min-width: 850px) {
  .field-name-field-user-preferences .form-item {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .field-name-field-user-preferences .form-item {
    width: 33.33333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: 0;
  }
}
.field-name-field-user-preferences .form-group {
  margin-bottom: 25px;
}
.field-name-field-user-preferences h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  float: left;
  width: 100%;
  margin-top: 25px;
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
@media (min-width: 1000px) {
  .field-name-field-user-preferences h3 {
    font-size: 1.5em;
    margin-bottom: 1.25em;
  }
}

@media (min-width: 850px) {
  #user-profile-form .field-type-addressfield {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    margin-right: 0;
  }
}
@media (min-width: 850px) {
  #user-profile-form .field-name-field-address-home {
    padding-right: 15px;
  }
  #user-profile-form .field-name-field-address-work {
    padding-left: 15px;
  }
}

.list-head {
  color: #fff;
  background-color: #003d67;
  padding-top: 30px;
  padding-bottom: 30px;
}
.list-head h1 {
  color: #53a0d7;
  margin-bottom: 0.5em;
  padding-left: 45px;
  position: relative;
}
.list-head h1: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;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 30px;
}
.list-head h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.75em;
}
.list-head .field-name-field-introductory-text {
  font-size: 24px;
  line-height: 1.2;
}
.list-head .views-exposed-form {
  position: relative;
}
.list-head .views-exposed-form .views-exposed-widget {
  float: none;
  display: block;
  padding: 0;
}
.list-head .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.list-head .views-exposed-form #edit-event-end-date-wrapper, .list-head .views-exposed-form #edit-event-start-date-wrapper {
  display: none;
}
.list-head .views-exposed-form .form-type-textfield {
  margin-right: 120px;
}
.list-head .form-text {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  border-color: #fff;
}
.list-head .views-exposed-form .views-submit-button {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.list-head .btn-default.form-submit {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
.list-head .btn-default.form-submit:hover, .list-head .btn-default.form-submit:focus, .list-head .btn-default.form-submit:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-head .btn-default.form-submit:hover, .list-head .btn-default.form-submit:focus {
  margin: 0;
}
.list-head .btn-default.form-submit:active {
  outline: none;
  margin: 0;
}
.list-head .btn-tag:hover, .list-head .btn-tag.active:hover, .list-head .btn-tag.active:focus, .list-head .btn-tag.active:active {
  border-color: #002e4d;
}
.list-head .search-filter-label {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 44px;
  clear: both;
}
.list-head .search-filter-toggler {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.list-head .search-filter-toggler:hover, .list-head .search-filter-toggler:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.list-head .search-filter-toggler:active, .list-head .search-filter-toggler.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .list-head {
    background-image: url("../images/search-backgrounds/search-bg--global.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .list-head h1 {
    margin-bottom: 0.75em;
    padding-left: 65px;
  }
  .list-head h1:before {
    font-size: 42px;
  }
  .list-head h2 {
    margin-bottom: 0.75em;
  }
  .list-head .views-exposed-form .form-type-textfield {
    width: 38.88889%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .list-head .views-exposed-form .views-submit-button {
    width: 22.22222%;
    float: left;
    margin-right: -100%;
    margin-left: 38.88889%;
    clear: none;
    position: relative;
  }
  .list-head .form-submit {
    position: relative;
  }
  .list-head .search-filter-label {
    width: 5.55556%;
    float: left;
    margin-right: -100%;
    margin-left: 61.11111%;
    clear: none;
    padding: 0;
  }
  .list-head .search-filter-toggler {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1000px) {
  .list-head {
    background-size: auto;
  }
  .list-head .views-exposed-form .form-type-textfield {
    width: 44.44444%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .list-head .views-exposed-form .views-submit-button {
    width: 22.22222%;
    float: left;
    margin-right: -100%;
    margin-left: 44.44444%;
    clear: none;
  }
  .list-head .search-filter-label {
    width: 5.55556%;
    float: left;
    margin-right: -100%;
    margin-left: 66.66667%;
    clear: none;
  }
  .list-head .search-filter-toggler {
    width: 27.77778%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1150px) {
  .list-head .views-exposed-form .form-type-textfield {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .list-head .views-exposed-form .views-submit-button {
    width: 22.22222%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
  }
  .list-head .search-filter-label {
    width: 5.55556%;
    float: left;
    margin-right: -100%;
    margin-left: 72.22222%;
    clear: none;
  }
  .list-head .search-filter-toggler {
    width: 22.22222%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.section--about .list-head {
  background-color: #003d67;
}
.section--about .list-head h1 {
  color: #53a0d7;
}
.section--about .list-head h1:before {
  content: "";
}
.section--about .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.section--about .list-head .search-filter-toggler:hover, .section--about .list-head .search-filter-toggler:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--about .list-head .search-filter-toggler:active, .section--about .list-head .search-filter-toggler.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--about .list-head {
    background-image: url("../images/search-backgrounds/search-bg--about.jpg");
  }
}
.section--about .list-head .btn-tag:hover, .section--about .list-head .btn-tag.active:hover, .section--about .list-head .btn-tag.active:focus, .section--about .list-head .btn-tag.active:active {
  border-color: #002e4d;
}
.section--education .list-head {
  background-color: #163f4e;
}
.section--education .list-head h1 {
  color: #72dfed;
}
.section--education .list-head h1:before {
  content: "";
}
.section--education .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .list-head .search-filter-toggler:hover, .section--education .list-head .search-filter-toggler:focus {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1e8093;
  box-shadow: 0 2px 0 #1e8093;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--education .list-head .search-filter-toggler:active, .section--education .list-head .search-filter-toggler.active {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1e8093;
  box-shadow: 0 0px 0 #1e8093;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--education .list-head {
    background-image: url("../images/search-backgrounds/search-bg--education.jpg");
  }
}
.section--education .list-head .btn-tag:hover, .section--education .list-head .btn-tag.active:hover, .section--education .list-head .btn-tag.active:focus, .section--education .list-head .btn-tag.active:active {
  border-color: #0f2b36;
}
.section--events .list-head {
  background-color: #5e2042;
}
.section--events .list-head h1 {
  color: #ff4e92;
}
.section--events .list-head h1:before {
  content: "";
}
.section--events .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .list-head .search-filter-toggler:hover, .section--events .list-head .search-filter-toggler:focus {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #b30044;
  box-shadow: 0 2px 0 #b30044;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--events .list-head .search-filter-toggler:active, .section--events .list-head .search-filter-toggler.active {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #b30044;
  box-shadow: 0 0px 0 #b30044;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--events .list-head {
    background-image: url("../images/search-backgrounds/search-bg--events.jpg");
  }
}
.section--events .list-head .btn-tag:hover, .section--events .list-head .btn-tag.active:hover, .section--events .list-head .btn-tag.active:focus, .section--events .list-head .btn-tag.active:active {
  border-color: #451730;
}
.section--news .list-head {
  background-color: #003d67;
}
.section--news .list-head h1 {
  color: #53a0d7;
}
.section--news .list-head h1:before {
  content: "";
}
.section--news .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.section--news .list-head .search-filter-toggler:hover, .section--news .list-head .search-filter-toggler:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--news .list-head .search-filter-toggler:active, .section--news .list-head .search-filter-toggler.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--news .list-head {
    background-image: url("../images/search-backgrounds/search-bg--news.jpg");
  }
}
.section--news .list-head .btn-tag:hover, .section--news .list-head .btn-tag.active:hover, .section--news .list-head .btn-tag.active:focus, .section--news .list-head .btn-tag.active:active {
  border-color: #002e4d;
}
.section--guidelines .list-head {
  background-color: #287647;
}
.section--guidelines .list-head h1 {
  color: #4ad982;
}
.section--guidelines .list-head h1:before {
  content: "";
}
.section--guidelines .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .list-head .search-filter-toggler:hover, .section--guidelines .list-head .search-filter-toggler:focus {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1a8746;
  box-shadow: 0 2px 0 #1a8746;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--guidelines .list-head .search-filter-toggler:active, .section--guidelines .list-head .search-filter-toggler.active {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1a8746;
  box-shadow: 0 0px 0 #1a8746;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--guidelines .list-head {
    background-image: url("../images/search-backgrounds/search-bg--guidelines.jpg");
  }
}
.section--guidelines .list-head .btn-tag:hover, .section--guidelines .list-head .btn-tag.active:hover, .section--guidelines .list-head .btn-tag.active:focus, .section--guidelines .list-head .btn-tag.active:active {
  border-color: #1f5c37;
}
.section--projects .list-head {
  background-color: #473367;
}
.section--projects .list-head h1 {
  color: #b07ecf;
}
.section--projects .list-head h1:before {
  content: "";
}
.section--projects .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .list-head .search-filter-toggler:hover, .section--projects .list-head .search-filter-toggler:focus {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #934ebe;
  box-shadow: 0 2px 0 #934ebe;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--projects .list-head .search-filter-toggler:active, .section--projects .list-head .search-filter-toggler.active {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #934ebe;
  box-shadow: 0 0px 0 #934ebe;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--projects .list-head {
    background-image: url("../images/search-backgrounds/search-bg--projects.jpg");
  }
}
.section--projects .list-head .btn-tag:hover, .section--projects .list-head .btn-tag.active:hover, .section--projects .list-head .btn-tag.active:focus, .section--projects .list-head .btn-tag.active:active {
  border-color: #35264d;
}
.section--myrcp .list-head {
  background-color: #003d67;
}
.section--myrcp .list-head h1 {
  color: #53a0d7;
}
.section--myrcp .list-head h1:before {
  content: "";
}
.section--myrcp .list-head .search-filter-toggler {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.section--myrcp .list-head .search-filter-toggler:hover, .section--myrcp .list-head .search-filter-toggler:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--myrcp .list-head .search-filter-toggler:active, .section--myrcp .list-head .search-filter-toggler.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media (min-width: 850px) {
  .section--myrcp .list-head {
    background-image: url("../images/search-backgrounds/search-bg--myrcp.jpg");
  }
}
.section--myrcp .list-head .btn-tag:hover, .section--myrcp .list-head .btn-tag.active:hover, .section--myrcp .list-head .btn-tag.active:focus, .section--myrcp .list-head .btn-tag.active:active {
  border-color: #002e4d;
}
.list-head .facetapi-facetapi-links .expanded .expanded {
  display: none;
}

.view {
  display: block;
}

.active-tags {
  margin: 0;
}
.active-tags li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.list-body .view-header {
  margin-bottom: 40px;
  clear: both;
}

.pager-load-more {
  margin-top: 0;
  margin-bottom: 40px;
}
.pager-load-more li > a,
.pager-load-more li > span {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
}
.pager-load-more li > a:hover, .pager-load-more li > a:focus,
.pager-load-more li > span:hover,
.pager-load-more li > span:focus {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.pager-load-more li > a:active, .pager-load-more li > a.active,
.pager-load-more li > span:active,
.pager-load-more li > span.active {
  color: #003d67;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}
.section--education .pager-load-more li > a, .section--education
.pager-load-more li > span {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .pager-load-more li > a:hover, .section--education .pager-load-more li > a:focus, .section--education
.pager-load-more li > span:hover, .section--education
.pager-load-more li > span:focus {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1e8093;
  box-shadow: 0 2px 0 #1e8093;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--education .pager-load-more li > a:active, .section--education .pager-load-more li > a.active, .section--education
.pager-load-more li > span:active, .section--education
.pager-load-more li > span.active {
  color: #1d5469;
  background: #72dfed;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1e8093;
  box-shadow: 0 0px 0 #1e8093;
  margin-top: 3px;
  margin-bottom: 0px;
}
.section--events .pager-load-more li > a, .section--events
.pager-load-more li > span {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .pager-load-more li > a:hover, .section--events .pager-load-more li > a:focus, .section--events
.pager-load-more li > span:hover, .section--events
.pager-load-more li > span:focus {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #b30044;
  box-shadow: 0 2px 0 #b30044;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--events .pager-load-more li > a:active, .section--events .pager-load-more li > a.active, .section--events
.pager-load-more li > span:active, .section--events
.pager-load-more li > span.active {
  color: #782954;
  background: #ff4e92;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #b30044;
  box-shadow: 0 0px 0 #b30044;
  margin-top: 3px;
  margin-bottom: 0px;
}
.section--guidelines .pager-load-more li > a, .section--guidelines
.pager-load-more li > span {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .pager-load-more li > a:hover, .section--guidelines .pager-load-more li > a:focus, .section--guidelines
.pager-load-more li > span:hover, .section--guidelines
.pager-load-more li > span:focus {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #1a8746;
  box-shadow: 0 2px 0 #1a8746;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--guidelines .pager-load-more li > a:active, .section--guidelines .pager-load-more li > a.active, .section--guidelines
.pager-load-more li > span:active, .section--guidelines
.pager-load-more li > span.active {
  color: #2b804d;
  background: #4ad982;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #1a8746;
  box-shadow: 0 0px 0 #1a8746;
  margin-top: 3px;
  margin-bottom: 0px;
}
.section--projects .pager-load-more li > a, .section--projects
.pager-load-more li > span {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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 .pager-load-more li > a:hover, .section--projects .pager-load-more li > a:focus, .section--projects
.pager-load-more li > span:hover, .section--projects
.pager-load-more li > span:focus {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #934ebe;
  box-shadow: 0 2px 0 #934ebe;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--projects .pager-load-more li > a:active, .section--projects .pager-load-more li > a.active, .section--projects
.pager-load-more li > span:active, .section--projects
.pager-load-more li > span.active {
  color: #584080;
  background: #b07ecf;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #934ebe;
  box-shadow: 0 0px 0 #934ebe;
  margin-top: 3px;
  margin-bottom: 0px;
}

.section--myrcp .content-container .pager-load-more li > a,
.section--myrcp .content-container .pager-load-more li > span {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-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;
  text-decoration: none;
}
.section--myrcp .content-container .pager-load-more li > a:hover, .section--myrcp .content-container .pager-load-more li > a:focus,
.section--myrcp .content-container .pager-load-more li > span:hover,
.section--myrcp .content-container .pager-load-more li > span:focus {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 #2770a4;
  box-shadow: 0 2px 0 #2770a4;
  margin-top: 1px;
  margin-bottom: 2px;
}
.section--myrcp .content-container .pager-load-more li > a:active, .section--myrcp .content-container .pager-load-more li > a.active,
.section--myrcp .content-container .pager-load-more li > span:active,
.section--myrcp .content-container .pager-load-more li > span.active {
  color: #004c80;
  background: #53a0d7;
  border: 0 none;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0 #2770a4;
  box-shadow: 0 0px 0 #2770a4;
  margin-top: 3px;
  margin-bottom: 0px;
}

.facetapi-facetapi-links {
  margin-bottom: 10px;
}
.facetapi-facetapi-links li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

#views-exposed-form-search-page-panel-events-search-mefibs-form-sorting div, #views-exposed-form-search-page-panel-events-search-mefibs-form-sorting input, #views-exposed-form-search-page-panel-events-search-mefibs-form-sorting label {
  display: inline-block;
}
#views-exposed-form-search-page-panel-events-search-mefibs-form-sorting label {
  min-width: 0;
  margin-left: 30px;
}

table {
  margin: 20px 0;
}
table tr td, table tr th {
  padding: 7px;
}
table tr th {
  border-bottom: solid 1px none;
}

.group-tags {
  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-bottom: 0;
}
.group-tags h3 {
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1.25em;
}
.group-tags:before {
  content: "";
  margin-top: 2.5em;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
@media (min-width: 600px) {
  .group-tags {
    margin-left: 0;
    margin-right: 0;
  }
}
.group-tags a {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  color: #313131;
  border: 1px #f0efef solid;
}
.group-tags a:hover {
  border: 1px #bababa solid;
  text-decoration: none;
  color: #313131;
}
.section--myrcp .group-tags {
  background-color: #2E353B;
  padding: 3% 4.5% 3% 4.5%;
  position: relative;
  margin-bottom: 2.5em;
  margin-left: -4.5%;
  margin-right: -4.5%;
}
.section--myrcp .group-tags 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: 1.25em;
  color: #2770a4;
}
.section--myrcp .group-tags a {
  padding: 5px;
  background-color: #1C2124;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  border: 1px #1C2124 solid;
}
.section--myrcp .group-tags a:hover {
  border: 1px #2E353B solid;
  text-decoration: none;
  color: #fff;
}
.section--myrcp .group-tags:before {
  content: "";
  margin-top: 2.5em;
  border-bottom: 2px solid #1C2124;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
@media (min-width: 600px) {
  .section--myrcp .group-tags {
    margin-left: 0;
    margin-right: 0;
  }
}

form .input-group-btn:first-child > .btn {
  margin: 0;
}
form .form-group .dropdown-toggle {
  width: 160px;
  height: 43px;
  background: #53a0d7;
  font-size: 16px;
}
form .form-group .dropdown-toggle:hover {
  margin: 0;
}
form span.btn-text {
  color: #003d67;
  font-size: 1em;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

/*
.page-user {
  .block-bean, .pane-bean {
      border:solid 1px @gray-lighter;
      float:left;
      margin:2.5% 0 2.5% 2.5%;
      width:21.75%;
      padding:15px;
    &.first{
      margin-left:0;
    }
  }
}*/
body
div.workbench-controls {
  font-size: 0.9375em;
}
body
div.workbench-controls a {
  color: #fff;
  text-decoration: underline;
}
body
div.workbench-controls a:hover {
  color: #53a0d7;
}
body
div.workbench-controls a.btn-warning {
  text-decoration: none;
}
body
div.workbench-controls a.btn-warning:hover {
  color: #fff;
}
body
div.workbench-controls .btn-default {
  font-size: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}
body
div.workbench-controls .btn-default:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  margin-top: 0;
  margin-bottom: 0;
  background-color: #b3e1ec;
}

body
.workbench-controls .workbench-section em {
  font-size: 1.2em;
}
body
.workbench-controls .workbench-section em form {
  font-size: 1em;
  font-style: normal;
}
body
.workbench-controls .section-workbench_moderation-3.form-block {
  float: none;
}

form.workbench-scheduler-form fieldset {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.workbench-scheduler-form table .form-item {
  margin: 0;
}
form.workbench-scheduler-form table .form-item-workbench-scheduler-sid input {
  margin: 0;
}

.list-head,
.list-body {
  padding-left: 4%;
  padding-right: 4%;
  clear: both;
}

.list-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.list-body .panel-pane.pane-tabs-and-messages {
  margin-top: 0;
  margin-bottom: 0px;
  clear: both;
  overflow: hidden;
}

.list-tags {
  padding-bottom: 15px;
}

.list-sorting {
  padding-bottom: 20px;
}
.list-sorting .form-inline .form-control, .list-sorting .navbar-form .form-control {
  width: auto;
  display: inline-block;
  float: right;
}
.list-sorting form .form-group label {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  min-width: 220px;
}

@media (min-width: 600px) {
  .list-head,
  .list-body {
    padding-left: 5.56%;
    padding-right: 5.56%;
  }
}
@media (min-width: 850px) {
  .list-body .list-tags {
    float: left;
    margin-right: 220px;
  }
  .list-body .list-sorting {
    padding-bottom: 0;
    margin-left: -100%;
    float: right;
    text-align: right;
    clear: right;
  }
}
@media (min-width: 1150px) {
  .list-head .inner,
  .list-tags .inner,
  .list-sorting .inner,
  .list-body .inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-title,
.content-content,
.content-sidebar-bottom {
  clear: both;
}

.content-title,
.content-content,
.content-sidebar-top,
.content-sidebar-bottom,
.content-footer {
  padding: 0% 4%;
}

.content-title,
.content-content {
  padding-top: 4%;
}

.content-content,
.content-footer {
  padding-bottom: 40px;
}

.content-sidebar-top .inner > .panel-pane:last-child,
.content-sidebar-bottom .inner > .panel-pane:last-child {
  margin-bottom: 4%;
}

.content-sidebar-top .inner > .panel-pane:first-child,
.content-sidebar-bottom .inner > .panel-pane:first-child {
  margin-top: 4%;
}

.content-top-right {
  padding: 20px 4%;
}
@media (min-width: 600px) {
  .content-top-right {
    padding: 5.66%;
  }
}

.singlecol.not-front .content-content {
  padding-top: 0;
}

.wrapper {
  width: 100%;
  overflow: visible;
  position: relative;
  clear: both;
}
@media (min-width: 600px) {
  .wrapper {
    overflow: hidden;
  }
}

.content-container {
  width: 100%;
}
.page-home .content-container {
  padding-bottom: 0;
}
.content-container .region-content {
  position: relative;
}

.main-menu {
  width: 100%;
}

.footer .inner {
  padding-left: 4%;
  padding-right: 4%;
  margin: 0;
}

@media (min-width: 600px) {
  .main-menu,
  .content-title,
  .content-content,
  .content-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu {
    width: 28.0%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .content-header {
    width: 72%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .content-header .header-left {
    width: 145px;
    float: left;
    margin-left: 5.56%;
  }

  .content-container {
    width: 72%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
  }
  .content-container .content-title,
  .content-container .content-sidebar-top,
  .content-container .content-content,
  .content-container .content-sidebar-bottom,
  .content-container .content-footer {
    margin-left: 5.56%;
    margin-right: 5.56%;
    clear: both;
  }

  .footer {
    width: 72%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
  }
  .footer .inner {
    padding-left: 5.56%;
    padding-right: 5.56%;
  }
}
@media (min-width: 850px) {
  .main-menu {
    width: 24%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .content-header {
    width: 76%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .content-container {
    width: 76%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
    padding-bottom: 0;
  }
  .content-container .twocols .content-title,
  .content-container .twobytwocols .content-title {
    width: 52.63158%;
    float: left;
    margin-right: -100%;
    margin-left: 5.26316%;
    clear: none;
  }
  .content-container .twocols .content-content,
  .content-container .twobytwocols .content-content {
    padding-top: 0;
  }
  .content-container .twocols .content-content,
  .content-container .twocols .content-footer,
  .content-container .twobytwocols .content-content,
  .content-container .twobytwocols .content-footer {
    width: 52.63158%;
    float: left;
    margin-right: -100%;
    margin-left: 5.26316%;
    clear: none;
    clear: left;
  }
  .content-container .twocols .content-sidebar-top,
  .content-container .twobytwocols .content-sidebar-top {
    width: 36.84211%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .content-container .twocols .content-sidebar-bottom,
  .content-container .twobytwocols .content-sidebar-bottom {
    width: 36.84211%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
    float: none;
    margin-left: 63.16%;
  }
  .content-container .twocols .content-top-right,
  .content-container .twocols .content-sidebar-top,
  .content-container .twocols .content-sidebar-bottom,
  .content-container .twobytwocols .content-top-right,
  .content-container .twobytwocols .content-sidebar-top,
  .content-container .twobytwocols .content-sidebar-bottom {
    padding: 4% 0 0 0;
  }
  .content-container .twocols .content-top-right .inner,
  .content-container .twocols .content-sidebar-top .inner,
  .content-container .twocols .content-sidebar-bottom .inner,
  .content-container .twobytwocols .content-top-right .inner,
  .content-container .twobytwocols .content-sidebar-top .inner,
  .content-container .twobytwocols .content-sidebar-bottom .inner {
    width: 71.42857%;
    float: left;
    margin-right: -100%;
    margin-left: 14.28571%;
    clear: none;
    float: none;
  }
  .content-container .twocols .content-sidebar-top .inner > .panel-pane:first-child,
  .content-container .twocols .content-sidebar-bottom .inner > .panel-pane:first-child,
  .content-container .twobytwocols .content-sidebar-top .inner > .panel-pane:first-child,
  .content-container .twobytwocols .content-sidebar-bottom .inner > .panel-pane:first-child {
    margin-top: 0;
  }
  .content-container .twocols .content-top-left,
  .content-container .twobytwocols .content-top-left {
    width: 63.15789%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .content-container .twocols .content-content,
  .content-container .twocols .content-footer,
  .content-container .twobytwocols .content-content,
  .content-container .twobytwocols .content-footer {
    width: 52.63158%;
    float: left;
    margin-right: -100%;
    margin-left: 5.26316%;
    clear: none;
    clear: left;
  }
  .content-container .twocols .content-top-right,
  .content-container .twobytwocols .content-top-right {
    width: 36.84211%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .content-container .twocols .content-sidebar-top,
  .content-container .twobytwocols .content-sidebar-top {
    width: 36.84211%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .content-container .twocols .content-sidebar-bottom,
  .content-container .twobytwocols .content-sidebar-bottom {
    width: 36.84211%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
    float: none;
    margin-left: 63.16%;
  }
  .content-container .twocols .content-top-right .inner,
  .content-container .twocols .content-sidebar-top .inner,
  .content-container .twocols .content-sidebar-bottom .inner,
  .content-container .twobytwocols .content-top-right .inner,
  .content-container .twobytwocols .content-sidebar-top .inner,
  .content-container .twobytwocols .content-sidebar-bottom .inner {
    width: 71.42857%;
    float: left;
    margin-right: -100%;
    margin-left: 14.28571%;
    clear: none;
    float: none;
  }

  .footer {
    width: 76%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
  }
  .footer .inner {
    padding-left: 5.26%;
    padding-right: 5.26%;
  }
}
@media (min-width: 1000px) {
  .main-menu {
    width: 20%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .content-header {
    width: 80%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .content-header .inside {
    padding-left: 5.56%;
    padding-right: 5.56%;
  }
  .content-header .header-left {
    margin-left: 0;
  }
  .content-header .header-right {
    float: right;
  }

  .content-container {
    width: 80%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
    padding-bottom: 0;
  }
  .content-container .twocols .content-title,
  .content-container .twocols .content-content,
  .content-container .twocols .content-footer,
  .content-container .twobytwocols .content-title,
  .content-container .twobytwocols .content-content,
  .content-container .twobytwocols .content-footer {
    width: 55.0%;
    float: left;
    margin-right: -100%;
    margin-left: 5%;
    clear: none;
  }
  .content-container .twocols .content-content,
  .content-container .twocols .content-footer,
  .content-container .twobytwocols .content-content,
  .content-container .twobytwocols .content-footer {
    clear: left;
  }
  .content-container .twocols .content-sidebar-top,
  .content-container .twocols .content-sidebar-bottom,
  .content-container .twobytwocols .content-sidebar-top,
  .content-container .twobytwocols .content-sidebar-bottom {
    width: 35%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .content-container .twocols .content-top-right,
  .content-container .twocols .content-sidebar-top,
  .content-container .twocols .content-sidebar-bottom,
  .content-container .twobytwocols .content-top-right,
  .content-container .twobytwocols .content-sidebar-top,
  .content-container .twobytwocols .content-sidebar-bottom {
    width: 35%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding: 4% 0 0 0;
  }
  .content-container .twocols .content-top-right .inner,
  .content-container .twocols .content-sidebar-top .inner,
  .content-container .twocols .content-sidebar-bottom .inner,
  .content-container .twobytwocols .content-top-right .inner,
  .content-container .twobytwocols .content-sidebar-top .inner,
  .content-container .twobytwocols .content-sidebar-bottom .inner {
    width: 71.42857%;
    float: left;
    margin-right: -100%;
    margin-left: 14.28571%;
    clear: none;
    float: none;
  }
  .content-container .twocols .content-sidebar-bottom,
  .content-container .twobytwocols .content-sidebar-bottom {
    clear: right;
    float: none;
    margin-left: 65%;
    padding: 0;
  }
  .content-container .twocols .content-top-left,
  .content-container .twobytwocols .content-top-left {
    width: 65%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .content-container .twocols .content-content,
  .content-container .twocols .content-footer,
  .content-container .twobytwocols .content-content,
  .content-container .twobytwocols .content-footer {
    width: 55.0%;
    float: left;
    margin-right: -100%;
    margin-left: 5%;
    clear: none;
    clear: left;
  }

  .footer {
    width: 80%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
  }
  .footer .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1150px) {
  .inner {
    margin: 0 auto;
  }

  .page--singlecol .content-header .inside {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .page--twocols .content-header .inside {
    max-width: 100%;
    padding: 0;
  }
  .page--twocols .content-header .header-left {
    width: 55%;
    margin-left: 5%;
  }
  .page--twocols .content-header .header-left .inner {
    max-width: 620px;
    margin: 0 auto;
  }
  .page--twocols .content-header .header-right {
    width: 35.0%;
  }
  .page--twocols .content-header .header-right .inner {
    width: 71.42857%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
  }
  .page--twocols .content-header .header-right .inner > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
  }

  .singlecol .inner {
    max-width: 920px;
  }

  .content-container .twocols .content-title .inner,
  .content-container .twocols .content-content .inner,
  .content-container .twocols .content-footer .inner,
  .content-container .twobytwocols .content-title .inner,
  .content-container .twobytwocols .content-content .inner,
  .content-container .twobytwocols .content-footer .inner {
    max-width: 620px;
  }
  .content-container .twocols .content-top-right .inner,
  .content-container .twocols .content-sidebar-top .inner,
  .content-container .twocols .content-sidebar-bottom .inner,
  .content-container .twobytwocols .content-top-right .inner,
  .content-container .twobytwocols .content-sidebar-top .inner,
  .content-container .twobytwocols .content-sidebar-bottom .inner {
    max-width: 300px;
    margin: 0 auto;
  }

  .footer {
    width: 52%;
    float: left;
    margin-right: -100%;
    margin-left: 20%;
    clear: none;
    clear: right;
  }
  .footer .inner {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1675px) {
  .wrapper {
    max-width: 1675px;
    margin: 0 auto;
  }
}
.main-menu .pane-rcp-twitter-timeline {
  display: none;
}
@media (min-width: 600px) {
  .main-menu .pane-rcp-twitter-timeline {
    display: block;
  }
}

#footer .pane-rcp-twitter-timeline {
  display: block;
}
@media (min-width: 600px) {
  #footer .pane-rcp-twitter-timeline {
    display: none;
  }
}

.singlecol .view-homepage-content-listings {
  /*.views-row-odd {
    @include grid-span(11, 1);
    clear: both;
  }
  .views-row-even {
    @include grid-span(11, 13);
  }*/
}
.singlecol .view-homepage-content-listings ul {
  overflow: hidden;
}
.singlecol .view-homepage-content-listings li {
  margin-bottom: 4%;
}
@media (min-width: 600px) {
  .singlecol .view-homepage-content-listings {
    /*.views-row-odd {
      width: 47%;
      float: left;
      margin-right: -100%;
      clear: both;
    }
    .views-row-even {
      margin-left: 53%;
      width: 47%;
      float: right;
      clear: none;
    }*/
  }
  .singlecol .view-homepage-content-listings li {
    margin-bottom: 6%;
  }
}
@media (min-width: 850px) {
  .singlecol .view-homepage-content-listings li {
    margin-bottom: 6%;
  }
  .singlecol .view-homepage-content-listings .views-row-odd {
    width: 47%;
    float: left;
    margin-right: -100%;
    clear: both;
  }
  .singlecol .view-homepage-content-listings .views-row-even {
    margin-left: 53%;
    width: 47%;
    float: right;
    clear: none;
  }
}
@media (min-width: 1000px) {
  .singlecol .view-homepage-content-listings li {
    margin-bottom: 6%;
  }
  .singlecol .view-homepage-content-listings .views-row-1,
  .singlecol .view-homepage-content-listings .views-row-4,
  .singlecol .view-homepage-content-listings .views-row-7,
  .singlecol .view-homepage-content-listings .views-row-10,
  .singlecol .view-homepage-content-listings .views-row-13,
  .singlecol .view-homepage-content-listings .views-row-16,
  .singlecol .view-homepage-content-listings .views-row-19 {
    width: 29.41176%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
  .singlecol .view-homepage-content-listings .views-row-2,
  .singlecol .view-homepage-content-listings .views-row-5,
  .singlecol .view-homepage-content-listings .views-row-8,
  .singlecol .view-homepage-content-listings .views-row-11,
  .singlecol .view-homepage-content-listings .views-row-14,
  .singlecol .view-homepage-content-listings .views-row-17,
  .singlecol .view-homepage-content-listings .views-row-20 {
    width: 29.41176%;
    float: left;
    margin-right: -100%;
    margin-left: 35.29412%;
    clear: none;
  }
  .singlecol .view-homepage-content-listings .views-row-3,
  .singlecol .view-homepage-content-listings .views-row-6,
  .singlecol .view-homepage-content-listings .views-row-9,
  .singlecol .view-homepage-content-listings .views-row-12,
  .singlecol .view-homepage-content-listings .views-row-15,
  .singlecol .view-homepage-content-listings .views-row-18,
  .singlecol .view-homepage-content-listings .views-row-21 {
    width: 29.41176%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1150px) {
  .singlecol .view-homepage-content-listings li {
    margin-bottom: 6%;
  }
  .singlecol .view-homepage-content-listings .views-row-1,
  .singlecol .view-homepage-content-listings .views-row-4,
  .singlecol .view-homepage-content-listings .views-row-7,
  .singlecol .view-homepage-content-listings .views-row-10,
  .singlecol .view-homepage-content-listings .views-row-13,
  .singlecol .view-homepage-content-listings .views-row-16,
  .singlecol .view-homepage-content-listings .views-row-19,
  .singlecol .view-homepage-content-listings .views-row-22,
  .singlecol .view-homepage-content-listings .views-row-25,
  .singlecol .view-homepage-content-listings .views-row-28,
  .singlecol .view-homepage-content-listings .views-row-31,
  .singlecol .view-homepage-content-listings .views-row-34,
  .singlecol .view-homepage-content-listings .views-row-37,
  .singlecol .view-homepage-content-listings .views-row-40 {
    width: 29.41176%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    clear: both;
  }
  .singlecol .view-homepage-content-listings .views-row-2,
  .singlecol .view-homepage-content-listings .views-row-5,
  .singlecol .view-homepage-content-listings .views-row-8,
  .singlecol .view-homepage-content-listings .views-row-11,
  .singlecol .view-homepage-content-listings .views-row-14,
  .singlecol .view-homepage-content-listings .views-row-17,
  .singlecol .view-homepage-content-listings .views-row-20,
  .singlecol .view-homepage-content-listings .views-row-23,
  .singlecol .view-homepage-content-listings .views-row-26,
  .singlecol .view-homepage-content-listings .views-row-29,
  .singlecol .view-homepage-content-listings .views-row-32,
  .singlecol .view-homepage-content-listings .views-row-35,
  .singlecol .view-homepage-content-listings .views-row-38,
  .singlecol .view-homepage-content-listings .views-row-41 {
    width: 29.41176%;
    float: left;
    margin-right: -100%;
    margin-left: 35.29412%;
    clear: none;
  }
  .singlecol .view-homepage-content-listings .views-row-3,
  .singlecol .view-homepage-content-listings .views-row-6,
  .singlecol .view-homepage-content-listings .views-row-9,
  .singlecol .view-homepage-content-listings .views-row-12,
  .singlecol .view-homepage-content-listings .views-row-15,
  .singlecol .view-homepage-content-listings .views-row-18,
  .singlecol .view-homepage-content-listings .views-row-21,
  .singlecol .view-homepage-content-listings .views-row-24,
  .singlecol .view-homepage-content-listings .views-row-27,
  .singlecol .view-homepage-content-listings .views-row-30,
  .singlecol .view-homepage-content-listings .views-row-33,
  .singlecol .view-homepage-content-listings .views-row-36,
  .singlecol .view-homepage-content-listings .views-row-39,
  .singlecol .view-homepage-content-listings .views-row-42 {
    width: 29.41176%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.twocols .view-related-content ul,
.twocols .view-listings ul,
.twocols .view-myrcp-personalised-content ul,
.twocols .view-myrcp-latest-content ul,
.twobytwocols .view-related-content ul,
.twobytwocols .view-listings ul,
.twobytwocols .view-myrcp-personalised-content ul,
.twobytwocols .view-myrcp-latest-content ul {
  overflow: hidden;
}
.twocols .view-related-content li,
.twocols .view-listings li,
.twocols .view-myrcp-personalised-content li,
.twocols .view-myrcp-latest-content li,
.twobytwocols .view-related-content li,
.twobytwocols .view-listings li,
.twobytwocols .view-myrcp-personalised-content li,
.twobytwocols .view-myrcp-latest-content li {
  margin-bottom: 4%;
}
@media (min-width: 600px) {
  .twocols .view-related-content li,
  .twocols .view-listings li,
  .twocols .view-myrcp-personalised-content li,
  .twocols .view-myrcp-latest-content li,
  .twobytwocols .view-related-content li,
  .twobytwocols .view-listings li,
  .twobytwocols .view-myrcp-personalised-content li,
  .twobytwocols .view-myrcp-latest-content li {
    margin-bottom: 6%;
  }
}
@media (min-width: 1000px) {
  .twocols .view-related-content li,
  .twocols .view-listings li,
  .twocols .view-myrcp-personalised-content li,
  .twocols .view-myrcp-latest-content li,
  .twobytwocols .view-related-content li,
  .twobytwocols .view-listings li,
  .twobytwocols .view-myrcp-personalised-content li,
  .twobytwocols .view-myrcp-latest-content li {
    margin-bottom: 9%;
  }
  .twocols .view-related-content .views-row-odd,
  .twocols .view-listings .views-row-odd,
  .twocols .view-myrcp-personalised-content .views-row-odd,
  .twocols .view-myrcp-latest-content .views-row-odd,
  .twobytwocols .view-related-content .views-row-odd,
  .twobytwocols .view-listings .views-row-odd,
  .twobytwocols .view-myrcp-personalised-content .views-row-odd,
  .twobytwocols .view-myrcp-latest-content .views-row-odd {
    width: 45.45455%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    clear: both;
  }
  .twocols .view-related-content .views-row-even,
  .twocols .view-listings .views-row-even,
  .twocols .view-myrcp-personalised-content .views-row-even,
  .twocols .view-myrcp-latest-content .views-row-even,
  .twobytwocols .view-related-content .views-row-even,
  .twobytwocols .view-listings .views-row-even,
  .twobytwocols .view-myrcp-personalised-content .views-row-even,
  .twobytwocols .view-myrcp-latest-content .views-row-even {
    width: 45.45455%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.twocols {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  clear: both;
}

.twobytwocols .second-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  clear: both;
}

.twocols .content-title,
.twobytwocols .content-title {
  -webkit-order: 1;
  order: 1;
}
.twocols .content-sidebar-top,
.twobytwocols .content-sidebar-top {
  -webkit-order: 2;
  order: 2;
}
.twocols .content-content,
.twobytwocols .content-content {
  -webkit-order: 3;
  order: 3;
}
.twocols .content-sidebar-bottom,
.twobytwocols .content-sidebar-bottom {
  -webkit-order: 4;
  order: 4;
  margin-bottom: 40px;
}
.twocols .content-footer,
.twobytwocols .content-footer {
  -webkit-order: 5;
  order: 5;
}

@media (min-width: 850px) {
  .twocols {
    display: block;
  }

  .twobytwocols .row {
    display: block;
  }

  .twocols .content-sidebar-bottom,
  .twobytwocols .content-sidebar-bottom {
    margin-bottom: 0;
  }
}
.content-header .inside {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content-header .header-left {
  -webkit-order: 2;
  order: 2;
}
.content-header .header-right {
  -webkit-order: 1;
  order: 1;
}
@media (min-width: 1000px) {
  .content-header .inside {
    display: block;
  }
}

html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}

body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar, body #admin-menu, body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}

.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px, true) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px, true) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px, true) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

#toolbar {
  z-index: 1600;
}

.modal {
  z-index: 1620;
}

.modal-dialog {
  z-index: 1630;
}

.modal-backdrop {
  z-index: 1610;
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}

.page-header {
  margin-top: 0;
}

.block:first-child h2.block-title {
  margin-top: 0;
}

.field .field-label {
  font-weight: 500;
}

.region-help > .glyphicon, .view-homepage-carousel .owl-controls .owl-buttons .region-help > div {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

form#search-block-form {
  margin: 0;
}

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}

.navbar-search .control-group {
  margin-bottom: 0px;
}

ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 11px 0 0;
}
ul.action-links .glyphicon, ul.action-links .view-homepage-carousel .owl-controls .owl-buttons div, .view-homepage-carousel .owl-controls .owl-buttons ul.action-links div {
  padding-right: 0.5em;
}

input, textarea, select, .uneditable-input {
  /*max-width:224px;*/
  width: auto;
}

.error {
  color: #b30044;
}

div.error,
table tr.error {
  background-color: #F7BAD2;
  color: #b30044;
}
.modal div.error, .modal
table tr.error {
  color: #ff4e92;
}

.form-actions {
  clear: both;
}

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}

/*.radio, .checkbox {
  &:first-child {
    margin-top: 0;
  }
  &:last-child {
    margin-bottom: 0;
  }
}*/
.help-block, .control-group .help-inline {
  color: #999999;
  /*font-size: 12px;*/
  margin: 5px 0 10px;
  padding: 0;
}

.panel-heading {
  display: block;
  border-radius: 0;
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

.error {
  color: #b30044;
}

div.error,
table tr.error {
  background-color: #F7BAD2;
  color: #b30044;
}

.control-group.error {
  background: none;
}
.control-group.error label, .control-group.error .control-label {
  color: #b30044;
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.control-group.error input, .control-group.error textarea, .control-group.error select, .control-group.error .uneditable-input {
  color: #313131;
  border: 1px solid #bababa;
}
.control-group.error .help-block, .control-group.error .help-inline {
  color: #313131;
}

.list-inline > li.first {
  padding-left: 0;
}

.nav-tabs {
  margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

.tabs--secondary {
  margin: 0 0 10px;
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777;
}

/*.password-strength, .password-confirm {
  width: 224px;
  float: right;  */
/* LTR */
                            /*
  margin-top: 1.4em;
  margin-left:20px;
}*/
.password-strength-title {
  display: inline;
}

.password-strength-text {
  float: right;
  /* LTR */
  font-family: "FS Albert Web Bold", Calibri, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #5cb85c;
}

/*input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}*/
/*div.password-confirm {
  float: right;  */
/* LTR */
                            /*
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}*/
/*div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}*/
/*.confirm-parent,
.password-parent {
  clear: left; */
/* LTR */
                          /*
  margin: 0;
  width: 36.3em;
}*/
.progress-wrapper .progress {
  margin-bottom: 10px;
}

.pagination ul > li > a.progress-disabled {
  float: left;
}

.form-autocomplete .glyphicon, .form-autocomplete .view-homepage-carousel .owl-controls .owl-buttons div, .view-homepage-carousel .owl-controls .owl-buttons .form-autocomplete div {
  color: #999999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin, .form-autocomplete .view-homepage-carousel .owl-controls .owl-buttons div.glyphicon-spin, .view-homepage-carousel .owl-controls .owl-buttons .form-autocomplete div.glyphicon-spin {
  color: #2396ab;
}
.form-autocomplete .input-group-addon {
  background-color: white;
}

.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);
}*/
@media (min-width: 600px) {
  .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%;
}
.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;
}
@media (min-width: 600px) {
  .content-content .field-name-field-key-points {
    margin-left: 0;
    margin-right: 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;
}
@media (min-width: 600px) {
  .main-menu {
    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--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%;
}
.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%;
}
@media (min-width: 600px) {
  .section--events .pane-other-catchups-from-event-panel-pane-catchups {
    margin: 0 -5% 1.6875em -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%;
  }
}
@media (min-width: 850px) {
  .section--events .pane-other-catchups-from-event-panel-pane-catchups {
    width: 120%;
    margin-left: -10%;
  }
  .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%;
  }
}
@media (min-width: 600px) {
  .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;
}

/* 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;
}
.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;
}
@media (min-width: 850px) {
  .footer .pane-menu-menu-footer-menu .nav > li {
    float: none;
    display: table-cell;
    width: 1%;
  }
}
.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;
}
.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;
}
@media (min-width: 600px) {
  .content-header .header-right {
    background-color: #242a2e;
  }
  .content-header .header-right .inner {
    padding-left: 5.56%;
    padding-right: 5.56%;
  }
}
@media (min-width: 1000px) {
  .content-header {
    height: auto;
  }
  .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;
}
@media (min-width: 1000px) {
  .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;
}
.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;
}
@media (min-width: 1000px) {
  .content-header .event-basket {
    font-size: 1.125em;
    margin-top: 21px;
  }
  .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;
}
@media (min-width: 600px) {
  .content-header .btn-search {
    right: 5.55%;
  }
}
@media (min-width: 1000px) {
  .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;
}
#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;
}
@media (min-width: 600px) {
  #logo {
    margin-left: 0;
    float: none;
  }
  #logo img {
    display: block;
  }
  #logo:before {
    display: none;
  }
}

#user-menu {
  display: none;
}
#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;
}
@media (min-width: 600px) {
  #user-menu {
    display: block;
    float: right;
    margin-left: 25px;
  }
  #user-menu h3 {
    font-size: 1em;
    padding: 6px 0;
  }
}
@media (min-width: 850px) {
  #user-menu h3 {
    max-width: 400px;
  }
}
@media (min-width: 1000px) {
  #user-menu {
    margin-top: 21px;
  }
  #user-menu .dropdown-menu {
    right: 0;
  }
  #user-menu h3 {
    font-size: 1.125em;
    color: #313131;
  }
}
@media (min-width: 1150px) {
  #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;
}
.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;
}
@media (min-width: 850px) {
  .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;
  }
}
@media (min-width: 1000px) {
  .bean-homepage-top-block {
    margin-bottom: 40px;
  }
  .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;
}
.view-homepage-carousel .owl-wrapper {
  background-color: #003d67;
}
@media (min-width: 850px) {
  .view-homepage-carousel .owl-wrapper {
    background-color: transparent;
  }
}
@media (min-width: 850px) {
  .view-homepage-carousel {
    margin-left: -30px;
  }
  .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;
}
@media (min-width: 600px) {
  .menu-header {
    border-bottom-color: transparent;
    background-color: #242a2e;
  }
  .menu-header .menu-title {
    display: none;
  }
}
.section--myrcp .menu-header {
  border-bottom-color: #5B5F62;
}
@media (min-width: 600px) {
  .section--myrcp .menu-header {
    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;
}
.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;
}
@media (min-width: 600px) {
  .menu-title,
  .menu-reveal {
    cursor: default;
  }
}

.menu-reveal {
  display: block;
  background-color: #15181b;
  cursor: pointer;
  width: 60px;
  height: 75px;
  text-align: center;
  float: left;
}
.menu-reveal em {
  display: block;
  position: absolute;
  top: -52px;
  text-align: center;
  font-style: normal;
  left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .menu-reveal {
    display: none;
  }
}

.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;
}
.main-menu.show {
  display: block;
}
@media (min-width: 600px) {
  .main-menu {
    display: block !important;
  }
}
@media (min-width: 1000px) {
  .main-menu {
    padding-top: 0;
  }
}
.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;
}
@media (min-width: 600px) {
  .main-menu hr {
    border-bottom: 1px solid transparent;
    border-top: 24px solid #15181b;
  }
}
.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--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;
}
@media (min-width: 600px) {
  .main-menu .menu {
    font-size: 0.875em;
  }
  .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 {
    background-color: #15181b;
  }
}
@media (min-width: 1000px) {
  .main-menu .menu {
    font-size: 1em;
    padding-top: 0;
  }
}

.main-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1040;
}
.main-menu .inner {
  z-index: 1050;
}
@media (min-width: 600px) {
  .main-menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    height: auto;
    z-index: auto;
  }
  .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;
}
@media (min-width: 600px) {
  .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%;
  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%;
}
@media (min-width: 600px) {
  .dark-block {
    margin: 0 -5% 1.6875em -5%;
  }
  .dark-block h2, .dark-block .pane-content {
    padding: 3% 5%;
  }
}
@media (min-width: 850px) {
  .dark-block {
    width: 120%;
    margin-left: -10%;
  }
  .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;
}
@media (min-width: 1000px) {
  .singlecol .node--mini-teaser {
    padding-bottom: 188px;
  }
  .singlecol .node--mini-teaser:after,
  .singlecol .node--mini-teaser .media-wrapper-container {
    display: block;
  }
}
@media (min-width: 1000px) {
  .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;
}
@media (min-width: 850px) {
  .panel-twobytwocols .content-title h1 {
    display: block;
  }
}
.panel-twobytwocols .first-row {
  color: #fff;
}
.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;
}
@media (min-width: 850px) {
  .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;
  }
}
@media (min-width: 1150px) {
  .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;
}
@media (min-width: 850px) {
  .panel-twobytwocols .first-row {
    height: 265px;
  }
  .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;
  }
}
@media (min-width: 1150px) {
  .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;
}
