@charset "UTF-8";
/* Grid Gutters */
/* Set this if needed: it's output as an em/rem value */
/*
  
  #1: 'Automagic' Columns
  
  Define these vars for when it's 'normally' acceptable to break content into these column widths.
  When using grid-x-cols they will 'advance' as content will 'normally' fit into these columns, eg.
  
  grid-6-cols will:
  
  - break to halves at the 'half' breakpoint
  - break to thirds at the 'third' breakpoint
  - break to quarters at the 'quart' breakpoint
  - break to sixths at the 'sixth' breakpoint
  
*/
/* Outer Page Wrapper Width */
/* 
==========================================================================
Common mixins and classes
*/
/* ==========================================================================
   @font-face includes
   ========================================================================== */
/*
@mixin font-secondary-bold {
}
*/
/*
@mixin font-sans {
}

@mixin font-sans-secondary {
}

@mixin font-icon {
}
*/
[class^="grid"] {
  clear: both;
  padding: 0;
  margin: 0 0.8em;
  margin: 0 -0.8rem; }
  [class^="grid"]:after {
    content: '';
    display: table;
    clear: both; }
  [class^="grid"] > * {
    display: block;
    float: left;
    list-style-type: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.8em;
    padding: 0 0.8rem; }

@media (min-width: 35em) {
  .grid-spaced {
    margin: 0 -1.6em;
    margin: 0 -1.6rem; }
    .grid-spaced > * {
      padding: 0 1.6em;
      padding: 0 1.6rem; } }

@media (min-width: 20em) {
  .grid-compact {
    margin: 0 -0.4em;
    margin: 0 -0.4rem; }
    .grid-compact > * {
      padding: 0 0.4em;
      padding: 0 0.4rem; } }

.grid-flush {
  margin: 0;
  margin: 0; }
  .grid-flush > * {
    padding: 0;
    padding: 0; }

.grid-flexbox {
  display: flex; }

[class^="col-"] {
  display: block;
  float: left;
  clear: none; }

[class^="grid-"] [class^="col-"] {
  clear: none !important; }

@media (min-width: 35em) {
  .grid-2-cols > * {
    width: 50%; }
    .grid-2-cols > *:nth-child(n) {
      clear: none; }
    .grid-2-cols > *:nth-child(2n + 3) {
      clear: left; }

  .col-1\/2:nth-child(n) {
    width: 50%; } }
@media (min-width: 47.5em) {
  .grid-3-cols > * {
    width: 33.3323333333%; }
    .grid-3-cols > *:nth-child(n) {
      clear: none; }
    .grid-3-cols > *:nth-child(3n + 4) {
      clear: left; }

  .col-1\/3:nth-child(n) {
    width: 33.3323333333%; }

  .col-2\/3:nth-child(n) {
    width: 66.6656666667%; } }
@media (min-width: 35em) {
  .grid-4-cols > * {
    width: 50%; }
    .grid-4-cols > *:nth-child(n) {
      clear: none; }
    .grid-4-cols > *:nth-child(2n + 3) {
      clear: left; } }
@media (min-width: 62.5em) {
  .grid-4-cols > * {
    width: 25%; }
    .grid-4-cols > *:nth-child(n) {
      clear: none; }
    .grid-4-cols > *:nth-child(4n + 5) {
      clear: left; }

  .col-1\/4:nth-child(n) {
    width: 25%; }

  .col-3\/4:nth-child(n) {
    width: 75%; } }
@media (min-width: 35em) {
  .grid-5-cols > * {
    width: 50%; }
    .grid-5-cols > *:nth-child(n) {
      clear: none; }
    .grid-5-cols > *:nth-child(2n + 3) {
      clear: left; } }
@media (min-width: 47.5em) {
  .grid-5-cols > * {
    width: 33.3323333333%; }
    .grid-5-cols > *:nth-child(n) {
      clear: none; }
    .grid-5-cols > *:nth-child(3n + 4) {
      clear: left; } }
@media (min-width: 70em) {
  .grid-5-cols > * {
    width: 20%; }
    .grid-5-cols > *:nth-child(n) {
      clear: none; }
    .grid-5-cols > *:nth-child(5n + 6) {
      clear: left; }

  .col-1\/5:nth-child(n) {
    width: 20%; }

  .col-2\/5:nth-child(n) {
    width: 40%; }

  .col-3\/5:nth-child(n) {
    width: 60%; }

  .col-4\/5:nth-child(n) {
    width: 80%; } }
@media (min-width: 35em) {
  .grid-6-cols > * {
    width: 50%; }
    .grid-6-cols > *:nth-child(n) {
      clear: none; }
    .grid-6-cols > *:nth-child(2n + 3) {
      clear: left; } }
@media (min-width: 47.5em) {
  .grid-6-cols > * {
    width: 33.3323333333%; }
    .grid-6-cols > *:nth-child(n) {
      clear: none; }
    .grid-6-cols > *:nth-child(3n + 4) {
      clear: left; } }
@media (min-width: 62.5em) {
  .grid-6-cols > * {
    width: 25%; }
    .grid-6-cols > *:nth-child(n) {
      clear: none; }
    .grid-6-cols > *:nth-child(4n + 5) {
      clear: left; } }
@media (min-width: 70em) {
  .grid-6-cols > * {
    width: 16.6656666667%; }
    .grid-6-cols > *:nth-child(n) {
      clear: none; }
    .grid-6-cols > *:nth-child(6n + 7) {
      clear: left; }

  .col-1\/6:nth-child(n) {
    width: 16.6656666667%; }

  .col-5\/6:nth-child(n) {
    width: 83.3323333333%; } }
@media (min-width: 20em) {
  .grid-2-cols\@s1 > * {
    width: 50%; }
    .grid-2-cols\@s1 > *:nth-child(n) {
      clear: none; }
    .grid-2-cols\@s1 > *:nth-child(2n + 3) {
      clear: left; }

  .col-1\/2\@s1:nth-child(n) {
    width: 50%; }

  .col-1\/2\@s1:nth-child(n) {
    width: 50%; } }
@media (min-width: 20em) {
  .grid-3-cols\@s1 > * {
    width: 33.3323333333%; }
    .grid-3-cols\@s1 > *:nth-child(n) {
      clear: none; }
    .grid-3-cols\@s1 > *:nth-child(3n + 4) {
      clear: left; }

  .col-1\/3\@s1:nth-child(n) {
    width: 33.3323333333%; }

  .col-2\/3\@s1:nth-child(n) {
    width: 66.6656666667%; } }
@media (min-width: 20em) {
  .grid-4-cols\@s1 > * {
    width: 25%; }
    .grid-4-cols\@s1 > *:nth-child(n) {
      clear: none; }
    .grid-4-cols\@s1 > *:nth-child(4n + 5) {
      clear: left; }

  .col-1\/4\@s1:nth-child(n) {
    width: 25%; }

  .col-3\/4\@s1:nth-child(n) {
    width: 75%; } }
@media (min-width: 20em) {
  .grid-5-cols\@s1 > * {
    width: 20%; }
    .grid-5-cols\@s1 > *:nth-child(n) {
      clear: none; }
    .grid-5-cols\@s1 > *:nth-child(5n + 6) {
      clear: left; }

  .col-1\/5\@s1:nth-child(n) {
    width: 20%; }

  .col-2\/5\@s1:nth-child(n) {
    width: 40%; }

  .col-3\/5\@s1:nth-child(n) {
    width: 60%; }

  .col-4\/5\@s1:nth-child(n) {
    width: 80%; } }
@media (min-width: 35em) {
  .grid-2-cols\@s2 > * {
    width: 50%; }
    .grid-2-cols\@s2 > *:nth-child(n) {
      clear: none; }
    .grid-2-cols\@s2 > *:nth-child(2n + 3) {
      clear: left; }

  .col-1\/2\@s2:nth-child(n) {
    width: 50%; }

  .col-1\/2\@s2:nth-child(n) {
    width: 50%; } }
@media (min-width: 35em) {
  .grid-3-cols\@s2 > * {
    width: 33.3323333333%; }
    .grid-3-cols\@s2 > *:nth-child(n) {
      clear: none; }
    .grid-3-cols\@s2 > *:nth-child(3n + 4) {
      clear: left; }

  .col-1\/3\@s2:nth-child(n) {
    width: 33.3323333333%; }

  .col-2\/3\@s2:nth-child(n) {
    width: 66.6656666667%; } }
@media (min-width: 35em) {
  .grid-4-cols\@s2 > * {
    width: 25%; }
    .grid-4-cols\@s2 > *:nth-child(n) {
      clear: none; }
    .grid-4-cols\@s2 > *:nth-child(4n + 5) {
      clear: left; }

  .col-1\/4\@s2:nth-child(n) {
    width: 25%; }

  .col-3\/4\@s2:nth-child(n) {
    width: 75%; } }
