/*  ==========================================================================
    Import Core Files
    ========================================================================== */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-family: Grotesk, Tahoma, sans-serif;
}

header {
  margin-top: 104px;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

* {
  box-sizing: border-box;
}

.grid,
.navigation,
.side-navigation,
.sub-navigation,
.inline-list,
.plus-list,
.check-list,
.outline-format,
.outline-section,
.ui-tabs,
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  zoom: 1;
  max-width: 1024px;
  margin: 0 auto;
}

.container-full {
  width: 100%;
}

.container-larger {
  zoom: 1;
  max-width: 1440px;
  margin: 0 auto;
}

.container-large {
  zoom: 1;
  max-width: 1280px;
  margin: 0 auto;
}

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

.container:after {
  clear: both;
}

@font-face {
  font-family: "Right-light";
  src: url("https://bloomerang.com/wp-content/themes/bloomerang/assets/fonts/PPRightSerif-Light.woff2") format("woff2");
  font-weight: normal; /* Optional: define the weight of this font variant */
  font-style: normal; /* Optional: define the style (e.g., normal, italic) */
}
@font-face {
  font-family: "Grotesk";
  src: url("https://bloomerang.com/wp-content/themes/bloomerang/assets/fonts/PPRightGrotesk-Regular.woff2") format("woff2");
  font-weight: normal; /* Optional: define the weight of this font variant */
  font-style: normal; /* Optional: define the style (e.g., normal, italic) */
}

.grid {
  border: none;
  margin-left: -30px;
}

.grid.tight-grid {
  margin-left: -15px;
}

.grid.no-spacing {
  margin-left: 0;
}

.grid-unit {
  width: 100%;
  padding-left: 30px;
  float: left;
}

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

.tight-grid .grid-unit {
  padding-left: 15px;
}

.no-spacing .grid-unit {
  padding-left: 0;
}

/* Whole */

.mobile-whole {
  width: 100%;
}

/* Halves */

.mobile-one-half,
.mobile-two-quarters,
.mobile-three-sixths,
.mobile-six-twelfths {
  width: 50%;
}

/* Thirds */

.mobile-one-third,
.mobile-two-sixths,
.mobile-four-twelfths {
  width: 33.33333%;
}

.mobile-two-thirds,
.mobile-four-sixths,
.mobile-eight-twelfths {
  width: 66.66666%;
}

/* Quarters */

.mobile-one-quarter,
.mobile-three-twelfths {
  width: 25%;
}

.mobile-three-quarters,
.mobile-nine-twelfths {
  width: 75%;
}

/* Sixths */

.mobile-one-sixth,
.mobile-two-twelfths {
  width: 16.66666%;
}

.mobile-five-sixths,
.mobile-ten-twelfths {
  width: 83.33333%;
}

/* Twelfths */

.mobile-one-twelfth {
  width: 8.33333%;
}

.mobile-five-twelfths {
  width: 41.66666%;
}

.mobile-seven-twelfths {
  width: 58.33333%;
}

.mobile-eleven-twelfths {
  width: 91.66666%;
}

@media screen and (min-width: 600px) {
  /* Whole */

  .tablet-whole {
    width: 100%;
  }

  /* Halves */

  .tablet-one-half,
  .tablet-two-quarters,
  .tablet-three-sixths,
  .tablet-six-twelfths {
    width: 50%;
  }

  /* Thirds */

  .tablet-one-third,
  .tablet-two-sixths,
  .tablet-four-twelfths {
    width: 33.33333%;
  }

  .tablet-two-thirds,
  .tablet-four-sixths,
  .tablet-eight-twelfths {
    width: 66.66666%;
  }

  /* Quarters */

  .tablet-one-quarter,
  .tablet-three-twelfths {
    width: 25%;
  }

  .tablet-three-quarters,
  .tablet-nine-twelfths {
    width: 75%;
  }

  /* Sixths */

  .tablet-one-sixth,
  .tablet-two-twelfths {
    width: 16.66666%;
  }

  .tablet-five-sixths,
  .tablet-ten-twelfths {
    width: 83.33333%;
  }

  /* Twelfths */

  .tablet-one-twelfth {
    width: 8.33333%;
  }

  .tablet-five-twelfths {
    width: 41.66666%;
  }

  .tablet-seven-twelfths {
    width: 58.33333%;
  }

  .tablet-eleven-twelfths {
    width: 91.66666%;
  }
}

@media screen and (min-width: 1025px) {
  .one-twelfth {
    width: 8.33333%;
  }

  .two-twelfths {
    width: 16.6666666667%;
  }

  .three-twelfths {
    width: 25%;
  }

  .four-twelfths {
    width: 33.3333333333%;
  }

  .five-twelfths {
    width: 41.6666666667%;
  }

  .six-twelfths {
    width: 50%;
  }

  .seven-twelfths {
    width: 58.3333333333%;
  }

  .eight-twelfths {
    width: 66.6666666667%;
  }

  .nine-twelfths {
    width: 75%;
  }

  .ten-twelfths {
    width: 83.3333333333%;
  }

  .eleven-twelfths {
    width: 91.6666666667%;
  }

  .whole {
    width: 100%;
    float: none;
    clear: both;
  }

  .grid-unit.push-left-one-twelfth {
    margin-left: 8.3333333333%;
  }

  .grid-unit.push-left-two-twelfths {
    margin-left: 16.6666666667%;
  }

  .grid-unit.push-left-three-twelfths {
    margin-left: 25%;
  }

  .grid-unit.push-left-four-twelfths {
    margin-left: 33.3333333333%;
  }

  .grid-unit.push-left-five-twelfths {
    margin-left: 41.6666666667%;
  }

  .grid-unit.push-left-six-twelfths {
    margin-left: 50%;
  }

  .grid-unit.push-right-one-twelfth {
    margin-right: 8.3333333333%;
  }
}

@media screen and (min-width: 1280px) {
  /* Whole */

  .super-whole {
    width: 100%;
  }

  /* Halves */

  .super-one-half,
  .super-two-quarters,
  .super-three-sixths,
  .super-six-twelfths {
    width: 50%;
  }

  /* Thirds */

  .super-one-third,
  .super-two-sixths,
  .super-four-twelfths {
    width: 33.33333%;
  }

  .super-two-thirds,
  .super-four-sixths,
  .super-eight-twelfths {
    width: 66.66666%;
  }

  /* Quarters */

  .super-one-quarter,
  .super-three-twelfths {
    width: 25%;
  }

  .super-three-quarters,
  .super-nine-twelfths {
    width: 75%;
  }

  /* Sixths */

  .super-one-sixth,
  .super-two-twelfths {
    width: 16.66666%;
  }

  .super-five-sixths,
  .super-ten-twelfths {
    width: 83.33333%;
  }

  /* Twelfths */

  .super-one-twelfth {
    width: 8.33333%;
  }

  .super-five-twelfths {
    width: 41.66666%;
  }

  .super-seven-twelfths {
    width: 58.33333%;
  }

  .super-eleven-twelfths {
    width: 91.66666%;
  }
}

.lt-ie9 .one-twelfth {
  width: 8.33333%;
}

.lt-ie9 .two-twelfths {
  width: 16.6666666667%;
}

.lt-ie9 .three-twelfths {
  width: 25%;
}

.lt-ie9 .four-twelfths {
  width: 33.3333333333%;
}

.lt-ie9 .five-twelfths {
  width: 41.6666666667%;
}

.lt-ie9 .six-twelfths {
  width: 50%;
}

.lt-ie9 .seven-twelfths {
  width: 58.3333333333%;
}

