/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 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 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* 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;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * 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 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.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * 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;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100% !important;
    -ms-interpolation-mode: bicubic;
}

/* 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;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

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"], /* 1 */
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;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

    /**
 * 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 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 44px;
}

/**
 * 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 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Clearfix */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* Sponsorworks CSS */



body {
    background-color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

h1, .h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto .6em auto;
    font-style: italic;
    color:white;
    font-family: "Barlow Condensed", sans-serif;
    margin-left:-20px;
}

h2, .h2 {
    text-align: center;
    line-height: 1;
    margin: 0.6em auto .6em auto;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    max-width: 620px;
}

strong {
    font-weight: 700;
}

header {
    text-align: center;
    padding: 88px 4% 44px 4%;
    
    float: left;
    width: 100%;
    box-sizing: border-box;
}
header.feature-banner {
    padding:0;
}

header.feature-banner .wrapper-50 {
    padding: 88px 4% 44px 4%;
}

header.feature-banner .wrapper-50:first-child {
    display:none;
}
header.home {
    background: transparent url(../images/header-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
header.about-banner {
    background: transparent url(../images/about-banner.jpg) no-repeat;
    background-size: cover;
}

header h2 {
    color:#91bb4f;
}


.sub-banner h1 {
    font-style: normal;
    color:#fff;
    text-transform: uppercase;
    padding:0;
}


.green {
    color:#91bb4f;
}
header .logo {
    margin: 0.25em 0 0;
}

header .logo img {
    max-width: 320px !important;
}

@media (min-width:600px){
    header .logo img {
        width: 100%;
        max-width: 550px !important;
    }   

    h1, .h1 {
        font-size: 40px;
        margin-left:auto;
        padding-right:35px;
        
    }
}

@media(min-width:768px) {
    header h1 {
        padding-right:35px;
    }

    header.feature-banner .wrapper-50:first-child {
        display:block;
    }

    header{
        padding:116px 66px 66px 66px;
    }

    header.feature-banner {
        padding:0;
    }

    header.feature-banner .wrapper-50{
        padding:116px 66px 66px 66px;
    }


    
}

header img.headerImage {
    margin: 0 auto;
    width: 100%;
    max-width: 500px !important;
}
    /* section:nth-child(1) {
	background-color: transparent;
	color: #fff;
	padding: 1em;
} */
header p {
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    max-width: 660px;
    margin: .5em auto 1em;
}


@media (min-width:768px) {
    header p {
        font-size:1.4em;
    }
}
.italic {
    font-style: italic;
}

header:not(.sub-banner) p a, header:not(.sub-banner) p  a:visited, header:not(.sub-banner) p  a:active {
    font-size: 0.75em;
    background: #9dd450;
    padding: 0.5em;
    text-decoration: none;
    color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}



header:not(.sub-banner) p a:hover {
    background: #a4d75a;
}

.sub-banner a {
    color:#91bb4f;
    font-weight: bold;
    text-decoration: none;
}

.center-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
}

#key-features {
    float: left;
    width: 100%;
    padding:44px;
    background:transparent url(../images/audience-bg-stadium.jpg) no-repeat center;
    background-size: cover;
    color:#fff;
    position: relative;
}
#key-features h2 {
    margin-top:0;
    max-width: 1200px;
}
#key-features ul {
    padding: 0;
    margin: 0;
}

#key-features li a,
#key-features li a:visited {
    color:#81ba4e;
    font-weight: bold;
    text-decoration: none;
}

@media (min-width:1024px) {
    #key-features ul {
        column-count: 2;
        column-gap: 88px;
    }
}

#key-features li {
    width: 100%;
    list-style: none;
    display: inline-block;
    padding:0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom:14px;
}


#key-features li img {
    float: left;
    width: 40px;
    margin: 6px 0 0 0;
}


#key-features .icon-feature {
    float: left;
    width: calc(100% - 50px);
    margin: 0 0 0 10px;
}

#key-features .icon-feature p {
    margin-bottom:0;
}
#key-features .icon-feature p:last-child {
    margin-top:7px;
}

#key-features h4,
#key-features p {
    color:#fff;
}
h3, .h3 {
    color:#242e34;
    font-size: 24px;
    text-align: center;
    margin: 0 0 0.3em 0;
    font-weight: 400;
}

.demo-cta-banner .h3 {
    color:#fff;
    margin:0 auto 18px auto;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}


h4, .h4 {
    color:#242e34;
    font-size:1.2em;
    margin:12px 0;
    padding:0;
}

