
@charset "UTF-8";

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.col {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

/* line 6, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.col:first-child, .col:first-child {
  margin-left: 0;
}

/* RESIZING IMAGES */
/* line 15, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_1_of_2_of_1_of_4 {
  width: 100%;
  margin: 0px;
}

/*  GROUPING  */
/* line 18, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.group:before, .group:after {
  content: '';
  display: table;
}

/* line 19, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.group:after {
  clear: both;
}

/*  GRID OF TWO    */
/* line 22, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 23, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_1_of_2 {
  width: 49.2%;
}

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_1_of_2_of_1_of_4 {
  width: 49.2%;
}

/*  GRID OF THREE  */
/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 28, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_2_of_3 {
  width: 66.1%;
}

/* line 29, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_1_of_3 {
  width: 32.2%;
}

/*  GRID OF FOUR   */
/* line 32, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_4_of_4 {
  width: 100%;
}

/* line 33, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_3_of_4 {
  width: 74.6%;
}

/* line 34, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_2_of_4 {
  width: 49.2%;
}

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_1_of_4 {
  width: 23.8%;
}

/*  GRID OF FIVE    */
/* line 38, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_5_of_5 {
  width: 100%;
}

/* line 39, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_4_of_5 {
  width: 79.68%;
}

/* line 40, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_3_of_5 {
  width: 59.36%;
}

/* line 41, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_2_of_5 {
  width: 39.04%;
}

/* line 42, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
.span_1_of_5 {
  width: 18.72%;
}

@media only screen and (max-width: 860px) {
  /* line 45, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_1_of_2_of_1_of_4 {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) {
  /* line 49, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_1_of_2_of_1_of_4 .span_1_of_2 {
    width: 49.2% !important;
  }
}
/*  GO FULL WIDTH AT LESS THAN 580 PIXELS */
@media only screen and (max-width: 580px) {
  /* line 55, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .col {
    margin: 1% 0 1% 0%;
  }

  /* line 56, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_4_of_4 {
    width: 100%;
  }

  /* line 57, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_3_of_4 {
    width: 100%;
  }

  /* line 58, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_2_of_4 {
    width: 100%;
  }

  /* line 59, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_1_of_4 {
    width: 100%;
  }

  /* line 60, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_2_of_2 {
    width: 100%;
  }

  /* line 61, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_1_of_2 {
    width: 100%;
  }

  /* line 63, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_3_of_3 {
    width: 100%;
  }

  /* line 64, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_2_of_3 {
    width: 100%;
  }

  /* line 65, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/grid.scss */
  .span_1_of_3 {
    width: 100%;
  }
}
/* line 2, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.devise #content {
  max-width: 800px;
  margin: 0 auto;
}

/* line 8, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 17, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009688;
  background-color: #FFF;
  border: 1px solid #dee2e6;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
aside .page-item {
  margin-top: 12px;
}

/* line 29, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-link:hover {
  color: #004a43;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 36, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 42, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 46, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 52, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 57, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #009688;
  border-color: #009688;
}

/* line 64, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6;
}

/* line 72, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 78, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 83, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 88, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 94, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 99, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 105, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
ul.pagination {
  display: inline-flex;
  flex-wrap: wrap;
}

/* line 106, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.text-right {
  text-align: right !important;
}

/* line 109, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
nav.text-right {
  clear: both;
}

/* line 113, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  background-color: #122257;
  color: white;
}

/* line 128, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus {
  text-decoration: none;
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 133, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.btn a, a.btn {
  color: white;
}

/* line 136, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCart {
  float: right;
  position: relative;
  background-color: #122257;
  border-radius: 2px;
  height: 32px;
  margin: 6px;
}

/* line 144, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStatic
.semiStaticCart.update {
  background-color: green;
}

/* line 148, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCart.remove {
  background-color: red;
}

/* line 151, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCart input,
.semiStaticCart img {
  position: relative;
  padding: 0 6px;
  margin: 0px;
  height: 32px;
  z-index: 1;
}

/* line 159, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCartContent {
  position: absolute;
  font-size: 32px;
  top: -8px;
  right: 15px;
  color: white;
}

/* line 166, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.remove .semiStaticCartContent {
  top: -3px;
  right: 13px;
  font-size: 20px;
}

/* line 171, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#dialog.semiStaticCartDialog {
  padding: 12px;
  background-color: #122257;
  border-radius: 2px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  border: 2px solid white;
  color: white;
}

/* line 179, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus h2 {
  margin-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px white solid;
  color: white;
}

/* line 185, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus > img {
  margin-top: -6px;
  float: right;
  height: 32px;
}

/* line 190, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus p {
  text-align: right;
}

/* line 193, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus .section {
  border-top: 0;
  background-color: transparent;
}

/* line 197, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus h2 {
  margin-top: 0;
  color: white;
}

/* line 201, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus {
  padding: 12px;
  margin: 9px 6px 12px;
}

/* line 205, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus,
#semiStaticShoppingCartStatus {
  background-color: #122257;
  color: white;
  border-radius: 2px;
}

/* line 211, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus input[type='submit'],
#semiStaticShoppingCartStatus a {
  display: block;
  background-color: white;
  color: #122257;
  text-align: center;
  padding: 12px;
  margin: 12px 0 0 0;
  border-radius: 2px;
  border: 0;
}

/* line 222, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticOrderSummary div a {
  color: white;
}

/* line 225, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCheckout h2 a {
  text-decoration: underline;
}

/* line 228, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCheckout {
  border-radius: 2px;
  padding: 12px;
  background-color: white;
}

/* line 233, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCheckout hr {
  border: 0;
  border-top: 1px solid #d0d0d0;
}

/* line 237, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCheckout input[type='number'] {
  max-width: 46px;
}

/* line 240, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticRemoveFromCart {
  background-color: red;
  border-radius: 4px;
  float: right;
  margin: 6px;
}

/* line 246, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.semiStaticCartQuantities {
  float: right;
  margin-top: 8px;
}

/* line 252, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.mobile {
  display: none;
}

/* line 256, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.popped {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: fixed;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow: visible;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: content-box;
}

/* line 261, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#dialog.video_popup {
  max-width: 80%;
  width: 640px;
  height: auto;
  overflow: visible;
  overflow-y: visible;
}

/* line 262, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#dialog.video_popup .yt_video {
  overflow: hidden;
}

/* line 263, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#dialog .video_caption {
  width: 100%;
  height: 32px;
  text-align: center;
}

/* line 264, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#popoff {
  background-color: transparent;
  width: 100%;
  height: auto;
  cursor: pointer;
  touch-action: manipulation;
}

/* line 268, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#popoffInner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

/* line 269, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.popped:hover #popup_caption {
  opacity: 0.0;
}

/* line 270, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#dialog #popupCloseButton {
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  background-color: black;
  position: absolute;
  width: 28px;
  top: -18px;
  right: -18px;
  text-align: center;
  height: 28px;
  line-height: 26px;
  cursor: pointer;
}

/* line 275, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticCright, #semiStaticCleft {
  z-index: 3000;
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0;
  color: transparent;
}

/* line 276, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticCright {
  right: 0px;
}

/* line 277, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticCright:after {
  content: '>';
  right: 20px;
}

/* line 278, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticCleft:after {
  content: '<';
  left: 20px;
}

/* line 279, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#semiStaticCright:after, #semiStaticCleft:after {
  font-size: 96px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 286, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#popoff:hover .carousel {
  color: white;
  text-shadow: 0 0 4px black;
}

/* line 290, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#popup_caption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  font-size: 14px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 1s ease-in-out;
  border-top: 1px solid #a8a8a8;
  margin-top: 4px;
  padding: 12px;
}

/* line 297, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.popable::after {
  content: '↔';
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #e0e0e0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 22px;
  transform: rotate(135deg);
}

/* line 307, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.image_wrapper {
  position: relative;
}

/* line 308, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.side_bar .popable::after {
  top: 42px;
  right: 12px;
}

@-moz-document url-prefix() {
  /* line 312, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
  .popable::after {
    line-height: 20px;
  }
}
/* line 316, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#results td {
  background-color: white;
}

/* line 317, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#results tr.last td {
  border-bottom: 1px solid #888;
}

/* line 318, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#results td.score {
  background-color: #f0f4f8;
  border-bottom: 1px solid #888;
}

/* line 321, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
a.squeeze {
  display: block;
  background-color: #dcdcdc;
  border: 1px solid #bbb;
  padding: 0 8px;
  text-align: center;
  border-radius: 8px;
  margin: 8px 10%;
}

/* line 323, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entryIcon {
  float: left;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 64px 64px;
  padding-right: 18px;
  border-right: 1px solid #a0a0a0;
  margin: 0 12px 12px 0;
}

/* line 329, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
a.entryIconLink + h1 {
  padding-bottom: 7px;
}

/* line 332, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.extra-padding {
  padding: 6px;
}

/* line 333, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.sidebar {
  margin-bottom: 8px;
}

/* line 334, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entry p a, .entry li a {
  color: navy;
  border-bottom: 0.0625rem solid #dcdcdc;
  text-decoration: none;
  transition: border-color 0.2s ease-out 0s;
}

/* line 341, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entry p a:hover,
.entry p a:focus {
  border-bottom: 0.0625rem solid #a0a0a0;
}

/* Stop element going outside of viewport on mobile screens */
/* line 347, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.html, .caption, p {
  word-wrap: break-word;
}

/* line 351, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.caption {
  font-size: 14px;
  text-align: center;
  border-top: none;
  width: 100%;
}

/* line 358, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
figure {
  text-align: center;
}

/* line 359, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
figure img {
  width: 100%;
}

/* line 361, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entry .caption {
  max-width: 324px;
  margin: 0 auto;
}

/* line 365, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entry .caption.free, .entry img.free {
  max-width: none;
}

/* line 368, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.caption p {
  margin-top: 0px;
}

/* line 371, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entry .caption {
  border-bottom: 1px solid #d0d0d0;
}

/* line 374, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.entry .caption-inner {
  margin-top: -4px;
  padding: 4px 4px 6px;
}

/* line 379, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.floater {
  position: relative;
  z-index: 10;
}

/* Job posting table */
/* line 385, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.job-posting td {
  padding: 6px 18px;
}

/* line 386, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.job-posting td p {
  padding-left: 0;
  padding-right: 0;
}

/* line 387, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.job-posting {
  margin: 0 18px 18px 18px;
  border: 1px solid #aaa;
}

/* line 388, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.job-posting table td * {
  margin-left: 0;
  margin-right: 0;
}

/* Subscriber teasers */
/* line 391, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.subscriber_block {
  position: relative;
  margin-top: -128px;
  padding: 128px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 100000;
}

/* line 398, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.subscriber_notice {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 32px;
  bottom: 32px;
  width: 80%;
  margin: 32px auto;
  text-align: center;
  border: 1px solid #0060aa;
  background-color: white;
  padding: 24px;
  display: table;
}

/* line 407, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.subscriber_instruction {
  line-height: 32px;
}

/* line 411, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
h4 {
  font-weight: normal;
  color: black;
  margin-top: 6px;
  margin-bottom: 12px;
}

/* line 413, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#toTop {
  display: none;
}

/* line 416, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#menu-loading-wrapper {
  display: none;
}

/* line 419, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#menu-loading {
  display: none;
  width: 80%;
  margin: 6px auto;
  color: #122257;
  text-align: center;
  height: 20px;
}

/* line 427, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#slide-menu-wrapper .wrapper a.subLink {
  text-transform: none;
  display: block;
  margin: 12px 0;
}

/* line 429, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.block_button {
  text-align: center;
  margin: 8px auto;
}

/* line 433, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.block_button a {
  background-color: #122257;
  border-radius: 4px;
  padding: 12px;
  display: inline-block;
  color: white;
}

/* line 441, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.yt_video iframe {
  width: 100% !important;
  border: 0;
}

/* line 445, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 452, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 457, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 463, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#error_explanation {
  width: 96%;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 470, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 480, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 487, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.inlineTeaser a {
  text-decoration: none;
  background-color: navy;
  color: #122257;
  display: flex;
  margin: 48px auto;
  max-width: 80%;
  align-items: center;
  border-radius: 0 3px 3px 0;
}

/* line 497, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.inlineTeaser a:hover {
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 501, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.inlineTeaser a .inlineTeaserImg {
  max-width: 25%;
}

/* line 504, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.inlineTeaserText {
  padding: 6px 12px;
  flex: 1 1 auto;
}

/* line 508, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/shared.scss */
.inlineTeaserText p {
  text-align: center;
}

/* line 15, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
html {
  overflow-y: scroll;
}

/* line 16, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
body {
  background-color: white;
  margin: 0px;
  font-size: 16px;
  font-family: 'Raleway', 'Ubuntu', Arial, Verdana, Helvetica, sans-serif;
  color: #181828;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAHElEQVQIHWP48+fP9+/f////zwCkgBwQC4ghAACODRqkCkEF0QAAAABJRU5ErkJggg==) repeat;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 28, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
fieldset {
  border: none;
}

/* line 34, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
h1 a {
  color: #122257;
}

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
h2 {
  font-size: 20px;
  font-weight: normal;
}

/* line 41, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#top {
  height: 75px;
  background-color: white;
  z-index: 200;
  box-shadow: 0 0 7px #7c7c7c;
  width: 100%;
  position: fixed;
  top: 0px;
}

/* line 50, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#top ul {
  margin: 0;
  padding: 0;
}

/* line 54, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar {
  min-height: 75px;
}

/* line 58, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu {
  z-index: 1000;
  box-shadow: 0 0 2px #686868;
  background-color: navy;
  position: relative;
  right: 0px;
  height: 30px;
  float: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-right: 42px;
  font-size: 14px;
}

/* line 72, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu ul {
  list-style: outside none none;
  font-size: 16px;
  color: white;
  margin: 0px 12px 0px 14px;
}

/* line 79, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu li {
  float: right;
}

/* line 83, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu li a {
  color: #d8d8d8;
  background: url('/assets/img/vert-sprites-light-db2eecf399fd58ceb391df2a970a39f0354f35184da79498a40e8d9d3551f752.png') no-repeat scroll 0 0 transparent;
  display: block;
  padding: 5px 8px 0 14px;
}

/* line 90, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#logo-wrapper {
  background: none repeat scroll 0 0 white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: 12px;
  width: 137px;
  z-index: 2000;
  position: relative;
}

/* line 100, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-wrapper {
  z-index: 1000;
  top: -40px;
  right: 0px;
  position: relative;
}

/* line 107, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.contain {
  margin: 0 auto;
  max-width: 1400px;
}

/* line 112, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .sign-in a {
  float: right;
  display: block;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0px -290px no-repeat;
}

/* line 113, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .contact a {
  float: right;
  display: block;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0px -194px no-repeat;
}

/* line 114, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .search a {
  float: right;
  display: block;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0px -226px no-repeat;
}

/* line 115, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .icon a {
  background-size: 28px auto;
}

/* line 117, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#tag-wrapper {
  clear: both;
  position: relative;
  top: 90px;
}

/* line 123, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#tagline {
  width: 90%;
  text-align: center;
  margin: 0px auto;
  color: #282828;
  text-shadow: 1px 2px 5px black;
  font-size: 28px;
  font-weight: normal;
  text-shadow: -2px 8px 4px rgba(0, 0, 0, 0.2), 0 -5px 35px rgba(255, 255, 255, 0.3);
}

/* line 129, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#logo {
  width: 137px;
  height: 61px;
  background: transparent url('/assets/img/henley-logo-trans-c04001e830154ffc9056ef48385cf8f7b23afa39c248743670c1e832ad5046d1.png') 0 0 no-repeat;
  color: transparent;
}

/* line 135, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main {
  float: right;
}

/* line 136, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main .wrapper:hover {
  text-decoration: none;
}

/* line 137, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main .col {
  margin-left: 8px;
  width: auto;
  float: right;
}

/* line 138, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main .wrapper:hover {
  text-decoration: underline;
}

/* line 140, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu {
  z-index: 500;
  width: 98%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  padding-right: 12px;
}

/* line 146, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu a {
  color: #282828;
  font-weight: normal;
  float: right;
  margin-left: 12px;
}

/* line 151, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .col {
  text-align: right;
}

/* line 155, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
nav li {
  line-height: 20px;
  list-style: outside none none;
}

/* Start of slider stuff */
/* line 160, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button .text {
  display: none;
  text-align: center;
}

/* line 161, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button, #menu-close {
  cursor: pointer;
  position: relative;
  z-index: 500;
}

/* line 165, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-close {
  text-align: right;
}

/* line 166, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button {
  float: right;
  width: 32px;
  top: 0;
  right: 0;
  padding: 4px 4px 4px 12px;
}

/* line 167, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button-wrapper {
  z-index: 500;
  top: 0;
  width: 100%;
  position: fixed;
  width: 100%;
  max-width: 1400px;
  height: 0;
}

/* line 169, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button .menu-line {
  height: 5px;
  width: 80%;
  background-color: #122257;
  border-radius: 2px;
  margin: 2px auto;
}

/* line 174, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu {
  height: 100%;
}

/* line 175, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .locales {
  padding-top: 8px;
  clear: both;
}

/* line 180, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-window.open {
  min-width: 300px;
  overflow: visible;
}

/* line 184, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-window {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
}

/* line 191, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.open #slide-menu-wrapper {
  right: 0px;
}

/* line 194, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper {
  transition: right 0.5s ease-in 0s;
  box-shadow: 0 0 80px black;
  background-color: #122257;
  color: white;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  right: -412px;
  top: 0;
  min-width: 300px;
  z-index: 2000;
  padding: 6px;
}

/* line 208, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-main {
  padding: 0px 6px;
}

/* line 209, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper .text {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 8px;
  font-size: 18px;
}

/* line 214, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .searchform input {
  width: auto;
}

/* line 216, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper {
  text-align: right;
  margin-bottom: 8px;
}

/* line 221, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper a {
  color: #dcdcdc;
}

/* line 222, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper a:hover {
  color: white;
}

/* line 223, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper a {
  color: #dcdcdc;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
}

/* line 229, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper a, #slide-menu-wrapper li a {
  line-height: 28px;
}

/* line 232, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .sub-menu {
  margin: 4px 0 12px;
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  text-align: right;
  z-index: 1;
}

/* line 241, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .sub-menu a {
  text-transform: none;
  text-shadow: none;
  display: block;
  padding: 4px 0;
}

/* line 247, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .bar-menu {
  margin-top: 12px;
  border-top: 1px solid #a0a0a0;
  text-align: right;
}

/* line 252, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .bar-menu .icon {
  padding-right: 12px;
}

/* line 255, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu .locales a {
  text-transform: uppercase;
  float: right;
  margin-right: 12px;
  font-size: 20px;
}

/* line 261, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#close-sym {
  font-size: 46px;
  color: #dcdcdc;
  line-height: 32px;
  padding-bottom: 32px;
}

/* End of slider stuff */
/* line 270, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper .text {
  display: block;
  overflow: hidden;
  height: 24px;
}

/* line 276, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper .icon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}

/* line 284, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper a:hover {
  color: #fff;
}

/* line 292, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.locale img {
  margin-top: -6px;
}

/* line 293, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .locale a {
  background-image: none;
}

/* line 299, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#container {
  background-color: white;
  box-shadow: 0 0 2px #c8c8c8;
}

/* line 300, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#frame {
  margin-top: 105px;
}

/* Home page entry images are slightly smaller */
/* line 307, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#search-bar {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 310, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu, #container, #menu-wrapper, #footer-inner, #tag-wrapper {
  margin: 0px auto;
  max-width: 1400px;
  background-color: transparent;
}

/* line 316, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#search-wrapper {
  padding: 4px 0px 4px 4px;
  text-align: center;
}

/* line 322, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#content, .content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

/* line 327, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 333, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer {
  color: white;
  clear: both;
  border-top: 1px solid #d8d8d8;
  min-height: 50px;
  background-color: #122257;
}

/* line 334, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer a {
  color: white;
}

/* line 335, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer img {
  float: right;
  margin: -9px 0 0 8px;
}

/* line 336, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .credits {
  float: left;
  width: 20%;
  text-align: center;
}

/* line 337, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .credits, #footer .copy {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 344, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .notices {
  clear: both;
  font-size: 12px;
  margin-top: 8px;
}

/* line 345, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .copy {
  width: 40%;
  float: left;
  margin: 0px;
}

/* line 346, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .copy p {
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 5px;
}

/* line 347, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .stamps {
  float: left;
  width: 40%;
  margin-top: -15px;
}

/* line 348, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer h3 {
  color: white;
  font-weight: normal;
}

/* line 349, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .inner {
  padding: 0 4%;
}

/* line 351, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-in-menu ul, #top ul, #footer ul {
  list-style: none outside none;
  padding-left: 0px;
}

/* line 353, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .col:last-child h3, #footer .col:last-child li {
  text-align: right;
}

/* line 357, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel {
  padding: 2px 8px 0px;
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 2px;
}

/* line 365, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.doc-inner:after, .panel:after {
  clear: both;
  content: '';
  display: table;
}

/* TODO: News not shown on home page for this theme, so move to site.css */
/* line 373, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.index.panel, .news .panel {
  border-bottom: 1px solid #e0e0e0;
  padding: 2px 0px 0px;
  box-shadow: none;
  min-height: 0;
}

/* line 379, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.doc-inner, .news {
  background-color: #f0f4f8;
}

/* Classes from site helper */
/* line 382, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.hard {
  box-shadow: 0px 0px 1px black;
}

/* line 386, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel:last-child.dotted, .panel.dotted {
  border: 1px dashed #c1c1c1;
  box-shadow: none;
}

/* line 391, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.feint {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 395, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.wobble, .panel.flat {
  box-shadow: none;
  border: 0px;
}

/* line 399, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.collapse {
  margin-bottom: 1px;
}

/* line 403, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.highlight {
  background-color: navy;
  color: white;
}

/* line 406, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel:last-child {
  border-bottom: none;
}

/* line 407, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.gallery, .news, .social {
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 2px;
}

/* line 412, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.social {
  padding: 2px 0px;
  width: 100%;
  text-align: center;
}

/* line 418, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.social-inner {
  display: inline-block;
}

/* line 421, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.gallery h2 a, .gallery h2, .news h2 a, .news h2 {
  border-bottom: 1px solid #808080;
}

/* line 422, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.list h1, .panel.list h2 {
  color: #122257;
  border-bottom: 1px solid #808080;
  text-align: center;
}

/* line 424, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.social a {
  color: navy;
  vertical-align: bottom;
  line-height: 20px;
}

/* line 432, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#html5 {
  float: right;
  margin: -4px 5px 0 0px;
  width: 25px;
  height: 33px;
  background: transparent url('/assets/img/hoz-sprites-080430868995286b5486bd1fadc0c0ac3f5d715744ad2b49d89544ff95c78de8.png') -97px center no-repeat;
}

/* line 434, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#facebook {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 1px no-repeat;
}

/* line 435, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#youtube {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 -31px no-repeat;
}

/* line 436, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#twitter {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 -63px no-repeat;
}

/* line 437, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#linkedin {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 -95px no-repeat;
}

/* line 438, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#googleplus {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 -127px no-repeat;
}

/* line 439, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#xing {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 -159px no-repeat;
}

/* line 440, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#instagram {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') 0 -318px no-repeat;
}

/* line 442, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.social:after, .panel:after {
  content: '';
  display: table;
  clear: both;
}

/* line 444, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
h1 {
  font-size: 24px;
  font-weight: normal;
}

/* line 445, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
h1 {
  margin: 6px 0px 8px;
  color: #122257;
}

/* line 446, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
h2, h3 {
  margin: 6px 0px 6px;
  color: navy;
  font-weight: normal;
}

/* line 447, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
h2 a, h3 a {
  color: navy;
}

/* line 448, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel h2 {
  text-align: left;
  color: #122257;
}

/* line 452, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.popped {
  border: 4px solid white;
  border-radius: 2px;
  box-shadow: 0 0 7px #7c7c7c;
}

/* line 453, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.photo {
  text-align: center;
}

/* line 456, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.news .image {
  text-align: center;
}

/* line 459, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.news .image img, .index .photo img, .panel.photo img {
  max-width: 100%;
}

/* line 462, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.news .image img, .index .photo img, .panel img.logo, .panel.photo img {
  border: 1px solid white;
  box-shadow: 0 0 2px #fff;
}

/* line 467, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.searchform {
  display: inline-block;
  margin: 0px;
  width: 100%;
}

/* line 474, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.searchform .searchfield {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BCBBBB;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  outline: medium none;
  padding: 8px 6px 6px 8px;
  width: 202px;
}

/* line 483, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.searchform input[text] {
  font: 16px Arial,Helvetica,sans-serif;
  width: 260px;
}

/* line 487, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.searchbutton {
  vertical-align: bottom;
}

/* line 491, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#notice {
  text-align: center;
  background-color: white;
  border: 1px solid #808080;
  border-radius: 4px;
  width: 88%;
  margin: 0 auto;
  padding: 6px 5%;
}

/* line 496, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.html {
  padding: 0;
  margin-bottom: 8px;
}

/* line 497, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.link, .more {
  clear: both;
  text-align: right;
  padding-bottom: 8px;
}

/* line 502, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.link {
  text-align: center;
}

/* line 503, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.link a, .more a {
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') right -290px no-repeat;
  background-size: 28px auto;
  padding: 4px 32px 4px 8px;
  margin: 2px 0px 6px;
}

/* line 509, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.feint .more a, .flat .more a, .news .more a {
  background: transparent url('/assets/img/vert-sprites-2020-b42ce5991a55fab034da2ff3f2e041f909297cfcae407cc6dd698313d2ebda81.png') right -290px no-repeat;
  color: #d8d8d8;
}

/* line 514, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.feint .more a, .flat .more a {
  color: #b0b0b0;
}

/* line 517, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel .icon {
  float: left;
}

/* line 521, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper {
  position: relative;
  z-index: 10;
}

/* Custom menu icons */
/* line 529, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.icon .custom {
  position: relative !important;
  height: 40px;
  opacity: 0.0;
  display: block;
  top: -17px;
  margin-right: -10px;
  border-bottom: 4px solid #fff;
}

/* line 543, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#selected .icon .custom {
  border-bottom: 4px solid #282b30 !important;
  opacity: 1.0 !important;
}

/* line 551, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-selected:before {
  content: '»';
  font-weight: bold;
}

/* line 553, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu:hover .wrapper .icon .custom {
  display: none;
  opacity: 0.0;
}

/* line 554, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper:hover .icon .custom {
  border-bottom: 4px solid #fff !important;
  opacity: 1.0 !important;
  display: block !important;
}

/* End custom menu icons */
/* To help when inserting YouTube videos... */
/* line 564, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.panel iframe, .video iframe {
  border: medium none;
  width: 98.5%;
}

/* line 570, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#dialog {
  -webkit-box-shadow: -10px 28px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -10px 28px 40px 0 rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f6f9;
  position: fixed;
  width: 80%;
  max-width: 280px;
  border-radius: 2px;
  margin: 0 auto;
  z-index: 10000;
  overflow-y: initial !important;
  display: none;
  height: auto;
  padding: 12px;
  transform-style: preserve-3d;
}

/* line 589, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
#dialog.popped {
  max-width: 80%;
  padding: 0;
  display: block;
  bottom: unset;
}

/* Search input overflows already at less than 1020px */
@media only screen and (max-width: 1020px) {
  /* line 602, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .searchform input[text] {
    width: 74%;
  }
}
/* line 608, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.entry .wrapping {
  margin-left: 0;
}

/* line 609, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
.entry .floater {
  margin-left: 1.6%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 760px) {
  /* line 616, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater img {
    margin-top: 6px !important;
  }

  /* line 620, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .wrapping {
    margin-left: 1.6%;
  }

  /* line 621, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater {
    margin-left: 0 !important;
  }

  /* line 623, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .searchform input[text] {
    width: 66%;
  }
}
/* Basic mobile portrait or perhaps tablet portrait layout */
@media only screen and (max-width: 750px) {
  /* line 628, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .mobile {
    display: block !important;
  }

  /* line 629, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 820px) {
  /* line 634, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #bar-menu, #menu {
    display: none;
  }

  /* line 635, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #slide-menu #menu-button, #menu-button .text {
    display: block;
  }

  /* line 636, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-button .menu-line {
    height: 8px;
    margin: 3px auto;
  }

  /* line 637, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-wrapper {
    z-index: 0;
  }

  /* line 638, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu .col {
    width: 100%;
    margin: 0;
  }

  /* line 639, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-loading-wrapper {
    display: block;
  }

  /* line 640, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu a {
    float: none;
    text-align: right;
    padding: 4px 14px;
    margin-left: 6px;
  }

  /* line 641, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main .wrapper:nth-child(2n) {
    background-color: #f0f0f0;
  }

  /* line 642, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main {
    margin-top: 64px;
    background-color: #122257;
    box-shadow: 0 0 7px #7c7c7c;
    width: 100%;
  }

  /* line 647, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu .wrapper {
    background-color: white;
  }

  /* line 648, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu .wrapper .text {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
  }

  /* line 651, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .icon .custom {
    border: none;
  }

  /* line 654, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .wrapper:not(#selected) .icon.sprite {
    background-image: none;
  }

  /* line 655, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main #selected {
    background-color: #f0f0f0;
  }

  /* No Firefox support for background-position-x, but applies only usually to mobile any */
  /* line 658, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #selected.wrapper .icon.sprite {
    background-position-x: left;
  }

  /* line 660, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #top {
    position: fixed;
    width: 100%;
  }

  /* line 661, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-button {
    display: block;
    width: 50px;
    position: fixed;
    right: 0px;
    top: 0px;
  }
}
/* Mobile portrait layout at less than 580px */
@media only screen and (max-width: 580px) {
  /* Stop adjusting margins by height %, it gets ugly this small */
  /* line 667, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .col .img {
    margin: 0 auto;
    text-align: center;
  }

  /* line 668, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .col {
    margin-top: 1px;
    margin-bottom: 3px;
  }

  /* Google page mobile test is gonna punish you if the footer links are too close together */
  /* line 671, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  #footer li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 760px) {
  /* line 675, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .wrapping {
    float: none !important;
    width: auto !important;
  }

  /* line 676, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater {
    float: right !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 680, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .entry .span_2_of_2 {
    width: 100%;
  }

  /* line 681, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .entry .span_1_of_2 {
    width: 100%;
  }

  /* line 682, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/base.scss */
  .entry .col .img {
    margin: 0 auto;
    text-align: center;
  }
}
/* High res 'retina' screens */
@media (min-resolution: 1.5dppx), (min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) {
  /* line 3, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/pixel.scss */
  .button-wrapper a[class*='-share'], .link a, .more a, .feint .more a, .flat .more a, .news .more a,
  #top li.icon a, #googleplus, #linkedin, #twitter, #facebook, #youtube, #xing {
    background-size: 28px auto;
    background-image: url('/assets/img/vert-sprites-2020-1658878dd6903a9247db0c9dfb7c3de1e9f35b579f5585d901fde4014871fe97.png');
  }

  /* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-0d9f9b205622/app/assets/stylesheets/themes/bannerless/pixel.scss */
  #logo {
    background: transparent url('/assets/img/henley-logo-trans-16145abfeed6ac7983ee53ff61fd742d99c4468b559aa10e6b0c3e17828b696f.png') 0 0 no-repeat;
    background-size: 137px 61px;
  }
}
/* line 3, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
body {
  font-family: 'Effra', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857;
  color: #282b30;
}

/* line 10, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#content, .content {
  max-width: 1400px;
  padding: 0 24px;
}

/* line 15, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#top, #logo-wrapper, #bar-menu {
  background-color: #0a3685;
}

/* line 16, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#top-wrapper {
  position: relative;
}

/* line 17, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#logo {
  background-size: contain;
}

/* line 18, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#logo-wrapper {
  top: 28px;
  margin-left: 24px;
}

/* line 19, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#top {
  height: 120px;
  box-shadow: none;
}

/* line 20, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu {
  width: 100%;
  position: relative;
  background-color: #0a3685;
  padding: 0;
}

/* line 21, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu .menuItem {
  text-align: center;
}

/* line 22, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu .menuItem:first-child a {
  margin-right: 12px;
}

/* line 23, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar {
  min-height: 60px;
}

/* line 24, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu {
  height: 50px;
  border: 0;
  box-shadow: none;
  margin-right: 58px;
}

/* line 25, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu ul {
  margin-top: 18px;
}

/* line 26, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu ul li a {
  font-weight: 400;
  color: white;
}

/* line 28, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu ul li.icon {
  filter: brightness(250%);
  margin-right: 24px;
}

/* line 32, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu ul li.icon:hover {
  filter: brightness(450%);
}

/* line 35, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li.locale img {
  width: 24px;
  padding-top: 6px;
}

/* line 37, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#overlay::before {
  border-top: 1px solid #1f69b7;
  content: '';
  width: 50%;
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
}

/* line 47, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu-button {
  right: 18px;
}

/* line 48, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu-button .text {
  color: white;
}

/* line 49, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu-button-wrapper {
  top: 15px;
}

/* line 50, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu-button .menu-line {
  background-color: #b7bac9;
}

/* line 51, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu-button:hover .menu-line {
  background-color: white;
}

/* line 53, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu-wrapper {
  top: 0;
  height: 60px;
}

/* line 55, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu {
  display: flex;
  direction: rtl;
}

/* line 56, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu .menuItem {
  border-top: 1px solid #1f69b7;
  padding: 15px 0 14px;
}

/* line 57, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu #selected, #menu .menuItem:hover {
  background-color: #1f69b7;
}

/* line 58, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#menu .menuItem a {
  padding: 23px 15px 19px;
  color: white;
  font-weight: 700;
  font-size: 17px;
  float: none;
  margin: 0;
}

/* line 60, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#close-sym {
  margin-top: 10px;
}

/* line 62, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#container {
  box-shadow: none;
}

/* line 63, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#frame #container #content {
  padding: 0;
}

/* line 64, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#frame {
  margin-top: 120px;
}

/* line 66, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#slide-menu {
  display: flex;
}

@media only screen and (max-width: 1000px) {
  /* line 70, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #menu .menuItem a {
    padding: 23px 12px 19px;
  }

  /* line 71, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #logo {
    background-size: 102.75px 45.75px;
  }

  /* line 72, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #logo-wrapper {
    top: 8px;
    height: 45.75px;
    width: 102.75px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 75, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #menu-button {
    top: 8px;
  }

  /* line 76, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #frame {
    margin-top: 80px;
  }

  /* line 77, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #overlay:before,
  #menu-wrapper {
    display: none;
  }

  /* line 79, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #top {
    height: 90px;
  }

  /* line 80, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #logo-wrapper {
    top: 22px;
  }
}
/* line 84, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 92, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
h1, h2 {
  color: navy;
}

/* line 93, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
h1 {
  font-size: 40pt;
}

/* line 94, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
h2 {
  font-size: 24pt;
}

/* line 96, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.entry .html h1 {
  font-size: 26px;
  border-bottom: none;
  margin-top: 22px;
  margin-top: 22px;
}

/* line 97, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.entry .html h2 {
  font-size: 22px;
}

/* line 102, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar aside .panel.list h2 {
  margin-bottom: 0;
}

/* line 103, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar aside .panel.list nav h3 {
  margin: 0;
  padding: 12px 20px 12px 12px;
  border-color: #ffcd00;
  border-bottom: 1px solid #dde5ed;
  font-size: 1.125rem;
  font-weight: 400;
  color: #141b4d;
  letter-spacing: -.01em;
  transition: all .3s ease;
}

/* line 114, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar aside .panel.list nav h3:hover {
  background-color: #f5f6f9;
  border-left: 8px solid #ffcd00;
  padding-right: 12px;
}

/* line 119, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar aside .panel.list nav h3:hover a {
  text-decoration: underline;
}

/* line 123, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.section {
  padding: 0 24px;
}

/* line 124, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.entry h1 {
  font-size: 32px;
  line-height: normal;
}

/* line 125, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.summary.image_wrapper {
  line-height: 0;
}

/* line 128, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.entry .caption {
  border: none;
  background-color: #0a1331;
  padding: 8px 0;
  color: white;
}

/* line 136, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#semi-static-home-page .entry_wrapper {
  margin: 24px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 142, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.image_wrapper {
  position: relative;
  line-height: 0;
}

/* line 146, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.entry figure {
  display: inline-block;
  -webkit-box-shadow: -10px 28px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -10px 28px 40px 0 rgba(0, 0, 0, 0.3);
}

/* line 151, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.img figure {
  margin-top: 0;
}

/* line 153, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog_hbg,
.hbg_shadow::after,
.image_wrapper::after {
  width: 100%;
  height: 100%;
  display: block;
  content: ' ';
  background-image: url('/assets/img/henley-h-826713f83726ff8dc2dc22cc91f87a4aa79bda3c20d15c60583ada3b79974ab3.png');
  background-repeat: repeat;
  background-size: 1rem;
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 24px;
}

/* line 169, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.event, .hbspt-form,
#semi_static_tag .entry,
#semi-static-home-page .entry,
.henleyBoiler,
.custom1 .entry {
  -webkit-box-shadow: 0 18px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #f5f6f9;
  padding: 18px;
}

/* line 179, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyBoiler.wide {
  padding: 32px;
}

/* line 182, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyBoiler.white {
  background-color: white;
}

/* line 186, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.link, .more {
  text-align: right;
  direction: rtl;
  float: none;
}

/* line 193, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#semi-static-home-page .entry_wrapper {
  display: flex;
}

/* line 198, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar .panel.list {
  margin-top: 22px;
  padding: 0;
}

/* line 202, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar h2 {
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #ebecf3;
  font-weight: 500;
  padding: 6px 4px;
}

/* line 208, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar .panel.list nav h3 {
  border-bottom: 1px solid #ebecf3;
  padding: 6px 4px;
  text-align: left;
  font-size: 20px;
  font-weight: 100;
}

/* line 215, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.side-bar .panel.list nav h3 a {
  color: #122257;
}

/* line 221, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.boiler {
  padding: 12px;
  text-align: center;
}

/* line 225, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.boiler.trans {
  background-color: rgba(236, 239, 248, 0.7);
}

/* line 228, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.boiler h3 {
  color: navy;
}

/* line 232, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.doc .button, .btn {
  border-radius: .5rem;
  font-size: 1rem;
}

/* line 233, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.doc .doc-inner .span_2_of_3 {
  margin-top: 12px;
}

/* line 234, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.new_comment .btn,
.doc .button {
  padding: 12px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  border: solid 2px #ffcd00;
}

/* line 239, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.doc .button a {
  color: #3f5495;
  border-bottom: none;
}

/* line 240, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.marginSpaced {
  margin: 6px;
}

/* line 242, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#content a.registration,
.btn {
  background-color: transparent;
  border-width: 2px;
  border-color: #ffcd00;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2rem;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  -webkit-box-shadow: 0 3px 12px 0 rgba(115, 129, 145, 0.2);
  box-shadow: 0 3px 12px 0 rgba(115, 129, 145, 0.2);
  color: #3f5495;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 262, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a.btn, .btn a {
  color: #3f5495;
}

/* line 264, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#content a.registration,
.new_comment .btn, .btn.accent-blue {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #418fde;
  -webkit-box-shadow: 0 3px 20px 0 rgba(115, 129, 145, 0.2);
  box-shadow: 0 3px 20px 0 rgba(115, 129, 145, 0.2);
  color: #fff;
}

/* line 274, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.accent-blue:focus, .btn.accent-blue:hover {
  background-color: #1f69b7;
  color: #fff;
}

/* line 279, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#content a.registration:hover,
.btn:focus, .btn:hover {
  border-color: #418fde;
  text-decoration: none;
}

/* line 284, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn:focus, .btn:hover {
  color: #0a3b85;
}

/* line 288, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.blue, .henleyBlue {
  background-color: #0a1331;
  color: white;
}

/* line 292, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.new_comment .btn,
.btn.wide {
  width: 100%;
  box-sizing: border-box;
}

/* line 297, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn:hover {
  cursor: pointer;
}

/* line 301, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.doc .button, .btn.download, .btn.yellow.download {
  background-image: url('/assets/img/db-fy-d2fc9e5a02b83cc7dbe27e3327d16c8968b64fa763e64bff7d98ae76e6a5280e.png');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 50px;
}

/* line 309, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.large {
  font-size: 1.5rem;
}

/* line 312, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.wt {
  color: white;
}

/* line 315, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.white {
  background: white;
  color: #122257;
}

/* line 318, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.yellow:hover {
  background-color: white;
}

/* line 321, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.lightBlue {
  background-color: #3581F8;
}

/* line 324, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.yellow {
  background-color: #ffce00;
  color: #0a1331;
}

/* line 327, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.green {
  background-color: #28a745;
  color: white;
}

/* line 328, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.green.download, .btn.red.download {
  background-image: url('/assets/img/db-4adcadca6894121e0b33e512012ac2645588c6045214cd7746b3e3cdb5d76394.png');
}

/* line 331, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.red {
  background-color: #dc3545;
  color: white;
}

/* line 333, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.link a {
  background-image: none;
  direction: ltr;
  padding: 0;
}

/* line 334, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.link {
  text-align: left;
  padding-right: 32px;
  position: relative;
  float: right;
  margin: 0 0 6px 18px;
}

/* line 335, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.link:before {
  content: '<';
  text-align: right;
  font-weight: 300;
  position: absolute;
  font-size: 24px;
  top: 12px;
  right: 8px;
}

/* line 336, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.lightBlue.link:before {
  color: white;
}

/* line 337, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.wt.download,
.btn.accent-blue.download {
  background-image: url('/assets/img/db-4adcadca6894121e0b33e512012ac2645588c6045214cd7746b3e3cdb5d76394.png');
}

/* line 341, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.accent-blue a {
  color: white;
}

/* line 344, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.btn.yellow a {
  color: #0a1331;
}

/* line 352, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.rightOption {
  float: right;
  font-size: 16px;
}

/* line 353, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.rightOption:after {
  text-align: center;
  position: relative;
  width: 32px;
  top: 2px;
  content: '>';
  display: inline-block;
  font-size: 28px;
  height: 32px;
}

/* line 357, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow {
  display: flex;
}

/* line 360, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.titleBox {
  padding: 12px;
}

/* line 365, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.textCards {
  margin: 12px -12px;
}

/* line 366, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexCard {
  margin: 12px;
  background-color: #f5f6f9;
  box-shadow: 0px 18px 40px #0000001A;
  padding: 24px;
}

/* line 371, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.slimCards {
  flex-wrap: wrap;
}

/* line 374, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.slimCards .flexItem {
  flex-grow: 1;
  padding: 6px;
  margin: 8px;
}

/* line 379, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexCard i.iconed {
  float: right;
  left: 0;
  margin: 0 0 6px 6px;
}

@media only screen and (max-width: 1000px) {
  /* line 385, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .textCards {
    display: block;
  }

  /* line 386, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .flexCard {
    margin: 32px 24px;
  }
}
/* line 390, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.fcol {
  border-top: 0;
}

/* line 391, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer p {
  margin: 12px 0 24px;
  font-size: 1rem;
}

/* line 392, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer .col {
  margin: 0;
  float: none;
}

/* line 393, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer .col_num_0 {
  text-align: right;
  flex: 1;
}

/* line 394, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer .col_num_1 {
  flex: 1;
}

/* line 395, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer ul li {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 396, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer .footer-inner .fcol:last-of-type li {
  text-align: right;
}

/* line 397, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer a {
  color: #aab1c4;
}

/* line 398, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer a:hover {
  color: white;
  text-decoration: underline;
}

/* line 399, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer {
  border-top: none;
}

/* line 400, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.footer-inner {
  max-width: 1352px;
  padding: 0 32px;
  margin: 0 auto;
}

/* line 401, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-last-row,
#footer-wrapper {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

/* line 403, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer .inner {
  padding: 0;
}

/* line 404, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footerAddr {
  margin-right: 104px;
}

/* line 405, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer .col:last-child .inner h3, #footer .col:last-child li {
  text-align: left;
}

/* line 406, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer h3 {
  font-size: 1rem;
  font-weight: 700;
}

/* line 407, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-last-row {
  background-color: #0a1331;
}

/* line 408, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer #accreditations {
  max-width: 300px;
  margin: 0;
  float: none;
}

/* line 409, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-wrapper .footer-inner.flexRow {
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 410, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-wrapper .footer-inner.flexRow .fcol {
  width: auto;
  min-width: 132px;
}

/* line 411, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-last-row .footer-inner.flexRow {
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

/* line 412, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-last-row .flexItem:first-child {
  margin-right: 24px;
}

/* line 413, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-last-row .flexItem:last-child {
  font-weight: 700;
  min-width: 132px;
  text-align: right;
  flex: 1 0 auto;
}

/* line 414, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer-wrapper .fcol:last-child .inner h3 {
  min-width: 132px;
  text-align: right;
}

@media only screen and (max-width: 560px) {
  /* line 416, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  #footer .col_num_0 {
    text-align: left;
  }
}
/* line 427, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper {
  clear: both;
  background: transparent linear-gradient(90deg, #1E66D8 0%, #2140A7 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 18px 20px #00000033;
  color: white;
  padding: 8px;
  box-sizing: border-box;
}

/* line 444, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .pictureWrap {
  height: 114px;
}

/* line 446, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow .eventCard .eventOuterWrapper {
  width: 100%;
  max-width: 360px;
}

/* line 447, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow .eventCard .pictureCard {
  min-height: auto;
  height: auto;
}

/* line 448, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow .eventCardInner {
  width: 100%;
}

/* line 450, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin: auto;
  width: 100%;
  max-width: 320px;
}

/* line 451, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .pictureWrap {
  width: 100%;
  flex: 1 1 auto;
}

/* line 452, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .pictureWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 453, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .titles {
  box-sizing: border-box;
  width: 100%;
  background-color: #0a3685;
  padding: 8px 16px;
}

/* line 454, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* line 455, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .subTitle {
  color: #ffce00;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

/* line 456, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .titles h2 {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.28;
}

/* line 459, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard {
  cursor: pointer;
}

/* line 460, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .pictureCard {
  min-height: 228px;
  min-width: 320px;
  text-align: center;
  position: relative;
}

/* line 466, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .pictureCard .pictureWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a3685;
  color: #ffce00;
  font-size: 32px;
  font-weight: bold;
  flex: 1 1;
  height: auto;
}

/* line 475, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .playIcon {
  background: #0a3685 url('/assets/img/vert-sprites-2020-1658878dd6903a9247db0c9dfb7c3de1e9f35b579f5585d901fde4014871fe97.png') center -1152px no-repeat;
  background-size: 42px auto;
  min-width: 64px;
  height: 48px;
}

/* line 480, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard:hover .playIcon {
  background-color: #ffce00;
  background-position: center -1202px;
}

/* line 484, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .titles {
  display: flex;
  align-items: center;
  padding: 0;
  background-color: #0a3685;
}

/* line 485, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .title {
  background: #0a3685;
}

/* line 486, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .title h2 {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  padding: 4px 8px 4px 8px;
  margin: 0;
}

/* line 489, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog .video_caption {
  height: auto;
  box-sizing: border-box;
  padding: 6px 6px 9px 6px;
}

/* line 497, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCardInner {
  display: flex;
  height: 100%;
}

/* line 499, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.shallow .eventCard {
  height: 222px;
}

/* line 501, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow.responsive {
  flex-wrap: wrap;
  margin: 0 -24px;
}

/* line 502, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow.images {
  align-items: center;
}

/* line 503, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.flexRow.responsive > * {
  flex: 1 1 230px;
  border-right: solid 24px transparent;
  border-left: solid 24px transparent;
  margin: 0 auto;
  justify-content: center;
}

/* line 509, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.responsive .eventCard {
  display: flex;
  margin-bottom: 24px;
}

/* line 514, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard .pictureCard {
  margin: 0;
  min-height: 240px;
}

/* line 519, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard .cardImgWrapper {
  height: 240px;
}

/* line 520, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.shallow .eventCard .cardImgWrapper {
  height: 156px;
}

/* line 522, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard .dateWrapper {
  min-width: 48px;
  position: relative;
  background-color: #545d79;
}

/* line 527, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard:hover .dateWrapper {
  background-color: #122257;
}

/* line 531, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard .dateWrapper .icon {
  margin: 4px auto;
  display: block;
  height: 35px;
  width: 35px;
  background-image: url('/assets/img/vert-sprites-2020-1658878dd6903a9247db0c9dfb7c3de1e9f35b579f5585d901fde4014871fe97.png');
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: 0 -480px;
}

/* line 540, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard .dateWrapper .date {
  min-width: 26px;
  font-size: 30px;
  color: #eceff8;
  text-align: center;
  margin-top: 12px;
}

/* line 547, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventCard .dateWrapper .date .dateMonth {
  font-size: 18px;
  line-height: 0.3rem;
}

/* line 551, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.shallow .eventCard .dateWrapper .date {
  min-width: 32px;
}

/* line 556, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.event th {
  border: none;
  font-size: 26px;
  font-weight: normal;
}

/* line 557, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.event .row {
  background-color: transparent;
}

/* line 559, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
input[type='tel'],
input[type='email'],
input[type='text'] {
  border: 1px solid #DBE1F4;
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
}

/* line 567, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
input[type='submit'] {
  border: 1px solid #AAB1C4;
  padding: 6px;
}

/* line 573, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper {
  margin: 24px 10% 32px;
  background: transparent linear-gradient(90deg, #1E66D8 0%, #2140A7 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 18px 20px #00000033;
  color: white;
  padding: 32px 48px;
  overflow-wrap: anywhere;
}

/* line 580, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper .authorName h2 {
  color: white;
  margin: 0;
}

/* line 581, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper .authorImageItem {
  float: right;
  margin-top: -32px;
  margin-left: 32px;
}

/* line 582, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper .authorImageItem img {
  width: 100%;
}

/* line 583, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper p {
  margin: 0 0 6px;
}

/* line 584, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper a[class*='-contact'] {
  display: inline-block;
  padding: 3px 0;
}

/* line 585, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.authorWrapper a[class='mail-contact']:before {
  background-position: 3px -108px;
}

/* line 586, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer a[class='tel-contact']:before, .authorWrapper a[class='tel-contact']:before {
  background-position: 3px -73px;
}

@media only screen and (max-width: 500px) {
  /* line 589, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .authorWrapper {
    margin: 24px 5% 32px;
    padding: 32px 24px;
  }
}
/* line 598, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
form .actions {
  text-align: center;
}

/* line 599, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
form .actions .btn {
  font-weight: normal;
}

/* line 600, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
form .title img {
  float: right;
  max-width: 50px;
  filter: invert(1);
  margin: -10px 0 6px 12px;
}

/* line 601, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
form .title {
  min-height: 42px;
  color: #1e3582;
  border-radius: 3px;
  padding: 6px 12px 6px;
  border-bottom: 1px solid #cbd1e4;
  margin-bottom: 8px;
}

/* line 611, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog.popped {
  max-width: 80%;
  padding: 0;
  display: block;
  bottom: unset;
}

/* line 618, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog {
  -webkit-box-shadow: -10px 28px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -10px 28px 40px 0 rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f6f9;
  position: fixed;
  width: 80%;
  max-width: 280px;
  border-radius: 2px;
  margin: 0 auto;
  z-index: 10000;
  overflow-y: initial !important;
  display: none;
  height: auto;
  padding: 12px;
  transform-style: preserve-3d;
}

/* line 637, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog p,
#dialog label {
  color: navy;
  font-size: 14px;
}

/* line 642, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog label {
  display: block;
  margin: 6px 0 -1px 0;
}

/* line 646, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog .actions {
  margin-bottom: 0;
}

/* line 649, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog form {
  box-sizing: border-box;
}

/* line 652, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog .body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

/* line 656, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog h2 {
  font-size: 16px;
  line-height: 1.1em;
  margin-top: 0px;
}

/* line 660, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog form .title {
  padding: 3px;
}

/* line 663, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#closeButton {
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  background-color: #0a1331;
  position: absolute;
  width: 28px;
  top: -38px;
  right: 0;
  text-align: center;
  height: 28px;
  line-height: 30px;
  cursor: pointer;
  background-image: url('/assets/img/close-0e588082d30021fbd9f55bd39b4c7573f0eba1de0b05a1f7c12552f4590f9c6c.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}

/* line 673, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
body {
  position: relative;
}

/* line 676, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.dark #veil {
  line-height: normal;
  background-color: black;
  opacity: 0.6;
  z-index: 1010;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 686, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#henleySocial ul {
  display: flex;
  margin-bottom: 24px;
}

/* line 688, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.event.eventFigures {
  background-color: #1E3582;
  color: white;
  font-size: 16px;
  margin-top: 33px;
}

/* line 694, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.event.eventFigures h2,
.event.eventFigures h3 {
  font-weight: 300;
  color: white;
  border-bottom: none;
}

/* line 701, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a[class*='-contact']:before,
a[class*='-share'] {
  float: right;
  padding: 1px 2px 1px 32px;
  background: transparent url('/assets/img/vert-sprites-2020-1658878dd6903a9247db0c9dfb7c3de1e9f35b579f5585d901fde4014871fe97.png') 0px 0px no-repeat;
  background-size: 28px auto;
  width: auto;
  line-height: 30px;
  color: transparent !important;
  width: 0;
  margin-right: 16px;
}

/* line 712, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.event.eventFigures .iconed {
  margin: 0  12px 0 40px;
  position: relative;
}

/* line 714, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed,
.eventFigures .iconed:before {
  position: absolute;
  left: -38px;
  display: block;
  content: '';
  height: 32px;
  width: 64px;
  background: transparent url('/assets/img/vert-sprites-2020-1658878dd6903a9247db0c9dfb7c3de1e9f35b579f5585d901fde4014871fe97.png') 0px 0px no-repeat;
  background-size: 28px auto;
}

/* line 724, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed {
  left: 0;
  position: relative;
  display: inline-block;
  background-color: #1e3582;
  border: 4px solid #ffce00;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  background-position: 7px -512px;
  background-size: 42px auto;
}

/* line 735, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventFigures .flexRow {
  flex-wrap: wrap;
  align-items: center;
}

/* line 740, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.eventFigures .flexData {
  flex: 1 0 164px;
  margin: 12px 0;
}

/* line 745, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.iconed.date::before {
  background-position: 0 -386px;
  filter: sepia(91%) saturate(1357%) hue-rotate(0deg) brightness(112%) contrast(105%);
}

/* line 749, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.iconed.wallet::before {
  background-position: 0 -446px;
}

/* line 750, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.iconed.time::before {
  background-position: 0 -480px;
}

/* line 751, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.iconed.location::before {
  background-position: 0 -512px;
}

/* line 753, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.management {
  background-position: 7px -816px;
}

/* line 754, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.leader {
  background-position: 7px -958px;
}

/* line 755, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.hr {
  background-position: 7px -910px;
}

/* line 756, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.collaboration {
  background-position: 7px -864px;
}

/* line 757, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.date {
  background-position: 7px -572px;
}

/* line 759, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.diploma {
  background-position: 7px -1004px;
}

/* line 760, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.groups {
  background-position: 7px -1100px;
}

/* line 761, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.increase {
  background-position: 7px -1052px;
}

/* line 762, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
i.iconed.video {
  background-position: 7px -1148px;
}

/* line 764, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper a[class*='-share'],
a[class*='-contact']:before,
#henleySocial a[class*='-share'] {
  border: 1px solid #aab1c4;
  border-radius: 50%;
  background-position-x: 3px;
}

/* line 771, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a[class*='-contact'] {
  color: white;
}

/* line 772, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a[class*='-contact']:before {
  content: ' ';
  height: 18px;
  float: left;
  padding: 2px;
  width: 18px;
  background-position: 1px 0;
  background-size: 16px auto;
  margin-right: 8px;
}

/* line 783, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper a.em-share {
  background-position: 0 -192px;
  border: 0;
}

/* line 784, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a.ig-share {
  background-position: 0 -320px;
}

/* line 785, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a.xi-share {
  background-position: 0 -160px;
}

/* line 786, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a.li-share {
  background-position: 0 -96px;
}

/* line 787, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
a.tw-share {
  background-position: 0 -64px;
}

/* line 789, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer a.tel-contact {
  color: white;
}

/* line 793, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
address {
  font-style: normal;
}

/* line 794, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#footer nav li a {
  padding-right: 24px;
  background: transparent url('/assets/img/vert-sprites-2020-1658878dd6903a9247db0c9dfb7c3de1e9f35b579f5585d901fde4014871fe97.png') right -174px no-repeat;
  background-size: 14px auto;
}

/* line 823, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#hubSpotSideBarBtns {
  text-align: center;
}

/* line 824, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#hubSpotSideBarBtns .flexRow {
  flex-wrap: wrap;
  margin: 0 -6px 8px;
}

/* line 825, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#hubSpotSideBarBtns .flexRow .btn {
  flex: 1 0 100px;
  display: flex;
}

/* line 826, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#hubSpotSideBarBtns .flexRow .btn .btnInner {
  align-self: center;
}

/* line 827, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#hubSpotSideBarBtns .stretchBtn {
  margin-bottom: 6px;
}

/* line 830, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
aside {
  display: flex;
  flex-direction: column;
}

/* line 831, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
aside .custom1 {
  order: -1;
  margin-top: 24px;
}

/* line 834, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyOldStyleQuote {
  background-color: #1e3582;
  quotes: '\201c' '\201d';
}

/* line 835, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyOldStyleQuote blockquote p {
  position: relative;
  color: #f4f5f9;
  font-size: 38px;
  text-align: center;
  max-width: 800px;
  margin: 0 48px;
  padding: 64px 52px 0 52px;
  quotes: "\201C" "\201D";
  margin: auto;
  line-height: normal;
  font-weight: bold;
}

/* line 840, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyOldStyleQuote p::after, .henleyOldStyleQuote p::before {
  color: #ffce00;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 102px;
}

/* line 848, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyOldStyleQuote p::before {
  content: '“';
  left: 0;
  top: 48px;
}

/* line 849, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyOldStyleQuote p::after {
  content: '”';
  right: 0;
  bottom: 0px;
}

/* line 850, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyOldStyleQuote .henleyQuoter {
  text-align: center;
  font-size: 22px;
  color: #f4f5f9;
  padding-bottom: 64px;
}

/* line 852, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote {
  background-color: #2A75EB;
  position: relative;
  overflow: hidden;
}

/* line 857, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote .content {
  position: relative;
}

/* line 860, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote .hqWrapper {
  max-width: 800px;
  padding: 64px 32px 0 256px;
  quotes: "\201C" "\201D";
}

/* line 863, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote .hqbg {
  display: block;
  background-image: url('/assets/img/henley-h-s-d4fa26af87dda65e54a64e433b402ae7ca9877c69637a0b63ef75f0017196a85.png');
  background-repeat: repeat;
  background-repeat: space;
  background-size: 2rem;
  z-index: 1;
  position: absolute;
  left: 42px;
  top: 8px;
  height: 100%;
  width: 192px;
}

/* line 875, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote blockquote {
  margin: 0;
}

/* line 878, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote blockquote p {
  position: relative;
  color: #f4f5f9;
  font-size: 28px;
  text-align: left;
  line-height: normal;
  font-weight: bold;
}

/* line 882, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henleyQuote .henleyQuoter {
  text-align: left;
  font-size: 22px;
  color: #f4f5f9;
  padding-bottom: 64px;
}

@media only screen and (max-width: 820px) {
  /* line 888, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henleyQuote .hqbg {
    width: 96px;
  }

  /* line 891, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henleyQuote .hqWrapper {
    padding-left: 132px;
  }

  /* line 894, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henleyQuote .hqbg {
    left: 24px;
  }

  /* line 897, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henleyQuote blockquote p {
    font-size: 22px;
  }

  /* line 900, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henleyQuote .henleyQuoter {
    font-size: 20px;
  }
}
/* line 906, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 907, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 910, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henley.list {
  list-style: none;
}

/* line 911, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henley.list li::before {
  position: absolute;
  background-color: #ffcd00;
  display: block;
  height: .25rem;
  left: 0;
  margin-right: .5rem;
  width: 1rem;
  top: .75rem;
  content: "";
}

/* line 923, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.henley.list li {
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  font-size: 1.125rem;
}

/* line 931, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
ul.henley.list ul li {
  list-style-type: none;
}

/* line 934, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.statBox {
  padding: 24px;
  background-color: #01113a;
  background-color: #ffce00;
  margin: 0 12px;
  text-align: center;
  color: white;
  color: navy;
  width: 120px;
}

/* line 946, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.statBox .title {
  font-size: 16px;
}

/* line 949, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.statBox .stat {
  font-size: 22px;
}

/* line 954, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#cookieNotice a {
  color: white;
}

/* line 957, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#cookieNotice a:hover {
  text-decoration: underline;
}

/* line 960, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#cookieNotice {
  background-color: #418fde;
  z-index: 5000;
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  min-height: 72px;
  display: none;
}

/* line 968, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog #popupCloseButton {
  background: #282b30 url('/assets/img/close-icon-f8133768ef99e33da7a6587f80e913f6ccbe0c1d8fc91cae3e424d0f928a993f.svg') center center no-repeat;
  background-size: 54px auto;
  color: transparent;
}

/* line 973, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog #cookieNotice {
  position: relative;
}

/* line 976, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#dialog .dialogAgreement {
  font-size: 10px;
}

/* line 979, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.cookie-notice #cookieNotice {
  display: block;
}

/* line 980, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.remove-cookie-notice #cookieNotice {
  display: none;
}

/* line 981, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#cookieNotice .content {
  padding: 12px 32px 8px;
}

/* line 984, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
#cookieNoticeOff {
  float: right;
  color: white;
  padding-left: 32px;
  margin-bottom: 6px;
}

/* line 992, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.pagination .page-link {
  color: #0a1331;
}

/* line 995, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.page-item.active .page-link {
  background-color: #0a3685;
  border-color: #0a1331;
}

/* line 999, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.page-link:hover {
  background-color: #dee2e6;
}

/* line 1004, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.sidebar.normal h2 {
  font-size: 20px;
  text-align: center;
  padding: 24px 0px;
}

/* line 1012, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.doc {
  margin-top: 32px;
}

/* line 1013, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
.doc .doc-inner {
  border-radius: 0;
  padding: 12px 32px;
  background-color: #ebecf3;
}

@media only screen and (max-width: 820px) {
  /* line 1015, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henley.list li {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  /* line 1016, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  .henley.list li::before {
    top: -8px;
  }

  /* line 1017, /home/bl/henley/app/assets/stylesheets/semi_static/custom.scss */
  ul.henley.list {
    padding-left: 0;
  }
}