.lt-ie9 .eight-twelfths {
  width: 66.6666666667%;
}

.lt-ie9 .nine-twelfths {
  width: 75%;
}

.lt-ie9 .ten-twelfths {
  width: 83.3333333333%;
}

.lt-ie9 .eleven-twelfths {
  width: 91.6666666667%;
}

.lt-ie9 .whole {
  width: 100%;
  float: none;
  clear: both;
}

@media print {
  .one-twelfth {
    width: 8.33333%;
  }

  .two-twelfths {
    width: 16.6666666667%;
  }

  .three-twelfths {
    width: 25%;
  }

  .four-twelfths {
    width: 33.3333333333%;
  }

  .five-twelfths {
    width: 41.6666666667%;
  }

  .six-twelfths {
    width: 50%;
  }

  .seven-twelfths {
    width: 58.3333333333%;
  }

  .eight-twelfths {
    width: 66.6666666667%;
  }

  .nine-twelfths {
    width: 75%;
  }

  .ten-twelfths {
    width: 83.3333333333%;
  }

  .eleven-twelfths {
    width: 91.6666666667%;
  }

  .whole {
    width: 100%;
    float: none;
    clear: both;
  }
}

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

  a {
    text-decoration: underline;
  }

  a:visited {
    text-decoration: underline;
  }

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

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

  .ir a:after {
    content: "";
  }

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

  a[href^="#"]:after,
  .hide-print-link:after {
    content: "" !important;
  }

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

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

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

@page {
    margin: 1cm;
}

  p {
    orphans: 3;
    widows: 3;
  }

  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  body {
    width: 100%;
    font-size: 12px;
    color: #000;
    background: #fff;
  }

  .print-only {
    display: block !important;
  }

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

  .print-full {
    width: 100% !important;
  }
}

/*  ==========================================================================
    CSS Animations
    ========================================================================== */

@keyframes navigation {
  from {
    top: -100px;
  }

  to {
    top: 0;
  }
}

@keyframes animateBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes animateBackgroundR {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: 0 0;
  }
}

@font-face {
  font-family: "Woodland-bold";
  src:
    local("Woodland-bold"),
    url("https://bloomerang.co/wp-content/themes/studioscience-bloomerang/_assets/fonts/PPWoodland-Bold.otf") format("opentype");
}

/*  ==========================================================================
    SCSS Variables and Silent Classes
    ========================================================================== */

.heading-alpha,
.article-body h1,
.heading-beta,
.article-body h2,
.heading-delta,
.article-body h4,
.icon-cta-heading,
.button,
.ui-tabs,
.hs-form-container .hs-form .hs-button.primary.large,
.hs-form-container input[type="submit"],
#pardot-form input[type="submit"],
.primary-navigation {
  font-family: Grotesk, Tahoma, sans-serif;
  font-weight: normal;
}