.sub-banner p {
        font-size:17px;
        margin:12px auto;
}

@media(min-width:768px) {
    .sub-banner p {
        font-size:19px;
        max-width: 730px;
        margin:12px auto;
    }
    .sub-banner h1 {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
    }
}

header .h4 {
    color:#fff;
    margin:0 auto 18px auto;
    font-family: "Barlow Condensed", sans-serif;
}

#key-features .btn {
    font-size: 20px;
    position:absolute;
    bottom:-26px;
    left:0;
    right:0;
    width:160px;
    margin:0 auto;
}
@media (min-width:1024px) {
    #key-features {
        background-color:rgba(234,248,215,0.9);
    }
}

.as-used-by {
    background-color: white;
    margin: 0px auto 0 auto;
    padding: 44px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.audience-page .as-used-by,
.feature-page .as-used-by {
    padding-top:70px;
}
.as-used-by h2 {
    text-align: center;
    margin-top:0;
}

.as-used-by ul {
    padding: 0;
    text-align: center;
    margin:0 auto;
}

.as-used-by li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0 7px 7px 7px;
    vertical-align: middle;
}

.as-used-by li img {
    height: 36px;
    margin-bottom: 7px;
    vertical-align: middle;
}

#lfc img {
    height: 80px;
}

#bp img {
    height: 100px;
}

#magners img {
    height: 50px;
}

.about-sponsorworks {
    padding: 1em 1em 2em 1em;
    margin: 0;
    color: #fff;
    float: left;
    width:100%;
    background:#91bb4f url(../images/S.png) no-repeat center;
    background-size:auto 100%;
}
.what-we-do {
    padding: 1em 1em 2em 1em;
    margin: 0;
    color: #fff;
    float: left;
    width:100%;
    background:#000 url(../images/S.png) no-repeat center;
    background-size:auto 100%;
}

.what-we-do h2 {
    margin-top:0;
}

@media(min-width:768px) {
    .about-sponsorworks,
    .what-we-do  {
        padding:3em 1em 3em 1em;
    }
}


.testimonials {
    padding: 44px;
    margin: 0;
    color: #fff;
    background-color: #91bb4f;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.testimonials h2,
.testimonials h3 {
    text-transform: uppercase;
    color:#242e34;
}

.testimonials p {
    color:#fff;
}

.testimonials h2 {
    margin-top:0;
}

.testimonials .btn {
    position: absolute;
    bottom:-30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 128px;
}

.about-sponsorworks h2,
.about-sponsorworks h3 {
    color: #fff;
}

.about-sponsorworks p {
    font-size: 1.2em;
    line-height: 1.4em;
    max-width: 860px;
    margin: 0 auto 12px auto;
    text-align: center;
    color:white;
}


@media (min-width:768px) {
    .about-sponsorworks p {
        font-size:1.4em;
    }
}

.about-sponsorworks h3 {
    text-align: center;
    max-width: 700px;
    margin: 1em auto 0.5em auto;
}

.book-demo form {
    background: #deeec9;
    padding: 0;
    float:left;
    width:100%;
}
.book-demo h2 {
    color:#242e34;
}


legend {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.book-demo form p {
    width: 100%;
    margin: 0 0 1em;
    color:#242e34;
}

.form-elements-wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.form-element-wrapper {
    float: left;
    width: 100%;
    margin: 8px 0 12px 0;
    position: relative;
}

.form-element-wrapper label {
    float: left;
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 8px;
    top: -9px;
    padding: 0 4px;
}

.ie9 .form-element-wrapper label {
    display: block;
    float: left;
    text-align: left;
    margin: 2px 0 0 0;
}


.form-element-wrapper input, .form-element-wrapper select, .form-element-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px #ccc;
    border: 1px solid #ccc;
    padding: 14px;
    outline: none;
    font-size: 14px;
}

.form-element-wrapper textarea {
    max-width: 100%;
}

.form-element-wrapper select {
    width: 100%;
    padding: 4px 4px 4px 0;
}

form input[type=submit] {
    border: 1px solid #8bc737;
    background-color: #9dd450;
    padding: 7px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0px 0px 2px #ccc;
    margin: 5px auto;
    font-size:17px;
}

footer {
    background: #000;
    background-size: cover;
    padding: 4%;
    float: left;
    width: 92%;
    border-top:14px solid #91bb4f;
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 0.95em;
    text-align: center;
}

footer p a, footer p a:visited, footer p a:hover {
    color: #9dd450;
    text-decoration: none;
    font-weight: 700;
}

footer p.minor {
    margin: 2em 0 0 0;
    font-size: 0.5em;
}

footer p.minor a {
    color: #aaa;
}


@media all and (min-width: 650px) {



    .group {
        margin: 0 auto;
        max-width:1200px;
    }


    .as-used-by li {
        margin: 0 8px 6px 8px;
    }
    


.form-element-wrapper {
    margin: 0 auto 8px auto;
}

.form-element-wrapper.button {
    width: 145px;
    float: none;
}

.form-element-wrapper input, .form-element-wrapper select, .form-element-wrapper textarea {
    margin: 4px 0 6px 0;
}

.form-element-wrapper label {
    top: -6px;
}

 form {
     margin: 0;
 }
}

@media all and (min-width:768px) {
    header {
        padding-top: 101px;
        padding-bottom: 44px;
    }



    .about-sponsorworks h2 {
        margin-top: 0;
    }

    h2 {
        margin: 32px auto;
        font-size: 44px;
    }

    #key-features ul {
        padding: 14px 0 0 0;
    }


   
}

