/* Minification failed. Returning unminified contents.
(450,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(556,1): run-time error CSS1019: Unexpected token, found '{'
(557,13): run-time error CSS1030: Expected identifier, found ' '
(557,14): run-time error CSS1031: Expected selector, found '0'
(557,14): run-time error CSS1025: Expected comma or open brace, found '0'
(558,1): run-time error CSS1019: Unexpected token, found '}'
(649,41): run-time error CSS1039: Token not allowed after unary operator: '-content-width'
(650,42): run-time error CSS1039: Token not allowed after unary operator: '-content-width'
(1397,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1398,10): run-time error CSS1035: Expected colon, found '{'
(1416,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1417,10): run-time error CSS1035: Expected colon, found '{'
(1436,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1437,10): run-time error CSS1035: Expected colon, found '{'
(1453,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1454,10): run-time error CSS1035: Expected colon, found '{'
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Rremove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elrements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1rem 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `rem` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/* Text-level sremantics
   ========================================================================== */

/**
 * 1. Rremove the gray background on active links in IE 10.
 * 2. Rremove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Rremove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `rem` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elrements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* rembedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Rremove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Rremove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Rremove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Rremove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Rremove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elrements in IE.
 * 3. Rremove the padding so developers are not caught out when they zero out
 *    `fieldset` elrements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Rremove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Rremove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of incrrement and decrrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Rremove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-itrem;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

tremplate {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

:root {
    --content-width: 1500px;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

    .grid:after {
        content: "";
        display: table;
        clear: both;
    }

[class*='col-'] {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 10px;
}

.col-1-1 {
    width: 100%;
}

.col-4-5 {
    width: 80%;
}

.col-3-4 {
    width: 75%;
}

.col-2-3 {
    width: 66.66%;
}

.col-2-3 {
    width: calc((100% / 3) * 2);
}

.col-3-5 {
    width: 60%;
}

.col-1-2 {
    width: 50%;
}

.col-2-5 {
    width: 40%;
}

.col-1-3 {
    width: 33.33%;
}

.col-1-3 {
    width: calc(100% / 3);
}

.col-1-4 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-8 {
    width: 12.5%;
}


/* IE10/IE11 CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .col-1-3 {
        width: 33.33%;
    }

    .col-2-3 {
        width: 66.66%;
    }
}

.row {
    width: 100%;
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

/* Opt-in full bleed */
.grid--full-bleed,
.row--full-bleed {
    padding: 0;
}

{
    padding: 0;
}

.grid--full-bleed > .row > *[class*='col-']:first-child,
.grid--full-bleed > .col-1-1,
.row--full-bleed > *[class*='col-']:first-child,
.row--full-bleed > .col-1-1,
.col--bleed-left {
    padding-left: 0;
}

.grid--full-bleed > .row > *[class*='col-']:last-child, /* Doesn't work in IE8, so we have to use bleed-right! */
.grid--full-bleed > .col-1-1,
.row--full-bleed > *[class*='col-']:last-child, /* Doesn't work in IE8, so we have to use bleed-right! */
.row--full-bleed > .col-1-1,
.bleed--right {
    padding-right: 0;
}

/* Opt-in gutter-less grid/row */
.grid--no-gutter > .row > [class*="col-"],
.row--no-gutter > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Image scaling */
.grid img {
    max-width: 100%;
    height: auto;
}

/* Forced-aspect scaling */
/* Some elrements must maintain their aspect ratio but do not natively scale this way. For instance, setting
   an img's width:100%/height:auto will inherently maintain the img's aspect ratio, the same is not true for iframes
   or any other elrement that doesn't have an intrinsic aspect ratio. Wrapping these elrements in a div with a 
   fixed-aspect class will achieve this effect. You must be sure to set the padding-bottom attribute at run-time
   to the desired aspect ratio for this to work. */