#custom-banner-wrapper::before {
  background: linear-gradient(90deg,#0a3685 .91%,rgba(30,53,130,0));
  position: absolute; top: 0; bottom: 0; left: 0;
  width: 50%; content: " ";
  z-index: 1;
}
#custom-banner{
  max-width: 1400px; height: 350px;
  position: relative;
  margin:auto;
}
#custom-banner-wrapper{
  top: 120px;
  margin: auto 0; height: 350px;
  background: url('/assets/img/henley-business-school-munich-location.jpg') 10% center no-repeat;
  background-size: cover;
  background-color: #122257;
  position: relative;
}
#tag-wrapper{top: 10px;}
#frame{margin-top: 0px;}
#custom-banner .inner{
  position: relative;
  max-width: 1400px; margin: auto;
  padding: 24px;
  z-index: 7;
  top: 46px;
}
#custom-banner .inner h1{
  line-height: 1;
  margin: 0;
  color: #ffce00;
  background: none;
  font-size: 50px;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
}
#custom-banner .inner h2{
  line-height: 1;
  color: white;
}
#additionalItem .boiler{ padding: 32px 0 0 0; max-width: 500px;}
#bannerBoxes .pictureCard{
  margin: 12px;
}
.bgRow.contrast{background-color: #eceff8;}
#event-row-wrapper{
  padding-top: 12px;
}
#programs{margin-top: 120px;}
#programs-row{
  padding: 24px;
}
#programs-row .flexRow .item{
  border: 8px solid #eceff8;
  box-sizing: border-box;
  width: 20%;
  flex-grow: 1;
  min-height: 10px;
  background-color: #0a3685;
}
#programs-row .flexRow{
  flex-flow: row-reverse wrap-reverse;
  box-sizing: border-box;
  margin: 0 -8px;
}
#events-row .flexRow{
  flex-flow: row-reverse wrap-reverse;
}
#testi-row-wrapper{
  margin: 32px auto;
}
#featured-row-wrapper{
  background-color: white;
  padding: 0 0 32px 0;
}
#testi-row-wrapper .testimonial_wrapper{
  margin-bottom: 24px;
}
.testimonial_wrapper .entry{
  background-color: white;
}
.testimonial_wrapper .entry .img{
  position: relative;
  z-index: 10;
}
.testimonial_wrapper .entry .more{
  margin-top: 0; float: none; display: block;
}
.testimonial_wrapper figure{
  float: right;
  margin-right: 6px;
}
.testimonial_wrapper figure img{
  width: 128px;
  height: 156px;
  object-fit: cover;
}
.testimonial_wrapper h3{
  color: navy; font-size: 20px;
}
.testimonial_wrapper h4{
  color: navy; margin-top: 18px;
}
.testimonial_wrapper .image_wrapper::after {
  top: 24px;
  right: 14px;
}
#featured-row-wrapper .flexRow.images{
  justify-content: space-between;
  min-height: 77px;
}
#featured-row-wrapper img{
  max-width: 107px;
  -webkit-animation: appear 3s;
  animation: appear 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 856px) {
  #programs-row .flexRow .item{width: 33.3%;}
}
@media only screen and (max-width: 820px) {
  #programs{margin-top: 90px;}
  #custom-banner-wrapper{top: 90px; background: url('/assets/img/henley-business-school-munich-location_1.jpg') center center no-repeat;}
  #bannerBoxes .pictureCard{width: 90%;}
  #custom-banner .inner h1{font-size: 44px;}
  #custom-banner-wrapper::before {
    background: linear-gradient(145deg,#132150 .91%,rgba(30,53,130,0));
    width: 65%;
  }
}