@media all and (min-width: 960px) {
   

    h3, legend {
        font-size: 22px;
    }

    .as-used-by li {
        margin: 12px;
        display: inline-block;
    }

        .as-used-by li img {
            height: 52px;
        }

    #magners img {
        height: 62px;
    }

    #lfc img {
        height: 94px;
    }



    footer {
        padding: 1%;
        width: 98%;
    }
}

iframe {
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 4px 16px;
    border-radius: 0px;
    font-weight: 700;
    cursor: pointer;
    color: #222;
    background: white;
    text-decoration: none;
    display: inline-block;
}

.btnIcon {
    padding: 4px 16px;
    border-radius: 0px;
    font-weight: 700;
    cursor: pointer;
    color: #222;
    background: white;
    text-decoration: none;
    display: inline-block;
}
.btn--primary {
    background: #97bf59;
    color: #fff;
    padding:12px 14px;
    text-transform: uppercase;
  
}
.btn:hover,
.btn:visited:hover {
    transition: color .15s ease-in-out;
    color:#777;
} 

.btn--primary:hover,
.btn--primary:visited:hover {
    transition: background-color .15s ease-in-out;
    background-color:#69992e;
    color:#fff;
} 

.btn--primary--reverse {
    color:#101010;
}

.btn--primary--reverse:hover,
.btn--primary--reverse:visited:hover {
    color:#101010;
} 


.btn--slanted {
-ms-transform: skewX(-13deg);
-webkit-transform: skewX(-13deg);
transform: skewX(-13deg);
}

.btn--secondary {
    background: #fff;
    color: #81ba4e;
    padding:6px 12px;
    font-size:14px;
    text-transform: uppercase;
}


.btn--secondary:hover,
.btn--secondary:visited:hover {
    transition: color .15s ease-in-out;
    color:#777;
} 


.btn--tertiary {
    background: #000;
    color: #fff;
    font-size:14px;
    text-transform: uppercase;
    font-size:20px;
}


.btn--tertiary:hover,
.btn--tertiary:visited:hover {
    transition: background .15s ease-in-out;
    background: #69992e;
   
} 

  
.btn--slanted-content {
-ms-transform: skewX(13deg);
-webkit-transform: skewX(13deg);
transform: skewX(13deg);  
display: inline-block;
}

header .btn {
    margin: 8px auto;
    display: inline-block;
    font-size:17px;
}

.primary-nav {
    padding: 12px 8px;
    box-sizing: border-box;
    text-align: center;
    z-index: 5;
}

.nav-wrapper {
    background: rgba(157,212,81,1);
    float: left;
    width: 100%;
    position: fixed;
    z-index: 3;

}


@media(min-width:768px) {
    .nav-wrapper {
        background: rgba(157,212,81,0.9);
    }
}
@media(min-width:1024px) {

    .testimonials {
        padding-bottom: 65px;
    }
}

blockquote {
    max-width: 600px;
    margin: 0 auto 32px auto;
    position: relative;
    color:#242e34;
    font-style: normal;
    padding:0 2em;
    font-size:1.3em;
}

@media (min-width:768px) {
    blockquote {
        font-size:1.4em;
    }
}

blockquote:before {
    content: "\201C";
    position: absolute;
    color: white;
    left: 0px;
    top: -20px;
    font-size: 60px;
    color: #fff;
}

blockquote:after {
    content: "\201D";
    position: absolute;
    color: white;
    right: 0;
    bottom: -0px;
    font-size: 60px;
    color: #fff;
}

