@charset "UTF-8";
/*
DELETED: All references to fonts
*/
/*
TODO: Only used in nav - may be artifact - check purpose of icon-bar use in nav
*/
[class^='icon-']:before, [class*=' icon-']:before {
  display: inline-block;
  font-family: 'crc icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
TODO: Only used in one place - may be artifact
*/
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*
SHELVES ARE USED THROUGHOUT CV19 CODE
*/
.shelf .intro p {
  text-align: center; }

.crc-tab-shelf {
  background-color: #e5e9ea; }

.crc-tab-shelf h2 {
  font-size: 2em;
  text-align: center;
  color: #555; }

.crc-tab-shelf .intro p {
  text-align: center; }

.crc-tab-content-shelf {
  background-color: #f5f5f5; }

.crc-tab-content-shelf .intro p {
  text-align: center; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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 {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse; }

td, th {
  padding: 0; }

* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover {
  color: #646e9b;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  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.42857143;
  background-color: #fff;
  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 #eeeeee; }

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  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, .h3 .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 {
  font-size: 24px; }

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

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

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

p {
  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 {
  background-color: #fcf8e3;
  padding: .2em; }

.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 {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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-left: 5px;
  padding-right: 5px; }

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

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

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.42857143;
  color: #777777; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .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.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .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.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

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

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

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

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

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #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 {
  overflow-x: auto;
  min-height: 0.01%; }

@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 #ddd; }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold; }

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  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 {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

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

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

input[type="radio"][disabled], 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; }

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

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  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, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 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: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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 {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.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 {
  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 {
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.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 {
  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 {
  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;
  border-color: #a94442;
  background-color: #f2dede; }

.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: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    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 {
    width: auto; }
  .form-inline .input-group > .form-control {
    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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  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: #646e9b;
  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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.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%; }

.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;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

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 solid;
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box; }

.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 {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 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, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn 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-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 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-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

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

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

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

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

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

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

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

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

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

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

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

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  position: relative; }

.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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  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 .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    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 {
    width: auto; }
  .navbar-form .input-group > .form-control {
    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 {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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 {
  margin-top: 10px;
  margin-bottom: 10px; }

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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: #777; }

.navbar-default {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.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; }

/*
BREADCRUMBS: We have custom
*/
.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 {
  content: "/ ";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #646e9b;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager:before, .pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

.label, .CaseStudySearch .tag {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label:empty, .CaseStudySearch .tag:empty {
  display: none; }

.btn .label, .btn .CaseStudySearch .tag, .CaseStudySearch .btn .tag {
  position: relative;
  top: -1px; }

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

.label-default, .CaseStudySearch .tag {
  background-color: #777777; }

.label-default[href]:hover, .CaseStudySearch [href].tag:hover, .label-default[href]:focus, .CaseStudySearch [href].tag:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

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

.label-info {
  background-color: #5bc0de; }

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

.label-warning {
  background-color: #f0ad4e; }

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

.label-danger {
  background-color: #d9534f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

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

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, 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: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, 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: #d9534f; }

.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 {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.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: #337ab7;
  border-color: #337ab7; }

.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: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.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 {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.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 {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.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 {
  margin-bottom: 20px;
  background-color: #fff;
  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: 15px; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit; }

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

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .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 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .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, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .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 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  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: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  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: #3c763d; }

.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  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; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * CSS jQuery.filer
 * Copyright (c) 2016 CreativeDream
 * Version: 1.3 (14-Sep-2016)
*/
.hidden {
  display: none; }

.alert.alert-error > ul.error-list {
  margin-bottom: 0px; }

a:hover {
  text-decoration: none; }

#feedback {
  position: fixed;
  top: 50px;
  z-index: 2000;
  margin: 0 auto;
  width: 100%; }

.media-query-show-size {
  position: fixed;
  left: 50%;
  top: 0; }

.modal-backdrop.in {
  opacity: 0.8; }

.beta-alert {
  padding: 15px 15px 5px;
  background: #04857A;
  color: #fff;
  border: none;
  border-radius: 0; }

.beta-alert a {
  color: #FFF;
  text-decoration-style: dashed;
  text-decoration-line: underline; }

.alert.alert-danger h3 {
  margin: 0px 0px 8px 0px;
  color: #a94442; }

.alert.alert-danger a {
  color: #a94442; }

h1, h2, h3, h4, h5 {
  color: #04857A;
  font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif;
  margin-top: 0em; }

h2.border-bottom {
  border-bottom: 5px solid #000;
  padding-bottom: .3em;
  margin-bottom: 1em; }

h3 span a {
  font-size: .6em;
  text-decoration: underline; }

h3 span a:hover, h3 span a:focus {
  text-decoration: none; }

.heading-align {
  padding-left: 0;
  margin-top: 24px; }

.nav-align {
  padding-right: 0; }

.panel {
  border-radius: 0; }

.panel .panel-heading a {
  color: #166356; }

.panel .panel-heading a:hover, .panel .panel-heading a:focus {
  color: #628e86; }

.panel-body {
  padding: 5px 5px 10px 5px; }

.panel-body h3 {
  font-size: 1.2em;
  margin: .5em 0 0 .5em;
  color: #000; }

.panel-body a .img-thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0; }

.panel-body .overlay {
  background: #28b09a; }

.panel-body .overlay:hover img {
  opacity: .7; }

.filter-panel {
  background: #e6e6e6;
  padding-top: 1em;
  border-top: 1px solid #b9bbc1;
  border-bottom: 1px solid #b9bbc1; }

.filter-panel ul.nav-pills {
  display: table;
  margin: 0 auto; }

.filter-panel ul.nav-pills li a {
  background: #646e9b;
  color: #fff;
  border-radius: 0; }

.filter-panel ul.nav-pills li a:hover, .filter-panel ul.nav-pills li a:focus, .filter-panel ul.nav-pills li.active a {
  background: #28b09a;
  color: #000; }

.border-bottom {
  border-bottom: 5px solid #000;
  padding-bottom: .3em;
  margin-bottom: 1em;
  float: left;
  width: 100%; }

ul.nav-tabs.sub {
  float: right;
  border-bottom: 0;
  margin-right: .6em; }

ul.nav-tabs.sub li a {
  background: #646e9b;
  color: #fff;
  border: 0;
  margin-right: .5em;
  border-radius: 0;
  margin-bottom: 1px; }

ul.nav-tabs.sub li a:hover, ul.nav-tabs.sub li a:focus {
  background: #28b09a;
  color: #000; }

ul.nav-tabs.sub li.active a {
  background: #28b09a;
  color: #000; }

ul.nav-tabs.sub li.active a:hover, ul.nav-tabs.sub li.active a:focus {
  border: 0; }

.container .page-content .row p {
  line-height: 1.5em; }

.signin-panel {
  background: #007491;
  padding: 1em;
  text-align: center;
  margin-top: 5em; }

.signin-panel p {
  color: #fff; }

.signin-panel p a {
  text-decoration: underline;
  color: #fff; }

.signin-panel p a:hover, .signin-panel p a:focus {
  text-decoration: none; }

.resources-panel {
  background: #e6e6e6;
  padding: 1em;
  margin-bottom: 2em;
  margin-top: 1em;
  border-top: 1px solid #b9bbc1; }

.resources-panel .filters {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em; }

.resources-panel .filters .filter-box {
  display: inline; }

.resources-panel .filters .filter-box label {
  color: #000;
  padding-right: 1em;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer; }

.resources-panel .filters .filter-box select {
  margin-right: 1em;
  border-radius: 0;
  border: 1px solid #000;
  font-size: .9em;
  padding: 2px; }

.resources-panel .filters input.submit {
  color: #fff;
  background: #57597c;
  border: 1px solid #303030;
  border-radius: 5px;
  font-size: .9em;
  font-weight: normal;
  padding: 1px 15px;
  margin-right: 2em; }

.resources-panel .filters input.submit:hover, .resources-panel .filters input.submit:focus {
  background: #404463; }

.resources-panel .filters p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: normal;
  float: right;
  padding-top: 2px; }

.resources-panel table {
  background: #fff; }

.resources-panel table thead > tr > th {
  border-bottom: 0; }

.resources-panel table th, .resources-panel table td {
  border-right: 1px solid #f4f4f4; }

.resources-panel table td a.download, .resources-panel table td input.btn {
  border: 1px solid #303030;
  background: #57597c;
  color: #fff;
  width: 100%; }

.resources-panel table td a.download:hover, .resources-panel table td a.download:focus, .resources-panel table td input.btn:hover, .resources-panel table td input.btn:focus {
  background: #404463; }

.resources-panel table td input {
  width: 100%; }

.resources-panel table td input.btn {
  margin-bottom: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.resources-panel table td .submit-button {
  width: 100%;
  margin-bottom: 1em; }

.resources-panel table td .image {
  float: left;
  margin-right: 1em; }

.resources-panel table td p.align-center {
  text-align: center;
  word-break: break-all; }

.resources-panel .table > tbody > tr > td {
  vertical-align: middle; }

.resources-panel .container .resources {
  background: #fff;
  padding: 10px; }

.resources-panel .container .resources .submit-button {
  width: 100%;
  margin-bottom: 0.5em; }

.resources-panel .container .resources .row.header {
  border-bottom: 1px solid #f4f4f4; }

.resources-panel .container .resources .row {
  margin: 0;
  padding-top: 1em;
  border-bottom: 1px solid #f4f4f4; }

.resources-panel .container .resources .row ul {
  padding-left: 15px;
  margin-left: 0; }

.resources-panel .container .resources .row a.download, .resources-panel .container .resources .row input.btn {
  border: 1px solid #303030;
  background: #57597c;
  color: #fff;
  width: 100%; }

.resources-panel .container .resources .row a.download:hover, .resources-panel .container .resources .row a.download:focus, .resources-panel .container .resources .row input.btn:hover, .resources-panel .container .resources .row input.btn:focus {
  background: #404463; }

.resources-panel .container .resources .row input.btn {
  margin-bottom: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.resources-panel .container .resources .row input[type=number] {
  width: 100% !important; }

.resources-panel .container .resources .row .image {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.resources-panel .container .resources .row p.align-center {
  text-align: center; }

.submit-button {
  border: 1px solid #303030;
  background: #57597c;
  color: #fff;
  width: auto;
  padding: 5px 25px 7px 25px;
  margin-top: 1em;
  margin-right: 1em;
  border-radius: 4px; }

.submit-button:hover, .submit-button:focus {
  background: #404463;
  color: #fff; }

.register {
  padding-bottom: 2em; }

.register fieldset.inputs {
  padding: 2em 1em;
  background: #f3f3f6;
  border-radius: 5px; }

.register fieldset.inputs .boolean label {
  padding-left: 0; }

.register fieldset.inputs .checkbox label {
  padding-left: 0; }

.register h3 {
  font-size: 1.4em; }

.register label {
  display: block;
  cursor: pointer; }

.register input {
  width: 15em; }

.register span {
  font-size: .9em;
  font-style: italic; }

.register span input {
  width: 15em;
  border-radius: 0; }

.register .checkbox input {
  width: auto;
  display: inline;
  margin-left: 0; }

.register .checkbox label {
  display: inline; }

.register input.submit-button {
  border: 1px solid #303030;
  background: #57597c;
  color: #fff;
  width: auto;
  padding: 5px 25px 7px 25px;
  margin-top: 1em; }

.register input.submit-button:hover, .register input.submit-button:focus {
  background: #404463; }

.register .signin input {
  width: 100%; }

.register p a {
  color: #000;
  text-decoration: underline; }

.register p a:hover, .register p a:focus {
  color: #00816e;
  text-decoration: none; }

.register .buttons {
  margin-top: 1em; }

.register .buttons input.submit-button {
  width: auto; }

.checkbox input[type="checkbox"] {
  position: relative;
  margin-right: .5em; }

ul.pagination {
  margin-top: 15px; }

ul.pagination li:first-child a, ul.pagination li:last-child a {
  border-radius: 0; }

ul.pagination li a {
  border: 0;
  margin-left: .5em;
  background: #000;
  color: #fff; }

ul.pagination li.active a, ul.pagination li.active a:hover, ul.pagination li.active a:focus, ul.pagination li a:hover, ul.pagination li a:focus {
  background: #166356;
  color: #fff; }

.border-bottom-thin {
  border-bottom: 1px solid #000;
  padding-bottom: .3em;
  margin-bottom: 1em;
  float: left;
  width: 100%; }

p.go-back {
  margin: 1.5em 0; }

p.go-back a {
  color: #fff;
  background: #166356;
  padding: .5em 1em;
  text-align: center; }

p.go-back a:before {
  content: "\25c0"; }

ul.asset-details {
  margin: 1em 0 0 0;
  padding-left: 0; }

ul.asset-details li {
  display: inline;
  list-style-type: none;
  padding: 0 .5em 0 0; }

.asset-order-panel {
  padding: 1em;
  background: #f3f3f6;
  border-radius: 5px; }

.asset-order-panel button.btn-default, .asset-order-panel a.btn-default {
  width: 100%;
  color: #fff;
  background: #57597c; }

.asset-order-panel button.btn-default {
  margin-bottom: .5em; }

.asset-order-panel button.btn-default:hover, .asset-order-panel button.btn-default:focus, .asset-order-panel a.btn-default:hover, .asset-order-panel a.btn-default:focus {
  background: #404463; }

.asset-order-panel .quantity {
  margin-bottom: 1em; }

.asset-order-panel .quantity label {
  font-weight: normal; }

.format {
  font-size: .8em; }

.BCLcontainingBlock {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right; }

.BCLvideoWrapper {
  position: relative;
  padding-top: 1px;
  padding-bottom: 56.25%;
  height: 0; }

* html .BCLvideoWrapper {
  margin-bottom: 45px;
  margin-top: 0;
  width: 100%;
  height: 100%; }

.BCLvideoWrapper div, .BCLvideoWrapper embed, .BCLvideoWrapper object, .BrightcoveExperience {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.video-js {
  width: auto !important;
  max-width: 100%;
  height: auto !important; }

.video-js .vjs-tech {
  position: relative !important; }

.map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  margin-bottom: 1em; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#uber-message .alert {
  margin-bottom: 0; }

.forgot-password {
  margin-top: 1em; }

.forgot-password fieldset {
  padding: 1em;
  background: #f3f3f6;
  border-radius: 5px; }

.forgot-password fieldset label, .forgot-password fieldset input {
  display: block; }

form.formtastic label {
  display: inline; }

form.formtastic span.block-hint {
  margin-left: 1em; }

form.formtastic span.block-error {
  color: #a94442; }

form.formtastic .popover {
  font-style: normal;
  font-size: 1.2em; }

#errorExplanationToggle:focus {
  outline: 0; }

#errorExplanationToggle .glyphicon {
  font-style: normal; }

.spacer-bot {
  padding-bottom: 2em; }

#errorList ul {
  margin-top: 8px;
  padding-left: 12px;
  list-style: none; }

#errorList ul li {
  margin-top: 0.1em; }

@media (min-width: 979px) and (max-width: 1199px) {
  .asset-detail-image img {
    width: 100%;
    height: auto; } }

@media (min-width: 768px) and (max-width: 979px) {
  .img-thumbnail {
    width: 100%;
    height: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-collapse ul.navbar-nav {
    margin-left: 0; }
  .navbar-default .navbar-collapse ul.navbar-nav li a {
    margin-left: .5em;
    margin-right: .5em; } }

@media (max-width: 979px) {
  .register .signin input {
    width: 15em; }
  .register .signin p.pull-right {
    float: none !important; }
  .register .signin input.submit-button {
    display: block;
    margin-top: 1em; }
  .order-panel {
    margin-bottom: 1em;
    height: auto; } }

@media (max-width: 767px) {
  .navbar-default .navbar-collapse ul.navbar-nav {
    margin-top: 1em;
    margin-bottom: 1em; }
  .navbar-default .navbar-collapse ul.navbar-nav li {
    border-right: 0;
    line-height: 10px;
    display: block; }
  .navbar-default .navbar-collapse ul.navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0; }
  .navbar-default .navbar-collapse ul.navbar-nav li a:hover, .navbar-default .navbar-collapse ul.navbar-nav li a:focus {
    border-bottom: 0;
    text-decoration: underline; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li {
    border-right: 1px solid #28b09a; } }

@media (max-width: 767px) and (max-width: 769px) {
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li {
    border-right: none; } }

@media (max-width: 767px) {
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li a {
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li a:hover, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li a:focus {
    text-decoration: underline; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user {
    margin-right: 1em; } }

@media (max-width: 767px) and (max-width: 769px) {
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user {
    margin-right: 0; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket:hover, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user:hover {
    color: #fff;
    background-color: #04857A; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket:focus, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user:focus {
    outline: none; } }

@media (max-width: 767px) {
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket ul.dropdown-menu, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user ul.dropdown-menu {
    margin-top: 1em; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket ul.dropdown-menu li, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user ul.dropdown-menu li {
    color: #fff; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket ul.dropdown-menu li a, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user ul.dropdown-menu li a {
    color: #fff; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.basket a, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.user a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.open ul.dropdown-menu {
    clear: both;
    float: left;
    padding-left: .5em;
    padding-bottom: 1em;
    width: 100%; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.open ul.dropdown-menu li {
    color: #fff; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.open ul.dropdown-menu li a {
    color: #fff; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.open ul.dropdown-menu li a:hover, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right li.open ul.dropdown-menu li a:focus {
    color: #00816e; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right .login li a:hover, .navbar-default .navbar-collapse ul.navbar-nav.navbar-right .login li a:focus {
    text-decoration: underline; }
  .nav-justified.pull-right {
    float: left !important; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: left; }
  .navbar-default .navbar-collapse ul.navbar-nav.navbar-right .login li a {
    padding-bottom: 0; }
  .panel-body a .img-thumbnail {
    width: 100%;
    height: auto; }
  .register span {
    display: block;
    margin-left: 0; }
  footer {
    padding-left: 1em; }
  .table tbody tr {
    border-top: 1px solid #ddd; }
  .table tbody tr td {
    float: left;
    width: 100%;
    border-top: 0; }
  .table tbody tr td ul {
    padding-left: 15px; }
  .signin-panel {
    margin-top: 0; } }

@media (max-width: 689px) {
  .resources-panel .filters .filter-box {
    display: block;
    margin-bottom: 1em; } }

@media (max-width: 400px) {
  .navbar-brand {
    width: 80%;
    height: auto; }
  .navbar-brand img {
    width: 100%;
    height: auto; } }

@media (max-width: 380px) {
  .register form.delivery_address fieldset.inputs input.pull-right {
    float: left !important; } }

div.header {
  width: 100%;
  /*background: url(/assets/header_image-bec05193e574528bcf6ca8ed75a31bd97fd74efc833305d2910eba81330a4732.jpg) no-repeat center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 25% 9%; }

div.header-block {
  background: #04857A;
  color: #fff;
  padding: 1.5em 1.5em 1.5em 1.5em; }

@media (min-width: 768px) {
  div.header-block {
    width: 515px; } }

div .vcenter {
  display: table-cell;
  vertical-align: middle;
  height: 250px; }

div.header h1 {
  color: #fff;
  margin-top: 0em;
  font-size: 38px; }

div.header span {
  color: #fff;
  font-size: 18px;
  font-weight: lighter; }

a.current {
  background-color: #04857A; }

a.signin {
  background-color: #04857A;
  border-radius: 15px;
  margin: 10px;
  padding: 10px 16px !important;
  font-size: 16px; }

.navbar {
  margin-bottom: 0px; }

img {
  font-style: normal;
  color: transparent;
  text-transform: uppercase;
  text-align: center; }

img.header_image {
  clip: rect(0px, 60px, 20px, 0px); }

img.thumb {
  width: 200px;
  height: 200px;
  /*background: url(/assets/noimage/thumb_default-b4e799b0c0789fad634643ee0b6f1a84700c9fce475adf7075baf64078fc0525.png) center center no-repeat*/ }

img.thumb {
  display: inline-block;
  width: 200px;
  height: 200px; }

.input {
  margin-top: 14px; }

.input .error {
  color: #cc0000; }

.input .hint {
  color: #999999;
  font-size: 0.8em;
  margin-left: 4px; }

#term-selector-panel-multi ul, #term-selector-panel-one ul, #term-list-panel ul {
  list-style: none; }

#term-selector-panel-multi label, #term-selector-panel-one label, #term-list-panel label {
  margin-left: 4px; }

.facet-expand {
  position: relative;
  top: 25px;
  float: right; }

.dcp-term {
  margin-right: 4px; }

.list-actions {
  padding: 14px 0px; }

div.dcp-master-pane {
  padding: 0px 28px; }

.new_query input[type=text], .new_query textarea {
  width: auto;
  display: inline; }

body {
  padding: 0px;
  font-size: 16px; }

h1.newsletter {
  color: #fff; }

div.newsletter {
  padding-bottom: 1.5em; }

.border {
  border: 2px solid #fff; }

.right-arrow {
  font-size: 25px;
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  margin-left: 1em; }

div.register-button {
  margin-bottom: 2em;
  margin-top: 2em; }

div.clearboth {
  clear: both; }

.col-centered {
  float: none;
  margin: 0 auto; }

[class*=partners-] {
  font-size: 16px;
  font-family: "HelveticaNeueRoman", Helvetica, Arial, sans-serif; }

[class*=partners-] [class*=header] {
  margin-bottom: 2em; }

span.bold {
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif; }

.btn.right-arrow {
  height: 36px;
  width: 35px;
  background-position: center center !important; }

.btn.right-arrow:hover {
  background-color: #292929;
  padding: 0px;
  margin: 0px; }

div.right-arrow {
  height: 22px;
  width: 22px;
  display: inline-block;
  background-size: 100% !important;
  vertical-align: inherit; }

.right-arrow {
  background-position: center -1px !important;
  background-repeat: no-repeat !important; }

[class*=one-you-] {
  font-size: 18px;
  font-family: "HelveticaNeueRoman", Helvetica, Arial, sans-serif; }

.one-you-links .links-row {
  width: 100%;
  background-position: top left, top right;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 25% 54%; }

@media (max-width: 992px) {
  .one-you-links .links-row {
    min-height: 600px; } }

.one-you-links a {
  color: #fff; }

.one-you-links .block-wrap .block {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  margin: 2em 1em;
  height: 221px;
  border: 1px solid transparent;
  background-clip: content-box;
  margin-bottom: 0px;
  overflow: hidden; }

.one-you-links .block-wrap .block h1, .one-you-links .block-wrap .block h2, .one-you-links .block-wrap .block h3, .one-you-links .block-wrap .block h4 {
  margin: 0px;
  padding: 0.5em;
  color: #fff; }

.one-you-links .block-wrap .block .overview {
  color: #fff;
  height: 104px;
  width: 100%;
  margin: 0em;
  padding: 0.5em 48px 0.5em 0.5em; }

.one-you-links .block-wrap .block .title {
  background: black;
  background: rgba(0, 0, 0, 0.6); }

.one-you-links .block-wrap .block .row {
  margin: 0px;
  margin-bottom: -4px; }

.one-you-links .block-wrap .block button.pod-arrow {
  height: 40px;
  width: 40px;
  background-size: 50% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 1px;
  right: 34px; }

.one-you-links .block-wrap a:hover {
  text-decoration: none !important; }

.one-you-links .block-wrap a:hover .block {
  border: 1px solid #fff; }

.one-you-links .block-wrap a:hover .btn {
  background-color: #292929 !important; }

@media all and (-ms-high-contrast: none) {
  .btn.cta {
    padding-bottom: 8px; } }

.no-left-right-margin {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.left-margin-neg-8 {
  margin-left: -8px;
  padding-left: 0px; }

.no-margin-padding {
  margin: 0px !important;
  padding: 0px !important; }

.menu-explanation {
  white-space: normal;
  line-height: 24px; }

ul.basket-menu li h1, ul.basket-menu li h2, ul.basket-menu li h3, ul.basket-menu li h4 {
  color: #000; }

span.label-count-small {
  border-radius: 9px;
  font-size: 12px; }

div.input {
  margin-top: 8px; }

.subscribe-form div.input {
  margin-top: 0px !important; }

.glyphicon-warning-sign {
  color: orange; }

.job-title-select {
  color: #7d7d7d;
  position: relative;
  top: -5px;
  margin-bottom: -2px; }

.job-title-select span.select2 {
  width: 100% !important; }

.job-title-select .select2-selection--single {
  height: 45px !important;
  border-radius: 0 !important; }

.job-title-select .select2-selection__rendered {
  line-height: 45px !important; }

.job-title-select .select2-selection__arrow {
  top: 8px !important; }

.job-title-select.has-error .select2-selection--single {
  border-color: #a94442 !important; }

.job-title-label {
  color: #7d7d7d !important;
  font-weight: normal; }

.partners-intro .button-col .button-wrapper {
  text-align: center;
  display: block;
  margin: 10px auto 10px auto;
  padding: 0; }

.partners-intro .button-col .button-wrapper .intro-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center; }

.partners-intro .button-col .button-wrapper .intro-link a {
  display: inline-block;
  background-color: #04857A;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding-left: 20px;
  margin-left: 0px;
  text-decoration: none; }

.partners-intro .button-col .button-wrapper .intro-link a .right-arrow {
  height: 15px;
  margin-left: 30px;
  margin-right: 20px;
  background-size: 90% !important; }

.partners-intro .button-col .button-wrapper .intro-link a:hover {
  background-color: #292929; }

.partners-intro .button-col .button-wrapper .intro-link a {
  font-weight: normal; }

@media (min-width: 768px) {
  .partners-intro .button-col .button-wrapper .intro-link {
    display: inline-block; } }

.partners-intro .button-col .button-wrapper .button1 {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .partners-intro .button-col .button-wrapper .button1 {
    margin-right: 15px;
    margin-bottom: 0px; } }

@media (min-width: 768px) {
  .partners-intro .button-col .button-wrapper .button2 {
    margin-left: 15px; } }

.row--no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.result-item-count {
  float: right; }

.result-actions a {
  margin-bottom: 20px; }

.facet-panel ul {
  list-style: none;
  padding-left: 0px; }

.wrapper-panel {
  padding: 10px; }

.sign-in-panel {
  float: right; }

.thumbnail {
  padding: 0px; }

.thumbnail a {
  display: block;
  min-height: 320px;
  border-radius: 4px;
  text-decoration: none; }

.thumbnail a:hover {
  text-decoration: none;
  background-color: #efefef; }

.thumbnail .campaign {
  font-size: 10px;
  color: #676767; }

.thumbnail .label, .thumbnail .CaseStudySearch .tag, .CaseStudySearch .thumbnail .tag {
  font-size: 10px; }

.thumbnail .termlist {
  line-height: 20px; }

.thumbnail .termlist span.label, .thumbnail .termlist .CaseStudySearch span.tag, .CaseStudySearch .thumbnail .termlist span.tag {
  padding-top: 4px; }

.thumbnail h4 {
  font-size: 8px;
  text-transform: uppercase;
  margin-bottom: 2px; }

.chosen-term {
  color: #00cc00; }

.move-vocabulary {
  display: flex; }

.move-vocabulary--col {
  flex-grow: 1;
  flex-basis: 0; }

.move-vocabulary h5 {
  margin: 2px 0 0 0; }

#term-move-form, #term-copy-form, #term-merge-form {
  padding-top: 5px; }

#term-move-form abbr[title="required"], #term-copy-form abbr[title="required"], #term-merge-form abbr[title="required"] {
  display: none; }

#term-move-form ul, #term-copy-form ul, #term-merge-form ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#term-move-form ul ul, #term-copy-form ul ul, #term-merge-form ul ul {
  padding-left: 15px; }

#term-move-form input[type="radio"], #term-copy-form input[type="radio"], #term-merge-form input[type="radio"] {
  margin: 0 5px 0 0; }

#term-merge-form .no-selection {
  display: none; }

.form-row {
  margin-bottom: 15px; }

#term-selector-panel-one ul.level1 {
  max-height: 200px;
  overflow-y: auto; }

#profile-term-selector-panel-multi-modal div.modal-body {
  padding: 0px; }

#profile-term-selector-panel-multi-modal div.item {
  padding: 15px; }

#dct-search-dashboard .row {
  padding: 16px 0px; }

.modal-description {
  background-color: #f5f5f5;
  padding: 16px;
  font-size: 0.8em;
  color: #676767;
  margin: -15px -15px 10px -15px;
  border-bottom: 1px solid #dddddd; }

.modal-description::before {
  content: "Guidance:";
  text-transform: uppercase;
  display: block;
  font-size: 0.7em; }

#funnelback-facet-panel .badge.badge-transparent {
  color: #9ba3b0;
  border: 1px #9ba3b0 solid;
  background-color: white; }

#term-add-modal input[type="radio"], #term-add-modal input[type="checkbox"] {
  margin: 4px 4px 0 0; }

.private-term {
  background-color: red;
  color: white; }

#dct-spinner {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  z-index: -9999; }

#dct-spinner.spinning {
  background-color: rgba(230, 230, 230, 0.9);
  z-index: 9999; }

form.dct-form input {
  width: 100%;
  height: 40px; }

form.dct-search-form {
  text-align: center; }

form.dct-search-form input {
  width: 100%;
  height: 40px; }

.panel-80 {
  width: 80%;
  margin: 0px auto; }

.panel-60 {
  width: 60%;
  margin: 0px auto; }

.padding-8-0-8-0 {
  padding: 8px 0px 8px 0px; }

.padding-16-0-16-0 {
  padding: 16px 0px 16px 0px; }

.padding-32-0-32-0 {
  padding: 32px 0px 32px 0px; }

.padding-top-bottom-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.padding-top-bottom-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding-top-bottom-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.list-panel .list-grouping td {
  font-weight: bold;
  padding-top: 20px; }

.modal .loading {
  color: #787878;
  font-size: 24px;
  text-align: center;
  padding: 50px 0px; }

h1 .actions, h2 .actions, h3 .actions {
  float: right; }

.actions a {
  margin-right: 4px; }

.no-margin-top {
  margin-top: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

div.no-rows {
  padding: 30px 50px 10px 50px;
  font-size: 1.5em;
  text-align: center; }

div.no-rows a {
  margin-left: 20px; }

td.center, th.center {
  text-align: center; }

.btn-xs-super {
  position: relative;
  top: -3px; }

#growls {
  z-index: 50000;
  position: fixed; }

#growls.default {
  top: 10px;
  right: 10px; }

#growls.tl {
  top: 10px;
  left: 10px; }

#growls.tr {
  top: 10px;
  right: 10px; }

#growls.bl {
  bottom: 10px;
  left: 10px; }

#growls.br {
  bottom: 10px;
  right: 10px; }

#growls.tc {
  top: 10px;
  right: 10px;
  left: 10px; }

#growls.bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }

#growls.tc .growl, #growls.bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d; }

.growl.growl-error {
  color: #FFF;
  background: #C0392B; }

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71; }

.growl.growl-warning {
  color: #FFF;
  background: #F39C12; }

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif; }

.growl .growl-title {
  font-size: 18px;
  line-height: 24px; }

.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

#page-vars-list-panel {
  margin-top: 16px; }

#page-vars-slider .carousel-nav-bar {
  border: 0px; }

#page-var-details {
  margin-top: 16px;
  border: 1px solid #d7d7d7;
  background-color: #d7d7d7; }

.page-var-info {
  background-color: #d7d7d7; }

.page-var-attrs {
  background-color: #ffffff;
  min-height: 250px;
  padding: 0px; }

.page-var-attrs .scalar-values {
  padding: 8px; }

.page-var-attrs .item-rows {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.page-var-attrs .no-rows {
  padding: 50px 60px;
  background-color: #f7f8f9; }

.page-var-attrs .list-actions {
  padding: 16px 8px;
  text-align: center;
  background-color: #fafbfc; }

.page-var-attrs .form-actions {
  padding: 16px 8px; }

.page-var-attrs .row {
  margin-bottom: 4px; }

.page-var-attrs input[type=text] {
  width: 80%; }

.page-var-attrs textarea {
  width: 90%;
  height: 8em; }

.page-var-attrs .page-var-item-bar {
  text-align: right; }

.page-var-attrs .help-block {
  font-size: 0.8em;
  line-height: 0.8em;
  color: green; }

.page-var-attrs-row {
  padding: 12px; }

.page-var-attrs-row.odd {
  background-color: #f7f7f7; }

div.page-var-marker {
  color: #fff32a !important;
  position: absolute;
  margin-left: -24px;
  font-size: 18px; }

.page-var-name {
  font-size: 1.4em;
  margin: 12px 0px; }

.page-var-name span.glyphicon {
  color: #fff32a !important; }

.page-vars-array-item-action {
  font-size: 18px;
  margin: 8px 2px 0px 2px; }

.page-var-scalar-form {
  padding: 48px; }

.alert-cookie {
  background-color: #ccc;
  color: #333;
  margin-bottom: 0; }

.alert-cookie .close {
  opacity: 0.8;
  float: none;
  position: absolute;
  top: 0.8em;
  right: 1em; }

.alert-message {
  padding-right: 2em;
  padding-left: 2em; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

input.cta-btn, button.cta-btn, a.cta-btn, span.cta-btn {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important; }

input.cta-btn:hover, button.cta-btn:hover, a.cta-btn:hover, span.cta-btn:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

input.cta-btn:disabled, button.cta-btn:disabled, a.cta-btn:disabled, span.cta-btn:disabled {
  background-color: #eaf2f0 !important; }

input.cta-btn.cta-large, button.cta-btn.cta-large, a.cta-btn.cta-large, span.cta-btn.cta-large {
  width: 270px;
  font-size: large; }

input.cta-btn-close, button.cta-btn-close, a.cta-btn-close, span.cta-btn-close {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  border: 0px;
  width: 100%;
  color: #ffffff !important;
  background-color: #04857A !important; }

input.cta-btn-close:after, button.cta-btn-close:after, a.cta-btn-close:after, span.cta-btn-close:after {
  font-weight: bold;
  content: "X";
  padding-left: 50px; }

input.cta-btn-close:hover, button.cta-btn-close:hover, a.cta-btn-close:hover, span.cta-btn-close:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

input.cta-btn-secondary, a.cta-btn-secondary, span.cta-btn-secondary {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #647882 !important; }

input.cta-btn-secondary:hover, a.cta-btn-secondary:hover, span.cta-btn-secondary:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

input.cta-btn-alt, a.cta-btn-alt, span.cta-btn-alt {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff !important;
  background-color: #04857A !important;
  border: 1px solid #fff; }

input.cta-btn-alt:hover, a.cta-btn-alt:hover, span.cta-btn-alt:hover {
  color: #ffffff !important;
  background-color: #292929 !important;
  border: #292929 !important; }

.full-width {
  display: block;
  width: 100%; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .full-width {
    margin-bottom: 24px !important; } }

@media (max-width: 754px) {
  .mobile-full-width {
    display: block;
    width: 100%; } }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .tablet-portrait-full-width {
    display: block;
    width: 100%;
    margin-bottom: 24px !important; } }

ul.cta-btn-group {
  margin: 6px 0px;
  padding: 0;
  list-style: none; }

ul.cta-btn-group li {
  margin-right: 20px;
  display: inline-block; }

@media (max-width: 754px) {
  ul.cta-btn-group li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px; } }

.btn-square {
  display: inline-block;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  font-size: 0.85em;
  font-weight: normal !important;
  text-align: center;
  text-overflow: ellipsis;
  margin-left: 1px;
  padding: 0 19px 0 19px;
  width: 139px;
  height: 115px;
  padding-top: 20px; }

.btn-square:hover {
  overflow: visible; }

.btn-square:hover img.filter-tag-icon {
  filter: invert(75%) !important; }

.btn-square.active {
  background-color: #04857A;
  color: #fff; }

.cta-file-upload-btn {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important;
  padding: 0px 15px 0px 15px;
  background-image: none; }

.cta-file-upload-btn:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

input.btn {
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

button.btn {
  border-radius: 0px;
  background-color: #04857A;
  color: #fff;
  line-height: 25px;
  font-size: 16px; }

button.btn:hover {
  color: #fff;
  background-color: #292929; }

.cta-btn-download {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important;
  background-image: none !important;
  padding-right: 10px !important;
  line-height: 40px !important;
  min-width: 140px; }

.cta-btn-download:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

.cta-btn-download:before {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.cta-btn-add-to-basket {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important;
  background-image: none !important;
  padding-right: 10px !important;
  line-height: 40px !important; }

.cta-btn-add-to-basket:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

.cta-btn-add-to-basket:before {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.cta-btn-add-to-basket:before {
  font-family: "crc icons";
  content: "\0045"; }

.cta-btn-favourite {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important;
  background-image: none !important;
  padding-right: 10px !important;
  line-height: 40px !important; }

.cta-btn-favourite:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

.cta-btn-favourite:before {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.cta-btn-favourite:before {
  font-family: "crc icons";
  content: "\0042"; }

.cta-btn-favourite.favourite:before {
  color: #ebb02f; }

.cta-btn-email {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important;
  background-image: none !important;
  padding-right: 10px !important;
  line-height: 40px !important; }

.cta-btn-email:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

.cta-btn-email:before {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.cta-btn-email:before {
  font-family: "Glyphicons Halflings";
  content: "✉"; }

.cta-btn-info {
  border-radius: 0;
  margin: 0px;
  padding: 0px 1.5em 0px 1.5em;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important;
  background-color: #04857A !important;
  background-image: none !important;
  padding-right: 10px !important;
  line-height: 40px !important;
  min-width: 140px;
  margin-bottom: 10px;
  background-color: #f49242 !important; }

.cta-btn-info:hover {
  color: #ffffff !important;
  background-color: #292929 !important; }

.cta-btn-info:before {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.cta-btn-info:before {
  font-family: "Glyphicons Halflings";
  content: "\e105"; }

.case-study-download-btn {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 8px;
  text-decoration: none; }

.case-study-download-btn:focus {
  outline: 0; }

.case-study-download-btn:before {
  font-family: "crc icons";
  content: "\0041"; }

.case-study-favourite-btn {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 8px;
  text-decoration: none; }

.case-study-favourite-btn:focus {
  outline: 0; }

.case-study-favourite-btn:before {
  font-family: "crc icons";
  content: "\0042"; }

.case-study-favourite-btn.favourite:before {
  color: #ebb02f; }

ul.evenly-spaced {
  text-align: justify; }

ul.evenly-spaced:after {
  content: '';
  display: inline-block;
  width: 100%; }

ul.evenly-spaced:before {
  content: '';
  display: block;
  margin-top: -1.25em; }

ul.evenly-spaced li {
  color: #fff;
  display: inline-block;
  font: 1em/1.5 sans-serif;
  margin-right: -.25em;
  position: relative;
  top: 1.25em; }

ol.breadcrumb, .CaseStudy .big-box {
  margin: 1em 0;
  background-color: transparent; }

ol.breadcrumb ol, .CaseStudy .big-box ol {
  margin: 0;
  padding: 0; }

ol.breadcrumb li, .CaseStudy .big-box li {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase; }

ol.breadcrumb li.active, .CaseStudy .big-box li.active {
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif; }

ol.breadcrumb li a, .CaseStudy .big-box li a {
  color: #1d1d1b; }

ol.breadcrumb > li + li:before, .CaseStudy .big-box > li + li:before {
  content: ">"; }

.full-width {
  display: block;
  width: 100%; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .full-width {
    margin-bottom: 24px !important; } }

@media (max-width: 754px) {
  .mobile-full-width {
    display: block;
    width: 100%; } }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .tablet-portrait-full-width {
    display: block;
    width: 100%;
    margin-bottom: 24px !important; } }

@media (max-width: 754px) {
  ul.cta-btn-group li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px; } }

.btn-square {
  display: inline-block;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  font-size: 0.85em;
  font-weight: normal !important;
  text-align: center;
  text-overflow: ellipsis;
  margin-left: 1px;
  padding: 0 19px 0 19px;
  width: 139px;
  height: 115px;
  padding-top: 20px; }

.btn-square:hover {
  overflow: visible; }

.btn-square:hover img.filter-tag-icon {
  filter: invert(75%) !important; }

.btn-square.active {
  background-color: #04857A;
  color: #fff; }

input.btn {
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

button.btn {
  border-radius: 0px;
  background-color: #04857A;
  color: #fff;
  line-height: 25px;
  font-size: 16px; }

button.btn:hover {
  color: #fff;
  background-color: #292929; }

footer {
  background: #292929;
  padding: 2em; }

footer h3 {
  color: #04857A;
  font-size: 1.6em;
  font-family: "HelveticaNeueRoman", Helvetica, Arial, sans-serif; }

footer ul {
  padding-left: 0;
  list-style-type: none; }

footer ul li a {
  color: #000;
  font-size: 14px;
  font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif; }

footer ul li a:hover {
  text-decoration: underline !important; }

footer ul li a:hover, footer ul li a:focus {
  color: #000;
  text-decoration: underline; }

footer p {
  color: #000; }

footer p a {
  color: #000; }

footer p a:hover {
  color: #000;
  text-decoration: underline !important; }

footer img.footer-image {
  width: 200px; }

footer .footer-signup fieldset div.form-group {
  width: 60%;
  float: left;
  display: inline; }

footer .footer-signup fieldset .form-wrapper input {
  display: inline; }

footer .footer-signup fieldset input.submit-button {
  display: inline;
  float: right;
  margin-top: 0;
  margin-right: 0;
  width: 38%;
  background: #1db09a;
  border-color: #1db09a;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000; }

footer .footer-signup fieldset input.submit-button:hover, footer .footer-signup fieldset input.submit-button:focus {
  background: #166356;
  border-color: #166356;
  color: #333; }

footer ul.footer-base-links {
  list-style: none;
  margin-top: 1.5em;
  padding: 0; }

footer ul.footer-base-links li {
  display: inline;
  font-size: 0.8em;
  padding: 0px 3px;
  margin: 0;
  border-right: 1px solid #fff; }

footer ul.footer-base-links li a:focus {
  background: #04857A; }

footer ul.footer-base-links li a:hover {
  background: #04857A; }

footer ul.footer-base-links li a {
  color: #fff;
  padding: 6px 6px 6px 6px; }

footer ul.footer-base-links li:first-child {
  padding-left: 0; }

footer ul.footer-base-links li:last-child {
  border-right: none; }

@media (max-width: 754px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
  #no-more-tables thead tr {
    display: none; }
  #no-more-tables td:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px; }
  #no-more-tables td {
    border: none;
    position: relative;
    padding-left: 10px;
    white-space: normal;
    text-align: left;
    margin-top: 1em; }
  #no-more-tables td:before {
    position: absolute;
    top: -28px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    font-size: 1.375em; }
  input {
    width: 100%; } }

.crc-nav-tabs {
  margin: 0;
  padding: 2em 0 0 0;
  background-color: #e5e9ea; }

.crc-nav-tabs ul li {
  background-color: #04857A;
  vertical-align: middle;
  border-right: 10px solid #e5e9ea; }

.crc-nav-tabs ul li.active {
  background-color: #f5f5f5; }

.crc-nav-tabs ul li.active.white-bg {
  background-color: #fff; }

.crc-nav-tabs ul li.active a {
  color: #04857A; }

.crc-nav-tabs ul li.inactive {
  border-bottom: 10px solid #e5e9ea; }

.crc-nav-tabs ul li a {
  color: #fff;
  border-radius: 0px !important;
  border: none !important;
  background-color: transparent !important; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .crc-nav-tabs ul li {
    border-right: none; } }

.crc-nav-tabs ul li.active {
  color: #04857A;
  background-color: #f5f5f5; }

.crc-nav-tabs ul li.active:hover {
  background-color: #f5f5f5; }

.crc-nav-tabs ul li:hover {
  color: #fff;
  background-color: #292929; }

.crc-nav-tabs ul li:last-child {
  border-right: none; }

.crc-nav-tab-content {
  padding-top: 2em;
  padding-bottom: 2em; }

.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #04857A; }

#postcode {
  width: 100%; }

.postcode_submit {
  padding-left: 0px; }

#surgery_name {
  width: 100%; }

.surgery_name_submit {
  padding-left: 0px; }

.spinner-component {
  position: relative;
  margin-top: 20px;
  text-align: center; }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

.survey-no-title {
  margin-top: -20px; }

.survey-no-title .close-followup-action {
  top: 0; }

.survey-no-title .subtitle {
  margin: -13px 0 20px 0; }

@media (max-width: 768px) {
  .survey-no-title .subtitle {
    margin: 20px 0 20px 0; } }

.has-error .boolean-error {
  color: #a94442;
  font-weight: bold; }

form.crc-form .control-label {
  font-weight: initial;
  margin-bottom: 0px;
  color: #7d7d7d; }

.red {
  color: #cc0000; }

.green {
  color: #00cc00; }

.infinite-scroll-more-panel {
  text-align: center; }

.infinite-scroll-more-btn {
  border-radius: 0;
  border: 1px solid #04867B;
  color: #04867B;
  background-color: #fff; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.bar {
  height: 18px;
  background: green; }

table.reorder-list td, table.reorder-list th {
  padding: 0px 4px;
  cursor: ns-resize; }

table.reorder-list td.actions, table.reorder-list th.actions {
  width: 9em; }

div.action-group {
  margin-top: 12px; }

div.action-group .row {
  margin-top: 8px; }

div.row-group, div.field-group {
  margin: 12px; }

div.row-group .row {
  margin-top: 8px; }

ul.actions {
  list-style: none;
  padding: 0px; }

ul.actions li {
  display: inline;
  margin-right: 6px; }

.tab-pane {
  padding-top: 12px; }

.smallthumb-container {
  width: auto;
  height: 100px;
  background-color: #e7e7e7;
  margin-bottom: 18px; }

.asset-thumbnail-medium-outer {
  background: #f7f7f7;
  padding: 20px; }

input.form-control, textarea.form-control {
  height: 45px;
  font-size: 18px; }

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: #ccc !important; }

input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
  color: #ccc !important;
  opacity: 1; }

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #ccc !important;
  opacity: 1; }

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #ccc !important; }

input.form-control:placeholder-shown, textarea.form-control:placeholder-shown {
  color: #ccc !important; }

input.form-control::-ms-clear, textarea.form-control::-ms-clear {
  display: none; }

textarea {
  height: 4em; }

span.block-label {
  display: inline-block;
  color: #fff;
  background-color: #57597c;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.5em;
  margin-right: 8px;
  padding: 0 12px; }

.input-field-spacer {
  margin-top: 4px; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.facet-panel .funnelback-facet-info {
  color: #04867B;
  font-size: 1.4em;
  font-weight: normal;
  padding-top: 1em;
  font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif; }

.facet-panel ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.facet-panel ul li {
  margin-bottom: 6px; }

.facet-panel ul li .funnelback-category-count {
  float: initial !important;
  position: absolute;
  right: 0; }

.facet-panel ul li a {
  color: #555;
  padding-right: 6px; }

.asset-thumb-container {
  background-size: contain;
  background-position: 50%;
  height: 100%;
  background-repeat: no-repeat;
  padding-bottom: 10px; }

.asset-thumbnail-large {
  /*background: #c4f4e4 url(/assets/resource-thumb-bg-f0f7efd5cf96763846a1bcb7aae976a677a123fed0baa43b6b6817c2610268df.png) center center repeat;*/
  text-align: center;
  border: 1px solid #ccc;
  height: 366px; }

ul.crc-thumbnails {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.crc-thumbnails .item-thumbnail-container {
  display: block;
  max-width: 260px;
  background-color: white; }

ul.crc-thumbnails .item-thumbnail {
  display: block;
  padding: 20px 20px 10px 20px;
  cursor: pointer; }

ul.crc-thumbnails .item-thumbnail:hover {
  box-shadow: 0 0 4px #000000; }

ul.crc-thumbnails li.list-item {
  margin-bottom: 12px; }

ul.crc-thumbnails li.list-item .item-campaign {
  display: block;
  color: #04867B;
  background-color: white;
  font-size: 12px;
  padding: 5px 0 10px 0;
  text-align: left; }

ul.crc-thumbnails li.list-item .item-detail {
  /*background: #c4f4e4 url(/assets/resource-thumb-bg-f0f7efd5cf96763846a1bcb7aae976a677a123fed0baa43b6b6817c2610268df.png) center center repeat;*/
  text-align: center;
  height: 195px; }

ul.crc-thumbnails li.list-item .item-detail img {
  max-width: 240px;
  height: 112%;
  top: -10px;
  position: relative; }

ul.crc-thumbnails li.list-item .item-footer {
  background-color: white;
  padding: 10px 5px 5px 0; }

ul.crc-thumbnails li.list-item .item-footer .title-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

ul.crc-thumbnails li.list-item .item-footer .title {
  color: black;
  padding: 0;
  font-size: 0.9em;
  text-align: center;
  margin: 0px; }

ul.crc-thumbnails li.list-item .item-footer .glyphicon {
  font-size: 18px;
  color: #28b09a; }

ul.crc-thumbnails li.list-item .item-footer .cta {
  float: right;
  background-color: #04867B;
  width: 40px;
  height: 40px;
  line-height: 3em;
  text-align: center; }

ul.crc-thumbnails li.list-item .item-footer .cta .glyphicon {
  font-size: 18px;
  color: #ffffff; }

ul.crc-thumbnails li.list-item .item-footer .actions {
  padding: 0 1.2em; }

ul.crc-thumbnails li.list-item .item-footer .actions .divider {
  width: 0px;
  height: 25px;
  border-right: 1px solid #ccc; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-download-link {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 32px;
  width: 42px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-download-link:before {
  font-family: "crc icons";
  content: "\0041";
  font-size: 1.5em;
  color: #04867B;
  margin: 0 10px;
  width: 60px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-download-link:hover:before {
  color: #292929; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-download-link.inactive:before {
  color: #f5f5f5; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-download-link:before {
  font-family: "crc icons";
  content: "\0041"; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-favourite-link {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 32px;
  width: 42px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-favourite-link:before {
  font-family: "crc icons";
  content: "\0041";
  font-size: 1.5em;
  color: #04867B;
  margin: 0 10px;
  width: 60px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-favourite-link:hover:before {
  color: #292929; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-favourite-link.inactive:before {
  color: #f5f5f5; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-favourite-link:before {
  font-family: "crc icons";
  content: "\0042";
  color: #04867B; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-favourite-link.favourite:before {
  color: #ebb02f; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-order-link {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 32px;
  width: 42px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-order-link:before {
  font-family: "crc icons";
  content: "\0041";
  font-size: 1.5em;
  color: #04867B;
  margin: 0 10px;
  width: 60px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-order-link:hover:before {
  color: #292929; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-order-link.inactive:before {
  color: #f5f5f5; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-order-link:before {
  font-family: "crc icons";
  content: "\0045"; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-info-link {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 32px;
  width: 42px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-info-link:before {
  font-family: "crc icons";
  content: "\0041";
  font-size: 1.5em;
  color: #04867B;
  margin: 0 10px;
  width: 60px; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-info-link:hover:before {
  color: #292929; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-info-link.inactive:before {
  color: #f5f5f5; }

ul.crc-thumbnails li.list-item .item-footer .actions .asset-info-link:before {
  font-family: "Glyphicons Halflings";
  content: "\e105"; }

ul.evenly-spaced {
  text-align: justify; }

ul.evenly-spaced:after {
  content: '';
  display: inline-block;
  width: 100%; }

ul.evenly-spaced:before {
  content: '';
  display: block;
  margin-top: -1.25em; }

ul.evenly-spaced li {
  color: #fff;
  display: inline-block;
  font: 1em/1.5 sans-serif;
  margin-right: -.25em;
  position: relative;
  top: 1.25em; }

.asset-details {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }

.asset-details h3 {
  margin: 24px 0px;
  line-height: 20px; }

.asset-details .asset-description {
  height: 207px;
  margin-bottom: 12px;
  overflow-y: auto; }

.asset-details .asset-description-actions-both {
  height: 120px !important; }

.asset-details .asset-description-actions-none {
  height: 234px !important; }

.asset-details .asset-actions {
  border-top: 1px solid #ccc;
  background-color: #f5f5f5; }

.asset-details .asset-actions div.asset-action {
  text-align: center;
  padding: 8px 16px !important;
  background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  min-height: 56px; }

.asset-details .asset-actions div.asset-action:last-child {
  border-right: none; }

.asset-details .asset-campaign-link {
  height: 50px; }

.asset-properties {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 36px; }

.asset-properties tr td {
  border: none !important; }

.crc-table-striped-heading {
  color: #04867B;
  text-transform: uppercase;
  width: 25%;
  font-weight: bold; }

.icn-restricted {
  position: absolute;
  top: 6px;
  left: 21px;
  color: #292929;
  background-color: #fff;
  width: 22px;
  height: 22px; }

.symbol-defs {
  width: 50%;
  padding-top: 16px;
  border-top: 1px solid #ccc;
  color: #999;
  font-size: 0.9em; }

.symbol-defs .glyphicon {
  color: #292929; }

.clear-filters a {
  border: 1px solid #04867B;
  padding: 2px 4px;
  font-size: 0.8em;
  color: #04867B;
  background-color: #e9f4f0; }

.clear-filters a:after {
  font-family: "Glyphicons Halflings";
  content: "\e014";
  font-size: 0.8em;
  margin-left: 4px; }

.popover {
  border-radius: 0; }

.basket-qty {
  padding: 0 15px; }

.basket-qty input {
  font-size: 18px;
  height: 40px;
  border: 1px solid #ccc;
  padding: 6px 12px; }

.basket-btn {
  padding-right: 0; }

.asset-actions-panel {
  border-top: 1px solid #ccc;
  background-color: #f5f5f5; }

.asset-actions-table {
  display: table; }

.asset-actions-table .asset-actions-table-tr {
  display: table-row;
  width: 100%;
  height: 56px; }

.asset-actions-table .asset-actions-table-tr .basket-qty, .asset-actions-table .asset-actions-table-tr .basket-btn {
  padding: 8px 16px !important; }

.asset-actions-table .asset-actions-table-td {
  display: table-cell;
  text-align: center;
  padding: 8px 16px !important;
  background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  min-height: 56px; }

.asset-actions-table .asset-actions-table-td:last-child {
  border-right: none; }

.asset-button {
  display: block;
  width: 100%; }

.icon-CRC_Favourites.favourite:before {
  color: #ebb02f; }

.Campaigns .intro {
  padding: 2em; }

.Campaigns .shelf {
  background-color: #f5f5f5; }

.Campaigns .shelf h2 {
  margin-bottom: 1em; }

.Campaigns #campaigns-filter-block {
  text-align: center; }

.Campaigns #campaigns-filter-block label {
  font-weight: normal !important; }

.Campaigns #campaigns-filter-block .filter-block-horizontal {
  table-layout: fixed;
  display: inline-block; }

.Campaigns #campaigns-filter-block .filter-block-horizontal .filter-tag {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit; }

.Campaigns #campaigns-filter-block .filter-block-horizontal .filter-tag-text {
  display: block;
  color: #828384; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns #campaigns-filter-block .filter-block-horizontal .filter-tag-text {
    text-align: left !important;
    font-size: 1.1em; } }

.Campaigns #campaigns-filter-block .filter-block-horizontal .filter-tag-icon {
  display: inline-block;
  max-height: 38px;
  height: auto;
  width: auto;
  margin-bottom: 15px;
  color: #c7c7c9;
  font-size: 2.5em; }

.Campaigns #campaigns-filter-block .filter-block-horizontal .filter-tag-icon:hover {
  color: #656667; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns #campaigns-filter-block .filter-block-horizontal .filter-tag {
    height: 60px;
    display: block; } }

.Campaigns #campaigns-filter-block .filter-block-horizontal .filter-block-container {
  vertical-align: middle;
  background-color: #fff;
  border: 1px #555 solid; }

@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .Campaigns #campaigns-filter-block .filter-block-horizontal .filter-block-container {
    height: 120px;
    width: 120px; } }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns #campaigns-filter-block .filter-block-horizontal .btn-square {
    width: 100%;
    height: inherit; } }

.Campaigns #campaigns-filter-block .filter-block-horizontal .btn-square.active .filter-tag-icon, .Campaigns #campaigns-filter-block .filter-block-horizontal .btn-square.active .filter-tag-text {
  background-color: #04867B;
  color: #fff; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns #campaigns-filter-block .filter-block-horizontal {
    width: 100%; } }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns #campaigns-filter-block .collapsed {
    display: none; } }

.Campaigns .low-padding {
  padding: 0 10px; }

.Campaigns .teaser-panel {
  position: relative;
  margin-bottom: 1em;
  height: 170px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1em; }

.Campaigns .teaser-panel .thumbnail.with-caption {
  display: block;
  border: solid 1px #f5f5f5;
  border-radius: 0px;
  padding: 0px;
  background-color: #262626; }

.Campaigns .teaser-panel .thumbnail.with-caption:hover {
  border: solid 1px #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease; }

.Campaigns .teaser-panel .thumbnail.with-caption:hover img {
  opacity: 0.6; }

.Campaigns .teaser-panel .thumbnail.with-caption:hover button.btn, .Campaigns .teaser-panel .thumbnail.with-caption:hover .cta-arrow {
  background-color: #292929 !important; }

.Campaigns .teaser-panel .thumbnail.with-caption .caption .title {
  overflow: hidden; }

.Campaigns .teaser-panel:hover .campaign-title, .Campaigns .teaser-panel:hover .cta-arrow {
  background-color: rgba(29, 29, 27, 0.85);
  color: #fff;
  z-index: 1; }

.Campaigns .teaser-panel .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.Campaigns .teaser-panel .overlay:hover {
  border: 1px solid #333;
  transition: 0.6s ease;
  background-color: rgba(29, 29, 27, 0.2); }

@media (min-width: 755px) and (max-width: 991px) {
  .Campaigns .teaser-panel {
    height: 230px;
    font-size: 1.2em; } }

@media (max-width: 754px) {
  .Campaigns .teaser-panel {
    height: 250px;
    font-size: 1.4em;
    background-position: 40%; } }

.Campaigns .teaser-panel .campaign-title {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  padding: 12px 22px;
  line-height: 1.4em;
  color: #555; }

.Campaigns .cta-arrow {
  height: 40px;
  width: 40px;
  background-size: 38% 38%;
  background-color: #04867B;
  position: absolute;
  right: 1px;
  bottom: 1px; }

@media (max-width: 754px) {
  .Campaigns .cta-arrow {
    height: 80px;
    width: 80px; } }

.Campaigns .cta-btn-download {
  width: 180px; }

.Campaigns .calendar-panel {
  width: 100%;
  height: 800px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 1em;
  text-align: center; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns .calendar-panel {
    height: 500px; } }

.Campaigns .calendar-panel .calendar {
  width: 100%;
  height: 760px; }

@media (max-width: 754px), (min-width: 755px) and (max-width: 991px) {
  .Campaigns .calendar-panel .calendar {
    height: 460px; } }

.view_more, .view_less {
  cursor: pointer; }

.partners-intro {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

nav.crc-navbar {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: none;
  background: #292929;
  z-index: 990; }

nav.crc-navbar.affix {
  top: 0px; }

nav.crc-navbar.affix .navbar-toggle {
  margin-top: 10px; }

nav.crc-navbar.affix a.crc-menu-item {
  height: 74px !important;
  line-height: 74px !important; }

nav.crc-navbar.affix .navbar-brand {
  height: 74px !important; }

nav.crc-navbar .navbar-header {
  padding-left: 1em; }

nav.crc-navbar .navbar-header .navbar-brand {
  width: 270px;
  height: 74px; }

nav.crc-navbar .navbar-collapse.collapse.in {
  background-color: #000; }

nav.crc-navbar .navbar-toggle {
  margin-top: 20px; }

nav.crc-navbar .crc-navbar-center {
  margin-left: 2%; }

nav.crc-navbar .crc-navbar-center li {
  border-right: 2px solid #fff; }

nav.crc-navbar .crc-navbar-center li:last-child {
  border-right: none; }

@media (max-width: 769px) {
  nav.crc-navbar .crc-navbar-center {
    margin-left: -15px; }
  nav.crc-navbar .crc-navbar-center li {
    border-right: none; } }

nav.crc-navbar ul.navbar-nav li a.crc-menu-item {
  font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif;
  line-height: 74px;
  padding: 0px 16px;
  margin: 0px;
  color: #fff; }

nav.crc-navbar ul.navbar-nav li a.crc-menu-item:hover {
  color: #fff;
  background-color: #04857A; }

nav.crc-navbar ul.navbar-nav li a.crc-menu-item:focus {
  background-color: #04857A; }

nav.crc-navbar ul.crc-dropdown-menu {
  padding: 0px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  min-width: 350px; }

nav.crc-navbar ul.crc-dropdown-menu a {
  color: #04867B; }

nav.crc-navbar ul.crc-dropdown-menu li.dropdown-header {
  margin: 0px !important;
  padding: 16px 24px !important;
  color: #030405 !important;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc; }

nav.crc-navbar ul.crc-dropdown-menu li.menu-empty {
  margin: 0px !important;
  padding: 24px 0px !important;
  color: #999 !important;
  text-align: center; }

nav.crc-navbar ul.crc-dropdown-menu li.menu-basket {
  margin: 0px !important;
  padding: 16px 24px !important; }

nav.crc-navbar ul.crc-dropdown-menu li.crc-dropdown-menu-item {
  width: 100%; }

nav.crc-navbar ul.crc-dropdown-menu li.crc-dropdown-menu-item div.crc-icn-menu-item {
  padding-left: 20px;
  width: 100%; }

nav.crc-navbar ul.crc-dropdown-menu li.crc-dropdown-menu-item a {
  line-height: 1.1em; }

nav.crc-navbar ul.crc-dropdown-menu li.crc-dropdown-menu-item a:hover {
  background-color: #fff; }

nav.crc-navbar ul.crc-dropdown-menu li.crc-dropdown-menu-panel {
  padding: 20px; }

nav.crc-navbar ul.crc-dropdown-menu ul.crc-icon-menu {
  list-style: none;
  padding: 0;
  color: #04867B; }

nav.crc-navbar ul.crc-dropdown-menu ul.crc-icon-menu li {
  margin: 0;
  min-height: 40px;
  margin-bottom: 12px; }

nav.crc-navbar ul.crc-dropdown-menu ul.crc-icon-menu li a {
  border-bottom: 1px solid #04867B; }

nav.crc-navbar ul.crc-dropdown-menu ul.crc-icon-menu li a:hover {
  color: #292929; }

div.menu-explanation {
  color: #1d1d1b;
  font-size: 1.2em; }

.favourites-menu-item a {
  float: right;
  display: inline-block; }

ul.crc-icon-menu span.icon-24 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
  float: left;
  margin-right: 10px; }

.crc-navbar-right span.icon-24 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px; }

.spacer-1 {
  margin-bottom: 1em; }

.spacer-2 {
  margin-bottom: 2em; }

.spacer-3 {
  margin-bottom: 3em; }

.spacer-4 {
  margin-bottom: 4em; }

.spacer-5 {
  margin-bottom: 5em; }

.spacer-6 {
  margin-bottom: 6em; }

.spacer-7 {
  margin-bottom: 7em; }

.spacer-8 {
  margin-bottom: 8em; }

.spacer-9 {
  margin-bottom: 9em; }

.spacer-10 {
  margin-bottom: 10em; }

.spacer-top-1 {
  margin-top: 1em; }

.spacer-top-2 {
  margin-top: 2em; }

.spacer-top-3 {
  margin-top: 3em; }

.spacer-top-4 {
  margin-top: 4em; }

.spacer-top-5 {
  margin-top: 5em; }

.spacer-top-6 {
  margin-top: 6em; }

.spacer-top-7 {
  margin-top: 7em; }

.spacer-top-8 {
  margin-top: 8em; }

.spacer-top-9 {
  margin-top: 9em; }

.spacer-top-10 {
  margin-top: 10em; }

#interest-group-list-table thead {
  background-color: #1c1948;
  color: #ffffff;
  line-height: 32px; }

#interest-group-list-table thead th {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 12px; }

#interest-group-list-table td {
  padding: 0px 12px; }

.interest-groups-panel h4 {
  margin-bottom: 0px !important; }

.interest-groups-panel .interest-groups {
  list-style: none;
  padding: 4px 0px 0px 20px; }

.interest-groups-panel .interest-groups li {
  margin-left: 0px; }

.interest-groups-panel .interest-groups input[type=checkbox] {
  margin-right: 8px;
  width: auto; }

.draggable-row td {
  cursor: ns-resize; }

#interest-group-list-table thead {
  background-color: #1c1948;
  color: #ffffff;
  line-height: 32px; }

#interest-group-list-table thead th {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 12px; }

#interest-group-list-table td {
  padding: 0px 12px; }

.interest-groups-panel h4 {
  margin-bottom: 0px !important; }

.interest-groups-panel .interest-groups {
  list-style: none;
  padding: 4px 0px 0px 20px; }

.interest-groups-panel .interest-groups li {
  margin-left: 0px; }

.interest-groups-panel .interest-groups input[type=checkbox] {
  margin-right: 8px;
  width: auto; }

.draggable-row td {
  cursor: ns-resize; }