.grid .fixed-aspect {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    /* This part is key, this value must be equal to the desired aspect ratio, and is generally set per elrement
       closer to runtime via javascript, a style attribute, or an overriding css rule. */
    padding-bottom: 75.0%;
}

    /* Generally the fixed-aspect wrapper should have only one child elrement */
    .grid .fixed-aspect > :first-child {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

/* costrained content */
.grid--constrained > .row,
.rowset-constrained > .row,
.row--constrained,
.constrained {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 575px) {
    [class*='col-'] {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 650px) {
    .grid--constrained > .row,
    .rowset-constrained > .row,
    .row--constrained,
    .constrained {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1700px) {
    .grid--constrained > .row,
    .rowset-constrained > .row,
    .row--constrained,
    .constrained {
        padding-left: calc((100% - var(--content-width)) / 2);
        padding-right: calc((100% - var(--content-width)) / 2);
    }
}

/* first row must account for nav */

.row--initial {
    padding-top: 80px;
}

.row--vpad-sm {
    padding-top: 25px;
    padding-bottom: 25px;
}

.row--vpad-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.row--border-btm {
    border-bottom: solid 1px #E5E5E5;
}

/* apply a natural box layout model to all elrements, but allowing components to change */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #808080;
}

main {
    min-height: 600px;
}

/* typography */

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.alpha-header {
    font-size: 1.75rem;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.beta-header {
    font-size: 1.25rem;
    font-weight: 400;
}

.alpha-header + .beta-header {
    margin-top: -30px;
    margin-bottom: 30px;
}

.alpha-text {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.0rem;
    margin-bottom: 15px;
}

.constrain-text {
    max-width: 1000px;
    margin: 0 auto;
}

.shadow-text {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.86);
}

/* header */

header {
    position: fixed;
    z-index: 1;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    background-color: rgba(0, 84, 166, 0.3);
    /* background-color: rgba(136, 196, 255, 0.4);*/
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: all .5s ease-in-out;
    width: 100%;
}

    header a {
        display: inline-block;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        color: inherit;
        text-decoration: none;
        font-size: 0.8rem;
        text-transform: uppercase;
        margin: 0 15px;
        transition: all .5s ease-in-out;
    }

        header a:first-child {
            margin-left: 0;
        }

        header a:last-child {
            margin-right: 0;
        }

    header img {
        vertical-align: middle;
        padding-right: 15px;
    }

    header nav {
        text-align: right;
    }

        header nav a:after {
            content: ' ';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: rgba(255, 255, 255, 0.5);
            transition: all .25s ease-out;
        }

        header nav a:hover:after,
        .digital header nav a[href*="/digital"]:after,
        .lifecyclemarketing header nav a[href*="/lifecyclemarketing"]:after,
        .experientiallearning header nav a[href*="/experientiallearning"]:after,
        .services header nav a[href*="/services"]:after,
        .channels header nav a[href*="/channels"]:after,
        .resources header nav a[href*="/resources"]:after,
        .company header nav a[href*="/company"]:after {
            height: 7px;
        }

        header nav a.pill-button:hover:after {
            height: 0 !important;
        }

a.pill-button > span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    height: 2.0rem;
    line-height: 2.0rem;
    border-radius: .85rem;
    padding: 0 15px;
}

header nav a.pill-button:hover > span {
    background: rgba(255, 255, 255, 0.8);
}

.header-toggle {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: rgba(0, 84, 166, 0.4);
    color: #fff;
    /*text-align: center;*/
    transition: all .5s ease-in-out;
}

.header-toggle__icon {
    float: right;
    padding-right: 50px;
}

.header-toggle__logo {
    position: relative;
    display: inline-block;
    top: 9px;
    left: 50px;
    width: 29px;
}

.deep-scroll header,
.deep-scroll .header-toggle {
    /*background-color: rgba(0, 84, 166, 0.7);*/
    background-color: rgba(0, 84, 166, 0.5);
}

@media (max-width: 1000px) {
    .header-toggle {
        display: block;
        z-index: 1;
    }

    header {
        position: fixed;
        top: 55px;
        right: -200px;
        width: 200px;
        height: 100%;
        line-height: 1.5rem;
    }

    .smallscreen-nav.smallscreen-nav--active header {
        right: 0;
    }

    header .row {
        padding: 0 !important;
    }

    header *[class*='col-']:first-child {
        display: none;
    }

    header *[class*='col-']:last-child {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header nav {
        text-align: left;
    }

        header nav a {
            display: block;
            padding: 10px 0;
            margin: 0 15px !important;
        }
}

@media (max-width: 445px) {
    .header-toggle__icon {
        padding-right: 25px;
    }

    .header-toggle__logo {
        left: 25px;
    }
}

/* footer */
.services .row--footer,
.company .row--footer {
    border-top: #e5e5e5 1px solid;
    margin-top: 15px;
}

.grid--footer {
    margin: 50px 0;
    font-size: 0.8rem;
}

    .grid--footer > .row:first-child {
        margin-bottom: 50px;
    }

    .grid--footer .col-1-2.connect {
        text-align: left !important;
    }

    .grid--footer .connect > p:first-child {
        text-transform: uppercase;
    }

    .grid--footer .connect a {
        color: #8D8D8D;
        display: inline-block;
        padding-right: 10px;
    }

    .grid--footer .copyright {
        text-align: right;
    }

    .grid--footer .nav-group {
        text-align: right;
    }

        .grid--footer .nav-group a {
            color: inherit;
            text-decoration: none;
            text-transform: uppercase;
            display: block;
            height: 1.5rem;
            line-height: 1.5rem;
        }

            .grid--footer .nav-group a:not(:first-child) {
                color: #bbb;
            }

        .grid--footer .nav-group ul {
            float: right;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .grid--footer .nav-group li {
            float: left;
            margin: 0 0 0 25px;
        }

@media (max-width: 850px) {
    .grid--footer *[class*='col-'] {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .grid--footer .nav-group ul {
        float: none;
        margin-top: 25px;
    }

    .grid--footer .nav-group li {
        float: none;
        margin: 10px 0 0 0;
    }

        .grid--footer .nav-group li:after {
            content: ' ';
            display: block;
            width: 50px;
            margin: 0 auto;
            border-top: dotted 1px #ddd;
        }

    .grid--footer .nav-group a:not(:first-child) {
        display: inline-block;
        margin-left: 10px;
    }

    .grid--footer .nav-group a:nth-child(2) {
        margin-left: 0;
    }

    .grid--footer .copyright {
        text-align: right;
        font-size: 0.7rem;
    }
}


/* beadcrumbs */

.breadcrumbs a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    font-size: 0.8rem;
    color: black;
}

    .breadcrumbs a + a:before {
        content: ":";
        padding-right: 5px;
    }

/* sub nav */

main nav {
    text-align: center;
}

    main nav a {
        display: inline-block;
        position: relative;
        color: inherit;
        text-decoration: none;
        font-size: 1rem;
        text-transform: uppercase;
        margin: 0 15px;
        padding: 25px 0;
    }

        main nav a:after {
            content: ' ';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: #ffb013;
            transition: all .25s ease-in-out;
        }

        main nav a:hover:after,
        .channels.index main nav a[href$="/channels"]:after,
        .channels.web main nav a[href$="/channels/web"]:after,
        .channels.teams main nav a[href$="/channels/teams"]:after,
        .channels.members main nav a[href$="/channels/members"]:after,
        .channels.features main nav a[href$="/channels/features"]:after,
        .channels.faq main nav a[href$="/channels/faq"]:after,
        .channels.pricing main nav a[href$="/channels/pricing"]:after,
        .channels.getstarted main nav a[href$="/channels/getstarted"]:after,
        .resources.index main nav a[href$="/resources"]:after,
        .resources.stories main nav a[href*="/resources/stories"]:after,
        .resources.casestudies main nav a[href$="/resources/casestudies"]:after,
        .company.index main nav a[href$="/company"]:after,
        .company.ourstory main nav a[href$="/company/ourstory"]:after,
        .company.team main nav a[href$="/company/team"]:after,
        .company.contactus main nav a[href$="/company/contactus"]:after {
            height: 7px;
        }

        .resources.stories main nav a[href$="/resources/stories/marketing/lifecycle-marketing"]:after {
            height: 0;
        }

/* page banner */

.banner {
    color: #fff;
    /*min-height: 955px;*/
    min-height: 768px;
    background-position: center center;
    background-size: cover;
}

.banner--channels {
    background-image: url("../Images/Channels/channels-background-image.jpg");
}

.banner--company {
    background-image: url("../Images/Company/company-banner-image.jpg");
    background-position: bottom right 20%;
}

.banner--lifecycle {
    background-image: url("../Images/Lifecycle/panel1-bg.jpg");
    background-position: bottom right 80%;
}

.banner--services {
    background-image: url("../Images/Services/cr-services-image.jpg");
    background-position: center right 30%;
}

.banner--resources {
    background-image: url("../Images/Resources/resources-background-image.jpg");
    background-position: center right 30%;
}

    .banner--resources.stories {
        background-image: url("../Images/Resources/resources-stories-image.jpg");
        background-position: center right 30%;
    }

    .banner--resources.casestudies {
        background-image: url("../Images/Resources/real-stories-image.jpg");
        background-position: center right 30%;
    }

@media (max-width: 600px) {
    .banner--company {
        background-position: bottom right 30%;
    }
}

@media (max-width: 500px) {
    .alpha-header {
        font-size: 1.25rem;
        font-weight: 600;
        color: #444;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .beta-header {
        font-size: 1.15rem;
        font-weight: 400;
    }

    .alpha-text {
        font-size: 1.0rem;
        font-weight: 300;
        line-height: 1.5rem;
    }
}

@media (max-width: 414px) {
    .banner {
        min-height: 660px;
    }
}

/* panels */

.panel {
    padding: 75px 0;
    text-align: center;
    overflow: hidden; /* to clear floats*/
}

.panel__header {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 300;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

.panel__text {
    color: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .panel {
        padding: 35px 0;
    }

    .panel__text {
        font-size: 1.25rem;
    }
}

[data-scrollto] {
    cursor: pointer;
}

/* underbar */

span.underbar-80 {
    display: inline-block;
    padding-bottom: 35px;
    position: relative;
    text-align: center;
}

    span.underbar-80::after {
        left: 10%;
        width: 80%;
        content: ' ';
        position: absolute;
        bottom: 5px;
        height: 2px;
        background: #fab210;
    }

span[class^='underbar'] {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

    span[class^='underbar']:after {
        left: calc((100% - 150px) / 2);
        width: 150px;
        content: ' ';
        position: absolute;
        bottom: -5px;
        height: 1px;
    }

span.underbar-white:after {
    background-color: #fff;
}


/* buttons */

.button {
    background: #0061a5;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
    font-size: .8rem;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
    z-index: 10;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    opacity: 0.3;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.animation-start-hidden {
    opacity: 0;
}


@keyframes fade-in-and-up {
    from {
        opacity: 0;
        top: 35px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

.fade-in-and-up {
    animation: fade-in-and-up 1.3s;
    position: relative;
}



@keyframes fade-in-and-up--abs-btm-75px {
    from {
        opacity: 0;
        bottom: 40px;
    }

    to {
        opacity: 1;
        bottom: 75px;
    }
}

.fade-in-and-up--abs-btm-75px {
    animation: fade-in-and-up--abs-btm-75px 1.3s;
}





@keyframes fade-in-and-left {
    from {
        opacity: 0;
        left: 35px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

.fade-in-and-left {
    animation: fade-in-and-left 1.3s;
    position: relative;
}

@keyframes fade-in-and-right {
    from {
        opacity: 0;
        right: 85px;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

.fade-in-and-right {
    animation: fade-in-and-right 1.8s;
    position: relative;
}