blockquote img {
    width: 100px;
}

.italic {
    font-style: italic;
}

.secondary-header_left {
    width:100%;
    background: #97bf59; /* Old browsers */
    background: -moz-linear-gradient(left, #97bf59 0%, #386f06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #97bf59 0%,#386f06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #97bf59 0%,#386f06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bf59', endColorstr='#386f06',GradientType=1 ); /* IE6-9 */
    float:left;
}

.secondary-header_left-content {
    float: right;
    width: 100%;
    color:white;
    font-weight: 700;
    padding:44px 44px 44px 0;
    box-sizing: border-box;
}

.secondary-header {
    float:left;
    width:100%;
    position: relative;
}
.secondary-header_right {
    width:100%;
    float:right;
    background:url(../images/football-watching.jpg) no-repeat center;
    background-size:cover;
}

.audience-page .secondary-header_right {
    background:url(../images/sub-banner2.jpg) no-repeat center;
    background-size:cover;
}

.audience-page-rightsholder .secondary-header_right {
    background:url(../images/banner-rights-holder.jpg) no-repeat center;
    background-size:cover;
}

.audience-page-eventmanagers .secondary-header_right {
    background:url(../images/banner-event-managers.jpg) no-repeat center;
    background-size:cover;
}

@media (min-width:768px) {
   

    .secondary-header {
        display: -ms-flexbox;
        display:flex;
    }

    .secondary-header_left {
        background: #97bf59; /* Old browsers */
    }

    .secondary-header_left-content {
        max-width: 620px;
        position: relative;
        padding:44px 0;
        float:right;
    }

     .secondary-header_left-content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 34%;
        width: 400px;
        height: 100%;
        background: #97bf59; /* Old browsers */
        background: -moz-linear-gradient(left, #97bf59 0%, #386f06 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #97bf59 0%,#386f06 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #97bf59 0%,#386f06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bf59', endColorstr='#386f06',GradientType=1 ); /* IE6-9 */
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
       
    }

    .secondary-header_left { 
        width:50%;
        
    }
    .secondary-header_right { 
        width:60%;
        
    }

        
    blockquote:before {
    font-size:100px;
    top:-44px;
    }

    blockquote:after {
        font-size:100px;
        bottom:-44px;
    }


}

@media (min-width:1024px) {
  
 
    .secondary-header_left-content::after {
        left: 50%;
    }
 
}
@media (min-width:1200px) {
    .audience-page .secondary-header_right {
        background:url(../images/sub-banner2.jpg) no-repeat 0 -70px;
        background-size:cover;
    }
}
@media (min-width:1400px) {
    .secondary-header_left { 
        width:45%;
        
    }
    .secondary-header_right { 
        width:55%;
        
    }
}
.tick-list {
    margin:0 0 0 40px;
    padding:0;
    z-index:2;
    position: relative;
}

.tick-list li {
    background-image:url(../images/tick.png);
    background-repeat: no-repeat;
    background-size:20px;
    list-style: none;
    padding:0 0 18px 28px;
    font-size:17px;
}

.tick-list li:last-child{
    padding-bottom: 0;
}

@media (min-width:768px) {
    .tick-list li {
        font-size:19px; 
    }
}

.setup {
    color:white;
    padding:44px;
    float:left;
    width:100%;
    text-align: center;
}

.setup p {
    font-size:1.2em;
    line-height: 1.4em;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.setup h2 {
margin-top:0;    
}

@media (min-width:768px) {
    .setup {
        padding:3em 1em;
    }

    .setup p {
        font-size:1.4em;
    }
}


div, section, article {
    box-sizing: border-box;
}

.book-demo {
	background-color:white;
    width:100%;
	float:left;
}

.slanted-list {
    display:inline;
    margin:24px auto;
    padding:0;
    max-width: 830px;
}

.slanted-list li {
    padding: 7px 14px;
    background:#91bb4f;
    -ms-transform: skewX(-13deg);
    -webkit-transform: skewX(-13deg);
    transform: skewX(-13deg);
    list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    margin:0 auto 40px auto;
    position: relative;
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;

}
  
.slanted-content {
    -ms-transform: skewX(13deg);
    -webkit-transform: skewX(13deg);
    transform: skewX(13deg);  
    display: inline-block;
}

.slanted-list li:after {
    background:transparent url(../images/arrow-down.png) no-repeat center;
    content:"";
    background-size:35px;
    width:100px;
    height:20px;
    position: absolute;
    left:0;
    right:0;
    top:calc(100% + 12px);
    -ms-transform: skewX(13deg);
    -webkit-transform: skewX(13deg);
    transform: skewX(13deg); 
    margin:auto;
}
.slanted-list li:last-child {
    margin:0 auto 0 auto;

}
.slanted-list li:last-child:after {
    content:  none;
}

@media(min-width:768px) {
    .slanted-list {
        display: -ms-flexbox;
        display:flex;
    }

    .slanted-list li {
        margin:0 40px 0 0;
    }

    .slanted-list li:after {
        background:transparent url(../images/arrow.png) no-repeat center;
        top:0px;
        left:calc(100% + 12px);
        background-size:22px;
        height:100%;
        width:22px;
    }
}

#book-a-demo a {
    color:#91bb4f;
    text-decoration: none;
    font-weight: bold;
}

#book-a-demo h2 {
    margin-top:0;
}



