@charset "UTF-8";
/**
 * @file
 *
 * This file compiles ssp bootstrap theme with
 * overridden variables in `ssp_bootstrap_overrides/variables`
 * and creates overrided style set.
 */
/* DO NOT EDIT THIS SECTION  */
/**
 * @file
 *
 * Contains colors spacing and other
 * theme related sass variables.
 * Override the variables used in `ssp_bootstrap/sass/base/_variables.scss`
 */
/**
 * @file
 * Color guildlines for ACU Bootstrap.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Theme main consolidated styles.
 *
 * All partials and components are loaded here.
 * This file is compiled to created style.min.css
 * which is rendered on every page on which ssp_boostrap
 * theme is loaded
 */
/**
 * @file
 *
 * Contains all variables
 */
/**
 * @file
 *
 * Define responsive breakpoints helper mixins.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Contains colors, spacing and other theme related sass variables.
 */
/* Webform Bootstrap styles */
/**
 * @file
 *
 * Contains all partials
 */
/**
 * Bootstrap
 */
/**
 * Reset and dependencies
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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, menu, 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, div.crm-container a, div.crm-container a:visited, div.crm-container a:link {
  background-color: transparent;
}
a:active, div.crm-container a:active, div.crm-container a:visited:active, div.crm-container a:link:active, a:hover, div.crm-container a:hover, div.crm-container a:visited:hover, div.crm-container a:link:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, div.crm-container a, div.crm-container a:visited, div.crm-container a:link, a:visited, div.crm-container a:link:visited {
    text-decoration: underline;
  }
  a[href]:after, div.crm-container a[href]:after, div.crm-container a:visited[href]:after, div.crm-container a:link[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, div.crm-container a[href^="#"]:after, div.crm-container a:visited[href^="#"]:after, div.crm-container a[href^="#"]:visited:after, div.crm-container a:link[href^="#"]:visited:after, div.crm-container a:link[href^="#"]:after, div.crm-container a[href^="#"]:link:after, div.crm-container a:visited[href^="#"]:link:after, a[href^="javascript:"]:after, div.crm-container a[href^="javascript:"]:after, div.crm-container a:visited[href^="javascript:"]:after, div.crm-container a[href^="javascript:"]:visited:after, div.crm-container a:link[href^="javascript:"]:visited:after, div.crm-container a:link[href^="javascript:"]:after, div.crm-container a[href^="javascript:"]:link:after, div.crm-container a:visited[href^="javascript:"]:link: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, div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, div.crm-container #ccButton > .caret, .dropup > .btn > .caret, div.crm-container .dropup > #ccButton > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/**
 * Core CSS
 */