@media only screen and (max-width: 580px) {
  #programs-row .flexRow .item{width: 50%;}
  #custom-banner-wrapper{height: auto; background: url('/assets/img/henley-business-school-munich-location_2.jpg') center center no-repeat;}
  #mainTitle h2{font-size: 20px;}
  #custom-banner .inner{top: 0px;}
  #custom-banner .inner.flexRow{
    top: 0;
    flex-flow: column;
  }
}
@media only screen and (max-width: 470px) {
  #additionalItem .boiler{ padding-top: 20px;}
}
@media only screen and (max-width: 400px) {
  #programs-row .flexRow .item{width: auto;}
  .boiler .btn{font-size: 12px;}
  .boiler .btn.download{
    padding: 2px 32px 2px 16px;
    background-size: 18px 18px;
    background-position: right 8px center;
  }
}
@-webkit-keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }  
}
@keyframes appear {
 0% { opacity: 0; }
 100% { opacity: 1; }  
}


.boiler .btn{
  margin: 6px;
}
.downloadButtons{
  margin-top: 12px;
}




.header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .logo {
            width: 60px;
            height: 60px;
            background: #ff6b35;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-weight: bold;
            font-size: 24px;
            position: relative;
            z-index: 1;
        }

        .header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
            color: #fff;
        }

        .header p {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .form-container {
            padding: 50px;
            background: white;
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 30px;
        }

        .form-group {
            position: relative;
        }

        .form-group.full-width {
            grid-column: span 2;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2a5298;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e1e8ed;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8fafc;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #2a5298;
            background: white;
            box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.1);
            transform: translateY(-2px);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .checkbox-group {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 30px;
        }

        .checkbox-group input[type="checkbox"] {
            width: 20px;
            height: 20px;
            accent-color: #2a5298;
        }

        .checkbox-group label {
            font-weight: normal;
            color: #666;
            text-transform: none;
            letter-spacing: normal;
            margin-bottom: 0;
        }

        .submit-btn {
            background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
            color: white;
            padding: 18px 40px;
            border: none;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 30px;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(42, 82, 152, 0.3);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        .submit-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .submit-btn:hover::before {
            left: 100%;
        }

        .success-message {
            background: #d4edda;
            color: #155724;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid #c3e6cb;
            display: none;
        }

        .error-message {
            background: #f8d7da;
            color: #721c24;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid #f5c6cb;
            display: none;
        }

        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .form-container {
                padding: 30px 20px;
            }
            
            .header {
                padding: 30px 20px;
            }
            
            .header h1 {
                font-size: 2rem;
            }
        }

        /* Loading animation */
        .loading {
            display: none;
            width: 20px;
            height: 20px;
            border: 2px solid #ffffff;
            border-top: 2px solid transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-right: 10px;
        }

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

        .submit-btn.loading {
            pointer-events: none;
            opacity: 0.8;
        }

        .submit-btn.loading .loading {
            display: inline-block;
        }