.icon-list {
	font-weight: bold;
	padding:0;
	margin:0;
}


.icon-list img {
    width:40px;
    margin-right:8px;
}
.icon-list li {
	padding:0 0 12px 0;
	list-style: none;
}
.info-img {
    margin:0 auto 24px auto;
    max-width: 450px!important;
}

.icon-list {
    width:100%;
    float:left;
}

.icon-list li {
    float:left;
    width:100%;
    margin-bottom: 6px;
}
.icon-list img{
    float:left;
    margin:-6px 12px 0 0;
}




@media (min-width:660px) {
	.icon-list li {
	font-size: 19px;
    }
    

    .icon-list {
        width:50%;
    }

    .icon-list.orange-list,
    .icon-list.yellow-list {
        float:right;
        text-align:right;
    }

    .icon-list.orange-list img,
    .icon-list.yellow-list img {
        float:right;
        margin:-6px 0 0 12px;
    }

  
}
.icon-list-wrapper {
    float:left;
    width:100%;
}

@media (min-width:1024px) {
    .icon-list-wrapper {
        position:relative;
        max-width: 1200px;
        margin:0 auto;
        float:none;
    }
    .icon-list.blue-list {
        position: absolute;
        left:0;
        bottom:-20px;
    }
    .icon-list {
        width:auto;
        
    }

    .icon-list--no-image li {
        position:relative;
        padding-left:50px;
        margin-top: 6px;
        width:calc(100% - 50px);
    }

      .icon-list--no-image-right li {
        position:relative;
        padding-right:50px;
        margin-top: 6px;
        width:calc(100% - 50px);
    }

    .icon-circle::before {
        border-radius: 50%;
        width:40px;
        height:40px;
        top:-4px;
        content:"";
        position:absolute;
        left:0;
        background-color:red;
    }

    .icon-circle-right::after {
        border-radius: 50%;
        width:40px;
        height:40px;
        top:-4px;
        content:"";
        position:absolute;
        right:0;
        background-color:red;
    }

    .blue-list .icon-circle::before {
        background-color:#3169ad;
    }

    .icon-list.orange-list {
        position: absolute;
        right:0;
        top:0;
    }

     .orange-list .icon-circle-right::after {
        background-color:#df7b37;
    }

    .icon-list.yellow-list {
        position: absolute;
        right:0;
        bottom:-20px;
    }

     .yellow-list .icon-circle-right::after {
        background-color:#f4c144;
    }
}


/*New 2021 Sub Nav*/
.main-logo {
    float:left;
    width:100%;
    text-align: center;
    padding:7px;
}

.main-logo img {
    height:35px;
}

body{ -webkit-animation: bugfix infinite 1s; }

.primary-nav {
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	float:left;
	}
	
#toggleMenu { 
	display: none;
	}

#toggleMenu:checked ~ ul {  
	max-height:100%; /*Make page height*/ 
	opacity:1;
	}
	
.primary-nav > ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
    overflow: hidden;
	max-height:0;
	}

.primary-nav li {
	margin:0;
	padding:0;
	white-space:nowrap;
	display:block;
	width:100%;
	float:left;
    position: relative;
    border-top:3px solid #fff;
	}

.primary-nav a, .primary-nav a:visited {
	display:block;
	width:100%; /*required to make whole element clickable*/
    padding:7px;
    font-weight: bold;
    font-weight: bold;
    text-decoration: none;
    color:#101010;
    box-sizing: border-box;
	}

label.menuTitle {
	margin:0;
	display:block;
	cursor:pointer;
	background: url('../images/menu.png');
    background-image: url('../images/menu.svg'), none; 
	background-repeat: no-repeat;
	background-position:3% 12px;
	background-size: 24px 19px; /*Make same size as your menu.png*/
    width:37px;
    margin:0 0 0 14px;
    height:47px;
    position:absolute;
    top:-47px;
    font-size:20px;
    font-weight:bold;
    }

	