.page-givi .heading-alpha,
.page-givi .article-body h1,
.article-body .page-givi h1,
.page-givi .heading-gamma,
.page-givi .article-body h3,
.article-body .page-givi h3 {
  font-family: proxima-soft, Avenir, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/*  ==========================================================================
    Global Classes
    ========================================================================== */

.cf,
.grid {
  zoom: 1;
}

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

.cf:after,
.grid:after {
  clear: both;
}

/*  ==========================================================================
    Global Styles
    ========================================================================== */

/* html{ @include css3(font-smoothing, antialiased); } */

body {
  background-color: white;
  font-family: Grotesk, Tahoma, sans-serif;
  font-weight: normal;
  color: #000000;
}

/*  Typography
        ========================================================================== */
.font-cubano{
  font-family: "cubano", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-cubano-italic{
  font-family: "cubano", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-yellowtail{
  font-family: yellowtail, sans-serif;
  font-weight: 400;
}
.font-woodland{
  font-family: "Right-light", serif;
  font-weight: 300;
}

/* Headings */

.heading-alpha,
.article-body h1 {
  font-size: 2em;
  letter-spacing: -0.02em;
  margin: 0 0 0.25em;
}

.heading-beta,
.article-body h2 {
  font-size: 1.75em;
  margin: 0 0 1em;
}

.heading-beta.has-sub-heading,
.article-body h2.has-sub-heading {
  margin-bottom: 0.5em;
}

.heading-gamma,
.article-body h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 0 0 1em;
}

.heading-delta,
.article-body h4 {
  font-size: 1.5em;
  margin: 0 0 1em;
}

.heading-epsilon,
.article-body h5 {
  font-size: 1.125em;
  font-weight: 300;
  margin: 0 0 1em;
  line-height: 1.4;
}

.heading-zeta,
.article-body h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.heading-eta {
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase;
  color: #5d6970;
  margin: 0 0 1em;
}

.sub-heading-alpha {
  font-size: 18px;
}

/* Body Copy */

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}

.tight-line-height{ line-height: 1.1; }

/* Links */

a {
  color: inherit;
  text-decoration: none;
}

.link,
.post-list .tease-post .read-more {
  font-weight: bold;
  color: #47aa47;
  border-bottom: 1px dotted #7dbf63;
  padding-bottom: 2px;
}

.bloom-back-button{
  position: absolute;
  font-size: 14px;
  padding: 2px 12px;
  background-color: #349f50;
  color: #ffffff;
  border-radius: 0 0 12px 0;
  top: 0;
  left: 0;
  z-index: 20;
}

/* Aside Copy */

.aside-text {
  font-size: 1em;
  line-height: 1.5em;
}

/* Disclaimer Copy */

.disclaimer-text {
  font-size: 0.6em;
  color: #aaaaaa;
}

/*  ==========================================================================
    Modules
    ========================================================================== */

/*  Navigation
        ========================================================================== */

.navigation-inline .navigation-item {
  display: inline-block;
}

.side-navigation {
  font-size: 0.875em;
  font-weight: 600;
}

.side-navigation .navigation-item {
  margin: 1.5em 0;
}

.sub-nav-trigger {
  display: block;
  padding: 1em;
  text-align: center;
}

.sub-navigation {
  display: none;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
}

.sub-navigation .navigation-item {
  display: block;
  border-top: 1px solid #dee3e5;
}

.sub-navigation .navigation-item-link {
  display: block;
  padding: 1.25em 2.5em;
}

.sub-navigation .navigation-item-link:hover {
  color: #7dbf63;
}

.sub-navigation .is-active {
  color: #7dbf63;
  position: relative;
}

.sub-navigation .is-active:before {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #dee3e5;
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -30px;
  z-index: 4;
}

.sub-navigation .is-active:after {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -30px;
  z-index: 5;
}

.sub-nav-toggle:checked + .sub-navigation {
  display: block;
}

/*  Logos
        ========================================================================== */

.logo-standard {
  display: inline-block;
  width: 130px;
}

.logo-standard .scaling-icon-container {
  padding-bottom: 43%;
}

/*  Media Object
        ========================================================================== */

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

.media-image {
  float: left;
  margin-right: 1.5em;
}

.media-image img {
  display: block;
}

.media-image-ext {
  float: right;
  margin-left: 2em;
}

/*  Responsive Media 
        ========================================================================== */

.responsive-media-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-media {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*  Dividers
        ========================================================================== */

.has-border-top {
  border-top: 1px solid #dee3e5;
}

.has-border-bottom {
  border-bottom: 1px solid #dee3e5;
}

.has-border-left {
  border-left: 1px solid #dee3e5;
}

.has-border-right {
  border-right: 1px solid #dee3e5;
}


/*  Simple Grid
        ========================================================================== */

.simple-grid {
  display: table;
}

.simple-grid-unit {
  display: block;
  vertical-align: middle;
}

/*  Full-Width Split Layout - Used for case studies page
        ========================================================================== */

.half-split-container,
.half-text-container {
  width: 50%;
  min-height: 592px;
}

.half-split,
.half-text-r,
.half-text-l {
  max-width: 500px;
}

.half-text-container {
  position: relative;
}

.half-text-r {
  position: absolute;
  top: 25%;
}

.half-text-l {
  position: absolute;
  top: 25%;
  right: 8%;
}

/*  Tooltips
        ========================================================================== */

[data-tooltip] {
  position: relative;
  /* Tooltip Positioning */
  /* Wraps lines if text is long */
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  display: none;
  background-color: #222;
  /* IE fallback */
  background-color: rgba(34, 34, 34, 0.9);
  font-family: Grotesk, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2em;
  position: absolute;
  white-space: nowrap;
  padding: 4px;
  z-index: 100;
  letter-spacing: 0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

[data-tooltip]:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
}

[data-tooltip][data-tooltip-position="bottom"]:before {
  left: 0;
  top: 100%;
  margin: 10px 0 0 -10px;
}

[data-tooltip][data-tooltip-position="bottom"]:after {
  border-bottom-color: #222;
  /* IE fallback */
  border-bottom-color: rgba(34, 34, 34, 0.9);
  top: 100%;
  left: 2px;
}

[data-tooltip][data-tooltip-position="top"]:before {
  left: 0;
  bottom: 100%;
  margin: 0 0 10px -10px;
}

[data-tooltip][data-tooltip-position="top"]:after {
  border-top-color: #222;
  /* IE fallback */
  border-top-color: rgba(34, 34, 34, 0.9);
  bottom: 100%;
  left: 2px;
}

[data-tooltip][data-tooltip-position="left"]:before {
  right: 100%;
  top: 50%;
  margin: -11px 10px 0 0;
}

[data-tooltip][data-tooltip-position="left"]:after {
  border-left-color: #222;
  /* IE fallback */
  border-left-color: rgba(34, 34, 34, 0.9);
  right: 100%;
  top: 50%;
  margin-top: -5px;
}

[data-tooltip][data-tooltip-position="right"]:before {
  left: 100%;
  top: 50%;
  margin: -11px 0 0 10px;
}

[data-tooltip][data-tooltip-position="right"]:after {
  border-right-color: #222;
  /* IE fallback */
  border-right-color: rgba(34, 34, 34, 0.9);
  left: 100%;
  top: 50%;
  margin-top: -5px;
}

[data-tooltip][data-tooltip-length="long"]:before {
  white-space: normal;
  width: 150px;
}

[data-tooltip][data-tooltip-length="long"][data-tooltip-position="left"]:before,
[data-tooltip][data-tooltip-length="long"][data-tooltip-position="right"]:before {
  top: -8px;
}

[data-tooltip][data-tooltip-length="multiline"]:before {
  white-space: pre;
}

/*  Plain List
        ========================================================================== */

.plain-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.plain-list .list-item {
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

/*  Bullet List
        ========================================================================== */

.bullet-list {
  list-style-type: disc;
  margin: 0 0 2em;
}

.bullet-list-item {
  margin-bottom: 0.5em;
}

/*  Inline List
        ========================================================================== */

.inline-list-item {
  display: inline-block;
}

/*  Plus List
        ========================================================================== */

.plus-list {
  margin: 0 auto;
}

.plus-list .list-item {
  margin-bottom: 0.8em;
  padding-left: 1em;
  position: relative;
}

.plus-list .list-item:before {
  content: "+";
  margin-right: 0.4em;
  color: #7dbf63;
  position: absolute;
  top: 0;
  left: 0;
}

/*  Checkbox List
        ========================================================================== */

.check-list {
  font-size: 1.125em;
  margin-bottom: 1em;
}

.check-list .list-item {
  line-height: 2em;
  padding-left: 2em;
  position: relative;
}

.check-list .list-item:before {
  background: url("/givecon/_resources/images/checkbox.svg") center center no-repeat;
  background-size: 20px 20px;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}

.no-svg .check-list .list-item {
  list-style: disc;
  padding-left: 0;
  margin-left: 2em;
}

.no-svg .check-list .list-item:before {
  display: none;
}

/*  Logo List
        ========================================================================== */

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

.logo-list-item {
  padding: 1em;
}

.logo-list-item img {
  vertical-align: middle;
}


/*  Parallax Hero
        ========================================================================== */
.hero-parallax { 
  position: relative;
  height: 338px;
  max-width: 1600px;
  margin: 0 auto;
}
.hero-parallax-layer {
  position: absolute;
}
.hero-parallax-layer.hero-parallax-bg{ top:0; width: 100%; height: 338px; background-image: url("../images/givecon-hero-2026.webp"); background-repeat: no-repeat; background-position: top center; background-size: cover; border-radius: 0; }
.hero-parallax-layer.hero-parallax-stripes{ bottom: 0; background-image: url("../images/hero-stripes.svg"); background-size: cover; background-repeat: no-repeat; background-position: bottom center; z-index: 2; width: 100%; height: 152px; }
.hero-parallax-layer.hero-parallax-sun{ top: 175px; right: 100px; width: 410px; height: 220px; }
.hero-parallax-layer.hero-parallax-logo{ top: 94px; left: 154px; width: 520px; height: 160px; }

/*  Content Box
        ========================================================================== */

.content-box {
  border: 1px solid #dee3e5;
  border-radius: 0.5em;
}

.content-box-shadow-hex {
  background-color: #ECF4E9;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border: none;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 0em;
}

.content-box.content-box-callout {
  border-color: #7dbf63;
  position: relative;
}

.content-box .callout-label {
  background-color: #7dbf63;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: -2em;
  left: -1px;
  right: -1px;
}

.content-box .content-box-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 2em -1em -2em;
  padding: 1em 0em;
}

.border-half-em {
  border-radius: 0.5em;
}

/*  Split Content Bar
        ========================================================================== */

.split-content-container .split-content-box-container:first-child .split-content-box {
  border-top: none;
}

.split-content-container .split-content-box-container .split-content-box {
  border-top: 1px solid #dee3e5;
}

/*  Icon Call-to-Action
        ========================================================================== */

.icon-cta {
  display: block;
  padding: 0.75em 0;
}

.icon-cta .icon {
  display: inline-block;
}

.icon-cta-vertical {
  text-align: center;
}

.icon-cta-vertical .icon {
  margin-bottom: 0.5em;
}

.icon-cta-link {
  color: #47aa47;
  font-weight: bold;
}

.icon-cta-description {
  font-size: 0.875em;
}


/*  Compatibility Bar
        ========================================================================== */

.compatibility-bar {
  position: absolute;
  text-align: center;
  padding: 0.4em;
  margin: 0 auto;
  width: 100%;
  height: 2.25em;
  background-color: #394146;
  font-size: 0.75em;
  color: #ffffff;
  z-index: 1002;
}

/*.lt-ie9{
            .site-navigation{ top: 1em !important; }

            &.is-scrolled{
                .site-navigation{ top: 0; }
            }
        }
        
    /*  Buttons
        ========================================================================== */

.button {
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  font-family: Grotesk, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.button:active {
  transition: all 0.1s ease-in;
  transform: scale(0.93);
}

.button.button-green:hover {
  background-color: #76c464;
}

.button-orange-yellow {
  background-color: #e87932;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(6deg, #f1aa32 0%, #e87932 100%);
  /* W3C */
  background-repeat: no-repeat;
  color: #ffffff;
  transition: background-image .03s ease-in-out;
}

.button-orange-yellow:hover {
  color: #8e4617;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(6deg, #f1aa32 0%, #e87932 100%);
}

.button-teal-green {
  background-color: #adc469;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(6deg, #adc469 0%, #89c8b5 100%);
  /* W3C */
  background-repeat: no-repeat;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.button-teal-green:hover {
  color: #39722c;
  transition: all 0.3s ease-in-out;
}

.button-primary {
  padding: 1em 2.5em;
  font-size: 1.125em;
}

.button-social {
  font-size: 0.875em;
  width: 100%;
  text-align: center;
}

/* Button Colors */

.button-orange {
  background-color: #f29b25;
  border: 1px solid #f29b25;
}

.button-green {
  background-color: #349f50;
  border: 2px solid #349f50;
}

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

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

.button-facebook {
  background-color: #3b5998;
}

.button-facebook:hover {
  background-color: #4c70ba;
}

.button-twitter {
  background-color: #55acee;
}

.button-twitter:hover {
  background-color: #83c3f3;
}

.button-linkedin {
  background-color: #1C87BD;
}

.button-linkedin:hover {
  background-color: #2ca4e0;
}

.button-googleplus {
  background-color: #D23F31;
}

.button-googleplus:hover {
  background-color: #db665b;
}

/* Inverted Button */

.button-inverted {
  background-color: transparent;
  border: 3px solid #f06133;
  color: #f06133;
}

.button-inverted:hover {
  background-color: #f06133;
  color: #fff;
}

.button-inverted.button-white {
  border-color: white;
  color: white;
  background-color: transparent;
}

.button-inverted.button-white:hover {
  background-color: #fff;
  color: #47aa47;
}

.button-inverted.button-green {
  background-color: transparent;
  border-color: #7dbf63;
  color: #7dbf63;
}

.button-inverted:hover {
  background-color: #7dbf63;
  color: #fff;
}

.button-inverted.button-gray {
  border-color: #5d6970;
  color: #5d6970;
}

.button-inverted.button-gray:hover {
  background-color: #5d6970;
  color: #fff;
}

/* Accordian Copy Blocks
        ========================================================================== */
.accordian input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  overflow: hidden;
}
.tab-label {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  color: #004600;
  /* Icon */
}
.tab-label:hover {
  color: #7dbf63;
  transition: all 0.35s;
}
.tab-label::after {
  content: " +";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

.accordian input:checked+.tab-label {
  color: #7dbf63;
}
.accordian input:checked + .tab-label::after {
  content: " \2010";
}
.accordian input:checked ~ .tab-content {
  max-height: 100%;
  padding: 1em;
  opacity: 1;
}



.schedule .accordian input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.schedule .tabs {
  overflow: hidden;
}

.schedule .tab {
  width: 100%;
  overflow: hidden;
  display: grid;
}

.schedule .tab-label {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  color: #89c8b5;
  font-weight: bold;
}
.schedule .tab-label:hover {
  color: #e87932;
  transition: all 0.35s;
}
.schedule .tab-label::after {
  content: " +";
  color: #e87932;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.schedule .tab-content {
  max-height: 0;
  padding: 0 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.schedule .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

.schedule .time-highlight {
  position: absolute;
  top: 0;
  left: -120px;
  width: 100px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.schedule .accordian input:checked + .tab-label {
  color: #e87932;
}
.schedule .accordian input:checked + .tab-label::after {
  content: " \2010";
  color: #89c8b5;
}
.accordian input:checked ~ .schedule .tab-content {
  max-height: 100%;
  padding: 1em;
  opacity: 1;
}
.schedule .accordian input:checked + .time-highlight {
  opacity: 1;
  transition: all 0.5s;
}



/*  Form Message
        ========================================================================== */

.ui-message {
  background-color: #5d6970;
  color: #fff;
  padding: 1em;
  margin: 1em 0;
  border-radius: 4px;
}

.ui-message.is-success-message {
  background-color: #7dbf63;
}

/*  Action Bar
        ========================================================================== */

.action-bar {
  background-color: #7dbf63;
  color: #fff;
  text-align: center;
  padding: 4em 3em;
}

.action-heading {
  margin-bottom: 0.5em;
}

.action-sub-heading {
  opacity: 0.8;
  margin-bottom: 2em;
}

/*  Tables
        ========================================================================== */

.data-row td,
.column-heading {
  line-height: 1.25em;
  padding: 1em 0.5em;
}

.data-table {
  margin-bottom: -1px;
  width: 100%;
  table-layout: fixed;
}

.data-row {
  border-bottom: 1px solid #eceff0;
}

.data-row:first-child {
  border-top: 1px solid #eceff0;
}

.column-heading {
  font-weight: 600;
  text-align: left;
}

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

.cell-sub-heading {
  margin-top: 8px;
}

.callout-cell {
  font-size: 0.75em;
  padding: 4px;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cell-description {
  display: block;
  font-size: 0.75em;
  padding-top: 4px;
}

.divider-row {
  border-width: 4px;
}

/*  Horizontal Scrolling Table Pattern
        ========================================================================== */

.table-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.table-container .data-table-scroll {
  table-layout: auto;
}

.table-container .data-table-scroll th,
.table-container .data-table-scroll td {
  white-space: nowrap;
}

/*  Tabbed Content
        ========================================================================== */

.ui-tabs .ui-tab-link {
  color: #5d6970;
  border: 4px solid #f4f6f6;
  display: block;
  padding: 0.75em 1.5em;
  text-align: center;
  font-weight: 600;
  border-radius: 100px;
  transition: all 0.3s ease-in;
}

.ui-tabs .active-tab .ui-tab-link {
  background-color: transparent;
  border-color: inherit;
  color: #7dbf63;
}


  .responsive-img{ height: 100%; }

  .primary-image-overview{
    background: transparent;
  }

  .primary-block-palms {
    background-image: url("../images/palm-leaf-primary-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
  }

  .primary-image-sponsors{
    background: transparent;
  }

  .primary-image-call-for-speakers{
    background: transparent;
  }

  .secondary-image-overview-a {
    background: transparent;
  }

  .secondary-image-overview-b {
    background: transparent;
  }

  .secondary-image-overview-c {
    background: transparent;
  }

  .sponsors-palms {
    background-image: url("../images/palm-leaves-bg-green.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .registration-palms {
    background-image: url("../images/palm-leaves-bg-green.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }

/* Image effects
        ========================================================================== */
  .image-hover-scale { 
    transition: all 0.2s;
  }
  .image-hover-scale:hover {
    transform: scale(1.01);
    transition: all 0.2s;
  }


/*  Form Styling
        ========================================================================== */

  .speakers-form {
    max-width: 700px;
    margin: auto;
  }

.field-input,
.field-select,
.hs-form-container .hs-form fieldset.form-columns-1 .hs-input,
.hs-form-container .hs-form fieldset.form-columns-2 .hs-input,
#pardot-form input,
#pardot-form select,
#pardot-form textarea {
  font-size: 1em;
  padding: 0.5em;
  border: 1px solid #c8ced1;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box !important;
}

.field-input:focus,
.field-select:focus,
.hs-form-container .hs-form fieldset.form-columns-1 .hs-input:focus,
.hs-form-container .hs-form fieldset.form-columns-2 .hs-input:focus,
#pardot-form input:focus,
#pardot-form select:focus,
#pardot-form textarea:focus {
  border-color: #a0d694;
  outline: none;
  box-shadow: 0 0 20px rgba(95, 186, 74, 0.1);
  transition: all 0.15s ease-in;
}

.field-label,
.field-checkbox,
.hs-form-container .hs-form fieldset.form-columns-1 label,
.hs-form-container .hs-form fieldset.form-columns-2 label {
  color: #000;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}

.field-label .required,
.field-checkbox .required,
.hs-form-container .hs-form fieldset.form-columns-1 label .required,
.hs-form-container .hs-form fieldset.form-columns-2 label .required,
.field-label .hs-form-required,
.field-checkbox .hs-form-required,
.hs-form-container .hs-form fieldset.form-columns-1 label .hs-form-required,
.hs-form-container .hs-form fieldset.form-columns-2 label .hs-form-required {
  color: #f06133;
}

.hs-form-container .hs-form .hs-button.primary.large,
.hs-form-container input[type="submit"],
#pardot-form input[type="submit"] {
  background: #7dbf63;
  border: 4px solid #7dbf63;
  display: inline-block;
  color: #fff;
  padding: 1em 2.5em;
  font-size: 1.125em;
  text-shadow: none;
  border-radius: 100px;
  box-shadow: none;
}

.hs-form-container .hs-form .hs-button.primary.large:focus,
.hs-form-container input[type="submit"]:focus,
#pardot-form input[type="submit"]:focus {
  background: transparent;
  color: #7dbf63;
  outline: none;
  transition: all 0.15s ease-in;
}

.field-container {
  zoom: 1;
  margin-bottom: 18px;
}

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

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

.field-select {
  height: 2.5em;
  line-height: 1em;
}

.field-checkbox {
  font-weight: 400;
}

.field-checkbox input {
  margin-right: 5px;
}

.has-error .field-label {
  color: #f06133;
}

.has-error .field-label:before {
  content: '!';
}

.has-error .field-input {
  border-color: #f06133;
}

.hs-form-container .hs-form fieldset {
  max-width: none;
  margin-left: -2em;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form-container .hs-form fieldset.form-columns-2 .hs-form-field {
  padding-left: 2em;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs-input,
.hs-form-container .hs-form fieldset.form-columns-2 .hs-input {
  height: 2.5em;
  line-height: 1em;
  max-width: none;
  box-shadow: none;
}

.hs-form-container .hs-form fieldset.form-columns-1 textarea.hs-input,
.hs-form-container .hs-form fieldset.form-columns-2 textarea.hs-input {
  height: 6em;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"],
.hs-form-container .hs-form fieldset.form-columns-2 .hs-input[type="checkbox"] {
  width: auto;
  height: auto;
}

.hs-form-container .hs-form fieldset.form-columns-1 .hs_newsletter .hs-form-booleancheckbox-display,
.hs-form-container .hs-form fieldset.form-columns-2 .hs_newsletter .hs-form-booleancheckbox-display {
  text-align: center;
}

.hs-form-container .hs-form fieldset.form-columns-1 label,
.hs-form-container .hs-form fieldset.form-columns-2 label {
  font-family: inherit;
}

.hs-form-container .hs-form .actions,
.hs-form-container .hs-form .inputs-list {
  margin: 0;
  padding: 0;
}

.hs-form-container .hs-form .hs_newsletter,
.hs-form-container .hs-form .hs_submit {
  text-align: center;
}

/*  ==========================================================================
    Main Structure
    ========================================================================== */

/*  Body
        ========================================================================== */

.large-viewport-container {
  max-width: 1280px;
}

.primary-block {
  margin-top: 1em;
}

/* Content Blocks */

.content-small {
  padding: 1.5em;
}

.content-standard {
  padding: 2em;
}

.content-large {
  padding: 3em;
}

@media screen and (min-width: 768px) {
  /* Content Blocks */

  .content-small {
    padding: 3em;
  }

  .content-standard {
    padding: 4em;
  }

  .content-large {
    padding: 6em 4em;
  }
}

.content-off-white {
  background-color: #fafbfb;
}

.content-off-white-cool {
  background-color: #e5edf0;
}

.content-white {
  background-color: #ffffff;
}

.content-dark-green {
  background-color: #004600;
}

.content-teal {
  background-color: #2A80E4;
}
.content-black {
  background-color: #000000;
}

.content-bottom-gradient {
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(to bottom, #fff 30%, #eceff0 100%);
  /* W3C */
  background-repeat: no-repeat;
}

.action-block-bg{
  background: url("../images/action-bar-bg-teal-green.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.rounded-8{ border-radius: 8px; }
.rounded-12{ border-radius: 12px; }

/*  Main Navigation
        ========================================================================== */

.site-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  height: 104px;
}

.is-scrolled .site-navigation {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #d0d7da;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /*.navigation-cta{ display: inline-block; }*/
  animation-name: navigation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-duration: 0.5s;
  -o-background-sizeanimation-delay: 0s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  -ms-animation-duration: 0.5s;
  -ms-background-sizeanimation-delay: 0s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.is-scrolled .site-navigation .navigation-item {
  
}

.is-scrolled .site-navigation .navigation {
  font-size: 0.875em;
}

.is-scrolled .site-navigation .sub-navigation-container {
  font-size: 1.125em;
}

.is-scrolled .site-navigation > .container {
  max-width: 1280px;
}

.primary-navigation {
  float: left;
  font-size: 0.875em;
  margin-left: 2em;
}

.primary-navigation .navigation-link {
  display: block;
  padding: 3em 0.6em;
  color: #5d6970;
}

.primary-navigation .navigation-link:hover {
  color: #7dbf63;
}

.primary-navigation .has-sub-navigation:hover .sub-navigation-container {
  max-height: 400px;
  transition: max-height 1s cubic-bezier(0, 0.5, 0, 1);
}

.primary-navigation .has-sub-navigation:hover .navigation-link {
  position: relative;
}

.primary-navigation .has-sub-navigation:hover .navigation-link:after {
  bottom: 0;
  opacity: 1;
}

.primary-navigation .has-sub-navigation .navigation-link {
  position: relative;
}

.primary-navigation .has-sub-navigation .navigation-link:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: #394146;
  transition: all 0.15s ease-in-out;
}

.is-scrolled .primary-navigation .navigation-link {
  padding: 3em 0.6em;
}

.nav-icon {
  display: inline-block;
  margin-bottom: 0.5em;
}

.sub-navigation-container {
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #394146;
  text-align: center;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}

/*  Secondary Navigation
        ========================================================================== */

.secondary-navigation {
  float: right;
  font-size: 0.875em;
  color: #fff;
}

.secondary-navigation .navigation-item {
  display: none;
  padding: 0 0 0.75em;
}

.secondary-navigation .navigation-item:first-child {
  margin-right: 0.5em;
}

/*
.secondary-navigation .navigation-item:first-child:after {
  content: '\25cb';
}
*/

.secondary-navigation .navigation-link {
  padding: 0.5em;
}

.secondary-navigation .navigation-phone,
.secondary-navigation .navigation-mobile {
  display: inline-block;
}

.secondary-navigation .button {
  color: #ffffff;
}

.secondary-navigation .button:hover {
  background-color: transparent;
  color: #349f50;
}

.button-phone,
.mobile-navigation-button {
  display: inline-block;
  padding: 2em 0.5em 2em 2em
}

/*  Mobile Navigation
        ========================================================================== */

.mobile-navigation-button {
  cursor: pointer;
  font-size: 1.25em;
  color: #394146;
}

.mobile-navigation-icon,
.mobile-navigation-icon:before,
.mobile-navigation-icon:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #7dbf63;
}

.mobile-navigation-icon {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 0.25em;
}

.mobile-navigation-icon:before,
.mobile-navigation-icon:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
}

.mobile-navigation-icon:before {
  top: -6px;
}

.mobile-navigation-icon:after {
  bottom: -6px;
}

/*  Header
        ========================================================================== */

.logo {
  float: left;
  display: block;
  padding: 32px 0;
}


.logo .scaling-icon-container {
  padding-bottom: 43%;
}


/* Carousel
        ========================================================================== */


.carousel {
  margin-left: 1em;
  margin-right: 1em;
}

ul.slides {
  display: block;
  position: relative;
  height: 140px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.carousel-controls {
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  z-index: 999;
  font-size: 100px;
  line-height: 80px;
  color: #7dbf63;
}

.carousel-controls label {
  display: none;
  position: absolute;
  padding: 0 20px;
  opacity: 1;
  transition: opacity .2s;
  cursor: pointer;
}

.carousel-controls .prev-slide {
  text-align: left;
  left: 0;
}

.carousel-controls .next-slide {
  text-align: right;
  right: 0;
}

input:checked + .slide-container .slide-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
  z-index: 10;
}

input:checked + .slide-container .carousel-controls label {
  display: block;
}


  .csstransitions {
    /*  Qgiv Product Page
	    ========================================================================== */
    /*  Hobnob Product Page
	    ========================================================================== */
    /* Feature Pages 
		========================================================================== */
    /*  Kiosk Product Page
	    ========================================================================== */
  }

  .csstransitions .overflow-hidden {
    overflow: hidden;
  }

  .csstransitions .product-image {
    transition: all ease-in-out 1s;
  }

  
  .csstransitions .product-image-group.is-active {
    /*  Qgiv Product Page
		        ========================================================================== */
    /* Feature Pages 
				========================================================================== */
    /*  Hobnob Product Page
		        ========================================================================== */
    /*  Kiosk Product Page
			    ========================================================================== */
  }


/*  Hero Banner
        ========================================================================== */

.hero-container {
  position: relative;
  background-color: #39722c;
  height: 416px;
}

.hero-container-small {
  position: relative;
  background-color: #5d6970;
  height: 320px;
}

.hero-overview {
  background: url('../images/hero-overview.jpg') center center no-repeat;
  background-size: cover;
}

.hero-sponsors {
  background: url('../images/hero-sponsors-2024.jpg') center center no-repeat;
  background-size: cover;
}

.hero-speakers {
  background: url('../images/hero-call-for-speakers-2024.jpg') center center no-repeat;
  background-size: cover;
  background-position: right center;
}

.hero-registration {
  background: url('../images/hero-registration-2024.jpg') left center no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-location {
  background: url('../images/hero-location.jpg') left center no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-faq {
  background: url('../images/hero-faq.jpg') left center no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-image,
.hero-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.hero-image-overlay {
  z-index: 1;
}

.hero-message-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.hero-message {
  display: table;
  width: 100%;
  height: 100%;
}

.hero-collapsed .hero-message {
  display: none;
}

.hero-message-content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  padding: 0 3em 0;
}

.hero-heading {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.hero-sub-heading {
  font-weight: 300;
  font-size: 0.875em;
}

.hero-cta {
  padding: 1em 0;
}

/*  Countdown
========================================================================== */

.countdown, .countdown-minimal{
  text-align: center;
  color: #FFC61C;
  list-style: none;
}
.countdown li{
  display: inline-block;
  list-style-type: none;
  
  font-size: 0.9em;
  text-decoration: uppercase;
  margin: 1em;
}

.countdown span{
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  width: 100px;
  height: 100px;
  background-color: #004600;
  border-radius: 2em;
}
.countdown-minimal li{
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  text-decoration: uppercase;
  margin: 1em;
}

.countdown-minimal span{
  font-size: 2em;
  margin: 1em;
  font-weight: 300;
  width: 35px;
  height: 48px;
}



/*  Page-Specific Styles
========================================================================== */



/*  Image Group Styles
        ========================================================================== */


@media screen and (min-width: 1025px) {
  .responsive-generic-image-container {
    max-width: none;
    width: 64em;
    margin: -30% auto 0 -140%;
  }
}

/* Control Panel Dashboard - Generic */

.cp-dashboard-generic {
  display: block;
}

@media screen and (min-width: 1025px) {
  .cp-dashboard-generic-container {
    margin-top: -20%;
  }

  .cp-dashboard-generic {
    width: 900px;
    max-width: none;
  }

  .hero-registration {
    background: url('../images/hero-registration-2024.jpg') left center no-repeat;
    background-size: cover;
    background-position: right center;
  }
}

/* Responsive Overview Image Container */

.responsive-overview-image-container {
  margin: 2em 0;
}

.responsive-mobile-image {
  position: absolute;
  right: -5%;
  bottom: -15%;
  width: 29.1666666667%;
}

@media screen and (min-width: 1025px) {
  .responsive-overview-image {
    width: 600px;
    max-width: none;
  }

  .responsive-mobile-image {
    width: 175px;
    right: -15%;
    bottom: -30%;
  }
}

/* Hobnob Overview Container */

.hobnob-overview-container .hobnob-more-image-container {
  position: absolute;
  right: -5%;
  top: -10%;
  width: 66%;
  z-index: 1;
}

.hobnob-overview-container .hobnob-responsive-laptop {
  float: none;
  margin-top: 2em;
}

@media screen and (min-width: 1025px) {
  .hobnob-overview-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .hobnob-overview-container .hobnob-more-image-container {
    top: -5%;
  }

  .hobnob-overview-container .hobnob-responsive-laptop {
    margin-top: 0;
  }
}

/* Donor Growth Container */

@media screen and (min-width: 1025px) {
  .donor-growth-image-container.scaling-icon-container {
    position: absolute;
    margin-top: -5%;
  }
}

/*  Footer
        ========================================================================== */

.footer-nav{
  list-style: none;
  font-size: 0.875em;
  color: #eceff0;
}

.footer-nav li{
  display: inline;
  padding-right: 1em;
}

.footer-nav a:hover{
  text-decoration: none;
  color: #ffffff;
}

.footer-container {
  clear: both;
  background-color: #394146;
  color: #eceff0;
}

.footer-container .tri-dot-divider {
  margin: 2em 0;
}

.footer-navigation {
  margin-bottom: 2em;
}

.footer-navigation .navigation-item {
  margin-bottom: 0.75em;
}

.footer-navigation .blog-navigation-item {
  font-size: 1.125em;
  margin-bottom: 1em;
}

.footer-navigation .navigation-link {
  color: #9ea8ae;
}

.footer-navigation .navigation-link:hover {
  color: #fff;
}

.footer-navigation-heading {
  color: #fff;
  margin-bottom: 1em;
}

.attribution {
  font-size: 0.875em;
  color: #9ea8ae;
  text-align: center;
}

.attribution .attribution-item {
  width: 100%;
}

.attribution .attribution-item:first-child .simple-grid-unit {
  padding: 0.75em;
}

.attribution strong {
  color: #fff;
}

.attribution p {
  margin-bottom: 0;
}

.social-list .social-list-item {
  margin-left: 0.5em;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.social-list .social-list-item:hover {
  opacity: 1;
}

.social-list img {
  width: 1.25em;
}

.footer-logo {
  display: inline-block;
  width: 100px;
  margin: 2em 0;
}

.footer-logo .scaling-icon-container {
  padding-bottom: 43%;
}

.colophon {
  font-size: 0.875em;
  color: #909ca3;
  text-align: center;
}

.colophon-item {
  padding: 1em;
}

/*  ==========================================================================
    UI Helpers
    ========================================================================== */

/* Layout */

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-float {
  clear: both;
}

.block-centered {
  display: block;
  margin: 0 auto;
}

.icon-1x {
  height: 32px;
  width: 32px;
}

.icon-2x {
  height: 64px;
  width: 64px;
}

.icon-3x {
  height: 96px;
  width: 96px;
}

.icon-4x {
  height: 128px;
  width: 128px;
}

.icon-5x {
  height: 256px;
  width: 256px;
}

.icon-96{
  max-width: 96px;
  max-height: 96px;
}

.icon-fallback-fluid {
  max-width: none;
  width: 100%;
}

.scaling-icon-container {
  height: 0;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.scaling-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.max-width-500 {
  max-width: 500px;
}

.width-100 {
  width: 100%;
}

/* Text Position */

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

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

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

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

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

/* Text Color */

.text-white {
  color: #ffffff;
}

.text-green {
  color: #004600;
}

.text-orange {
  color: #f29b25;
}

.text-teal {
  color: #89c8b5;
}

.text-pink {
  color: #F99DA0;
}

.text-dark-gray {
  color: #394146;
}

.text-orange-icon:before {
  content: "";
  display: inline-block;
  background: url("../images/title-orange.png");
  margin-right: 0.3em;
  width: 34px;
  height: 32px;
}

.track-lime:before {
  content: "";
  display: inline-block;
  background: url("../images/lime-track.svg") no-repeat;
  top: 0.5em;
  position: relative;
  margin-right: 0.5em;
  margin-left: -2em;
  width: 24px;
  height: 24px;
}

.track-lemon:before {
  content: "";
  display: inline-block;
  background: url("../images/lemon-track.svg") no-repeat;
  top: 0.5em;
  position: relative;
  margin-right: 0.5em;
  margin-left: -2em;
  width: 24px;
  height: 24px;
}

.track-orange:before {
  content: "";
  display: inline-block;
  background: url("../images/orange-track.svg") no-repeat;
  top: 0.5em;
  position: relative;
  margin-right: 0.5em;
  margin-left: -2em;
  width: 24px;
  height: 24px;
}

.text-dark-gray {
  color: #394146;
}

/* Text Size */

.text-smaller {
  font-size: 0.875em;
}

.text-bold {
  font-weight: bold;
}

/* Margin/Padding */

.no-margin {
  margin: 0;
}

.margin-1x {
  margin: 1em;
}

.margin-2x {
  margin: 2em;
}

.margin-3x {
  margin: 3em;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-1x {
  margin-top: 1em;
}

.margin-top-2x {
  margin-top: 2em;
}

.margin-top-3x {
  margin-top: 3em;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-1x {
  margin-bottom: 1em;
}

.margin-bottom-2x {
  margin-bottom: 2em;
}

.margin-bottom-3x {
  margin-bottom: 3em;
}

.no-margin-right {
  margin-right: 0;
}

.margin-right-1x {
  margin-right: 1em;
}

.margin-right-2x {
  margin-right: 2em;
}

.margin-right-3x {
  margin-right: 3em;
}

.no-margin-left {
  margin-left: 0;
}

.margin-left-1x {
  margin-left: 1em;
}

.margin-left-2x {
  margin-left: 2em;
}

.margin-left-3x {
  margin-left: 3em;
}

.no-padding {
  padding: 0;
}

.padding-1x {
  padding: 1em;
}

.padding-2x {
  padding: 2em;
}

.padding-3x {
  padding: 3em;
}

.block-responsive-padding-3x{
  padding: 2em;
}

.block-responsive-padding-4x{
  padding: 2em;
}

.no-padding-top {
  padding-top: 0;
}

.padding-top-1x {
  padding-top: 1em;
}

.padding-top-2x {
  padding-top: 2em;
}

.padding-top-3x {
  padding-top: 3em;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-bottom-1x {
  padding-bottom: 1em;
}

.padding-bottom-2x {
  padding-bottom: 2em;
}

.padding-bottom-3x {
  padding-bottom: 3em;
}

.no-padding-right {
  padding-right: 0;
}

.padding-right-1x {
  padding-right: 1em;
}

.padding-right-2x {
  padding-right: 2em;
}

.padding-right-3x {
  padding-right: 3em;
}

.no-padding-left {
  padding-left: 0;
}

.padding-left-1x {
  padding-left: 1em;
}

.padding-left-2x {
  padding-left: 2em;
}

.padding-left-3x {
  padding-left: 3em;
}

/* Display */

.hide-content,
.print-only {
  display: none;
}

.show-content {
  display: block;
}

.hidden-accessibility {
  position: absolute;
  left: -99999px;
}

.overflow-hidden {
  overflow: hidden;
}

.show-mobile {
  display: block;
}

.show-desktop {
  display: none;
}

.rounded-avatar {
  border-radius: 50%;
}

.number-highlight-circle {
  display: inline-block;
  border-radius: 50%;
  width: 76px;
  border: 3px solid #7dbf63;
  color: #7dbf63;
  margin-bottom: 0.1em;
}

.number-highlight-circle span {
  text-align: center;
  line-height: 70px;
  display: block;
}

.rating {
  font-size: 1em;
  text-transform: uppercase;
  padding-left: 2em;
}

.rating-good {
  color: #7dbf63;
}

.rating-good .indicator {
  display: inline-block;
  background-color: #7dbf63;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.7em;
}

.rating-bad {
  color: #f06133;
}

.rating-bad .indicator {
  display: inline-block;
  background-color: #f06133;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.7em;
}

/* Position */

.has-anchor-element {
  position: relative;
}

/*  ==========================================================================
    Third Party Styles
    ========================================================================== */

/*  ==========================================================================
    Media Queries
    ========================================================================== */


@media screen and (max-width: 1024px) {
  .logo {
    position: relative;
    z-index: 2;
  }

  .mobile-hero{ display: block; height: 320px; background-image: url(/givecon/_resources/images/hero-tablet-givecon-2x.webp); background-position: top center; background-size: cover; }


  .mobile-navigation-is-active .secondary-navigation {
    z-index: 1;
  }

  .primary-navigation {
    height: 0;
    overflow: hidden;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 0;
  }

  .primary-navigation .navigation-item {
    display: block;
    text-align: center;
  }

  .primary-navigation .navigation-link {
    padding: 1.5em 1em;
    color: #fff;
    transition: background-color 0.2s ease-in-out;
    background: #004600;
    border: 1px solid #ffffff;
  }

  .primary-navigation .navigation-link:hover {
    background-color: #5d6970;
  }

  .mobile-navigation-is-active .primary-navigation {
    padding-top: 180px;
    height: auto;
  }

  .secondary-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    /*.page-home &{
                .navigation-item{ padding: 0; }
            }*/
  }

  .is-scrolled .secondary-navigation .button-phone {
    padding: 0;
  }

  .is-scrolled .secondary-navigation .mobile-navigation-icon {
    background-color: #7dbf63;
  }

  .is-scrolled .secondary-navigation .mobile-navigation-icon:before,
  .is-scrolled .secondary-navigation .mobile-navigation-icon:after {
    background-color: #7dbf63;
  }

  .mobile-navigation-is-active .secondary-navigation .navigation-item {
    color: #fff;
  }

  .mobile-navigation-is-active .secondary-navigation .navigation-cta {
    display: block;
  }

  .mobile-navigation-is-active .primary-navigation .navigation-link {
    padding: 0.7em;
  }

  .mobile-navigation-is-active .primary-navigation {
    font-size: 1em;
  }

  .mobile-navigation-is-active .secondary-navigation .navigation-login {
    display: inline-block;
  }

  .mobile-navigation-is-active .secondary-navigation .mobile-navigation-icon {
    background-color: #004600;
  }

  .mobile-navigation-is-active .secondary-navigation .mobile-navigation-label {
    color: #004600;
  }

  .mobile-navigation-is-active .secondary-navigation .mobile-navigation-icon:before,
  .mobile-navigation-is-active .secondary-navigation .mobile-navigation-icon:after {
    background-color: #004600;
  }

  .mobile-navigation-is-active .secondary-navigation .button {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #349f50;
    border-color: #349f50;
    margin: 0 auto;
  }

  .countdown span{
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .superhero-responsive {
    margin: 0 auto;
    float: none;
  }

  .page-givi .givi-phone {
    margin: 0 auto -3.5em;
  }

  .page-givi .heading-alpha,
  .page-givi .article-body h1,
  .article-body .page-givi h1 {
    font-size: 2em;
    font-weight: 300;
  }

  .feature-cms-container {
    max-width: 632px;
    width: 100%;
  }

  .feature-cms-graphic-a,
  .feature-cms-graphic-b,
  .feature-cms-graphic-c {
    display: none;
  }

  .feature-cms-graphic-d {
    display: block;
    padding: 1em;
  }
}

@media screen and (max-width: 600px) {
  .heading-alpha,
  .article-body h1 {
    font-size: 2.25em;
  }

  .mobile-hero{ display: block; height: 320px; background-image: url(/givecon/_resources/images/hero-mobile-givecon-2x.webp); background-position: top center; background-size: cover; }

  .site-navigation {
    padding: 0 1em;
  }

  /* Split Content Container */

  .split-content-container .split-content-box-container:first-child .split-content-box {
    border-left: none;
  }

  .split-content-container .split-content-box-container .split-content-box {
    border-top: none;
    border-left: 1px solid #dee3e5;
  }

}

@media screen and (max-width: 768px) {
  /* Page Header */


  /* Page Sub Navigation */

  .sub-nav-trigger {
    display: none;
  }

  .sub-navigation {
    display: block;
  }

  .sub-navigation .navigation-item {
    border-top: none;
    display: inline-block;
  }

  .sub-navigation .is-active:before,
  .sub-navigation .is-active:after {
    content: '';
    display: block;
  }



  /* Page Specific Styles @768 */


}

@media screen and (min-width: 1025px) {
  .heading-alpha,
  .article-body h1 {
    font-size: 2.5em;
  }

  .mobile-hero{ display: none; }

  .hero-sub-heading {
    font-size: 1.25em;
  }

  .primary-navigation {
    display: block;
  }

  .secondary-navigation .navigation-item {
    display: inline-block;
  }

  .secondary-navigation .navigation-cta {
    display: block;
    padding: 0 1em;
  }

  .secondary-navigation .navigation-mobile {
    display: none;
  }

  .page-home .secondary-navigation {
    font-size: 1em;
  }

  .page-home .secondary-navigation .navigation-item {
    padding: 2em 0.5em;
  }

  .is-scrolled .secondary-navigation .navigation-item {
    padding: 0 0 0.5em;
  }

  .is-scrolled .secondary-navigation .navigation-item:first-child {
    margin-right: 0;
  }

  .is-scrolled .secondary-navigation .navigation-cta {
    display: block;
    padding: 0 1em;
  }

  .is-scrolled .secondary-navigation .navigation-cta .button {
    border-color: #349f50;
    background-color: #349f50;
    color: #fff;
  }

  .is-scrolled .secondary-navigation .navigation-cta .button:hover {
    background-color: transparent;
    color: #349f50;
  }

  .button-phone,
  .mobile-navigation-button {
    padding: 0;
  }

  .show-mobile {
    display: none;
  }

  .show-desktop {
    display: block;
  }

  .show-desktop-simple {
    display: table-cell;
  }

  .desktop-float-left {
    float: left;
  }

  .desktop-float-right {
    float: right;
  }

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

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

  .block-responsive-padding-4x{
    padding: 4em;
  }

  .content-box-shadow-hex {
    background-size: contain;
  }

  .simple-grid-unit {
    display: table-cell;
    vertical-align: middle;
  }

  .desktop-simple-grid .simple-grid-unit {
    display: block;
    vertical-align: middle;
  }


  /* Page Specific Styles @1024 */

  .primary-image-overview{
    background: url("../images/overview-primary-image-1x.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .secondary-image-overview-a {
    background: url("../images/overview-secondary-a-2x.webp") center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1em;
  }

  .secondary-image-overview-b {
    background: url("../images/overview-secondary-b-2x.webp") center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1em;
  }

  .secondary-image-overview-c {
    background: url("../images/overview-secondary-c-2x.webp") center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; 
    border-radius: 1em;
  }

  .primary-image-sponsors{
    background: url("../images/sponsors-primary-image-2025.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  .primary-image-call-for-speakers{
    background: url("../images/call-for-speakers-primary-image-2024.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }

  .secondary-image-call-for-speakers {
    background: url("../images/call-for-speakers-secondary-image-2024.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 0;
  }

  .primary-image-location{
    background: image-set( url("../images/location-hotel-1x.webp") 1x, url("../images/location-hotel-2x.webp") 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  .demo-request-header {
    padding-bottom: 14%;
  }

  .demo-request-header .demo-logo {
    padding: 0;
    margin: 0.5em 2em 0;
    width: 150px;
  }

  .demo-request-header .hero-heading {
    font-size: 2.25em;
  }

  .demo-request-header .hero-message-content {
    padding: 3em 1em 1em;
  }

  /* Footer */

  .attribution {
    text-align: left;
  }

  .attribution .attribution-item {
    width: 50%;
    float: left;
  }

  .attribution .attribution-item:first-child {
    width: 45%;
    float: right;
  }

  .attribution .attribution-item:first-child .simple-grid-unit {
    padding: 0;
  }

  .desktop-simple-grid .simple-grid-unit {
    display: table-cell;
    vertical-align: middle;
  }

  .footer-navigation {
    margin: 0;
  }

  .footer-logo {
    margin: 0 2em 0 0;
  }

  /* Horizontal Scrolling Table Pattern */

  .table-container {
    overflow: visible;
  }

  .table-container .data-table-scroll {
    table-layout: fixed;
  }

  .table-container .data-table-scroll td {
    white-space: normal;
  }

  /* Feature Pages */

  .feature-cms-container {
    width: 682px;
  }

  .feature-cms-container .product-image {
    padding: 0;
  }

  .feature-cms-graphic-a,
  .feature-cms-graphic-b,
  .feature-cms-graphic-c {
    display: block;
  }

  .feature-cms-graphic-d {
    display: none;
  }

  /* Testimonial block */

  .testimonial-attribution {
    min-width: 350px;
  }
}

@media screen and (min-width: 1440px) {

  .heading-alpha,
  .article-body h1 {
    font-size: 2.875em;
  }

  .block-responsive-padding-3x{
    padding: 5em;
  }

  .block-responsive-padding-4x{
    padding: 6em;
  }

  .demo-request-header {
    padding-bottom: 14%;
  }

  .attribution .attribution-item {
    width: 40%;
  }

  .content-box {

  }

  .content-box .content-box-footer {
    margin: 2em -1.5em -2em;
    padding: 1em;
  }

  /* Feature Pages */

  .feature-cms-container {
    width: 682px;
  }
}

@media screen and (min-width: 1600px) {

  .hero-parallax-layer.hero-parallax-bg { border-radius: 0.5em; }
  .content-box-shadow-hex{ border-radius: 0.5em; }
}