@media (min-width: 35em) {
  .grid-5-cols\@s2 > * {
    width: 20%; }
    .grid-5-cols\@s2 > *:nth-child(n) {
      clear: none; }
    .grid-5-cols\@s2 > *:nth-child(5n + 6) {
      clear: left; }

  .col-1\/5\@s2:nth-child(n) {
    width: 20%; }

  .col-2\/5\@s2:nth-child(n) {
    width: 40%; }

  .col-3\/5\@s2:nth-child(n) {
    width: 60%; }

  .col-4\/5\@s2:nth-child(n) {
    width: 80%; } }
@media (min-width: 47.5em) {
  .grid-2-cols\@s5 > * {
    width: 50%; }
    .grid-2-cols\@s5 > *:nth-child(n) {
      clear: none; }
    .grid-2-cols\@s5 > *:nth-child(2n + 3) {
      clear: left; }

  .col-1\/2\@s5:nth-child(n) {
    width: 50%; }

  .col-1\/2\@s5:nth-child(n) {
    width: 50%; } }
@media (min-width: 47.5em) {
  .grid-3-cols\@s5 > * {
    width: 33.3323333333%; }
    .grid-3-cols\@s5 > *:nth-child(n) {
      clear: none; }
    .grid-3-cols\@s5 > *:nth-child(3n + 4) {
      clear: left; }

  .col-1\/3\@s5:nth-child(n) {
    width: 33.3323333333%; }

  .col-2\/3\@s5:nth-child(n) {
    width: 66.6656666667%; } }
@media (min-width: 47.5em) {
  .grid-4-cols\@s5 > * {
    width: 25%; }
    .grid-4-cols\@s5 > *:nth-child(n) {
      clear: none; }
    .grid-4-cols\@s5 > *:nth-child(4n + 5) {
      clear: left; }

  .col-1\/4\@s5:nth-child(n) {
    width: 25%; }

  .col-3\/4\@s5:nth-child(n) {
    width: 75%; } }
@media (min-width: 47.5em) {
  .grid-5-cols\@s5 > * {
    width: 20%; }
    .grid-5-cols\@s5 > *:nth-child(n) {
      clear: none; }
    .grid-5-cols\@s5 > *:nth-child(5n + 6) {
      clear: left; }

  .col-1\/5\@s5:nth-child(n) {
    width: 20%; }

  .col-2\/5\@s5:nth-child(n) {
    width: 40%; }

  .col-3\/5\@s5:nth-child(n) {
    width: 60%; }

  .col-4\/5\@s5:nth-child(n) {
    width: 80%; } }
@media (min-width: 60em) {
  .grid-2-cols\@s6 > * {
    width: 50%; }
    .grid-2-cols\@s6 > *:nth-child(n) {
      clear: none; }
    .grid-2-cols\@s6 > *:nth-child(2n + 3) {
      clear: left; }

  .col-1\/2\@s6:nth-child(n) {
    width: 50%; }

  .col-1\/2\@s6:nth-child(n) {
    width: 50%; } }
@media (min-width: 60em) {
  .grid-3-cols\@s6 > * {
    width: 33.3323333333%; }
    .grid-3-cols\@s6 > *:nth-child(n) {
      clear: none; }
    .grid-3-cols\@s6 > *:nth-child(3n + 4) {
      clear: left; }

  .col-1\/3\@s6:nth-child(n) {
    width: 33.3323333333%; }

  .col-2\/3\@s6:nth-child(n) {
    width: 66.6656666667%; } }
@media (min-width: 60em) {
  .grid-4-cols\@s6 > * {
    width: 25%; }
    .grid-4-cols\@s6 > *:nth-child(n) {
      clear: none; }
    .grid-4-cols\@s6 > *:nth-child(4n + 5) {
      clear: left; }

  .col-1\/4\@s6:nth-child(n) {
    width: 25%; }

  .col-3\/4\@s6:nth-child(n) {
    width: 75%; } }
@media (min-width: 60em) {
  .grid-5-cols\@s6 > * {
    width: 20%; }
    .grid-5-cols\@s6 > *:nth-child(n) {
      clear: none; }
    .grid-5-cols\@s6 > *:nth-child(5n + 6) {
      clear: left; }

  .col-1\/5\@s6:nth-child(n) {
    width: 20%; }

  .col-2\/5\@s6:nth-child(n) {
    width: 40%; }

  .col-3\/5\@s6:nth-child(n) {
    width: 60%; }

  .col-4\/5\@s6:nth-child(n) {
    width: 80%; } }
@media (min-width: 80em) {
  .grid-2-cols\@s8 > * {
    width: 50%; }
    .grid-2-cols\@s8 > *:nth-child(n) {
      clear: none; }
    .grid-2-cols\@s8 > *:nth-child(2n + 3) {
      clear: left; }

  .col-1\/2\@s8:nth-child(n) {
    width: 50%; }

  .col-1\/2\@s8:nth-child(n) {
    width: 50%; } }
@media (min-width: 80em) {
  .grid-3-cols\@s8 > * {
    width: 33.3323333333%; }
    .grid-3-cols\@s8 > *:nth-child(n) {
      clear: none; }
    .grid-3-cols\@s8 > *:nth-child(3n + 4) {
      clear: left; }

  .col-1\/3\@s8:nth-child(n) {
    width: 33.3323333333%; }

  .col-2\/3\@s8:nth-child(n) {
    width: 66.6656666667%; } }
@media (min-width: 80em) {
  .grid-4-cols\@s8 > * {
    width: 25%; }
    .grid-4-cols\@s8 > *:nth-child(n) {
      clear: none; }
    .grid-4-cols\@s8 > *:nth-child(4n + 5) {
      clear: left; }

  .col-1\/4\@s8:nth-child(n) {
    width: 25%; }

  .col-3\/4\@s8:nth-child(n) {
    width: 75%; } }
@media (min-width: 80em) {
  .grid-5-cols\@s8 > * {
    width: 20%; }
    .grid-5-cols\@s8 > *:nth-child(n) {
      clear: none; }
    .grid-5-cols\@s8 > *:nth-child(5n + 6) {
      clear: left; }

  .col-1\/5\@s8:nth-child(n) {
    width: 20%; }

  .col-2\/5\@s8:nth-child(n) {
    width: 40%; }

  .col-3\/5\@s8:nth-child(n) {
    width: 60%; }

  .col-4\/5\@s8:nth-child(n) {
    width: 80%; } }
.col-reverse {
  float: right; }

.col-full {
  width: 100%;
  clear: both; }