@media screen and (min-width:768px) {
	label.menuTitle {
		display:none;
		}

    .primary-nav {
        width:calc(100% - 207px);
    }
	
	.primary-nav ul { 
		display:block!important;
		border:0;
		overflow:visible;
		max-height:100%!important; 
		}	

	.primary-nav ul li {
		width:auto; 
		display:inline; 
		border:0; 
		}
    
    .main-logo {
     width:  200px; 
     margin:2px 0 0 7px;
     box-sizing: border-box;
    }
}


	/* Child CSS Functionality - do not change*/
	.primary-nav > ul ul {
		float:left;
		width:100%;
		margin:0;
		padding:0;
		}

	@media screen and (min-width:768px) {
		.primary-nav > ul > li {
			position: relative;
		}

		.primary-nav > ul > li:hover ul {
			display: block!important;
		}

		.primary-nav > ul ul {
			display:none!important;
			position: absolute;
			left:0;
			}

		.primary-nav > ul ul li {
			display: block;
			width:100%;
			float:left;
			padding:0;
			margin:0;
		}

		.primary-nav .toggleChildren {
			display:none!important;
		}
	}
	/*End Child CSS Functionality*/



/*Menu Styling CSS - change the below to suit your site!*/

.primary-nav .cta {
    display:inline-block;
    margin: 0 12px 0 0;
    margin:7px;
}
.primary-nav .cta .btn {
    padding:7px 14px;
    text-transform: uppercase;
}
	

	
@media screen and (min-width:768px) {

	.primary-nav li {
		border:0;
		}
	

	.primary-nav a, .primary-nav a:visited {
		padding:14px;
	}

    .primary-nav > ul > li:last-child {
        float:right;    
        margin-right:14px;
    }
}

/*Menu Child Styling*/
.primary-nav .toggleChildren {
	float:right;
	width:100%; /*Note width is required */
	height:36px; /*Customise to your menu height*/
	padding:0;
	display:block;
    position: absolute;
    right:0;
	background:url(../images/nav-arrow.png) no-repeat 96% center;
	background-size: 18px 12px; 
}