* {
  -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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #00263E;
  background-color: #f5f5f5;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a, div.crm-container a, div.crm-container a:visited, div.crm-container a:link {
  color: #00263e;
  text-decoration: none;
}
a:hover, div.crm-container a:hover, div.crm-container a:visited:hover, div.crm-container a:link:hover, a:focus, div.crm-container a:focus, div.crm-container a:visited:focus, div.crm-container a:link:focus {
  color: black;
  text-decoration: underline;
}
a:focus, div.crm-container a:focus, div.crm-container a:visited:focus, div.crm-container a:link:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, div.crm-container h3, div.crm-container .header-dark, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.41666667;
  color: #333333;
}
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, div.crm-container h3 small, div.crm-container .header-dark small, .h3 .small, div.crm-container h3 .small, div.crm-container .header-dark .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1, .h1, h2, .h2, h3, .h3, div.crm-container h3, div.crm-container .header-dark {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, div.crm-container h3 small, div.crm-container .header-dark small, .h3 .small, div.crm-container h3 .small, div.crm-container .header-dark .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3, div.crm-container h3, div.crm-container .header-dark {
  font-size: 21px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p, div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary, div.crm-container .blockUI.blockOverlay::before {
  color: #00263e;
}
a.text-primary:hover, div.crm-container a.text-primary:hover, div.crm-container a.text-primary:visited:hover, div.crm-container a.text-primary:link:hover, div.crm-container a.blockUI.blockOverlay::before:hover, a.text-primary:focus, div.crm-container a.text-primary:focus, div.crm-container a.text-primary:visited:focus, div.crm-container a.text-primary:link:focus, div.crm-container a.blockUI.blockOverlay::before:focus {
  color: #00070b;
}
.text-success {
  color: #278d27;
}
a.text-success:hover, div.crm-container a.text-success:hover, div.crm-container a.text-success:visited:hover, div.crm-container a.text-success:link:hover, a.text-success:focus, div.crm-container a.text-success:focus, div.crm-container a.text-success:visited:focus, div.crm-container a.text-success:link:focus {
  color: #1c651c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, div.crm-container a.text-info:hover, div.crm-container a.text-info:visited:hover, div.crm-container a.text-info:link:hover, a.text-info:focus, div.crm-container a.text-info:focus, div.crm-container a.text-info:visited:focus, div.crm-container a.text-info:link:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, div.crm-container a.text-warning:hover, div.crm-container a.text-warning:visited:hover, div.crm-container a.text-warning:link:hover, a.text-warning:focus, div.crm-container a.text-warning:focus, div.crm-container a.text-warning:visited:focus, div.crm-container a.text-warning:link:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, div.crm-container a.text-danger:hover, div.crm-container a.text-danger:visited:hover, div.crm-container a.text-danger:link:hover, a.text-danger:focus, div.crm-container a.text-danger:focus, div.crm-container a.text-danger:visited:focus, div.crm-container a.text-danger:link:focus {
  color: #843534;
}
.bg-primary, div.crm-container .crm-accordion-header {
  color: #fff;
}
.bg-primary, div.crm-container .crm-accordion-header {
  background-color: #00263e;
}
a.bg-primary:hover, div.crm-container a.bg-primary:hover, div.crm-container a.bg-primary:visited:hover, div.crm-container a.bg-primary:link:hover, div.crm-container a.crm-accordion-header:hover, a.bg-primary:focus, div.crm-container a.bg-primary:focus, div.crm-container a.bg-primary:visited:focus, div.crm-container a.bg-primary:link:focus, div.crm-container a.crm-accordion-header:focus {
  background-color: #00070b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover, div.crm-container a.bg-success:hover, div.crm-container a.bg-success:visited:hover, div.crm-container a.bg-success:link:hover, a.bg-success:focus, div.crm-container a.bg-success:focus, div.crm-container a.bg-success:visited:focus, div.crm-container a.bg-success:link:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover, div.crm-container a.bg-info:hover, div.crm-container a.bg-info:visited:hover, div.crm-container a.bg-info:link:hover, a.bg-info:focus, div.crm-container a.bg-info:focus, div.crm-container a.bg-info:visited:focus, div.crm-container a.bg-info:link:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover, div.crm-container a.bg-warning:hover, div.crm-container a.bg-warning:visited:hover, div.crm-container a.bg-warning:link:hover, a.bg-warning:focus, div.crm-container a.bg-warning:focus, div.crm-container a.bg-warning:visited:focus, div.crm-container a.bg-warning:link:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover, div.crm-container a.bg-danger:hover, div.crm-container a.bg-danger:visited:hover, div.crm-container a.bg-danger:link:hover, a.bg-danger:focus, div.crm-container a.bg-danger:focus, div.crm-container a.bg-danger:visited:focus, div.crm-container a.bg-danger:link:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f5f5f5;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.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;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f5f5f5;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
}
.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: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, 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: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: #e5e9eb;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #eee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
.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 #eee;
}
.table .table {
  background-color: #f5f5f5;
}
.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 #eee;
}
.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 #eee;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.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: #dff0d8;
}
.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: #d0e9c6;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: #fcf8e3;
}
.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: #faf2cc;
}
.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: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eee;
  }
  .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;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666;
}
.form-control, .select2-search input, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e9eb;
  border-radius: 2px;
  -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, .select2-search input:focus, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .select2-search input::-moz-placeholder, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field::-moz-placeholder {
  color: #99a8b2;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .select2-search input:-ms-input-placeholder, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:-ms-input-placeholder {
  color: #99a8b2;
}
.form-control::-webkit-input-placeholder, .select2-search input::-webkit-input-placeholder, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field::-webkit-input-placeholder {
  color: #99a8b2;
}
.form-control::-ms-expand, .select2-search input::-ms-expand, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .select2-search input[disabled], .CRM_CiviAwards_Form_AwardReview .crm-frozen-field[disabled], .form-control[readonly], .select2-search input[readonly], .CRM_CiviAwards_Form_AwardReview .crm-frozen-field[readonly], fieldset[disabled] .form-control, fieldset[disabled] .select2-search input, .select2-search fieldset[disabled] input, fieldset[disabled] .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview fieldset[disabled] .crm-frozen-field {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled], .select2-search input[disabled], .CRM_CiviAwards_Form_AwardReview .crm-frozen-field[disabled], fieldset[disabled] .form-control, fieldset[disabled] .select2-search input, .select2-search fieldset[disabled] input, fieldset[disabled] .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview fieldset[disabled] .crm-frozen-field {
  cursor: not-allowed;
}
textarea.form-control, .CRM_CiviAwards_Form_AwardReview textarea.crm-frozen-field {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .select2-search input[type="date"], .CRM_CiviAwards_Form_AwardReview input.crm-frozen-field[type="date"], input[type="time"].form-control, .select2-search input[type="time"], .CRM_CiviAwards_Form_AwardReview input.crm-frozen-field[type="time"], input[type="datetime-local"].form-control, .select2-search input[type="datetime-local"], .CRM_CiviAwards_Form_AwardReview input.crm-frozen-field[type="datetime-local"], input[type="month"].form-control, .select2-search input[type="month"], .CRM_CiviAwards_Form_AwardReview input.crm-frozen-field[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .select2-search .input-group-sm > input[type="date"], .CRM_CiviAwards_Form_AwardReview .input-group-sm > input.crm-frozen-field[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], div.crm-container .input-group-sm > .input-group-btn > input#ccButton[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .select2-search .input-group-sm > input[type="time"], .CRM_CiviAwards_Form_AwardReview .input-group-sm > input.crm-frozen-field[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], div.crm-container .input-group-sm > .input-group-btn > input#ccButton[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .select2-search .input-group-sm > input[type="datetime-local"], .CRM_CiviAwards_Form_AwardReview .input-group-sm > input.crm-frozen-field[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], div.crm-container .input-group-sm > .input-group-btn > input#ccButton[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .select2-search .input-group-sm > input[type="month"], .CRM_CiviAwards_Form_AwardReview .input-group-sm > input.crm-frozen-field[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], div.crm-container .input-group-sm > .input-group-btn > input#ccButton[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .select2-search .input-group-lg > input[type="date"], .CRM_CiviAwards_Form_AwardReview .input-group-lg > input.crm-frozen-field[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], div.crm-container .input-group-lg > .input-group-btn > input#ccButton[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .select2-search .input-group-lg > input[type="time"], .CRM_CiviAwards_Form_AwardReview .input-group-lg > input.crm-frozen-field[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], div.crm-container .input-group-lg > .input-group-btn > input#ccButton[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .select2-search .input-group-lg > input[type="datetime-local"], .CRM_CiviAwards_Form_AwardReview .input-group-lg > input.crm-frozen-field[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], div.crm-container .input-group-lg > .input-group-btn > input#ccButton[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .select2-search .input-group-lg > input[type="month"], .CRM_CiviAwards_Form_AwardReview .input-group-lg > input.crm-frozen-field[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], div.crm-container .input-group-lg > .input-group-btn > input#ccButton[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group, form .webform-component.static {
  margin-bottom: 20px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .select2-search .input-group-lg > input.form-control-static, .CRM_CiviAwards_Form_AwardReview .input-group-lg > .form-control-static.crm-frozen-field, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, div.crm-container .input-group-lg > .input-group-btn > .form-control-static#ccButton, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .select2-search .input-group-sm > input.form-control-static, .CRM_CiviAwards_Form_AwardReview .input-group-sm > .form-control-static.crm-frozen-field, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, div.crm-container .input-group-sm > .input-group-btn > .form-control-static#ccButton {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .input-group-sm > .form-control, .select2-search .input-group-sm > input, .CRM_CiviAwards_Form_AwardReview .input-group-sm > .crm-frozen-field, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, div.crm-container .input-group-sm > .input-group-btn > #ccButton {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm, .input-group-sm > select.form-control, .CRM_CiviAwards_Form_AwardReview .input-group-sm > select.crm-frozen-field, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, div.crm-container .input-group-sm > .input-group-btn > select#ccButton {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .CRM_CiviAwards_Form_AwardReview .input-group-sm > textarea.crm-frozen-field, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, div.crm-container .input-group-sm > .input-group-btn > textarea#ccButton, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .CRM_CiviAwards_Form_AwardReview .input-group-sm > select.crm-frozen-field[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple], div.crm-container .input-group-sm > .input-group-btn > select#ccButton[multiple] {
  height: auto;
}
.form-group-sm .form-control, .form-group-sm .select2-search input, .select2-search .form-group-sm input, .form-group-sm .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-group-sm .crm-frozen-field {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control, .form-group-sm .CRM_CiviAwards_Form_AwardReview select.crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-group-sm select.crm-frozen-field {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm .CRM_CiviAwards_Form_AwardReview textarea.crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-group-sm textarea.crm-frozen-field, .form-group-sm select[multiple].form-control, .form-group-sm .CRM_CiviAwards_Form_AwardReview select.crm-frozen-field[multiple], .CRM_CiviAwards_Form_AwardReview .form-group-sm select.crm-frozen-field[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .select2-search .input-group-lg > input, .CRM_CiviAwards_Form_AwardReview .input-group-lg > .crm-frozen-field, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, div.crm-container .input-group-lg > .input-group-btn > #ccButton {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .CRM_CiviAwards_Form_AwardReview .input-group-lg > select.crm-frozen-field, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, div.crm-container .input-group-lg > .input-group-btn > select#ccButton {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .CRM_CiviAwards_Form_AwardReview .input-group-lg > textarea.crm-frozen-field, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, div.crm-container .input-group-lg > .input-group-btn > textarea#ccButton, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .CRM_CiviAwards_Form_AwardReview .input-group-lg > select.crm-frozen-field[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple], div.crm-container .input-group-lg > .input-group-btn > select#ccButton[multiple] {
  height: auto;
}
.form-group-lg .form-control, .form-group-lg .select2-search input, .select2-search .form-group-lg input, .form-group-lg .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-group-lg .crm-frozen-field {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg .CRM_CiviAwards_Form_AwardReview select.crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-group-lg select.crm-frozen-field {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg .CRM_CiviAwards_Form_AwardReview textarea.crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-group-lg textarea.crm-frozen-field, .form-group-lg select[multiple].form-control, .form-group-lg .CRM_CiviAwards_Form_AwardReview select.crm-frozen-field[multiple], .CRM_CiviAwards_Form_AwardReview .form-group-lg select.crm-frozen-field[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .select2-search input, .select2-search .has-feedback input, .has-feedback .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .has-feedback .crm-frozen-field {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .select2-search .input-group-lg > input + .form-control-feedback, .CRM_CiviAwards_Form_AwardReview .input-group-lg > .crm-frozen-field + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, div.crm-container .input-group-lg > .input-group-btn > #ccButton + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback, .form-group-lg .select2-search input + .form-control-feedback, .select2-search .form-group-lg input + .form-control-feedback, .form-group-lg .CRM_CiviAwards_Form_AwardReview .crm-frozen-field + .form-control-feedback, .CRM_CiviAwards_Form_AwardReview .form-group-lg .crm-frozen-field + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .select2-search .input-group-sm > input + .form-control-feedback, .CRM_CiviAwards_Form_AwardReview .input-group-sm > .crm-frozen-field + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, div.crm-container .input-group-sm > .input-group-btn > #ccButton + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback, .form-group-sm .select2-search input + .form-control-feedback, .select2-search .form-group-sm input + .form-control-feedback, .form-group-sm .CRM_CiviAwards_Form_AwardReview .crm-frozen-field + .form-control-feedback, .CRM_CiviAwards_Form_AwardReview .form-group-sm .crm-frozen-field + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #278d27;
}
.has-success .form-control, .has-success .select2-search input, .select2-search .has-success input, .has-success .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .has-success .crm-frozen-field {
  border-color: #278d27;
  -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);
}
.has-success .form-control:focus, .has-success .select2-search input:focus, .select2-search .has-success input:focus, .has-success .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:focus, .CRM_CiviAwards_Form_AwardReview .has-success .crm-frozen-field:focus {
  border-color: #1c651c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4cce4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4cce4c;
}
.has-success .input-group-addon {
  color: #278d27;
  background-color: #dff0d8;
  border-color: #278d27;
}
.has-success .form-control-feedback {
  color: #278d27;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .select2-search input, .select2-search .has-warning input, .has-warning .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .has-warning .crm-frozen-field {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus, .has-warning .select2-search input:focus, .select2-search .has-warning input:focus, .has-warning .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:focus, .CRM_CiviAwards_Form_AwardReview .has-warning .crm-frozen-field:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .select2-search input, .select2-search .has-error input, .has-error .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .has-error .crm-frozen-field {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus, .has-error .select2-search input:focus, .select2-search .has-error input:focus, .has-error .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:focus, .CRM_CiviAwards_Form_AwardReview .has-error .crm-frozen-field:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #0074be;
}
@media (min-width: 768px) {
  .form-inline .form-group, .form-inline form .webform-component.static, form .form-inline .webform-component.static {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .select2-search input, .select2-search .form-inline input, .form-inline .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-inline .crm-frozen-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group .select2-search input, .select2-search .form-inline .input-group input, .form-inline .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-inline .input-group .crm-frozen-field {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .select2-search .input-group > input, .select2-search .form-inline .input-group > input, .form-inline .CRM_CiviAwards_Form_AwardReview .input-group > .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .form-inline .input-group > .crm-frozen-field {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group, .form-horizontal form .webform-component.static, form .form-horizontal .webform-component.static {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal form .webform-component.static:before, form .form-horizontal .webform-component.static:before, .form-horizontal .form-group:after, .form-horizontal form .webform-component.static:after, form .form-horizontal .webform-component.static:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after, .form-horizontal form .webform-component.static:after, form .form-horizontal .webform-component.static:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn, div.crm-container #ccButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, div.crm-container #ccButton:focus, .btn.focus, div.crm-container .focus#ccButton, .btn:active:focus, div.crm-container #ccButton:active:focus, .btn:active.focus, div.crm-container .focus#ccButton:active, .btn.active:focus, div.crm-container .active#ccButton:focus, .btn.active.focus, div.crm-container .active.focus#ccButton {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, div.crm-container #ccButton:hover, .btn:focus, div.crm-container #ccButton:focus, .btn.focus, div.crm-container .focus#ccButton {
  color: #333333;
  text-decoration: none;
}
.btn:active, div.crm-container #ccButton:active, .btn.active, div.crm-container .active#ccButton {
  background-image: none;
  outline: 0;
  -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.disabled, div.crm-container .disabled#ccButton, .btn[disabled], div.crm-container #ccButton[disabled], fieldset[disabled] .btn, fieldset[disabled] div.crm-container #ccButton, div.crm-container fieldset[disabled] #ccButton {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, div.crm-container a.btn.disabled, div.crm-container a.btn.disabled:visited, div.crm-container a.btn.disabled:link, div.crm-container a.disabled#ccButton, fieldset[disabled] a.btn, fieldset[disabled] div.crm-container a.btn, div.crm-container fieldset[disabled] a.btn, fieldset[disabled] div.crm-container a.btn:visited, div.crm-container fieldset[disabled] a.btn:visited, fieldset[disabled] div.crm-container a.btn:link, div.crm-container fieldset[disabled] a.btn:link, fieldset[disabled] div.crm-container a#ccButton, div.crm-container fieldset[disabled] a#ccButton {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333333;
}
.btn-primary, div.crm-container #ccButton {
  color: #fff;
  background-color: #00263e;
  border-color: #001625;
}
.btn-primary:focus, div.crm-container #ccButton:focus, .btn-primary.focus, div.crm-container .focus#ccButton {
  color: #fff;
  background-color: #00070b;
  border-color: black;
}
.btn-primary:hover, div.crm-container #ccButton:hover {
  color: #fff;
  background-color: #00070b;
  border-color: black;
}
.btn-primary:active, div.crm-container #ccButton:active, .btn-primary.active, div.crm-container .active#ccButton, .open > .btn-primary.dropdown-toggle, div.crm-container .open > .dropdown-toggle#ccButton {
  color: #fff;
  background-color: #00070b;
  background-image: none;
  border-color: black;
}
.btn-primary:active:hover, div.crm-container #ccButton:active:hover, .btn-primary:active:focus, div.crm-container #ccButton:active:focus, .btn-primary:active.focus, div.crm-container .focus#ccButton:active, .btn-primary.active:hover, div.crm-container .active#ccButton:hover, .btn-primary.active:focus, div.crm-container .active#ccButton:focus, .btn-primary.active.focus, div.crm-container .active.focus#ccButton, .open > .btn-primary.dropdown-toggle:hover, div.crm-container .open > .dropdown-toggle#ccButton:hover, .open > .btn-primary.dropdown-toggle:focus, div.crm-container .open > .dropdown-toggle#ccButton:focus, .open > .btn-primary.dropdown-toggle.focus, div.crm-container .open > .dropdown-toggle.focus#ccButton {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary.disabled:hover, div.crm-container .disabled#ccButton:hover, .btn-primary.disabled:focus, div.crm-container .disabled#ccButton:focus, .btn-primary.disabled.focus, div.crm-container .disabled.focus#ccButton, .btn-primary[disabled]:hover, div.crm-container #ccButton[disabled]:hover, .btn-primary[disabled]:focus, div.crm-container #ccButton[disabled]:focus, .btn-primary[disabled].focus, div.crm-container .focus#ccButton[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] div.crm-container #ccButton:hover, div.crm-container fieldset[disabled] #ccButton:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] div.crm-container #ccButton:focus, div.crm-container fieldset[disabled] #ccButton:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] div.crm-container .focus#ccButton, div.crm-container fieldset[disabled] .focus#ccButton {
  background-color: #00263e;
  border-color: #001625;
}
.btn-primary .badge, div.crm-container #ccButton .badge {
  color: #00263e;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #53bdbe;
  border-color: #44b3b4;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3da0a1;
  border-color: #215757;
}
.btn-success:hover {
  color: #fff;
  background-color: #3da0a1;
  border-color: #338687;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3da0a1;
  background-image: none;
  border-color: #338687;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #338687;
  border-color: #215757;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #53bdbe;
  border-color: #44b3b4;
}
.btn-success .badge {
  color: #53bdbe;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #a969a8;
  border-color: #9e5b9d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #8e518d;
  border-color: #4d2c4c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #8e518d;
  border-color: #774476;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #8e518d;
  background-image: none;
  border-color: #774476;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #774476;
  border-color: #4d2c4c;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #a969a8;
  border-color: #9e5b9d;
}
.btn-warning .badge {
  color: #a969a8;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e34757;
  border-color: #e03143;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d62133;
  border-color: #7e131e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d62133;
  border-color: #b71c2c;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d62133;
  background-image: none;
  border-color: #b71c2c;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b71c2c;
  border-color: #7e131e;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #e34757;
  border-color: #e03143;
}
.btn-danger .badge {
  color: #e34757;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #00263e;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: black;
  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: #777777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn, div.crm-container .btn-group-lg > #ccButton {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn, div.crm-container .btn-group-sm > #ccButton {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs, .btn-group-xs > .btn, div.crm-container .btn-group-xs > #ccButton {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
/**
 * Components
 */
.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup, .dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a, div.crm-container .dropdown-menu > li > a, div.crm-container .dropdown-menu > li > a:visited, div.crm-container .dropdown-menu > li > a:link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, div.crm-container .dropdown-menu > li > a:hover, div.crm-container .dropdown-menu > li > a:visited:hover, div.crm-container .dropdown-menu > li > a:link:hover, .dropdown-menu > li > a:focus, div.crm-container .dropdown-menu > li > a:focus, div.crm-container .dropdown-menu > li > a:visited:focus, div.crm-container .dropdown-menu > li > a:link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, div.crm-container .dropdown-menu > .active > a, div.crm-container .dropdown-menu > .active > a:visited, div.crm-container .dropdown-menu > .active > a:link, .dropdown-menu > .active > a:hover, div.crm-container .dropdown-menu > .active > a:hover, div.crm-container .dropdown-menu > .active > a:visited:hover, div.crm-container .dropdown-menu > .active > a:link:hover, .dropdown-menu > .active > a:focus, div.crm-container .dropdown-menu > .active > a:focus, div.crm-container .dropdown-menu > .active > a:visited:focus, div.crm-container .dropdown-menu > .active > a:link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00263e;
  outline: 0;
}
.dropdown-menu > .disabled > a, div.crm-container .dropdown-menu > .disabled > a, div.crm-container .dropdown-menu > .disabled > a:visited, div.crm-container .dropdown-menu > .disabled > a:link, .dropdown-menu > .disabled > a:hover, div.crm-container .dropdown-menu > .disabled > a:hover, div.crm-container .dropdown-menu > .disabled > a:visited:hover, div.crm-container .dropdown-menu > .disabled > a:link:hover, .dropdown-menu > .disabled > a:focus, div.crm-container .dropdown-menu > .disabled > a:focus, div.crm-container .dropdown-menu > .disabled > a:visited:focus, div.crm-container .dropdown-menu > .disabled > a:link:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, div.crm-container .dropdown-menu > .disabled > a:hover, div.crm-container .dropdown-menu > .disabled > a:visited:hover, div.crm-container .dropdown-menu > .disabled > a:link:hover, .dropdown-menu > .disabled > a:focus, div.crm-container .dropdown-menu > .disabled > a:focus, div.crm-container .dropdown-menu > .disabled > a:visited:focus, div.crm-container .dropdown-menu > .disabled > a:link:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a, div.crm-container .open > a, div.crm-container .open > a:visited, div.crm-container .open > a:link {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, div.crm-container .btn-group > #ccButton, .btn-group-vertical > .btn, div.crm-container .btn-group-vertical > #ccButton {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, div.crm-container .btn-group > #ccButton:hover, .btn-group > .btn:focus, div.crm-container .btn-group > #ccButton:focus, .btn-group > .btn:active, div.crm-container .btn-group > #ccButton:active, .btn-group > .btn.active, div.crm-container .btn-group > .active#ccButton, .btn-group-vertical > .btn:hover, div.crm-container .btn-group-vertical > #ccButton:hover, .btn-group-vertical > .btn:focus, div.crm-container .btn-group-vertical > #ccButton:focus, .btn-group-vertical > .btn:active, div.crm-container .btn-group-vertical > #ccButton:active, .btn-group-vertical > .btn.active, div.crm-container .btn-group-vertical > .active#ccButton {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group div.crm-container #ccButton + .btn, div.crm-container .btn-group #ccButton + .btn, .btn-group div.crm-container .btn + #ccButton, div.crm-container .btn-group .btn + #ccButton, .btn-group div.crm-container div.crm-container #ccButton + #ccButton, div.crm-container .btn-group div.crm-container #ccButton + #ccButton, .btn-group .btn + .btn-group, .btn-group div.crm-container #ccButton + .btn-group, div.crm-container .btn-group #ccButton + .btn-group, .btn-group .btn-group + .btn, .btn-group div.crm-container .btn-group + #ccButton, div.crm-container .btn-group .btn-group + #ccButton, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar div.crm-container #ccButton, div.crm-container .btn-toolbar #ccButton, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, div.crm-container .btn-toolbar > #ccButton, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), div.crm-container .btn-group > #ccButton:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child, div.crm-container .btn-group > #ccButton:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), div.crm-container .btn-group > #ccButton:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), div.crm-container .btn-group > #ccButton:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, div.crm-container .btn-group > .btn-group:not(:first-child):not(:last-child) > #ccButton {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, div.crm-container .btn-group > .btn-group:first-child:not(:last-child) > #ccButton:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, div.crm-container .btn-group > .btn-group:last-child:not(:first-child) > #ccButton:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle, div.crm-container .btn-group > #ccButton + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, div.crm-container .btn-group-lg.btn-group > #ccButton + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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, div.crm-container #ccButton .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret, div.crm-container .btn-group-lg > #ccButton .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup div.crm-container .btn-group-lg > #ccButton .caret, div.crm-container .dropup .btn-group-lg > #ccButton .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, div.crm-container .btn-group-vertical > #ccButton, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, div.crm-container .btn-group-vertical > .btn-group > #ccButton {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, div.crm-container .btn-group-vertical > .btn-group > #ccButton {
  float: none;
}
.btn-group-vertical > .btn + .btn, div.crm-container .btn-group-vertical > #ccButton + .btn, div.crm-container .btn-group-vertical > .btn + #ccButton, div.crm-container .btn-group-vertical > #ccButton + #ccButton, .btn-group-vertical > .btn + .btn-group, div.crm-container .btn-group-vertical > #ccButton + .btn-group, .btn-group-vertical > .btn-group + .btn, div.crm-container .btn-group-vertical > .btn-group + #ccButton, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child), div.crm-container .btn-group-vertical > #ccButton:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), div.crm-container .btn-group-vertical > #ccButton:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), div.crm-container .btn-group-vertical > #ccButton:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, div.crm-container .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #ccButton {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, div.crm-container .btn-group-vertical > .btn-group:first-child:not(:last-child) > #ccButton: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, div.crm-container .btn-group-vertical > .btn-group:last-child:not(:first-child) > #ccButton:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, div.crm-container .btn-group-justified > #ccButton, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group div.crm-container #ccButton, div.crm-container .btn-group-justified > .btn-group #ccButton {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], div.crm-container [data-toggle="buttons"] > #ccButton input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], div.crm-container [data-toggle="buttons"] > #ccButton input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], div.crm-container [data-toggle="buttons"] > .btn-group > #ccButton input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], div.crm-container [data-toggle="buttons"] > .btn-group > #ccButton input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control, .input-group .select2-search input, .select2-search .input-group input, .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .input-group .crm-frozen-field {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .select2-search input:focus, .select2-search .input-group input:focus, .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:focus, .CRM_CiviAwards_Form_AwardReview .input-group .crm-frozen-field:focus {
  z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .select2-search input, .select2-search .input-group input, .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .input-group .crm-frozen-field {
  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), .input-group .select2-search input:not(:first-child):not(:last-child), .select2-search .input-group input:not(:first-child):not(:last-child), .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:not(:first-child):not(:last-child), .CRM_CiviAwards_Form_AwardReview .input-group .crm-frozen-field: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: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #e5e9eb;
  border-radius: 2px;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon.form-control, .select2-search .input-group-sm > input.input-group-addon, .CRM_CiviAwards_Form_AwardReview .input-group-sm > .input-group-addon.crm-frozen-field, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, div.crm-container .input-group-sm > .input-group-btn > .input-group-addon#ccButton {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon.form-control, .select2-search .input-group-lg > input.input-group-addon, .CRM_CiviAwards_Form_AwardReview .input-group-lg > .input-group-addon.crm-frozen-field, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, div.crm-container .input-group-lg > .input-group-btn > .input-group-addon#ccButton {
  padding: 10px 16px;
  font-size: 18px;
  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 .select2-search input:first-child, .select2-search .input-group input:first-child, .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:first-child, .CRM_CiviAwards_Form_AwardReview .input-group .crm-frozen-field:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, div.crm-container .input-group-btn:first-child > #ccButton, .input-group-btn:first-child > .btn-group > .btn, div.crm-container .input-group-btn:first-child > .btn-group > #ccButton, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), div.crm-container .input-group-btn:last-child > #ccButton:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, div.crm-container .input-group-btn:last-child > .btn-group:not(:last-child) > #ccButton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child, .input-group .select2-search input:last-child, .select2-search .input-group input:last-child, .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:last-child, .CRM_CiviAwards_Form_AwardReview .input-group .crm-frozen-field:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, div.crm-container .input-group-btn:last-child > #ccButton, .input-group-btn:last-child > .btn-group > .btn, div.crm-container .input-group-btn:last-child > .btn-group > #ccButton, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), div.crm-container .input-group-btn:first-child > #ccButton:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, div.crm-container .input-group-btn:first-child > .btn-group:not(:first-child) > #ccButton {
  border-top-left-radius: 0;
  border-bottom-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, div.crm-container .input-group-btn > #ccButton {
  position: relative;
}
.input-group-btn > .btn + .btn, div.crm-container .input-group-btn > #ccButton + .btn, div.crm-container .input-group-btn > .btn + #ccButton, div.crm-container .input-group-btn > #ccButton + #ccButton {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, div.crm-container .input-group-btn > #ccButton:hover, .input-group-btn > .btn:focus, div.crm-container .input-group-btn > #ccButton:focus, .input-group-btn > .btn:active, div.crm-container .input-group-btn > #ccButton:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, div.crm-container .input-group-btn:first-child > #ccButton, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, div.crm-container .input-group-btn:last-child > #ccButton, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a, div.crm-container .nav > li > a, div.crm-container .nav > li > a:visited, div.crm-container .nav > li > a:link {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, div.crm-container .nav > li > a:hover, div.crm-container .nav > li > a:visited:hover, div.crm-container .nav > li > a:link:hover, .nav > li > a:focus, div.crm-container .nav > li > a:focus, div.crm-container .nav > li > a:visited:focus, div.crm-container .nav > li > a:link:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav > li.disabled > a, div.crm-container .nav > li.disabled > a, div.crm-container .nav > li.disabled > a:visited, div.crm-container .nav > li.disabled > a:link {
  color: #777777;
}
.nav > li.disabled > a:hover, div.crm-container .nav > li.disabled > a:hover, div.crm-container .nav > li.disabled > a:visited:hover, div.crm-container .nav > li.disabled > a:link:hover, .nav > li.disabled > a:focus, div.crm-container .nav > li.disabled > a:focus, div.crm-container .nav > li.disabled > a:visited:focus, div.crm-container .nav > li.disabled > a:link:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav div.crm-container .open > a, div.crm-container .nav .open > a, .nav div.crm-container .open > a:visited, div.crm-container .nav .open > a:visited, .nav div.crm-container .open > a:link, div.crm-container .nav .open > a:link, .nav .open > a:hover, .nav div.crm-container .open > a:hover, div.crm-container .nav .open > a:hover, .nav div.crm-container .open > a:visited:hover, div.crm-container .nav .open > a:visited:hover, .nav div.crm-container .open > a:link:hover, div.crm-container .nav .open > a:link:hover, .nav .open > a:focus, .nav div.crm-container .open > a:focus, div.crm-container .nav .open > a:focus, .nav div.crm-container .open > a:visited:focus, div.crm-container .nav .open > a:visited:focus, .nav div.crm-container .open > a:link:focus, div.crm-container .nav .open > a:link:focus {
  background-color: #f5f5f5;
  border-color: #00263e;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img, div.crm-container .nav > li > a > img, div.crm-container .nav > li > a:visited > img, div.crm-container .nav > li > a:link > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a, div.crm-container .nav-tabs > li > a, div.crm-container .nav-tabs > li > a:visited, div.crm-container .nav-tabs > li > a:link {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, div.crm-container .nav-tabs > li > a:hover, div.crm-container .nav-tabs > li > a:visited:hover, div.crm-container .nav-tabs > li > a:link:hover {
  border-color: #f5f5f5 #f5f5f5 #ddd;
}
.nav-tabs > li.active > a, div.crm-container .nav-tabs > li.active > a, div.crm-container .nav-tabs > li.active > a:visited, div.crm-container .nav-tabs > li.active > a:link, .nav-tabs > li.active > a:hover, div.crm-container .nav-tabs > li.active > a:hover, div.crm-container .nav-tabs > li.active > a:visited:hover, div.crm-container .nav-tabs > li.active > a:link:hover, .nav-tabs > li.active > a:focus, div.crm-container .nav-tabs > li.active > a:focus, div.crm-container .nav-tabs > li.active > a:visited:focus, div.crm-container .nav-tabs > li.active > a:link:focus {
  color: #666666;
  cursor: default;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a, div.crm-container .nav-pills > li > a, div.crm-container .nav-pills > li > a:visited, div.crm-container .nav-pills > li > a:link {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, div.crm-container .nav-pills > li.active > a, div.crm-container .nav-pills > li.active > a:visited, div.crm-container .nav-pills > li.active > a:link, .nav-pills > li.active > a:hover, div.crm-container .nav-pills > li.active > a:hover, div.crm-container .nav-pills > li.active > a:visited:hover, div.crm-container .nav-pills > li.active > a:link:hover, .nav-pills > li.active > a:focus, div.crm-container .nav-pills > li.active > a:focus, div.crm-container .nav-pills > li.active > a:visited:focus, div.crm-container .nav-pills > li.active > a:link:focus {
  color: #fff;
  background-color: #00263e;
}
.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, div.crm-container .nav-justified > li > a, div.crm-container .nav-justified > li > a:visited, div.crm-container .nav-justified > li > a:link {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.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, div.crm-container .nav-justified > li > a, div.crm-container .nav-justified > li > a:visited, div.crm-container .nav-justified > li > a:link {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, div.crm-container .nav-tabs-justified > li > a, div.crm-container .nav-tabs-justified > li > a:visited, div.crm-container .nav-tabs-justified > li > a:link {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, div.crm-container .nav-tabs-justified > .active > a, div.crm-container .nav-tabs-justified > .active > a:visited, div.crm-container .nav-tabs-justified > .active > a:link, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, div.crm-container .nav-tabs-justified > .active > a:hover, div.crm-container .nav-tabs-justified > .active > a:visited:hover, div.crm-container .nav-tabs-justified > .active > a:link:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, div.crm-container .nav-tabs-justified > .active > a:focus, div.crm-container .nav-tabs-justified > .active > a:visited:focus, div.crm-container .nav-tabs-justified > .active > a:link:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, div.crm-container .nav-tabs-justified > li > a, div.crm-container .nav-tabs-justified > li > a:visited, div.crm-container .nav-tabs-justified > li > a:link {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, div.crm-container .nav-tabs-justified > .active > a, div.crm-container .nav-tabs-justified > .active > a:visited, div.crm-container .nav-tabs-justified > .active > a:link, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, div.crm-container .nav-tabs-justified > .active > a:hover, div.crm-container .nav-tabs-justified > .active > a:visited:hover, div.crm-container .nav-tabs-justified > .active > a:link:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, div.crm-container .nav-tabs-justified > .active > a:focus, div.crm-container .nav-tabs-justified > .active > a:visited:focus, div.crm-container .nav-tabs-justified > .active > a:link:focus {
    border-bottom-color: #f5f5f5;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@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;
}
.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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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: 7.5px -15px;
}
.navbar-nav > li > a, div.crm-container .navbar-nav > li > a, div.crm-container .navbar-nav > li > a:visited, div.crm-container .navbar-nav > li > a:link {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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 div.crm-container .dropdown-menu > li > a, div.crm-container .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited, div.crm-container .navbar-nav .open .dropdown-menu > li > a:visited, .navbar-nav .open div.crm-container .dropdown-menu > li > a:link, div.crm-container .navbar-nav .open .dropdown-menu > li > a:link, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open div.crm-container .dropdown-menu > li > a, div.crm-container .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited, div.crm-container .navbar-nav .open .dropdown-menu > li > a:visited, .navbar-nav .open div.crm-container .dropdown-menu > li > a:link, div.crm-container .navbar-nav .open .dropdown-menu > li > a:link {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open div.crm-container .dropdown-menu > li > a:hover, div.crm-container .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited:hover, div.crm-container .navbar-nav .open .dropdown-menu > li > a:visited:hover, .navbar-nav .open div.crm-container .dropdown-menu > li > a:link:hover, div.crm-container .navbar-nav .open .dropdown-menu > li > a:link:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open div.crm-container .dropdown-menu > li > a:focus, div.crm-container .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited:focus, div.crm-container .navbar-nav .open .dropdown-menu > li > a:visited:focus, .navbar-nav .open div.crm-container .dropdown-menu > li > a:link:focus, div.crm-container .navbar-nav .open .dropdown-menu > li > a:link:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a, div.crm-container .navbar-nav > li > a, div.crm-container .navbar-nav > li > a:visited, div.crm-container .navbar-nav > li > a:link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group, .navbar-form form .webform-component.static, form .navbar-form .webform-component.static {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .select2-search input, .select2-search .navbar-form input, .navbar-form .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .navbar-form .crm-frozen-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group .select2-search input, .select2-search .navbar-form .input-group input, .navbar-form .input-group .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .navbar-form .input-group .crm-frozen-field {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .select2-search .input-group > input, .select2-search .navbar-form .input-group > input, .navbar-form .CRM_CiviAwards_Form_AwardReview .input-group > .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .navbar-form .input-group > .crm-frozen-field {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group, .navbar-form form .webform-component.static, form .navbar-form .webform-component.static {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child, .navbar-form form .webform-component.static:last-child, form .navbar-form .webform-component.static:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, div.crm-container .btn-group-sm > .navbar-btn#ccButton {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, div.crm-container .btn-group-xs > .navbar-btn#ccButton {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a, .navbar-default div.crm-container .navbar-nav > li > a, div.crm-container .navbar-default .navbar-nav > li > a, .navbar-default div.crm-container .navbar-nav > li > a:visited, div.crm-container .navbar-default .navbar-nav > li > a:visited, .navbar-default div.crm-container .navbar-nav > li > a:link, div.crm-container .navbar-default .navbar-nav > li > a:link {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default div.crm-container .navbar-nav > li > a:hover, div.crm-container .navbar-default .navbar-nav > li > a:hover, .navbar-default div.crm-container .navbar-nav > li > a:visited:hover, div.crm-container .navbar-default .navbar-nav > li > a:visited:hover, .navbar-default div.crm-container .navbar-nav > li > a:link:hover, div.crm-container .navbar-default .navbar-nav > li > a:link:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default div.crm-container .navbar-nav > li > a:focus, div.crm-container .navbar-default .navbar-nav > li > a:focus, .navbar-default div.crm-container .navbar-nav > li > a:visited:focus, div.crm-container .navbar-default .navbar-nav > li > a:visited:focus, .navbar-default div.crm-container .navbar-nav > li > a:link:focus, div.crm-container .navbar-default .navbar-nav > li > a:link:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default div.crm-container .navbar-nav > .active > a, div.crm-container .navbar-default .navbar-nav > .active > a, .navbar-default div.crm-container .navbar-nav > .active > a:visited, div.crm-container .navbar-default .navbar-nav > .active > a:visited, .navbar-default div.crm-container .navbar-nav > .active > a:link, div.crm-container .navbar-default .navbar-nav > .active > a:link, .navbar-default .navbar-nav > .active > a:hover, .navbar-default div.crm-container .navbar-nav > .active > a:hover, div.crm-container .navbar-default .navbar-nav > .active > a:hover, .navbar-default div.crm-container .navbar-nav > .active > a:visited:hover, div.crm-container .navbar-default .navbar-nav > .active > a:visited:hover, .navbar-default div.crm-container .navbar-nav > .active > a:link:hover, div.crm-container .navbar-default .navbar-nav > .active > a:link:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default div.crm-container .navbar-nav > .active > a:focus, div.crm-container .navbar-default .navbar-nav > .active > a:focus, .navbar-default div.crm-container .navbar-nav > .active > a:visited:focus, div.crm-container .navbar-default .navbar-nav > .active > a:visited:focus, .navbar-default div.crm-container .navbar-nav > .active > a:link:focus, div.crm-container .navbar-default .navbar-nav > .active > a:link:focus {
  color: #666666;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default div.crm-container .navbar-nav > .disabled > a, div.crm-container .navbar-default .navbar-nav > .disabled > a, .navbar-default div.crm-container .navbar-nav > .disabled > a:visited, div.crm-container .navbar-default .navbar-nav > .disabled > a:visited, .navbar-default div.crm-container .navbar-nav > .disabled > a:link, div.crm-container .navbar-default .navbar-nav > .disabled > a:link, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default div.crm-container .navbar-nav > .disabled > a:hover, div.crm-container .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default div.crm-container .navbar-nav > .disabled > a:visited:hover, div.crm-container .navbar-default .navbar-nav > .disabled > a:visited:hover, .navbar-default div.crm-container .navbar-nav > .disabled > a:link:hover, div.crm-container .navbar-default .navbar-nav > .disabled > a:link:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default div.crm-container .navbar-nav > .disabled > a:focus, div.crm-container .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default div.crm-container .navbar-nav > .disabled > a:visited:focus, div.crm-container .navbar-default .navbar-nav > .disabled > a:visited:focus, .navbar-default div.crm-container .navbar-nav > .disabled > a:link:focus, div.crm-container .navbar-default .navbar-nav > .disabled > a:link:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default div.crm-container .navbar-nav > .open > a, div.crm-container .navbar-default .navbar-nav > .open > a, .navbar-default div.crm-container .navbar-nav > .open > a:visited, div.crm-container .navbar-default .navbar-nav > .open > a:visited, .navbar-default div.crm-container .navbar-nav > .open > a:link, div.crm-container .navbar-default .navbar-nav > .open > a:link, .navbar-default .navbar-nav > .open > a:hover, .navbar-default div.crm-container .navbar-nav > .open > a:hover, div.crm-container .navbar-default .navbar-nav > .open > a:hover, .navbar-default div.crm-container .navbar-nav > .open > a:visited:hover, div.crm-container .navbar-default .navbar-nav > .open > a:visited:hover, .navbar-default div.crm-container .navbar-nav > .open > a:link:hover, div.crm-container .navbar-default .navbar-nav > .open > a:link:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default div.crm-container .navbar-nav > .open > a:focus, div.crm-container .navbar-default .navbar-nav > .open > a:focus, .navbar-default div.crm-container .navbar-nav > .open > a:visited:focus, div.crm-container .navbar-default .navbar-nav > .open > a:visited:focus, .navbar-default div.crm-container .navbar-nav > .open > a:link:focus, div.crm-container .navbar-default .navbar-nav > .open > a:link:focus {
  color: #666666;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:visited, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:link, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:link {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:visited:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:link:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:link:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:visited:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > li > a:link:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > li > a:link:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:visited, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:visited, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:link, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:link, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:visited:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:visited:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:link:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:link:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:visited:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:visited:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .active > a:link:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .active > a:link:focus {
    color: #666666;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:visited, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:visited, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:link, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:link, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:visited:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:visited:hover, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:link:hover, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:link:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:visited:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:visited:focus, .navbar-default .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:link:focus, div.crm-container .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:link: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: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
.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: #212121;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse div.crm-container .navbar-nav > li > a, div.crm-container .navbar-inverse .navbar-nav > li > a, .navbar-inverse div.crm-container .navbar-nav > li > a:visited, div.crm-container .navbar-inverse .navbar-nav > li > a:visited, .navbar-inverse div.crm-container .navbar-nav > li > a:link, div.crm-container .navbar-inverse .navbar-nav > li > a:link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse div.crm-container .navbar-nav > li > a:hover, div.crm-container .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse div.crm-container .navbar-nav > li > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav > li > a:visited:hover, .navbar-inverse div.crm-container .navbar-nav > li > a:link:hover, div.crm-container .navbar-inverse .navbar-nav > li > a:link:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse div.crm-container .navbar-nav > li > a:focus, div.crm-container .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse div.crm-container .navbar-nav > li > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav > li > a:visited:focus, .navbar-inverse div.crm-container .navbar-nav > li > a:link:focus, div.crm-container .navbar-inverse .navbar-nav > li > a:link:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse div.crm-container .navbar-nav > .active > a, div.crm-container .navbar-inverse .navbar-nav > .active > a, .navbar-inverse div.crm-container .navbar-nav > .active > a:visited, div.crm-container .navbar-inverse .navbar-nav > .active > a:visited, .navbar-inverse div.crm-container .navbar-nav > .active > a:link, div.crm-container .navbar-inverse .navbar-nav > .active > a:link, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse div.crm-container .navbar-nav > .active > a:hover, div.crm-container .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse div.crm-container .navbar-nav > .active > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav > .active > a:visited:hover, .navbar-inverse div.crm-container .navbar-nav > .active > a:link:hover, div.crm-container .navbar-inverse .navbar-nav > .active > a:link:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse div.crm-container .navbar-nav > .active > a:focus, div.crm-container .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse div.crm-container .navbar-nav > .active > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav > .active > a:visited:focus, .navbar-inverse div.crm-container .navbar-nav > .active > a:link:focus, div.crm-container .navbar-inverse .navbar-nav > .active > a:link:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse div.crm-container .navbar-nav > .disabled > a, div.crm-container .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:visited, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:visited, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:link, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:link, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:hover, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:visited:hover, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:link:hover, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:link:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:focus, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:visited:focus, .navbar-inverse div.crm-container .navbar-nav > .disabled > a:link:focus, div.crm-container .navbar-inverse .navbar-nav > .disabled > a:link:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse div.crm-container .navbar-nav > .open > a, div.crm-container .navbar-inverse .navbar-nav > .open > a, .navbar-inverse div.crm-container .navbar-nav > .open > a:visited, div.crm-container .navbar-inverse .navbar-nav > .open > a:visited, .navbar-inverse div.crm-container .navbar-nav > .open > a:link, div.crm-container .navbar-inverse .navbar-nav > .open > a:link, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse div.crm-container .navbar-nav > .open > a:hover, div.crm-container .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse div.crm-container .navbar-nav > .open > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav > .open > a:visited:hover, .navbar-inverse div.crm-container .navbar-nav > .open > a:link:hover, div.crm-container .navbar-inverse .navbar-nav > .open > a:link:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse div.crm-container .navbar-nav > .open > a:focus, div.crm-container .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse div.crm-container .navbar-nav > .open > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav > .open > a:visited:focus, .navbar-inverse div.crm-container .navbar-nav > .open > a:link:focus, div.crm-container .navbar-inverse .navbar-nav > .open > a:link:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:visited, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:link, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:link {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:visited:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:link:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:visited:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > li > a:link:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:link:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:visited, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:visited, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:link, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:link, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:visited:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:link:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:visited:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .active > a:link:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:link:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:visited, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:visited, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:link, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:link, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:visited:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:visited:hover, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:link:hover, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:visited:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:visited:focus, .navbar-inverse .navbar-nav .open div.crm-container .dropdown-menu > .disabled > a:link:focus, div.crm-container .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:link:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #00263E;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #0f0f0f;
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, div.crm-container .pagination > li > a, div.crm-container .pagination > li > a:visited, div.crm-container .pagination > li > a:link, .pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #999 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eae1dc;
}
.pagination > li > a:hover, div.crm-container .pagination > li > a:hover, div.crm-container .pagination > li > a:visited:hover, div.crm-container .pagination > li > a:link:hover, .pagination > li > a:focus, div.crm-container .pagination > li > a:focus, div.crm-container .pagination > li > a:visited:focus, div.crm-container .pagination > li > a:link:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #00263e !important;
  background-color: #ffcd00;
  border-color: #eae1dc;
}
.pagination > li:first-child > a, div.crm-container .pagination > li:first-child > a, div.crm-container .pagination > li:first-child > a:visited, div.crm-container .pagination > li:first-child > a:link, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, div.crm-container .pagination > li:last-child > a, div.crm-container .pagination > li:last-child > a:visited, div.crm-container .pagination > li:last-child > a:link, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, div.crm-container .pagination > .active > a, div.crm-container .pagination > .active > a:visited, div.crm-container .pagination > .active > a:link, .pagination > .active > a:hover, div.crm-container .pagination > .active > a:hover, div.crm-container .pagination > .active > a:visited:hover, div.crm-container .pagination > .active > a:link:hover, .pagination > .active > a:focus, div.crm-container .pagination > .active > a:focus, div.crm-container .pagination > .active > a:visited:focus, div.crm-container .pagination > .active > a:link:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #00263e !important;
  cursor: default;
  background-color: #ffcd00;
  border-color: #eae1dc;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, div.crm-container .pagination > .disabled > a, div.crm-container .pagination > .disabled > a:visited, div.crm-container .pagination > .disabled > a:link, .pagination > .disabled > a:hover, div.crm-container .pagination > .disabled > a:hover, div.crm-container .pagination > .disabled > a:visited:hover, div.crm-container .pagination > .disabled > a:link:hover, .pagination > .disabled > a:focus, div.crm-container .pagination > .disabled > a:focus, div.crm-container .pagination > .disabled > a:visited:focus, div.crm-container .pagination > .disabled > a:link:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, div.crm-container .pagination-lg > li > a, div.crm-container .pagination-lg > li > a:visited, div.crm-container .pagination-lg > li > a:link, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, div.crm-container .pagination-lg > li:first-child > a, div.crm-container .pagination-lg > li:first-child > a:visited, div.crm-container .pagination-lg > li:first-child > a:link, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, div.crm-container .pagination-lg > li:last-child > a, div.crm-container .pagination-lg > li:last-child > a:visited, div.crm-container .pagination-lg > li:last-child > a:link, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, div.crm-container .pagination-sm > li > a, div.crm-container .pagination-sm > li > a:visited, div.crm-container .pagination-sm > li > a:link, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, div.crm-container .pagination-sm > li:first-child > a, div.crm-container .pagination-sm > li:first-child > a:visited, div.crm-container .pagination-sm > li:first-child > a:link, .pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm > li:last-child > a, div.crm-container .pagination-sm > li:last-child > a, div.crm-container .pagination-sm > li:last-child > a:visited, div.crm-container .pagination-sm > li:last-child > a:link, .pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager div.crm-container li > a, div.crm-container .pager li > a, .pager div.crm-container li > a:visited, div.crm-container .pager li > a:visited, .pager div.crm-container li > a:link, div.crm-container .pager li > a:link, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #eae1dc;
  border-radius: 15px;
}
.pager li > a:hover, .pager div.crm-container li > a:hover, div.crm-container .pager li > a:hover, .pager div.crm-container li > a:visited:hover, div.crm-container .pager li > a:visited:hover, .pager div.crm-container li > a:link:hover, div.crm-container .pager li > a:link:hover, .pager li > a:focus, .pager div.crm-container li > a:focus, div.crm-container .pager li > a:focus, .pager div.crm-container li > a:visited:focus, div.crm-container .pager li > a:visited:focus, .pager div.crm-container li > a:link:focus, div.crm-container .pager li > a:link:focus {
  text-decoration: none;
  background-color: #ffcd00;
}
.pager .next > a, .pager div.crm-container .next > a, div.crm-container .pager .next > a, .pager div.crm-container .next > a:visited, div.crm-container .pager .next > a:visited, .pager div.crm-container .next > a:link, div.crm-container .pager .next > a:link, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager div.crm-container .previous > a, div.crm-container .pager .previous > a, .pager div.crm-container .previous > a:visited, div.crm-container .pager .previous > a:visited, .pager div.crm-container .previous > a:link, div.crm-container .pager .previous > a:link, .pager .previous > span {
  float: left;
}
.pager .disabled > a, .pager div.crm-container .disabled > a, div.crm-container .pager .disabled > a, .pager div.crm-container .disabled > a:visited, div.crm-container .pager .disabled > a:visited, .pager div.crm-container .disabled > a:link, div.crm-container .pager .disabled > a:link, .pager .disabled > a:hover, .pager div.crm-container .disabled > a:hover, div.crm-container .pager .disabled > a:hover, .pager div.crm-container .disabled > a:visited:hover, div.crm-container .pager .disabled > a:visited:hover, .pager div.crm-container .disabled > a:link:hover, div.crm-container .pager .disabled > a:link:hover, .pager .disabled > a:focus, .pager div.crm-container .disabled > a:focus, div.crm-container .pager .disabled > a:focus, .pager div.crm-container .disabled > a:visited:focus, div.crm-container .pager .disabled > a:visited:focus, .pager div.crm-container .disabled > a:link:focus, div.crm-container .pager .disabled > a:link:focus, .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, div.crm-container #ccButton .label {
  position: relative;
  top: -1px;
}
a.label:hover, div.crm-container a.label:hover, div.crm-container a.label:visited:hover, div.crm-container a.label:link:hover, a.label:focus, div.crm-container a.label:focus, div.crm-container a.label:visited:focus, div.crm-container a.label:link:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00263e;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #00070b;
}
.label-success {
  background-color: #53bdbe;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3da0a1;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #a969a8;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #8e518d;
}
.label-danger {
  background-color: #e34757;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d62133;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, div.crm-container #ccButton .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, div.crm-container .btn-group-xs > #ccButton .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge, div.crm-container .nav-pills > .active > a > .badge, div.crm-container .nav-pills > .active > a:visited > .badge, div.crm-container .nav-pills > .active > a:link > .badge {
  color: #00263e;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge, div.crm-container .nav-pills > li > a > .badge, div.crm-container .nav-pills > li > a:visited > .badge, div.crm-container .nav-pills > li > a:link > .badge {
  margin-left: 3px;
}
a.badge:hover, div.crm-container a.badge:hover, div.crm-container a.badge:visited:hover, div.crm-container a.badge:link:hover, a.badge:focus, div.crm-container a.badge:focus, div.crm-container a.badge:visited:focus, div.crm-container a.badge:link:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f5f5f5;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p, .jumbotron div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .jumbotron table.crm-info-panel:not(:last-child) {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: gainsboro;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img, .thumbnail div.crm-container a > img, div.crm-container .thumbnail a > img, .thumbnail div.crm-container a:visited > img, div.crm-container .thumbnail a:visited > img, .thumbnail div.crm-container a:link > img, div.crm-container .thumbnail a:link > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #00263E;
}
a.thumbnail:hover, div.crm-container a.thumbnail:hover, div.crm-container a.thumbnail:visited:hover, div.crm-container a.thumbnail:link:hover, a.thumbnail:focus, div.crm-container a.thumbnail:focus, div.crm-container a.thumbnail:visited:focus, div.crm-container a.thumbnail:link:focus, a.thumbnail.active, div.crm-container a.thumbnail.active, div.crm-container a.thumbnail.active:visited, div.crm-container a.thumbnail.active:link {
  border-color: #00263e;
}
.alert, div.crm-container .messages, div.crm-container .help {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, div.crm-container .messages h4, div.crm-container .help h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, div.crm-container .messages .alert-link, div.crm-container .help .alert-link {
  font-weight: 700;
}
.alert > p, div.crm-container .messages > p, div.crm-container .crm-accordion-body .messages > table.crm-info-panel:not(:last-child), div.crm-container .help > p, div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .alert > table.crm-info-panel:not(:last-child), .alert > ul, div.crm-container .messages > ul, div.crm-container .help > ul {
  margin-bottom: 0;
}
.alert > p + p, div.crm-container .messages > p + p, div.crm-container .crm-accordion-body .messages > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .messages > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .messages > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .help > p + p, div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .help > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .alert > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .alert > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .alert > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child) {
  margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, div.crm-container .help {
  color: #278d27;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr, div.crm-container .help hr {
  border-top-color: #c9e2b4;
}
.alert-success .alert-link, div.crm-container .help .alert-link {
  color: #1c651c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a7e1ed;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning, div.crm-container .status {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr, div.crm-container .status hr {
  border-top-color: #f8e2b5;
}
.alert-warning .alert-link, div.crm-container .status .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4bac0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00263e;
  -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, .progress-bar-striped {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
  -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-success {
  background-color: #53bdbe;
}
.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #a969a8;
}
.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e34757;
}
.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right, .media > .pull-right {
  padding-left: 10px;
}
.media-left, .media > .pull-left {
  padding-right: 10px;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00263e;
  border-color: #00263e;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  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: #0ba1ff;
}
a.list-group-item, div.crm-container a.list-group-item, div.crm-container a.list-group-item:visited, div.crm-container a.list-group-item:link, button.list-group-item {
  color: #666666;
}
a.list-group-item .list-group-item-heading, div.crm-container a.list-group-item .list-group-item-heading, div.crm-container a.list-group-item:visited .list-group-item-heading, div.crm-container a.list-group-item:link .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, div.crm-container a.list-group-item:hover, div.crm-container a.list-group-item:visited:hover, div.crm-container a.list-group-item:link:hover, a.list-group-item:focus, div.crm-container a.list-group-item:focus, div.crm-container a.list-group-item:visited:focus, div.crm-container a.list-group-item:link:focus, button.list-group-item:hover, button.list-group-item:focus {
  color: #666666;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #278d27;
  background-color: #dff0d8;
}
a.list-group-item-success, div.crm-container a.list-group-item-success, div.crm-container a.list-group-item-success:visited, div.crm-container a.list-group-item-success:link, button.list-group-item-success {
  color: #278d27;
}
a.list-group-item-success .list-group-item-heading, div.crm-container a.list-group-item-success .list-group-item-heading, div.crm-container a.list-group-item-success:visited .list-group-item-heading, div.crm-container a.list-group-item-success:link .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, div.crm-container a.list-group-item-success:hover, div.crm-container a.list-group-item-success:visited:hover, div.crm-container a.list-group-item-success:link:hover, a.list-group-item-success:focus, div.crm-container a.list-group-item-success:focus, div.crm-container a.list-group-item-success:visited:focus, div.crm-container a.list-group-item-success:link:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #278d27;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, div.crm-container a.list-group-item-success.active, div.crm-container a.list-group-item-success.active:visited, div.crm-container a.list-group-item-success.active:link, a.list-group-item-success.active:hover, div.crm-container a.list-group-item-success.active:hover, div.crm-container a.list-group-item-success.active:visited:hover, div.crm-container a.list-group-item-success.active:link:hover, a.list-group-item-success.active:focus, div.crm-container a.list-group-item-success.active:focus, div.crm-container a.list-group-item-success.active:visited:focus, div.crm-container a.list-group-item-success.active:link:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #278d27;
  border-color: #278d27;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info, div.crm-container a.list-group-item-info, div.crm-container a.list-group-item-info:visited, div.crm-container a.list-group-item-info:link, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, div.crm-container a.list-group-item-info .list-group-item-heading, div.crm-container a.list-group-item-info:visited .list-group-item-heading, div.crm-container a.list-group-item-info:link .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, div.crm-container a.list-group-item-info:hover, div.crm-container a.list-group-item-info:visited:hover, div.crm-container a.list-group-item-info:link:hover, a.list-group-item-info:focus, div.crm-container a.list-group-item-info:focus, div.crm-container a.list-group-item-info:visited:focus, div.crm-container a.list-group-item-info:link:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, div.crm-container a.list-group-item-info.active, div.crm-container a.list-group-item-info.active:visited, div.crm-container a.list-group-item-info.active:link, a.list-group-item-info.active:hover, div.crm-container a.list-group-item-info.active:hover, div.crm-container a.list-group-item-info.active:visited:hover, div.crm-container a.list-group-item-info.active:link:hover, a.list-group-item-info.active:focus, div.crm-container a.list-group-item-info.active:focus, div.crm-container a.list-group-item-info.active:visited:focus, div.crm-container a.list-group-item-info.active:link:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning, div.crm-container a.list-group-item-warning, div.crm-container a.list-group-item-warning:visited, div.crm-container a.list-group-item-warning:link, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, div.crm-container a.list-group-item-warning .list-group-item-heading, div.crm-container a.list-group-item-warning:visited .list-group-item-heading, div.crm-container a.list-group-item-warning:link .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, div.crm-container a.list-group-item-warning:hover, div.crm-container a.list-group-item-warning:visited:hover, div.crm-container a.list-group-item-warning:link:hover, a.list-group-item-warning:focus, div.crm-container a.list-group-item-warning:focus, div.crm-container a.list-group-item-warning:visited:focus, div.crm-container a.list-group-item-warning:link:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, div.crm-container a.list-group-item-warning.active, div.crm-container a.list-group-item-warning.active:visited, div.crm-container a.list-group-item-warning.active:link, a.list-group-item-warning.active:hover, div.crm-container a.list-group-item-warning.active:hover, div.crm-container a.list-group-item-warning.active:visited:hover, div.crm-container a.list-group-item-warning.active:link:hover, a.list-group-item-warning.active:focus, div.crm-container a.list-group-item-warning.active:focus, div.crm-container a.list-group-item-warning.active:visited:focus, div.crm-container a.list-group-item-warning.active:link:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger, div.crm-container a.list-group-item-danger, div.crm-container a.list-group-item-danger:visited, div.crm-container a.list-group-item-danger:link, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, div.crm-container a.list-group-item-danger .list-group-item-heading, div.crm-container a.list-group-item-danger:visited .list-group-item-heading, div.crm-container a.list-group-item-danger:link .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, div.crm-container a.list-group-item-danger:hover, div.crm-container a.list-group-item-danger:visited:hover, div.crm-container a.list-group-item-danger:link:hover, a.list-group-item-danger:focus, div.crm-container a.list-group-item-danger:focus, div.crm-container a.list-group-item-danger:visited:focus, div.crm-container a.list-group-item-danger:link:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, div.crm-container a.list-group-item-danger.active, div.crm-container a.list-group-item-danger.active:visited, div.crm-container a.list-group-item-danger.active:link, a.list-group-item-danger.active:hover, div.crm-container a.list-group-item-danger.active:hover, div.crm-container a.list-group-item-danger.active:visited:hover, div.crm-container a.list-group-item-danger.active:link:hover, a.list-group-item-danger.active:focus, div.crm-container a.list-group-item-danger.active:focus, div.crm-container a.list-group-item-danger.active:visited:focus, div.crm-container a.list-group-item-danger.active:link:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel, div.crm-container .crm-accordion-wrapper {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: 0;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a, div.crm-container .panel-title > a, div.crm-container .panel-title > a:visited, div.crm-container .panel-title > a:link, .panel-title > small, .panel-title > .small, .panel-title > small > a, div.crm-container .panel-title > small > a, div.crm-container .panel-title > small > a:visited, div.crm-container .panel-title > small > a:link, .panel-title > .small > a, div.crm-container .panel-title > .small > a, div.crm-container .panel-title > .small > a:visited, div.crm-container .panel-title > .small > a:link {
  color: inherit;
}
.panel-footer {
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group, div.crm-container .crm-accordion-wrapper > .list-group, .panel > .panel-collapse > .list-group, div.crm-container .crm-accordion-wrapper > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, div.crm-container .crm-accordion-wrapper > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item, div.crm-container .crm-accordion-wrapper > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, div.crm-container .crm-accordion-wrapper > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child, div.crm-container .crm-accordion-wrapper > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, div.crm-container .crm-accordion-wrapper > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child, div.crm-container .crm-accordion-wrapper > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, div.crm-container .crm-accordion-wrapper > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table, div.crm-container .crm-accordion-wrapper > .table, .panel > .table-responsive > .table, div.crm-container .crm-accordion-wrapper > .table-responsive > .table, .panel > .panel-collapse > .table, div.crm-container .crm-accordion-wrapper > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, div.crm-container .crm-accordion-wrapper > .table caption, .panel > .table-responsive > .table caption, div.crm-container .crm-accordion-wrapper > .table-responsive > .table caption, .panel > .panel-collapse > .table caption, div.crm-container .crm-accordion-wrapper > .panel-collapse > .table caption {
  padding-right: 0;
  padding-left: 0;
}
.panel > .table:first-child, div.crm-container .crm-accordion-wrapper > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, div.crm-container .crm-accordion-wrapper > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, div.crm-container .crm-accordion-wrapper > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, div.crm-container .crm-accordion-wrapper > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, div.crm-container .crm-accordion-wrapper > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, div.crm-container .crm-accordion-wrapper > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .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, div.crm-container .crm-accordion-wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, div.crm-container .crm-accordion-wrapper > .panel-body + .table, .panel > .panel-body + .table-responsive, div.crm-container .crm-accordion-wrapper > .panel-body + .table-responsive, .panel > .table + .panel-body, div.crm-container .crm-accordion-wrapper > .table + .panel-body, .panel > .table-responsive + .panel-body, div.crm-container .crm-accordion-wrapper > .table-responsive + .panel-body {
  border-top: 1px solid #eee;
}
.panel > .table > tbody:first-child > tr:first-child th, div.crm-container .crm-accordion-wrapper > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td, div.crm-container .crm-accordion-wrapper > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, div.crm-container .crm-accordion-wrapper > .table-bordered, .panel > .table-responsive > .table-bordered, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, div.crm-container .crm-accordion-wrapper > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, div.crm-container .crm-accordion-wrapper > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, div.crm-container .crm-accordion-wrapper > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, div.crm-container .crm-accordion-wrapper > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, div.crm-container .crm-accordion-wrapper > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, div.crm-container .crm-accordion-wrapper > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, div.crm-container .crm-accordion-wrapper > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, div.crm-container .crm-accordion-wrapper > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, div.crm-container .crm-accordion-wrapper > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, div.crm-container .crm-accordion-wrapper > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, div.crm-container .crm-accordion-wrapper > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, div.crm-container .crm-accordion-wrapper > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel, .panel-group div.crm-container .crm-accordion-wrapper, div.crm-container .panel-group .crm-accordion-wrapper {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel, .panel-group div.crm-container .crm-accordion-wrapper + .panel, div.crm-container .panel-group .crm-accordion-wrapper + .panel, .panel-group div.crm-container .panel + .crm-accordion-wrapper, div.crm-container .panel-group .panel + .crm-accordion-wrapper, .panel-group div.crm-container div.crm-container .crm-accordion-wrapper + .crm-accordion-wrapper, div.crm-container .panel-group div.crm-container .crm-accordion-wrapper + .crm-accordion-wrapper {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary, div.crm-container .crm-accordion-wrapper {
  border-color: #00263e;
}
.panel-primary > .panel-heading, div.crm-container .crm-accordion-wrapper > .panel-heading {
  color: #fff;
  background-color: #00263e;
  border-color: #00263e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body, div.crm-container .crm-accordion-wrapper > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00263e;
}
.panel-primary > .panel-heading .badge, div.crm-container .crm-accordion-wrapper > .panel-heading .badge {
  color: #00263e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body, div.crm-container .crm-accordion-wrapper > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00263e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #278d27;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #278d27;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well, #crm-container.crm-public .crm-socialnetwork {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eae1dc;
  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, #crm-container.crm-public .crm-socialnetwork 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: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/**
 * Components w/ JavaScript
 */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999999;
  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);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px 25px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px 25px;
}
.modal-footer {
  padding: 15px 25px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer div.crm-container #ccButton + .btn, div.crm-container .modal-footer #ccButton + .btn, .modal-footer div.crm-container .btn + #ccButton, div.crm-container .modal-footer .btn + #ccButton, .modal-footer div.crm-container div.crm-container #ccButton + #ccButton, div.crm-container .modal-footer div.crm-container #ccButton + #ccButton {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group div.crm-container #ccButton + .btn, div.crm-container .modal-footer .btn-group #ccButton + .btn, .modal-footer .btn-group div.crm-container .btn + #ccButton, div.crm-container .modal-footer .btn-group .btn + #ccButton, .modal-footer .btn-group div.crm-container div.crm-container #ccButton + #ccButton, div.crm-container .modal-footer .btn-group div.crm-container #ccButton + #ccButton {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 410px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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, div.crm-container .carousel-inner > .item > a > img, div.crm-container .carousel-inner > .item > a:visited > img, div.crm-container .carousel-inner > .item > a:link > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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, .carousel-caption div.crm-container #ccButton, div.crm-container .carousel-caption #ccButton {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/**
 * Utility classes
 */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    width: device-width;
  }
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/**
 * Custom mixins
 */
/**
 * Custom animations
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Overrides
 */
.ajax-progress {
  animation: spin 1s linear infinite;
}
button .ajax-progress {
  margin-left: 9px;
}
/* stylelint-disable selector-max-id */
#ui-datepicker-div {
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  padding: 0.2em;
  width: auto;
  z-index: 10 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
  border-radius: 6px;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
  background: none;
  border: none;
  border-radius: 4px;
  color: #999999;
  cursor: pointer;
  height: 46px;
  top: 2px;
  width: 23px;
}
#ui-datepicker-div .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-next:focus, #ui-datepicker-div .ui-datepicker-next:hover {
  background: none;
  border: none;
  color: #333;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon, #ui-datepicker-div .ui-datepicker-next .ui-icon {
  align-items: center;
  background: none;
  display: flex;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: static;
  text-indent: 0;
  width: 100%;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon::before, #ui-datepicker-div .ui-datepicker-next .ui-icon::before {
  font-size: 18px;
  margin: 0 auto;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
#ui-datepicker-div .ui-datepicker-next {
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-next .ui-icon {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
#ui-datepicker-div .ui-datepicker-next .ui-icon::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
#ui-datepicker-div .ui-datepicker-title {
  color: #00263E;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 23px;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background: none;
  border: 2px solid #dfe4e8;
  border-left: 0;
  border-right: 0;
}
#ui-datepicker-div .ui-datepicker-calendar tbody {
  background: inherit;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  padding: 1px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  /* stylelint-disable max-nesting-depth */
  background: none;
  border: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 4px;
  border-right: 1px solid transparent;
  box-sizing: content-box;
  color: #00263E;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 1px;
  text-align: center;
  width: 36px;
  /* stylelint-enable max-nesting-depth */
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:active, #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:focus, #ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: none;
  border: 1px solid #00263e;
  border-left: 1px solid #00263e;
  border-right: 1px solid #00263e;
  color: #00263E;
  font-weight: 400;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: none;
  border: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #00263E;
  font-weight: 700;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  background: #00263e;
  border: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #fff;
  font-weight: 400;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.35;
  /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
  /* stylelint-enable selector-max-compound-selectors, max-nesting-depth */
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  background: none;
  color: #00263E;
}
/* stylelint-enable selector-max-id */
.btn, div.crm-container #ccButton {
  min-width: unset;
  text-transform: none;
}
.btn.active.focus, div.crm-container .active.focus#ccButton, .btn.active:focus, div.crm-container .active#ccButton:focus, .btn.focus, div.crm-container .focus#ccButton, .btn:active.focus, div.crm-container .focus#ccButton:active, .btn:active:focus, div.crm-container #ccButton:active:focus, .btn:focus, div.crm-container #ccButton:focus {
  outline: 0;
  outline-offset: 0;
}
label {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.form-control, .select2-search input, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  line-height: 1.428571429;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control[readonly], .select2-search input[readonly], .CRM_CiviAwards_Form_AwardReview .crm-frozen-field[readonly], .form-control[disabled], .select2-search input[disabled], .CRM_CiviAwards_Form_AwardReview .crm-frozen-field[disabled] {
  border-color: #e5e9eb;
}
.form-control::-webkit-file-upload-button, .select2-search input::-webkit-file-upload-button, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field::-webkit-file-upload-button {
  background: -internal-light-dark(#efefef, #3b3b3b);
  border: 2px outset -internal-light-dark(#767676, #858585);
  color: -internal-light-dark(#000, #fff);
  font-weight: inherit;
  padding: 1px 6px;
  text-transform: none;
}
.form-inline .control-label {
  margin: 0;
}
.form-select {
  appearance: unset;
  background: #ffffff url('../images/dropdown-icon.svg') calc(100% - 12px) center no-repeat;
  background-size: 8px;
}
.form-required {
  color: #e34757;
}
.help-block {
  color: #0074be;
}
.help-block > ul {
  padding: 0 0 0 40px;
}
.help-block > a .icon, div.crm-container .help-block > a .icon, div.crm-container .help-block > a:visited .icon, div.crm-container .help-block > a:link .icon {
  display: none;
}
.help-block > a::before, div.crm-container .help-block > a::before, div.crm-container .help-block > a:visited::before, div.crm-container .help-block > a:link::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
}
.form-actions .form-submit {
  border-radius: 4px;
  padding: 6px 12px;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .select2-search input, .select2-search .has-error input, .has-error .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .has-error .crm-frozen-field {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus, .has-error .select2-search input:focus, .select2-search .has-error input:focus, .has-error .CRM_CiviAwards_Form_AwardReview .crm-frozen-field:focus, .CRM_CiviAwards_Form_AwardReview .has-error .crm-frozen-field:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.glyphicon-refresh::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
.glyphicon-question-sign::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
.panel, div.crm-container .crm-accordion-wrapper {
  box-shadow: none;
}
.panel-title {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.41666667;
}
legend.panel-heading {
  margin: 0 0 20px 0;
}
.popover-title {
  font-family: inherit;
}
.popover-content .help-block {
  color: #0074be;
}
.table {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.table.webform-grid {
  overflow: hidden;
}
.table td.checkbox, .table td.radio, .table th.checkbox, .table th.radio {
  display: table-cell;
  text-align: center;
  white-space: nowrap;
}
.table td.checkbox > .checkbox, .table td.checkbox > .radio, .table td.radio > .checkbox, .table td.radio > .radio, .table th.checkbox > .checkbox, .table th.checkbox > .radio, .table th.radio > .checkbox, .table th.radio > .radio {
  margin: 0;
}
.table > thead > tr {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
.table > thead > tr > th {
  background-color: inherit;
  border-width: 1px;
  padding: 8px;
}
.well, #crm-container.crm-public .crm-socialnetwork {
  border: 1px solid #eae1dc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.page-header {
  margin: 40px 0 20px;
  padding: 0 0 9px 0;
}
/**
 * Custom Components
 */
/* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
form .webform-component.static {
  /* stylelint-disable scss/at-extend-no-missing-placeholder */
  /* stylelint-enable scss/at-extend-no-missing-placeholder */
}
form .webform-component.static li.token-input-token {
  background-color: #00263e;
  color: #fff;
}
form ul.token-input-list {
  border-color: #e5e9eb;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  min-height: 34px;
  position: relative;
}
form ul.token-input-list::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
form ul.token-input-list li.token-input-token, form ul.token-input-list li.token-input-input-token input {
  font-size: 14px;
  font-weight: 400;
  margin: 4px;
  position: relative;
}
form ul.token-input-list li.token-input-input-token {
  padding-right: 36px;
}
form ul.token-input-list li.token-input-input-token input {
  padding: 2px 0 2px 12px;
  width: auto;
}
form ul.token-input-list li.token-input-token {
  background: #fff;
  color: #666;
  padding: 2px 8px;
}
form ul.token-input-list li.token-input-token .token-input-delete-token {
  color: inherit;
}
form ul.token-input-list li.token-input-selected-token {
  background: #00263e;
  color: #fff;
}
div.token-input-dropdown {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  padding: 5px 0;
  z-index: 2;
}
div.token-input-dropdown > p, div.crm-container .crm-accordion-body div.token-input-dropdown > table.crm-info-panel:not(:last-child) {
  color: #777777;
  font-weight: 700;
  padding: 6px 20px;
}
div.token-input-dropdown ul li {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 20px;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #f5f5f5;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background: #f5f5f5;
  color: #00263E;
}
.chosen-container .chosen-single, .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-multi .chosen-choices {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.chosen-container {
  padding: 0 0 0 12px;
}
.chosen-container .chosen-single div, .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div {
  display: none;
}
.chosen-container .chosen-single span, .chosen-container.chosen-container-active.chosen-with-drop .chosen-single span {
  margin-right: 0;
}
.chosen-container .chosen-drop {
  margin: 4px 0 3px;
  min-width: 100px;
  width: calc(100% + 2px);
}
.chosen-container .chosen-results {
  margin: 0;
  padding: 5px 0;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #f5f5f5;
  background-image: none;
  color: #00263E;
}
.chosen-container-multi {
  padding: 0;
}
.chosen-container-multi .chosen-choices li.search-field {
  /* stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type */
  /* stylelint-enable selector-max-compound-selectors, selector-no-qualifying-type */
}
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  padding-left: 12px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors*/
.crm-container .crm-section {
  margin-bottom: 10px;
}
.crm-container .crm-section > .label {
  color: unset;
  display: block;
  font-size: inherit;
  line-height: 1.428571429;
  padding: 0;
  text-align: left;
  white-space: initial;
}
.crm-container .crm-section.crm-public-form-item, .crm-container .crm-section.form-item {
  margin-bottom: 20px;
}
.crm-container .crm-section .description, .crm-container .crm-accordion-wrapper .description {
  color: #777777;
  font-size: 12px;
  margin-top: 5px;
}
.crm-container .crm-form-textarea, .crm-container .crm-form-text {
  -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;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e9eb;
  border-radius: 2px;
  color: #666;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 12px;
  width: 100%;
}
.crm-container .crm-form-textarea:focus, .crm-container .crm-form-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.crm-container .crm-form-textarea::-moz-placeholder, .crm-container .crm-form-text::-moz-placeholder {
  color: #99a8b2;
  opacity: 1;
}
.crm-container .crm-form-textarea:-ms-input-placeholder, .crm-container .crm-form-text:-ms-input-placeholder {
  color: #99a8b2;
}
.crm-container .crm-form-textarea::-webkit-input-placeholder, .crm-container .crm-form-text::-webkit-input-placeholder {
  color: #99a8b2;
}
.crm-container .crm-form-textarea::-ms-expand, .crm-container .crm-form-text::-ms-expand {
  background-color: transparent;
  border: 0;
}
.crm-container .crm-form-textarea[disabled], .crm-container .crm-form-textarea[readonly], fieldset[disabled] .crm-container .crm-form-textarea, .crm-container .crm-form-text[disabled], .crm-container .crm-form-text[readonly], fieldset[disabled] .crm-container .crm-form-text {
  background-color: #f5f5f5;
  opacity: 1;
}
.crm-container .crm-form-textarea[disabled], fieldset[disabled] .crm-container .crm-form-textarea, .crm-container .crm-form-text[disabled], fieldset[disabled] .crm-container .crm-form-text {
  cursor: not-allowed;
}
.crm-container .crm-form-textarea {
  height: auto;
  resize: none;
}
.crm-container .crm-submit-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.crm-container .crm-submit-buttons .crm-form-submit:only-child {
  margin-left: auto;
}
.crm-container .crm-button {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 700;
}
.crm-container .crm-button.default {
  color: #fff;
  background-color: #00263e;
  border-color: #001625;
}
.crm-container .crm-button.default:focus, .crm-container .crm-button.default.focus {
  color: #fff;
  background-color: #00070b;
  border-color: black;
}
.crm-container .crm-button.default:hover {
  color: #fff;
  background-color: #00070b;
  border-color: black;
}
.crm-container .crm-button.default:active, .crm-container .crm-button.default.active, .open > .crm-container .crm-button.default.dropdown-toggle {
  color: #fff;
  background-color: #00070b;
  background-image: none;
  border-color: black;
}
.crm-container .crm-button.default:active:hover, .crm-container .crm-button.default:active:focus, .crm-container .crm-button.default:active.focus, .crm-container .crm-button.default.active:hover, .crm-container .crm-button.default.active:focus, .crm-container .crm-button.default.active.focus, .open > .crm-container .crm-button.default.dropdown-toggle:hover, .open > .crm-container .crm-button.default.dropdown-toggle:focus, .open > .crm-container .crm-button.default.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.crm-container .crm-button.default.disabled:hover, .crm-container .crm-button.default.disabled:focus, .crm-container .crm-button.default.disabled.focus, .crm-container .crm-button.default[disabled]:hover, .crm-container .crm-button.default[disabled]:focus, .crm-container .crm-button.default[disabled].focus, fieldset[disabled] .crm-container .crm-button.default:hover, fieldset[disabled] .crm-container .crm-button.default:focus, fieldset[disabled] .crm-container .crm-button.default.focus {
  background-color: #00263e;
  border-color: #001625;
}
.crm-container .crm-button.default .badge {
  color: #00263e;
  background-color: #fff;
}
.crm-container .crm-button.cancel {
  color: #333333;
  background-color: #fff;
  border-color: #ccc;
}
.crm-container .crm-button.cancel:focus, .crm-container .crm-button.cancel.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.crm-container .crm-button.cancel:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.crm-container .crm-button.cancel:active, .crm-container .crm-button.cancel.active, .open > .crm-container .crm-button.cancel.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.crm-container .crm-button.cancel:active:hover, .crm-container .crm-button.cancel:active:focus, .crm-container .crm-button.cancel:active.focus, .crm-container .crm-button.cancel.active:hover, .crm-container .crm-button.cancel.active:focus, .crm-container .crm-button.cancel.active.focus, .open > .crm-container .crm-button.cancel.dropdown-toggle:hover, .open > .crm-container .crm-button.cancel.dropdown-toggle:focus, .open > .crm-container .crm-button.cancel.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.crm-container .crm-button.cancel.disabled:hover, .crm-container .crm-button.cancel.disabled:focus, .crm-container .crm-button.cancel.disabled.focus, .crm-container .crm-button.cancel[disabled]:hover, .crm-container .crm-button.cancel[disabled]:focus, .crm-container .crm-button.cancel[disabled].focus, fieldset[disabled] .crm-container .crm-button.cancel:hover, fieldset[disabled] .crm-container .crm-button.cancel:focus, fieldset[disabled] .crm-container .crm-button.cancel.focus {
  background-color: #fff;
  border-color: #ccc;
}
.crm-container .crm-button.cancel .badge {
  color: #fff;
  background-color: #333333;
}
.crm-container .crm-button.crm-button-type-back {
  order: -1;
}
.crm-container .header-dark {
  color: #333333;
  font-family: inherit;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.41666667;
  margin-bottom: 10px;
  margin-top: 20px;
}
.crm-container .crm-block .help {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.crm-container .crm-block .help h4 {
  color: inherit;
  margin-top: 0;
}
.crm-container .crm-block .help .alert-link {
  font-weight: 700;
}
.crm-container .crm-block .help > p, .crm-container .crm-block div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .crm-block .help > table.crm-info-panel:not(:last-child), .crm-container .crm-block .help > ul {
  margin-bottom: 0;
}
.crm-container .crm-block .help > p + p, .crm-container .crm-block div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .crm-block .help > table.crm-info-panel:not(:last-child) + p, .crm-container .crm-block div.crm-container .crm-accordion-body .help > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .crm-block .help > p + table.crm-info-panel:not(:last-child), .crm-container .crm-block div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .crm-block div.crm-container .crm-accordion-body .help > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child) {
  margin-top: 5px;
}
.crm-container .crm-block .help hr {
  border-top-color: #f8e2b5;
}
.crm-container .crm-block .help .alert-link {
  color: #66512c;
}
.crm-container .messages.error, .crm-container .messages.crm-error {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.crm-container .messages.error h4, .crm-container .messages.crm-error h4 {
  color: inherit;
  margin-top: 0;
}
.crm-container .messages.error .alert-link, .crm-container .messages.crm-error .alert-link {
  font-weight: 700;
}
.crm-container .messages.error > p, .crm-container div.crm-container .crm-accordion-body .messages.error > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .messages.error > table.crm-info-panel:not(:last-child), .crm-container .messages.error > ul, .crm-container .messages.crm-error > p, .crm-container div.crm-container .crm-accordion-body .messages.crm-error > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .messages.crm-error > table.crm-info-panel:not(:last-child), .crm-container .messages.crm-error > ul {
  margin-bottom: 0;
}
.crm-container .messages.error > p + p, .crm-container div.crm-container .crm-accordion-body .messages.error > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .messages.error > table.crm-info-panel:not(:last-child) + p, .crm-container div.crm-container .crm-accordion-body .messages.error > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .messages.error > p + table.crm-info-panel:not(:last-child), .crm-container div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body .messages.error > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container div.crm-container .crm-accordion-body .messages.error > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), .crm-container .messages.crm-error > p + p, .crm-container div.crm-container .crm-accordion-body .messages.crm-error > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .messages.crm-error > table.crm-info-panel:not(:last-child) + p, .crm-container div.crm-container .crm-accordion-body .messages.crm-error > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .messages.crm-error > p + table.crm-info-panel:not(:last-child), .crm-container div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body .messages.crm-error > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container div.crm-container .crm-accordion-body .messages.crm-error > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child) {
  margin-top: 5px;
}
.crm-container .messages.error hr, .crm-container .messages.crm-error hr {
  border-top-color: #e4bac0;
}
.crm-container .messages.error .alert-link, .crm-container .messages.crm-error .alert-link {
  color: #843534;
}
.crm-container .crm-accordion-wrapper {
  margin-bottom: 20px;
}
.crm-container .crm-accordion-wrapper .crm-accordion-header {
  cursor: pointer;
  display: inline-block;
}
.crm-container .crm-accordion-wrapper .crm-accordion-header::after {
  content: '';
  font-family: FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
}
.crm-container .crm-accordion-wrapper.collapsed .crm-accordion-header {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.crm-container .crm-accordion-wrapper.collapsed .crm-accordion-header::after {
  content: '';
  font-family: FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
}
.crm-container .crm-accordion-wrapper .crm-accordion-body {
  background-color: inherit;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 8px 16px;
}
.crm-container table.form-layout-compressed, .crm-container table.form-layout {
  background-color: inherit;
}
.crm-container .price-set-row {
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  clear: both;
}
.crm-container .price-set-row .price-set-option-content {
  padding: 0;
}
.crm-container .price-set-row .price-set-option-content > label[for] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.crm-container .price-set-row .price-set-option-content > label[for]:hover::after {
  border-color: #4f4f4f;
}
.crm-container .price-set-row .price-set-option-content > input {
  opacity: 0;
  position: absolute !important;
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.crm-container .price-set-row .price-set-option-content > input:checked + label[for]::before {
  opacity: 1;
}
.crm-container .price-set-row + .crm-container .price-set-row {
  margin-top: -5px;
}
.crm-container .price-set-row .price-set-option-content > input {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.crm-container .price-set-row .price-set-option-content > input:checked + label[for]::after {
  border-color: #0072ff;
}
.crm-container .price-set-row .price-set-option-content > label[for] {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth*/
}
.crm-container .price-set-row .price-set-option-content > label[for]::before {
  background: #0072ff;
  border-radius: 100%;
  content: '';
  display: block;
  height: 7px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 7px;
  z-index: 1;
}
.crm-container .price-set-row .price-set-option-content > label[for]::after {
  background: #fff;
  border: 1px solid #757575;
  border-radius: 50%;
  content: '';
  height: 13px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
}
.crm-container .price-set-row > label[for] {
  margin: unset;
}
.crm-container .payment_processor-section {
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  margin-bottom: 20px;
}
.crm-container .payment_processor-section > .content {
  padding: 0;
}
.crm-container .payment_processor-section > .content > label[for] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.crm-container .payment_processor-section > .content > label[for]:hover::after {
  border-color: #4f4f4f;
}
.crm-container .payment_processor-section > .content > input {
  opacity: 0;
  position: absolute !important;
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.crm-container .payment_processor-section > .content > input:checked + label[for]::before {
  opacity: 1;
}
.crm-container .payment_processor-section + .crm-container .payment_processor-section {
  margin-top: -5px;
}
.crm-container .payment_processor-section > .content > input {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.crm-container .payment_processor-section > .content > input:checked + label[for]::after {
  border-color: #0072ff;
}
.crm-container .payment_processor-section > .content > label[for] {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth*/
}
.crm-container .payment_processor-section > .content > label[for]::before {
  background: #0072ff;
  border-radius: 100%;
  content: '';
  display: block;
  height: 7px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 7px;
  z-index: 1;
}
.crm-container .payment_processor-section > .content > label[for]::after {
  background: #fff;
  border: 1px solid #757575;
  border-radius: 50%;
  content: '';
  height: 13px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
}
.crm-container .payment_processor-section .content:before, .crm-container .payment_processor-section .content:after {
  display: table;
  content: " ";
}
.crm-container .payment_processor-section .content:after {
  clear: both;
}
.crm-container .payment_processor-section .content label[for] {
  clear: left;
  float: left;
  margin-bottom: 10px;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.crm-container .payment_processor-section .content label[for] ~ label[for] {
  margin-top: -5px;
}
.crm-container .payment_processor-section .content .crm-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  clear: left;
  float: left;
}
.crm-container .payment_processor-section .content .crm-error hr {
  border-top-color: #e4bac0;
}
.crm-container .payment_processor-section .content .crm-error .alert-link {
  color: #843534;
}
.crm-container .crm-credit_card_type-icons {
  display: flex;
  margin-bottom: 20px;
}
.crm-container .crm-credit_card_type-icons > a, .crm-container div.crm-container .crm-credit_card_type-icons > a, div.crm-container .crm-container .crm-credit_card_type-icons > a, .crm-container div.crm-container .crm-credit_card_type-icons > a:visited, div.crm-container .crm-container .crm-credit_card_type-icons > a:visited, .crm-container div.crm-container .crm-credit_card_type-icons > a:link, div.crm-container .crm-container .crm-credit_card_type-icons > a:link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35px;
  margin-right: 10px;
  width: 48px;
}
.crm-container .crm-credit_card_type-icons > a span, .crm-container div.crm-container .crm-credit_card_type-icons > a span, div.crm-container .crm-container .crm-credit_card_type-icons > a span, .crm-container div.crm-container .crm-credit_card_type-icons > a:visited span, div.crm-container .crm-container .crm-credit_card_type-icons > a:visited span, .crm-container div.crm-container .crm-credit_card_type-icons > a:link span, div.crm-container .crm-container .crm-credit_card_type-icons > a:link span {
  display: none;
}
.crm-container .crm-credit_card_type-icons .crm-credit_card_type-icon-amex {
  background-image: url("../images/payments/amex.png");
}
.crm-container .crm-credit_card_type-icons .crm-credit_card_type-icon-discover {
  background-image: url("../images/payments/discover.png");
}
.crm-container .crm-credit_card_type-icons .crm-credit_card_type-icon-mastercard {
  background-image: url("../images/payments/mastercard.png");
}
.crm-container .crm-credit_card_type-icons .crm-credit_card_type-icon-visa {
  background-image: url("../images/payments/visa.png");
}
.crm-container .billing_name_address-section > .crm-section, .crm-container .credit_card_info-section > .crm-section {
  margin-bottom: 20px;
}
.crm-container .billing_name_address-section .crm-form-select, .crm-container .credit_card_info-section .crm-form-select {
  height: 34px;
  width: 100%;
}
.crm-container .billing_name_address-section .crm-select2, .crm-container .credit_card_info-section .crm-select2 {
  width: 100% !important;
}
.crm-container .billing_name_address-section .content .crm-error, .crm-container .credit_card_info-section .content .crm-error {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: inline-block;
}
.crm-container .billing_name_address-section .content .crm-error hr, .crm-container .credit_card_info-section .content .crm-error hr {
  border-top-color: #e4bac0;
}
.crm-container .billing_name_address-section .content .crm-error .alert-link, .crm-container .credit_card_info-section .content .crm-error .alert-link {
  color: #843534;
}
.crm-container .billing_name_address-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.crm-container .billing_name_address-section .billing_first_name-section, .crm-container .billing_name_address-section .billing_middle_name-section, .crm-container .billing_name_address-section .billing_last_name-section {
  flex-basis: 33.33333%;
}
.crm-container .billing_name_address-section .crm-section {
  padding: 0 7.5px;
}
.crm-container .billing_name_address-section .crm-section[class*='billing_street_address'] {
  flex-basis: 100%;
}
.crm-container .billing_name_address-section .crm-section[class*='billing_country_'], .crm-container .billing_name_address-section .crm-section[class*='billing_city'], .crm-container .billing_name_address-section .crm-section[class*='billing_state_province'], .crm-container .billing_name_address-section .crm-section[class*='billing_postal_code'] {
  flex-basis: 50%;
}
.crm-container .billing_name_address-section select[class*='crm-form-select'] {
  width: 100%;
}
.crm-container .billing_mode-section {
  display: flex;
  flex-wrap: wrap;
}
.crm-container .billing_mode-section .credit_card_type-section, .crm-container .billing_mode-section .credit_card_number-section {
  flex-basis: 100%;
}
.crm-container .billing_mode-section .credit_card_exp_date-section, .crm-container .billing_mode-section .cvv2-section {
  flex-basis: 50%;
}
.crm-container .billing_mode-section .cvv2-section {
  order: 1;
  padding-left: 7.5px;
}
.crm-container .billing_mode-section .credit_card_exp_date-section {
  padding-right: 7.5px;
}
.crm-container .credit_card_exp_date-section {
  width: 50%;
}
.crm-container .credit_card_exp_date-section .crm-form-select {
  background-color: #ffffff;
  border-color: #e5e9eb;
  border-radius: 2px;
  color: #666;
  padding: 8px 16px;
}
.crm-container .credit_card_exp_date-section .crm-form-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.crm-container .credit_card_exp_date-section .content {
  display: grid;
  font-size: 0;
  grid-gap: 0 15px;
  grid-template: 'a b' auto 'c d' auto/ 1fr 1fr;
}
.crm-container .credit_card_exp_date-section .content [name='credit_card_exp_date[M]'] {
  font-size: 14px;
  grid-area: a;
}
.crm-container .credit_card_exp_date-section .content [name='credit_card_exp_date[Y]'] {
  font-size: 14px;
  grid-area: b;
}
.crm-container .credit_card_exp_date-section .content .alert-danger[for='credit_card_exp_date_M'] {
  font-size: 14px;
  grid-area: c;
}
.crm-container .credit_card_exp_date-section .content .alert-danger[for='credit_card_exp_date_Y'] {
  font-size: 14px;
  grid-area: d;
}
.crm-container .cvv2-section .content {
  padding-right: 40px;
  position: relative;
}
.crm-container .cvv2-section .content::after {
  content: '';
  font-family: FontAwesome;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 0;
  top: 17px;
  transform: translate(0%, -50%);
}
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors, max-nesting-depth, selector-max-id */
.crm-container .clear {
  clear: both;
}
.crm-container .crm-not-you-message {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.crm-container .crm-not-you-message h4 {
  color: inherit;
  margin-top: 0;
}
.crm-container .crm-not-you-message .alert-link {
  font-weight: 700;
}
.crm-container .crm-not-you-message > p, .crm-container div.crm-container .crm-accordion-body .crm-not-you-message > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .crm-not-you-message > table.crm-info-panel:not(:last-child), .crm-container .crm-not-you-message > ul {
  margin-bottom: 0;
}
.crm-container .crm-not-you-message > p + p, .crm-container div.crm-container .crm-accordion-body .crm-not-you-message > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .crm-not-you-message > table.crm-info-panel:not(:last-child) + p, .crm-container div.crm-container .crm-accordion-body .crm-not-you-message > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .crm-not-you-message > p + table.crm-info-panel:not(:last-child), .crm-container div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body .crm-not-you-message > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container div.crm-container .crm-accordion-body .crm-not-you-message > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child) {
  margin-top: 5px;
}
.crm-container .crm-not-you-message hr {
  border-top-color: #f8e2b5;
}
.crm-container .crm-not-you-message .alert-link {
  color: #66512c;
}
.crm-container #intro_text, .crm-container #footer_text {
  background-color: #fff;
  border: 1px solid #eae1dc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 15px;
}
.crm-container #intro_text blockquote, .crm-container #footer_text blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.crm-container #ccButton {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  color: #333333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}
.crm-container #ccButton:focus, .crm-container #ccButton.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.crm-container #ccButton:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.crm-container #ccButton:active, .crm-container #ccButton.active, .open > .crm-container #ccButton.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.crm-container #ccButton:active:hover, .crm-container #ccButton:active:focus, .crm-container #ccButton:active.focus, .crm-container #ccButton.active:hover, .crm-container #ccButton.active:focus, .crm-container #ccButton.active.focus, .open > .crm-container #ccButton.dropdown-toggle:hover, .open > .crm-container #ccButton.dropdown-toggle:focus, .open > .crm-container #ccButton.dropdown-toggle.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.crm-container #ccButton.disabled:hover, .crm-container #ccButton.disabled:focus, .crm-container #ccButton.disabled.focus, .crm-container #ccButton[disabled]:hover, .crm-container #ccButton[disabled]:focus, .crm-container #ccButton[disabled].focus, fieldset[disabled] .crm-container #ccButton:hover, fieldset[disabled] .crm-container #ccButton:focus, fieldset[disabled] .crm-container #ccButton.focus {
  background-color: #fff;
  border-color: #ccc;
}
.crm-container #ccButton .badge {
  color: #fff;
  background-color: #333333;
}
.crm-container #ccButton + #ccButton {
  display: none;
}
.crm-container .crm-profile-name-direct_debit_mandate {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.crm-container .crm-profile-name-direct_debit_mandate > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.crm-container .crm-profile-name-direct_debit_mandate .legend {
  flex-basis: 100%;
}
.crm-container .crm-profile-name-direct_debit_mandate > .form-item {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .crm-container .crm-profile-name-direct_debit_mandate > .form-item {
    flex-basis: 50%;
  }
}
.crm-container .crm-profile-name-direct_debit_mandate .form-item .content {
  align-items: center;
  display: flex;
}
.crm-container .crm-profile-name-direct_debit_mandate .form-item .crm-form-date-wrapper {
  align-items: center;
  display: flex;
}
.crm-container .crm-profile-name-direct_debit_mandate .form-item .crm-form-date-wrapper, .crm-container .crm-profile-name-direct_debit_mandate .form-item .crm-form-select {
  flex-basis: 100%;
}
.crm-container .crm-profile-name-direct_debit_mandate .form-item .crm-clear-link, .crm-container .crm-profile-name-direct_debit_mandate .form-item .crm-option-edit-link {
  margin-left: 5px;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li {
  position: relative;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li ul {
  list-style: none;
  padding: 0;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li .crm-i {
  cursor: pointer;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 200px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:visited, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:visited, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:link, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:link {
  clear: both;
  color: #333333;
  display: block;
  font-weight: 400;
  line-height: 1.428571429;
  max-width: 300px;
  padding: 3px 20px;
  white-space: normal;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:hover, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:hover, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:hover, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:visited:hover, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:visited:hover, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:link:hover, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:link:hover, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:focus, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:focus, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:focus, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:visited:focus, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:visited:focus, .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results div.crm-container li > a:link:focus, div.crm-container .crm-container .crm-event-manage-tab-actions-ribbon > ul > li .ac_results li > a:link:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.crm-container .crm-event-manage-tab-actions-ribbon > ul > li #crm-participant-list {
  left: auto;
  right: 0;
}
.crm-container .fee_block-table .price_set_option-label {
  font-weight: 700;
}
.crm-container .fee_block-table .fee_amount-value {
  padding-left: 16px;
}
.crm-container .event_info-group .form-layout tbody > tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.crm-container .event_info-group .form-layout tbody > tr td:first-child {
  font-weight: 700;
  line-height: 1.428571429;
}
.crm-container .crm-event-info-form-block:before, .crm-container .crm-event-info-form-block:after {
  display: table;
  content: " ";
}
.crm-container .crm-event-info-form-block:after {
  clear: both;
}
.crm-container .crm-event-info-form-block .crm-actionlinks-bottom {
  float: left;
  margin-bottom: 10px;
}
.crm-container .price-set-row .crm-price-amount-label {
  font-weight: 700;
}
.crm-container .crm-event-thankyou-form-block br {
  display: none;
}
.crm-container .crm-event-thankyou-form-block .event_info_link-section {
  float: left;
  margin-bottom: 10px;
}
.crm-container .crm-event-info-form-block .iCal_links-section, .crm-container .crm-event-thankyou-form-block .iCal_links-section {
  float: right;
  margin-bottom: 10px;
}
.crm-container .crm-event-info-form-block .crm-socialnetwork, .crm-container .crm-event-thankyou-form-block .crm-socialnetwork {
  clear: both;
}
.crm-container .crm-socialnetwork p:not(:last-child) {
  margin-bottom: 8px;
}
.crm-container .crm-socialnetwork .btn, .crm-container .crm-socialnetwork div.crm-container #ccButton, div.crm-container .crm-container .crm-socialnetwork #ccButton {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .crm-container .crm-socialnetwork .btn, .crm-container .crm-socialnetwork div.crm-container #ccButton, div.crm-container .crm-container .crm-socialnetwork #ccButton {
    margin: 0;
  }
}
.crm-container .crm-socialnetwork .btn.btn-default, .crm-container .crm-socialnetwork div.crm-container .btn-default#ccButton, div.crm-container .crm-container .crm-socialnetwork .btn-default#ccButton {
  border-color: #ccc;
}
.crm-container .create_pcp_link-section .button, .crm-container .tell_friend_link-section .button, .crm-container .register_link-bottom .button {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  color: #fff;
  background-color: #00263e;
  border-color: #001625;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}
.crm-container .create_pcp_link-section .button:focus, .crm-container .create_pcp_link-section .button.focus, .crm-container .tell_friend_link-section .button:focus, .crm-container .tell_friend_link-section .button.focus, .crm-container .register_link-bottom .button:focus, .crm-container .register_link-bottom .button.focus {
  color: #fff;
  background-color: #00070b;
  border-color: black;
}
.crm-container .create_pcp_link-section .button:hover, .crm-container .tell_friend_link-section .button:hover, .crm-container .register_link-bottom .button:hover {
  color: #fff;
  background-color: #00070b;
  border-color: black;
}
.crm-container .create_pcp_link-section .button:active, .crm-container .create_pcp_link-section .button.active, .open > .crm-container .create_pcp_link-section .button.dropdown-toggle, .crm-container .tell_friend_link-section .button:active, .crm-container .tell_friend_link-section .button.active, .open > .crm-container .tell_friend_link-section .button.dropdown-toggle, .crm-container .register_link-bottom .button:active, .crm-container .register_link-bottom .button.active, .open > .crm-container .register_link-bottom .button.dropdown-toggle {
  color: #fff;
  background-color: #00070b;
  background-image: none;
  border-color: black;
}
.crm-container .create_pcp_link-section .button:active:hover, .crm-container .create_pcp_link-section .button:active:focus, .crm-container .create_pcp_link-section .button:active.focus, .crm-container .create_pcp_link-section .button.active:hover, .crm-container .create_pcp_link-section .button.active:focus, .crm-container .create_pcp_link-section .button.active.focus, .open > .crm-container .create_pcp_link-section .button.dropdown-toggle:hover, .open > .crm-container .create_pcp_link-section .button.dropdown-toggle:focus, .open > .crm-container .create_pcp_link-section .button.dropdown-toggle.focus, .crm-container .tell_friend_link-section .button:active:hover, .crm-container .tell_friend_link-section .button:active:focus, .crm-container .tell_friend_link-section .button:active.focus, .crm-container .tell_friend_link-section .button.active:hover, .crm-container .tell_friend_link-section .button.active:focus, .crm-container .tell_friend_link-section .button.active.focus, .open > .crm-container .tell_friend_link-section .button.dropdown-toggle:hover, .open > .crm-container .tell_friend_link-section .button.dropdown-toggle:focus, .open > .crm-container .tell_friend_link-section .button.dropdown-toggle.focus, .crm-container .register_link-bottom .button:active:hover, .crm-container .register_link-bottom .button:active:focus, .crm-container .register_link-bottom .button:active.focus, .crm-container .register_link-bottom .button.active:hover, .crm-container .register_link-bottom .button.active:focus, .crm-container .register_link-bottom .button.active.focus, .open > .crm-container .register_link-bottom .button.dropdown-toggle:hover, .open > .crm-container .register_link-bottom .button.dropdown-toggle:focus, .open > .crm-container .register_link-bottom .button.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.crm-container .create_pcp_link-section .button.disabled:hover, .crm-container .create_pcp_link-section .button.disabled:focus, .crm-container .create_pcp_link-section .button.disabled.focus, .crm-container .create_pcp_link-section .button[disabled]:hover, .crm-container .create_pcp_link-section .button[disabled]:focus, .crm-container .create_pcp_link-section .button[disabled].focus, fieldset[disabled] .crm-container .create_pcp_link-section .button:hover, fieldset[disabled] .crm-container .create_pcp_link-section .button:focus, fieldset[disabled] .crm-container .create_pcp_link-section .button.focus, .crm-container .tell_friend_link-section .button.disabled:hover, .crm-container .tell_friend_link-section .button.disabled:focus, .crm-container .tell_friend_link-section .button.disabled.focus, .crm-container .tell_friend_link-section .button[disabled]:hover, .crm-container .tell_friend_link-section .button[disabled]:focus, .crm-container .tell_friend_link-section .button[disabled].focus, fieldset[disabled] .crm-container .tell_friend_link-section .button:hover, fieldset[disabled] .crm-container .tell_friend_link-section .button:focus, fieldset[disabled] .crm-container .tell_friend_link-section .button.focus, .crm-container .register_link-bottom .button.disabled:hover, .crm-container .register_link-bottom .button.disabled:focus, .crm-container .register_link-bottom .button.disabled.focus, .crm-container .register_link-bottom .button[disabled]:hover, .crm-container .register_link-bottom .button[disabled]:focus, .crm-container .register_link-bottom .button[disabled].focus, fieldset[disabled] .crm-container .register_link-bottom .button:hover, fieldset[disabled] .crm-container .register_link-bottom .button:focus, fieldset[disabled] .crm-container .register_link-bottom .button.focus {
  background-color: #00263e;
  border-color: #001625;
}
.crm-container .create_pcp_link-section .button .badge, .crm-container .tell_friend_link-section .button .badge, .crm-container .register_link-bottom .button .badge {
  color: #00263e;
  background-color: #fff;
}
.crm-container .create_pcp_link-section .button:hover, .crm-container .create_pcp_link-section .button:focus, .crm-container .tell_friend_link-section .button:hover, .crm-container .tell_friend_link-section .button:focus, .crm-container .register_link-bottom .button:hover, .crm-container .register_link-bottom .button:focus {
  text-decoration: none;
}
.crm-container .tell_friend_form-group .form-layout-compressed td.label {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  text-align: inherit;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr {
  display: flex;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  color: #278d27;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p h4, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) h4, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) h4 {
  color: inherit;
  margin-top: 0;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p .alert-link, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) .alert-link, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) .alert-link {
  font-weight: 700;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p > p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > p, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) > p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body p > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p > table.crm-info-panel:not(:last-child), .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > table.crm-info-panel:not(:last-child), .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p > ul, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > ul, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) > ul {
  margin-bottom: 0;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p > p + p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > p + p, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) > p + p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body p > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p > table.crm-info-panel:not(:last-child) + p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body p > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p > p + table.crm-info-panel:not(:last-child), .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > table.crm-info-panel:not(:last-child) + p, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > p + table.crm-info-panel:not(:last-child), .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body p > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body p > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child) {
  margin-top: 5px;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p hr, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) hr, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) hr {
  border-top-color: #c9e2b4;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child p .alert-link, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child) .alert-link, div.crm-container .crm-accordion-body .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:first-child table.crm-info-panel:not(:last-child) .alert-link {
  color: #1c651c;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(2), .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(3) {
  flex-direction: column;
  margin-bottom: 20px;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(4) {
  margin-bottom: 20px;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(4) > td:not(:empty) {
  flex-grow: 1;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(4) > td:not(:empty) table, .crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(4) > td:not(:empty) .crm-form-text {
  width: 100%;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(4) > td:not(:empty) table {
  table-layout: fixed;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(4) > td:not(:empty) table td {
  vertical-align: baseline;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(5) {
  margin-bottom: 20px;
}
.crm-container .tell_friend_form-group .form-layout-compressed > tbody > tr:nth-child(5) td:last-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.crm-container .tell_friend_form-group .tell_friend_emails-group table {
  background-color: transparent;
}
.crm-container .tell_friend_form-group .tell_friend_emails-group table .columnheader {
  font-weight: 700;
}
.crm-container .tell_friend_form-group .tell_friend_emails-group table .crm-error {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: inline-block;
}
.crm-container .tell_friend_form-group .tell_friend_emails-group table .crm-error hr {
  border-top-color: #e4bac0;
}
.crm-container .tell_friend_form-group .tell_friend_emails-group table .crm-error .alert-link {
  color: #843534;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help h4 {
  color: inherit;
  margin-top: 0;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help .alert-link {
  font-weight: 700;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help > p, .crm-container div.crm-container .crm-accordion-body .CRM_PCP_Form_PCPAccount > .help > table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .CRM_PCP_Form_PCPAccount > .help > table.crm-info-panel:not(:last-child), .crm-container .CRM_PCP_Form_PCPAccount > .help > ul {
  margin-bottom: 0;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help > p + p, .crm-container div.crm-container .crm-accordion-body .CRM_PCP_Form_PCPAccount > .help > table.crm-info-panel:not(:last-child) + p, div.crm-container .crm-accordion-body .crm-container .CRM_PCP_Form_PCPAccount > .help > table.crm-info-panel:not(:last-child) + p, .crm-container div.crm-container .crm-accordion-body .CRM_PCP_Form_PCPAccount > .help > p + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container .CRM_PCP_Form_PCPAccount > .help > p + table.crm-info-panel:not(:last-child), .crm-container div.crm-container .crm-accordion-body div.crm-container .crm-accordion-body .CRM_PCP_Form_PCPAccount > .help > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .crm-container div.crm-container .crm-accordion-body .CRM_PCP_Form_PCPAccount > .help > table.crm-info-panel:not(:last-child) + table.crm-info-panel:not(:last-child) {
  margin-top: 5px;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help hr {
  border-top-color: #f8e2b5;
}
.crm-container .CRM_PCP_Form_PCPAccount > .help .alert-link {
  color: #66512c;
}
.crm-container .CRM_PCP_Form_Campaign .crm-accordion-header {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.crm-container .CRM_PCP_Form_Campaign .crm-error:not(.crm-error-label) {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: inline-block;
}
.crm-container .CRM_PCP_Form_Campaign .crm-error:not(.crm-error-label) hr {
  border-top-color: #e4bac0;
}
.crm-container .CRM_PCP_Form_Campaign .crm-error:not(.crm-error-label) .alert-link {
  color: #843534;
}
.crm-container .CRM_PCP_Form_Campaign td.label {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  text-align: inherit;
}
.crm-container .CRM_PCP_Form_Campaign #attachments .form-layout-compressed {
  width: 100%;
}
.crm-container .CRM_PCP_Form_Campaign #attachments tr {
  display: flex;
  flex-direction: column;
}
.crm-container .CRM_PCP_Form_Campaign .crm-submit-buttons .crm-button-type-upload {
  order: 1;
}
.checkbox, .radio {
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.checkbox > .control-label, .radio > .control-label {
  padding: 0;
}
.checkbox > .control-label > span, .radio > .control-label > span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.checkbox > .control-label > span:hover::after, .radio > .control-label > span:hover::after {
  border-color: #4f4f4f;
}
.checkbox > .control-label > input, .radio > .control-label > input {
  opacity: 0;
  position: absolute !important;
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.checkbox > .control-label > input:checked + span::before, .radio > .control-label > input:checked + span::before {
  opacity: 1;
}
.checkbox + .checkbox, .radio + .checkbox, .checkbox + .radio, .radio + .radio {
  margin-top: -5px;
}
.checkbox > .control-label > input {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.checkbox > .control-label > input:checked + span::after {
  background: #0072ff;
  border-color: #0072ff;
}
.checkbox > .control-label > span {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth*/
}
.checkbox > .control-label > span::before {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: block;
  height: 5px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: translate(0, -50%) rotate(129deg) skew(-5deg, 0deg);
  transform-origin: center;
  width: 9px;
  z-index: 1;
}
.checkbox > .control-label > span::after {
  background: #fff;
  border: 1px solid #757575;
  border-radius: 3px;
  content: '';
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
}
.radio > .control-label > input {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors*/
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors*/
}
.radio > .control-label > input:checked + span::after {
  border-color: #0072ff;
}
.radio > .control-label > span {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth*/
}
.radio > .control-label > span::before {
  background: #0072ff;
  border-radius: 100%;
  content: '';
  display: block;
  height: 7px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 7px;
  z-index: 1;
}
.radio > .control-label > span::after {
  background: #fff;
  border: 1px solid #757575;
  border-radius: 50%;
  content: '';
  height: 13px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
}
.webform-progressbar, .webform-client-form > div > .webform-progressbar, .webform-client-form .well > .webform-progressbar, .webform-client-form #crm-container.crm-public .crm-socialnetwork > .webform-progressbar, #crm-container.crm-public .webform-client-form .crm-socialnetwork > .webform-progressbar {
  flex-basis: 90%;
  margin: 0 auto;
}
.webform-progressbar-outer {
  background: none;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  margin: 40px auto;
  position: relative;
}
.webform-progressbar-outer::before {
  background: #dddddd;
  content: '';
  height: 1px;
  left: 20px;
  position: absolute;
  top: 19.5px;
  width: calc(100% - 40px);
  z-index: 0;
}
.webform-progressbar-inner {
  display: none;
}
.webform-progressbar-page {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-weight: 400;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
  z-index: 1;
}
.webform-progressbar-page + .webform-progressbar-page {
  margin: 0;
}
.webform-progressbar-page .webform-progressbar-page-number {
  background: #fff;
  border: 1px solid #999999;
  border-radius: 40px;
  box-sizing: content-box;
  color: #00263E;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  overflow: hidden;
  width: 40px;
}
.webform-progressbar-page .webform-progressbar-page-label {
  color: #00263E;
  display: block;
  height: 20px;
  margin: 5px 0 15px;
  position: static;
}
.webform-progressbar-page.completed {
  background-color: transparent;
}
.webform-progressbar-page.completed .webform-progressbar-page-number {
  background: #53bdbe;
  border: 1px solid #229022;
  color: #fff;
  font-size: 0;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable */
}
.webform-progressbar-page.completed .webform-progressbar-page-number::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  font-size: 24px;
  line-height: 40px;
}
.webform-progressbar-page.current {
  background: transparent;
  color: inherit;
}
.webform-progressbar-page.current .webform-progressbar-page-number {
  background: #00263e;
  border: 1px solid #0e3d67;
  color: #fff;
}
.chosen-container .chosen-drop, .select2-drop {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
  margin-top: 4px;
}
.chosen-container .chosen-results li, .select2-results .select2-result-label {
  font-size: inherit;
  line-height: 30px;
  padding: 0 20px;
}
.chosen-container-multi .chosen-choices li.search-choice, .select2-container-multi .select2-choices .select2-search-choice {
  background: linear-gradient(180deg, #f4f4f4 0%, #c8c8c8 100%);
  border: 1px solid #aaa;
  border-radius: 2px;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2857142857;
  margin: 4px 0 4px 4px;
  padding: 2px 5px 2px 22px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .select2-container-multi .select2-choices .select2-search-choice-close {
  background: transparent !important;
  bottom: 0;
  font-size: inherit;
  height: auto;
  left: 0;
  line-height: 0;
  right: 0;
  top: 0;
  width: auto;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before, .select2-container-multi .select2-choices .select2-search-choice-close::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  color: #858585;
  font-size: 22px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.form-select {
  padding-right: 24px;
}
.select2-container + .form-select {
  appearance: listbox;
  min-width: 100px;
}
.select2-container, .select2-container[class*='crm-'] {
  display: block;
  width: 100% !important;
}
.select2-container.select2-container-active .select2-choice {
  box-shadow: none;
}
.select2-container.select2-drop-above .select2-choice {
  background: #ffffff;
  border-color: #e5e9eb;
}
.select2-container .select2-choice {
  background: #ffffff;
  border-color: #e5e9eb;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px;
  padding: 0 0 0 12px;
}
.select2-container .select2-choice:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container .select2-choice > .select2-chosen {
  color: #666;
  line-height: 1.428571429;
  margin-right: 24px;
  padding: 6px 0;
}
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border: 0;
  padding: 0 2px;
  right: 12px;
  width: 12px;
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
.select2-container .select2-choice .select2-arrow b {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
.select2-container .select2-choice abbr {
  background: transparent !important;
  bottom: 0;
  font-size: inherit;
  height: auto;
  line-height: 0;
  right: 24px;
  top: 0;
  width: auto;
  width: 14px;
}
.select2-container .select2-choice abbr::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  color: #00263e;
  font-size: 10px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 38px;
}
.select2-drop.select2-drop-active, .select2-drop.select2-drop-active.select2-drop-above {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.17);
  margin-top: 4px;
}
.select2-drop.select2-drop-active.select2-drop-above {
  box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.17);
  margin-top: 0;
  transform: translate(0, -4px);
}
.select2-results {
  margin: 0;
  padding: 5px 0;
}
.select2-results .select2-result.select2-highlighted {
  background-color: #f5f5f5;
  color: inherit;
}
.select2-dropdown-open .select2-choices, .select2-dropdown-open .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice {
  background: #ffffff;
}
.select2-container-multi .select2-choices {
  background: #ffffff;
  border-color: #e5e9eb;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search {
  padding: 4px;
}
.select2-search input {
  /* stylelint-disable scss/at-extend-no-missing-placeholder */
  /* stylelint-enable scss/at-extend-no-missing-placeholder */
  background: transparent !important;
  padding-right: 24px;
}
.select2-search::after {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.webform-client-form {
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable */
}
.webform-client-form, .webform-client-form .panel-body {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.webform-client-form > div, .webform-client-form > div > .well, #crm-container.crm-public .webform-client-form > div > .crm-socialnetwork, .webform-client-form .panel-body {
  display: flex;
  flex-wrap: wrap;
}
.webform-client-form > div > *, .webform-client-form > div > .well > *, #crm-container.crm-public .webform-client-form > div > .crm-socialnetwork > *, .webform-client-form .panel-body > * {
  /* stylelint-disable-line selector-max-compound-selectors */
  flex-basis: 100%;
}
.webform-client-form > div > *, .webform-client-form .panel-body > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.webform-client-form div[id*='ajax-wrapper'] {
  display: flex;
}
.webform-client-form div[id*='ajax-wrapper'] .form-item {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .webform-client-form div[id*='ajax-wrapper'] .form-item.wb-field-half-span {
    /* stylelint-disable-line max-nesting-depth */
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .webform-client-form .form-item.wb-field-half-span {
    flex-basis: calc(50% - 15px);
  }
}
.webform-client-form .form-item.static {
  display: none;
}
.webform-client-form .wb-fieldset-with-half-span-fields > .panel-body {
  /* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors, max-nesting-depth */
  /* stylelint-enable selector-no-qualifying-type, selector-max-compound-selectors, max-nesting-depth */
}
@media (min-width: 768px) {
  .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'] {
    flex-basis: calc(50% - 15px);
    flex-grow: 1;
  }
  .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-checkboxes, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-radios, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-date, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-time, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-grid, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-markup, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > .form-item.webform-component-textarea, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-checkboxes, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-radios, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-date, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-time, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-grid, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-markup, .webform-client-form .wb-fieldset-with-half-span-fields > .panel-body > div[id*='ajax-wrapper'].webform-component-textarea {
    flex-basis: 100%;
  }
}
.webform-client-form .wb-component-civicrm-contact-fieldset .name-prefix {
  flex-basis: 150px;
  flex-grow: 1;
}
.webform-client-form .wb-component-civicrm-contact-fieldset .first-name {
  flex-basis: calc(33.33333% - 50px);
  flex-grow: 1;
}
.webform-client-form .wb-component-civicrm-contact-fieldset .middle-name {
  flex-basis: calc(33.33333% - 50px);
  flex-grow: 1;
}
.webform-client-form .wb-component-civicrm-contact-fieldset .last-name {
  flex-basis: calc(33.33333% - 50px);
  flex-grow: 1;
}
.webform-datepicker {
  align-items: center;
  display: flex;
}
.webform-datepicker .form-item {
  margin: 0 10px 0 0;
}
.webform-datepicker .webform-calendar {
  border: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  width: 24px;
  z-index: 1;
}
.webform-datepicker::after {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  color: #00263e;
  font-size: 24px;
  transform: translateX(-100%);
}
.webform-grid {
  background-color: #fff;
}
.webform-grid-question {
  width: 100%;
}
.webform-layout-box > *, .webform-layout-box.horiz > * {
  margin-left: 0;
  margin-right: 0;
}
.webform-layout-box.horiz > * {
  width: 50%;
}
.webform-layout-box.horiz > *:nth-child(2n) {
  padding-right: 0;
}
.webform-layout-box.horiz > *:nth-child(2n+1) {
  padding-left: 0;
}
.webform-layout-box.equal > *:first-child {
  padding-left: 0;
}
.webform-layout-box.equal > *:last-child {
  padding-right: 0;
}
.webform-layout-box:not(.vert) > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .webform-layout-box:not(.vert) > * {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
}
.webform-submit, .webform-next {
  margin-left: auto;
}
.webform-previous, .webform-next {
  align-items: center;
  display: flex;
}
.webform-previous::before {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  font-size: 16px;
  padding-right: 5px;
}
.webform-next::after {
  content: '';
  font-family: 'feather';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  font-size: 16px;
  padding-left: 5px;
}
.webform-component-time .webform-container-inline {
  align-items: baseline;
  display: flex;
}
.webform-component-time .form-item[class*='-hour'] {
  margin-right: 5px;
}
.webform-component-time .form-item[class*='-minute'] {
  margin-left: 5px;
}
.webform-component-time .form-radios {
  align-items: baseline;
  display: flex;
}
.webform-component-time .form-radios label {
  margin: 0 0 0 10px;
}
/* Base imports */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Contains colors, spacing and other theme related sass variables.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Define responsive breakpoints
 * helper mixins.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Typography and basic elements styles.
 */
.h1, h1 {
  line-height: 1.41666667;
}
.h2, h2 {
  line-height: 1.41666667;
}
.h3, div.crm-container h3, div.crm-container .header-dark, h3 {
  line-height: 1.6666666667;
  margin-bottom: 15px;
}
.h4, h4 {
  line-height: 1.41666667;
  margin-bottom: 15px;
}
.h5, h5 {
  line-height: 1.41666667;
}
.h6, h6 {
  line-height: 1.41666667;
}
.btn, div.crm-container #ccButton {
  border-radius: 4px;
  font-size: inherit;
  line-height: inherit;
  padding: 8px 12px;
  text-shadow: none;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}
.input-group-btn .btn, .input-group-btn div.crm-container #ccButton, div.crm-container .input-group-btn #ccButton {
  font-size: 14px;
}
.btn .caret, div.crm-container #ccButton .caret {
  margin-top: -2px;
}
.btn .ajax-progress, div.crm-container #ccButton .ajax-progress {
  margin-left: 10px;
}
.btn.disabled, div.crm-container .disabled#ccButton, .btn[disabled], div.crm-container #ccButton[disabled], fieldset[disabled] .btn, fieldset[disabled] div.crm-container #ccButton, div.crm-container fieldset[disabled] #ccButton {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.btn-primary, div.crm-container #ccButton {
  background-color: #00263e;
  border-color: #00263e;
  color: #fff;
}
.icon-before {
  margin-right: 3px;
}
.icon-after {
  margin-left: 3px;
}
/* Mixins */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Fontawesome icon mixin.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Hover state mixin.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Set negative margins to the object to eliminate well padding.
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Set placeholder user image
 */
/* Components import */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 * Contains styles for Profile Image (civicrm) field.
 */
.civicrm-enabled .civicrm-file-icon img {
  max-height: 100px;
  max-width: 100px;
}
.civicrm-enabled.form-managed-file {
  margin: 0 0 10px 0;
}
.civicrm-enabled.form-managed-file .civicrm-remove-file {
  background: none;
  border: 0;
  color: #00263e;
  font-size: inherit;
  margin: 0;
}
.civicrm-enabled.form-managed-file .civicrm-remove-file:active, .civicrm-enabled.form-managed-file .civicrm-remove-file:active:focus, .civicrm-enabled.form-managed-file .civicrm-remove-file:focus, .civicrm-enabled.form-managed-file .civicrm-remove-file:hover {
  background: none;
  border: 0;
  color: #00263e;
  outline: none;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * `ssp-contact-card` style component.
 * Used in Members directory and committees listing.
 */
.ssp-contact-card {
  position: relative;
}
.ssp-contact-card h4, .ssp-contact-card__title {
  flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 0;
}
.ssp-contact-card h4 a, .ssp-contact-card h4 div.crm-container a, div.crm-container .ssp-contact-card h4 a, .ssp-contact-card h4 div.crm-container a:visited, div.crm-container .ssp-contact-card h4 a:visited, .ssp-contact-card h4 div.crm-container a:link, div.crm-container .ssp-contact-card h4 a:link, .ssp-contact-card__title a, .ssp-contact-card__title div.crm-container a, div.crm-container .ssp-contact-card__title a, .ssp-contact-card__title div.crm-container a:visited, div.crm-container .ssp-contact-card__title a:visited, .ssp-contact-card__title div.crm-container a:link, div.crm-container .ssp-contact-card__title a:link {
  color: inherit;
}
.ssp-contact-card__description {
  color: #667d8b;
  margin-bottom: 5px;
}
.ssp-contact-card__post-description {
  color: #99a8b2;
  font-size: inherit;
  line-height: 1.5;
}
.ssp-contact-card__view {
  margin-top: 10px;
}
.ssp-contact-card__view .fa {
  font-size: 0.9em;
  margin-right: 2px;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card.well, .ssp-contact-card-container--with-left-image #crm-container.crm-public .ssp-contact-card.crm-socialnetwork, #crm-container.crm-public .ssp-contact-card-container--with-left-image .ssp-contact-card.crm-socialnetwork {
  flex-direction: row;
  padding: 15px;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card .ssp-full-card__left-image {
  margin-right: 15px;
  width: 94px;
  border-radius: 4px 0 0 4px;
  margin-top: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  background-color: #dddddd;
  font-size: 0;
  padding-top: 94px;
  position: relative;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card .ssp-full-card__left-image img {
  /* stylelint-disable-line selector-max-compound-selectors */
  height: 100%;
  object-fit: cover;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card .ssp-full-card__left-image::before {
  align-items: center;
  bottom: 0;
  color: #f5f5f5;
  font-size: 48px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  content: '';
  display: inline-flex;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card .ssp-full-card__left-image img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card .ssp-full-card__content {
  min-height: 64px;
  overflow: hidden;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card h4 {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ssp-contact-card-container--with-left-image .ssp-contact-card .ssp-contact-card__description {
  font-size: 12px;
}
.ssp-card__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Full card css component.
 * Custom reusable styles for events documents and news.
 */
.ssp-full-card {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.ssp-full-card__calendar {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-basis: 40px;
  flex-direction: column;
  margin-right: 15px;
  min-width: 40px;
  overflow: hidden;
  text-align: center;
}
.ssp-full-card__calendar-month {
  background-color: #53bdbe;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.ssp-full-card__calendar-day {
  color: #53bdbe;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4166666667;
}
.ssp-full-card__left-image {
  flex-shrink: 0;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  margin-top: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
}
.ssp-full-card--column-force .ssp-full-card__left-image {
  margin-bottom: 15px;
  width: calc(100% + 30px);
  border-radius: 4px 4px 0 0;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.ssp-full-card--column-force .ssp-full-card__left-image img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .ssp-full-card--column .ssp-full-card__left-image {
    margin-bottom: 15px;
    border-radius: 4px 4px 0 0;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .ssp-full-card--column .ssp-full-card__summary {
    flex-grow: 1;
  }
}
.ssp-full-card__content {
  align-self: normal;
  flex-grow: 1;
}
.ssp-full-card__content h4 {
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  .col-md-6 .ssp-full-card--column .ssp-full-card__content h4 {
    /* stylelint-disable-line selector-max-compound-selectors */
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .ssp-full-card--column .ssp-full-card__content {
    display: flex;
    flex-direction: column;
  }
}
.ssp-full-card__content-subtitle {
  color: #667d8b;
  margin-bottom: 10px;
}
.ssp-full-card__footer {
  margin: 10px 0 0 0;
}
.ssp-full-card__footer > .field-content div:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .ssp-full-card__footer {
    align-items: center;
    display: flex;
  }
  .ssp-full-card__footer .ssp-full-card__cta {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .ssp-full-card__footer .ssp-full-card__content-subtitle {
    margin: 0;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.ssp-applicant-card {
  position: relative;
}
.ssp-applicant-card.well, #crm-container.crm-public .ssp-applicant-card.crm-socialnetwork {
  padding: 15px;
}
.ssp-applicant-card__actions {
  position: absolute;
  right: 3px;
  top: 7px;
}
.ssp-applicant-card__actions .btn, .ssp-applicant-card__actions div.crm-container #ccButton, div.crm-container .ssp-applicant-card__actions #ccButton {
  border: 0;
  color: #99a8b2 !important;
  font-size: 12px;
}
.ssp-applicant-card__title {
  margin: 0 0 30px 0;
}
.ssp-applicant-card__status {
  font-size: inherit;
}
.ssp-applicant-card__status .fa {
  font-size: 16px;
}
.ssp-applicant-card__status span {
  color: inherit;
  font-weight: inherit;
}
.ssp-applicant-card__award {
  color: #667d8b;
}
.ssp-applicant-card__footer {
  border-top: 1px solid #dddddd;
  margin-bottom: -5px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: relative;
  top: 5px;
}
.ssp-applicant-card__footer .label {
  display: inline-block;
  line-height: 14px/12px;
  margin-bottom: 5px;
}
.civiawards__review-activity > .clearfix > .btn, div.crm-container .civiawards__review-activity > .clearfix > #ccButton {
  padding: 8px 12px;
}
.civiawards__review-activity > .clearfix > a, div.crm-container .civiawards__review-activity > .clearfix > a, div.crm-container .civiawards__review-activity > .clearfix > a:visited, div.crm-container .civiawards__review-activity > .clearfix > a:link {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
}
.civiawards__review-activity > .clearfix > a:focus, div.crm-container .civiawards__review-activity > .clearfix > a:focus, div.crm-container .civiawards__review-activity > .clearfix > a:visited:focus, div.crm-container .civiawards__review-activity > .clearfix > a:link:focus, .civiawards__review-activity > .clearfix > a.focus, div.crm-container .civiawards__review-activity > .clearfix > a.focus, div.crm-container .civiawards__review-activity > .clearfix > a.focus:visited, div.crm-container .civiawards__review-activity > .clearfix > a.focus:link {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.civiawards__review-activity > .clearfix > a:hover, div.crm-container .civiawards__review-activity > .clearfix > a:hover, div.crm-container .civiawards__review-activity > .clearfix > a:visited:hover, div.crm-container .civiawards__review-activity > .clearfix > a:link:hover {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.civiawards__review-activity > .clearfix > a:active, div.crm-container .civiawards__review-activity > .clearfix > a:active, div.crm-container .civiawards__review-activity > .clearfix > a:visited:active, div.crm-container .civiawards__review-activity > .clearfix > a:link:active, .civiawards__review-activity > .clearfix > a.active, div.crm-container .civiawards__review-activity > .clearfix > a.active, div.crm-container .civiawards__review-activity > .clearfix > a.active:visited, div.crm-container .civiawards__review-activity > .clearfix > a.active:link, .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:visited, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:link {
  color: #333 !important;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.civiawards__review-activity > .clearfix > a:active:hover, div.crm-container .civiawards__review-activity > .clearfix > a:active:hover, div.crm-container .civiawards__review-activity > .clearfix > a:visited:active:hover, div.crm-container .civiawards__review-activity > .clearfix > a:link:active:hover, div.crm-container .civiawards__review-activity > .clearfix > a:hover:active, .civiawards__review-activity > .clearfix > a:active:focus, div.crm-container .civiawards__review-activity > .clearfix > a:active:focus, div.crm-container .civiawards__review-activity > .clearfix > a:visited:active:focus, div.crm-container .civiawards__review-activity > .clearfix > a:link:active:focus, div.crm-container .civiawards__review-activity > .clearfix > a:focus:active, .civiawards__review-activity > .clearfix > a:active.focus, div.crm-container .civiawards__review-activity > .clearfix > a.focus:active, div.crm-container .civiawards__review-activity > .clearfix > a.focus:visited:active, div.crm-container .civiawards__review-activity > .clearfix > a.focus:link:active, .civiawards__review-activity > .clearfix > a.active:hover, div.crm-container .civiawards__review-activity > .clearfix > a.active:hover, div.crm-container .civiawards__review-activity > .clearfix > a.active:visited:hover, div.crm-container .civiawards__review-activity > .clearfix > a.active:link:hover, .civiawards__review-activity > .clearfix > a.active:focus, div.crm-container .civiawards__review-activity > .clearfix > a.active:focus, div.crm-container .civiawards__review-activity > .clearfix > a.active:visited:focus, div.crm-container .civiawards__review-activity > .clearfix > a.active:link:focus, .civiawards__review-activity > .clearfix > a.active.focus, div.crm-container .civiawards__review-activity > .clearfix > a.active.focus, div.crm-container .civiawards__review-activity > .clearfix > a.active.focus:visited, div.crm-container .civiawards__review-activity > .clearfix > a.active.focus:link, .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:hover, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:hover, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:visited:hover, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:link:hover, .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:focus, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:focus, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:visited:focus, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle:link:focus, .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle.focus, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle.focus, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle.focus:visited, div.crm-container .open > .civiawards__review-activity > .clearfix > a.dropdown-toggle.focus:link {
  color: #333 !important;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.civiawards__review-activity > .clearfix > a.disabled:hover, div.crm-container .civiawards__review-activity > .clearfix > a.disabled:hover, div.crm-container .civiawards__review-activity > .clearfix > a.disabled:visited:hover, div.crm-container .civiawards__review-activity > .clearfix > a.disabled:link:hover, .civiawards__review-activity > .clearfix > a.disabled:focus, div.crm-container .civiawards__review-activity > .clearfix > a.disabled:focus, div.crm-container .civiawards__review-activity > .clearfix > a.disabled:visited:focus, div.crm-container .civiawards__review-activity > .clearfix > a.disabled:link:focus, .civiawards__review-activity > .clearfix > a.disabled.focus, div.crm-container .civiawards__review-activity > .clearfix > a.disabled.focus, div.crm-container .civiawards__review-activity > .clearfix > a.disabled.focus:visited, div.crm-container .civiawards__review-activity > .clearfix > a.disabled.focus:link, .civiawards__review-activity > .clearfix > a[disabled]:hover, div.crm-container .civiawards__review-activity > .clearfix > a[disabled]:hover, div.crm-container .civiawards__review-activity > .clearfix > a:visited[disabled]:hover, div.crm-container .civiawards__review-activity > .clearfix > a:link[disabled]:hover, div.crm-container .civiawards__review-activity > .clearfix > a:hover[disabled], .civiawards__review-activity > .clearfix > a[disabled]:focus, div.crm-container .civiawards__review-activity > .clearfix > a[disabled]:focus, div.crm-container .civiawards__review-activity > .clearfix > a:visited[disabled]:focus, div.crm-container .civiawards__review-activity > .clearfix > a:link[disabled]:focus, div.crm-container .civiawards__review-activity > .clearfix > a:focus[disabled], .civiawards__review-activity > .clearfix > a[disabled].focus, div.crm-container .civiawards__review-activity > .clearfix > a.focus[disabled], div.crm-container .civiawards__review-activity > .clearfix > a.focus:visited[disabled], div.crm-container .civiawards__review-activity > .clearfix > a.focus:link[disabled], fieldset[disabled] .civiawards__review-activity > .clearfix > a:hover, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a:hover, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a:hover, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a:visited:hover, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a:visited:hover, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a:link:hover, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a:link:hover, fieldset[disabled] .civiawards__review-activity > .clearfix > a:focus, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a:focus, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a:focus, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a:visited:focus, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a:visited:focus, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a:link:focus, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a:link:focus, fieldset[disabled] .civiawards__review-activity > .clearfix > a.focus, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a.focus, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a.focus, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a.focus:visited, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a.focus:visited, fieldset[disabled] div.crm-container .civiawards__review-activity > .clearfix > a.focus:link, div.crm-container fieldset[disabled] .civiawards__review-activity > .clearfix > a.focus:link {
  background-color: #fff;
  border-color: #ccc;
}
.civiawards__review-activity > .clearfix > a .badge, div.crm-container .civiawards__review-activity > .clearfix > a .badge, div.crm-container .civiawards__review-activity > .clearfix > a:visited .badge, div.crm-container .civiawards__review-activity > .clearfix > a:link .badge {
  color: #fff;
  background-color: #333 !important;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Donate block related styles - used on dashboard
 */
.ssp-donate-block {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .ssp-donate-block {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .ssp-donate {
    display: flex;
  }
}
.ssp-donate__image, #crm-container.crm-public .crm-socialnetwork::before {
  flex-basis: 205px;
}
@media (min-width: 768px) {
  .ssp-donate__image, #crm-container.crm-public .crm-socialnetwork::before {
    margin-right: 30px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .ssp-donate__image, #crm-container.crm-public .crm-socialnetwork::before {
    margin-bottom: 15px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * SSP listing view on the dashboard.
 */
.ssp-dashboard-listing .views-bootstrap-grid-plugin-style .well, .ssp-dashboard-listing .views-bootstrap-grid-plugin-style #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .ssp-dashboard-listing .views-bootstrap-grid-plugin-style .crm-socialnetwork {
  flex-direction: row;
}
.ssp-dashboard-listing .views-bootstrap-grid-plugin-style .row {
  margin-top: 0;
}
.ssp-dashboard-listing .views-bootstrap-grid-plugin-style .ssp-equal-height-cells {
  margin-top: 0;
}
@media (max-width: 991px) {
  .ssp-dashboard-listing .views-bootstrap-grid-plugin-style .ssp-equal-height-cells {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .ssp-dashboard-listing .views-bootstrap-grid-plugin-style {
    margin-bottom: -15px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Define lite dropdown styles (looks like a link not like a button).
 */
.dropdown-lite .btn, .dropdown-lite div.crm-container #ccButton, div.crm-container .dropdown-lite #ccButton {
  border: 0;
  color: #00263e;
  font-size: inherit !important;
}
.dropdown-lite .btn:active, .dropdown-lite div.crm-container #ccButton:active, div.crm-container .dropdown-lite #ccButton:active, .dropdown-lite .btn:active:focus, .dropdown-lite div.crm-container #ccButton:active:focus, div.crm-container .dropdown-lite #ccButton:active:focus, .dropdown-lite .btn:focus, .dropdown-lite div.crm-container #ccButton:focus, div.crm-container .dropdown-lite #ccButton:focus, .dropdown-lite .btn:hover, .dropdown-lite div.crm-container #ccButton:hover, div.crm-container .dropdown-lite #ccButton:hover {
  background: none !important;
  box-shadow: none;
  outline: none;
}
.dropdown-lite .fa {
  font-size: inherit;
  vertical-align: middle;
}
.dropdown-lite.open .fa {
  transform: rotate(180deg);
}
td .dropdown-lite .dropdown-menu {
  left: auto;
  min-width: 100px;
  right: 0;
}
.dropdown-lite--menu {
  min-width: 100px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Fixed left user dashboard related
 * layout adjustments and styles.
 */
@media (max-width: 767px) {
  .ssp-fixed-sidebar-containers {
    margin-left: 0;
  }
  body:not(.toolbar-drawer):not(.admin-menu) .ssp-fixed-sidebar-containers {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  body:not(.toolbar-drawer):not(.admin-menu) .ssp-fixed-sidebar-containers {
    margin-left: 220px;
  }
}
.ssp-fixed-sidebar {
  background: #fff;
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.08);
  display: block !important;
  flex-shrink: 0;
  left: 0;
  top: 52px;
  width: 220px;
}
body:not(.toolbar-drawer):not(.admin-menu) .ssp-fixed-sidebar {
  bottom: 0;
  position: fixed;
}
@media (max-width: 767px) {
  .ssp-fixed-sidebar {
    bottom: 0;
    left: -220px;
    position: absolute;
    transition: all 0.1s ease-in;
    z-index: 10;
  }
  .ssp-fixed-sidebar.ssp-slide-open {
    left: 0;
  }
}
@media (max-width: 767px) {
  .ssp-backdrop {
    background: rgba(51, 51, 51, 0.4);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.1s ease-in;
    width: 100%;
    z-index: 5;
  }
  .ssp-backdrop.ssp-visible {
    opacity: 1;
    pointer-events: all;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Site footer layouting and styles.
 */
.ssp-footer {
  background-color: #fff;
  color: #667d8b;
  margin-top: 40px;
  padding: 25px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .ssp-footer {
    text-align: center;
  }
}
.region-ssp-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.region-ssp-footer p, .region-ssp-footer div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .region-ssp-footer table.crm-info-panel:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .region-ssp-footer {
    flex-direction: row;
  }
}
.ssp-footer__logo {
  display: none;
  line-height: 0;
  width: 180px;
}
@media (min-width: 768px) {
  .ssp-footer__logo {
    display: block;
    margin-right: 25px;
  }
}
.ssp-footer-pipe-separator {
  color: #99a8b2;
}
.ssp-address-footer {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .ssp-address-footer {
    margin-bottom: 5px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Generic site form related styles.
 */
form .form-actions {
  align-items: center;
  display: flex;
}
form .form-actions .btn, form .form-actions div.crm-container #ccButton, div.crm-container form .form-actions #ccButton {
  margin: 0 0 0 auto;
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable */
}
form .form-actions .btn + .btn, form .form-actions div.crm-container #ccButton + .btn, div.crm-container form .form-actions #ccButton + .btn, form .form-actions div.crm-container .btn + #ccButton, div.crm-container form .form-actions .btn + #ccButton, form .form-actions div.crm-container div.crm-container #ccButton + #ccButton, div.crm-container form .form-actions div.crm-container #ccButton + #ccButton {
  margin-left: 15px;
}
form .form-actions .btn.pull-left, form .form-actions div.crm-container .pull-left#ccButton, div.crm-container form .form-actions .pull-left#ccButton {
  margin-left: 0 !important;
  margin-right: 15px;
}
form .form-actions .btn.pull-left + .btn, form .form-actions div.crm-container .pull-left#ccButton + .btn, div.crm-container form .form-actions .pull-left#ccButton + .btn, form .form-actions div.crm-container .btn.pull-left + #ccButton, div.crm-container form .form-actions .btn.pull-left + #ccButton, form .form-actions div.crm-container div.crm-container .pull-left#ccButton + #ccButton, div.crm-container form .form-actions div.crm-container .pull-left#ccButton + #ccButton {
  /* stylelint-disable-line max-nesting-depth */
  margin-left: auto;
}
form td.checkbox, form td.radio, form th.checkbox, form th.radio {
  display: table-cell;
}
form .bef-datepicker[readonly] {
  background-color: #ffffff;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.form-type-password.has-feedback .control-label {
  display: flex;
}
.form-type-password.has-feedback .control-label .label {
  line-height: 14px;
  margin-left: 15px;
}
.form-type-password .form-control-feedback {
  margin-right: 15px;
}
.form-type-password .progress {
  margin-bottom: 0;
}
.form-type-password.has-error input, .form-type-password.has-error .progress, .form-type-password.has-success input, .form-type-password.has-success .progress, .form-type-password.has-warning input, .form-type-password.has-warning .progress {
  width: calc(100% - 34px);
}
.form-type-password.has-error .control-label, .form-type-password.has-success .control-label, .form-type-password.has-warning .control-label {
  display: flex;
}
.form-type-password.has-error .control-label .label, .form-type-password.has-success .control-label .label, .form-type-password.has-warning .control-label .label {
  line-height: 14px;
  margin-left: 15px;
}
.form-type-password-confirm .row .help-block {
  padding: 15px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Generic site header styles and layout changes
 */
.ssp-header {
  background-color: #fff;
  border-color: #e5e9eb;
  border-radius: 0;
  color: #fff;
  margin: 0;
  min-height: 52px;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
}
.ssp-header .navbar-brand {
  color: #fff;
}
.ssp-header .navbar-toggle {
  border: 0;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
}
.ssp-header .navbar-toggle:active, .ssp-header .navbar-toggle:active:focus, .ssp-header .navbar-toggle:focus, .ssp-header .navbar-toggle:hover {
  background-color: transparent;
}
.ssp-header .btn, .ssp-header div.crm-container #ccButton, div.crm-container .ssp-header #ccButton {
  border-width: 1px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 4px;
  padding-top: 4px;
}
body:not(.toolbar-drawer):not(.admin-menu) .ssp-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .ssp-header {
    /* stylelint-disable selector-max-id */
    /* stylelint-enable selector-max-id */
  }
  .ssp-header .container-fluid {
    display: flex;
  }
  .ssp-header .ssp-logo {
    flex-grow: 1;
  }
  .ssp-header .ssp-logo img {
    height: auto;
    max-height: 20px;
    max-width: 100%;
  }
  .ssp-header .view-ssp-user-login-form .field-content, .ssp-header .view-ssp-user-register-page .field-content {
    font-size: 0;
  }
  .ssp-header .btn, .ssp-header div.crm-container #ccButton, div.crm-container .ssp-header #ccButton {
    font-size: 14px;
    max-width: 120px;
    overflow: hidden;
  }
  .ssp-header #block-menu-menu-ssp-user-menu .btn, .ssp-header #block-menu-menu-ssp-user-menu div.crm-container #ccButton, div.crm-container .ssp-header #block-menu-menu-ssp-user-menu #ccButton {
    font-size: 0;
    /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
    /* stylelint-enable max-nesting-depth, selector-max-compound-selectors */
  }
  .ssp-header #block-menu-menu-ssp-user-menu .btn::before, .ssp-header #block-menu-menu-ssp-user-menu div.crm-container #ccButton::before, div.crm-container .ssp-header #block-menu-menu-ssp-user-menu #ccButton::before {
    font-size: 22px;
    vertical-align: top;
    content: '';
    display: inline-flex;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
  }
  .ssp-header #block-menu-menu-ssp-user-menu .btn .caret, .ssp-header #block-menu-menu-ssp-user-menu div.crm-container #ccButton .caret, div.crm-container .ssp-header #block-menu-menu-ssp-user-menu #ccButton .caret, .ssp-header #block-menu-menu-ssp-user-menu .btn .fa, .ssp-header #block-menu-menu-ssp-user-menu div.crm-container #ccButton .fa, div.crm-container .ssp-header #block-menu-menu-ssp-user-menu #ccButton .fa {
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
}
.ssp-logo {
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 5px 0;
}
.ssp-logo img {
  height: 20px;
  width: auto;
}
.region-ssp-header-menu .dropdown-menu {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable */
}
.region-ssp-header-menu .dropdown-menu .active > a, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:visited, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:visited, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:link, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:link {
  background-color: inherit;
  color: #333333;
}
.region-ssp-header-menu .dropdown-menu .active > a:active, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:active, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:active, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:visited:active, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:visited:active, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:link:active, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:link:active, .region-ssp-header-menu .dropdown-menu .active > a:active:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:active:focus, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:active:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:visited:active:focus, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:visited:active:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:link:active:focus, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:link:active:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:focus:active, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:focus:active, .region-ssp-header-menu .dropdown-menu .active > a:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:focus, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:visited:focus, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:visited:focus, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:link:focus, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:link:focus, .region-ssp-header-menu .dropdown-menu .active > a:hover, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:hover, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:hover, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:visited:hover, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:visited:hover, .region-ssp-header-menu .dropdown-menu div.crm-container .active > a:link:hover, div.crm-container .region-ssp-header-menu .dropdown-menu .active > a:link:hover {
  background-color: #f5f5f5;
  color: #262626;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * SSP site related helper classes and
 * components
 */
.ssp-sideline-image {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .ssp-sideline-image {
    margin-right: -5px;
    margin-top: -31px;
  }
}
.ssp-content-body {
  margin: 10px 0;
}
.ssp-content-description {
  color: #666666;
  margin-bottom: 10px;
}
.ssp-well-prefix {
  margin-bottom: 10px;
}
.ssp-well-prefix i {
  font-size: 12px;
}
.ssp-well-with-icon {
  display: flex;
  flex-direction: row;
}
.ssp-well-with-icon__content {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .ssp-well-with-icon__content {
    display: flex;
    flex-direction: row;
  }
}
.ssp-icon {
  align-items: center;
  background-color: #53bdbe;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  height: 76px;
  justify-content: center;
  margin-right: 15px;
  width: 76px;
}
.ssp-icon svg {
  flex-basis: 28px;
}
.ssp-icon--small {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.ssp-icon--small svg {
  flex-basis: 24px;
}
.ssp-icon--success {
  background-color: #53bdbe;
}
.ssp-well__content {
  flex-grow: 1;
}
.ssp-well__button {
  align-self: center;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ssp-well__button {
    margin-top: 15px;
    padding-left: 0;
  }
}
.ssp-form-box.well, #crm-container.crm-public .ssp-form-box.crm-socialnetwork {
  margin-bottom: 0;
}
.ssp-form-box .page-header {
  margin-bottom: 20px;
}
.ssp-equal-height-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.ssp-equal-height-container .ssp-equal-height-cells {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .ssp-equal-height-container .row {
    flex-direction: column;
  }
}
.ssp-equal-height-cells {
  margin-top: 10px;
}
.ssp-equal-height-cells .well, .ssp-equal-height-cells #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .ssp-equal-height-cells .crm-socialnetwork {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.ssp-text-large {
  font-size: 16px;
}
.ssp-label--Overdue, .ssp-label--Failed {
  background-color: #e34757;
}
.ssp-label--Completed {
  background-color: #53bdbe;
}
.ssp-label--None, .ssp-label--Refunded, .ssp-label--Chargeback, .ssp-label--Cancelled {
  background-color: #999999;
  text-transform: capitalize;
}
.ssp-label--Ongoing, .ssp-label--In.Progress, .ssp-label--Partially.paid, .ssp-label--Pending.refund, .ssp-label--Pending {
  background-color: #a969a8;
}
.ssp-details-page-section label {
  display: block;
}
.ssp-details-page-section .views-field {
  margin-bottom: 20px;
}
.ssp-details-page-section .views-field:last-child {
  margin-bottom: 0;
}
.ssp-details-page-section p, .ssp-details-page-section div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .ssp-details-page-section table.crm-info-panel:not(:last-child) {
  margin-bottom: 15px;
}
.ssp-details-page-section p:last-child {
  margin-bottom: 0;
}
.ssp-details-page-section__action-wrapper {
  margin-bottom: 20px;
}
.ssp-details-page-section__action-wrapper .btn, .ssp-details-page-section__action-wrapper div.crm-container #ccButton, div.crm-container .ssp-details-page-section__action-wrapper #ccButton {
  width: 100%;
}
.ssp-details-page-section__left label {
  margin-bottom: 15px;
}
.ssp-details-page-section__left .views-field-image-URL {
  border-radius: 4px 4px 0 0;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #dddddd;
  font-size: 0;
  padding-top: calc(100% + 2 * 15px);
  position: relative;
}
.ssp-details-page-section__left .views-field-image-URL img {
  height: auto;
  width: 100%;
}
.ssp-details-page-section__left .views-field-image-URL::before {
  align-items: center;
  bottom: 0;
  color: #f5f5f5;
  font-size: 128px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  content: '';
  display: inline-flex;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
}
.ssp-details-page-section__left .views-field-image-URL img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ssp-applicant-card__award {
  margin-right: 15px;
}
.ssp-details-page-section__sub-heading {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.ssp-details-page-section__sub-heading .label {
  display: inline-block !important;
  line-height: 14px/12px;
  margin-bottom: 5px !important;
}
.ssp-details-page-section__sub-heading .ssp-applicant-card__award {
  margin-bottom: 5px;
}
.ssp-details-page-section__sub-heading .ssp-applicant-card__award + span {
  display: block;
  line-height: 0;
}
.ssp-details-page-section__right label {
  margin-bottom: 5px;
}
.ssp-details-page-section__right .views-field-nothing .field-content {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors */
}
.ssp-details-page-section__right .views-field-nothing .field-content > div {
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ssp-details-page-section-label-with-icon {
  padding-left: 32px;
  position: relative;
}
.ssp-details-page-section-label-with-icon > i {
  left: 0;
  position: absolute;
  top: 3px;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.view.ssp-loading {
  position: relative;
}
.ssp-ajax-loader, div.crm-container .blockUI.blockOverlay {
  background: rgba(245, 245, 245, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ssp-spinner-border, div.crm-container .blockUI.blockOverlay::before {
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  display: inline-block;
  height: 20px;
  margin-top: 40px;
  vertical-align: text-bottom;
  width: 20px;
}
.ssp-pagination-container {
  line-height: 0;
}
.ssp-pagination-container .ajax-progress {
  display: none;
}
.ssp-pagination-container .progress-disabled {
  float: left;
}
.ssp-webform-field-label-with-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.ssp-webform-field-label-with-checkbox > .control-label {
  display: none;
}
.ssp-webform-field-label-with-checkbox .form-checkbox {
  margin: 0 8px 0 0;
}
.ssp-bottom-menu-separator {
  border-bottom: 1px solid rgba(102, 125, 139, 0.2);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.page-ssp--align-content-vertically .main-container > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .page-ssp--with-sidebar-banner:not(.toolbar-drawer):not(.admin-menu) .ssp-header {
    width: calc(100% - 445px);
  }
}
.page-ssp--with-sidebar-banner:not(.toolbar-drawer):not(.admin-menu) .ssp-fixed-sidebar-containers {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .page-ssp--with-sidebar-banner:not(.toolbar-drawer):not(.admin-menu) .ssp-fixed-sidebar-containers {
    margin-left: 445px;
  }
}
@media (min-width: 1200px) {
  .page-ssp--with-sidebar-banner .ssp-header .ssp-logo {
    background: rgba(0, 38, 62, 0.3);
    border-radius: 4px;
    left: 15px;
    padding: 20px 10px;
    position: fixed;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .page-ssp--with-sidebar-banner .ssp-header {
    margin-left: 445px;
  }
}
.page-ssp--with-sidebar-banner .webform-client-form .form-item {
  flex-basis: 100%;
  width: 100%;
}
.page-ssp--with-sidebar-banner .ssp-hamburger-menu {
  display: none;
}
.page-ssp--with-sidebar-banner .ssp-fixed-sidebar {
  top: 0;
  width: 445px;
}
.page-ssp--with-sidebar-banner .ssp-fixed-sidebar .ssp-sidebar-banner {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
.page-ssp--with-sidebar-banner .ssp-fixed-sidebar .ssp-sidebar-banner * {
  height: 100%;
}
@media (max-width: 1199px) {
  .page-ssp--with-sidebar-banner .ssp-fixed-sidebar {
    left: -445px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Navbar related tweaks to style
 * site navigation bar.
 */
.navbar-brand {
  height: auto;
  line-height: 20px;
  padding: 5px 12px 17px;
}
.nav-pills > li > a, div.crm-container .nav-pills > li > a, div.crm-container .nav-pills > li > a:visited, div.crm-container .nav-pills > li > a:link {
  background-color: transparent;
  border-radius: 0;
  color: #666666;
  padding: 12px 17px;
}
.nav-pills > li > a.active, div.crm-container .nav-pills > li > a.active, div.crm-container .nav-pills > li > a.active:visited, div.crm-container .nav-pills > li > a.active:link {
  background-color: rgba(102, 125, 139, 0.4);
  color: #fff;
  font-weight: 600;
}
.nav-pills > li > a, div.crm-container .nav-pills > li > a, div.crm-container .nav-pills > li > a:visited, div.crm-container .nav-pills > li > a:link, .nav-pills > li > a.active, div.crm-container .nav-pills > li > a.active, div.crm-container .nav-pills > li > a.active:visited, div.crm-container .nav-pills > li > a.active:link {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable */
}
.nav-pills > li > a:active, div.crm-container .nav-pills > li > a:active, div.crm-container .nav-pills > li > a:visited:active, div.crm-container .nav-pills > li > a:link:active, .nav-pills > li > a:active:focus, div.crm-container .nav-pills > li > a:active:focus, div.crm-container .nav-pills > li > a:visited:active:focus, div.crm-container .nav-pills > li > a:link:active:focus, div.crm-container .nav-pills > li > a:focus:active, .nav-pills > li > a:focus, div.crm-container .nav-pills > li > a:focus, div.crm-container .nav-pills > li > a:visited:focus, div.crm-container .nav-pills > li > a:link:focus, .nav-pills > li > a:hover, div.crm-container .nav-pills > li > a:hover, div.crm-container .nav-pills > li > a:visited:hover, div.crm-container .nav-pills > li > a:link:hover, .nav-pills > li > a.active:active, div.crm-container .nav-pills > li > a.active:active, div.crm-container .nav-pills > li > a.active:visited:active, div.crm-container .nav-pills > li > a.active:link:active, .nav-pills > li > a.active:active:focus, div.crm-container .nav-pills > li > a.active:active:focus, div.crm-container .nav-pills > li > a.active:visited:active:focus, div.crm-container .nav-pills > li > a.active:link:active:focus, div.crm-container .nav-pills > li > a.active:focus:active, .nav-pills > li > a.active:focus, div.crm-container .nav-pills > li > a.active:focus, div.crm-container .nav-pills > li > a.active:visited:focus, div.crm-container .nav-pills > li > a.active:link:focus, .nav-pills > li > a.active:hover, div.crm-container .nav-pills > li > a.active:hover, div.crm-container .nav-pills > li > a.active:visited:hover, div.crm-container .nav-pills > li > a.active:link:hover {
  background-color: rgba(102, 125, 139, 0.4);
  color: #fff;
}
.nav-pills > li .fa {
  margin-right: 16px;
  text-align: center;
  width: 20px;
}
.nav-stacked > li + li {
  margin-top: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Global site no result behaviour
 * styles.
 */
.ssp-no-results {
  margin-bottom: 0;
  margin-top: 80px;
  text-align: center;
}
.ssp-no-results::before {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 175px;
  margin: 0 auto;
  width: 260px;
}
.ssp-no-results.ssp-no-results-sm {
  margin-top: 30px;
}
.ssp-no-results.ssp-no-results-sm::before {
  height: 150px;
}
.view-ssp-events .ssp-no-results::before {
  background-image: url('../images/no-results/events.svg');
}
.view-ssp-organisations-members .ssp-no-results::before, .view-ssp-committee-members .ssp-no-results::before, .view-ssp-members-directory .ssp-no-results::before, .view-ssp-public-members-directory .ssp-no-results::before {
  background-image: url('../images/no-results/members.svg');
}
.view-ssp-committees-listing .ssp-no-results::before, .view-ssp-organisations-listing .ssp-no-results::before {
  background-image: url('../images/no-results/committees.svg');
}
.view-ssp-committee-meetings .ssp-no-results::before {
  background-image: url('../images/no-results/meetings.svg');
}
.view-ssp-committee-documents .ssp-no-results::before {
  background-image: url('../images/no-results/documents.svg');
}
.view-ssp-invoices .ssp-no-results::before {
  background-image: url('../images/no-results/invoices.svg');
}
.view-ssp-news .ssp-no-results::before {
  background-image: url('../images/no-results/news.svg');
}
.view-ssp-award-forms .ssp-no-results::before, .view-ssp-awards-applications .ssp-no-results::before {
  background-image: url('../images/no-results/awards.svg');
}
.view-ssp-awards-submitted .ssp-no-results::before {
  background-image: url('../images/no-results/submitted-applications.svg');
}
.view-awards-review-applicants .ssp-no-results::before {
  background-image: url('../images/no-results/applications.svg');
}
.ssp-no-results.ssp-no-results--with-query::before {
  background-image: url('../images/no-results/with-query.svg');
}
.ssp-no-results.ssp-thank-you-page::before {
  background-image: url('../images/signup-thank-you.svg');
}
.view-ssp-certificates-cases .ssp-no-results::before, .view-ssp-certificates-events .ssp-no-results::before, .view-ssp-certificates-membership .ssp-no-results::before {
  background-image: url('../images/no-results/certificates.svg');
}
.ssp-no-results__header {
  margin: 20px 0 15px 0;
}
.ssp-no-results__content {
  margin: 0 auto;
  max-width: 360px;
}
.ssp-no-results__button {
  margin: 20px auto 0 auto;
  max-width: 360px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Profile completeness block related
 * styles.
 */
.view-ssp-dashboard-profile-completeness .views-field-first-name {
  text-transform: none;
}
/*
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 * Represents a node like article, news, etc - some page for reading.
 */
.ssp-article .content {
  margin-bottom: 25px;
}
.ssp-article .content h1 {
  margin: 20px 0 10px 0;
}
.ssp-article .submitted {
  color: #999999;
  margin: 15px 0;
}
.ssp-article .field-name-body {
  /* stylelint-disable selector-max-compound-selectors */
}
.ssp-article .field-name-body .field-item *:last-child {
  margin-bottom: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 * Contains styles for left sidebar banner image block.
 */
.ssp-sidebar-banner .ssp-sidebar-banner__body {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 30px;
  left: 0;
  line-height: 1.41666667;
  padding: 0 40px;
  position: absolute;
  top: 0;
  z-index: 6;
}
.ssp-sidebar-banner .ssp-sidebar-banner__body > * {
  height: auto !important;
}
.ssp-sidebar-banner .ssp-sidebar-banner__image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.ssp-sidebar-banner .ssp-sidebar-banner__image::before {
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ssp-sidebar-banner .ssp-sidebar-banner__image img {
  left: 50%;
  max-width: initial;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (max-height: 720px) {
  .ssp-sidebar-banner .ssp-sidebar-banner__image img {
    height: auto !important;
    width: 100%;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Drupal views exposed form styles and layout tweaks.
 */
.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
.views-exposed-form .views-exposed-widgets {
  margin-bottom: 0;
}
.views-exposed-form .views-exposed-widgets .form-item {
  max-width: 250px;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget {
  margin-right: 25px;
}
.views-exposed-form .views-exposed-widgets .views-exposed-widget:not(.views-reset-button):not(.views-submit-button):not(.views-widget-date-combined):not(.ssp-separated-search) {
  width: 250px;
}
.views-exposed-form .ssp-field-icon-left .fa, .views-exposed-form .ssp-field-icon-left .far, .views-exposed-form .ssp-field-icon-right .fa, .views-exposed-form .ssp-field-icon-right .far {
  color: #99a8b2;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.views-exposed-form .ssp-field-icon-left input {
  padding-left: 30px;
}
.views-exposed-form .ssp-field-icon-left .fa {
  left: 10px;
}
.views-exposed-form .ssp-field-icon-right input {
  padding-right: 30px;
}
.views-exposed-form .ssp-field-icon-right .fa, .views-exposed-form .ssp-field-icon-right .far {
  right: 10px;
}
.views-exposed-form .form-item {
  max-width: 250px;
}
.views-exposed-form .views-widget, .views-exposed-form .view-date-widget {
  position: relative;
}
.views-exposed-form .view-date-widget {
  width: 128px;
}
.views-exposed-form .well, .views-exposed-form #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .views-exposed-form .crm-socialnetwork {
  background: transparent;
}
.views-exposed-form .well .views-exposed-widgets, .views-exposed-form #crm-container.crm-public .crm-socialnetwork .views-exposed-widgets, #crm-container.crm-public .views-exposed-form .crm-socialnetwork .views-exposed-widgets {
  align-items: center;
  display: flex;
}
.views-exposed-form .not-collapsible .well, .views-exposed-form .not-collapsible #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .views-exposed-form .not-collapsible .crm-socialnetwork {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.views-exposed-form .ssp-long-search-filter .form-item {
  max-width: 270px;
}
.views-exposed-form .views-reset-button {
  flex-grow: 1;
  text-align: right;
}
.views-exposed-form .views-reset-button .icon {
  display: none;
}
.views-exposed-form .views-reset-button .btn, .views-exposed-form .views-reset-button div.crm-container #ccButton, div.crm-container .views-exposed-form .views-reset-button #ccButton {
  background: transparent;
  border: 0;
  color: #00263e;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.views-exposed-form .views-reset-button .btn:active, .views-exposed-form .views-reset-button div.crm-container #ccButton:active, div.crm-container .views-exposed-form .views-reset-button #ccButton:active, .views-exposed-form .views-reset-button .btn:active:focus, .views-exposed-form .views-reset-button div.crm-container #ccButton:active:focus, div.crm-container .views-exposed-form .views-reset-button #ccButton:active:focus, .views-exposed-form .views-reset-button .btn:focus, .views-exposed-form .views-reset-button div.crm-container #ccButton:focus, div.crm-container .views-exposed-form .views-reset-button #ccButton:focus, .views-exposed-form .views-reset-button .btn:hover, .views-exposed-form .views-reset-button div.crm-container #ccButton:hover, div.crm-container .views-exposed-form .views-reset-button #ccButton:hover {
  text-decoration: underline;
}
.views-exposed-form .views-widget-date-combined .views-widget {
  align-items: center;
  display: flex;
}
.views-exposed-form .views-exposed-form-outer {
  align-items: flex-end;
  display: flex;
  padding-bottom: 15px;
}
.views-exposed-form .views-exposed-form-outer .views-exposed-widgets {
  display: flex;
  flex-grow: 1;
}
.views-exposed-form .views-exposed-form-outer .views-exposed-widget {
  margin-right: 10px;
}
.views-exposed-form .views-exposed-form-outer .views-exposed-widget:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .views-exposed-form .well .views-exposed-widgets, .views-exposed-form #crm-container.crm-public .crm-socialnetwork .views-exposed-widgets, #crm-container.crm-public .views-exposed-form .crm-socialnetwork .views-exposed-widgets {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .views-exposed-form .well .views-exposed-widget, .views-exposed-form #crm-container.crm-public .crm-socialnetwork .views-exposed-widget, #crm-container.crm-public .views-exposed-form .crm-socialnetwork .views-exposed-widget {
    margin-right: 0;
    margin-top: 10px;
  }
  .views-exposed-form .ssp-widget-count-many {
    flex-direction: column;
  }
  .views-exposed-form .ssp-widget-count-many .views-exposed-widgets {
    width: 100%;
  }
  .views-exposed-form .ssp-widget-count-many .views-exposed-widget {
    flex-grow: 1;
  }
  .views-exposed-form .ssp-widget-count-many .form-item {
    max-width: 100%;
    /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
    /* stylelint-enable */
  }
  .views-exposed-form .ssp-widget-count-many .form-item input, .views-exposed-form .ssp-widget-count-many .form-item .btn, .views-exposed-form .ssp-widget-count-many .form-item div.crm-container #ccButton, div.crm-container .views-exposed-form .ssp-widget-count-many .form-item #ccButton {
    width: 100%;
  }
  .views-exposed-form .ssp-widget-count-many .ssp-toggle-filters {
    margin-top: 15px;
  }
}
.ssp-toggle-filters {
  margin: 0 0 5px 10px;
  white-space: nowrap;
}
.ssp-toggle-filters:active, .ssp-toggle-filters:active:focus, .ssp-toggle-filters:focus, .ssp-toggle-filters:hover {
  text-decoration: none;
}
.ssp-field-separator {
  font-weight: 700;
  margin: 0 12px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.modal-content {
  overflow: hidden;
}
.modal-content iframe {
  border: 0;
}
.modal-content .close {
  font-size: 0;
  height: 16px;
  opacity: 1;
  position: absolute;
  right: 25px;
  top: 28.5px;
  width: 16px;
}
.modal-content .close::before, .modal-content .close::after {
  background-color: #000;
  content: '';
  height: 20px;
  left: 50%;
  position: absolute;
  top: -2px;
  width: 1px;
}
.modal-content .close::before {
  transform: rotate(45deg);
}
.modal-content .close::after {
  transform: rotate(-45deg);
}
.modal-content .ssp-hide-from-display {
  display: none;
  height: 0;
}
.modal-content .ssp-iframe-loader {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 200px;
  justify-content: center;
  width: 100%;
}
.modal-dialog {
  margin: 10px auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 87px auto;
  }
}
.modal-body {
  background-color: #fff;
}
.modal-header {
  background-color: #fff;
}
.modal-footer {
  background-color: #fff;
}
.modal-footer .btn, .modal-footer div.crm-container #ccButton, div.crm-container .modal-footer #ccButton {
  padding: 8px 12px;
}
.ssp-close-outer-modal {
  min-width: auto;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.ssp-close-outer-modal:focus, .ssp-close-outer-modal.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.ssp-close-outer-modal:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ssp-close-outer-modal:active, .ssp-close-outer-modal.active, .open > .ssp-close-outer-modal.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.ssp-close-outer-modal:active:hover, .ssp-close-outer-modal:active:focus, .ssp-close-outer-modal:active.focus, .ssp-close-outer-modal.active:hover, .ssp-close-outer-modal.active:focus, .ssp-close-outer-modal.active.focus, .open > .ssp-close-outer-modal.dropdown-toggle:hover, .open > .ssp-close-outer-modal.dropdown-toggle:focus, .open > .ssp-close-outer-modal.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.ssp-close-outer-modal.disabled:hover, .ssp-close-outer-modal.disabled:focus, .ssp-close-outer-modal.disabled.focus, .ssp-close-outer-modal[disabled]:hover, .ssp-close-outer-modal[disabled]:focus, .ssp-close-outer-modal[disabled].focus, fieldset[disabled] .ssp-close-outer-modal:hover, fieldset[disabled] .ssp-close-outer-modal:focus, fieldset[disabled] .ssp-close-outer-modal.focus {
  background-color: #fff;
  border-color: #ccc;
}
.ssp-close-outer-modal .badge {
  color: #fff;
  background-color: #333;
}
/* Page specific imports */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Generic website html and page related styles.
 *
 * Defines basic skeleton styles.
 */
html, body {
  min-height: 100%;
}
html {
  display: flex;
  flex-direction: column;
}
body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.toolbar-drawer):not(.admin-menu) {
  padding-top: 52px;
  top: 0;
}
.main-container {
  padding-top: 40px;
}
.ssp-page-content {
  display: flex;
  flex-grow: 1;
}
.ssp-page-content .main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.ssp-page-content .main-container > .container {
  flex-grow: 1;
}
.region-content .block {
  margin-bottom: 15px;
}
.region-content .block:last-child {
  margin-bottom: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Dashboard page styles.
 */
.page-ssp-dashboard .region-content .block {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable */
}
.page-ssp-dashboard .region-content .block .block-title {
  margin-top: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Invoice page specific overrides.
 */
.view-ssp-invoices .views-table .views-field-nothing-1 {
  width: 105px;
}
@media (min-width: 992px) {
  .view-ssp-invoices .views-table .views-field-nothing-1 {
    width: 140px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * My organisation page related styles.
 */
.view-ssp-organisations-members .checkbox, .view-ssp-organisations-members .radio {
  margin: 0;
}
.view-ssp-organisations-members .table-responsive + .form-actions {
  margin-top: 20px;
}
.view-ssp-organisations-members .views-field-id {
  min-width: 50px;
}
.view-ssp-organisations-members .views-field-phone {
  min-width: 135px;
}
.view-ssp-organisations-members .views-field-nothing {
  min-width: 65px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.view-ssp-news .ssp-equal-height-container + .ssp-full-card {
  margin-top: 10px;
}
.view-ssp-news.view-display-id-page_listing .view-content > .ssp-full-card {
  /* stylelint-disable selector-max-compound-selectors, max-nesting-depth */
  /* stylelint-enable */
}
.view-ssp-news.view-display-id-page_listing .view-content > .ssp-full-card .ssp-full-card__content {
  display: flex;
  flex-direction: column;
}
.view-ssp-news.view-display-id-page_listing .view-content > .ssp-full-card .ssp-full-card__summary {
  flex-grow: 1;
}
.view-ssp-news.view-display-id-page_listing .ssp-equal-height-cells:not(.col-md-6) h4 {
  margin-bottom: 10px;
}
.view-ssp-news.view-display-id-block_news_updates .ssp-full-card__content {
  display: flex;
  flex-direction: column;
}
.view-ssp-news.view-display-id-block_news_updates .ssp-full-card__other-fields {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.view-ssp-news.view-display-id-block_news_updates .ssp-contact-card__description {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .view-ssp-news .ssp-equal-height-cells:not(.col-md-6) .well, .view-ssp-news .ssp-equal-height-cells:not(.col-md-6) #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .view-ssp-news .ssp-equal-height-cells:not(.col-md-6) .crm-socialnetwork {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .view-ssp-news .ssp-equal-height-cells:not(.col-md-6) .well, .view-ssp-news .ssp-equal-height-cells:not(.col-md-6) #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .view-ssp-news .ssp-equal-height-cells:not(.col-md-6) .crm-socialnetwork {
    flex-direction: column;
  }
  .view-ssp-news .ssp-full-card {
    flex-direction: column;
  }
  .view-ssp-news .ssp-full-card__left-image {
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 15px -15px;
    width: calc(100% + 30px);
  }
  .view-ssp-news .ssp-full-card__left-image img {
    height: auto;
    width: 100%;
  }
  .view-ssp-news.view-display-id-block_news_updates .well, .view-ssp-news.view-display-id-block_news_updates #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .view-ssp-news.view-display-id-block_news_updates .crm-socialnetwork {
    flex-direction: column;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.node-ssp-news .field-name-field-ssp-image {
  margin-top: -15px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.view-ssp-awards-submitted h3 {
  margin-top: 40px;
}
.view-awards-individual-applicant {
  margin-bottom: 10px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.ssp-awards-review-application-status .modal-body {
  align-items: center;
  display: flex;
}
.ssp-awards-review-application-status .modal-body::before {
  background: url('../images/document-check.svg') center center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  flex-shrink: 0;
  height: 60px;
  margin-right: 20px;
  width: 50px;
}
.CRM_CiviAwards_Form_AwardReview .crm-form-block {
  background-color: transparent;
}
.CRM_CiviAwards_Form_AwardReview .crm-form-block .alert:only-child, .CRM_CiviAwards_Form_AwardReview .crm-form-block div.crm-container .messages:only-child, div.crm-container .CRM_CiviAwards_Form_AwardReview .crm-form-block .messages:only-child, .CRM_CiviAwards_Form_AwardReview .crm-form-block div.crm-container .help:only-child, div.crm-container .CRM_CiviAwards_Form_AwardReview .crm-form-block .help:only-child {
  margin-bottom: 0;
}
.CRM_CiviAwards_Form_AwardReview .crm-frozen-field {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
  height: auto;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
/* stylelint-disable selector-max-id */
#crm-container.crm-public .ssp-details-page-section__sub-heading .label {
  display: inline;
  font-size: 12px !important;
  font-weight: 400;
  padding: 0.2em 0.6em 0.3em !important;
}
#crm-container.crm-public .ssp-form-control-description {
  margin-bottom: 5px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 */
.view-ssp-public-members-directory .views-widget-filter-circle .form-item {
  clear: none;
}
.view-ssp-public-members-directory .views-widget-filter-circle .select2-container {
  width: auto !important;
}
.view-ssp-public-members-directory .view-filters {
  clear: both;
  width: 100%;
}
.view-ssp-public-members-directory .gm-ui-hover-effect {
  z-index: 3;
}
.view-ssp-public-members-directory .views-widget-filter-country_id {
  display: none;
}
@media (min-width: 768px) {
  .view-ssp-public-members-directory .views-widget-filter-circle {
    width: 525px !important;
  }
  .view-ssp-public-members-directory .civicrm-proximity-location, .view-ssp-public-members-directory .form-item-circle-country {
    width: 200px;
  }
  .view-ssp-public-members-directory .form-item-circle-distance {
    margin-right: 0;
    width: 105px;
  }
  .view-ssp-public-members-directory .views-bootstrap-grid-plugin-style {
    float: left;
    overflow: scroll;
    width: 50%;
  }
  .view-ssp-public-members-directory .views-bootstrap-grid-plugin-style .row {
    margin-right: 0;
  }
  .view-ssp-public-members-directory .attachment .view-ssp-public-members-directory {
    float: right;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .view-ssp-public-members-directory .views-widget-filter-circle {
    width: auto !important;
  }
  .view-ssp-public-members-directory .views-bootstrap-grid-plugin-style {
    width: 100%;
  }
  .view-ssp-public-members-directory .attachment .view-ssp-public-members-directory {
    width: 100%;
  }
}
/* Overrides */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap styles overrides
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Breadcrumb styles overrides.
 */
.breadcrumb {
  color: #999999;
  margin: -30px 0 20px 0;
  padding: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap styles overrides
 */
.form-group, form .webform-component.static {
  margin-bottom: 20px;
}
.help-block {
  margin-bottom: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap labels styles overrides.
 */
.label {
  border-radius: 0.25em;
  font-size: 12px;
  font-weight: 400;
  padding: 0.2em 0.6em 0.3em;
}
.crm-block .label {
  color: inherit;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Bootstrap layout overrides.
 *
 * Copied from bootstrap and changes width to max-width
 * to make the layout adaptable to screen (when the left side bar is present).
 *
 * The left sidebar takes up some width thereby leaving the remaining part of
 * the screen to have lesser width and therefore bootstrap container class
 * using hard width doesn't adapt with screensize. Changing them to max-width
 * fixes the issue.
 */
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap nav styles overrides.
 */
.nav.nav-tabs {
  margin-bottom: 20px;
  margin-top: 0;
}
.nav.nav-tabs > li {
  padding: 0;
}
.nav.nav-tabs > li > a, div.crm-container .nav.nav-tabs > li > a, div.crm-container .nav.nav-tabs > li > a:visited, div.crm-container .nav.nav-tabs > li > a:link {
  font-size: 16px;
  line-height: 1.125;
  padding: 10px 20px;
}
.nav.nav-tabs > li.active > a, div.crm-container .nav.nav-tabs > li.active > a, div.crm-container .nav.nav-tabs > li.active > a:visited, div.crm-container .nav.nav-tabs > li.active > a:link {
  background-color: #f5f5f5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .nav.nav-tabs > li > a, div.crm-container .nav.nav-tabs > li > a, div.crm-container .nav.nav-tabs > li > a:visited, div.crm-container .nav.nav-tabs > li > a:link {
    font-size: 14px;
    line-height: 1.125;
    padding: 10px;
  }
}
.nav-pills > li > a, div.crm-container .nav-pills > li > a, div.crm-container .nav-pills > li > a:visited, div.crm-container .nav-pills > li > a:link {
  color: #99a8b2;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap pagination styles overrides.
 */
.pagination {
  margin-bottom: 0;
  margin-top: 20px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap tables styles overrides.
 */
.table {
  margin-bottom: 0;
}
.pagination {
  margin-bottom: 0;
  margin-top: 20px;
}
.table-bordered td {
  background: #fff;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.table-bordered td .btn, .table-bordered td div.crm-container #ccButton, div.crm-container .table-bordered td #ccButton {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 5px;
}
.table-bordered th {
  border: 0 !important;
}
.table-bordered td:first-child, .table-bordered th:first-child {
  padding-left: 15px;
}
.table-bordered td:last-child, .table-bordered th:last-child {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .table-bordered td:first-child, .table-bordered th:first-child {
    padding-left: 50px;
  }
  .table-bordered td:last-child, .table-bordered th:last-child {
    padding-right: 50px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap styles overrides.
 */
.page-header {
  border: 0;
  line-height: 1.41666667;
  margin: 20px 0 15px 0;
  padding: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core bootstrap well styles overrides.
 */
.well, #crm-container.crm-public .crm-socialnetwork {
  background-color: #fff;
  border-width: 1px;
  margin-bottom: 15px;
  padding: 15px;
}
.well h1, #crm-container.crm-public .crm-socialnetwork h1 {
  border: 0;
  line-height: 1.41666667;
  margin: 0 0 8px;
  text-transform: capitalize;
}
.well h3, #crm-container.crm-public .crm-socialnetwork h3 {
  line-height: 1.41666667;
  margin: 0 0 5px;
}
.well blockquote, #crm-container.crm-public .crm-socialnetwork blockquote {
  background: #00263e url('../images/quot.svg') no-repeat;
  background-position: 25px 25px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: 20px 0;
  min-height: 80px;
  padding: 15px 15px 15px 80px;
}
.well blockquote p:last-child::after, #crm-container.crm-public .crm-socialnetwork blockquote p:last-child::after {
  content: ' “';
}
@media (max-width: 767px) {
  .well blockquote, #crm-container.crm-public .crm-socialnetwork blockquote {
    background-position: 12px 18px;
    padding: 15px 15px 15px 54px;
  }
}
.view-content > .well, #crm-container.crm-public .view-content > .crm-socialnetwork {
  margin-bottom: 10px;
}
.view-content > .well:last-child, #crm-container.crm-public .view-content > .crm-socialnetwork:last-child {
  margin-bottom: 0;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Core font awesome icon related overrides
 */
.fa {
  font-size: 16px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Generic CiviCRM overrides
 */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * CiviCRM accordion elements overrides.
 */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable selector-max-id, max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type*/
div.crm-container .crm-accordion-header {
  border-radius: 0 !important;
  display: flex !important;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
}
div.crm-container .crm-accordion-body {
  border: 0;
}
div.crm-container .crm-accordion-body table.crm-info-panel {
  border: 0;
  margin: 0;
}
div.crm-container .crm-accordion-body table.crm-info-panel > tbody > tr {
  align-items: center;
  display: flex;
}
div.crm-container .crm-accordion-body table.crm-info-panel > tbody > tr > td {
  background-color: transparent;
  flex-basis: 50%;
  flex-grow: 1;
}
div.crm-container .crm-accordion-body table.crm-info-panel td.label {
  color: inherit;
  font-weight: inherit !important;
  margin: 0 !important;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * CiviCRM Drupal specifics overrides.
 */
/* stylelint-disable selector-max-compound-selectors */
.region-content div.crm-container .crm-section .label {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  padding-left: unset;
  text-align: left;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * CiviCRM form elements overrides.
 */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable selector-max-id, max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type*/
.ssp-page-content #crm-container.crm-public .crm-form-radio, .ssp-page-content #crm-container.crm-public .crm-form-checkbox {
  clear: left;
  float: left;
  margin-top: 3px;
}
.ssp-page-content #crm-container.crm-public .crm-form-radio + label, .ssp-page-content #crm-container.crm-public .crm-form-checkbox + label {
  float: left;
  font-weight: 400;
  margin-bottom: 5px;
}
#crm-container.crm-public .crm-form-date-wrapper {
  display: block;
}
#crm-container.crm-public .crm-form-entityref, #crm-container.crm-public .crm-select2, #crm-container.crm-public .crm-form-date-wrapper {
  max-width: 553px;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * CiviCRM general elements overrides.
 */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable selector-max-id, max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type*/
#crm-container {
  line-height: inherit;
}
div.crm-container {
  line-height: inherit;
}
div.crm-container table {
  font-size: inherit;
}
div.crm-container label {
  display: inline-block;
}
div.crm-container .crm-inline-error, div.crm-container .crm-error {
  color: #a94442;
  background-color: transparent;
  border-color: #ebccd1;
}
div.crm-container .crm-inline-error:not(.messages):not(.crm-error-label), div.crm-container .crm-error:not(.messages):not(.crm-error-label) {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
}
div.crm-container .crm-inline-error.crm-error-label, div.crm-container .crm-error.crm-error-label {
  padding: 0;
}
div.crm-container .crm-inline-error hr, div.crm-container .crm-error hr {
  border-top-color: #e4bac0;
}
div.crm-container .crm-inline-error .alert-link, div.crm-container .crm-error .alert-link {
  color: #843534;
}
div.crm-container .description {
  color: inherit;
}
div.crm-container fieldset {
  border: 0;
}
div.crm-container fieldset legend {
  font-size: 21px;
  margin-bottom: 10px;
  padding: 0;
}
div.crm-container .header-dark {
  background: transparent;
  padding: 0;
}
div.crm-container .blockUI.blockOverlay {
  background-color: rgba(245, 245, 245, 0.7) !important;
  background-image: none !important;
  opacity: 1 !important;
}
div.crm-container .blockUI.blockOverlay::before {
  content: '';
  display: block;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Other CiviCRM miscelaaneous overrides.
 */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable selector-max-id, max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type*/
div.crm-container #membership-listings, div.crm-container .crm-group {
  margin-bottom: 10px;
}
div.crm-container #ccButton {
  text-shadow: none;
}
div.crm-container #ccButton ~ #ccButton {
  display: none;
}
div.crm-container .crm-form-radio[disabled] ~ .crm-clear-link {
  display: none;
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * CiviCRM social network block styles.
 */
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-disable selector-max-id, max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type*/
#crm-container.crm-public .crm-socialnetwork {
  margin-top: 20px;
  position: relative;
}
#crm-container.crm-public .crm-socialnetwork h3 {
  padding: 0;
}
#crm-container.crm-public .crm-socialnetwork::before {
  background: url('../images/help-grow.svg') center center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  padding-top: 72.1951219512%;
  width: 100%;
}
@media (min-width: 768px) {
  #crm-container.crm-public .crm-socialnetwork::before {
    bottom: 15px;
    left: 15px;
    padding-top: 148px;
    position: absolute;
    width: 205px;
  }
}
#crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .crm-socialnetwork .description {
  color: inherit;
  font-size: inherit;
}
#crm-container.crm-public .crm-socialnetwork .description {
  margin-bottom: 20px;
}
#crm-container.crm-public .crm-socialnetwork br {
  display: none;
}
#crm-container.crm-public .crm-socialnetwork br + p, #crm-container.crm-public .crm-socialnetwork div.crm-container .crm-accordion-body br + table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body #crm-container.crm-public .crm-socialnetwork br + table.crm-info-panel:not(:last-child) {
  padding-top: 20px;
}
#crm-container.crm-public .crm-socialnetwork p, #crm-container.crm-public .crm-socialnetwork div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body #crm-container.crm-public .crm-socialnetwork table.crm-info-panel:not(:last-child) {
  clear: both;
}
#crm-container.crm-public .crm-socialnetwork .crm-fb-tweet-buttons {
  display: flex;
}
#crm-container.crm-public .crm-socialnetwork .crm-fb-tweet-buttons .label {
  float: none;
  font-size: inherit !important;
  overflow: hidden;
  padding: 0 !important;
  width: 63px !important;
}
#crm-container.crm-public .crm-socialnetwork .crm-fb-tweet-buttons .label iframe[src*='facebook.com'] {
  height: 20px !important;
}
@media (min-width: 768px) {
  #crm-container.crm-public .crm-socialnetwork .crm-fb-tweet-buttons {
    flex-direction: column;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
  }
}
#crm-container.crm-public .crm-socialnetwork *:last-child span {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #crm-container.crm-public .crm-socialnetwork {
    padding-left: 250px;
    padding-right: 93px;
  }
}
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * CiviCRM SSP elements overrides.
 */
div.crm-container .ssp-well-prefix a, div.crm-container .ssp-well-prefix a:visited, div.crm-container .ssp-well-prefix a:link {
  color: #00263e;
}
div.crm-container .ssp-well-prefix a:hover, div.crm-container .ssp-well-prefix a:visited:hover, div.crm-container .ssp-well-prefix a:link:hover, div.crm-container .ssp-well-prefix a:focus, div.crm-container .ssp-well-prefix a:visited:focus, div.crm-container .ssp-well-prefix a:link:focus {
  color: black;
  text-decoration: underline;
}
/* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
/**
 * Copyright © Compucorp Ltd 2022
 * This software code is owned by Compucorp Ltd and is protected by copyright. All rights reserved.
 * No part of this software code may be reproduced, stored in a retrieval system of any nature, or transmitted, in any
 * form or by any means without the prior written permission of Compucorp Ltd.
 * If any unauthorised acts are carried out in relation to this copyright work, a civil claim for damages may be made against you.
 *
 * @file
 *
 * Styling client webforms like Update Details.
 */
.webform-client-form .panel-heading .panel-title {
  font-size: inherit;
}
.webform-client-form .panel, .webform-client-form div.crm-container .crm-accordion-wrapper, div.crm-container .webform-client-form .crm-accordion-wrapper {
  margin: 5px 0 10px 0;
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-enable no-duplicate-selectors */
}
.webform-client-form .panel.ssp-last-form-item-no-margin .form-item:last-child, .webform-client-form div.crm-container .ssp-last-form-item-no-margin.crm-accordion-wrapper .form-item:last-child, div.crm-container .webform-client-form .ssp-last-form-item-no-margin.crm-accordion-wrapper .form-item:last-child {
  margin-bottom: 0;
}
.webform-client-form .panel:not(.collapsible) .panel-body .panel.collapsible, .webform-client-form div.crm-container .crm-accordion-wrapper:not(.collapsible) .panel-body .panel.collapsible, div.crm-container .webform-client-form .crm-accordion-wrapper:not(.collapsible) .panel-body .panel.collapsible, .webform-client-form .panel:not(.collapsible) .panel-body div.crm-container .collapsible.crm-accordion-wrapper, div.crm-container .webform-client-form .panel:not(.collapsible) .panel-body .collapsible.crm-accordion-wrapper, .webform-client-form div.crm-container .crm-accordion-wrapper:not(.collapsible) .panel-body div.crm-container .collapsible.crm-accordion-wrapper, div.crm-container .webform-client-form div.crm-container .crm-accordion-wrapper:not(.collapsible) .panel-body .collapsible.crm-accordion-wrapper {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.webform-client-form .panel.collapsible, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper {
  height: auto;
  margin-bottom: 15px;
}
.webform-client-form .panel.collapsible > .panel-heading, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-heading, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-heading {
  border: 1px solid #dddddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  padding: 10px 15px;
}
.webform-client-form .panel.collapsible > .panel-heading a::after, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-heading a::after, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-heading a::after, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a::after, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a::after, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:visited::after, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:visited::after, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:link::after, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:link::after {
  font-size: 0.8em;
  margin-left: 8px;
  content: '';
  display: inline-flex;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-rendering: auto;
}
.webform-client-form .panel.collapsible > .panel-heading a:active, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-heading a:active, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-heading a:active, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:active, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:active, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:visited:active, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:visited:active, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:link:active, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:link:active, .webform-client-form .panel.collapsible > .panel-heading a:active:focus, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-heading a:active:focus, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-heading a:active:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:active:focus, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:active:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:visited:active:focus, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:visited:active:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:link:active:focus, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:link:active:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:focus:active, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:focus:active, .webform-client-form .panel.collapsible > .panel-heading a:focus, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-heading a:focus, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-heading a:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:focus, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:visited:focus, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:visited:focus, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:link:focus, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:link:focus, .webform-client-form .panel.collapsible > .panel-heading a:hover, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-heading a:hover, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-heading a:hover, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:hover, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:hover, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:visited:hover, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:visited:hover, .webform-client-form .panel.collapsible > .panel-heading div.crm-container a:link:hover, div.crm-container .webform-client-form .panel.collapsible > .panel-heading a:link:hover {
  color: inherit;
  text-decoration: none;
}
.webform-client-form .panel.collapsible > .panel-body, .webform-client-form div.crm-container .collapsible.crm-accordion-wrapper > .panel-body, div.crm-container .webform-client-form .collapsible.crm-accordion-wrapper > .panel-body {
  border: 1px solid #dddddd;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  margin: 0;
}
.webform-client-form .panel.collapsed .panel-heading, .webform-client-form div.crm-container .collapsed.crm-accordion-wrapper .panel-heading, div.crm-container .webform-client-form .collapsed.crm-accordion-wrapper .panel-heading {
  border-bottom: 1px solid #dddddd;
  border-radius: 4px;
}
.webform-client-form .panel.collapsed .panel-heading a::after, .webform-client-form div.crm-container .collapsed.crm-accordion-wrapper .panel-heading a::after, div.crm-container .webform-client-form .collapsed.crm-accordion-wrapper .panel-heading a::after, .webform-client-form .panel.collapsed .panel-heading div.crm-container a::after, div.crm-container .webform-client-form .panel.collapsed .panel-heading a::after, .webform-client-form .panel.collapsed .panel-heading div.crm-container a:visited::after, div.crm-container .webform-client-form .panel.collapsed .panel-heading a:visited::after, .webform-client-form .panel.collapsed .panel-heading div.crm-container a:link::after, div.crm-container .webform-client-form .panel.collapsed .panel-heading a:link::after {
  content: '';
}
.webform-client-form .panel.ssp-last-form-item-no-margin, .webform-client-form div.crm-container .ssp-last-form-item-no-margin.crm-accordion-wrapper, div.crm-container .webform-client-form .ssp-last-form-item-no-margin.crm-accordion-wrapper {
  margin-bottom: 15px;
}
.webform-client-form .panel.ssp-last-form-item-no-margin .form-item:last-child, .webform-client-form div.crm-container .ssp-last-form-item-no-margin.crm-accordion-wrapper .form-item:last-child, div.crm-container .webform-client-form .ssp-last-form-item-no-margin.crm-accordion-wrapper .form-item:last-child {
  margin-bottom: 0;
}
.webform-client-form .panel .panel .panel-heading, .webform-client-form div.crm-container .crm-accordion-wrapper .panel .panel-heading, div.crm-container .webform-client-form .crm-accordion-wrapper .panel .panel-heading, .webform-client-form .panel div.crm-container .crm-accordion-wrapper .panel-heading, div.crm-container .webform-client-form .panel .crm-accordion-wrapper .panel-heading, .webform-client-form div.crm-container .crm-accordion-wrapper div.crm-container .crm-accordion-wrapper .panel-heading, div.crm-container .webform-client-form div.crm-container .crm-accordion-wrapper .crm-accordion-wrapper .panel-heading {
  font-family: inherit;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.webform-client-form .panel .panel:not(.collapsible) .panel-heading, .webform-client-form div.crm-container .crm-accordion-wrapper .panel:not(.collapsible) .panel-heading, div.crm-container .webform-client-form .crm-accordion-wrapper .panel:not(.collapsible) .panel-heading, .webform-client-form .panel div.crm-container .crm-accordion-wrapper:not(.collapsible) .panel-heading, div.crm-container .webform-client-form .panel .crm-accordion-wrapper:not(.collapsible) .panel-heading {
  margin-bottom: 15px;
  padding: 0 15px;
}
.webform-client-form .panel-body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  /* stylelint-disable selector-no-qualifying-type */
}
.webform-client-form .panel-body.collapse.in {
  display: flex;
}
.webform-client-form .panel-body .panel, .webform-client-form .panel-body div.crm-container .crm-accordion-wrapper, div.crm-container .webform-client-form .panel-body .crm-accordion-wrapper {
  margin-bottom: 0;
  width: 100%;
}
.webform-client-form .panel-body .panel.collapsible, .webform-client-form .panel-body div.crm-container .collapsible.crm-accordion-wrapper, div.crm-container .webform-client-form .panel-body .collapsible.crm-accordion-wrapper {
  margin: 5px;
  width: calc(100% - 10px);
}
.webform-client-form .panel-body .panel-body {
  margin: 0;
}
.webform-client-form .panel-body > div {
  flex-basis: 100%;
  padding: 0 15px;
  width: 100%;
}
.webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email) .form-item, .webform-client-form .panel-body > div[id*='ajax-wrapper'] .form-item {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email), .webform-client-form .panel-body > div[id*='ajax-wrapper'] {
    flex-basis: calc(50%);
  }
  .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span, .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span {
    flex-basis: 100%;
  }
  .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span .form-control, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span .select2-search input, .select2-search .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span input, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span .crm-frozen-field, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).ssp-webform-field-full-span .select2-container, .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span .form-control, .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span .select2-search input, .select2-search .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span input, .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span .crm-frozen-field, .webform-client-form .panel-body > div[id*='ajax-wrapper'].ssp-webform-field-full-span .select2-container {
    width: calc(50% - 15px) !important;
  }
  .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-checkboxes, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-radios, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-date, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-time, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-grid, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-markup, .webform-client-form .panel-body > .form-item:not(.name-prefix, .first-name, .middle-name, .last-name, .email).webform-component-textarea, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-checkboxes, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-radios, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-date, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-time, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-grid, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-markup, .webform-client-form .panel-body > div[id*='ajax-wrapper'].webform-component-textarea {
    flex-basis: 100%;
  }
}
.webform-client-form .panel-body .help-block {
  margin: 0 0 15px 0;
}
.webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body {
  flex-direction: column;
}
@media (min-width: 768px) {
  .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item {
    width: 50%;
  }
  .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-checkboxes, .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-radios, .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-date, .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-time, .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-grid, .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-markup, .webform-client-form .ssp-webform-fieldset-with-full-span-fields > .panel-body > .form-item.webform-component-textarea {
    width: 100%;
  }
}
.webform-client-form .form-item.ssp-webform-field-full-width {
  flex-basis: 100% !important;
  width: 100% !important;
}
.webform-client-form .form-item.ssp-webform-field-full-width .checkbox, .webform-client-form .form-item.ssp-webform-field-full-width .radio {
  width: 100% !important;
}
.webform-client-form .form-item.ssp-webform-field-full-span {
  flex-basis: 100% !important;
}
.webform-client-form .form-item.ssp-webform-field-full-span .form-control, .webform-client-form .form-item.ssp-webform-field-full-span .select2-search input, .select2-search .webform-client-form .form-item.ssp-webform-field-full-span input, .webform-client-form .form-item.ssp-webform-field-full-span .CRM_CiviAwards_Form_AwardReview .crm-frozen-field, .CRM_CiviAwards_Form_AwardReview .webform-client-form .form-item.ssp-webform-field-full-span .crm-frozen-field, .webform-client-form .form-item.ssp-webform-field-full-span .select2-container {
  width: calc(50% - 15px) !important;
}
.webform-client-form .webform-component-checkboxes .form-item .control-label, .webform-client-form .webform-component-radios .form-item .control-label {
  font-size: inherit;
}
.webform-client-form .webform-component-checkboxes .form-item .control-label span.form-element-label, .webform-client-form .webform-component-radios .form-item .control-label span.form-element-label {
  display: block;
}
.webform-client-form .webform-component-checkboxes .help-block, .webform-client-form .webform-component-radios .help-block {
  display: block;
  margin-top: 5px !important;
}
.webform-client-form .webform-component-date.form-item {
  width: 100%;
}
.webform-client-form .webform-component-date .form-item {
  display: inline-block;
  margin: 0 5px 0 0;
}
.webform-client-form .webform-component-date .form-item[class*='-day'] {
  width: 88px;
}
.webform-client-form .webform-component-date .form-item[class*='-month'] {
  width: 101px;
}
.webform-client-form .webform-component-date .form-item[class*='-year'] {
  width: 106px;
}
@media (max-width: 767px) {
  .webform-client-form .webform-component-date .form-item:nth-child(1) {
    margin-bottom: 5px;
  }
}
.webform-client-form .webform-component-time .form-item {
  display: inline-block;
  margin: 0;
  width: 96px;
}
.webform-client-form .webform-component-time .form-item:nth-child(1) {
  margin-right: 5px;
}
.webform-client-form .webform-component-time .form-item:nth-child(2) {
  margin-left: 5px;
}
.webform-client-form .webform-component-time .form-radios {
  margin-left: 15px;
  white-space: nowrap;
}
.webform-client-form .webform-component-time .form-radios .form-item {
  width: auto;
}
.webform-client-form .webform-component-time .form-radios .form-item label {
  margin-right: 0;
}
.webform-client-form .webform-component-time .form-radios .form-item:not(:last-child) label {
  margin-right: 5px;
}
/* ------------------------- */
/* Add new imports/css rules here if required. */
/**
 * @file
 *
 * Contains Font famliy declarations
 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/Barlow-Italic.woff2') format('woff2'), url('../fonts/Barlow-Italic.woff') format('woff'), url('../fonts/Barlow-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Martel DemiBold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Martel-DemiBold.woff2') format('woff2'), url('../fonts/Martel-DemiBold.woff') format('woff'), url('../fonts/Martel-DemiBold.ttf') format('truetype');
}
/**
 * @file
 *
 * Contains basic typography declarations
 */
/**
 * @file
 *
 * This file contains ACU SSP specific
 * variables.
 */
/**
 * @file
 * Color guildlines for ACU Bootstrap.
 */
/**
 * @file
 *
 * This file contains ACU SSP specific
 * mixins.
 */
/* Overrides */
/**
 * @file
 *
 * This file contains bootstrap core
 * css styling overrides.
 *
 * @todo: Future plans -
 * Audit  the changes to filter out the styling
 * and incorporate basic color and spacing
 * changes inside core SSP bootstrap theme
 * So that these can be directly configured
 * through css variable for other sub themes.
 */
.nav-pills > li > a.active, div.crm-container .nav-pills > li > a.active, div.crm-container .nav-pills > li > a.active:visited, div.crm-container .nav-pills > li > a.active:link {
  position: relative;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.nav-pills > li > a.active::before, div.crm-container .nav-pills > li > a.active::before, div.crm-container .nav-pills > li > a.active:visited::before, div.crm-container .nav-pills > li > a.active:link::before {
  background-color: #ffcd00;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.label {
  font-size: 14px;
  padding: 1.5px 4px;
}
.progress {
  border: 1px solid #eae1dc;
}
.progress, .progress-bar {
  box-shadow: none;
}
.well h3, #crm-container.crm-public .crm-socialnetwork h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.well .page-header, #crm-container.crm-public .crm-socialnetwork .page-header {
  margin-top: 0;
  text-transform: none;
}
table {
  border-radius: 3px;
  overflow: hidden;
}
table th {
  font-weight: 600;
}
table th a:not(.btn), table th div.crm-container a:not(.btn), div.crm-container table th a:not(.btn), table th div.crm-container a:visited:not(.btn), div.crm-container table th a:visited:not(.btn), table th div.crm-container a:link:not(.btn), div.crm-container table th a:link:not(.btn) {
  font-family: inherit;
}
table td .btn.dropdown-toggle, table td div.crm-container .dropdown-toggle#ccButton, div.crm-container table td .dropdown-toggle#ccButton {
  padding: 0;
}
.form-control, .select2-search input, .CRM_CiviAwards_Form_AwardReview .crm-frozen-field {
  box-shadow: none;
}
.pagination > li > a, div.crm-container .pagination > li > a, div.crm-container .pagination > li > a:visited, div.crm-container .pagination > li > a:link, .pagination > li > span {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  padding: 5px 12px;
}
.pagination > .active {
  font-weight: 700;
}
label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.41666667;
}
/**
 * @file
 *
 * This file contains core drupal components
 * related overrides.
 */
.block-title {
  text-transform: uppercase;
}
/* stylelint-disable selector-max-id */
#block-menu-menu-ssp-user-menu .dropdown-toggle {
  border: 0;
  color: #00263e;
  font-size: 12px;
}
#block-menu-menu-ssp-user-menu .dropdown-toggle .caret {
  border-top-color: #99a8b2;
  border-width: 3px;
  margin-left: 8px;
}
/* stylelint-enable selector-max-id */
.dropdown-menu a:not(.btn), .dropdown-menu div.crm-container a:not(.btn), div.crm-container .dropdown-menu a:not(.btn), .dropdown-menu div.crm-container a:visited:not(.btn), div.crm-container .dropdown-menu a:visited:not(.btn), .dropdown-menu div.crm-container a:link:not(.btn), div.crm-container .dropdown-menu a:link:not(.btn), .dropdown-menu .dropdown-toggle, .main-container a:not(.btn), .main-container div.crm-container a:not(.btn), div.crm-container .main-container a:not(.btn), .main-container div.crm-container a:visited:not(.btn), div.crm-container .main-container a:visited:not(.btn), .main-container div.crm-container a:link:not(.btn), div.crm-container .main-container a:link:not(.btn), .main-container .dropdown-toggle {
  color: #53bdbe;
}
.main-container .btn, .main-container div.crm-container #ccButton, div.crm-container .main-container #ccButton {
  text-transform: lowercase;
}
.main-container .btn > i, .main-container div.crm-container #ccButton > i, div.crm-container .main-container #ccButton > i {
  margin: 0 5px 0 0;
}
.main-container .btn span::first-letter, .main-container div.crm-container #ccButton span::first-letter, div.crm-container .main-container #ccButton span::first-letter, .main-container .btn::first-letter, .main-container div.crm-container #ccButton::first-letter, div.crm-container .main-container #ccButton::first-letter {
  text-transform: uppercase;
}
.main-container .btn span, .main-container div.crm-container #ccButton span, div.crm-container .main-container #ccButton span {
  display: inline-block;
}
.region-ssp-header-menu {
  color: #00263E;
}
.region-ssp-footer {
  align-items: flex-start;
}
.region-ssp-footer p, .region-ssp-footer div.crm-container .crm-accordion-body table.crm-info-panel:not(:last-child), div.crm-container .crm-accordion-body .region-ssp-footer table.crm-info-panel:not(:last-child) {
  margin: 0 0 20px;
}
.region-ssp-footer .ssp-footer-special-text {
  color: #99a8b2;
}
.page-header {
  text-transform: uppercase;
}
.view-header h3 {
  text-transform: uppercase;
}
.views-exposed-form .well, .views-exposed-form #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .views-exposed-form .crm-socialnetwork {
  background-color: #fff;
}
.views-exposed-form .not-collapsible .well, .views-exposed-form .not-collapsible #crm-container.crm-public .crm-socialnetwork, #crm-container.crm-public .views-exposed-form .not-collapsible .crm-socialnetwork {
  border: 1px solid #eae1dc;
  padding: 15px;
  -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);
}
.views-exposed-form label {
  font-weight: normal;
}
.views-exposed-form .views-exposed-form-outer .views-exposed-widgets .form-item {
  /* stylelint-disable-line selector-max-compound-selectors */
  max-width: 300px;
  width: 100%;
}
.views-exposed-form .views-exposed-widgets .form-item {
  width: 206px;
}
.views-exposed-form .views-exposed-widgets .view-date-widget .form-item {
  /* stylelint-disable-line selector-max-compound-selectors */
  width: auto;
}
.views-exposed-form .views-exposed-widget:not(.views-reset-button):not(.views-submit-button):not(.ssp-separated-search) {
  align-items: center;
  display: flex;
  width: auto !important;
}
.views-exposed-form .views-exposed-widget label {
  margin: 0 15px 0 0;
}
.views-exposed-form .views-widget-date-combined {
  align-items: center;
  display: flex;
}
.views-exposed-form .views-widget-date-combined label {
  font-size: 14px;
}
.views-exposed-form .views-reset-button .form-submit {
  color: #53bdbe;
  text-transform: capitalize;
}
.ssp-field-separator {
  color: #99a8b2;
}
.select2-container .select2-choice .select2-arrow b {
  /* stylelint-disable-line selector-max-compound-selectors */
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
}
.quicktabs-wrapper .nav-tabs {
  margin-bottom: 0;
}
.quicktabs-wrapper .nav-tabs a, .quicktabs-wrapper .nav-tabs div.crm-container a, div.crm-container .quicktabs-wrapper .nav-tabs a, .quicktabs-wrapper .nav-tabs div.crm-container a:visited, div.crm-container .quicktabs-wrapper .nav-tabs a:visited, .quicktabs-wrapper .nav-tabs div.crm-container a:link, div.crm-container .quicktabs-wrapper .nav-tabs a:link {
  color: #667d8b;
  font-family: inherit;
}
.quicktabs-wrapper .nav-tabs .active {
  /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
  /* stylelint-enable max-nesting-depth, selector-max-compound-selectors */
}
.quicktabs-wrapper .nav-tabs .active a.active, .quicktabs-wrapper .nav-tabs .active div.crm-container a.active, div.crm-container .quicktabs-wrapper .nav-tabs .active a.active, .quicktabs-wrapper .nav-tabs .active div.crm-container a.active:visited, div.crm-container .quicktabs-wrapper .nav-tabs .active a.active:visited, .quicktabs-wrapper .nav-tabs .active div.crm-container a.active:link, div.crm-container .quicktabs-wrapper .nav-tabs .active a.active:link, .quicktabs-wrapper .nav-tabs .active a:active, .quicktabs-wrapper .nav-tabs .active div.crm-container a:active, div.crm-container .quicktabs-wrapper .nav-tabs .active a:active, .quicktabs-wrapper .nav-tabs .active div.crm-container a:visited:active, div.crm-container .quicktabs-wrapper .nav-tabs .active a:visited:active, .quicktabs-wrapper .nav-tabs .active div.crm-container a:link:active, div.crm-container .quicktabs-wrapper .nav-tabs .active a:link:active, .quicktabs-wrapper .nav-tabs .active a:hover, .quicktabs-wrapper .nav-tabs .active div.crm-container a:hover, div.crm-container .quicktabs-wrapper .nav-tabs .active a:hover, .quicktabs-wrapper .nav-tabs .active div.crm-container a:visited:hover, div.crm-container .quicktabs-wrapper .nav-tabs .active a:visited:hover, .quicktabs-wrapper .nav-tabs .active div.crm-container a:link:hover, div.crm-container .quicktabs-wrapper .nav-tabs .active a:link:hover {
  color: #00263e;
}
.breadcrumb a, .breadcrumb div.crm-container a, div.crm-container .breadcrumb a, .breadcrumb div.crm-container a:visited, div.crm-container .breadcrumb a:visited, .breadcrumb div.crm-container a:link, div.crm-container .breadcrumb a:link {
  font-family: inherit;
}
/**
 * @file
 *
 * This file contains core SSP bootstrap
 * components css styling overrides.
 */
.ssp-fixed-sidebar {
  background-color: #00263e;
  margin-top: -52px;
  z-index: 20;
}
body:not(.toolbar-drawer):not(.admin-menu) .ssp-fixed-sidebar {
  height: auto;
  margin-top: 0;
  top: 0;
}
.ssp-logo {
  display: block;
  margin: 15px;
  position: relative;
  z-index: 100;
}
.ssp-logo img {
  height: 48px;
}
.view-ssp-dashboard-overdue-payment .ssp-icon {
  background-color: #e34757;
}
.ssp-full-card {
  min-height: 125px;
}
.ssp-full-card__content {
  display: flex;
  flex-direction: column;
}
.ssp-full-card__content > .ssp-full-card__content-subtitle {
  flex-grow: 1;
}
.view-ssp-news.view-display-id-block_news_updates .ssp-full-card__other-fields {
  justify-content: flex-end;
}
.view-ssp-news.view-display-id-block_news_updates .ssp-contact-card__description {
  flex-grow: 0;
}
.ssp-full-card__calendar-day {
  border: 1px solid #eae1dc;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
.ssp-full-card__calendar-month {
  font-weight: 700;
}
.ssp-donate .ssp-well__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ssp-footer a, .ssp-footer div.crm-container a, div.crm-container .ssp-footer a, .ssp-footer div.crm-container a:visited, div.crm-container .ssp-footer a:visited, .ssp-footer div.crm-container a:link, div.crm-container .ssp-footer a:link {
  color: #667d8b;
}
.ssp-footer p:last-child {
  margin-bottom: 0;
}
.ssp-footer-pipe-separator {
  margin: 0 4px;
}
.ssp-footer__logo {
  margin-top: 20px;
}
.ssp-address-footer .ssp-footer__logo {
  display: none;
}
.ssp-no-results__header {
  font-size: 30px;
}
.view-ssp-awards-submitted .ssp-no-results:not(.ssp-no-results--with-query)::before {
  background-image: url('../images/no-results/submitted-applications.svg');
}
.civiawards__review-activity > .clearfix:last-child {
  border-top: 1px solid #ddd;
  margin: 20px -15px 0 -15px;
  padding: 15px 15px 0 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.civiawards__review-activity > .clearfix:last-child .btn, .civiawards__review-activity > .clearfix:last-child div.crm-container #ccButton, div.crm-container .civiawards__review-activity > .clearfix:last-child #ccButton {
  margin-right: 15px;
}
/**
 * @file
 *
 * This file contains CiviCRM core
 * css styling overrides.
 */
/* stylelint-disable selector-max-id */
#crm-container table.no-border, #crm-container table.crm-info-panel, #crm-container table.form-layout-compressed {
  background-color: initial;
}
#crm-container .button {
  color: #fff;
}
#crm-container .CRM_CiviAwards_Form_AwardReview .btn, #crm-container .CRM_CiviAwards_Form_AwardReview div.crm-container #ccButton, div.crm-container #crm-container .CRM_CiviAwards_Form_AwardReview #ccButton {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
#crm-container .CRM_CiviAwards_Form_AwardReview .btn i, #crm-container .CRM_CiviAwards_Form_AwardReview div.crm-container #ccButton i, div.crm-container #crm-container .CRM_CiviAwards_Form_AwardReview #ccButton i {
  display: none;
}
#crm-container.crm-public .crm-event-thankyou-form-block, #crm-container.crm-public .crm-event-confirm-form-block {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
#crm-container.crm-public .crm-event-thankyou-form-block .display-block table, #crm-container.crm-public .crm-event-confirm-form-block .display-block table {
  background: transparent;
}