/*
  
  This is used to undo some of the base styles we set (in ../_core/_set-basic.scss) for: 
  - browsers that can't understand media queries
  - and/or aren't [gt IE 8]
  
*/
body {
  z-index: 1;
  margin: 0 auto;
  max-width: none; }
  @media screen {
    body {
      background: #f4f5f7; } }

img {
  display: block;
  max-width: 100%;
  max-height: none;
  height: auto;
  margin: 0 auto; }

.accordion {
  position: relative;
  margin: 4rem 0;
  clear: both;
  border-bottom: 1px solid #ddd; }
  .accordion * {
    box-sizing: content-box; }

.accordion-item {
  display: block;
  clear: both;
  border-top: 1px solid #ddd; }
  .accordion-item header h1, .accordion-item header .h1, .accordion-item header h2, .accordion-item header .h2, .accordion-item header h3, .accordion-item header .h3, .accordion-item header h4, .accordion-item header .h4, .accordion-item header h5, .accordion-item header .h5, .accordion-item header h6, .accordion-item header .h6 {
    margin: 0;
    display: inline;
    color: #333; }

.accordion-toggle {
  display: block;
  position: relative;
  z-index: 1; }
  .accordion-toggle:after {
    content: '';
    display: table;
    clear: both; }
  .accordion-toggle .sub-super {
    margin-top: 0.5em;
    display: block;
    color: #555;
    text-decoration: none; }

.accordion-content {
  background: #eee;
  padding: 1em 1em 1.5em; }
  @media (min-width: 60em) {
    .accordion-content {
      padding: 1.5em 1.5em 2em; } }

.js .accordion-toggle {
  display: block;
  font-size: 1.1em;
  padding: 0.75em 0 0.5em 1em;
  text-decoration: none;
  border: 0;
  background: none;
  line-height: normal; }
  .js .accordion-toggle:before {
    display: block;
    float: left;
    content: '+';
    font-size: 1.5em;
    line-height: 1;
    color: #ccc;
    margin: -0.25em 0 0 -0.65em;
    width: 0.9em;
    height: 0.9em;
    padding: 0.05em 0.125em 0.2em;
    text-align: center;
    transition: transform 200ms linear;
    z-index: 0;
    box-sizing: content-box; }
  .js .accordion-toggle.is-toggled:before {
    transform: rotate(45deg); }
  .js .accordion-toggle:hover {
    text-decoration: underline; }
.js .accordion-toggle-gold {
  font-size: 1.35em;
  background: #dabd81;
  color: #444; }
  .js .accordion-toggle-gold:hover {
    text-decoration: none;
    background: #e0c795; }
  .js .accordion-toggle-gold:before {
    color: #fff; }
.js .js-accordion-content,
.js .accordion-content {
  display: none; }
  .js .js-accordion-content:after,
  .js .accordion-content:after {
    content: '';
    display: table;
    clear: both; }
  .js .js-accordion-content > *:first-child,
  .js .accordion-content > *:first-child {
    margin-top: 0; }
.js .js-accordion-content {
  padding-top: 1px; }

@keyframes pulsate {
  0% {
    transform: scale(0.9, 0.9); }
  50% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0.9, 0.9); } }
.ajax-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.5em;
  margin-top: -3.5em;
  width: 5.5em;
  height: 2.5em;
  padding: 2.75em 1em 2.25em;
  text-align: center;
  background: rgba(100, 120, 152, 0.8);
  color: #fff;
  z-index: 99;
  border-radius: 5em;
  font-size: 0.8em;
  animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  /*
    &:after {
  	  content: 'Loading...';
    }
  */ }
  .ajax-progress .throbber {
    display: none !important; }
  .ajax-progress .message {
    margin: 0 -0.5em; }

.banner {
  position: relative;
  padding: 2em 0;
  padding: 6.5vh 0;
  margin: 4rem 0;
  z-index: 0; }
  .banner a {
    text-decoration: none; }
    .banner a:not(.button):hover {
      text-decoration: underline; }
  .banner .link-bordered:hover {
    border-color: #fff; }
  .banner h1, .banner .h1, .banner h2, .banner .h2, .banner h3, .banner .h3, .banner h4, .banner .h4, .banner h5, .banner .h5, .banner h6, .banner .h6 {
    margin: 0.5rem 0; }
  .banner .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: 47.5% center;
    background-size: cover; }
    @media (min-width: 30em) {
      .banner .img {
        background-position: center center;
        background-size: cover; } }
    .banner .img ~ .wrap .content {
      max-width: 62.5%;
      margin-left: 0; }
      @media (min-width: 30em) {
        .banner .img ~ .wrap .content {
          max-width: 45%; } }
      .banner .img ~ .wrap .content * {
        color: #fff; }
  .banner-light .img ~ .wrap .content * {
    color: inherit; }
  .banner hr {
    width: 50%;
    margin-left: 0; }
  .banner + .panel {
    margin-top: 0; }

.header-banner {
  margin: 0; }
  .header-banner .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover; }
    .header-banner .img:after {
      content: "";
      display: block;
      position: absolute;
      background: url("../img/bg-mask-70p.png") center center;
      background-size: cover;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-position: 49% center;
      background-size: cover; }
      @media (min-width: 30em) {
        .header-banner .img:after {
          background-position: center center;
          background-size: cover; } }
    .header-banner .img ~ .wrap .content {
      position: relative;
      max-width: 75%;
      margin-left: 0;
      z-index: 2; }
      @media (min-width: 27.5em) {
        .header-banner .img ~ .wrap .content {
          max-width: 60%; } }
      @media (min-width: 50em) {
        .header-banner .img ~ .wrap .content {
          max-width: 50%; } }
      .header-banner .img ~ .wrap .content * {
        color: #fff; }

.border-category {
  display: block;
  padding-bottom: 0.25em;
  border-bottom: 0.125em solid #555;
  margin-bottom: 0.25em; }

.border-orange {
  border-color: #FF8C2D !important; }

.border-blue {
  border-color: #7385a3 !important; }

.grid-bordered-items .border-top {
  margin-top: 1em;
  border-top: 2px solid #ddd; }

nav.breadcrumbs {
  position: relative;
  margin: 1rem 0 0;
  font-size: 0.8em;
  color: #36507b; }
  nav.breadcrumbs .relative-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+1,efefef+100&0+0,1+80 */
    background: linear-gradient(to right, rgba(232, 234, 238, 0) 0%, rgba(232, 234, 238, 0.01) 1%, #e8eaee 80%, #e8eaee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8eaee', endColorstr='#e8eaee',GradientType=1 );
    /* IE6-9 */ }
  nav.breadcrumbs ul {
    padding-top: 0;
    padding-bottom: 1.25em;
    padding-right: 3rem;
    margin-top: 0.5em;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  nav.breadcrumbs li {
    display: inline;
    margin: 0 0.5em 1rem 0; }
    nav.breadcrumbs li:before {
      content: '❯';
      color: rgba(115, 133, 163, 0.35);
      padding-right: 0.5em; }
    nav.breadcrumbs li:first-child:before {
      display: none; }
  nav.breadcrumbs a {
    color: #36507b;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid rgba(115, 133, 163, 0.5); }
    nav.breadcrumbs a:hover {
      text-decoration: none;
      border-color: #36507b; }

button,
.button,
.button-alt,
.button-gold,
.button-grey,
.button-white,
.button-black,
*[type=submit] {
  position: relative;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 400;
  padding: 0.75em 1.2em;
  margin: 1em 0.25em 0.25em 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(100, 100, 100, 0.1);
  background: #555;
  color: #fff;
  line-height: normal;
  vertical-align: middle;
  border-radius: 0.15em; }
  button:hover,
  .button:hover,
  .button-alt:hover,
  .button-gold:hover,
  .button-grey:hover,
  .button-white:hover,
  .button-black:hover,
  *[type=submit]:hover {
    color: #fff;
    background: #484848;
    text-decoration: none; }

.button-alt {
  background: #dabd81; }
  .button-alt:hover {
    background: #d4b36d; }

/*
.button-red {
	@extend %button;
	background: $red;
	
	&:hover {
		background: darken($red, 5%);
	}
}
*/
.button-gold {
  background: #dabd81;
  color: #000; }
  .button-gold:hover {
    background: #d4b36d; }

.button-grey {
  background: #555;
  color: #fff; }
  .button-grey:hover {
    background: #555, 5%; }
    .button-grey:hover:after {
      color: #fff; }

.button-white {
  background: #fff;
  color: #555; }
  .button-white:hover {
    background: #555;
    color: #fff; }

.button-black {
  background: #000;
  color: #fff; }
  .button-black:hover {
    background: #0d0d0d;
    color: #fff; }

.button-big {
  font-size: 1.2em; }

.button-small {
  font-size: 0.75em; }

.button-tiny {
  font-size: 0.65em;
  padding: 0.35em 0.5em 0.3em; }

.button-pointy {
  text-decoration: none !important; }
  .button-pointy:after {
    position: relative;
    content: '»';
    padding-left: 0.35em;
    left: 0;
    transition: left 0.1s ease; }
  .button-pointy:hover:after {
    left: 0.1em; }

.button-plus:after {
  position: relative;
  content: '+';
  padding-left: 0.35em; }

.button-block {
  display: block; }

.button-multiline {
  font-family: 'Arial', sans-serif;
  font-size: 0.85em;
  padding: 1.5em;
  font-weight: bold;
  text-align: left; }
  .button-multiline strong {
    font-size: 1.4em;
    display: block;
    margin-bottom: 0.35em; }
  .button-multiline:hover strong {
    text-decoration: underline; }
  .button-multiline.button-pointy {
    padding-right: 3.5em; }
    .button-multiline.button-pointy:after {
      position: absolute;
      right: 0.25em;
      left: auto;
      top: 50%;
      margin-top: -0.75em;
      font-size: 3em;
      transition: right 0.1s ease; }
    .button-multiline.button-pointy:hover:after {
      right: 0.175em; }

.ajde_evcal_calendar .calendar_header p, .eventon_events_list .eventon_list_event .evcal_cblock, .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evcal_month_line p, .evo_clik_row .evo_h3, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
  font-family: 'Optima LT W01 Roman', serif; }

.ajde_evcal_calendar {
  font-family: 'Optima LT W01 Roman', serif; }

.calendar_header,
.evcal_event_title,
.evo_date,
.calendar_header .evo_month_title,
.eventon_events_list .evcal_desc .evcal_event_title {
  font-family: 'Arial', sans-serif; }

.header-account .block-commerce-cart > h2 {
  display: none; }
.header-account .block-commerce-cart > .content {
  margin: 0 auto;
  max-width: 1380px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 1.6em;
  padding: 0 1.6rem; }
  @media (min-width: 35em) {
    .header-account .block-commerce-cart > .content {
      padding: 0 1.6em;
      padding: 0 1.6rem; } }
  @media (min-width: 35em) {
    .header-account .block-commerce-cart > .content {
      padding: 0 10%; } }
  @media (min-width: 47.5em) {
    .header-account .block-commerce-cart > .content {
      padding: 0 1.6em;
      padding: 0 1.6rem; } }
  @media (min-width: 57.5em) {
    .header-account .block-commerce-cart > .content {
      padding: 0 5%; } }
  .header-account .block-commerce-cart > .content-bleed {
    margin: 0;
    max-width: 1380px;
    margin: 0 -0.8em;
    margin: 0 -0.8rem; }
    @media (min-width: 35em) {
      .header-account .block-commerce-cart > .content-bleed {
        margin: 0 -1.6em;
        margin: 0 -1.6rem; } }
    @media (min-width: 35em) {
      .header-account .block-commerce-cart > .content-bleed {
        margin: 0 -10%; } }
    @media (min-width: 47.5em) {
      .header-account .block-commerce-cart > .content-bleed {
        margin: 0 -3.5%; } }
    @media (min-width: 62.5em) {
      .header-account .block-commerce-cart > .content-bleed {
        margin: 0 auto; } }

.view-commerce-cart-form table th,
.view-commerce-cart-summary table th {
  display: none; }
  @media (min-width: 40em) {
    .view-commerce-cart-form table th,
    .view-commerce-cart-summary table th {
      display: table-cell;
      text-align: left; } }
.view-commerce-cart-form table td,
.view-commerce-cart-summary table td {
  display: block;
  font-size: 1.2em;
  padding: 0.2em 0.25em 0.5em; }
  @media (min-width: 40em) {
    .view-commerce-cart-form table td,
    .view-commerce-cart-summary table td {
      display: table-cell;
      font-size: 1em;
      padding: 1em;
      vertical-align: middle; } }
  .view-commerce-cart-form table td .form-item,
  .view-commerce-cart-summary table td .form-item {
    margin: 0; }
  .view-commerce-cart-form table td .form-submit,
  .view-commerce-cart-summary table td .form-submit {
    margin-top: 0.25em; }
  .view-commerce-cart-form table td.views-field-line-item-title,
  .view-commerce-cart-summary table td.views-field-line-item-title {
    font-size: 1.5em; }
    @media (min-width: 40em) {
      .view-commerce-cart-form table td.views-field-line-item-title,
      .view-commerce-cart-summary table td.views-field-line-item-title {
        font-size: 1.2em; } }
.view-commerce-cart-form table .views-field-commerce-unit-price span:before,
.view-commerce-cart-summary table .views-field-commerce-unit-price span:before {
  display: inline-block;
  content: 'Unit price: ';
  padding-right: 0.35em;
  font-weight: normal; }
  @media (min-width: 40em) {
    .view-commerce-cart-form table .views-field-commerce-unit-price span:before,
    .view-commerce-cart-summary table .views-field-commerce-unit-price span:before {
      display: none; } }
.view-commerce-cart-form table .views-field-quantity span:before,
.view-commerce-cart-summary table .views-field-quantity span:before {
  display: inline-block;
  content: 'Quantity: ';
  padding-right: 0.35em;
  font-weight: normal; }
  @media (min-width: 40em) {
    .view-commerce-cart-form table .views-field-quantity span:before,
    .view-commerce-cart-summary table .views-field-quantity span:before {
      display: none; } }
.view-commerce-cart-form table .views-field-commerce-total span,
.view-commerce-cart-summary table .views-field-commerce-total span {
  font-size: 1.35em;
  font-weight: 600; }
.view-commerce-cart-form .delete-line-item,
.view-commerce-cart-summary .delete-line-item {
  background: #822; }

.page-checkout legend {
  padding: 0;
  margin: 0;
  float: left; }
  .page-checkout legend + .fieldset-wrapper {
    clear: both; }
  .page-checkout legend span {
    display: block;
    padding: 4rem 0 2rem;
    font-family: 'Optima LT W01 Roman', serif;
    font-size: 1.35em;
    font-weight: 600; }
.page-checkout label {
  margin-bottom: 0.25em; }
.page-checkout .messages {
  clear: left; }

.customer_profile_shipping,
.customer_profile_billing {
  box-sizing: border-box;
  padding: 1em;
  background: rgba(87, 87, 87, 0.08); }
  @media (min-width: 47.5em) {
    .customer_profile_shipping,
    .customer_profile_billing {
      float: left;
      padding: 2em;
      width: 47.5%;
      margin-bottom: 2rem; } }

@media (min-width: 47.5em) {
  .customer_profile_billing {
    margin-left: 5%; } }

.checkout-buttons {
  margin: 4rem 0 2rem; }
  .checkout-buttons input {
    display: inline-block;
    margin: 0.5em 0.5em 0 0;
    padding: 0.5em 1em; }
  .checkout-buttons .button-operator,
  .checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back {
    display: none;
    vertical-align: middle;
    margin: 0.5em 0.5em 0 0;
    padding: 0 0 0 1em; }

.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: auto;
  min-width: 33%;
  margin-right: 0; }
  .commerce-order-handler-area-order-total .commerce-price-formatted-components td {
    display: table-cell;
    padding: 1em; }

.table-classification {
  position: relative;
  margin: 2rem 0; }
  .table-classification p {
    margin: 1rem 0 2rem; }
  .table-classification .title-subclass,
  .table-classification .title-division {
    font-size: 1.2em;
    margin: 1rem 0 3rem; }
    .table-classification .title-subclass:before,
    .table-classification .title-division:before {
      content: 'Sub-class:';
      display: block;
      background: #eee;
      text-transform: uppercase;
      font-size: 1rem;
      padding: 0.1em 0.25em; }
    @media (min-width: 62.5em) {
      .table-classification .title-subclass,
      .table-classification .title-division {
        font-size: inherit;
        margin: 0; } }
  .table-classification .title-division:before {
    display: none;
    background: none;
    content: '\00a0'; }
    @media (min-width: 62.5em) {
      .table-classification .title-division:before {
        display: block; } }
  .table-classification .title-order:before,
  .table-classification .content-order:before,
  .table-classification .image-order:before {
    content: '\00a0';
    text-transform: uppercase;
    font-size: 1rem;
    float: left; }
    @media (min-width: 47.5em) {
      .table-classification .title-order:before,
      .table-classification .content-order:before,
      .table-classification .image-order:before {
        float: none;
        display: block;
        background: #f9f9f9;
        padding: 0.1em 0.25em; } }
    @media (min-width: 62.5em) {
      .table-classification .title-order:before,
      .table-classification .content-order:before,
      .table-classification .image-order:before {
        background: #eee; } }
  @media (min-width: 47.5em) {
    .table-classification .row-order .title-order:before,
    .table-classification .row-order .content-order:before,
    .table-classification .row-order .image-order:before {
      display: none; } }
  @media (min-width: 47.5em) {
    .table-classification .row-order:first-child .title-order:before,
    .table-classification .row-order:first-child .content-order:before,
    .table-classification .row-order:first-child .image-order:before {
      display: block; } }
  .table-classification .row-order {
    margin-top: 1em; }
    @media (min-width: 47.5em) {
      .table-classification .row-order {
        margin-top: 0; } }
  .table-classification .title-order:before {
    content: 'Order:'; }
  .table-classification .title-order h4 {
    margin-bottom: 1rem; }
    @media (min-width: 25em) {
      .table-classification .title-order h4 {
        margin-bottom: 0.5rem; } }
  .table-classification .content-order:before {
    display: none; }
    @media (min-width: 47.5em) {
      .table-classification .content-order:before {
        content: 'Common Name:'; } }
  .table-classification .common-name {
    color: #aa8332;
    font-style: italic;
    margin: 0; }
    @media (min-width: 47.5em) {
      .table-classification .common-name {
        margin: 2rem 0 0; } }
  .table-classification .image-order figure {
    margin-top: 0; }
    .table-classification .image-order figure img {
      border-radius: 2px; }
    @media (min-width: 47.5em) {
      .table-classification .image-order figure {
        margin: 2rem 0 2rem; } }
  @media (min-width: 25em) {
    .table-classification .image-order {
      float: right;
      width: 45%; } }
  @media (min-width: 25em) {
    .table-classification .content-order {
      float: left;
      width: 50%; } }
  @media (min-width: 47.5em) {
    .table-classification .title-order:nth-child(n),
    .table-classification .content-order:nth-child(n),
    .table-classification .image-order:nth-child(n) {
      width: 33.3323333333%; } }

figure {
  margin: 2rem auto; }

.figure-bordered {
  border: 2px solid #eee; }

figcaption {
  display: block;
  font-size: 0.85em;
  margin: 0 auto 1em;
  padding: 0.75em 0.5rem;
  max-width: 100%;
  text-align: center;
  background: #fff; }
  @media (min-width: 47.5em) {
    figcaption {
      padding: 0.75em; } }
  figcaption p {
    margin: 0.25em 0; }
    figcaption p:only-child {
      margin: 0; }

@media (min-width: 25em) {
  .align-left {
    float: left;
    clear: left;
    max-width: 45%;
    margin: 0.5em 2em 1.5em 0; } }

@media (min-width: 25em) {
  .align-right {
    float: right;
    clear: right;
    max-width: 45%;
    margin: 0.5em 0 1.5em 2em; } }

@media (min-width: 75em) {
  .bleed-left {
    margin-left: -20%; } }
@media (min-width: 90em) {
  .bleed-left {
    margin-left: -36.5%; } }
@media (min-width: 75em) {
  .bleed-left {
    float: left; } }

@media (min-width: 75em) {
  .bleed-right {
    margin-right: -20%; } }
@media (min-width: 90em) {
  .bleed-right {
    margin-right: -36.5%; } }
@media (min-width: 75em) {
  .bleed-right {
    float: right; } }

/*
.bleed-left,
.bleed-right {
	@media (min-width: 75em) {
  	max-width: 45%;
		
		&.size-full {  		
  		width: 120%;
  		max-width: 120%;
		}
		
		&.size-medium {  		
  		width: 45%;
  		max-width: 45%;
		}
		
		&.size-small {  		
  		width: 30%;
  		max-width: 30%;
		}
	}
	
	@media (min-width: 90em) {
  	max-width: 60%;
		
		&.size-full {  		
  		width: 136.5%;
  		max-width: 136.5%;
		}
		
		&.size-medium {  		
  		width: 60%;
  		max-width: 60%;
		}
		
		&.size-small {  		
  		width: 30%;
  		max-width: 30%;
		}
	}
}
*/
/*
.bleed-x {
	@include bleed-left;
	@include bleed-right;
	margin-top: 2em;
	margin-bottom: 2em;
}
*/
@media (min-width: 10em) {
  .size-tiny {
    float: left;
    margin: 0.5em 2em 1.5em 0;
    width: 30%;
    max-width: 30%; }
    .size-tiny.align-right {
      float: right;
      margin: 0.5em 0 1.5em 2em; } }
@media (min-width: 47.5em), (min-width: 90em) {
  .size-tiny {
    width: 17.5%;
    max-width: 17.5%; } }

@media (min-width: 47.5em) {
  .size-small {
    width: 25%;
    max-width: 25%; } }
.size-small img {
  max-height: 50vh;
  width: auto !important; }

@media (min-width: 25em) {
  .size-medium {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 47.5em) {
  .size-medium {
    width: 45%;
    max-width: 45%; } }

@media (min-width: 25em) {
  .size-large {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 47.5em) {
  .size-large {
    max-width: 70rem;
    margin-left: 0; }
    .size-large.align-right {
      width: 70rem;
      max-width: 70%;
      margin: 0.5em 0 1.5em 2em; } }

@media (min-width: 47.5em) {
  .size-full {
    max-width: 100%; } }

@media (min-width: 47.5em) {
  blockquote.size-small,
  blockquote.align-left,
  blockquote.align-right {
    width: 35%;
    max-width: 35%;
    font-size: 1em; } }
@media (min-width: 75em) {
  blockquote.size-small,
  blockquote.align-left,
  blockquote.align-right {
    font-size: 1.2em; } }

@media (min-width: 47.5em) {
  blockquote.size-medium {
    width: 40%;
    max-width: 40%;
    font-size: 1.35em; } }
@media (min-width: 75em) {
  blockquote.size-medium {
    width: 50%;
    max-width: 50%;
    font-size: 1.5em; } }

.video-container,
.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1; }
  .video-container iframe,
  .iframe-container iframe {
    position: absolute;
    background: transparent;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important; }

.iframe-container {
  padding-bottom: 66%; }

.google-map {
  height: 10em;
  height: 75vh;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); }

.vcard a {
  text-decoration: none; }
.vcard img {
  display: inline-block;
  vertical-align: baseline;
  height: 1em; }

.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form textarea,
.form select {
  width: 100%;
  max-width: 25em;
  padding: 0.5em;
  margin: 0.25em 0 1em;
  border: 1px solid #ccc;
  color: #222; }
  .form input[type=text]:focus,
  .form input[type=number]:focus,
  .form input[type=email]:focus,
  .form input[type=password]:focus,
  .form input[type=search]:focus,
  .form input[type=tel]:focus,
  .form textarea:focus,
  .form select:focus {
    outline: none;
    border: 1px solid #555; }
.form select {
  border-color: rgba(0, 0, 0, 0.05);
  height: 3em; }

.form-item {
  margin: 1rem 0; }

.form-fields-inline select,
.form-fields-inline input,
.form-fields-inline button {
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em 0.25em 0.25em 0;
  width: auto; }
.form-fields-inline input[type=submit],
.form-fields-inline button {
  padding: 0.65em 1.2em; }

.form-search-mini input[type=text],
.form-search-mini input[type=search] {
  width: auto;
  margin: 0.25em 0.25em 0.25em 0; }
.form-search-mini button[type=submit] {
  margin: 0.25em 0.25em 0.25em 0;
  padding: 0.55em 0.75em; }

.no-js #ento-registration-form #summary-and-payment {
  display: none; }

.col-bordered-left {
  position: relative; }
  .col-bordered-left:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.4rem;
    top: 0;
    bottom: 0;
    border-left: 1px solid #eee; }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.5; }

.hamburger-box {
  width: 1em;
  height: 0.7em;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.05em; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 1em;
    height: 0.1em;
    background-color: #000;
    border-radius: 0.1em;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.3em; }
  .hamburger-inner::after {
    bottom: -0.3em; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-position: center center;
  vertical-align: baseline; }

.icon-download {
  background-image: url("../img/i-download.png"); }

.icon-arrow-down {
  background-image: url("../img/i-arrow-down.svg"); }

.list-icons {
  list-style-type: none;
  margin: 1em 0;
  padding: 0; }
  .list-icons li {
    margin: 0;
    padding: 0; }

.infostat {
  font-family: 'Arial', sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25; }
  @media (min-width: 60em) {
    .infostat {
      font-size: 1.85em; } }

.item {
  display: block;
  margin: 2rem auto;
  text-decoration: none;
  color: #555; }
  .item:after {
    content: '';
    display: table;
    clear: both; }
  .item > *,
  .item .item-heading {
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
    margin-bottom: 2rem; }
  .item a:not(.button) {
    text-decoration: none; }
  .item figure {
    margin-top: 0;
    margin-bottom: 2rem; }
    @media (min-width: 35em) {
      .item figure[class*='align-'] {
        margin-top: 2rem; } }
    @media (min-width: 60em) {
      .item figure.size-small {
        width: 30%;
        max-width: 30%; } }
    .item figure img {
      border-radius: 2px; }
  .item hr {
    margin: 2rem 0; }
  .item img {
    width: 100%; }
  .item time {
    margin-bottom: 0.25em; }
  .item p {
    color: #555;
    margin-bottom: 1rem; }
    .item p a:not(.button) {
      text-decoration: underline; }
    .item p:last-child {
      margin-bottom: 0; }
  .item blockquote {
    font-size: 1.35em; }
  .item .border-category {
    margin-top: 0;
    margin-bottom: 0.25em; }
  .item .label-category-plain {
    color: #666; }

a.item {
  text-decoration: none; }

a.item-heading:hover,
.item-heading a:hover {
  text-decoration: underline; }

@media (min-width: 47.5em) {
  .item-featured {
    font-size: 1.25em; }
    .item-featured .label-category-plain {
      font-size: 0.7em; } }

.inner {
  padding: 1em; }

.inner-padded {
  padding: 1em; }
  @media (min-width: 60em) {
    .inner-padded {
      padding: 1.5em; } }

.grid-compact .item {
  margin: 0.8rem auto; }

.inner-compact {
  margin: -1.5rem 0 0;
  padding: 0.5em 0.5em 1em; }
  .inner-compact > * {
    margin: 0.25em 0; }

.boxed {
  display: block;
  background-color: #fff; }

.boxed-inline {
  display: table; }

.boxed-padded {
  padding: 1em; }
  @media (min-width: 62.5em) {
    .boxed-padded {
      padding: 1.5em; } }

.boxed-grey {
  background: #f2f2f2; }

.boxed-blue {
  background: #7385a3;
  color: #fff; }
  .boxed-blue .heading {
    color: #fff; }

a.boxed-blue:hover .heading {
  color: #eee; }

.boxed-blue-light {
  background: #d9dde3; }

.boxed-blue-dark {
  background: #36507b; }

.boxed-gold {
  background: #dabd81; }

.boxed-gold-light {
  background: #ebdcbc; }

.wrap-content p, .wrap-content ul, .wrap-content ol, .wrap-content blockquote,
.fl-builder-content p,
.fl-builder-content ul,
.fl-builder-content ol,
.fl-builder-content blockquote {
  max-width: 70rem; }

.link-plain {
  color: #666; }

.link-block {
  text-decoration: none; }

.link-bordered {
  text-decoration: none !important;
  border-bottom: 1px dotted #36507b; }
  .link-bordered:hover {
    border-color: #36507b; }

ol.grid {
  list-style-type: none; }
  ol.grid > li {
    list-style-type: none; }
    ol.grid > li:before {
      display: none; }

.list-bordered {
  list-style-type: none;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee; }

.list-bordered-items {
  list-style-type: none;
  padding: 0; }
  .list-bordered-items > li {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    border-top: 1px solid #ddd; }
  .list-bordered-items a {
    border: 0; }
  .list-bordered-items.grid {
    max-width: none; }

.list-links a {
  color: #555;
  border: 0; }

.list-links-strong a {
  color: #555;
  border: 0;
  font-weight: bold; }

.list-bordered-column-items {
  max-width: none; }
  .list-bordered-column-items .item {
    margin: 0;
    padding: 1em 0 0; }
  .list-bordered-column-items .item-bordered {
    border-top: 1px solid #ddd; }
  .list-bordered-column-items li:first-child .item-bordered {
    border: 0; }
  @media (min-width: 35em) {
    .list-bordered-column-items li:first-child + li .item-bordered {
      border: 0; } }

.nav-site {
  position: relative;
  margin-bottom: 2em;
  z-index: 2;
  font-size: 1.2em; }
  .js .nav-site {
    display: none; }
  @media (min-width: 47.5em) {
    .nav-site {
      font-size: 1em;
      padding: 1em 0;
      float: right;
      width: 30%;
      padding: 0 0 0 1em;
      border-left: 1px solid #eee; }
      .js .nav-site {
        display: block !important; } }
  @media (min-width: 85em) {
    .nav-site {
      font-size: 1.2em; } }
  .nav-site h2 {
    display: none; }
  .nav-site a {
    display: block;
    text-transform: uppercase;
    padding: 0.35em 0;
    border-bottom: 1px solid #eee; }
    @media (min-width: 47.5em) {
      .nav-site a {
        padding: 0.2em 0; } }
  .nav-site li {
    position: relative; }
  .nav-site li:last-child a {
    border: none; }
  .nav-site ul ul {
    font-size: 0.9em;
    margin-bottom: 1em; }
    .js .nav-site ul ul {
      display: none; }
    @media (min-width: 47.5em) {
      .nav-site ul ul {
        display: none !important; } }
    .nav-site ul ul a {
      text-transform: none;
      padding-left: 1em; }
  .nav-site .toggle {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0 2rem 0 2em;
    background: none;
    cursor: pointer;
    z-index: 2;
    outline: none; }
    .nav-site .toggle:after {
      display: block;
      color: #dabd81;
      font-size: 3rem;
      content: '+';
      line-height: 1;
      padding: 0 0 0.2em;
      transition: transform 0.2s linear; }
    .nav-site .toggle:hover:after, .nav-site .toggle:focus:after {
      color: #555; }
    .nav-site .toggle.is-active:after {
      color: #626262;
      transform: rotate(-45deg); }
    @media (min-width: 47.5em) {
      .nav-site .toggle {
        display: none; } }

.nav-sub {
  margin: 1rem 0 3rem; }
  .js .nav-sub {
    display: none; }
  @media (min-width: 47.5em) {
    .js .nav-sub {
      display: block; } }
  .nav-sub ul {
    max-width: none; }
  .nav-sub li {
    display: inline-block; }
  .nav-sub a {
    display: block;
    margin: 0 0.1em 0.35em 0;
    padding: 0.35em 0.75em;
    background: #fff;
    text-decoration: none; }
    .nav-sub a:hover {
      background: #dabd81;
      color: #000; }

.pagination {
  list-style-type: none;
  margin: 5em 0 2em;
  font-size: 0.8em;
  padding: 0; }
  @media (min-width: 60em) {
    .pagination {
      font-size: 0.9em; } }
  .pagination li {
    display: inline-block;
    background: #fff;
    color: #222;
    padding: 0.5em 1em;
    margin: 1em 0 0.5em;
    font-weight: bold; }
  .pagination .pager-current {
    background: #dabd81;
    color: #fff; }
  .pagination a {
    border: 0;
    display: block;
    padding: 0.5em 1em;
    margin: -0.5em -1em;
    background: #fff;
    font-weight: normal; }
  .pagination .dots {
    color: #666; }

.panel {
  margin: 4rem 0;
  padding: 5vh 0; }
  .panel + .panel {
    margin-top: -4rem;
    /*
      Similar 'flush' alignment applies to .banner+.panel, see banners partial
    */ }
  main > .panel:last-child {
    margin-bottom: -4rem; }

.panel-white {
  background: #fff; }

.panel-blue-light {
  background: #e8eaee;
  color: #fff; }

.boxed-product-details {
  padding-top: 0.5em; }

.product-image {
  margin-top: 2rem; }
  @media (min-width: 22.5em) {
    .product-image {
      float: right;
      max-width: 40%;
      margin: 2rem 0 2em 2em; } }
  @media (min-width: 80em) {
    .product-image {
      max-width: 33%; } }

.product-price {
  margin: 0.5em 0;
  font-size: 2em;
  line-height: 1em;
  color: #36507b; }
  .product-price h2 {
    font-size: 0.5em;
    margin: 0.2em 0 0;
    color: #36507b; }

.product-author {
  color: #8292ad; }

.pullbox-product-details .boxed .inner {
  margin: 0;
  padding: 0.5em; }
  @media (min-width: 80em) {
    .pullbox-product-details .boxed .inner {
      padding: 0.75em; } }

.list-products .item figure {
  margin: 0.2em auto 0; }
@media (min-width: 10em) {
  .list-products figure.size-tiny + .item-details {
    margin-left: 35%; } }
@media (min-width: 47.5em) {
  .list-products figure.size-tiny + .item-details {
    margin-left: 21%; } }
@media (min-width: 25em) {
  .list-products figure.size-small + .item-details {
    margin-left: 50%; } }
@media (min-width: 47.5em) {
  .list-products figure.size-small + .item-details {
    margin-left: 35%; } }

.header-site {
  background: #fff;
  padding: 1.5em 0 0;
  margin-bottom: 2em; }
  @media (min-width: 47.5em) {
    .header-site {
      padding: 2em 0 0; } }
  .header-site:after {
    content: '';
    display: table;
    clear: both; }
  .header-site a {
    text-decoration: none; }
  .header-site .branding {
    padding-bottom: 0.5em; }
    .header-site .branding:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 47.5em) {
      .header-site .branding {
        float: left;
        width: 60%; } }
    .header-site .branding a:hover h1, .header-site .branding a:hover h2 {
      color: #aa8332; }
  .header-site .logo {
    float: left;
    max-width: 33%; }
    @media (min-width: 25em) {
      .header-site .logo {
        max-width: 10em; } }
    .header-site .logo img {
      max-height: 12em;
      max-width: 100%; }
    @media (min-width: 85em) {
      .header-site .logo {
        max-width: 15rem; }
        .header-site .logo img {
          max-height: 15rem; } }
  .header-site .title {
    font-size: 0.65em;
    margin-left: 33%;
    padding: 1rem 0 0 2.5em; }
    @media (min-width: 22.5em) {
      .header-site .title {
        font-size: 0.8em; } }
    @media (min-width: 25em) {
      .header-site .title {
        font-size: 0.85em;
        margin-left: 12em; } }
    @media (min-width: 45em) {
      .header-site .title {
        font-size: 0.75em;
        margin-left: 13.5em; } }
    @media (min-width: 85em) {
      .header-site .title {
        margin-left: 16rem; } }
    .header-site .title h1 {
      font-weight: 100;
      max-width: 10em;
      text-transform: uppercase;
      color: #555;
      text-decoration: none;
      transition: none;
      margin-top: 0.25em; }
    .header-site .title h2 {
      font-size: 1.25em;
      color: #555;
      text-decoration: none;
      transition: none; }
      @media (min-width: 45em) {
        .header-site .title h2 {
          font-size: 1.5em; } }
  .header-site .toggle-nav-site {
    display: block;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    margin: 1.5rem 0 2rem;
    padding: 0.35em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .header-site .toggle-nav-site:before {
      content: '☰';
      padding-right: 0.25em; }
    @media (min-width: 47.5em) {
      .header-site .toggle-nav-site {
        display: none; } }
  .header-site .toggle-search-site {
    display: block;
    float: right;
    font-size: 1.65em;
    margin: 1.5rem 0 1rem 1.5rem;
    color: #000; }
    .header-site .toggle-search-site:hover {
      text-decoration: none;
      opacity: 0.7; }
    @media (min-width: 47.5em) {
      .header-site .toggle-search-site {
        margin-top: 2.55rem; } }

.header-account {
  background: #dabd81;
  padding: 0.1em 0 0.45em; }
  .header-account .content {
    background: #fafafa; }
  .header-account ul {
    list-style-type: none;
    padding: 0; }
  .header-account .button {
    margin: 0 0.1em;
    background: rgba(255, 255, 255, 0.35);
    color: #222;
    padding: 0.25em 0.5em;
    border: 0; }
  .header-account .block-commerce-cart,
  .header-account .block-user {
    display: none;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 0.45em solid #dabd81; }
  .header-account .block-user h2 {
    display: none; }
  .header-account .block-user .content {
    margin: 0 auto;
    max-width: 1380px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 1.6em;
    padding: 0 1.6rem; }
    @media (min-width: 35em) {
      .header-account .block-user .content {
        padding: 0 1.6em;
        padding: 0 1.6rem; } }
    @media (min-width: 35em) {
      .header-account .block-user .content {
        padding: 0 10%; } }
    @media (min-width: 47.5em) {
      .header-account .block-user .content {
        padding: 0 1.6em;
        padding: 0 1.6rem; } }
    @media (min-width: 57.5em) {
      .header-account .block-user .content {
        padding: 0 5%; } }
    .header-account .block-user .content-bleed {
      margin: 0;
      max-width: 1380px;
      margin: 0 -0.8em;
      margin: 0 -0.8rem; }
      @media (min-width: 35em) {
        .header-account .block-user .content-bleed {
          margin: 0 -1.6em;
          margin: 0 -1.6rem; } }
      @media (min-width: 35em) {
        .header-account .block-user .content-bleed {
          margin: 0 -10%; } }
      @media (min-width: 47.5em) {
        .header-account .block-user .content-bleed {
          margin: 0 -3.5%; } }
      @media (min-width: 62.5em) {
        .header-account .block-user .content-bleed {
          margin: 0 auto; } }

.searchcrumbs {
  clear: both;
  background: #e8eaee;
  border-top: 4px solid #8595af; }
  @media (min-width: 47.5em) {
    .searchcrumbs:after {
      content: '';
      display: table;
      clear: both; }
    .searchcrumbs nav.breadcrumbs {
      float: left;
      width: 67.5%; }
    .searchcrumbs .search-site {
      float: right;
      width: 31%; } }

.search-site form {
  width: 100%;
  margin: 0;
  padding: 0 0 0.75em; }
  @media (min-width: 47.5em) {
    .search-site form {
      padding: 0;
      margin: 0.5em 0; } }
.search-site .form-item {
  margin: 0;
  display: inline-block;
  width: calc(100% - 3.5em); }
.search-site .form-actions {
  display: inline-block; }
.search-site input[type=text] {
  display: inline-block;
  background: none;
  border: 0;
  padding-left: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  outline: none;
  width: 100%; }
  @media (min-width: 47.5em) {
    .search-site input[type=text] {
      font-size: 1.75em; } }
  .search-site input[type=text]:focus {
    border-bottom: 2px solid #888; }
.search-site input[type=submit] {
  display: inline-block;
  padding: 0.5em;
  margin: 0;
  width: 1.85em;
  text-indent: -9999em;
  color: transparent;
  border: 0;
  background: url("../img/i-magnifier.png") no-repeat center center;
  background-size: contain; }

.footer-site {
  text-align: left;
  padding: 0;
  margin-top: 4rem; }
  .footer-site .panel {
    margin: 0; }
  .footer-site .panel-contact {
    background: #fff url("../img/bg-footer.jpg") no-repeat center center;
    background-size: 50% cover; }
    .footer-site .panel-contact .container {
      max-width: 40em; }
  .footer-site a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc; }
    .footer-site a:hover {
      color: #555; }
  .footer-site .nav-site {
    margin: 0 auto;
    max-width: 1380px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 1.6em;
    padding: 0 1.6rem;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    @media (min-width: 35em) {
      .footer-site .nav-site {
        padding: 0 1.6em;
        padding: 0 1.6rem; } }
    @media (min-width: 35em) {
      .footer-site .nav-site {
        padding: 0 10%; } }
    @media (min-width: 47.5em) {
      .footer-site .nav-site {
        padding: 0 1.6em;
        padding: 0 1.6rem; } }
    @media (min-width: 57.5em) {
      .footer-site .nav-site {
        padding: 0 5%; } }
    .footer-site .nav-site-bleed {
      margin: 0;
      max-width: 1380px;
      margin: 0 -0.8em;
      margin: 0 -0.8rem; }
      @media (min-width: 35em) {
        .footer-site .nav-site-bleed {
          margin: 0 -1.6em;
          margin: 0 -1.6rem; } }
      @media (min-width: 35em) {
        .footer-site .nav-site-bleed {
          margin: 0 -10%; } }
      @media (min-width: 47.5em) {
        .footer-site .nav-site-bleed {
          margin: 0 -3.5%; } }
      @media (min-width: 62.5em) {
        .footer-site .nav-site-bleed {
          margin: 0 auto; } }

.footer-menu {
  position: relative;
  background: #fff;
  padding: 0.75em 0;
  box-shadow: 0 0.75em 1.5em -1.25em rgba(0, 0, 0, 0.2);
  z-index: 2; }
  .footer-menu h2 {
    display: none; }
  .footer-menu li {
    font-size: 1.1em;
    display: inline-block;
    padding: 0.35em 1em;
    border-left: 1px solid #eee; }
    .footer-menu li:first-child {
      border: 0;
      padding-left: 0; }
  .footer-menu a {
    color: #36507b;
    text-transform: uppercase; }
    .footer-menu a:hover {
      color: #111;
      background: #eee; }

.footer-meta {
  padding: 2.5em 0;
  font-size: 0.75em;
  background: #556b8f;
  color: #fff; }

/*
.social-follow {

	display: table;
	margin: 0 auto;

	ul{
		@include grid-base;
	}

	li {
		@include grid-cell;

		@media (min-width: 15em) {
			@include col(1,3);
		}
	}

	a {
		display: block;
		padding: 1em;
		width: 1em;
		height: 1em;
		text-indent: -9999em;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.twitter {
		background-image: url('/img/i-twitter.png');
	}

	.facebook {
		background-image: url('/img/i-facebook.png');
	}

	.youtube {
		background-image: url('/img/i-youtube.png');
	}
}
*/
footer .fa {
  font-size: 2em;
  margin-right: 0.5em; }

/*
$tabcordion-breakpoint: $third-breakpoint;


.tabcordions {
  
}

.tabcordion-nav {
  margin: 2rem 0;
  
  &.nav-sub {
    margin: -1px 0 2em;
  }
  
  display: none;
  @media (min-width: $tabcordion-breakpoint) {
    display: block;
  }
  
  .active {
    a {
    	background: $aqua;
    	color: #fff;
    }
  }
}

.tabcordion-header {
  padding: 0.5rem 0;
  font-size: 0.9em;
  
  @media (min-width: $tabcordion-breakpoint) {
    display: none;
  }
  
  h1, .h1,h2, .h2,h3, .h3,h4, .h4,h5, .h5,h6, .h6 {
    margin: 0;
  }
  
  a {
    display: block;
  	border: 0;
  	padding: 0.25em 0;
  	
  	background: #eee;
		color: $base;
  	margin: -0.8rem 0 0 0;
  	padding: 0.5em 0.5em 0.5em 0.5em;
  	
    &:before {
  		float: left;
			content: '+';
			font-size: 1.5em;
			line-height: 1;
      width: 0.9em;
      height: 0.9em;
      padding: 0.05em 0.125em 0.2em;
      text-align: center;
      text-decoration: none;
			-webkit-transition: transform 200ms linear;
			-moz-transition: transform 200ms linear;
			-ms-transition: transform 200ms linear;
			-o-transition: transform 200ms linear;
			transition: transform 200ms linear;
			z-index: 0;
			
    	color: $orange;
    	background: #fff;
			margin: -0.15em 0.5em 0 0;
			border-radius: 100%;
		}
  	
  	&:hover {
    	background: #eee;
    	text-decoration: underline;
  	}
  }
}

.tabcordion-item {
  &.open {  
    .tabcordion-header {
      a {      	
  			&:before {
//     			color: #a00;
    			-moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  			}
      }
    }
  }
}

.tabcordion-content {
}

.tabcordion-firstpersists {
}
*/
.table-responsive {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  border: 0 !important; }

table {
  margin: 2em auto;
  border: 0;
  border-collapse: collapse;
  font-family: inherit !important;
  font-size: 0.85em;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  border: 4px solid transparent; }
  @media (min-width: 40em) {
    table {
      font-size: 1em; } }
  table th {
    font-weight: bold; }
  table td {
    border: 1px solid transparent;
    border-top: 0;
    background: rgba(87, 87, 87, 0.08);
    padding: 1em; }
  table tr:nth-child(odd) td {
    background: rgba(87, 87, 87, 0.025); }
  table thead {
    border-bottom: 1px solid transparent; }
    table thead th, table thead td {
      background: #555;
      border: 1px solid rgba transparent;
      border-top: none;
      color: #fff;
      padding: 1em; }
      table thead th:first-child, table thead td:first-child {
        border-left: 1px solid transparent; }
      table thead th:last-child, table thead td:last-child {
        border-right: 1px solid transparent; }
    table thead + thead td, table thead + thead th, table thead tr + tr td, table thead tr + tr th {
      font-weight: normal; }
  table a {
    text-decoration: underline; }

.nav-tabs {
  background: #ccc; }
  .nav-tabs ul {
    display: block;
    width: 100%;
    text-align: center;
    max-width: none; }
  .nav-tabs li {
    display: inline-block;
    margin: 0.75em 0.1em;
    text-align: center; }
  .nav-tabs a {
    display: block;
    padding: 0.5em 1em;
    background: #fff;
    color: #000;
    text-align: center; }
  .nav-tabs .is-active a {
    background: #000;
    color: #fff;
    font-weight: bold; }

.tags {
  display: inline-block;
  margin: 0; }
  .tags li {
    margin: 0; }

p.tags {
  display: block;
  margin: 1em 0 2em; }

.tag {
  display: inline-block;
  border-radius: 0.2em;
  padding: 0.1em 0.5em 0.2em;
  margin: 0 0.2em 0.2em 0.1em;
  background: rgba(85, 85, 85, 0.5);
  border: 0; }

.tile {
  position: relative; }
  .tile figure {
    background: #dfe3ea;
    min-height: 4em;
    min-height: 10vw;
    margin-bottom: 0; }
    @media (min-width: 52.5em) {
      .tile figure {
        min-height: 10em;
        min-height: 15vw;
        margin-bottom: 0; } }
    @media (min-width: 80em) {
      .tile figure {
        min-height: 10em; } }
    @media (min-width: 62.5em) {
      [class*=grid-4-cols] .tile figure {
        min-height: 7.5vh; } }
  .tile .relative-wrapper {
    margin-bottom: 1rem; }

@media (min-width: 20em) {
  .tile-banner .tile-title {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 90%;
    background: #f4f5f7;
    padding: 0.25em 0.5em 0 0;
    border-top-right-radius: 0.1em; } }
@media (min-width: 47.5em) {
  .tile-banner + .grid {
    margin-top: 0; }
    .tile-banner + .grid .content-aside .boxed {
      margin-top: 0; } }

.tile-title {
  margin: 0;
  padding-top: 0.5em;
  /*
    @at-root [class*=grid-3-cols] & {
      @media (min-width: $third-breakpoint + 10em) {
        @include tile-title-absolute;
      }
    }
  */ }
  @media (min-width: 47.5em) {
    [class*=grid-2-cols] .tile-title {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 90%;
      background: #f4f5f7;
      padding: 0.25em 0.5em 0 0;
      border-top-right-radius: 0.1em; } }

@media (min-width: 20em) {
  .tile-meta {
    position: absolute;
    top: 0;
    left: 0; } }
.tile-meta time, .tile-meta span {
  display: inline-block;
  float: left;
  font-size: 0.8em;
  padding: 0.25em 0.65em;
  margin: 0;
  background: #fff; }
.tile-meta span {
  background: #36507b;
  color: #fff; }
.tile-meta *:last-child {
  border-bottom-right-radius: 0.1em; }

/******/
/****/
@media (min-width: 768px) {
  body.admin-menu .header-site .masthead {
    padding-top: 1.5em; } }

#admin-menu {
  font-family: 'Optima LT W01 Roman', serif;
  font-size: 0.65em;
  position: absolute !important;
  background: #f4f4f4 !important;
  border-bottom: 3px solid #555; }
  #admin-menu a {
    color: #555; }
  @media (min-width: 768px) {
    #admin-menu {
      position: fixed !important; } }
  #admin-menu .dropdown li li {
    background-color: #f4f4f4 !important; }
    #admin-menu .dropdown li li a {
      color: #555 !important;
      border-color: rgba(100, 100, 100, 0.25) !important; }
      #admin-menu .dropdown li li a:hover {
        background: #fafafa;
        color: #222 !important; }
  #admin-menu .dropdown a,
  #admin-menu .dropdown li > span {
    border-color: rgba(100, 100, 100, 0.25) !important; }
  #admin-menu .dropdown li:first-child a {
    border-top: 0; }
  #admin-menu #admin-menu-menu > li > a, #admin-menu #admin-menu-account a {
    color: #111;
    border-color: rgba(100, 100, 100, 0.25) !important; }
  #admin-menu #admin-menu-account li.admin-menu-account > a {
    color: #eee;
    background: #555; }
  @media (max-width: 767px) {
    #admin-menu {
      display: none !important; } }
  #admin-menu img.admin-menu-icon {
    width: 16px;
    height: 16px; }

#themer-toggle {
  background: rgba(85, 85, 85, 0.25);
  border: 0;
  font-size: 0.8em;
  border-top-right-radius: 0.5em;
  padding: 0.5em; }
  #themer-toggle > input {
    margin: .25em; }
  #themer-toggle:hover {
    background: rgba(85, 85, 85, 0.9); }

.contextual-links {
  display: none;
  margin: 0 !important;
  padding: 0.5em 0; }
  .contextual-links ul {
    margin: 0;
    padding: 0.5em 0; }
  .contextual-links li {
    list-style-type: none; }

.header-site .contextual-links-wrapper {
  display: none !important; }

.contextual-links-region {
  position: relative; }

.contextual-links-wrapper {
  position: absolute;
  float: right;
  text-align: right;
  right: 0.5em;
  top: 0.5em;
  background: rgba(85, 85, 85, 0.25) !important;
  color: #fff;
  border-radius: 0.25em;
  font-size: 0.7em;
  padding: 0.5em 1em; }
  .contextual-links-wrapper:hover {
    background: rgba(85, 85, 85, 0.9) !important; }
  .contextual-links-wrapper a {
    color: #fff !important; }
    .contextual-links-wrapper a:hover {
      color: #fff !important; }

.drupal-messages {
  font-size: 1.1em;
  overflow-y: auto; }
  .drupal-messages * {
    word-break: break-all; }

.messages {
  padding: 0.5em;
  margin-bottom: 0; }
  .messages * {
    word-break: break-all; }

.messages.status {
  color: #e8eaee;
  background: #36507b; }
  .messages.status a {
    color: #fff; }

.messages.warning {
  background-color: #dabd81;
  color: #111; }

.messages.error {
  background-color: #b55;
  color: #fff; }
  .messages.error a {
    color: #fff; }

.dnd-atom-wrapper, .dnd-drop-wrapper {
  display: inline !important; }

.views-exposed-form .views-exposed-widget {
  float: none;
  clear: left; }
  .views-exposed-form .views-exposed-widget select {
    min-width: 10em; }

.dnd-atom-wrapper.type-video .dnd-drop-wrapper, figure.type-video .dnd-drop-wrapper {
  position: relative;
  display: block !important;
  padding-bottom: 65%; }
.dnd-atom-wrapper.type-video iframe, figure.type-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  margin: 0;
  padding: 0; }
  .element-invisible.element-focusable:focus, .element-invisible.element-focusable:active {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

.field-collection-view-links {
  font-size: 0.85em; }
  .header-banner .field-collection-view-links {
    display: none; }
  .field-collection-view-links li {
    list-style-type: none;
    display: inline-block;
    margin-right: 0.5em; }

/*
  figure, .figure {
  	&.video {
  		.wrapper {
  			position: relative;
  			display: block !important;
  			padding-bottom: 65%;
  		}

  		iframe {
  			position: absolute;
  			top: 0;
  			bottom: 0;
  			left: 0;
  			right: 0;
  			width: 100% !important;
  			height: 100% !important;
  		}
  	}
  }

*/
.cms-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: block;
  background: #f4f4f4;
  border: 0;
  font-size: 0.75em;
  text-align: right;
  padding: 0.5em;
  opacity: 0.5;
  z-index: 10; }
  .not-logged-in .cms-controls, .cms-controls:empty {
    display: none; }
  .cms-controls li {
    display: inline-block;
    margin: 0.25em 0.5em; }
  .cms-controls a {
    padding: 0.5em; }
  .cms-controls:hover {
    opacity: 1; }
  @media (max-width: 767px) {
    .cms-controls {
      display: none !important; } }
  .cms-controls .active a {
    background: none;
    font-weight: 600; }

/*
@include drupal-tabs;
@include drupal-links-inline;
@include drupal-collection-fields;
*/
a.item.boxed.boxed-padded.boxed-blue:hover h2 {
  color: white; }

@media (min-width: 62.5em) {
  .page-node-272 .boxed-product-details .col-1\/3 {
    width: 66%; } }

@media (min-width: 62.5em) {
  .page-node-272 .boxed-product-details .col-2\/3 {
    width: 33%; } }

.page-node-272 .boxed-product-details .form-item.form-type-checkbox {
  margin: 0; }

.page-node-272 .boxed-product-details .form-item.form-type-checkbox {
  margin: 0; }

.page-node-272 .boxed-product-details .form-item input[type=checkbox],
.page-node-272 .boxed-product-details .form-item input[type=radio] {
  margin-top: .7em; }

.page-node-272 .boxed-product-details .form-item label {
  margin: 0;
  padding-left: 0.5em; }

/*# sourceMappingURL=deluxe.css.map */