.primary-nav .toggleChildren.contract {
	background:url(../images/nav-arrow.png) no-repeat 96% center;
	background-size: 18px 12px; 
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.primary-nav > ul ul a, .primary-nav > ul ul a:visited {
	background:#eee;
    width:100%;
    box-sizing: border-box;
}


@media screen and (min-width:768px) {

	.primary-nav > ul ul {
		top:50px; /*height of your main nav*/
		min-width:260px; /*Set your width*/
	}

	.primary-nav > ul ul a {
		border:0;
		border-bottom:1px solid #ccc;
        text-align: left;
	}


    .primary-nav > ul > li > a:not(.btn).active,
    .primary-nav > ul > li > a:not(.btn):hover {
        color: #fff;
        transition: color 0.15s ease;
    }

    .primary-nav > ul ul > li a:not(.btn).active,
    .primary-nav > ul ul > li  a:not(.btn):hover {
        color:#777;
        transition: color 0.15s ease;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} 

.who-we-help {
    float:left;
    width:100%;
    background:white;
}
.heading-bg {
   float:left;
   width:100%;
   text-align: center;
   position: relative;
}

.heading-bg::before {
    position:absolute;
    float:left;
    height:14px;
    left:0;
    width:100%;
    content:"";
    background-color: #91bb4f;
    top:11px;
}
.heading-bg h2 {
    color:#81ba4e;
    position:relative;
    display:inline-block;
    background-color: white;
    padding:0 14px;
    margin-top:0;
}
.heading-bg h2::before {
    content:"";
    width:10px;
    height:14px;
    left:-10px;
    position:absolute;
    background: white; /* Old browsers */
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    top:11px;
}
.heading-bg h2::after {
    content:"";
    width:10px;
    height:14px;
    right:-10px;
    position:absolute;
    background: white; /* Old browsers */
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    top:11px;
}

@media(min-width:768px) {
    .heading-bg::before {
        top:17px;
    }

    .heading-bg h2::before {
        top:17px;
    }

    .heading-bg h2::after {
        top:17px;
    }
} 

.help-list {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
.help-list li {
    float:left;
    width:100%;
}

.slanted-block {
    background: #91bb4f; /* Old browsers */
    color:#fff;
    text-align: left;
    float:left;
    width:100%;
    padding:22px 44px;
    box-sizing: border-box;
    position: relative;
     margin:0 0 14px 0;
}

.slanted-block h2 {
    text-align: left;
    margin-top:0;
}

@media(min-width:768px) {
    .help-list {
        display:flex;
        overflow: hidden;
        margin-bottom:14px;
    }

    .help-list li {
        width:calc(33%);
        list-style: none;
    }

    .slanted-block {
       height: 100%;
        padding:22px 44px 22px 44px;
        margin-right:14px;
    }
    .slanted-block::after {
        background: white; /* Old browsers */
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        transform: skew(-6deg); 
        width:7px;
        content:"";
        position:absolute;
        top:0;
        z-index: 2;
        right:-6px;
        height:100%;
    }

    .slanted-block h2 {
        margin-bottom:22px;
    }

    .help-list li:last-child .slanted-block::after {
        width:44px;
        right:-44px;
    }

    .slanted-block::before {
        background: white; /* Old browsers */
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        transform: skew(-6deg); 
        width:7px;
        content:"";
        position:absolute;
        top:0;
        z-index: 2;
        left:-7px;
        height:100%;
    }
}

.demo-cta-banner {
    float:left;
    width: 100%;
    text-align: center;
    padding:44px;
    background:url(../images/demo-banner.jpg) no-repeat center;
    background-size: cover;
}

.audience-banner {
    background:#fff;
}

.audience-banner h1 {
    color:#81ba4e;
}

.audience-banner p {
    color:#101010;
}

.demo-cta-banner .h3 {
    max-width: 350px;
}

.why-sponsorworks {
    float:left;
    width:100%;
    background-color: white;
    padding:12px;
}
.why-list,
.explore-list {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

.explore-list {
    margin-bottom: 26px;
}
.explore-box {
    float:left;
    width:100%;
    background-color:#f0eded;
    padding:44px;
    position: relative;
}

.explore-box h2 {
    margin-top:0;
}
.explore-box .btn {
    font-size: 20px;
    position:absolute;
    bottom:-26px;
    margin:auto;
    left:0;
    right:0;
    width:160px;
}
.why-list li,
.explore-list li {
    list-style: none;
    float:left;
    width:100%;
}

.explore-list h4 {
    text-transform: uppercase;
}

.explore-list a:hover h4 {
    color:#81ba4e;

    
} 

.explore-list .icon-block__image {
    background-size:60px!important;
    height:60px;
    width: 60px;
    min-width: 60px;
}

.explore-list #hospitality .icon-block__image {
    background:url(../images/icon-ticket-black.png) no-repeat center;
}
.explore-list #hospitality a:hover .icon-block__image {
    background:url(../images/icon-ticket-hover.png) no-repeat center;
}

.explore-list #guests a:hover .icon-block__image {
    background:url(../images/icon-user-hover.png) no-repeat center;
}
.explore-list #guests .icon-block__image {
    background:url(../images/icon-user-black.png) no-repeat center;
}

.explore-list #eticket a:hover .icon-block__image {
    background:url(../images/icon-pc-hover.png) no-repeat center;
}
.explore-list #eticket .icon-block__image {
    background:url(../images/icon-pc-black.png) no-repeat center;
}

.explore-list #comms .icon-block__image {
    background:url(../images/icon-comms-black.png) no-repeat center;
}
.explore-list #comms a:hover .icon-block__image {
    background:url(../images/icon-comms-hover.png) no-repeat center;
}

.explore-list #thumbs-up .icon-block__image {
    background:url(../images/thumbs-up-black.png) no-repeat center;
}
.explore-list #thumbs-up a:hover .icon-block__image {
    background:url(../images/thumbs-up-hover.png) no-repeat center;
}


.explore-list #roi .icon-block__image {
    background:url(../images/icon-list-black.png) no-repeat center;
}
.explore-list #roi a:hover .icon-block__image {
    background:url(../images/icon-list-hover.png) no-repeat center;
}

.explore-list #design .icon-block__image {
    background:url(../images/icon-tick-black.png) no-repeat center;

}

.explore-list #design a:hover .icon-block__image {
    background:url(../images/icon-tick-hover.png) no-repeat center;
}

.icon-block {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    margin:0 0 21px 0;
}

.icon-block__image {
    float:left;
    min-width:80px;
    margin:0 14px 0 0;
    width:80px;
    flex-shrink: 0;
    align-self: flex-start;
}

.icon-block__image img {
    width:100%;
}

.icon-block p {
    margin:0;
}

.gradient-banner {
    padding:44px;
    width   :100%;
    float:left;
    color:#3f7012;
    background: #9ae556; /* Old browsers */
    background: -moz-linear-gradient(left,  #9ae556 0%, #eae836 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #9ae556 0%,#eae836 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #9ae556 0%,#eae836 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae556', endColorstr='#eae836',GradientType=1 ); /* IE6-9 */
}

.gradient-banner h2 {
    color:#3f7012;
    margin-top:0;
}

.gradient-banner p {
    max-width: 800px;
    margin:0 auto;
    font-size: 17px;
    text-align: center;
}

.feature-boxes {
    float:left;
    width:100%;
    color:white;
}

.feature-boxes ul {
    margin:0;
    padding:0;
    float:left;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}

.feature-boxes li {
    margin:0;
    padding:44px;
    float:left;
    width:100%;
    box-sizing: border-box;
    background-color:#81ba4e;
    list-style: none;
}

.feature-boxes li:nth-child(2n) {
    background-color:#71ac3c;
}


.feature-boxes h2 {
    margin-top:0;
}

.feature-boxes p {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .why-list li {
        width:calc(33.3% - 14px);
        margin:0 14px 0px 0;
        min-height: 140px;
    }

    .explore-list li {
        width:calc(33.3% - 20px);
        margin:0 20px 0px 0;
        min-height: 100px;
    }

    .icon-block { 
        margin-bottom: 0;
    }
    .feature-boxes {
        position:relative;
    }

    .feature-boxes::before {
        content:"";
        width:115px;
        height:124px;
        position: absolute;
        pointer-events: none;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
        background: transparent url(../images/s-logo.png) no-repeat;
        background-size:115px 124px;
    }

    .feature-boxes li {
        width:50%;
        alig
        min-height: 370px;
    }
  
    .feature-boxes li:nth-child(2n) {
        background-color: #81ba4e;
    }

    .feature-boxes li:nth-child(2),
    .feature-boxes li:nth-child(3),
    .feature-boxes li:nth-child(6) {
        background-color:#71ac3c;
    }

    .feature-boxes h2,
    .feature-boxes p {
        max-width: 510px;
        text-align: left;
        margin-left:auto ;
        margin-right:auto ;
    }

    .explore-list .icon-block__image {
        background-size:72px!important;
        height:72px;
        width: 72px;
        min-width: 72px;
    }
    
}

@media(min-width:1024px) {
    .icon-block p{ 
        font-size:19px;
    }

    .why-list li {
        width:calc(33.3% - 30px);
        margin:14px 44px 0px 0;
        min-height: 150px;
    }


    .explore-list li {
        width:calc(33.3% - 30px);
        margin:14px 44px 0px 0;
    }


    .why-list li:nth-child(3n),
    .explore-list li:nth-child(3n) {
        margin-right:0;
    }

    .icon-block__image {
        margin:0 22px 0 0;
        width:90px;
    }

    .feature-boxes li {
        min-height: 320px;
    }

 
}

@media(min-width:1400px) {
    .icon-block__image {
        margin:0 28px 0 0;
    }
    .why-list li {
        width:calc(33.3% - 72px);
        margin:14px 108px 0px 0;
        min-height: 150px;
    }

    .feature-boxes li {
        min-height: 280px;
        padding:66px;
    }

}

.white-bg {
    background-color: white;
}

.text-block  {
    float:left;
    width:100%;
    padding:70px 44px 44px 44px;
}

.text-block  h2 {
    margin-top:0;
}

.text-block h4 {
    color:#91bb4f;
}

.text-block .container {
    max-width: 1000px;
}
.two-column {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

.two-column li {
    list-style: none;
    width:100%;
    margin:0;
    display: inline-block;
    padding:0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.two-column li h4 {
    margin-top:0;
}

@media(min-width:768px) {
    .two-column  {
        column-count:2;
        column-gap:44px;
    }
}

@media(min-width:1024px) {
    .two-column  {
        column-gap:88px;
    }
    .two-column li {
        margin-bottom: 22px;
    }
}

.wrapper-container {
    float:left;
    width:100%;
}

.wrapper-50 {
    float:left;
    width:100%;
}

@media(min-width:768px) {
    .sub-banner.feature-banner h1,
    .sub-banner.feature-banner p {
        text-align:left;
    }

    .wrapper-container {
        display:flex;
    }
        
    .wrapper-50 {
        width:50%;
    }

    .sub-banner.feature-banner .wrapper-50:first-child {
        background-size:cover;
    }
}