@charset "UTF-8";

html {
    font: normal 400 1rem/1 "Lota Grotesque", helvetica, arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    width: 100%;
    display: block;
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

:root {
    font-size: 16px
}

.addflex {
    display: flex
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:48em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0;
    display: flex
}

@media print,
screen and (min-width:48em) {

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:48em) {
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:48em) and (min-width:48em) {
    .medium-expand {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width:48em) {

    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

@media print,
screen and (min-width:48em) {

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .large-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width:64em) {

    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

@media print,
screen and (min-width:64em) {

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .column-block {
        margin-bottom: 1.875rem
    }

    .column-block>:last-child {
        margin-bottom: 0
    }
}

html * {
    box-sizing: border-box
}

html body {
	width: 100%;
  display: block;
  margin: 0 auto;
}

html body button:active,
html body button:focus {
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto
}

@media screen and (max-width:74.9375em) {
    .container {
        width: calc(100% - 6rem)
    }
}

@media screen and (max-width:63.9375em) {
    .container {
        width: calc(100% - 5rem)
    }
}

@media screen and (max-width:47.9375em) {
    .container {
        width: calc(100% - 3rem)
    }
}

.container-full {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

code,
pre {
    display: inline-block;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    padding: .1rem .25rem .1rem .25rem;
    margin: .5rem 0;
    font-size: .85rem
}

hr {
    border: 1px solid #f2f2f2;
    margin: 1rem 0;
    width: 100%
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../../fonts/LotaGrotesque-RegularIt.woff2') format('woff2'),
        url('../../fonts/LotaGrotesque-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../../fonts/LotaGrotesque-BoldIt.woff2') format('woff2'),
        url('../../fonts/LotaGrotesque-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../../fonts/LotaGrotesque-Bold.woff2') format('woff2'),
        url('../../fonts/LotaGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../../fonts/LotaGrotesque-Regular.woff2') format('woff2'),
        url('../../fonts/LotaGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../../fonts/LotaGrotesque-Thin.woff2') format('woff2'),
        url('../../fonts/LotaGrotesque-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../../fonts/LotaGrotesque-ThinIt.woff2') format('woff2'),
        url('../../fonts/LotaGrotesque-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    margin: 1rem 0 .5rem
}

h1 {
    font: 600 2rem/1.25 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    h1 {
        font-size: 2rem
    }
}

h2 {
    font: 600 1.5rem/1.2 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    h2 {
        font-size: 1.5rem
    }
}

h3 {
    font: 600 1.4rem/1.25 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    h3 {
        font-size: 1.4rem
    }
}

h4 {
    font: 600 1.3rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    h4 {
        font-size: 1.2rem
    }
}

h5 {
    font: 600 1.05rem/1.25 "Lota Grotesque", helvetica, arial, sans-serif;
}

h6 {
    font: 500 0.85rem/1.1 "Lota Grotesque", helvetica, arial, sans-serif
}

ul {
    margin: 0;
    padding: 1rem 0 0 1.5rem
}

ul.itemlist {
    padding-bottom: 1rem;
    padding-top: 0
}

ul li {
    font: 400 1.125rem/1.5rem arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased
}

p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 400 1.2rem/1.5rem arial, sans-serif;
    color: #000;
    margin: 1em 0 1rem 0;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width:47.9375em) {
    p {
        font-size: 1.05rem
    }
}

p.large {
    font: 400 1.35rem/1.5 arial, sans-serif
}

a {
    color: #003EDD
}

.bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.center {
    text-align: center
}

@keyframes scaleDown {
    from {}

    to {
        opacity: .65;
        transform: scale(.875)
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes menuFade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes menuFadeHome {
    0% {
        opacity: 0;
        width: 100%
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

@keyframes shrink {
    0% {
        transform: scale(1.25);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.shadow,
.content-types .content-post .content-post__content,
.filter-box,
.about-you .about-you__form form,
.resources-filter>.container,
.partners-filter>.container,
.form-section .form-section__form .gform_wrapper,
.recommended-resource .recommended-resource__label,
.page-content.about-overview>.container,
.template-events .events__list .event,
.template-webinars .webinars__list .webinar,
.webinars__list .webinar,
.template-partners .ZE-partners__list .ZE-partner,
.events__list .event,
.resources-items .resource,
.partners-items .partner,
.single.single-event .event__form .gform_wrapper,
.single.single-webinar .webinar__form .gform_wrapper,
.single.single-resource .resource-form .resource-form__form,
.single.single-solution .solution__resource .resource__label {
    box-shadow: 0 5px 5px -10px rgba(0, 0, 0, .25), 0 2px 15px -5px rgba(0, 0, 0, .25)
}

.shadow--light {
    box-shadow: 0 5px 5px -10px rgba(0, 0, 0, .15), 0 2px 1px -5px rgba(0, 0, 0, .15)
}

.shadow--circle,
.carousel-controls.is-circle {
    box-shadow: 0 10px 50px -20px rgba(0, 0, 0, .5), 0 15px 10px -35px rgba(0, 0, 0, .5)
}

.shadow--dark,
.modal .modal__content.modal__content--box,
.recommended-resource .recommended-resource__background,
.single.single-solution .solution__resource .resource__background {
    box-shadow: 0 10px 50px -30px rgba(0, 0, 0, .5), 0 20px 30px -20px rgba(0, 0, 0, .5)
}

.what-makes-us-unique {
    background: url(https://cs6.uhcloud.com/~zecom/ze.com/wp-content/uploads/bg1.jpg) 0 0
}

/* .has-waves {
    background-image: url(../../img/waves-light.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center
} */

.has-wave-line {
    background-image: url(../../img/waves-line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center
}

.background-grey {
    background-color: #f2f5fd
}

.red {
    color: #003EDD
}

.section__subtitle,
.checklist__subtitle,
.content-media__subtitle,
.customers .customers__subtitle,
.grid__subtitle,
.grid-highlight__subtitle,
.hero .hero-item__subtitle,
.page-header.page-header--event .page-header__location,
.leadership-grid .leadership-grid__subtitle,
.template-events .page-header.page-header--events .page-header__subtitle,
.single.single-leadership .page-header .page-header__subtitle,
.single.single-resource .page-header .page-header__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 600 0.925rem/1.25 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 0 0 1rem;
    color: #003EDD;
    text-transform: uppercase;
    letter-spacing: .2rem
}

.page-header.page-header--event {
    min-height: 165px !important
}

.aligncenter {
    display: block;
    margin: 0 auto
}

#player {
    display: block;
    margin: 1rem 0
}

.wpcf7-not-valid-tip {
    text-align: left;
    font: 300 0.875rem/1 arial, sans-serif !important;
    margin: .25rem 0 0
}

form div.wpcf7-response-output {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    margin: 2rem auto 0;
    width: 100%;
    background: #FFF;
    color: #000;
    border: 1px solid #f2f2f2;
    padding: .75rem 0;
    border-radius: 3px
}

form div.wpcf7-response-output.wpcf7-validation-errors {
    color: #000;
    border: 1px solid #f2f2f2
}

.about-you {
    width: 100%;
    background-color: rgba(245, 248, 250, .5);
    background: #FFF;
    background: linear-gradient(to bottom, #FFFFFF 0, rgba(245, 248, 250, .2) 100%);
    padding: 3rem 0 0;
    margin-bottom: 0rem;
    position: relative
}

/* .about-you:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../img/waves-light.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    opacity: .4
} */

.about-you>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}

.about-you .about-you__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin: 0
}

@media screen and (max-width:47.9375em) {
    .about-you .about-you__title {
        font-size: 1.65rem;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 1rem;
        line-height: 1.2
    }
}

.about-you .about-you__description {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative
}

@media screen and (max-width:63.9375em) {
    .about-you .about-you__description {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

.returnlink {
    padding-bottom: 22px !important;
    z-index: 9
}

@media screen and (max-width:47.9375em) {
    .about-you .about-you__description {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.about-you .about-you__description p {
    text-align: center
}

.about-you .about-you__form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.about-you .about-you__form form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 55rem;
    padding: 0 2rem 2.25rem;
    margin-top: 2rem;
}

.about-you .about-you__form .field {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 0 .5rem 0 0
}

@media screen and (max-width:47.9375em) {
    .about-you .about-you__form .field {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.about-you .about-you__form .field .label {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: inline-block;
    color: #000;
    padding-right: .5rem;
    font: 400 1.15rem/1.5 arial, sans-serif;
    text-align: center
}

@media screen and (max-width:47.9375em) {
    .about-you .about-you__form .field .label {
        font-size: 1rem
    }
}

.about-you .about-you__form .field .icon {
    position: absolute;
    right: 1rem;
    top: 1rem
}

@media screen and (max-width:47.9375em) {
    .about-you .about-you__form .field .icon {
        right: .5rem
    }
}

.about-you .about-you__form .field .icon svg {
    color: rgba(51, 71, 91, .2)
}

.about-you .about-you__form .field input,
.about-you .about-you__form .field select {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0;
    width: initial;
    display: inline-block;
    border: 0;
    border-bottom: 2px solid rgba(51, 71, 91, .1);
    border-radius: 0;
    font: 400 1.15rem/1.15 arial, sans-serif;
    text-transform: none;
    padding: 1rem 1rem;
    height: auto;
    color: rgba(51, 71, 91, .75);
    color: #003EDD
}

@media screen and (max-width:47.9375em) {

    .about-you .about-you__form .field input,
    .about-you .about-you__form .field select {
        font-size: 1rem
    }
}

.about-you__role {
    position: relative;
    padding: 0;
    width: 100%;
    background: #FFF;
    display: none
}

.about-you__role.is-active {
    display: block;
    padding: 7.5rem 0 0
}

@media screen and (max-width:47.9375em) {
    .about-you__role.is-active {
        padding-top: 3rem
    }
}

.about-you__role .role__content {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 3.5rem;
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
    transition: all 0.5s ease 0.3s
}

@media screen and (max-width:47.9375em) {
    .about-you__role .role__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        margin-bottom: 1.5rem
    }
}

.about-you__role .role__content.is-active {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.about-you__role .role__resource {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0;
    padding-left: calc((100% / 12) * 0.25);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
    transition: all 0.5s ease 0.3s
}

@media screen and (max-width:47.9375em) {
    .about-you__role .role__resource {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
}

.about-you__role .role__resource.is-active {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.about-you__industry {
    position: relative;
    padding: 0;
    width: 100%;
    background: #FFF;
    display: none
}

.about-you__industry.is-active {
    display: block;
    padding: 7.5rem 0 1rem
}

@media screen and (max-width:47.9375em) {
    .about-you__industry.is-active {
        padding-top: 3rem
    }
}

.about-you__industry .industry__content {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 3.5rem;
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
    transition: all 0.5s ease 0.3s
}

@media screen and (max-width:47.9375em) {
    .about-you__industry .industry__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        margin-bottom: 1.5rem;
        -ms-flex-order: 0;
        order: 0
    }
}

.about-you__industry .industry__content.is-active {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.about-you__industry .industry__resource {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-order: 0;
    order: 0;
    padding-right: calc((100% / 12) * 0.25);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
    transition: all 0.5s ease 0.3s
}

@media screen and (max-width:47.9375em) {
    .about-you__industry .industry__resource {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        -ms-flex-order: 1;
        order: 1
    }
}

.about-you__industry .industry__resource.is-active {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.awards {
    padding: 2rem 0;
    width: 100%;
    position: relative;
    background: #fbfbff
}

@media screen and (max-width:63.9375em) {
    .awards {
        padding: 3rem 0
    }
}

.awards>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.awards__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

.awards__description {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .awards__description {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

.awards__nav {
    display: none
}

.awards__list .award {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 17.16667%;
    flex: 0 0 15.16667%;
    max-width: 15.16667%;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 5px 5px -12px rgba(0, 0, 0, .25), 0 2px 15px -5px rgba(0, 0, 0, .25);
    margin-left: calc((100% / 12) * 0.05);
    margin-right: calc((100% / 12) * 0.05);
    margin-bottom: .5rem;
    border-radius: 2px;
    background: #FFF;
    padding: 1.75rem 0rem 1.25rem;
    position: relative;
    opacity: .65;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease
}

.awards__list .award:hover {
    opacity: 1;
    box-shadow: 0 20px 50px 0 rgba(34, 43, 55, .1)
}

.awards__list .award:hover .award__logo img {
    filter: grayscale(0)
}

.awards__list .award:nth-last-child(-n+5) {
    border-bottom: 0
}

.awards__list .award:nth-child(5n) {
    border-right: 0
}

.awards__list .award.award--show-more {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 2rem;
    text-align: center;
    box-sizing: border-box;
    opacity: 1
}

.awards__list .award.award--show-more .award__button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #000 !important;
    font-size: 0.75rem !important;
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: all 0.25s ease;
    border-radius: 0 !important
}

.awards__list .award.award--show-more .award__button svg {
    color: #000 !important
}

.awards__list .award .award__logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.awards__list .award .award__logo img {
    width: calc(100% - 1rem);
    height: auto;
    display: block;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: .8
}

@media screen and (max-width:63.9375em) {
    .awards__list .award .award__logo img {
        width: calc(100% - 1.25rem)
    }
}

.awards__list .award .award__category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: rgba(51, 71, 91, .33);
    font: 600 0.6rem/1.5 arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2rem;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: .5rem;
    display: none
}

.awards__button {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    margin-top: 3rem
}

.awards.awards--grid .awards__list>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.awards.awards--grid .award {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 24.16667%;
    flex: 0 0 24.16667%;
    max-width: 24.16667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 0 5px 5px -12px rgba(0, 0, 0, .25), 0 2px 15px -5px rgba(0, 0, 0, .25);
    margin-left: calc((100% / 12) * 0.05);
    margin-right: calc((100% / 12) * 0.05);
    margin-bottom: .5rem;
    border-radius: 2px;
    background: #FFF;
    padding: 1.75rem 0rem 1.25rem;
    position: relative;
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease
}

@media screen and (max-width:63.9375em) {
    .awards.awards--grid .award {
        -ms-flex: 0 0 49.16667%;
        flex: 0 0 49.16667%;
        max-width: 49.16667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .awards.awards--grid .award {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.awards.awards--grid .award__logo {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.awards.awards--grid .award__logo img {
    filter: grayscale(0);
    max-height: 65px;
    width: auto;
    display: block;
    opacity: 1;
    margin-bottom: 1rem
}

.awards.awards--grid .award__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 2rem 1rem
}

.awards.awards--grid .award__content p {
    font: 400 0.9rem/1.4 arial, sans-serif;
    color: #000
}

.awards.awards--grid .award__content p:last-of-type {
    margin-bottom: 0
}

.block-grid .title {
    text-align: center;
    margin: 0 auto 5em;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 1.25em;
    color: #444;
    font-weight: 300
}

.block-grid .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-grid .grid>.block {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.block-grid .grid .block {
    text-align: center;
    position: relative
}

.block-grid .grid .block:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #eaeaea
}

.block-grid .grid .block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #eaeaea
}

.block-grid .grid .block:nth-child(3n):before {
    display: none
}

.block-grid .grid .block:nth-last-child(-n+3):after {
    display: none
}

.block-grid .grid .block .inner {
    padding: 2.5em 2em 4.5em
}

.block-grid .grid .block .inner .block-title {
    text-transform: uppercase;
    font-weight: 100;
    font-size: .85em;
    letter-spacing: .4em
}

.button,
.awards__list .award.award--show-more .award__button,
.awards__button a,
.career-opportunities__button a,
.checklist__button>a,
.post-comments-container .form-submit input[type="submit"],
.content-media__button a,
.customers .customers__button a,
.content-types .content-type__button a,
.content-types .content-post .content-post__button a,
.filter-box form input[type="submit"],
.resources-filter>.container form input[type="submit"],
.filter-box__form input[type="submit"],
.about-you .about-you__form form input[type="submit"],
form input[type="submit"],
.grid__button>a,
.grid-highlight__button>a,
.hero .hero-item__buttons a,
.leader.leader-join .leader-join__button a,
.notification.is-top .notification__button a,
.notification.is-bottom .notification__button a,
.notification .notification__button a,
.partners__button a,
.recommended-resource .recommended-resource__link,
.header .header__bottom .menu-item.is-button>a,
.footer .widget .menu .menu-item.is-button a,
.template-events .events__list .event__button a,
.template-webinars .webinars__list .webinar__button a,
.webinars__list .webinar__button a,
body.index .post__button a,
body.search .post__button a,
body.archive .post__button a,
.single.single-leadership .page-header .page-header__link a,
.single.single-resource .resource-form .resource-form__form .gform_button,
.single.single-solution .solution__resource .resource__link {
    background: #003EDD;
    color: #fff;
    display: inline-block;
    border: 2px solid #003EDD;
    font: 400 1rem/0.9 arial, sans-serif;
    letter-spacing: .0125rem;
    padding: .75rem 1.5rem;
    position: relative;
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: initial;
    transition: all 0.25s ease
}

.button:hover,
.awards__list .award.award--show-more .award__button:hover,
.awards__button a:hover,
.career-opportunities__button a:hover,
.checklist__button>a:hover,
.post-comments-container .form-submit input[type="submit"]:hover,
.content-media__button a:hover,
.customers .customers__button a:hover,
.content-types .content-type__button a:hover,
.content-types .content-post .content-post__button a:hover,
.filter-box__form input[type="submit"]:hover,
form input[type="submit"]:hover,
.grid__button>a:hover,
.grid-highlight__button>a:hover,
.hero .hero-item__buttons a:hover,
.leader.leader-join .leader-join__button a:hover,
.notification .notification__button a:hover,
.partners__button a:hover,
.recommended-resource .recommended-resource__link:hover,
.header .header__bottom .menu-item.is-button>a:hover,
.footer .widget .menu .menu-item.is-button a:hover,
.template-events .events__list .event__button a:hover,
body.index .post__button a:hover,
body.search .post__button a:hover,
body.archive .post__button a:hover,
.single.single-leadership .page-header .page-header__link a:hover,
.single.single-resource .resource-form .resource-form__form .gform_button:hover,
.single.single-solution .solution__resource .resource__link:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    background: #84FFC4;
    border: 2px solid #84FFC4;
    color: #000;
}

.button:active,
.awards__list .award.award--show-more .award__button:active,
.awards__button a:active,
.career-opportunities__button a:active,
.checklist__button>a:active,
.post-comments-container .form-submit input[type="submit"]:active,
.content-media__button a:active,
.customers .customers__button a:active,
.content-types .content-type__button a:active,
.content-types .content-post .content-post__button a:active,
.filter-box__form input[type="submit"]:active,
form input[type="submit"]:active,
.grid__button>a:active,
.grid-highlight__button>a:active,
.hero .hero-item__buttons a:active,
.leader.leader-join .leader-join__button a:active,
.notification .notification__button a:active,
.partners__button a:active,
.recommended-resource .recommended-resource__link:active,
.header .header__bottom .menu-item.is-button>a:active,
.footer .widget .menu .menu-item.is-button a:active,
.template-events .events__list .event__button a:active,
body.index .post__button a:active,
body.search .post__button a:active,
body.archive .post__button a:active,
.single.single-leadership .page-header .page-header__link a:active,
.single.single-resource .resource-form .resource-form__form .gform_button:active,
.single.single-solution .solution__resource .resource__link:active,
.button:focus,
.awards__list .award.award--show-more .award__button:focus,
.awards__button a:focus,
.career-opportunities__button a:focus,
.checklist__button>a:focus,
.post-comments-container .form-submit input[type="submit"]:focus,
.content-media__button a:focus,
.customers .customers__button a:focus,
.content-types .content-type__button a:focus,
.content-types .content-post .content-post__button a:focus,
.filter-box__form input[type="submit"]:focus,
form input[type="submit"]:focus,
.grid__button>a:focus,
.grid-highlight__button>a:focus,
.hero .hero-item__buttons a:focus,
.leader.leader-join .leader-join__button a:focus,
.notification .notification__button a:focus,
.partners__button a:focus,
.recommended-resource .recommended-resource__link:focus,
.header .header__bottom .menu-item.is-button>a:focus,
.footer .widget .menu .menu-item.is-button a:focus,
.template-events .events__list .event__button a:focus,
body.index .post__button a:focus,
body.search .post__button a:focus,
body.archive .post__button a:focus,
.single.single-leadership .page-header .page-header__link a:focus,
.single.single-resource .resource-form .resource-form__form .gform_button:focus,
.single.single-solution .solution__resource .resource__link:focus {
    outline: none
}

.button.button--big,
.awards__list .award.award--show-more .button--big.award__button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .award__button.button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .award__button.button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .notification .notification__button a.award__button,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .notification .notification__button .call-to-action .call-to-action__buttons a.award__button,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .career-opportunities__button a.award__button,
.career-opportunities__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .checklist__button>a.award__button,
.awards__list .award.award--show-more .form-section .form-section__form .gform_footer input.award__button[type="submit"],
.form-section .form-section__form .gform_footer .awards__list .award.award--show-more input.award__button[type="submit"],
.awards__list .award.award--show-more .grid__button>a.award__button,
.awards__list .award.award--show-more .grid-highlight__button>a.award__button,
.awards__list .award.award--show-more .hero .hero-item__buttons a.award__button,
.hero .hero-item__buttons .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .partners__button a.award__button,
.partners__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .single.single-resource .resource-form .resource-form__form .award__button.gform_button,
.single.single-resource .resource-form .resource-form__form .awards__list .award.award--show-more .award__button.gform_button,
.awards__button a.button--big,
.awards__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .awards__button a.button,
.awards__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__button a,
.awards__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__button a,
.awards__button .career-opportunities__button a,
.career-opportunities__button .awards__button a,
.awards__button .checklist__button>a,
.awards__button .grid__button>a,
.awards__button .grid-highlight__button>a,
.awards__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .awards__button a,
.awards__button .partners__button a,
.partners__button .awards__button a,
.awards__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .awards__button a.gform_button,
.call-to-action .call-to-action__buttons .button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .award__button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .award__button,
.call-to-action .call-to-action__buttons .awards__button a,
.awards__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .career-opportunities__button a,
.career-opportunities__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .checklist__button>a,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input[type="submit"],
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input[type="submit"],
.call-to-action .call-to-action__buttons .content-media__button a,
.content-media__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .customers .customers__button a,
.customers .customers__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-type__button a,
.content-types .content-type__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .filter-box__form input[type="submit"],
.filter-box__form .call-to-action .call-to-action__buttons input[type="submit"],
.call-to-action .call-to-action__buttons form input[type="submit"],
form .call-to-action .call-to-action__buttons input[type="submit"],
.call-to-action .call-to-action__buttons .grid__button>a,
.call-to-action .call-to-action__buttons .grid-highlight__button>a,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .partners__button a,
.partners__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .recommended-resource .recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .recommended-resource__link,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons body.index .post__button a,
body.index .post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons body.search .post__button a,
body.search .post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons body.archive .post__button a,
body.archive .post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .gform_button,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .resource__link,
.career-opportunities__button a,
.checklist__button>a,
.post-comments-container .form-submit input.button--big[type="submit"],
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input[type="submit"].button,
.post-comments-container .form-submit .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .post-comments-container .form-submit input[type="submit"],
.post-comments-container .form-submit .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .post-comments-container .form-submit input[type="submit"].gform_button,
.content-media__button a.button--big,
.content-media__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .content-media__button a.button,
.content-media__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .content-media__button a,
.content-media__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .content-media__button a,
.content-media__button .career-opportunities__button a,
.career-opportunities__button .content-media__button a,
.content-media__button .checklist__button>a,
.content-media__button .grid__button>a,
.content-media__button .grid-highlight__button>a,
.content-media__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .content-media__button a,
.content-media__button .partners__button a,
.partners__button .content-media__button a,
.content-media__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .content-media__button a.gform_button,
.customers .customers__button a.button--big,
.customers .customers__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .customers .customers__button a.button,
.customers .customers__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .customers .customers__button a,
.customers .customers__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .customers .customers__button a,
.customers .customers__button .career-opportunities__button a,
.career-opportunities__button .customers .customers__button a,
.customers .customers__button .checklist__button>a,
.customers .customers__button .grid__button>a,
.customers .customers__button .grid-highlight__button>a,
.customers .customers__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .customers .customers__button a,
.customers .customers__button .partners__button a,
.partners__button .customers .customers__button a,
.customers .customers__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .customers .customers__button a.gform_button,
.content-types .content-type__button a.button--big,
.content-types .content-type__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .content-types .content-type__button a.button,
.content-types .content-type__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-type__button a,
.content-types .content-type__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-type__button a,
.content-types .content-type__button .career-opportunities__button a,
.career-opportunities__button .content-types .content-type__button a,
.content-types .content-type__button .checklist__button>a,
.content-types .content-type__button .grid__button>a,
.content-types .content-type__button .grid-highlight__button>a,
.content-types .content-type__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .content-types .content-type__button a,
.content-types .content-type__button .partners__button a,
.partners__button .content-types .content-type__button a,
.content-types .content-type__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .content-types .content-type__button a.gform_button,
.content-types .content-post .content-post__button a.button--big,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a.button,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .career-opportunities__button a,
.career-opportunities__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .checklist__button>a,
.content-types .content-post .content-post__button .grid__button>a,
.content-types .content-post .content-post__button .grid-highlight__button>a,
.content-types .content-post .content-post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .partners__button a,
.partners__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .content-types .content-post .content-post__button a.gform_button,
.filter-box form input.button--big[type="submit"],
.about-you .about-you__form form form input.button--big[type="submit"],
.resources-filter>.container form input.button--big[type="submit"],
.filter-box form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .filter-box form input[type="submit"].button,
.about-you .about-you__form form form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .about-you .about-you__form form form input[type="submit"].button,
.resources-filter>.container form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .resources-filter>.container form input[type="submit"].button,
.filter-box form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .filter-box form input[type="submit"],
.about-you .about-you__form form form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .about-you .about-you__form form form input[type="submit"],
.resources-filter>.container form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .resources-filter>.container form input[type="submit"],
.filter-box form .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .filter-box form input[type="submit"].gform_button,
.about-you .about-you__form form form .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .about-you .about-you__form form form input[type="submit"].gform_button,
.resources-filter>.container form .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .resources-filter>.container form input[type="submit"].gform_button,
.filter-box__form input.button--big[type="submit"],
.about-you .about-you__form form input.button--big[type="submit"],
.filter-box__form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .filter-box__form input[type="submit"].button,
.about-you .about-you__form form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .about-you .about-you__form form input[type="submit"].button,
.filter-box__form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .filter-box__form input[type="submit"],
.about-you .about-you__form form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .about-you .about-you__form form input[type="submit"],
.filter-box__form .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .filter-box__form input[type="submit"].gform_button,
.about-you .about-you__form form .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .about-you .about-you__form form input[type="submit"].gform_button,
form input.button--big[type="submit"],
form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons form input[type="submit"].button,
form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer form input[type="submit"],
form .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form form input[type="submit"].gform_button,
.form-section .form-section__form .gform_footer input.button[type="submit"],
.form-section .form-section__form .gform_footer .post-comments-container .form-submit input[type="submit"],
.post-comments-container .form-submit .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .filter-box__form input[type="submit"],
.filter-box__form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer form input[type="submit"],
form .form-section .form-section__form .gform_footer input[type="submit"],
.form-section .form-section__form .gform_footer .recommended-resource input[type="submit"].recommended-resource__link,
.recommended-resource .form-section .form-section__form .gform_footer input[type="submit"].recommended-resource__link,
.form-section .form-section__form .gform_footer .single.single-resource .resource-form .resource-form__form input[type="submit"].gform_button,
.single.single-resource .resource-form .resource-form__form .form-section .form-section__form .gform_footer input[type="submit"].gform_button,
.form-section .form-section__form .gform_footer .single.single-solution .solution__resource input[type="submit"].resource__link,
.single.single-solution .solution__resource .form-section .form-section__form .gform_footer input[type="submit"].resource__link,
.grid__button>a,
.grid-highlight__button>a,
.hero .hero-item__buttons a,
.leader.leader-join .leader-join__button a.button--big,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a.button,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .career-opportunities__button a,
.career-opportunities__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .checklist__button>a,
.leader.leader-join .leader-join__button .grid__button>a,
.leader.leader-join .leader-join__button .grid-highlight__button>a,
.leader.leader-join .leader-join__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .partners__button a,
.partners__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .leader.leader-join .leader-join__button a.gform_button,
.notification.is-top .notification__button a.button--big,
.call-to-action .call-to-action__buttons .notification.is-top .notification__button a,
.notification.is-top .notification__button .call-to-action .call-to-action__buttons a,
.notification.is-top .notification__button .career-opportunities__button a,
.career-opportunities__button .notification.is-top .notification__button a,
.notification.is-top .notification__button .checklist__button>a,
.notification.is-top .notification__button .grid__button>a,
.notification.is-top .notification__button .grid-highlight__button>a,
.notification.is-top .notification__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .notification.is-top .notification__button a,
.notification.is-top .notification__button .partners__button a,
.partners__button .notification.is-top .notification__button a,
.notification.is-top .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .notification.is-top .notification__button a.gform_button,
.notification.is-bottom .notification__button a.button--big,
.call-to-action .call-to-action__buttons .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .call-to-action .call-to-action__buttons a,
.notification.is-bottom .notification__button .career-opportunities__button a,
.career-opportunities__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .checklist__button>a,
.notification.is-bottom .notification__button .grid__button>a,
.notification.is-bottom .notification__button .grid-highlight__button>a,
.notification.is-bottom .notification__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .partners__button a,
.partners__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .notification.is-bottom .notification__button a.gform_button,
.notification .notification__button a.button--big,
.notification .notification__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .notification .notification__button a.button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .notification .notification__button a.award__button,
.notification .notification__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons a.award__button,
.call-to-action .call-to-action__buttons .awards__button .notification .notification__button a,
.notification .notification__button .awards__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .checklist__button>a,
.call-to-action .call-to-action__buttons .content-media__button .notification .notification__button a,
.notification .notification__button .content-media__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .customers .customers__button .notification .notification__button a,
.notification .notification__button .customers .customers__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-type__button .notification .notification__button a,
.notification .notification__button .content-types .content-type__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button .notification .notification__button a,
.notification .notification__button .content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .grid__button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .grid-highlight__button>a,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button .notification .notification__button a,
.notification .notification__button .leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .recommended-resource a.recommended-resource__link,
.call-to-action .call-to-action__buttons .recommended-resource .notification .notification__button a.recommended-resource__link,
.notification .notification__button .recommended-resource .call-to-action .call-to-action__buttons a.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .notification .notification__button a.recommended-resource__link,
.notification .notification__button .call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .header .header__bottom .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.header .header__bottom .call-to-action .call-to-action__buttons .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .notification .notification__button a,
.notification .notification__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .template-events .events__list .event__button a,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button .notification .notification__button a,
.notification .notification__button .template-events .events__list .event__button .call-to-action .call-to-action__buttons a,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons body.index .post__button a,
.call-to-action .call-to-action__buttons body.index .post__button .notification .notification__button a,
.notification .notification__button body.index .post__button .call-to-action .call-to-action__buttons a,
body.index .post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons body.search .post__button a,
.call-to-action .call-to-action__buttons body.search .post__button .notification .notification__button a,
.notification .notification__button body.search .post__button .call-to-action .call-to-action__buttons a,
body.search .post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons body.archive .post__button a,
.call-to-action .call-to-action__buttons body.archive .post__button .notification .notification__button a,
.notification .notification__button body.archive .post__button .call-to-action .call-to-action__buttons a,
body.archive .post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .notification .notification__button a,
.notification .notification__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-solution .solution__resource a.resource__link,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .notification .notification__button a.resource__link,
.notification .notification__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons a.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .notification .notification__button a.resource__link,
.notification .notification__button .career-opportunities__button a,
.career-opportunities__button .notification .notification__button a,
.notification .notification__button .checklist__button>a,
.notification .notification__button .grid__button>a,
.notification .notification__button .grid-highlight__button>a,
.notification .notification__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .notification .notification__button a,
.notification .notification__button .partners__button a,
.partners__button .notification .notification__button a,
.notification .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .notification .notification__button a.gform_button,
.partners__button a,
.recommended-resource .button--big.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .recommended-resource__link.button,
.call-to-action .call-to-action__buttons .recommended-resource .recommended-resource__link.button,
.call-to-action .call-to-action__buttons .notification .notification__button .recommended-resource a.recommended-resource__link,
.recommended-resource .notification .notification__button .call-to-action .call-to-action__buttons a.recommended-resource__link,
.recommended-resource .career-opportunities__button a.recommended-resource__link,
.career-opportunities__button .recommended-resource a.recommended-resource__link,
.recommended-resource .checklist__button>a.recommended-resource__link,
.recommended-resource .grid__button>a.recommended-resource__link,
.recommended-resource .grid-highlight__button>a.recommended-resource__link,
.recommended-resource .hero .hero-item__buttons a.recommended-resource__link,
.hero .hero-item__buttons .recommended-resource a.recommended-resource__link,
.recommended-resource .partners__button a.recommended-resource__link,
.partners__button .recommended-resource a.recommended-resource__link,
.recommended-resource .single.single-resource .resource-form .resource-form__form .recommended-resource__link.gform_button,
.single.single-resource .resource-form .resource-form__form .recommended-resource .recommended-resource__link.gform_button,
.header .header__bottom .menu-item.is-button>a.button--big,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a.button,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .notification .notification__button .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.header .header__bottom .career-opportunities__button .menu-item.is-button>a,
.career-opportunities__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .checklist__button.menu-item.is-button>a,
.header .header__bottom .grid__button.menu-item.is-button>a,
.header .header__bottom .grid-highlight__button.menu-item.is-button>a,
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a,
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .partners__button .menu-item.is-button>a,
.partners__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .single.single-resource .resource-form .resource-form__form .menu-item.is-button>a.gform_button,
.single.single-resource .resource-form .resource-form__form .header .header__bottom .menu-item.is-button>a.gform_button,
.footer .widget .menu .menu-item.is-button a.button--big,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .notification .notification__button .call-to-action .call-to-action__buttons a,
.footer .widget .menu .menu-item.is-button .career-opportunities__button a,
.career-opportunities__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .checklist__button>a,
.footer .widget .menu .menu-item.is-button .grid__button>a,
.footer .widget .menu .menu-item.is-button .grid-highlight__button>a,
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a,
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .partners__button a,
.partners__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .footer .widget .menu .menu-item.is-button a.gform_button,
.template-events .events__list .event__button a.button--big,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.template-events .events__list .event__button .career-opportunities__button a,
.career-opportunities__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .checklist__button>a,
.template-events .events__list .event__button .grid__button>a,
.template-events .events__list .event__button .grid-highlight__button>a,
.template-events .events__list .event__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .template-events .events__list .event__button a,
.template-events .events__list .event__button .partners__button a,
.partners__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .template-events .events__list .event__button a.gform_button,
body.index .post__button a.button--big,
body.index .post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons body.index .post__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.index .post__button a,
body.index .post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
body.index .post__button .career-opportunities__button a,
.career-opportunities__button body.index .post__button a,
body.index .post__button .checklist__button>a,
body.index .post__button .grid__button>a,
body.index .post__button .grid-highlight__button>a,
body.index .post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons body.index .post__button a,
body.index .post__button .partners__button a,
.partners__button body.index .post__button a,
body.index .post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form body.index .post__button a.gform_button,
body.search .post__button a.button--big,
body.search .post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons body.search .post__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.search .post__button a,
body.search .post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
body.search .post__button .career-opportunities__button a,
.career-opportunities__button body.search .post__button a,
body.search .post__button .checklist__button>a,
body.search .post__button .grid__button>a,
body.search .post__button .grid-highlight__button>a,
body.search .post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons body.search .post__button a,
body.search .post__button .partners__button a,
.partners__button body.search .post__button a,
body.search .post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form body.search .post__button a.gform_button,
body.archive .post__button a.button--big,
body.archive .post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons body.archive .post__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.archive .post__button a,
body.archive .post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
body.archive .post__button .career-opportunities__button a,
.career-opportunities__button body.archive .post__button a,
body.archive .post__button .checklist__button>a,
body.archive .post__button .grid__button>a,
body.archive .post__button .grid-highlight__button>a,
body.archive .post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons body.archive .post__button a,
body.archive .post__button .partners__button a,
.partners__button body.archive .post__button a,
body.archive .post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form body.archive .post__button a.gform_button,
.single.single-leadership .page-header .page-header__link a.button--big,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .notification .notification__button .call-to-action .call-to-action__buttons a,
.single.single-leadership .page-header .page-header__link .career-opportunities__button a,
.career-opportunities__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .checklist__button>a,
.single.single-leadership .page-header .page-header__link .grid__button>a,
.single.single-leadership .page-header .page-header__link .grid-highlight__button>a,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a,
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .partners__button a,
.partners__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .single.single-leadership .page-header .page-header__link a.gform_button,
.single.single-resource .resource-form .resource-form__form .gform_button,
.single.single-solution .solution__resource .button--big.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .resource__link.button,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .resource__link.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .notification .notification__button .call-to-action .call-to-action__buttons a.resource__link,
.single.single-solution .solution__resource .career-opportunities__button a.resource__link,
.career-opportunities__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .checklist__button>a.resource__link,
.single.single-solution .solution__resource .grid__button>a.resource__link,
.single.single-solution .solution__resource .grid-highlight__button>a.resource__link,
.single.single-solution .solution__resource .hero .hero-item__buttons a.resource__link,
.hero .hero-item__buttons .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .partners__button a.resource__link,
.partners__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .single.single-resource .resource-form .resource-form__form .resource__link.gform_button,
.single.single-resource .resource-form .resource-form__form .single.single-solution .solution__resource .resource__link.gform_button {
    font: 400 1.1rem/1.5 arial, sans-serif;
    padding: .9rem 1.8rem;
    letter-spacing: .0125rem
}

.button.button--arrow,
.awards__list .award.award--show-more .award__button,
.awards__button a,
.career-opportunities__button a.button--arrow,
.career-opportunities__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .career-opportunities__button a.award__button,
.career-opportunities__button .awards__button a,
.awards__button .career-opportunities__button a,
.career-opportunities__button .content-media__button a,
.content-media__button .career-opportunities__button a,
.career-opportunities__button .customers .customers__button a,
.customers .customers__button .career-opportunities__button a,
.career-opportunities__button .content-types .content-type__button a,
.content-types .content-type__button .career-opportunities__button a,
.career-opportunities__button body.index .post__button a,
body.index .post__button .career-opportunities__button a,
.career-opportunities__button body.search .post__button a,
body.search .post__button .career-opportunities__button a,
.career-opportunities__button body.archive .post__button a,
body.archive .post__button .career-opportunities__button a,
.career-opportunities__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .career-opportunities__button a,
.checklist__button>a.button--arrow,
.awards__list .award.award--show-more .checklist__button>a.award__button,
.awards__button .checklist__button>a,
.content-media__button .checklist__button>a,
.customers .customers__button .checklist__button>a,
.content-types .content-type__button .checklist__button>a,
body.index .post__button .checklist__button>a,
body.search .post__button .checklist__button>a,
body.archive .post__button .checklist__button>a,
.single.single-leadership .page-header .page-header__link .checklist__button>a,
.post-comments-container .form-submit input.button--arrow[type="submit"],
.post-comments-container .form-submit .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more .post-comments-container .form-submit input[type="submit"].award__button,
.content-media__button a,
.customers .customers__button a,
.content-types .content-type__button a,
.content-types .content-post .content-post__button a.button--arrow,
.content-types .content-post .content-post__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .content-types .content-post .content-post__button a.award__button,
.content-types .content-post .content-post__button .awards__button a,
.awards__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .content-media__button a,
.content-media__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .customers .customers__button a,
.customers .customers__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .content-type__button a,
.content-types .content-type__button .content-post .content-post__button a,
.content-types .content-post .content-post__button body.index .post__button a,
body.index .post__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button body.search .post__button a,
body.search .post__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button body.archive .post__button a,
body.archive .post__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .content-types .content-post .content-post__button a,
.filter-box form input.button--arrow[type="submit"],
.about-you .about-you__form form form input.button--arrow[type="submit"],
.resources-filter>.container form input.button--arrow[type="submit"],
.filter-box form .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more .filter-box form input[type="submit"].award__button,
.about-you .about-you__form form form .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more .about-you .about-you__form form form input[type="submit"].award__button,
.resources-filter>.container form .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more .resources-filter>.container form input[type="submit"].award__button,
.filter-box__form input.button--arrow[type="submit"],
.about-you .about-you__form form input.button--arrow[type="submit"],
.filter-box__form .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more .filter-box__form input[type="submit"].award__button,
.about-you .about-you__form form .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more .about-you .about-you__form form input[type="submit"].award__button,
form input.button--arrow[type="submit"],
form .awards__list .award.award--show-more input[type="submit"].award__button,
.awards__list .award.award--show-more form input[type="submit"].award__button,
.grid__button>a.button--arrow,
.awards__list .award.award--show-more .grid__button>a.award__button,
.awards__button .grid__button>a,
.content-media__button .grid__button>a,
.customers .customers__button .grid__button>a,
.content-types .content-type__button .grid__button>a,
body.index .post__button .grid__button>a,
body.search .post__button .grid__button>a,
body.archive .post__button .grid__button>a,
.single.single-leadership .page-header .page-header__link .grid__button>a,
.grid-highlight__button>a.button--arrow,
.awards__list .award.award--show-more .grid-highlight__button>a.award__button,
.awards__button .grid-highlight__button>a,
.content-media__button .grid-highlight__button>a,
.customers .customers__button .grid-highlight__button>a,
.content-types .content-type__button .grid-highlight__button>a,
body.index .post__button .grid-highlight__button>a,
body.search .post__button .grid-highlight__button>a,
body.archive .post__button .grid-highlight__button>a,
.single.single-leadership .page-header .page-header__link .grid-highlight__button>a,
.hero .hero-item__buttons a.button--arrow,
.hero .hero-item__buttons .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .hero .hero-item__buttons a.award__button,
.hero .hero-item__buttons .awards__button a,
.awards__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .content-media__button a,
.content-media__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .customers .customers__button a,
.customers .customers__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .content-types .content-type__button a,
.content-types .content-type__button .hero .hero-item__buttons a,
.hero .hero-item__buttons body.index .post__button a,
body.index .post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons body.search .post__button a,
body.search .post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons body.archive .post__button a,
body.archive .post__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a,
.leader.leader-join .leader-join__button a.button--arrow,
.leader.leader-join .leader-join__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .leader.leader-join .leader-join__button a.award__button,
.leader.leader-join .leader-join__button .awards__button a,
.awards__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .content-media__button a,
.content-media__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .customers .customers__button a,
.customers .customers__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .content-types .content-type__button a,
.content-types .content-type__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button body.index .post__button a,
body.index .post__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button body.search .post__button a,
body.search .post__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button body.archive .post__button a,
body.archive .post__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .leader.leader-join .leader-join__button a,
.notification.is-top .notification__button a.button--arrow,
.notification.is-top .notification__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .notification.is-top .notification__button a.award__button,
.notification.is-top .notification__button .awards__button a,
.awards__button .notification.is-top .notification__button a,
.notification.is-top .notification__button .content-media__button a,
.content-media__button .notification.is-top .notification__button a,
.notification.is-top .notification__button .customers .customers__button a,
.customers .customers__button .notification.is-top .notification__button a,
.notification.is-top .notification__button .content-types .content-type__button a,
.content-types .content-type__button .notification.is-top .notification__button a,
.notification.is-top .notification__button body.index .post__button a,
body.index .post__button .notification.is-top .notification__button a,
.notification.is-top .notification__button body.search .post__button a,
body.search .post__button .notification.is-top .notification__button a,
.notification.is-top .notification__button body.archive .post__button a,
body.archive .post__button .notification.is-top .notification__button a,
.notification.is-top .notification__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .notification.is-top .notification__button a,
.notification.is-bottom .notification__button a.button--arrow,
.notification.is-bottom .notification__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .notification.is-bottom .notification__button a.award__button,
.notification.is-bottom .notification__button .awards__button a,
.awards__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .content-media__button a,
.content-media__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .customers .customers__button a,
.customers .customers__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .content-types .content-type__button a,
.content-types .content-type__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button body.index .post__button a,
body.index .post__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button body.search .post__button a,
body.search .post__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button body.archive .post__button a,
body.archive .post__button .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .notification.is-bottom .notification__button a,
.notification .notification__button a.button--arrow,
.notification .notification__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .notification .notification__button a.award__button,
.notification .notification__button .awards__button a,
.awards__button .notification .notification__button a,
.notification .notification__button .content-media__button a,
.content-media__button .notification .notification__button a,
.notification .notification__button .customers .customers__button a,
.customers .customers__button .notification .notification__button a,
.notification .notification__button .content-types .content-type__button a,
.content-types .content-type__button .notification .notification__button a,
.notification .notification__button body.index .post__button a,
body.index .post__button .notification .notification__button a,
.notification .notification__button body.search .post__button a,
body.search .post__button .notification .notification__button a,
.notification .notification__button body.archive .post__button a,
body.archive .post__button .notification .notification__button a,
.notification .notification__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .notification .notification__button a,
.partners__button a.button--arrow,
.partners__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .partners__button a.award__button,
.partners__button .awards__button a,
.awards__button .partners__button a,
.partners__button .content-media__button a,
.content-media__button .partners__button a,
.partners__button .customers .customers__button a,
.customers .customers__button .partners__button a,
.partners__button .content-types .content-type__button a,
.content-types .content-type__button .partners__button a,
.partners__button body.index .post__button a,
body.index .post__button .partners__button a,
.partners__button body.search .post__button a,
body.search .post__button .partners__button a,
.partners__button body.archive .post__button a,
body.archive .post__button .partners__button a,
.partners__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .partners__button a,
.recommended-resource .button--arrow.recommended-resource__link,
.recommended-resource .awards__list .award.award--show-more .recommended-resource__link.award__button,
.awards__list .award.award--show-more .recommended-resource .recommended-resource__link.award__button,
.recommended-resource .awards__button a.recommended-resource__link,
.awards__button .recommended-resource a.recommended-resource__link,
.recommended-resource .content-media__button a.recommended-resource__link,
.content-media__button .recommended-resource a.recommended-resource__link,
.recommended-resource .customers .customers__button a.recommended-resource__link,
.customers .customers__button .recommended-resource a.recommended-resource__link,
.recommended-resource .content-types .content-type__button a.recommended-resource__link,
.content-types .content-type__button .recommended-resource a.recommended-resource__link,
.recommended-resource body.index .post__button a.recommended-resource__link,
body.index .post__button .recommended-resource a.recommended-resource__link,
.recommended-resource body.search .post__button a.recommended-resource__link,
body.search .post__button .recommended-resource a.recommended-resource__link,
.recommended-resource body.archive .post__button a.recommended-resource__link,
body.archive .post__button .recommended-resource a.recommended-resource__link,
.recommended-resource .single.single-leadership .page-header .page-header__link a.recommended-resource__link,
.single.single-leadership .page-header .page-header__link .recommended-resource a.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--arrow,
.header .header__bottom .awards__list .award.award--show-more .menu-item.is-button>a.award__button,
.awards__list .award.award--show-more .header .header__bottom .menu-item.is-button>a.award__button,
.header .header__bottom .awards__button .menu-item.is-button>a,
.awards__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .content-media__button .menu-item.is-button>a,
.content-media__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .customers .customers__button .menu-item.is-button>a,
.customers .customers__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .content-types .content-type__button .menu-item.is-button>a,
.content-types .content-type__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom body.index .post__button .menu-item.is-button>a,
body.index .post__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom body.search .post__button .menu-item.is-button>a,
body.search .post__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom body.archive .post__button .menu-item.is-button>a,
body.archive .post__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .single.single-leadership .page-header .page-header__link .menu-item.is-button>a,
.single.single-leadership .page-header .page-header__link .header .header__bottom .menu-item.is-button>a,
.footer .widget .menu .menu-item.is-button a.button--arrow,
.footer .widget .menu .menu-item.is-button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .footer .widget .menu .menu-item.is-button a.award__button,
.footer .widget .menu .menu-item.is-button .awards__button a,
.awards__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .content-media__button a,
.content-media__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .customers .customers__button a,
.customers .customers__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .content-types .content-type__button a,
.content-types .content-type__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button body.index .post__button a,
body.index .post__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button body.search .post__button a,
body.search .post__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button body.archive .post__button a,
body.archive .post__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .footer .widget .menu .menu-item.is-button a,
.template-events .events__list .event__button a.button--arrow,
.template-events .events__list .event__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .template-events .events__list .event__button a.award__button,
.template-events .events__list .event__button .awards__button a,
.awards__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .content-media__button a,
.content-media__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .customers .customers__button a,
.customers .customers__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .content-types .content-type__button a,
.content-types .content-type__button .template-events .events__list .event__button a,
.template-events .events__list .event__button body.index .post__button a,
body.index .post__button .template-events .events__list .event__button a,
.template-events .events__list .event__button body.search .post__button a,
body.search .post__button .template-events .events__list .event__button a,
.template-events .events__list .event__button body.archive .post__button a,
body.archive .post__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .template-events .events__list .event__button a,
body.index .post__button a,
body.search .post__button a,
body.archive .post__button a,
.single.single-leadership .page-header .page-header__link a,
.single.single-resource .resource-form .resource-form__form .button--arrow.gform_button,
.single.single-resource .resource-form .resource-form__form .awards__list .award.award--show-more .gform_button.award__button,
.awards__list .award.award--show-more .single.single-resource .resource-form .resource-form__form .gform_button.award__button,
.single.single-resource .resource-form .resource-form__form .awards__button a.gform_button,
.awards__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .content-media__button a.gform_button,
.content-media__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .customers .customers__button a.gform_button,
.customers .customers__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .content-types .content-type__button a.gform_button,
.content-types .content-type__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form body.index .post__button a.gform_button,
body.index .post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form body.search .post__button a.gform_button,
body.search .post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form body.archive .post__button a.gform_button,
body.archive .post__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .single.single-leadership .page-header .page-header__link a.gform_button,
.single.single-leadership .page-header .page-header__link .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-solution .solution__resource .button--arrow.resource__link,
.single.single-solution .solution__resource .awards__list .award.award--show-more .resource__link.award__button,
.awards__list .award.award--show-more .single.single-solution .solution__resource .resource__link.award__button,
.single.single-solution .solution__resource .awards__button a.resource__link,
.awards__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .content-media__button a.resource__link,
.content-media__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .customers .customers__button a.resource__link,
.customers .customers__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .content-types .content-type__button a.resource__link,
.content-types .content-type__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource body.index .post__button a.resource__link,
body.index .post__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource body.search .post__button a.resource__link,
body.search .post__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource body.archive .post__button a.resource__link,
body.archive .post__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .single.single-leadership .page-header .page-header__link a.resource__link,
.single.single-leadership .page-header .page-header__link .single.single-solution .solution__resource a.resource__link {
    background: transparent;
    border: 0;
    color: #003EDD;
    font: 600 0.85rem/1 arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0;
    z-index: 9
}

.button.button--arrow:hover svg,
.awards__list .award.award--show-more .award__button:hover svg,
.awards__button a:hover svg,
.career-opportunities__button a.button--arrow:hover svg,
.career-opportunities__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .career-opportunities__button a.award__button:hover svg,
.career-opportunities__button .awards__button a:hover svg,
.awards__button .career-opportunities__button a:hover svg,
.career-opportunities__button .content-media__button a:hover svg,
.content-media__button .career-opportunities__button a:hover svg,
.career-opportunities__button .customers .customers__button a:hover svg,
.customers .customers__button .career-opportunities__button a:hover svg,
.career-opportunities__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .career-opportunities__button a:hover svg,
.career-opportunities__button body.index .post__button a:hover svg,
body.index .post__button .career-opportunities__button a:hover svg,
.career-opportunities__button body.search .post__button a:hover svg,
body.search .post__button .career-opportunities__button a:hover svg,
.career-opportunities__button body.archive .post__button a:hover svg,
body.archive .post__button .career-opportunities__button a:hover svg,
.career-opportunities__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .career-opportunities__button a:hover svg,
.checklist__button>a.button--arrow:hover svg,
.awards__list .award.award--show-more .checklist__button>a.award__button:hover svg,
.awards__button .checklist__button>a:hover svg,
.content-media__button .checklist__button>a:hover svg,
.customers .customers__button .checklist__button>a:hover svg,
.content-types .content-type__button .checklist__button>a:hover svg,
body.index .post__button .checklist__button>a:hover svg,
body.search .post__button .checklist__button>a:hover svg,
body.archive .post__button .checklist__button>a:hover svg,
.single.single-leadership .page-header .page-header__link .checklist__button>a:hover svg,
.post-comments-container .form-submit input.button--arrow[type="submit"]:hover svg,
.post-comments-container .form-submit .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more .post-comments-container .form-submit input[type="submit"].award__button:hover svg,
.content-media__button a:hover svg,
.customers .customers__button a:hover svg,
.content-types .content-type__button a:hover svg,
.content-types .content-post .content-post__button a.button--arrow:hover svg,
.content-types .content-post .content-post__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .content-types .content-post .content-post__button a.award__button:hover svg,
.content-types .content-post .content-post__button .awards__button a:hover svg,
.awards__button .content-types .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button .content-media__button a:hover svg,
.content-media__button .content-types .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button .customers .customers__button a:hover svg,
.customers .customers__button .content-types .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button .content-type__button a:hover svg,
.content-types .content-type__button .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button body.index .post__button a:hover svg,
body.index .post__button .content-types .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button body.search .post__button a:hover svg,
body.search .post__button .content-types .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button body.archive .post__button a:hover svg,
body.archive .post__button .content-types .content-post .content-post__button a:hover svg,
.content-types .content-post .content-post__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .content-types .content-post .content-post__button a:hover svg,
.filter-box form input.button--arrow[type="submit"]:hover svg,
.about-you .about-you__form form form input.button--arrow[type="submit"]:hover svg,
.resources-filter>.container form input.button--arrow[type="submit"]:hover svg,
.filter-box form .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more .filter-box form input[type="submit"].award__button:hover svg,
.about-you .about-you__form form form .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more .about-you .about-you__form form form input[type="submit"].award__button:hover svg,
.resources-filter>.container form .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more .resources-filter>.container form input[type="submit"].award__button:hover svg,
.filter-box__form input.button--arrow[type="submit"]:hover svg,
.about-you .about-you__form form input.button--arrow[type="submit"]:hover svg,
.filter-box__form .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more .filter-box__form input[type="submit"].award__button:hover svg,
.about-you .about-you__form form .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more .about-you .about-you__form form input[type="submit"].award__button:hover svg,
form input.button--arrow[type="submit"]:hover svg,
form .awards__list .award.award--show-more input[type="submit"].award__button:hover svg,
.awards__list .award.award--show-more form input[type="submit"].award__button:hover svg,
.grid__button>a.button--arrow:hover svg,
.awards__list .award.award--show-more .grid__button>a.award__button:hover svg,
.awards__button .grid__button>a:hover svg,
.content-media__button .grid__button>a:hover svg,
.customers .customers__button .grid__button>a:hover svg,
.content-types .content-type__button .grid__button>a:hover svg,
body.index .post__button .grid__button>a:hover svg,
body.search .post__button .grid__button>a:hover svg,
body.archive .post__button .grid__button>a:hover svg,
.single.single-leadership .page-header .page-header__link .grid__button>a:hover svg,
.grid-highlight__button>a.button--arrow:hover svg,
.awards__list .award.award--show-more .grid-highlight__button>a.award__button:hover svg,
.awards__button .grid-highlight__button>a:hover svg,
.content-media__button .grid-highlight__button>a:hover svg,
.customers .customers__button .grid-highlight__button>a:hover svg,
.content-types .content-type__button .grid-highlight__button>a:hover svg,
body.index .post__button .grid-highlight__button>a:hover svg,
body.search .post__button .grid-highlight__button>a:hover svg,
body.archive .post__button .grid-highlight__button>a:hover svg,
.single.single-leadership .page-header .page-header__link .grid-highlight__button>a:hover svg,
.hero .hero-item__buttons a.button--arrow:hover svg,
.hero .hero-item__buttons .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .hero .hero-item__buttons a.award__button:hover svg,
.hero .hero-item__buttons .awards__button a:hover svg,
.awards__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons .content-media__button a:hover svg,
.content-media__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons .customers .customers__button a:hover svg,
.customers .customers__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons .content-types .content-type__button a:hover svg,
.content-types .content-type__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons body.index .post__button a:hover svg,
body.index .post__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons body.search .post__button a:hover svg,
body.search .post__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons body.archive .post__button a:hover svg,
body.archive .post__button .hero .hero-item__buttons a:hover svg,
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:hover svg,
.leader.leader-join .leader-join__button a.button--arrow:hover svg,
.leader.leader-join .leader-join__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .leader.leader-join .leader-join__button a.award__button:hover svg,
.leader.leader-join .leader-join__button .awards__button a:hover svg,
.awards__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button .content-media__button a:hover svg,
.content-media__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button .customers .customers__button a:hover svg,
.customers .customers__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button body.index .post__button a:hover svg,
body.index .post__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button body.search .post__button a:hover svg,
body.search .post__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button body.archive .post__button a:hover svg,
body.archive .post__button .leader.leader-join .leader-join__button a:hover svg,
.leader.leader-join .leader-join__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .leader.leader-join .leader-join__button a:hover svg,
.notification.is-top .notification__button a.button--arrow:hover svg,
.notification.is-top .notification__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .notification.is-top .notification__button a.award__button:hover svg,
.notification.is-top .notification__button .awards__button a:hover svg,
.awards__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button .content-media__button a:hover svg,
.content-media__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button .customers .customers__button a:hover svg,
.customers .customers__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button body.index .post__button a:hover svg,
body.index .post__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button body.search .post__button a:hover svg,
body.search .post__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button body.archive .post__button a:hover svg,
body.archive .post__button .notification.is-top .notification__button a:hover svg,
.notification.is-top .notification__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .notification.is-top .notification__button a:hover svg,
.notification.is-bottom .notification__button a.button--arrow:hover svg,
.notification.is-bottom .notification__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .notification.is-bottom .notification__button a.award__button:hover svg,
.notification.is-bottom .notification__button .awards__button a:hover svg,
.awards__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button .content-media__button a:hover svg,
.content-media__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button .customers .customers__button a:hover svg,
.customers .customers__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button body.index .post__button a:hover svg,
body.index .post__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button body.search .post__button a:hover svg,
body.search .post__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button body.archive .post__button a:hover svg,
body.archive .post__button .notification.is-bottom .notification__button a:hover svg,
.notification.is-bottom .notification__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .notification.is-bottom .notification__button a:hover svg,
.notification .notification__button a.button--arrow:hover svg,
.notification .notification__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .notification .notification__button a.award__button:hover svg,
.notification .notification__button .awards__button a:hover svg,
.awards__button .notification .notification__button a:hover svg,
.notification .notification__button .content-media__button a:hover svg,
.content-media__button .notification .notification__button a:hover svg,
.notification .notification__button .customers .customers__button a:hover svg,
.customers .customers__button .notification .notification__button a:hover svg,
.notification .notification__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .notification .notification__button a:hover svg,
.notification .notification__button body.index .post__button a:hover svg,
body.index .post__button .notification .notification__button a:hover svg,
.notification .notification__button body.search .post__button a:hover svg,
body.search .post__button .notification .notification__button a:hover svg,
.notification .notification__button body.archive .post__button a:hover svg,
body.archive .post__button .notification .notification__button a:hover svg,
.notification .notification__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .notification .notification__button a:hover svg,
.partners__button a.button--arrow:hover svg,
.partners__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .partners__button a.award__button:hover svg,
.partners__button .awards__button a:hover svg,
.awards__button .partners__button a:hover svg,
.partners__button .content-media__button a:hover svg,
.content-media__button .partners__button a:hover svg,
.partners__button .customers .customers__button a:hover svg,
.customers .customers__button .partners__button a:hover svg,
.partners__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .partners__button a:hover svg,
.partners__button body.index .post__button a:hover svg,
body.index .post__button .partners__button a:hover svg,
.partners__button body.search .post__button a:hover svg,
body.search .post__button .partners__button a:hover svg,
.partners__button body.archive .post__button a:hover svg,
body.archive .post__button .partners__button a:hover svg,
.partners__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .partners__button a:hover svg,
.recommended-resource .button--arrow.recommended-resource__link:hover svg,
.recommended-resource .awards__list .award.award--show-more .recommended-resource__link.award__button:hover svg,
.awards__list .award.award--show-more .recommended-resource .recommended-resource__link.award__button:hover svg,
.recommended-resource .awards__button a.recommended-resource__link:hover svg,
.awards__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource .content-media__button a.recommended-resource__link:hover svg,
.content-media__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource .customers .customers__button a.recommended-resource__link:hover svg,
.customers .customers__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource .content-types .content-type__button a.recommended-resource__link:hover svg,
.content-types .content-type__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource body.index .post__button a.recommended-resource__link:hover svg,
body.index .post__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource body.search .post__button a.recommended-resource__link:hover svg,
body.search .post__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource body.archive .post__button a.recommended-resource__link:hover svg,
body.archive .post__button .recommended-resource a.recommended-resource__link:hover svg,
.recommended-resource .single.single-leadership .page-header .page-header__link a.recommended-resource__link:hover svg,
.single.single-leadership .page-header .page-header__link .recommended-resource a.recommended-resource__link:hover svg,
.header .header__bottom .menu-item.is-button>a.button--arrow:hover svg,
.header .header__bottom .awards__list .award.award--show-more .menu-item.is-button>a.award__button:hover svg,
.awards__list .award.award--show-more .header .header__bottom .menu-item.is-button>a.award__button:hover svg,
.header .header__bottom .awards__button .menu-item.is-button>a:hover svg,
.awards__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom .content-media__button .menu-item.is-button>a:hover svg,
.content-media__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom .customers .customers__button .menu-item.is-button>a:hover svg,
.customers .customers__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom .content-types .content-type__button .menu-item.is-button>a:hover svg,
.content-types .content-type__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom body.index .post__button .menu-item.is-button>a:hover svg,
body.index .post__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom body.search .post__button .menu-item.is-button>a:hover svg,
body.search .post__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom body.archive .post__button .menu-item.is-button>a:hover svg,
body.archive .post__button .header .header__bottom .menu-item.is-button>a:hover svg,
.header .header__bottom .single.single-leadership .page-header .page-header__link .menu-item.is-button>a:hover svg,
.single.single-leadership .page-header .page-header__link .header .header__bottom .menu-item.is-button>a:hover svg,
.footer .widget .menu .menu-item.is-button a.button--arrow:hover svg,
.footer .widget .menu .menu-item.is-button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .footer .widget .menu .menu-item.is-button a.award__button:hover svg,
.footer .widget .menu .menu-item.is-button .awards__button a:hover svg,
.awards__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button .content-media__button a:hover svg,
.content-media__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button .customers .customers__button a:hover svg,
.customers .customers__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button body.index .post__button a:hover svg,
body.index .post__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button body.search .post__button a:hover svg,
body.search .post__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button body.archive .post__button a:hover svg,
body.archive .post__button .footer .widget .menu .menu-item.is-button a:hover svg,
.footer .widget .menu .menu-item.is-button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .footer .widget .menu .menu-item.is-button a:hover svg,
.template-events .events__list .event__button a.button--arrow:hover svg,
.template-events .events__list .event__button .awards__list .award.award--show-more a.award__button:hover svg,
.awards__list .award.award--show-more .template-events .events__list .event__button a.award__button:hover svg,
.template-events .events__list .event__button .awards__button a:hover svg,
.awards__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button .content-media__button a:hover svg,
.content-media__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button .customers .customers__button a:hover svg,
.customers .customers__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button .content-types .content-type__button a:hover svg,
.content-types .content-type__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button body.index .post__button a:hover svg,
body.index .post__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button body.search .post__button a:hover svg,
body.search .post__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button body.archive .post__button a:hover svg,
body.archive .post__button .template-events .events__list .event__button a:hover svg,
.template-events .events__list .event__button .single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-leadership .page-header .page-header__link .template-events .events__list .event__button a:hover svg,
body.index .post__button a:hover svg,
body.search .post__button a:hover svg,
body.archive .post__button a:hover svg,
.single.single-leadership .page-header .page-header__link a:hover svg,
.single.single-resource .resource-form .resource-form__form .button--arrow.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form .awards__list .award.award--show-more .gform_button.award__button:hover svg,
.awards__list .award.award--show-more .single.single-resource .resource-form .resource-form__form .gform_button.award__button:hover svg,
.single.single-resource .resource-form .resource-form__form .awards__button a.gform_button:hover svg,
.awards__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form .content-media__button a.gform_button:hover svg,
.content-media__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form .customers .customers__button a.gform_button:hover svg,
.customers .customers__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form .content-types .content-type__button a.gform_button:hover svg,
.content-types .content-type__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form body.index .post__button a.gform_button:hover svg,
body.index .post__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form body.search .post__button a.gform_button:hover svg,
body.search .post__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form body.archive .post__button a.gform_button:hover svg,
body.archive .post__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-resource .resource-form .resource-form__form .single.single-leadership .page-header .page-header__link a.gform_button:hover svg,
.single.single-leadership .page-header .page-header__link .single.single-resource .resource-form .resource-form__form a.gform_button:hover svg,
.single.single-solution .solution__resource .button--arrow.resource__link:hover svg,
.single.single-solution .solution__resource .awards__list .award.award--show-more .resource__link.award__button:hover svg,
.awards__list .award.award--show-more .single.single-solution .solution__resource .resource__link.award__button:hover svg,
.single.single-solution .solution__resource .awards__button a.resource__link:hover svg,
.awards__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource .content-media__button a.resource__link:hover svg,
.content-media__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource .customers .customers__button a.resource__link:hover svg,
.customers .customers__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource .content-types .content-type__button a.resource__link:hover svg,
.content-types .content-type__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource body.index .post__button a.resource__link:hover svg,
body.index .post__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource body.search .post__button a.resource__link:hover svg,
body.search .post__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource body.archive .post__button a.resource__link:hover svg,
body.archive .post__button .single.single-solution .solution__resource a.resource__link:hover svg,
.single.single-solution .solution__resource .single.single-leadership .page-header .page-header__link a.resource__link:hover svg,
.single.single-leadership .page-header .page-header__link .single.single-solution .solution__resource a.resource__link:hover svg {
    -ms-transform: translate(6px, 6px);
    transform: translate(6px, 6px)
}

.button.button--arrow.left-arrow:hover svg {
    -ms-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px)
}

.button.button--arrow svg,
.awards__list .award.award--show-more .award__button svg,
.awards__button a svg,
.career-opportunities__button a.button--arrow svg,
.career-opportunities__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .career-opportunities__button a.award__button svg,
.career-opportunities__button .awards__button a svg,
.awards__button .career-opportunities__button a svg,
.career-opportunities__button .content-media__button a svg,
.content-media__button .career-opportunities__button a svg,
.career-opportunities__button .customers .customers__button a svg,
.customers .customers__button .career-opportunities__button a svg,
.career-opportunities__button .content-types .content-type__button a svg,
.content-types .content-type__button .career-opportunities__button a svg,
.career-opportunities__button body.index .post__button a svg,
body.index .post__button .career-opportunities__button a svg,
.career-opportunities__button body.search .post__button a svg,
body.search .post__button .career-opportunities__button a svg,
.career-opportunities__button body.archive .post__button a svg,
body.archive .post__button .career-opportunities__button a svg,
.career-opportunities__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .career-opportunities__button a svg,
.checklist__button>a.button--arrow svg,
.awards__list .award.award--show-more .checklist__button>a.award__button svg,
.awards__button .checklist__button>a svg,
.content-media__button .checklist__button>a svg,
.customers .customers__button .checklist__button>a svg,
.content-types .content-type__button .checklist__button>a svg,
body.index .post__button .checklist__button>a svg,
body.search .post__button .checklist__button>a svg,
body.archive .post__button .checklist__button>a svg,
.single.single-leadership .page-header .page-header__link .checklist__button>a svg,
.post-comments-container .form-submit input.button--arrow[type="submit"] svg,
.post-comments-container .form-submit .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more .post-comments-container .form-submit input[type="submit"].award__button svg,
.content-media__button a svg,
.customers .customers__button a svg,
.content-types .content-type__button a svg,
.content-types .content-post .content-post__button a.button--arrow svg,
.content-types .content-post .content-post__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .content-types .content-post .content-post__button a.award__button svg,
.content-types .content-post .content-post__button .awards__button a svg,
.awards__button .content-types .content-post .content-post__button a svg,
.content-types .content-post .content-post__button .content-media__button a svg,
.content-media__button .content-types .content-post .content-post__button a svg,
.content-types .content-post .content-post__button .customers .customers__button a svg,
.customers .customers__button .content-types .content-post .content-post__button a svg,
.content-types .content-post .content-post__button .content-type__button a svg,
.content-types .content-type__button .content-post .content-post__button a svg,
.content-types .content-post .content-post__button body.index .post__button a svg,
body.index .post__button .content-types .content-post .content-post__button a svg,
.content-types .content-post .content-post__button body.search .post__button a svg,
body.search .post__button .content-types .content-post .content-post__button a svg,
.content-types .content-post .content-post__button body.archive .post__button a svg,
body.archive .post__button .content-types .content-post .content-post__button a svg,
.content-types .content-post .content-post__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .content-types .content-post .content-post__button a svg,
.filter-box form input.button--arrow[type="submit"] svg,
.about-you .about-you__form form form input.button--arrow[type="submit"] svg,
.resources-filter>.container form input.button--arrow[type="submit"] svg,
.filter-box form .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more .filter-box form input[type="submit"].award__button svg,
.about-you .about-you__form form form .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more .about-you .about-you__form form form input[type="submit"].award__button svg,
.resources-filter>.container form .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more .resources-filter>.container form input[type="submit"].award__button svg,
.filter-box__form input.button--arrow[type="submit"] svg,
.about-you .about-you__form form input.button--arrow[type="submit"] svg,
.filter-box__form .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more .filter-box__form input[type="submit"].award__button svg,
.about-you .about-you__form form .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more .about-you .about-you__form form input[type="submit"].award__button svg,
form input.button--arrow[type="submit"] svg,
form .awards__list .award.award--show-more input[type="submit"].award__button svg,
.awards__list .award.award--show-more form input[type="submit"].award__button svg,
.grid__button>a.button--arrow svg,
.awards__list .award.award--show-more .grid__button>a.award__button svg,
.awards__button .grid__button>a svg,
.content-media__button .grid__button>a svg,
.customers .customers__button .grid__button>a svg,
.content-types .content-type__button .grid__button>a svg,
body.index .post__button .grid__button>a svg,
body.search .post__button .grid__button>a svg,
body.archive .post__button .grid__button>a svg,
.single.single-leadership .page-header .page-header__link .grid__button>a svg,
.grid-highlight__button>a.button--arrow svg,
.awards__list .award.award--show-more .grid-highlight__button>a.award__button svg,
.awards__button .grid-highlight__button>a svg,
.content-media__button .grid-highlight__button>a svg,
.customers .customers__button .grid-highlight__button>a svg,
.content-types .content-type__button .grid-highlight__button>a svg,
body.index .post__button .grid-highlight__button>a svg,
body.search .post__button .grid-highlight__button>a svg,
body.archive .post__button .grid-highlight__button>a svg,
.single.single-leadership .page-header .page-header__link .grid-highlight__button>a svg,
.hero .hero-item__buttons a.button--arrow svg,
.hero .hero-item__buttons .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .hero .hero-item__buttons a.award__button svg,
.hero .hero-item__buttons .awards__button a svg,
.awards__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons .content-media__button a svg,
.content-media__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons .customers .customers__button a svg,
.customers .customers__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons .content-types .content-type__button a svg,
.content-types .content-type__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons body.index .post__button a svg,
body.index .post__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons body.search .post__button a svg,
body.search .post__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons body.archive .post__button a svg,
body.archive .post__button .hero .hero-item__buttons a svg,
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a svg,
.leader.leader-join .leader-join__button a.button--arrow svg,
.leader.leader-join .leader-join__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .leader.leader-join .leader-join__button a.award__button svg,
.leader.leader-join .leader-join__button .awards__button a svg,
.awards__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button .content-media__button a svg,
.content-media__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button .customers .customers__button a svg,
.customers .customers__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button .content-types .content-type__button a svg,
.content-types .content-type__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button body.index .post__button a svg,
body.index .post__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button body.search .post__button a svg,
body.search .post__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button body.archive .post__button a svg,
body.archive .post__button .leader.leader-join .leader-join__button a svg,
.leader.leader-join .leader-join__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .leader.leader-join .leader-join__button a svg,
.notification.is-top .notification__button a.button--arrow svg,
.notification.is-top .notification__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .notification.is-top .notification__button a.award__button svg,
.notification.is-top .notification__button .awards__button a svg,
.awards__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button .content-media__button a svg,
.content-media__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button .customers .customers__button a svg,
.customers .customers__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button .content-types .content-type__button a svg,
.content-types .content-type__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button body.index .post__button a svg,
body.index .post__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button body.search .post__button a svg,
body.search .post__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button body.archive .post__button a svg,
body.archive .post__button .notification.is-top .notification__button a svg,
.notification.is-top .notification__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .notification.is-top .notification__button a svg,
.notification.is-bottom .notification__button a.button--arrow svg,
.notification.is-bottom .notification__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .notification.is-bottom .notification__button a.award__button svg,
.notification.is-bottom .notification__button .awards__button a svg,
.awards__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button .content-media__button a svg,
.content-media__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button .customers .customers__button a svg,
.customers .customers__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button .content-types .content-type__button a svg,
.content-types .content-type__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button body.index .post__button a svg,
body.index .post__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button body.search .post__button a svg,
body.search .post__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button body.archive .post__button a svg,
body.archive .post__button .notification.is-bottom .notification__button a svg,
.notification.is-bottom .notification__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .notification.is-bottom .notification__button a svg,
.notification .notification__button a.button--arrow svg,
.notification .notification__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .notification .notification__button a.award__button svg,
.notification .notification__button .awards__button a svg,
.awards__button .notification .notification__button a svg,
.notification .notification__button .content-media__button a svg,
.content-media__button .notification .notification__button a svg,
.notification .notification__button .customers .customers__button a svg,
.customers .customers__button .notification .notification__button a svg,
.notification .notification__button .content-types .content-type__button a svg,
.content-types .content-type__button .notification .notification__button a svg,
.notification .notification__button body.index .post__button a svg,
body.index .post__button .notification .notification__button a svg,
.notification .notification__button body.search .post__button a svg,
body.search .post__button .notification .notification__button a svg,
.notification .notification__button body.archive .post__button a svg,
body.archive .post__button .notification .notification__button a svg,
.notification .notification__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .notification .notification__button a svg,
.partners__button a.button--arrow svg,
.partners__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .partners__button a.award__button svg,
.partners__button .awards__button a svg,
.awards__button .partners__button a svg,
.partners__button .content-media__button a svg,
.content-media__button .partners__button a svg,
.partners__button .customers .customers__button a svg,
.customers .customers__button .partners__button a svg,
.partners__button .content-types .content-type__button a svg,
.content-types .content-type__button .partners__button a svg,
.partners__button body.index .post__button a svg,
body.index .post__button .partners__button a svg,
.partners__button body.search .post__button a svg,
body.search .post__button .partners__button a svg,
.partners__button body.archive .post__button a svg,
body.archive .post__button .partners__button a svg,
.partners__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .partners__button a svg,
.recommended-resource .button--arrow.recommended-resource__link svg,
.recommended-resource .awards__list .award.award--show-more .recommended-resource__link.award__button svg,
.awards__list .award.award--show-more .recommended-resource .recommended-resource__link.award__button svg,
.recommended-resource .awards__button a.recommended-resource__link svg,
.awards__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource .content-media__button a.recommended-resource__link svg,
.content-media__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource .customers .customers__button a.recommended-resource__link svg,
.customers .customers__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource .content-types .content-type__button a.recommended-resource__link svg,
.content-types .content-type__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource body.index .post__button a.recommended-resource__link svg,
body.index .post__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource body.search .post__button a.recommended-resource__link svg,
body.search .post__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource body.archive .post__button a.recommended-resource__link svg,
body.archive .post__button .recommended-resource a.recommended-resource__link svg,
.recommended-resource .single.single-leadership .page-header .page-header__link a.recommended-resource__link svg,
.single.single-leadership .page-header .page-header__link .recommended-resource a.recommended-resource__link svg,
.header .header__bottom .menu-item.is-button>a.button--arrow svg,
.header .header__bottom .awards__list .award.award--show-more .menu-item.is-button>a.award__button svg,
.awards__list .award.award--show-more .header .header__bottom .menu-item.is-button>a.award__button svg,
.header .header__bottom .awards__button .menu-item.is-button>a svg,
.awards__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom .content-media__button .menu-item.is-button>a svg,
.content-media__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom .customers .customers__button .menu-item.is-button>a svg,
.customers .customers__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom .content-types .content-type__button .menu-item.is-button>a svg,
.content-types .content-type__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom body.index .post__button .menu-item.is-button>a svg,
body.index .post__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom body.search .post__button .menu-item.is-button>a svg,
body.search .post__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom body.archive .post__button .menu-item.is-button>a svg,
body.archive .post__button .header .header__bottom .menu-item.is-button>a svg,
.header .header__bottom .single.single-leadership .page-header .page-header__link .menu-item.is-button>a svg,
.single.single-leadership .page-header .page-header__link .header .header__bottom .menu-item.is-button>a svg,
.footer .widget .menu .menu-item.is-button a.button--arrow svg,
.footer .widget .menu .menu-item.is-button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .footer .widget .menu .menu-item.is-button a.award__button svg,
.footer .widget .menu .menu-item.is-button .awards__button a svg,
.awards__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button .content-media__button a svg,
.content-media__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button .customers .customers__button a svg,
.customers .customers__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button .content-types .content-type__button a svg,
.content-types .content-type__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button body.index .post__button a svg,
body.index .post__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button body.search .post__button a svg,
body.search .post__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button body.archive .post__button a svg,
body.archive .post__button .footer .widget .menu .menu-item.is-button a svg,
.footer .widget .menu .menu-item.is-button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .footer .widget .menu .menu-item.is-button a svg,
.template-events .events__list .event__button a.button--arrow svg,
.template-events .events__list .event__button .awards__list .award.award--show-more a.award__button svg,
.awards__list .award.award--show-more .template-events .events__list .event__button a.award__button svg,
.template-events .events__list .event__button .awards__button a svg,
.awards__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button .content-media__button a svg,
.content-media__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button .customers .customers__button a svg,
.customers .customers__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button .content-types .content-type__button a svg,
.content-types .content-type__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button body.index .post__button a svg,
body.index .post__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button body.search .post__button a svg,
body.search .post__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button body.archive .post__button a svg,
body.archive .post__button .template-events .events__list .event__button a svg,
.template-events .events__list .event__button .single.single-leadership .page-header .page-header__link a svg,
.single.single-leadership .page-header .page-header__link .template-events .events__list .event__button a svg,
body.index .post__button a svg,
body.search .post__button a svg,
body.archive .post__button a svg,
.single.single-leadership .page-header .page-header__link a svg,
.single.single-resource .resource-form .resource-form__form .button--arrow.gform_button svg,
.single.single-resource .resource-form .resource-form__form .awards__list .award.award--show-more .gform_button.award__button svg,
.awards__list .award.award--show-more .single.single-resource .resource-form .resource-form__form .gform_button.award__button svg,
.single.single-resource .resource-form .resource-form__form .awards__button a.gform_button svg,
.awards__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form .content-media__button a.gform_button svg,
.content-media__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form .customers .customers__button a.gform_button svg,
.customers .customers__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form .content-types .content-type__button a.gform_button svg,
.content-types .content-type__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form body.index .post__button a.gform_button svg,
body.index .post__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form body.search .post__button a.gform_button svg,
body.search .post__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form body.archive .post__button a.gform_button svg,
body.archive .post__button .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-resource .resource-form .resource-form__form .single.single-leadership .page-header .page-header__link a.gform_button svg,
.single.single-leadership .page-header .page-header__link .single.single-resource .resource-form .resource-form__form a.gform_button svg,
.single.single-solution .solution__resource .button--arrow.resource__link svg,
.single.single-solution .solution__resource .awards__list .award.award--show-more .resource__link.award__button svg,
.awards__list .award.award--show-more .single.single-solution .solution__resource .resource__link.award__button svg,
.single.single-solution .solution__resource .awards__button a.resource__link svg,
.awards__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource .content-media__button a.resource__link svg,
.content-media__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource .customers .customers__button a.resource__link svg,
.customers .customers__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource .content-types .content-type__button a.resource__link svg,
.content-types .content-type__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource body.index .post__button a.resource__link svg,
body.index .post__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource body.search .post__button a.resource__link svg,
body.search .post__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource body.archive .post__button a.resource__link svg,
body.archive .post__button .single.single-solution .solution__resource a.resource__link svg,
.single.single-solution .solution__resource .single.single-leadership .page-header .page-header__link a.resource__link svg,
.single.single-leadership .page-header .page-header__link .single.single-solution .solution__resource a.resource__link svg {
    color: #003EDD;
    stroke-width: 2px;
    margin-left: .5rem;
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px);
    height: 22px;
    width: auto;
    transition: all 0.25s ease
}

.button.button--arrow:hover,
.awards__list .award.award--show-more .award__button:hover,
.awards__button a:hover,
.career-opportunities__button a.button--arrow:hover,
.career-opportunities__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .career-opportunities__button a.award__button:hover,
.career-opportunities__button .awards__button a:hover,
.awards__button .career-opportunities__button a:hover,
.career-opportunities__button .content-media__button a:hover,
.content-media__button .career-opportunities__button a:hover,
.career-opportunities__button .customers .customers__button a:hover,
.customers .customers__button .career-opportunities__button a:hover,
.career-opportunities__button .content-types .content-type__button a:hover,
.content-types .content-type__button .career-opportunities__button a:hover,
.career-opportunities__button body.index .post__button a:hover,
body.index .post__button .career-opportunities__button a:hover,
.career-opportunities__button body.search .post__button a:hover,
body.search .post__button .career-opportunities__button a:hover,
.career-opportunities__button body.archive .post__button a:hover,
body.archive .post__button .career-opportunities__button a:hover,
.career-opportunities__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .career-opportunities__button a:hover,
.checklist__button>a.button--arrow:hover,
.awards__list .award.award--show-more .checklist__button>a.award__button:hover,
.awards__button .checklist__button>a:hover,
.content-media__button .checklist__button>a:hover,
.customers .customers__button .checklist__button>a:hover,
.content-types .content-type__button .checklist__button>a:hover,
body.index .post__button .checklist__button>a:hover,
body.search .post__button .checklist__button>a:hover,
body.archive .post__button .checklist__button>a:hover,
.single.single-leadership .page-header .page-header__link .checklist__button>a:hover,
.post-comments-container .form-submit input.button--arrow[type="submit"]:hover,
.post-comments-container .form-submit .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more .post-comments-container .form-submit input[type="submit"].award__button:hover,
.content-media__button a:hover,
.customers .customers__button a:hover,
.content-types .content-type__button a:hover,
.content-types .content-post .content-post__button a.button--arrow:hover,
.content-types .content-post .content-post__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .content-types .content-post .content-post__button a.award__button:hover,
.content-types .content-post .content-post__button .awards__button a:hover,
.awards__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .content-media__button a:hover,
.content-media__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .customers .customers__button a:hover,
.customers .customers__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .content-type__button a:hover,
.content-types .content-type__button .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button body.index .post__button a:hover,
body.index .post__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button body.search .post__button a:hover,
body.search .post__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button body.archive .post__button a:hover,
body.archive .post__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .content-types .content-post .content-post__button a:hover,
.filter-box form input.button--arrow[type="submit"]:hover,
.about-you .about-you__form form form input.button--arrow[type="submit"]:hover,
.resources-filter>.container form input.button--arrow[type="submit"]:hover,
.filter-box form .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more .filter-box form input[type="submit"].award__button:hover,
.about-you .about-you__form form form .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more .about-you .about-you__form form form input[type="submit"].award__button:hover,
.resources-filter>.container form .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more .resources-filter>.container form input[type="submit"].award__button:hover,
.filter-box__form input.button--arrow[type="submit"]:hover,
.about-you .about-you__form form input.button--arrow[type="submit"]:hover,
.filter-box__form .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more .filter-box__form input[type="submit"].award__button:hover,
.about-you .about-you__form form .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more .about-you .about-you__form form input[type="submit"].award__button:hover,
form input.button--arrow[type="submit"]:hover,
form .awards__list .award.award--show-more input[type="submit"].award__button:hover,
.awards__list .award.award--show-more form input[type="submit"].award__button:hover,
.grid__button>a.button--arrow:hover,
.awards__list .award.award--show-more .grid__button>a.award__button:hover,
.awards__button .grid__button>a:hover,
.content-media__button .grid__button>a:hover,
.customers .customers__button .grid__button>a:hover,
.content-types .content-type__button .grid__button>a:hover,
body.index .post__button .grid__button>a:hover,
body.search .post__button .grid__button>a:hover,
body.archive .post__button .grid__button>a:hover,
.single.single-leadership .page-header .page-header__link .grid__button>a:hover,
.grid-highlight__button>a.button--arrow:hover,
.awards__list .award.award--show-more .grid-highlight__button>a.award__button:hover,
.awards__button .grid-highlight__button>a:hover,
.content-media__button .grid-highlight__button>a:hover,
.customers .customers__button .grid-highlight__button>a:hover,
.content-types .content-type__button .grid-highlight__button>a:hover,
body.index .post__button .grid-highlight__button>a:hover,
body.search .post__button .grid-highlight__button>a:hover,
body.archive .post__button .grid-highlight__button>a:hover,
.single.single-leadership .page-header .page-header__link .grid-highlight__button>a:hover,
.hero .hero-item__buttons a.button--arrow:hover,
.hero .hero-item__buttons .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .hero .hero-item__buttons a.award__button:hover,
.hero .hero-item__buttons .awards__button a:hover,
.awards__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .content-media__button a:hover,
.content-media__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .customers .customers__button a:hover,
.customers .customers__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .content-types .content-type__button a:hover,
.content-types .content-type__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons body.index .post__button a:hover,
body.index .post__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons body.search .post__button a:hover,
body.search .post__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons body.archive .post__button a:hover,
body.archive .post__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:hover,
.leader.leader-join .leader-join__button a.button--arrow:hover,
.leader.leader-join .leader-join__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .leader.leader-join .leader-join__button a.award__button:hover,
.leader.leader-join .leader-join__button .awards__button a:hover,
.awards__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .content-media__button a:hover,
.content-media__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .customers .customers__button a:hover,
.customers .customers__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .content-types .content-type__button a:hover,
.content-types .content-type__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button body.index .post__button a:hover,
body.index .post__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button body.search .post__button a:hover,
body.search .post__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button body.archive .post__button a:hover,
body.archive .post__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .leader.leader-join .leader-join__button a:hover,
.notification.is-top .notification__button a.button--arrow:hover,
.notification.is-top .notification__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .notification.is-top .notification__button a.award__button:hover,
.notification.is-top .notification__button .awards__button a:hover,
.awards__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button .content-media__button a:hover,
.content-media__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button .customers .customers__button a:hover,
.customers .customers__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button .content-types .content-type__button a:hover,
.content-types .content-type__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button body.index .post__button a:hover,
body.index .post__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button body.search .post__button a:hover,
body.search .post__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button body.archive .post__button a:hover,
body.archive .post__button .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .notification.is-top .notification__button a:hover,
.notification.is-bottom .notification__button a.button--arrow:hover,
.notification.is-bottom .notification__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .notification.is-bottom .notification__button a.award__button:hover,
.notification.is-bottom .notification__button .awards__button a:hover,
.awards__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button .content-media__button a:hover,
.content-media__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button .customers .customers__button a:hover,
.customers .customers__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button .content-types .content-type__button a:hover,
.content-types .content-type__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button body.index .post__button a:hover,
body.index .post__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button body.search .post__button a:hover,
body.search .post__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button body.archive .post__button a:hover,
body.archive .post__button .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .notification.is-bottom .notification__button a:hover,
.notification .notification__button a.button--arrow:hover,
.notification .notification__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .notification .notification__button a.award__button:hover,
.notification .notification__button .awards__button a:hover,
.awards__button .notification .notification__button a:hover,
.notification .notification__button .content-media__button a:hover,
.content-media__button .notification .notification__button a:hover,
.notification .notification__button .customers .customers__button a:hover,
.customers .customers__button .notification .notification__button a:hover,
.notification .notification__button .content-types .content-type__button a:hover,
.content-types .content-type__button .notification .notification__button a:hover,
.notification .notification__button body.index .post__button a:hover,
body.index .post__button .notification .notification__button a:hover,
.notification .notification__button body.search .post__button a:hover,
body.search .post__button .notification .notification__button a:hover,
.notification .notification__button body.archive .post__button a:hover,
body.archive .post__button .notification .notification__button a:hover,
.notification .notification__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .notification .notification__button a:hover,
.partners__button a.button--arrow:hover,
.partners__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .partners__button a.award__button:hover,
.partners__button .awards__button a:hover,
.awards__button .partners__button a:hover,
.partners__button .content-media__button a:hover,
.content-media__button .partners__button a:hover,
.partners__button .customers .customers__button a:hover,
.customers .customers__button .partners__button a:hover,
.partners__button .content-types .content-type__button a:hover,
.content-types .content-type__button .partners__button a:hover,
.partners__button body.index .post__button a:hover,
body.index .post__button .partners__button a:hover,
.partners__button body.search .post__button a:hover,
body.search .post__button .partners__button a:hover,
.partners__button body.archive .post__button a:hover,
body.archive .post__button .partners__button a:hover,
.partners__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .partners__button a:hover,
.recommended-resource .button--arrow.recommended-resource__link:hover,
.recommended-resource .awards__list .award.award--show-more .recommended-resource__link.award__button:hover,
.awards__list .award.award--show-more .recommended-resource .recommended-resource__link.award__button:hover,
.recommended-resource .awards__button a.recommended-resource__link:hover,
.awards__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource .content-media__button a.recommended-resource__link:hover,
.content-media__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource .customers .customers__button a.recommended-resource__link:hover,
.customers .customers__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource .content-types .content-type__button a.recommended-resource__link:hover,
.content-types .content-type__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource body.index .post__button a.recommended-resource__link:hover,
body.index .post__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource body.search .post__button a.recommended-resource__link:hover,
body.search .post__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource body.archive .post__button a.recommended-resource__link:hover,
body.archive .post__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource .single.single-leadership .page-header .page-header__link a.recommended-resource__link:hover,
.single.single-leadership .page-header .page-header__link .recommended-resource a.recommended-resource__link:hover,
.header .header__bottom .menu-item.is-button>a.button--arrow:hover,
.header .header__bottom .awards__list .award.award--show-more .menu-item.is-button>a.award__button:hover,
.awards__list .award.award--show-more .header .header__bottom .menu-item.is-button>a.award__button:hover,
.header .header__bottom .awards__button .menu-item.is-button>a:hover,
.awards__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom .content-media__button .menu-item.is-button>a:hover,
.content-media__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom .customers .customers__button .menu-item.is-button>a:hover,
.customers .customers__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom .content-types .content-type__button .menu-item.is-button>a:hover,
.content-types .content-type__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom body.index .post__button .menu-item.is-button>a:hover,
body.index .post__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom body.search .post__button .menu-item.is-button>a:hover,
body.search .post__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom body.archive .post__button .menu-item.is-button>a:hover,
body.archive .post__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom .single.single-leadership .page-header .page-header__link .menu-item.is-button>a:hover,
.single.single-leadership .page-header .page-header__link .header .header__bottom .menu-item.is-button>a:hover,
.footer .widget .menu .menu-item.is-button a.button--arrow:hover,
.footer .widget .menu .menu-item.is-button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .footer .widget .menu .menu-item.is-button a.award__button:hover,
.footer .widget .menu .menu-item.is-button .awards__button a:hover,
.awards__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button .content-media__button a:hover,
.content-media__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button .customers .customers__button a:hover,
.customers .customers__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button .content-types .content-type__button a:hover,
.content-types .content-type__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button body.index .post__button a:hover,
body.index .post__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button body.search .post__button a:hover,
body.search .post__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button body.archive .post__button a:hover,
body.archive .post__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .footer .widget .menu .menu-item.is-button a:hover,
.template-events .events__list .event__button a.button--arrow:hover,
.template-events .events__list .event__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .template-events .events__list .event__button a.award__button:hover,
.template-events .events__list .event__button .awards__button a:hover,
.awards__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button .content-media__button a:hover,
.content-media__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button .customers .customers__button a:hover,
.customers .customers__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button .content-types .content-type__button a:hover,
.content-types .content-type__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button body.index .post__button a:hover,
body.index .post__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button body.search .post__button a:hover,
body.search .post__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button body.archive .post__button a:hover,
body.archive .post__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .template-events .events__list .event__button a:hover,
body.index .post__button a:hover,
body.search .post__button a:hover,
body.archive .post__button a:hover,
.single.single-leadership .page-header .page-header__link a:hover,
.single.single-resource .resource-form .resource-form__form .button--arrow.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .awards__list .award.award--show-more .gform_button.award__button:hover,
.awards__list .award.award--show-more .single.single-resource .resource-form .resource-form__form .gform_button.award__button:hover,
.single.single-resource .resource-form .resource-form__form .awards__button a.gform_button:hover,
.awards__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .content-media__button a.gform_button:hover,
.content-media__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .customers .customers__button a.gform_button:hover,
.customers .customers__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .content-types .content-type__button a.gform_button:hover,
.content-types .content-type__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form body.index .post__button a.gform_button:hover,
body.index .post__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form body.search .post__button a.gform_button:hover,
body.search .post__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form body.archive .post__button a.gform_button:hover,
body.archive .post__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .single.single-leadership .page-header .page-header__link a.gform_button:hover,
.single.single-leadership .page-header .page-header__link .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-solution .solution__resource .button--arrow.resource__link:hover,
.single.single-solution .solution__resource .awards__list .award.award--show-more .resource__link.award__button:hover,
.awards__list .award.award--show-more .single.single-solution .solution__resource .resource__link.award__button:hover,
.single.single-solution .solution__resource .awards__button a.resource__link:hover,
.awards__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource .content-media__button a.resource__link:hover,
.content-media__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource .customers .customers__button a.resource__link:hover,
.customers .customers__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource .content-types .content-type__button a.resource__link:hover,
.content-types .content-type__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource body.index .post__button a.resource__link:hover,
body.index .post__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource body.search .post__button a.resource__link:hover,
body.search .post__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource body.archive .post__button a.resource__link:hover,
body.archive .post__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource .single.single-leadership .page-header .page-header__link a.resource__link:hover,
.single.single-leadership .page-header .page-header__link .single.single-solution .solution__resource a.resource__link:hover {
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: .8
}

.button.button--small,
.awards__list .award.award--show-more .button--small.award__button,
.awards__button a.button--small,
.career-opportunities__button a.button--small,
.checklist__button>a.button--small,
.post-comments-container .form-submit input.button--small[type="submit"],
.content-media__button a.button--small,
.customers .customers__button a.button--small,
.content-types .content-type__button a.button--small,
.content-types .content-post .content-post__button a.button--small,
.filter-box__form input.button--small[type="submit"],
form input.button--small[type="submit"],
.grid__button>a.button--small,
.grid-highlight__button>a.button--small,
.hero .hero-item__buttons a.button--small,
.leader.leader-join .leader-join__button a.button--small,
.notification .notification__button a.button--small,
.partners__button a.button--small,
.recommended-resource .button--small.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--small,
.footer .widget .menu .menu-item.is-button a.button--small,
.template-events .events__list .event__button a.button--small,
body.index .post__button a.button--small,
body.search .post__button a.button--small,
body.archive .post__button a.button--small,
.single.single-leadership .page-header .page-header__link a.button--small,
.single.single-resource .resource-form .resource-form__form .button--small.gform_button,
.single.single-solution .solution__resource .button--small.resource__link {
    padding: .65rem 1.15rem;
    font: 400 0.8rem/1.25rem "Lota Grotesque", helvetica, arial, sans-serif
}

.button.button--shadow,
.awards__list .award.award--show-more .button--shadow.award__button,
.awards__button a.button--shadow,
.career-opportunities__button a.button--shadow,
.checklist__button>a.button--shadow,
.post-comments-container .form-submit input.button--shadow[type="submit"],
.content-media__button a.button--shadow,
.customers .customers__button a.button--shadow,
.content-types .content-type__button a.button--shadow,
.content-types .content-post .content-post__button a.button--shadow,
.filter-box__form input.button--shadow[type="submit"],
form input.button--shadow[type="submit"],
.grid__button>a.button--shadow,
.grid-highlight__button>a.button--shadow,
.hero .hero-item__buttons a.button--shadow,
.leader.leader-join .leader-join__button a.button--shadow,
.notification .notification__button a.button--shadow,
.partners__button a.button--shadow,
.recommended-resource .button--shadow.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--shadow,
.footer .widget .menu .menu-item.is-button a.button--shadow,
.template-events .events__list .event__button a.button--shadow,
body.index .post__button a.button--shadow,
body.search .post__button a.button--shadow,
body.archive .post__button a.button--shadow,
.single.single-leadership .page-header .page-header__link a.button--shadow,
.single.single-resource .resource-form .resource-form__form .button--shadow.gform_button,
.single.single-solution .solution__resource .button--shadow.resource__link {
    box-shadow: 0 10px 50px -30px rgba(0, 0, 0, .5), 0 20px 30px -20px rgba(0, 0, 0, .5)
}

.button.button--outline,
.awards__list .award.award--show-more .button--outline.award__button,
.awards__list .award.award--show-more .partners__button a.award__button,
.partners__button .awards__list .award.award--show-more a.award__button,
.awards__button a.button--outline,
.career-opportunities__button a.button--outline,
.checklist__button>a.button--outline,
.post-comments-container .form-submit input.button--outline[type="submit"],
.content-media__button a.button--outline,
.customers .customers__button a.button--outline,
.customers .customers__button .partners__button a,
.partners__button .customers .customers__button a,
.content-types .content-type__button a.button--outline,
.content-types .content-type__button .partners__button a,
.partners__button .content-types .content-type__button a,
.content-types .content-post .content-post__button a.button--outline,
.content-types .content-post .content-post__button .partners__button a,
.partners__button .content-types .content-post .content-post__button a,
.filter-box__form input.button--outline[type="submit"],
form input.button--outline[type="submit"],
.grid__button>a.button--outline,
.grid-highlight__button>a.button--outline,
.hero .hero-item__buttons a.button--outline,
.hero .hero-item__buttons .partners__button a,
.partners__button .hero .hero-item__buttons a,
.leader.leader-join .leader-join__button a.button--outline,
.leader.leader-join .leader-join__button .partners__button a,
.partners__button .leader.leader-join .leader-join__button a,
.notification .notification__button a.button--outline,
.notification .notification__button .partners__button a,
.partners__button .notification .notification__button a,
.partners__button a,
.recommended-resource .button--outline.recommended-resource__link,
.recommended-resource .partners__button a.recommended-resource__link,
.partners__button .recommended-resource a.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--outline,
.header .header__bottom .partners__button .menu-item.is-button>a,
.partners__button .header .header__bottom .menu-item.is-button>a,
.footer .widget .menu .menu-item.is-button a.button--outline,
.footer .widget .menu .menu-item.is-button .partners__button a,
.partners__button .footer .widget .menu .menu-item.is-button a,
.template-events .events__list .event__button a.button--outline,
.template-events .events__list .event__button .partners__button a,
.partners__button .template-events .events__list .event__button a,
body.index .post__button a.button--outline,
body.index .post__button .partners__button a,
.partners__button body.index .post__button a,
body.search .post__button a.button--outline,
body.search .post__button .partners__button a,
.partners__button body.search .post__button a,
body.archive .post__button a.button--outline,
body.archive .post__button .partners__button a,
.partners__button body.archive .post__button a,
.single.single-leadership .page-header .page-header__link a.button--outline,
.single.single-leadership .page-header .page-header__link .partners__button a,
.partners__button .single.single-leadership .page-header .page-header__link a,
.single.single-resource .resource-form .resource-form__form .button--outline.gform_button,
.single.single-resource .resource-form .resource-form__form .partners__button a.gform_button,
.partners__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-solution .solution__resource .button--outline.resource__link,
.single.single-solution .solution__resource .partners__button a.resource__link,
.partners__button .single.single-solution .solution__resource a.resource__link {
    border: 2px solid #000;
    color: #000;
    background: transparent
}

.button.button--outline:hover,
.awards__list .award.award--show-more .button--outline.award__button:hover,
.awards__list .award.award--show-more .partners__button a.award__button:hover,
.partners__button .awards__list .award.award--show-more a.award__button:hover,
.awards__button a.button--outline:hover,
.career-opportunities__button a.button--outline:hover,
.checklist__button>a.button--outline:hover,
.post-comments-container .form-submit input.button--outline[type="submit"]:hover,
.content-media__button a.button--outline:hover,
.customers .customers__button a.button--outline:hover,
.content-types .content-type__button a.button--outline:hover,
.content-types .content-post .content-post__button a.button--outline:hover,
.content-types .content-post .content-post__button .partners__button a:hover,
.partners__button .content-types .content-post .content-post__button a:hover,
.filter-box__form input.button--outline[type="submit"]:hover,
form input.button--outline[type="submit"]:hover,
.grid__button>a.button--outline:hover,
.grid-highlight__button>a.button--outline:hover,
.hero .hero-item__buttons a.button--outline:hover,
.leader.leader-join .leader-join__button a.button--outline:hover,
.leader.leader-join .leader-join__button .partners__button a:hover,
.partners__button .leader.leader-join .leader-join__button a:hover,
.notification .notification__button a.button--outline:hover,
.partners__button a:hover,
.recommended-resource .button--outline.recommended-resource__link:hover,
.header .header__bottom .menu-item.is-button>a.button--outline:hover,
.header .header__bottom .partners__button .menu-item.is-button>a:hover,
.partners__button .header .header__bottom .menu-item.is-button>a:hover,
.footer .widget .menu .menu-item.is-button a.button--outline:hover,
.footer .widget .menu .menu-item.is-button .partners__button a:hover,
.partners__button .footer .widget .menu .menu-item.is-button a:hover,
.template-events .events__list .event__button a.button--outline:hover,
.template-events .events__list .event__button .partners__button a:hover,
.partners__button .template-events .events__list .event__button a:hover,
body.index .post__button a.button--outline:hover,
body.index .post__button .partners__button a:hover,
.partners__button body.index .post__button a:hover,
body.search .post__button a.button--outline:hover,
body.search .post__button .partners__button a:hover,
.partners__button body.search .post__button a:hover,
body.archive .post__button a.button--outline:hover,
body.archive .post__button .partners__button a:hover,
.partners__button body.archive .post__button a:hover,
.single.single-leadership .page-header .page-header__link a.button--outline:hover,
.single.single-leadership .page-header .page-header__link .partners__button a:hover,
.partners__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-resource .resource-form .resource-form__form .button--outline.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .partners__button a.gform_button:hover,
.partners__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-solution .solution__resource .button--outline.resource__link:hover,
.single.single-solution .solution__resource .partners__button a.resource__link:hover,
.partners__button .single.single-solution .solution__resource a.resource__link:hover {
    color: #fff;
    background: #000
}

.button.button--white,
.awards__list .award.award--show-more .button--white.award__button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .award__button.button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .award__button.button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .notification .notification__button a.award__button,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .notification .notification__button .call-to-action .call-to-action__buttons a.award__button,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__list .award.award--show-more a.award__button,
.awards__list .award.award--show-more .hero .hero-item__buttons .award__button.button:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .award__button.button:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .notification .notification__button a.award__button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .awards__list .award.award--show-more a.award__button:nth-child(2),
.awards__list .award.award--show-more .notification .notification__button .hero .hero-item__buttons a.award__button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__list .award.award--show-more a.award__button:nth-child(2),
.awards__list .award.award--show-more .partners__button a.award__button,
.partners__button .awards__list .award.award--show-more a.award__button,
.awards__button a.button--white,
.awards__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .awards__button a.button,
.awards__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__button a,
.awards__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__button a,
.awards__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .awards__button a.button:nth-child(2),
.awards__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .awards__button a:nth-child(2),
.awards__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__button a:nth-child(2),
.awards__button .partners__button a,
.partners__button .awards__button a,
.call-to-action .call-to-action__buttons .button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .award__button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .award__button,
.call-to-action .call-to-action__buttons .awards__button a,
.awards__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .career-opportunities__button a,
.career-opportunities__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .checklist__button>a,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input[type="submit"],
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input[type="submit"],
.call-to-action .call-to-action__buttons .content-media__button a,
.content-media__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .customers .customers__button a,
.customers .customers__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-type__button a,
.content-types .content-type__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .filter-box__form input[type="submit"],
.filter-box__form .call-to-action .call-to-action__buttons input[type="submit"],
.call-to-action .call-to-action__buttons form input[type="submit"],
form .call-to-action .call-to-action__buttons input[type="submit"],
.call-to-action .call-to-action__buttons .grid__button>a,
.call-to-action .call-to-action__buttons .grid-highlight__button>a,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .partners__button a,
.partners__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .recommended-resource .recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .recommended-resource__link,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons body.index .post__button a,
body.index .post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons body.search .post__button a,
body.search .post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons body.archive .post__button a,
body.archive .post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .gform_button,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .resource__link,
.career-opportunities__button a.button--white,
.career-opportunities__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .career-opportunities__button a.button,
.career-opportunities__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .career-opportunities__button a,
.career-opportunities__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .career-opportunities__button a,
.career-opportunities__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .career-opportunities__button a.button:nth-child(2),
.career-opportunities__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .career-opportunities__button a:nth-child(2),
.career-opportunities__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .career-opportunities__button a:nth-child(2),
.career-opportunities__button .partners__button a,
.partners__button .career-opportunities__button a,
.checklist__button>a.button--white,
.call-to-action .call-to-action__buttons .checklist__button>a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .checklist__button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .checklist__button>a,
.hero .hero-item__buttons .checklist__button>a.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .checklist__button>a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .checklist__button>a:nth-child(2),
.partners__button .checklist__button>a,
.post-comments-container .form-submit input.button--white[type="submit"],
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input[type="submit"].button,
.post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"].button:nth-child(2),
.content-media__button a.button--white,
.content-media__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .content-media__button a.button,
.content-media__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .content-media__button a,
.content-media__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .content-media__button a,
.content-media__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .content-media__button a.button:nth-child(2),
.content-media__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-media__button a:nth-child(2),
.content-media__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-media__button a:nth-child(2),
.content-media__button .partners__button a,
.partners__button .content-media__button a,
.customers .customers__button a.button--white,
.customers .customers__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .customers .customers__button a.button,
.customers .customers__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .customers .customers__button a,
.customers .customers__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .customers .customers__button a,
.customers .customers__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .customers .customers__button a.button:nth-child(2),
.customers .customers__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .customers .customers__button a:nth-child(2),
.customers .customers__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .customers .customers__button a:nth-child(2),
.customers .customers__button .partners__button a,
.partners__button .customers .customers__button a,
.content-types .content-type__button a.button--white,
.content-types .content-type__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .content-types .content-type__button a.button,
.content-types .content-type__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-type__button a,
.content-types .content-type__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-type__button a,
.content-types .content-type__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .content-types .content-type__button a.button:nth-child(2),
.content-types .content-type__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-types .content-type__button a:nth-child(2),
.content-types .content-type__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-types .content-type__button a:nth-child(2),
.content-types .content-type__button .partners__button a,
.partners__button .content-types .content-type__button a,
.content-types .content-post .content-post__button a.button--white,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a.button,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .content-types .content-post .content-post__button a.button:nth-child(2),
.content-types .content-post .content-post__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-types .content-post .content-post__button a:nth-child(2),
.content-types .content-post .content-post__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-types .content-post .content-post__button a:nth-child(2),
.content-types .content-post .content-post__button .partners__button a,
.partners__button .content-types .content-post .content-post__button a,
.filter-box form input.button--white[type="submit"],
.about-you .about-you__form form form input.button--white[type="submit"],
.resources-filter>.container form input.button--white[type="submit"],
.filter-box form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .filter-box form input[type="submit"].button,
.about-you .about-you__form form form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .about-you .about-you__form form form input[type="submit"].button,
.resources-filter>.container form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .resources-filter>.container form input[type="submit"].button,
.filter-box form .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .filter-box form input[type="submit"].button:nth-child(2),
.about-you .about-you__form form form .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .about-you .about-you__form form form input[type="submit"].button:nth-child(2),
.resources-filter>.container form .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .resources-filter>.container form input[type="submit"].button:nth-child(2),
.filter-box__form input.button--white[type="submit"],
.about-you .about-you__form form input.button--white[type="submit"],
.filter-box__form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .filter-box__form input[type="submit"].button,
.about-you .about-you__form form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons .about-you .about-you__form form input[type="submit"].button,
.filter-box__form .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .filter-box__form input[type="submit"].button:nth-child(2),
.about-you .about-you__form form .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .about-you .about-you__form form input[type="submit"].button:nth-child(2),
form input.button--white[type="submit"],
form .call-to-action .call-to-action__buttons input[type="submit"].button,
.call-to-action .call-to-action__buttons form input[type="submit"].button,
form .hero .hero-item__buttons input[type="submit"].button:nth-child(2),
.hero .hero-item__buttons form input[type="submit"].button:nth-child(2),
.grid__button>a.button--white,
.call-to-action .call-to-action__buttons .grid__button>a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .grid__button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .grid__button>a,
.hero .hero-item__buttons .grid__button>a.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .grid__button>a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .grid__button>a:nth-child(2),
.partners__button .grid__button>a,
.grid-highlight__button>a.button--white,
.call-to-action .call-to-action__buttons .grid-highlight__button>a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .grid-highlight__button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .grid-highlight__button>a,
.hero .hero-item__buttons .grid-highlight__button>a.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .grid-highlight__button>a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .grid-highlight__button>a:nth-child(2),
.partners__button .grid-highlight__button>a,
.hero .hero-item__buttons a.button--white,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a.button,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .hero .hero-item__buttons a,
.hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .partners__button a,
.partners__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .button:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .award__button:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .award__button:nth-child(2),
.hero .hero-item__buttons .awards__button a:nth-child(2),
.awards__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .career-opportunities__button a:nth-child(2),
.career-opportunities__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .checklist__button>a:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"]:nth-child(2),
.post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"]:nth-child(2),
.hero .hero-item__buttons .content-media__button a:nth-child(2),
.content-media__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .customers .customers__button a:nth-child(2),
.customers .customers__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .content-types .content-type__button a:nth-child(2),
.content-types .content-type__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .content-types .content-post .content-post__button a:nth-child(2),
.content-types .content-post .content-post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .filter-box__form input[type="submit"]:nth-child(2),
.filter-box__form .hero .hero-item__buttons input[type="submit"]:nth-child(2),
.hero .hero-item__buttons form input[type="submit"]:nth-child(2),
form .hero .hero-item__buttons input[type="submit"]:nth-child(2),
.hero .hero-item__buttons .grid__button>a:nth-child(2),
.hero .hero-item__buttons .grid-highlight__button>a:nth-child(2),
.hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .leader.leader-join .leader-join__button a:nth-child(2),
.leader.leader-join .leader-join__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .partners__button a:nth-child(2),
.partners__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .recommended-resource .recommended-resource__link:nth-child(2),
.recommended-resource .hero .hero-item__buttons .recommended-resource__link:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .template-events .events__list .event__button a:nth-child(2),
.template-events .events__list .event__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons body.index .post__button a:nth-child(2),
body.index .post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons body.search .post__button a:nth-child(2),
body.search .post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons body.archive .post__button a:nth-child(2),
body.archive .post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .resource__link:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .resource__link:nth-child(2),
.leader.leader-join .leader-join__button a.button--white,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a.button,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.call-to-action .call-to-action__buttons .notification .notification__button .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .leader.leader-join .leader-join__button a.button:nth-child(2),
.leader.leader-join .leader-join__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .leader.leader-join .leader-join__button a:nth-child(2),
.leader.leader-join .leader-join__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .leader.leader-join .leader-join__button a:nth-child(2),
.leader.leader-join .leader-join__button .partners__button a,
.partners__button .leader.leader-join .leader-join__button a,
.notification.is-top .notification__button a.button--white,
.call-to-action .call-to-action__buttons .notification.is-top .notification__button a,
.notification.is-top .notification__button .call-to-action .call-to-action__buttons a,
.hero .hero-item__buttons .notification.is-top .notification__button a:nth-child(2),
.notification.is-top .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification.is-top .notification__button .partners__button a,
.partners__button .notification.is-top .notification__button a,
.notification.is-bottom .notification__button a.button--white,
.call-to-action .call-to-action__buttons .notification.is-bottom .notification__button a,
.notification.is-bottom .notification__button .call-to-action .call-to-action__buttons a,
.hero .hero-item__buttons .notification.is-bottom .notification__button a:nth-child(2),
.notification.is-bottom .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification.is-bottom .notification__button .partners__button a,
.partners__button .notification.is-bottom .notification__button a,
.notification .notification__button a.button--white,
.notification .notification__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .notification .notification__button a.button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .notification .notification__button a.award__button,
.notification .notification__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons a.award__button,
.call-to-action .call-to-action__buttons .awards__button .notification .notification__button a,
.notification .notification__button .awards__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .career-opportunities__button .notification .notification__button a,
.notification .notification__button .career-opportunities__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-media__button .notification .notification__button a,
.notification .notification__button .content-media__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .customers .customers__button .notification .notification__button a,
.notification .notification__button .customers .customers__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-type__button .notification .notification__button a,
.notification .notification__button .content-types .content-type__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button .notification .notification__button a,
.notification .notification__button .content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons .notification .notification__button a,
.notification .notification__button .hero .hero-item__buttons .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button .notification .notification__button a,
.notification .notification__button .leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a,
.notification .notification__button .call-to-action .call-to-action__buttons .recommended-resource a.recommended-resource__link,
.call-to-action .call-to-action__buttons .recommended-resource .notification .notification__button a.recommended-resource__link,
.notification .notification__button .recommended-resource .call-to-action .call-to-action__buttons a.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .notification .notification__button a.recommended-resource__link,
.notification .notification__button .call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .header .header__bottom .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.header .header__bottom .call-to-action .call-to-action__buttons .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .notification .notification__button a,
.notification .notification__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .template-events .events__list .event__button a,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button .notification .notification__button a,
.notification .notification__button .template-events .events__list .event__button .call-to-action .call-to-action__buttons a,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons body.index .post__button a,
.call-to-action .call-to-action__buttons body.index .post__button .notification .notification__button a,
.notification .notification__button body.index .post__button .call-to-action .call-to-action__buttons a,
body.index .post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons body.search .post__button a,
.call-to-action .call-to-action__buttons body.search .post__button .notification .notification__button a,
.notification .notification__button body.search .post__button .call-to-action .call-to-action__buttons a,
body.search .post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons body.archive .post__button a,
.call-to-action .call-to-action__buttons body.archive .post__button .notification .notification__button a,
.notification .notification__button body.archive .post__button .call-to-action .call-to-action__buttons a,
body.archive .post__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .notification .notification__button a,
.notification .notification__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form a.gform_button,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .notification .notification__button a.gform_button,
.notification .notification__button .single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons a.gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .notification .notification__button a.gform_button,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-solution .solution__resource a.resource__link,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .notification .notification__button a.resource__link,
.notification .notification__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons a.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .notification .notification__button a.resource__link,
.notification .notification__button .hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button .notification .notification__button a:nth-child(2),
.notification .notification__button .footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form a.gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .notification .notification__button a.gform_button:nth-child(2),
.notification .notification__button .single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons a.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .notification .notification__button a.gform_button:nth-child(2),
.notification .notification__button .partners__button a,
.partners__button .notification .notification__button a,
.partners__button a,
.recommended-resource .button--white.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .recommended-resource__link.button,
.call-to-action .call-to-action__buttons .recommended-resource .recommended-resource__link.button,
.call-to-action .call-to-action__buttons .notification .notification__button .recommended-resource a.recommended-resource__link,
.recommended-resource .notification .notification__button .call-to-action .call-to-action__buttons a.recommended-resource__link,
.recommended-resource .hero .hero-item__buttons .recommended-resource__link.button:nth-child(2),
.hero .hero-item__buttons .recommended-resource .recommended-resource__link.button:nth-child(2),
.recommended-resource .hero .hero-item__buttons .notification .notification__button a.recommended-resource__link:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .recommended-resource a.recommended-resource__link:nth-child(2),
.recommended-resource .notification .notification__button .hero .hero-item__buttons a.recommended-resource__link:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .recommended-resource a.recommended-resource__link:nth-child(2),
.recommended-resource .partners__button a.recommended-resource__link,
.partners__button .recommended-resource a.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--white,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a.button,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .notification .notification__button .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a.button:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a.button:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .notification .notification__button .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a:nth-child(2),
.header .header__bottom .notification .notification__button .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a:nth-child(2),
.header .header__bottom .partners__button .menu-item.is-button>a,
.partners__button .header .header__bottom .menu-item.is-button>a,
.footer .widget .menu .menu-item.is-button a.button--white,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .notification .notification__button .call-to-action .call-to-action__buttons a,
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a:nth-child(2),
.footer .widget .menu .menu-item.is-button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.footer .widget .menu .menu-item.is-button .partners__button a,
.partners__button .footer .widget .menu .menu-item.is-button a,
.template-events .events__list .event__button a.button--white,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .template-events .events__list .event__button a,
.template-events .events__list .event__button .notification .notification__button .call-to-action .call-to-action__buttons a,
.template-events .events__list .event__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .template-events .events__list .event__button a.button:nth-child(2),
.template-events .events__list .event__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .template-events .events__list .event__button a:nth-child(2),
.template-events .events__list .event__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .template-events .events__list .event__button a:nth-child(2),
.template-events .events__list .event__button .partners__button a,
.partners__button .template-events .events__list .event__button a,
body.index .post__button a.button--white,
body.index .post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons body.index .post__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.index .post__button a,
body.index .post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
body.index .post__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons body.index .post__button a.button:nth-child(2),
body.index .post__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.index .post__button a:nth-child(2),
body.index .post__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.index .post__button a:nth-child(2),
body.index .post__button .partners__button a,
.partners__button body.index .post__button a,
body.search .post__button a.button--white,
body.search .post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons body.search .post__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.search .post__button a,
body.search .post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
body.search .post__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons body.search .post__button a.button:nth-child(2),
body.search .post__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.search .post__button a:nth-child(2),
body.search .post__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.search .post__button a:nth-child(2),
body.search .post__button .partners__button a,
.partners__button body.search .post__button a,
body.archive .post__button a.button--white,
body.archive .post__button .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons body.archive .post__button a.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.archive .post__button a,
body.archive .post__button .notification .notification__button .call-to-action .call-to-action__buttons a,
body.archive .post__button .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons body.archive .post__button a.button:nth-child(2),
body.archive .post__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.archive .post__button a:nth-child(2),
body.archive .post__button .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.archive .post__button a:nth-child(2),
body.archive .post__button .partners__button a,
.partners__button body.archive .post__button a,
.single.single-leadership .page-header .page-header__link a.button--white,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a.button,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .notification .notification__button .call-to-action .call-to-action__buttons a,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a.button:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a.button:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a:nth-child(2),
.single.single-leadership .page-header .page-header__link .notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:nth-child(2),
.single.single-leadership .page-header .page-header__link .partners__button a,
.partners__button .single.single-leadership .page-header .page-header__link a,
.single.single-resource .resource-form .resource-form__form .button--white.gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .gform_button.button,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .gform_button.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-resource .resource-form .resource-form__form .notification .notification__button .call-to-action .call-to-action__buttons a.gform_button,
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .gform_button.button:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .gform_button.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .notification .notification__button .hero .hero-item__buttons a.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .partners__button a.gform_button,
.partners__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-solution .solution__resource .button--white.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .resource__link.button,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .resource__link.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-solution .solution__resource a.resource__link,
.single.single-solution .solution__resource .notification .notification__button .call-to-action .call-to-action__buttons a.resource__link,
.single.single-solution .solution__resource .hero .hero-item__buttons .resource__link.button:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .resource__link.button:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .notification .notification__button a.resource__link:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-solution .solution__resource a.resource__link:nth-child(2),
.single.single-solution .solution__resource .notification .notification__button .hero .hero-item__buttons a.resource__link:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-solution .solution__resource a.resource__link:nth-child(2),
.single.single-solution .solution__resource .partners__button a.resource__link,
.partners__button .single.single-solution .solution__resource a.resource__link {
    color: #0C2E70;
    border-color: #B1B9FF;
    background: #B1B9FF
}

.button.button--white:hover,
.awards__list .award.award--show-more .button--white.award__button:hover,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .award__button.button:hover,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .award__button.button:hover,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .notification .notification__button a.award__button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .notification .notification__button .call-to-action .call-to-action__buttons a.award__button:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__list .award.award--show-more a.award__button:hover,
.awards__list .award.award--show-more .hero .hero-item__buttons .award__button.button:hover:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .award__button.button:hover:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .notification .notification__button a.award__button:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .awards__list .award.award--show-more a.award__button:hover:nth-child(2),
.awards__list .award.award--show-more .notification .notification__button .hero .hero-item__buttons a.award__button:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__list .award.award--show-more a.award__button:hover:nth-child(2),
.awards__list .award.award--show-more .partners__button a.award__button:hover,
.partners__button .awards__list .award.award--show-more a.award__button:hover,
.awards__button a.button--white:hover,
.awards__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .awards__button a.button:hover,
.awards__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__button a:hover,
.awards__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__button a:hover,
.awards__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .awards__button a.button:hover:nth-child(2),
.awards__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .awards__button a:hover:nth-child(2),
.awards__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__button a:hover:nth-child(2),
.awards__button .partners__button a:hover,
.partners__button .awards__button a:hover,
.call-to-action .call-to-action__buttons .button:hover,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .award__button:hover,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .award__button:hover,
.call-to-action .call-to-action__buttons .awards__button a:hover,
.awards__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .career-opportunities__button a:hover,
.career-opportunities__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .checklist__button>a:hover,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input[type="submit"]:hover,
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input[type="submit"]:hover,
.call-to-action .call-to-action__buttons .content-media__button a:hover,
.content-media__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .customers .customers__button a:hover,
.customers .customers__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .content-types .content-type__button a:hover,
.content-types .content-type__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .filter-box__form input[type="submit"]:hover,
.filter-box__form .call-to-action .call-to-action__buttons input[type="submit"]:hover,
.call-to-action .call-to-action__buttons form input[type="submit"]:hover,
form .call-to-action .call-to-action__buttons input[type="submit"]:hover,
.call-to-action .call-to-action__buttons .grid__button>a:hover,
.call-to-action .call-to-action__buttons .grid-highlight__button>a:hover,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .partners__button a:hover,
.partners__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .recommended-resource .recommended-resource__link:hover,
.recommended-resource .call-to-action .call-to-action__buttons .recommended-resource__link:hover,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a:hover,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons body.index .post__button a:hover,
body.index .post__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons body.search .post__button a:hover,
body.search .post__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons body.archive .post__button a:hover,
body.archive .post__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .gform_button:hover,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .gform_button:hover,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .resource__link:hover,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .resource__link:hover,
.career-opportunities__button a.button--white:hover,
.career-opportunities__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .career-opportunities__button a.button:hover,
.career-opportunities__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .career-opportunities__button a:hover,
.career-opportunities__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .career-opportunities__button a:hover,
.career-opportunities__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .career-opportunities__button a.button:hover:nth-child(2),
.career-opportunities__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .career-opportunities__button a:hover:nth-child(2),
.career-opportunities__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .career-opportunities__button a:hover:nth-child(2),
.career-opportunities__button .partners__button a:hover,
.partners__button .career-opportunities__button a:hover,
.checklist__button>a.button--white:hover,
.call-to-action .call-to-action__buttons .checklist__button>a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .checklist__button>a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .checklist__button>a:hover,
.hero .hero-item__buttons .checklist__button>a.button:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .checklist__button>a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .checklist__button>a:hover:nth-child(2),
.partners__button .checklist__button>a:hover,
.post-comments-container .form-submit input.button--white[type="submit"]:hover,
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input[type="submit"].button:hover,
.post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"].button:hover:nth-child(2),
.content-media__button a.button--white:hover,
.content-media__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .content-media__button a.button:hover,
.content-media__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .content-media__button a:hover,
.content-media__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .content-media__button a:hover,
.content-media__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .content-media__button a.button:hover:nth-child(2),
.content-media__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-media__button a:hover:nth-child(2),
.content-media__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-media__button a:hover:nth-child(2),
.content-media__button .partners__button a:hover,
.partners__button .content-media__button a:hover,
.customers .customers__button a.button--white:hover,
.customers .customers__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .customers .customers__button a.button:hover,
.customers .customers__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .customers .customers__button a:hover,
.customers .customers__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .customers .customers__button a:hover,
.customers .customers__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .customers .customers__button a.button:hover:nth-child(2),
.customers .customers__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .customers .customers__button a:hover:nth-child(2),
.customers .customers__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .customers .customers__button a:hover:nth-child(2),
.customers .customers__button .partners__button a:hover,
.partners__button .customers .customers__button a:hover,
.content-types .content-type__button a.button--white:hover,
.content-types .content-type__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .content-types .content-type__button a.button:hover,
.content-types .content-type__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-type__button a:hover,
.content-types .content-type__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-type__button a:hover,
.content-types .content-type__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .content-types .content-type__button a.button:hover:nth-child(2),
.content-types .content-type__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-types .content-type__button a:hover:nth-child(2),
.content-types .content-type__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-types .content-type__button a:hover:nth-child(2),
.content-types .content-type__button .partners__button a:hover,
.partners__button .content-types .content-type__button a:hover,
.content-types .content-post .content-post__button a.button--white:hover,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a.button:hover,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a:hover,
.content-types .content-post .content-post__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .content-types .content-post .content-post__button a.button:hover:nth-child(2),
.content-types .content-post .content-post__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-types .content-post .content-post__button a:hover:nth-child(2),
.content-types .content-post .content-post__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-types .content-post .content-post__button a:hover:nth-child(2),
.content-types .content-post .content-post__button .partners__button a:hover,
.partners__button .content-types .content-post .content-post__button a:hover,
.filter-box form input.button--white[type="submit"]:hover,
.about-you .about-you__form form form input.button--white[type="submit"]:hover,
.resources-filter>.container form input.button--white[type="submit"]:hover,
.filter-box form .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons .filter-box form input[type="submit"].button:hover,
.about-you .about-you__form form form .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons .about-you .about-you__form form form input[type="submit"].button:hover,
.resources-filter>.container form .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons .resources-filter>.container form input[type="submit"].button:hover,
.filter-box form .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons .filter-box form input[type="submit"].button:hover:nth-child(2),
.about-you .about-you__form form form .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons .about-you .about-you__form form form input[type="submit"].button:hover:nth-child(2),
.resources-filter>.container form .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons .resources-filter>.container form input[type="submit"].button:hover:nth-child(2),
.filter-box__form input.button--white[type="submit"]:hover,
.about-you .about-you__form form input.button--white[type="submit"]:hover,
.filter-box__form .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons .filter-box__form input[type="submit"].button:hover,
.about-you .about-you__form form .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons .about-you .about-you__form form input[type="submit"].button:hover,
.filter-box__form .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons .filter-box__form input[type="submit"].button:hover:nth-child(2),
.about-you .about-you__form form .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons .about-you .about-you__form form input[type="submit"].button:hover:nth-child(2),
form input.button--white[type="submit"]:hover,
form .call-to-action .call-to-action__buttons input[type="submit"].button:hover,
.call-to-action .call-to-action__buttons form input[type="submit"].button:hover,
form .hero .hero-item__buttons input[type="submit"].button:hover:nth-child(2),
.hero .hero-item__buttons form input[type="submit"].button:hover:nth-child(2),
.grid__button>a.button--white:hover,
.call-to-action .call-to-action__buttons .grid__button>a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .grid__button>a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .grid__button>a:hover,
.hero .hero-item__buttons .grid__button>a.button:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .grid__button>a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .grid__button>a:hover:nth-child(2),
.partners__button .grid__button>a:hover,
.grid-highlight__button>a.button--white:hover,
.call-to-action .call-to-action__buttons .grid-highlight__button>a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .grid-highlight__button>a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .grid-highlight__button>a:hover,
.hero .hero-item__buttons .grid-highlight__button>a.button:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .grid-highlight__button>a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .grid-highlight__button>a:hover:nth-child(2),
.partners__button .grid-highlight__button>a:hover,
.hero .hero-item__buttons a.button--white:hover,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a.button:hover,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.hero .hero-item__buttons .partners__button a:hover,
.partners__button .hero .hero-item__buttons a:hover,
.hero .hero-item__buttons .button:hover:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .award__button:hover:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .award__button:hover:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"]:hover:nth-child(2),
.post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"]:hover:nth-child(2),
.hero .hero-item__buttons .filter-box__form input[type="submit"]:hover:nth-child(2),
.filter-box__form .hero .hero-item__buttons input[type="submit"]:hover:nth-child(2),
.hero .hero-item__buttons form input[type="submit"]:hover:nth-child(2),
form .hero .hero-item__buttons input[type="submit"]:hover:nth-child(2),
.hero .hero-item__buttons a:hover:nth-child(2),
.hero .hero-item__buttons .recommended-resource .recommended-resource__link:hover:nth-child(2),
.recommended-resource .hero .hero-item__buttons .recommended-resource__link:hover:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a:hover:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a:hover:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a:hover:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a:hover:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:hover:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:hover:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .gform_button:hover:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .gform_button:hover:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .resource__link:hover:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .resource__link:hover:nth-child(2),
.leader.leader-join .leader-join__button a.button--white:hover,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a.button:hover,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a:hover,
.leader.leader-join .leader-join__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .leader.leader-join .leader-join__button a.button:hover:nth-child(2),
.leader.leader-join .leader-join__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .leader.leader-join .leader-join__button a:hover:nth-child(2),
.leader.leader-join .leader-join__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .leader.leader-join .leader-join__button a:hover:nth-child(2),
.leader.leader-join .leader-join__button .partners__button a:hover,
.partners__button .leader.leader-join .leader-join__button a:hover,
.notification.is-top .notification__button a.button--white:hover,
.call-to-action .call-to-action__buttons .notification.is-top .notification__button a:hover,
.notification.is-top .notification__button .call-to-action .call-to-action__buttons a:hover,
.hero .hero-item__buttons .notification.is-top .notification__button a:hover:nth-child(2),
.notification.is-top .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification.is-top .notification__button .partners__button a:hover,
.partners__button .notification.is-top .notification__button a:hover,
.notification.is-bottom .notification__button a.button--white:hover,
.call-to-action .call-to-action__buttons .notification.is-bottom .notification__button a:hover,
.notification.is-bottom .notification__button .call-to-action .call-to-action__buttons a:hover,
.hero .hero-item__buttons .notification.is-bottom .notification__button a:hover:nth-child(2),
.notification.is-bottom .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification.is-bottom .notification__button .partners__button a:hover,
.partners__button .notification.is-bottom .notification__button a:hover,
.notification .notification__button a.button--white:hover,
.notification .notification__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button a.button:hover,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .notification .notification__button a.award__button:hover,
.notification .notification__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons a.award__button:hover,
.call-to-action .call-to-action__buttons .awards__button .notification .notification__button a:hover,
.notification .notification__button .awards__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .career-opportunities__button .notification .notification__button a:hover,
.notification .notification__button .career-opportunities__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .content-media__button .notification .notification__button a:hover,
.notification .notification__button .content-media__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .customers .customers__button .notification .notification__button a:hover,
.notification .notification__button .customers .customers__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .content-types .content-type__button .notification .notification__button a:hover,
.notification .notification__button .content-types .content-type__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button .notification .notification__button a:hover,
.notification .notification__button .content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons .notification .notification__button a:hover,
.notification .notification__button .hero .hero-item__buttons .call-to-action .call-to-action__buttons a:hover,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button .notification .notification__button a:hover,
.notification .notification__button .leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .recommended-resource a.recommended-resource__link:hover,
.call-to-action .call-to-action__buttons .recommended-resource .notification .notification__button a.recommended-resource__link:hover,
.notification .notification__button .recommended-resource .call-to-action .call-to-action__buttons a.recommended-resource__link:hover,
.recommended-resource .call-to-action .call-to-action__buttons .notification .notification__button a.recommended-resource__link:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a:hover,
.call-to-action .call-to-action__buttons .header .header__bottom .notification .notification__button .menu-item.is-button>a:hover,
.notification .notification__button .header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a:hover,
.header .header__bottom .call-to-action .call-to-action__buttons .notification .notification__button .menu-item.is-button>a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a:hover,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .notification .notification__button a:hover,
.notification .notification__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a:hover,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .template-events .events__list .event__button a:hover,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button .notification .notification__button a:hover,
.notification .notification__button .template-events .events__list .event__button .call-to-action .call-to-action__buttons a:hover,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons body.index .post__button a:hover,
.call-to-action .call-to-action__buttons body.index .post__button .notification .notification__button a:hover,
.notification .notification__button body.index .post__button .call-to-action .call-to-action__buttons a:hover,
body.index .post__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons body.search .post__button a:hover,
.call-to-action .call-to-action__buttons body.search .post__button .notification .notification__button a:hover,
.notification .notification__button body.search .post__button .call-to-action .call-to-action__buttons a:hover,
body.search .post__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons body.archive .post__button a:hover,
.call-to-action .call-to-action__buttons body.archive .post__button .notification .notification__button a:hover,
.notification .notification__button body.archive .post__button .call-to-action .call-to-action__buttons a:hover,
body.archive .post__button .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a:hover,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .notification .notification__button a:hover,
.notification .notification__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a:hover,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons .notification .notification__button a:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .notification .notification__button a.gform_button:hover,
.notification .notification__button .single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .notification .notification__button a.gform_button:hover,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-solution .solution__resource a.resource__link:hover,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .notification .notification__button a.resource__link:hover,
.notification .notification__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons a.resource__link:hover,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .notification .notification__button a.resource__link:hover,
.notification .notification__button .partners__button a:hover,
.partners__button .notification .notification__button a:hover,
.partners__button a:hover,
.recommended-resource .button--white.recommended-resource__link:hover,
.recommended-resource .call-to-action .call-to-action__buttons .recommended-resource__link.button:hover,
.call-to-action .call-to-action__buttons .recommended-resource .recommended-resource__link.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .recommended-resource a.recommended-resource__link:hover,
.recommended-resource .notification .notification__button .call-to-action .call-to-action__buttons a.recommended-resource__link:hover,
.recommended-resource .hero .hero-item__buttons .recommended-resource__link.button:hover:nth-child(2),
.hero .hero-item__buttons .recommended-resource .recommended-resource__link.button:hover:nth-child(2),
.recommended-resource .hero .hero-item__buttons .notification .notification__button a.recommended-resource__link:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .recommended-resource a.recommended-resource__link:hover:nth-child(2),
.recommended-resource .notification .notification__button .hero .hero-item__buttons a.recommended-resource__link:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .recommended-resource a.recommended-resource__link:hover:nth-child(2),
.recommended-resource .partners__button a.recommended-resource__link:hover,
.partners__button .recommended-resource a.recommended-resource__link:hover,
.header .header__bottom .menu-item.is-button>a.button--white:hover,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a.button:hover,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a:hover,
.header .header__bottom .notification .notification__button .call-to-action .call-to-action__buttons .menu-item.is-button>a:hover,
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a.button:hover:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a.button:hover:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .notification .notification__button .menu-item.is-button>a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a:hover:nth-child(2),
.header .header__bottom .notification .notification__button .hero .hero-item__buttons .menu-item.is-button>a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a:hover:nth-child(2),
.header .header__bottom .partners__button .menu-item.is-button>a:hover,
.partners__button .header .header__bottom .menu-item.is-button>a:hover,
.footer .widget .menu .menu-item.is-button a.button--white:hover,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a:hover,
.footer .widget .menu .menu-item.is-button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a.button:hover:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a:hover:nth-child(2),
.footer .widget .menu .menu-item.is-button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a:hover:nth-child(2),
.footer .widget .menu .menu-item.is-button .partners__button a:hover,
.partners__button .footer .widget .menu .menu-item.is-button a:hover,
.template-events .events__list .event__button a.button--white:hover,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .template-events .events__list .event__button a:hover,
.template-events .events__list .event__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.template-events .events__list .event__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .template-events .events__list .event__button a.button:hover:nth-child(2),
.template-events .events__list .event__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .template-events .events__list .event__button a:hover:nth-child(2),
.template-events .events__list .event__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .template-events .events__list .event__button a:hover:nth-child(2),
.template-events .events__list .event__button .partners__button a:hover,
.partners__button .template-events .events__list .event__button a:hover,
body.index .post__button a.button--white:hover,
body.index .post__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons body.index .post__button a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button body.index .post__button a:hover,
body.index .post__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
body.index .post__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons body.index .post__button a.button:hover:nth-child(2),
body.index .post__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.index .post__button a:hover:nth-child(2),
body.index .post__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.index .post__button a:hover:nth-child(2),
body.index .post__button .partners__button a:hover,
.partners__button body.index .post__button a:hover,
body.search .post__button a.button--white:hover,
body.search .post__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons body.search .post__button a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button body.search .post__button a:hover,
body.search .post__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
body.search .post__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons body.search .post__button a.button:hover:nth-child(2),
body.search .post__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.search .post__button a:hover:nth-child(2),
body.search .post__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.search .post__button a:hover:nth-child(2),
body.search .post__button .partners__button a:hover,
.partners__button body.search .post__button a:hover,
body.archive .post__button a.button--white:hover,
body.archive .post__button .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons body.archive .post__button a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button body.archive .post__button a:hover,
body.archive .post__button .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
body.archive .post__button .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons body.archive .post__button a.button:hover:nth-child(2),
body.archive .post__button .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.archive .post__button a:hover:nth-child(2),
body.archive .post__button .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.archive .post__button a:hover:nth-child(2),
body.archive .post__button .partners__button a:hover,
.partners__button body.archive .post__button a:hover,
.single.single-leadership .page-header .page-header__link a.button--white:hover,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a.button:hover,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-leadership .page-header .page-header__link .notification .notification__button .call-to-action .call-to-action__buttons a:hover,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a.button:hover:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a.button:hover:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons .notification .notification__button a:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a:hover:nth-child(2),
.single.single-leadership .page-header .page-header__link .notification .notification__button .hero .hero-item__buttons a:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:hover:nth-child(2),
.single.single-leadership .page-header .page-header__link .partners__button a:hover,
.partners__button .single.single-leadership .page-header .page-header__link a:hover,
.single.single-resource .resource-form .resource-form__form .button--white.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .gform_button.button:hover,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .gform_button.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .notification .notification__button .call-to-action .call-to-action__buttons a.gform_button:hover,
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .gform_button.button:hover:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .gform_button.button:hover:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .notification .notification__button a.gform_button:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover:nth-child(2),
.single.single-resource .resource-form .resource-form__form .notification .notification__button .hero .hero-item__buttons a.gform_button:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form a.gform_button:hover:nth-child(2),
.single.single-resource .resource-form .resource-form__form .partners__button a.gform_button:hover,
.partners__button .single.single-resource .resource-form .resource-form__form a.gform_button:hover,
.single.single-solution .solution__resource .button--white.resource__link:hover,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .resource__link.button:hover,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .resource__link.button:hover,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-solution .solution__resource a.resource__link:hover,
.single.single-solution .solution__resource .notification .notification__button .call-to-action .call-to-action__buttons a.resource__link:hover,
.single.single-solution .solution__resource .hero .hero-item__buttons .resource__link.button:hover:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .resource__link.button:hover:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .notification .notification__button a.resource__link:hover:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-solution .solution__resource a.resource__link:hover:nth-child(2),
.single.single-solution .solution__resource .notification .notification__button .hero .hero-item__buttons a.resource__link:hover:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-solution .solution__resource a.resource__link:hover:nth-child(2),
.single.single-solution .solution__resource .partners__button a.resource__link:hover,
.partners__button .single.single-solution .solution__resource a.resource__link:hover {
    background: #84FFC4;
    border-color: #84FFC4;
    color: #000
}

.button.button--white.button--outline,
.awards__list .award.award--show-more .button--white.button--outline.award__button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .button--outline.award__button.button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .button--outline.award__button.button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline.award__button,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__list .award.award--show-more a.button--outline.award__button,
.awards__list .award.award--show-more .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline.award__button,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__list .award.award--show-more a.button--outline.award__button,
.awards__list .award.award--show-more .hero .hero-item__buttons .button--outline.award__button.button:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .button--outline.award__button.button:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .notification .notification__button a.button--outline.award__button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .awards__list .award.award--show-more a.button--outline.award__button:nth-child(2),
.awards__list .award.award--show-more .notification .notification__button .hero .hero-item__buttons a.button--outline.award__button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__list .award.award--show-more a.button--outline.award__button:nth-child(2),
.awards__list .award.award--show-more .partners__button a.award__button,
.partners__button .awards__list .award.award--show-more a.award__button,
.awards__button a.button--white.button--outline,
.awards__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .awards__button a.button--outline.button,
.awards__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .awards__button a.button--outline,
.awards__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__button a.button--outline,
.awards__button .call-to-action .call-to-action__buttons .partners__button a,
.call-to-action .call-to-action__buttons .partners__button .awards__button a,
.awards__button .partners__button .call-to-action .call-to-action__buttons a,
.partners__button .call-to-action .call-to-action__buttons .awards__button a,
.awards__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .awards__button a.button--outline.button:nth-child(2),
.awards__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .awards__button a.button--outline:nth-child(2),
.awards__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__button a.button--outline:nth-child(2),
.awards__button .hero .hero-item__buttons .partners__button a:nth-child(2),
.hero .hero-item__buttons .partners__button .awards__button a:nth-child(2),
.awards__button .partners__button .hero .hero-item__buttons a:nth-child(2),
.partners__button .hero .hero-item__buttons .awards__button a:nth-child(2),
.awards__button .partners__button a,
.partners__button .awards__button a,
.call-to-action .call-to-action__buttons .button.button--outline,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .button--outline.award__button,
.awards__list .award.award--show-more .call-to-action .call-to-action__buttons .button--outline.award__button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .partners__button a.award__button,
.awards__list .award.award--show-more .partners__button .call-to-action .call-to-action__buttons a.award__button,
.call-to-action .call-to-action__buttons .partners__button .awards__list .award.award--show-more a.award__button,
.partners__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons a.award__button,
.call-to-action .call-to-action__buttons .awards__button a.button--outline,
.awards__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .career-opportunities__button a.button--outline,
.career-opportunities__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .checklist__button>a.button--outline,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input.button--outline[type="submit"],
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input.button--outline[type="submit"],
.call-to-action .call-to-action__buttons .content-media__button a.button--outline,
.content-media__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .customers .customers__button a.button--outline,
.customers .customers__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .content-types .content-type__button a.button--outline,
.content-types .content-type__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a.button--outline,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .filter-box__form input.button--outline[type="submit"],
.filter-box__form .call-to-action .call-to-action__buttons input.button--outline[type="submit"],
.call-to-action .call-to-action__buttons form input.button--outline[type="submit"],
form .call-to-action .call-to-action__buttons input.button--outline[type="submit"],
.call-to-action .call-to-action__buttons .grid__button>a.button--outline,
.call-to-action .call-to-action__buttons .grid-highlight__button>a.button--outline,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a.button--outline,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a.button--outline,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .partners__button a,
.partners__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .recommended-resource .button--outline.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .button--outline.recommended-resource__link,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a.button--outline,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a.button--outline,
.call-to-action .call-to-action__buttons .header .header__bottom .partners__button .menu-item.is-button>a,
.header .header__bottom .partners__button .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .partners__button .header .header__bottom .menu-item.is-button>a,
.partners__button .header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a.button--outline,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .partners__button a,
.footer .widget .menu .menu-item.is-button .partners__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .partners__button .footer .widget .menu .menu-item.is-button a,
.partners__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a.button--outline,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons body.index .post__button a.button--outline,
body.index .post__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons body.search .post__button a.button--outline,
body.search .post__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons body.archive .post__button a.button--outline,
body.archive .post__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a.button--outline,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .partners__button a,
.single.single-leadership .page-header .page-header__link .partners__button .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .partners__button .single.single-leadership .page-header .page-header__link a,
.partners__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .button--outline.gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .button--outline.gform_button,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .partners__button a.gform_button,
.single.single-resource .resource-form .resource-form__form .partners__button .call-to-action .call-to-action__buttons a.gform_button,
.call-to-action .call-to-action__buttons .partners__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.partners__button .single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons a.gform_button,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .button--outline.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .button--outline.resource__link,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .partners__button a.resource__link,
.single.single-solution .solution__resource .partners__button .call-to-action .call-to-action__buttons a.resource__link,
.call-to-action .call-to-action__buttons .partners__button .single.single-solution .solution__resource a.resource__link,
.partners__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons a.resource__link,
.career-opportunities__button a.button--white.button--outline,
.career-opportunities__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .career-opportunities__button a.button--outline.button,
.career-opportunities__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .career-opportunities__button a.button--outline,
.career-opportunities__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .career-opportunities__button a.button--outline,
.career-opportunities__button .call-to-action .call-to-action__buttons .partners__button a,
.call-to-action .call-to-action__buttons .partners__button .career-opportunities__button a,
.career-opportunities__button .partners__button .call-to-action .call-to-action__buttons a,
.partners__button .call-to-action .call-to-action__buttons .career-opportunities__button a,
.career-opportunities__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .career-opportunities__button a.button--outline.button:nth-child(2),
.career-opportunities__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .career-opportunities__button a.button--outline:nth-child(2),
.career-opportunities__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .career-opportunities__button a.button--outline:nth-child(2),
.career-opportunities__button .hero .hero-item__buttons .partners__button a:nth-child(2),
.hero .hero-item__buttons .partners__button .career-opportunities__button a:nth-child(2),
.career-opportunities__button .partners__button .hero .hero-item__buttons a:nth-child(2),
.partners__button .hero .hero-item__buttons .career-opportunities__button a:nth-child(2),
.career-opportunities__button .partners__button a,
.partners__button .career-opportunities__button a,
.checklist__button>a.button--white.button--outline,
.call-to-action .call-to-action__buttons .checklist__button>a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .checklist__button>a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .checklist__button>a.button--outline,
.call-to-action .call-to-action__buttons .partners__button .checklist__button>a,
.partners__button .call-to-action .call-to-action__buttons .checklist__button>a,
.hero .hero-item__buttons .checklist__button>a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .checklist__button>a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .checklist__button>a.button--outline:nth-child(2),
.hero .hero-item__buttons .partners__button .checklist__button>a:nth-child(2),
.partners__button .hero .hero-item__buttons .checklist__button>a:nth-child(2),
.partners__button .checklist__button>a,
.post-comments-container .form-submit input.button--white.button--outline[type="submit"],
.post-comments-container .form-submit .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons .post-comments-container .form-submit input.button--outline[type="submit"].button,
.post-comments-container .form-submit .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input.button--outline[type="submit"].button:nth-child(2),
.content-media__button a.button--white.button--outline,
.content-media__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .content-media__button a.button--outline.button,
.content-media__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .content-media__button a.button--outline,
.content-media__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .content-media__button a.button--outline,
.content-media__button .call-to-action .call-to-action__buttons .partners__button a,
.call-to-action .call-to-action__buttons .partners__button .content-media__button a,
.content-media__button .partners__button .call-to-action .call-to-action__buttons a,
.partners__button .call-to-action .call-to-action__buttons .content-media__button a,
.content-media__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .content-media__button a.button--outline.button:nth-child(2),
.content-media__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-media__button a.button--outline:nth-child(2),
.content-media__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-media__button a.button--outline:nth-child(2),
.content-media__button .hero .hero-item__buttons .partners__button a:nth-child(2),
.hero .hero-item__buttons .partners__button .content-media__button a:nth-child(2),
.content-media__button .partners__button .hero .hero-item__buttons a:nth-child(2),
.partners__button .hero .hero-item__buttons .content-media__button a:nth-child(2),
.content-media__button .partners__button a,
.partners__button .content-media__button a,
.customers .customers__button a.button--white.button--outline,
.customers .customers__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .customers .customers__button a.button--outline.button,
.customers .customers__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .customers .customers__button a.button--outline,
.customers .customers__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .customers .customers__button a.button--outline,
.customers .customers__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .customers .customers__button a.button--outline.button:nth-child(2),
.customers .customers__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .customers .customers__button a.button--outline:nth-child(2),
.customers .customers__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .customers .customers__button a.button--outline:nth-child(2),
.customers .customers__button .partners__button a,
.partners__button .customers .customers__button a,
.content-types .content-type__button a.button--white.button--outline,
.content-types .content-type__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .content-types .content-type__button a.button--outline.button,
.content-types .content-type__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-type__button a.button--outline,
.content-types .content-type__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-type__button a.button--outline,
.content-types .content-type__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .content-types .content-type__button a.button--outline.button:nth-child(2),
.content-types .content-type__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-types .content-type__button a.button--outline:nth-child(2),
.content-types .content-type__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-types .content-type__button a.button--outline:nth-child(2),
.content-types .content-type__button .partners__button a,
.partners__button .content-types .content-type__button a,
.content-types .content-post .content-post__button a.button--white.button--outline,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a.button--outline.button,
.content-types .content-post .content-post__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .content-types .content-post .content-post__button a.button--outline,
.content-types .content-post .content-post__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .content-types .content-post .content-post__button a.button--outline,
.content-types .content-post .content-post__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .content-types .content-post .content-post__button a.button--outline.button:nth-child(2),
.content-types .content-post .content-post__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .content-types .content-post .content-post__button a.button--outline:nth-child(2),
.content-types .content-post .content-post__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .content-types .content-post .content-post__button a.button--outline:nth-child(2),
.content-types .content-post .content-post__button .partners__button a,
.partners__button .content-types .content-post .content-post__button a,
.filter-box form input.button--white.button--outline[type="submit"],
.about-you .about-you__form form form input.button--white.button--outline[type="submit"],
.resources-filter>.container form input.button--white.button--outline[type="submit"],
.filter-box form .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons .filter-box form input.button--outline[type="submit"].button,
.about-you .about-you__form form form .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons .about-you .about-you__form form form input.button--outline[type="submit"].button,
.resources-filter>.container form .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons .resources-filter>.container form input.button--outline[type="submit"].button,
.filter-box form .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .filter-box form input.button--outline[type="submit"].button:nth-child(2),
.about-you .about-you__form form form .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .about-you .about-you__form form form input.button--outline[type="submit"].button:nth-child(2),
.resources-filter>.container form .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .resources-filter>.container form input.button--outline[type="submit"].button:nth-child(2),
.filter-box__form input.button--white.button--outline[type="submit"],
.about-you .about-you__form form input.button--white.button--outline[type="submit"],
.filter-box__form .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons .filter-box__form input.button--outline[type="submit"].button,
.about-you .about-you__form form .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons .about-you .about-you__form form input.button--outline[type="submit"].button,
.filter-box__form .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .filter-box__form input.button--outline[type="submit"].button:nth-child(2),
.about-you .about-you__form form .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons .about-you .about-you__form form input.button--outline[type="submit"].button:nth-child(2),
form input.button--white.button--outline[type="submit"],
form .call-to-action .call-to-action__buttons input.button--outline[type="submit"].button,
.call-to-action .call-to-action__buttons form input.button--outline[type="submit"].button,
form .hero .hero-item__buttons input.button--outline[type="submit"].button:nth-child(2),
.hero .hero-item__buttons form input.button--outline[type="submit"].button:nth-child(2),
.grid__button>a.button--white.button--outline,
.call-to-action .call-to-action__buttons .grid__button>a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .grid__button>a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .grid__button>a.button--outline,
.call-to-action .call-to-action__buttons .partners__button .grid__button>a,
.partners__button .call-to-action .call-to-action__buttons .grid__button>a,
.hero .hero-item__buttons .grid__button>a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .grid__button>a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .grid__button>a.button--outline:nth-child(2),
.hero .hero-item__buttons .partners__button .grid__button>a:nth-child(2),
.partners__button .hero .hero-item__buttons .grid__button>a:nth-child(2),
.partners__button .grid__button>a,
.grid-highlight__button>a.button--white.button--outline,
.call-to-action .call-to-action__buttons .grid-highlight__button>a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .grid-highlight__button>a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .grid-highlight__button>a.button--outline,
.call-to-action .call-to-action__buttons .partners__button .grid-highlight__button>a,
.partners__button .call-to-action .call-to-action__buttons .grid-highlight__button>a,
.hero .hero-item__buttons .grid-highlight__button>a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .grid-highlight__button>a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .grid-highlight__button>a.button--outline:nth-child(2),
.hero .hero-item__buttons .partners__button .grid-highlight__button>a:nth-child(2),
.partners__button .hero .hero-item__buttons .grid-highlight__button>a:nth-child(2),
.partners__button .grid-highlight__button>a,
.hero .hero-item__buttons a.button--white.button--outline,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons a.button--outline.button,
.hero .hero-item__buttons .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .hero .hero-item__buttons a.button--outline,
.hero .hero-item__buttons .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .hero .hero-item__buttons a.button--outline,
.hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.hero .hero-item__buttons .partners__button a,
.partners__button .hero .hero-item__buttons a,
.hero .hero-item__buttons .button.button--outline:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .button--outline.award__button:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .button--outline.award__button:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .partners__button a.award__button:nth-child(2),
.awards__list .award.award--show-more .partners__button .hero .hero-item__buttons a.award__button:nth-child(2),
.hero .hero-item__buttons .partners__button .awards__list .award.award--show-more a.award__button:nth-child(2),
.partners__button .awards__list .award.award--show-more .hero .hero-item__buttons a.award__button:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input.button--outline[type="submit"]:nth-child(2),
.post-comments-container .form-submit .hero .hero-item__buttons input.button--outline[type="submit"]:nth-child(2),
.hero .hero-item__buttons .filter-box__form input.button--outline[type="submit"]:nth-child(2),
.filter-box__form .hero .hero-item__buttons input.button--outline[type="submit"]:nth-child(2),
.hero .hero-item__buttons form input.button--outline[type="submit"]:nth-child(2),
form .hero .hero-item__buttons input.button--outline[type="submit"]:nth-child(2),
.hero .hero-item__buttons a.button--outline:nth-child(2),
.hero .hero-item__buttons .partners__button a:nth-child(2),
.partners__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .recommended-resource .button--outline.recommended-resource__link:nth-child(2),
.recommended-resource .hero .hero-item__buttons .button--outline.recommended-resource__link:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a.button--outline:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a.button--outline:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .partners__button .menu-item.is-button>a:nth-child(2),
.header .header__bottom .partners__button .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .partners__button .header .header__bottom .menu-item.is-button>a:nth-child(2),
.partners__button .header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a.button--outline:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a.button--outline:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button .partners__button a:nth-child(2),
.footer .widget .menu .menu-item.is-button .partners__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .partners__button .footer .widget .menu .menu-item.is-button a:nth-child(2),
.partners__button .footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a.button--outline:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a.button--outline:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link .partners__button a:nth-child(2),
.single.single-leadership .page-header .page-header__link .partners__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .partners__button .single.single-leadership .page-header .page-header__link a:nth-child(2),
.partners__button .single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .button--outline.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .button--outline.gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .partners__button a.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .partners__button .hero .hero-item__buttons a.gform_button:nth-child(2),
.hero .hero-item__buttons .partners__button .single.single-resource .resource-form .resource-form__form a.gform_button:nth-child(2),
.partners__button .single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons a.gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .button--outline.resource__link:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .button--outline.resource__link:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .partners__button a.resource__link:nth-child(2),
.single.single-solution .solution__resource .partners__button .hero .hero-item__buttons a.resource__link:nth-child(2),
.hero .hero-item__buttons .partners__button .single.single-solution .solution__resource a.resource__link:nth-child(2),
.partners__button .single.single-solution .solution__resource .hero .hero-item__buttons a.resource__link:nth-child(2),
.leader.leader-join .leader-join__button a.button--white.button--outline,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a.button--outline.button,
.leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.call-to-action .call-to-action__buttons .notification .notification__button .leader.leader-join .leader-join__button a.button--outline,
.leader.leader-join .leader-join__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button a.button--outline,
.leader.leader-join .leader-join__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .leader.leader-join .leader-join__button a.button--outline.button:nth-child(2),
.leader.leader-join .leader-join__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .leader.leader-join .leader-join__button a.button--outline:nth-child(2),
.leader.leader-join .leader-join__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .leader.leader-join .leader-join__button a.button--outline:nth-child(2),
.leader.leader-join .leader-join__button .partners__button a,
.partners__button .leader.leader-join .leader-join__button a,
.notification.is-top .notification__button a.button--white.button--outline,
.call-to-action .call-to-action__buttons .notification.is-top .notification__button a.button--outline,
.notification.is-top .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.hero .hero-item__buttons .notification.is-top .notification__button a.button--outline:nth-child(2),
.notification.is-top .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification.is-top .notification__button .partners__button a,
.partners__button .notification.is-top .notification__button a,
.notification.is-bottom .notification__button a.button--white.button--outline,
.call-to-action .call-to-action__buttons .notification.is-bottom .notification__button a.button--outline,
.notification.is-bottom .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.hero .hero-item__buttons .notification.is-bottom .notification__button a.button--outline:nth-child(2),
.notification.is-bottom .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification.is-bottom .notification__button .partners__button a,
.partners__button .notification.is-bottom .notification__button a,
.notification .notification__button a.button--white.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button a.button--outline.button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .notification .notification__button a.button--outline.award__button,
.notification .notification__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons a.button--outline.award__button,
.notification .notification__button .call-to-action .call-to-action__buttons .awards__list .award.award--show-more .partners__button a.award__button,
.call-to-action .call-to-action__buttons .awards__list .award.award--show-more .partners__button .notification .notification__button a.award__button,
.notification .notification__button .awards__list .award.award--show-more .partners__button .call-to-action .call-to-action__buttons a.award__button,
.awards__list .award.award--show-more .partners__button .call-to-action .call-to-action__buttons .notification .notification__button a.award__button,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button .awards__list .award.award--show-more a.award__button,
.call-to-action .call-to-action__buttons .partners__button .awards__list .award.award--show-more .notification .notification__button a.award__button,
.notification .notification__button .partners__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons a.award__button,
.partners__button .awards__list .award.award--show-more .call-to-action .call-to-action__buttons .notification .notification__button a.award__button,
.call-to-action .call-to-action__buttons .awards__button .notification .notification__button a.button--outline,
.notification .notification__button .awards__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .career-opportunities__button .notification .notification__button a.button--outline,
.notification .notification__button .career-opportunities__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .content-media__button .notification .notification__button a.button--outline,
.notification .notification__button .content-media__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .customers .customers__button .notification .notification__button a.button--outline,
.notification .notification__button .customers .customers__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .content-types .content-type__button .notification .notification__button a.button--outline,
.notification .notification__button .content-types .content-type__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .content-types .content-post .content-post__button .notification .notification__button a.button--outline,
.notification .notification__button .content-types .content-post .content-post__button .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .hero .hero-item__buttons .notification .notification__button a.button--outline,
.notification .notification__button .hero .hero-item__buttons .call-to-action .call-to-action__buttons a.button--outline,
.call-to-action .call-to-action__buttons .leader.leader-join .leader-join__button .notification .notification__button a.button--outline,
.notification .notification__button .leader.leader-join .leader-join__button .call-to-action .call-to-action__buttons a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button a,
.call-to-action .call-to-action__buttons .partners__button .notification .notification__button a,
.notification .notification__button .partners__button .call-to-action .call-to-action__buttons a,
.partners__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .recommended-resource a.button--outline.recommended-resource__link,
.call-to-action .call-to-action__buttons .recommended-resource .notification .notification__button a.button--outline.recommended-resource__link,
.notification .notification__button .recommended-resource .call-to-action .call-to-action__buttons a.button--outline.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline.recommended-resource__link,
.notification .notification__button .call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a.button--outline,
.call-to-action .call-to-action__buttons .header .header__bottom .notification .notification__button .menu-item.is-button>a.button--outline,
.notification .notification__button .header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a.button--outline,
.header .header__bottom .call-to-action .call-to-action__buttons .notification .notification__button .menu-item.is-button>a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .header .header__bottom .partners__button .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .header .header__bottom .partners__button .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .header .header__bottom .partners__button .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.header .header__bottom .partners__button .call-to-action .call-to-action__buttons .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button .header .header__bottom .menu-item.is-button>a,
.call-to-action .call-to-action__buttons .partners__button .header .header__bottom .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .partners__button .header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a,
.partners__button .header .header__bottom .call-to-action .call-to-action__buttons .notification .notification__button .menu-item.is-button>a,
.notification .notification__button .call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a.button--outline,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .notification .notification__button a.button--outline,
.notification .notification__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a.button--outline,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .partners__button a,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button .partners__button .notification .notification__button a,
.notification .notification__button .footer .widget .menu .menu-item.is-button .partners__button .call-to-action .call-to-action__buttons a,
.footer .widget .menu .menu-item.is-button .partners__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button .footer .widget .menu .menu-item.is-button a,
.call-to-action .call-to-action__buttons .partners__button .footer .widget .menu .menu-item.is-button .notification .notification__button a,
.notification .notification__button .partners__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a,
.partners__button .footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .template-events .events__list .event__button a.button--outline,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button .notification .notification__button a.button--outline,
.notification .notification__button .template-events .events__list .event__button .call-to-action .call-to-action__buttons a.button--outline,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons body.index .post__button a.button--outline,
.call-to-action .call-to-action__buttons body.index .post__button .notification .notification__button a.button--outline,
.notification .notification__button body.index .post__button .call-to-action .call-to-action__buttons a.button--outline,
body.index .post__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons body.search .post__button a.button--outline,
.call-to-action .call-to-action__buttons body.search .post__button .notification .notification__button a.button--outline,
.notification .notification__button body.search .post__button .call-to-action .call-to-action__buttons a.button--outline,
body.search .post__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons body.archive .post__button a.button--outline,
.call-to-action .call-to-action__buttons body.archive .post__button .notification .notification__button a.button--outline,
.notification .notification__button body.archive .post__button .call-to-action .call-to-action__buttons a.button--outline,
body.archive .post__button .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a.button--outline,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .notification .notification__button a.button--outline,
.notification .notification__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a.button--outline,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .partners__button a,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link .partners__button .notification .notification__button a,
.notification .notification__button .single.single-leadership .page-header .page-header__link .partners__button .call-to-action .call-to-action__buttons a,
.single.single-leadership .page-header .page-header__link .partners__button .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button .single.single-leadership .page-header .page-header__link a,
.call-to-action .call-to-action__buttons .partners__button .single.single-leadership .page-header .page-header__link .notification .notification__button a,
.notification .notification__button .partners__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a,
.partners__button .single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons .notification .notification__button a,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form a.button--outline.gform_button,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .notification .notification__button a.button--outline.gform_button,
.notification .notification__button .single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons a.button--outline.gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline.gform_button,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .partners__button a.gform_button,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .partners__button .notification .notification__button a.gform_button,
.notification .notification__button .single.single-resource .resource-form .resource-form__form .partners__button .call-to-action .call-to-action__buttons a.gform_button,
.single.single-resource .resource-form .resource-form__form .partners__button .call-to-action .call-to-action__buttons .notification .notification__button a.gform_button,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.call-to-action .call-to-action__buttons .partners__button .single.single-resource .resource-form .resource-form__form .notification .notification__button a.gform_button,
.notification .notification__button .partners__button .single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons a.gform_button,
.partners__button .single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .notification .notification__button a.gform_button,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-solution .solution__resource a.button--outline.resource__link,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .notification .notification__button a.button--outline.resource__link,
.notification .notification__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons a.button--outline.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .notification .notification__button a.button--outline.resource__link,
.notification .notification__button .call-to-action .call-to-action__buttons .single.single-solution .solution__resource .partners__button a.resource__link,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .partners__button .notification .notification__button a.resource__link,
.notification .notification__button .single.single-solution .solution__resource .partners__button .call-to-action .call-to-action__buttons a.resource__link,
.single.single-solution .solution__resource .partners__button .call-to-action .call-to-action__buttons .notification .notification__button a.resource__link,
.notification .notification__button .call-to-action .call-to-action__buttons .partners__button .single.single-solution .solution__resource a.resource__link,
.call-to-action .call-to-action__buttons .partners__button .single.single-solution .solution__resource .notification .notification__button a.resource__link,
.notification .notification__button .partners__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons a.resource__link,
.partners__button .single.single-solution .solution__resource .call-to-action .call-to-action__buttons .notification .notification__button a.resource__link,
.hero .hero-item__buttons .awards__list .award.award--show-more .notification .notification__button a.button--outline.award__button:nth-child(2),
.notification .notification__button .awards__list .award.award--show-more .hero .hero-item__buttons a.button--outline.award__button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .awards__list .award.award--show-more .partners__button a.award__button:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .partners__button .notification .notification__button a.award__button:nth-child(2),
.notification .notification__button .awards__list .award.award--show-more .partners__button .hero .hero-item__buttons a.award__button:nth-child(2),
.awards__list .award.award--show-more .partners__button .hero .hero-item__buttons .notification .notification__button a.award__button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button .awards__list .award.award--show-more a.award__button:nth-child(2),
.hero .hero-item__buttons .partners__button .awards__list .award.award--show-more .notification .notification__button a.award__button:nth-child(2),
.notification .notification__button .partners__button .awards__list .award.award--show-more .hero .hero-item__buttons a.award__button:nth-child(2),
.partners__button .awards__list .award.award--show-more .hero .hero-item__buttons .notification .notification__button a.award__button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button a:nth-child(2),
.hero .hero-item__buttons .partners__button .notification .notification__button a:nth-child(2),
.notification .notification__button .partners__button .hero .hero-item__buttons a:nth-child(2),
.partners__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a.button--outline:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .notification .notification__button .menu-item.is-button>a.button--outline:nth-child(2),
.notification .notification__button .header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a.button--outline:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .notification .notification__button .menu-item.is-button>a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .header .header__bottom .partners__button .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .partners__button .notification .notification__button .menu-item.is-button>a:nth-child(2),
.notification .notification__button .header .header__bottom .partners__button .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.header .header__bottom .partners__button .hero .hero-item__buttons .notification .notification__button .menu-item.is-button>a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button .header .header__bottom .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .partners__button .header .header__bottom .notification .notification__button .menu-item.is-button>a:nth-child(2),
.notification .notification__button .partners__button .header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.partners__button .header .header__bottom .hero .hero-item__buttons .notification .notification__button .menu-item.is-button>a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a.button--outline:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button .notification .notification__button a.button--outline:nth-child(2),
.notification .notification__button .footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a.button--outline:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .footer .widget .menu .menu-item.is-button .partners__button a:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button .partners__button .notification .notification__button a:nth-child(2),
.notification .notification__button .footer .widget .menu .menu-item.is-button .partners__button .hero .hero-item__buttons a:nth-child(2),
.footer .widget .menu .menu-item.is-button .partners__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button .footer .widget .menu .menu-item.is-button a:nth-child(2),
.hero .hero-item__buttons .partners__button .footer .widget .menu .menu-item.is-button .notification .notification__button a:nth-child(2),
.notification .notification__button .partners__button .footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a:nth-child(2),
.partners__button .footer .widget .menu .menu-item.is-button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a.button--outline:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link .notification .notification__button a.button--outline:nth-child(2),
.notification .notification__button .single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a.button--outline:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-leadership .page-header .page-header__link .partners__button a:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link .partners__button .notification .notification__button a:nth-child(2),
.notification .notification__button .single.single-leadership .page-header .page-header__link .partners__button .hero .hero-item__buttons a:nth-child(2),
.single.single-leadership .page-header .page-header__link .partners__button .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button .single.single-leadership .page-header .page-header__link a:nth-child(2),
.hero .hero-item__buttons .partners__button .single.single-leadership .page-header .page-header__link .notification .notification__button a:nth-child(2),
.notification .notification__button .partners__button .single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:nth-child(2),
.partners__button .single.single-leadership .page-header .page-header__link .hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form a.button--outline.gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .notification .notification__button a.button--outline.gform_button:nth-child(2),
.notification .notification__button .single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons a.button--outline.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .notification .notification__button a.button--outline.gform_button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .partners__button a.gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .partners__button .notification .notification__button a.gform_button:nth-child(2),
.notification .notification__button .single.single-resource .resource-form .resource-form__form .partners__button .hero .hero-item__buttons a.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .partners__button .hero .hero-item__buttons .notification .notification__button a.gform_button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button .single.single-resource .resource-form .resource-form__form a.gform_button:nth-child(2),
.hero .hero-item__buttons .partners__button .single.single-resource .resource-form .resource-form__form .notification .notification__button a.gform_button:nth-child(2),
.notification .notification__button .partners__button .single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons a.gform_button:nth-child(2),
.partners__button .single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .notification .notification__button a.gform_button:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-solution .solution__resource a.button--outline.resource__link:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .notification .notification__button a.button--outline.resource__link:nth-child(2),
.notification .notification__button .single.single-solution .solution__resource .hero .hero-item__buttons a.button--outline.resource__link:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .notification .notification__button a.button--outline.resource__link:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .single.single-solution .solution__resource .partners__button a.resource__link:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .partners__button .notification .notification__button a.resource__link:nth-child(2),
.notification .notification__button .single.single-solution .solution__resource .partners__button .hero .hero-item__buttons a.resource__link:nth-child(2),
.single.single-solution .solution__resource .partners__button .hero .hero-item__buttons .notification .notification__button a.resource__link:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .partners__button .single.single-solution .solution__resource a.resource__link:nth-child(2),
.hero .hero-item__buttons .partners__button .single.single-solution .solution__resource .notification .notification__button a.resource__link:nth-child(2),
.notification .notification__button .partners__button .single.single-solution .solution__resource .hero .hero-item__buttons a.resource__link:nth-child(2),
.partners__button .single.single-solution .solution__resource .hero .hero-item__buttons .notification .notification__button a.resource__link:nth-child(2),
.notification .notification__button .partners__button a,
.partners__button .notification .notification__button a,
.partners__button a,
.recommended-resource .button--white.button--outline.recommended-resource__link,
.recommended-resource .call-to-action .call-to-action__buttons .button--outline.recommended-resource__link.button,
.call-to-action .call-to-action__buttons .recommended-resource .button--outline.recommended-resource__link.button,
.call-to-action .call-to-action__buttons .notification .notification__button .recommended-resource a.button--outline.recommended-resource__link,
.recommended-resource .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline.recommended-resource__link,
.recommended-resource .hero .hero-item__buttons .button--outline.recommended-resource__link.button:nth-child(2),
.hero .hero-item__buttons .recommended-resource .button--outline.recommended-resource__link.button:nth-child(2),
.recommended-resource .hero .hero-item__buttons .notification .notification__button a.button--outline.recommended-resource__link:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .recommended-resource a.button--outline.recommended-resource__link:nth-child(2),
.recommended-resource .notification .notification__button .hero .hero-item__buttons a.button--outline.recommended-resource__link:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .recommended-resource a.button--outline.recommended-resource__link:nth-child(2),
.recommended-resource .partners__button a.recommended-resource__link,
.partners__button .recommended-resource a.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--white.button--outline,
.header .header__bottom .call-to-action .call-to-action__buttons .menu-item.is-button>a.button--outline.button,
.call-to-action .call-to-action__buttons .header .header__bottom .menu-item.is-button>a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a.button--outline,
.header .header__bottom .notification .notification__button .call-to-action .call-to-action__buttons .menu-item.is-button>a.button--outline,
.header .header__bottom .call-to-action .call-to-action__buttons .partners__button .notification .notification__button .menu-item.is-button>a,
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .header .header__bottom .menu-item.is-button>a.button--outline:nth-child(2),
.header .header__bottom .notification .notification__button .hero .hero-item__buttons .menu-item.is-button>a.button--outline:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .partners__button .notification .notification__button .menu-item.is-button>a:nth-child(2),
.header .header__bottom .partners__button .menu-item.is-button>a,
.partners__button .header .header__bottom .menu-item.is-button>a,
.footer .widget .menu .menu-item.is-button a.button--white.button--outline,
.footer .widget .menu .menu-item.is-button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .footer .widget .menu .menu-item.is-button a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a.button--outline,
.footer .widget .menu .menu-item.is-button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .footer .widget .menu .menu-item.is-button a.button--outline:nth-child(2),
.footer .widget .menu .menu-item.is-button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.footer .widget .menu .menu-item.is-button .partners__button a,
.partners__button .footer .widget .menu .menu-item.is-button a,
.template-events .events__list .event__button a.button--white.button--outline,
.template-events .events__list .event__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .template-events .events__list .event__button a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .template-events .events__list .event__button a.button--outline,
.template-events .events__list .event__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.template-events .events__list .event__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .template-events .events__list .event__button a.button--outline.button:nth-child(2),
.template-events .events__list .event__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .template-events .events__list .event__button a.button--outline:nth-child(2),
.template-events .events__list .event__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons .template-events .events__list .event__button a.button--outline:nth-child(2),
.template-events .events__list .event__button .partners__button a,
.partners__button .template-events .events__list .event__button a,
body.index .post__button a.button--white.button--outline,
body.index .post__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons body.index .post__button a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.index .post__button a.button--outline,
body.index .post__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
body.index .post__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons body.index .post__button a.button--outline.button:nth-child(2),
body.index .post__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.index .post__button a.button--outline:nth-child(2),
body.index .post__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.index .post__button a.button--outline:nth-child(2),
body.index .post__button .partners__button a,
.partners__button body.index .post__button a,
body.search .post__button a.button--white.button--outline,
body.search .post__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons body.search .post__button a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.search .post__button a.button--outline,
body.search .post__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
body.search .post__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons body.search .post__button a.button--outline.button:nth-child(2),
body.search .post__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.search .post__button a.button--outline:nth-child(2),
body.search .post__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.search .post__button a.button--outline:nth-child(2),
body.search .post__button .partners__button a,
.partners__button body.search .post__button a,
body.archive .post__button a.button--white.button--outline,
body.archive .post__button .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons body.archive .post__button a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button body.archive .post__button a.button--outline,
body.archive .post__button .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
body.archive .post__button .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons body.archive .post__button a.button--outline.button:nth-child(2),
body.archive .post__button .hero .hero-item__buttons .notification .notification__button a.button--outline:nth-child(2),
.hero .hero-item__buttons .notification .notification__button body.archive .post__button a.button--outline:nth-child(2),
body.archive .post__button .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.notification .notification__button .hero .hero-item__buttons body.archive .post__button a.button--outline:nth-child(2),
body.archive .post__button .partners__button a,
.partners__button body.archive .post__button a,
.single.single-leadership .page-header .page-header__link a.button--white.button--outline,
.single.single-leadership .page-header .page-header__link .call-to-action .call-to-action__buttons a.button--outline.button,
.call-to-action .call-to-action__buttons .single.single-leadership .page-header .page-header__link a.button--outline.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a.button--outline,
.single.single-leadership .page-header .page-header__link .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline,
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a.button--outline.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-leadership .page-header .page-header__link a.button--outline:nth-child(2),
.single.single-leadership .page-header .page-header__link .notification .notification__button .hero .hero-item__buttons a.button--outline:nth-child(2),
.single.single-leadership .page-header .page-header__link .partners__button a,
.partners__button .single.single-leadership .page-header .page-header__link a,
.single.single-resource .resource-form .resource-form__form .button--white.button--outline.gform_button,
.single.single-resource .resource-form .resource-form__form .call-to-action .call-to-action__buttons .button--outline.gform_button.button,
.call-to-action .call-to-action__buttons .single.single-resource .resource-form .resource-form__form .button--outline.gform_button.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-resource .resource-form .resource-form__form a.button--outline.gform_button,
.single.single-resource .resource-form .resource-form__form .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline.gform_button,
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .button--outline.gform_button.button:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .button--outline.gform_button.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-resource .resource-form .resource-form__form a.button--outline.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .notification .notification__button .hero .hero-item__buttons a.button--outline.gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .partners__button a.gform_button,
.partners__button .single.single-resource .resource-form .resource-form__form a.gform_button,
.single.single-solution .solution__resource .button--white.button--outline.resource__link,
.single.single-solution .solution__resource .call-to-action .call-to-action__buttons .button--outline.resource__link.button,
.call-to-action .call-to-action__buttons .single.single-solution .solution__resource .button--outline.resource__link.button,
.call-to-action .call-to-action__buttons .notification .notification__button .single.single-solution .solution__resource a.button--outline.resource__link,
.single.single-solution .solution__resource .notification .notification__button .call-to-action .call-to-action__buttons a.button--outline.resource__link,
.single.single-solution .solution__resource .hero .hero-item__buttons .button--outline.resource__link.button:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .button--outline.resource__link.button:nth-child(2),
.hero .hero-item__buttons .notification .notification__button .single.single-solution .solution__resource a.button--outline.resource__link:nth-child(2),
.single.single-solution .solution__resource .notification .notification__button .hero .hero-item__buttons a.button--outline.resource__link:nth-child(2),
.single.single-solution .solution__resource .partners__button a.resource__link,
.partners__button .single.single-solution .solution__resource a.resource__link {
    color: #0C2E70;
    border-color: #B1B9FF;
    background: #B1B9FF;
}

.button.button--blue,
.awards__list .award.award--show-more .button--blue.award__button,
.awards__button a.button--blue,
.career-opportunities__button a.button--blue,
.checklist__button>a.button--blue,
.post-comments-container .form-submit input.button--blue[type="submit"],
.content-media__button a.button--blue,
.customers .customers__button a.button--blue,
.content-types .content-type__button a.button--blue,
.content-types .content-post .content-post__button a.button--blue,
.filter-box__form input.button--blue[type="submit"],
form input.button--blue[type="submit"],
.grid__button>a.button--blue,
.grid-highlight__button>a.button--blue,
.hero .hero-item__buttons a.button--blue,
.leader.leader-join .leader-join__button a.button--blue,
.notification .notification__button a.button--blue,
.partners__button a.button--blue,
.recommended-resource .button--blue.recommended-resource__link,
.header .header__bottom .menu-item.is-button>a.button--blue,
.footer .widget .menu .menu-item.is-button a.button--blue,
.template-events .events__list .event__button a.button--blue,
body.index .post__button a.button--blue,
body.search .post__button a.button--blue,
body.archive .post__button a.button--blue,
.single.single-leadership .page-header .page-header__link a.button--blue,
.single.single-resource .resource-form .resource-form__form .button--blue.gform_button,
.single.single-solution .solution__resource .button--blue.resource__link {
    background: #000;
    border-color: #000
}

.button.button--blue:hover,
.awards__list .award.award--show-more .button--blue.award__button:hover,
.awards__button a.button--blue:hover,
.career-opportunities__button a.button--blue:hover,
.checklist__button>a.button--blue:hover,
.post-comments-container .form-submit input.button--blue[type="submit"]:hover,
.content-media__button a.button--blue:hover,
.customers .customers__button a.button--blue:hover,
.content-types .content-type__button a.button--blue:hover,
.content-types .content-post .content-post__button a.button--blue:hover,
.filter-box__form input.button--blue[type="submit"]:hover,
form input.button--blue[type="submit"]:hover,
.grid__button>a.button--blue:hover,
.grid-highlight__button>a.button--blue:hover,
.hero .hero-item__buttons a.button--blue:hover,
.leader.leader-join .leader-join__button a.button--blue:hover,
.notification .notification__button a.button--blue:hover,
.partners__button a.button--blue:hover,
.recommended-resource .button--blue.recommended-resource__link:hover,
.header .header__bottom .menu-item.is-button>a.button--blue:hover,
.footer .widget .menu .menu-item.is-button a.button--blue:hover,
.template-events .events__list .event__button a.button--blue:hover,
body.index .post__button a.button--blue:hover,
body.search .post__button a.button--blue:hover,
body.archive .post__button a.button--blue:hover,
.single.single-leadership .page-header .page-header__link a.button--blue:hover,
.single.single-resource .resource-form .resource-form__form .button--blue.gform_button:hover,
.single.single-solution .solution__resource .button--blue.resource__link:hover {
    background: #45617c;
    border-color: #45617c
}

.call-to-action {
    position: relative;
    width: 100%;
    padding: 2rem 0 3rem;
    background-color: #003EDD;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.call-to-action>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 1
}

.call-to-action .call-to-action__overlay,
.bg__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0C2E70;
    opacity: .75;
    width: 100%;
    height: 100%;
}

.call-to-action .call-to-action__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

@media screen and (max-width:74.9375em) {
    .call-to-action .call-to-action__content {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .call-to-action .call-to-action__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.call-to-action .call-to-action__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #FFF
}

@media screen and (max-width:47.9375em) {
    .call-to-action .call-to-action__title {
        font-size: 1.5rem
    }
}

.call-to-action .call-to-action__description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.call-to-action .call-to-action__description p {
    color: #FFF;
    text-align: center;
    font: 400 1.33rem/1.4 arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    .call-to-action .call-to-action__description p {
        font-size: 1rem
    }
}

.call-to-action .call-to-action__buttons {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .75rem
}

.career-opportunities {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 2.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.career-opportunities>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.career-opportunities>.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0C2E70;
    opacity: .9
}

.career-opportunities__content {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .career-opportunities__content {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .career-opportunities__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.career-opportunities__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF
}

.career-opportunities__description p {
    color: #FFF
}

.career-opportunities__button {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.5rem;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .career-opportunities__button {
        padding-top: .75rem
    }
}

@media screen and (max-width:63.9375em) {
    .career-opportunities__button>.container {
        -ms-flex-pack: center;
        justify-content: center
    }
}

#single .slick-track {
    background-color: #efefef;
    margin: 0px auto;
}

.career-opportunities__button a {
    display: inline-block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "slick";
    src: url(../../fonts/slick.eot);
    src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url(../../fonts/slick.woff) format("woff"), url(../../fonts/slick.ttf) format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-prev,
.slick-next {
    color: #84FFC4;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    top: 10%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 99
}

.customers__testimonials .slick-prev,
.customers__testimonials .slick-next {
    color: #103A8F;
}

.slick-prev {
    left: 20px
}

.slick-prev:after {
    content: "\f104";
    font: 40px/1 'FontAwesome'
}

.slick-next {
    right: 20px;
    text-align: right
}

.slick-next:after {
    content: "\f105";
    font: 40px/1 'FontAwesome'
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #c2ffe2
}

@media screen and (max-width:78.5em) {

    .slick-prev,
    .slick-next {
        display: none !important
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75
}

.carousel-controls {
    position: absolute;
    top: calc(50% - 17px);
    display: block;
    z-index: 101;
    transition: all 0.3s ease
}

.carousel-controls.is-circle {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    box-sizing: border-box;
    padding: .5rem;
    width: 66px;
    height: 66px;
    cursor: pointer
}

.carousel-controls.is-circle .next,
.carousel-controls.is-circle .previous {
    width: 25px;
    height: 25px
}

.carousel-controls.is-previous {
    left: 1em;
    z-index: 9999;
    display: block
}

.carousel-controls.is-previous .previous {
    left: calc(50% - 0.33rem)
}

.carousel-controls.is-next {
    right: 1em;
    z-index: 9999;
    display: block
}

.carousel-controls.is-next .next {
    right: calc(50% - 0.33rem)
}

.carousel-controls .next,
.carousel-controls .previous {
    position: relative;
    display: block;
    z-index: 101;
    margin: 2px;
    width: 30px;
    height: 30px;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0) scale(.9);
    transform: translate(-50%, 0) scale(.9);
    cursor: pointer;
    transition: all 0.25s ease;
    opacity: .5
}

.carousel-controls .next:hover,
.carousel-controls .previous:hover {
    opacity: 1;
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.carousel-controls .next svg polyline,
.carousel-controls .previous svg polyline {
    stroke: #FFF
}

.selectBox {
    position: relative;
    text-transform: none;
    font: 400 1.15rem/1.185rem arial, sans-serif;
    color: #003EDD;
    padding: 15px
}

.selectBox select {
    width: 100%;
    font-weight: 700;
    height: auto
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.checkboxes {
    display: none;
    border: 1px #dadada solid;
    padding: 8px 5px;
    height: 150px;
    overflow: auto
}

.checkboxes label {
    display: block;
    padding: 3px 2px;
    color: #003EDD
}

.checkboxes label:hover {
    background-color: #1e90ff
}

.checkboxes label input {
    vertical-align: middle;
    width: 20px;
    height: 18px
}

.page-content+.checklist {
    border-top: 0
}

.checklist {
    width: 100%;
    padding: 2.5rem 0 1rem;
    border-top: 1px solid rgba(51, 71, 91, .1);
    border-bottom: 1px solid rgba(51, 71, 91, .1)
}

@media screen and (max-width:63.9375em) {
    .checklist {
        padding: 4rem 0 3rem
    }
}

@media screen and (max-width:47.9375em) {
    .checklist {
        padding: 3rem 0 2rem
    }
}

.checklist>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.checklist__content {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left
}

@media screen and (max-width:47.9375em) {
    .checklist__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.checklist__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:47.9375em) {
    .checklist__subtitle {
        font-size: .8rem;
        text-align: center
    }
}

.checklist__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 600 1.5rem/1.2 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 1rem 0 1rem
}

@media screen and (max-width:63.9375em) {
    .checklist__title {
        font-size: 1.5rem;
        line-height: 1.15
    }
}

@media screen and (max-width:47.9375em) {
    .checklist__title {
        text-align: center;
        font-size: 1.5rem
    }
}

.checklist__description p {
    font: 400 1.2rem/1.3 arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    .checklist__description p {
        font-size: 1.05rem;
        text-align: center
    }
}

.checklist__items {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 3rem;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:47.9375em) {
    .checklist__items {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
}

.checklist__items.checklist__items--two .item {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding-top: .5rem;
    margin: 0
}

@media screen and (max-width:63.9375em) {
    .checklist__items.checklist__items--two .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.checklist__items.checklist__items--two .item:first-of-type {
    padding-top: .5rem
}

.checklist__items.checklist__items--two .item__title {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    text-transform: capitalize !important
}

@media screen and (max-width:47.9375em) {
    .checklist__items.checklist__items--two .item__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.checklist__items .item {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: .2rem 2rem 0rem
}

@media screen and (max-width:47.9375em) {
    .checklist__items .item {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1rem 0
    }
}

.checklist__items .item:first-of-type {
    padding-top: 0
}

.checklist__items .item__icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    color: #003EDD;
    -ms-transform: translateY(.1rem);
    transform: translateY(.1rem);
    margin-right: .55rem
}

@media screen and (max-width:47.9375em) {
    .checklist__items .item__icon {
        display: block;
        margin: 0 auto;
        width: 100%;
        background: none
    }
}

.checklist__items .item__icon svg {
    position: relative;
    width: 17px;
    height: auto;
    margin: 0 auto;
    display: block;
    -ms-transform: translateY(.2rem);
    transform: translateY(.2rem)
}

.checklist__items .item__title {
    -ms-flex: 0 0 88.83333%;
    flex: 0 0 88.83333%;
    max-width: 88.83333%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0rem
}

@media screen and (max-width:47.9375em) {
    .checklist__items .item__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.checklist__items .item__description {
    padding-left: 1.8rem
}

@media screen and (max-width:47.9375em) {
    .checklist__items .item__description {
        padding-left: 0
    }
}

.checklist__items .item__description p {
    font: 400 0.95rem/1.5 arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    .checklist__items .item__description p {
        text-align: center
    }
}

.checklist__button {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: end;
    justify-content: flex-start;
    padding: 2rem 0 2rem 0;
    position: relative
}

@media screen and (max-width:63.9375em) {
    .checklist__button {
        padding: .5rem 0 0 0
    }
}

@media screen and (max-width:47.9375em) {
    .checklist__button {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2rem 0
    }
}

.checklist__button span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: inline-block;
    padding-right: 2rem;
    font: 400 1.5rem/1.5 arial, sans-serif;
    -ms-transform: translateY(.1rem);
    transform: translateY(.1rem);
    color: #000
}

@media screen and (max-width:47.9375em) {
    .checklist__button span {
        display: none
    }
}

.checklist__button>a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.checklist.checklist--boxes .checklist__items {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4rem
}

.checklist.checklist--boxes .checklist__items .item {
    border-top: 1px solid #F5F8FA;
    border-right: 1px solid #F5F8FA;
    padding: 2rem 2rem
}

.checklist.checklist--boxes .checklist__items .item p:last-of-type {
    margin-bottom: 0
}

.checklist.checklist--boxes .checklist__items.checklist__items--two {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

.checklist.checklist--boxes .checklist__items.checklist__items--two .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 2rem 2rem
}

.checklist.checklist--boxes .checklist__items.checklist__items--two .item:nth-child(-n+2) {
    border-top: 0
}

.checklist.checklist--boxes .checklist__items.checklist__items--two .item:nth-child(2n) {
    border-right: 0
}

.checklist.checklist--boxes .checklist__items.checklist__items--three .item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding: 2rem 2rem
}

.checklist.checklist--boxes .checklist__items.checklist__items--three .item:nth-child(-n+3) {
    border-top: 0
}

.checklist.checklist--boxes .checklist__items.checklist__items--three .item:nth-child(3n) {
    border-right: 0
}

.post-comments-container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin: 2.5em auto 0;
    padding: 2.5rem 0
}

.post-comments-container #comments {
    color: #000
}

.post-comments-container .comment-respond {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.post-comments-container .logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.post-comments-container .logged-in-as p,
.post-comments-container .logged-in-as a {
    font: 300 0.9rem/1.5 arial, sans-serif;
    color: rgba(51, 71, 91, .8)
}

.post-comments-container .comment-reply-title,
.post-comments-container .comments-title {
    font: 500 1.5rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif;
    color: #000;
    margin: 1rem 0 0
}

.post-comments-container .comment-form-comment {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2.5rem
}

.post-comments-container .comment-form-comment textarea {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    height: 100px
}

.post-comments-container .comment-form-comment textarea:active,
.post-comments-container .comment-form-comment textarea:focus {
    outline: none
}

.post-comments-container .comment-form-comment label {
    margin-bottom: .25rem;
    display: block;
    color: #000;
    font: 400 0.9rem/1 "Lota Grotesque", helvetica, arial, sans-serif
}

.post-comments-container .comment-form-author,
.post-comments-container .comment-form-email,
.post-comments-container .comment-form-url {
    display: inline-block;
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1.5rem
}

.post-comments-container .comment-form-author:nth-child(even),
.post-comments-container .comment-form-email:nth-child(even),
.post-comments-container .comment-form-url:nth-child(even) {
    padding-left: 1.5rem
}

.post-comments-container .comment-form-author:nth-child(odd),
.post-comments-container .comment-form-email:nth-child(odd),
.post-comments-container .comment-form-url:nth-child(odd) {
    padding-right: 1.5rem
}

.post-comments-container .comment-form-author label,
.post-comments-container .comment-form-email label,
.post-comments-container .comment-form-url label {
    display: block;
    color: #000;
    font: 400 0.9rem/1 arial, sans-serif;
    margin-bottom: .25rem
}

.post-comments-container .comment-form-url {
    display: none
}

.post-comments-container .form-submit {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 3rem
}

.post-comments-container .form-submit input[type="submit"] {
    padding-left: 5rem;
    padding-right: 5rem
}

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

.comment-list>.comment {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f2f2f2
}

.comment-list>.comment .comment-reply-link {
    background: transparent;
    color: #000;
    border-bottom: 0
}

.comment-list>.comment .comment-reply-link:hover {
    background: transparent;
    color: #000;
    opacity: .75;
    border-bottom: 0
}

.comment-list>.comment>.children {
    padding: 1.5rem 0 1.5rem 1.5rem
}

.comment-list>.comment>.children li {
    list-style: none;
    padding: 1.5rem 0
}

.comment-list .comment-author {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0
}

.comment-list .comment-author cite {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font: normal .85rem "Lota Grotesque", helvetica, arial, sans-serif
}

.comment-list .comment-author span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font: normal .85rem arial, sans-serif;
    margin-left: 7px
}

.comment-list .comment-author .says {
    font: 300 .75rem "Lota Grotesque", helvetica, arial, sans-serif
}

.comment-list .comment-author .avatar {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 50%;
    margin: 0 .5em 0 0;
    width: 35px;
    height: auto
}

.comment-list .comment-meta a {
    font: italic 300 0.7rem/1 arial, sans-serif;
    color: rgba(51, 71, 91, .66)
}

.comment-list .reply .comment-reply-link {
    font: 400 0.75rem/1.25 arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.comment-list .children {
    list-style: none;
    padding: 1.5rem 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 2rem;
    margin-bottom: 0
}

.comment-list .children>li {
    padding: 1.5rem 0
}

.comment-list .children>li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.content-media {
    padding: 2.5rem 0;
    width: 100%;
    position: relative
}

@media screen and (max-width:63.9375em) {
    .content-media {
        padding: 1.5rem 0
    }
}

.content-media>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.content-media.no-overlay .content-media__image .overlay {
    display: none
}

.content-media.content-media--content-top .content-media__content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    -ms-flex-order: 0;
    order: 0
}

.content-media.content-media--no-media .content-media__media {
    display: none;
}

@media screen and (max-width:74.9375em) {
    .content-media.content-media--content-top .content-media__content {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .img-chart {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 3px
    }

    .content-media.content-media--content-top .content-media__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .content-media.content-media--content-top .content-media__content {
        margin: 0 0 1.5rem
    }
}

.content-media.content-media--content-top .content-media__media {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 2.5rem;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width:74.9375em) {
    .content-media.content-media--content-top .content-media__media {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .content-media.content-media--content-top .content-media__media {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 2rem
    }
}

@media screen and (max-width:47.9375em) {
    .content-media.content-media--content-top .content-media__media {
        margin-top: 0
    }
}

.content-media.content-media--content-top .content-media__video {
    height: 460px
}

@media screen and (max-width:63.9375em) {
    .content-media.content-media--content-top .content-media__video {
        height: 330px
    }
}

@media screen and (max-width:47.9375em) {
    .content-media.content-media--content-top .content-media__video {
        height: 215px
    }
}

.content-media.content-media--content-left .content-media__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 3.5rem
}

@media screen and (max-width:63.9375em) {
    .content-media.content-media--content-left .content-media__content {
        padding-right: 0
    }
}

@media screen and (max-width:47.9375em) {
    .content-media.content-media--content-left .content-media__content {
        margin-top: 2rem
    }
}

.content-media.content-media--content-left .content-media__media {
    padding-left: 3.5rem
}

@media screen and (max-width:63.9375em) {
    .content-media.content-media--content-left .content-media__media {
        padding-left: 0
    }
}

.content-media.content-media--content-right .content-media__content {
    -ms-flex-order: 1;
    order: 1;
    padding-left: 3.5rem
}

@media screen and (max-width:74.9375em) {
    .content-media.content-media--content-right .content-media__content {
        padding-left: 2rem
    }
}

@media screen and (max-width:63.9375em) {
    .content-media.content-media--content-right .content-media__content {
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .content-media.content-media--content-right .content-media__content {
        padding-left: 0;
        margin-top: 2rem
    }
}

.content-media.content-media--content-right .content-media__media {
    -ms-flex-order: 0;
    order: 0;
    padding-right: 3.5rem
}

@media screen and (max-width:74.9375em) {
    .content-media.content-media--content-right .content-media__media {
        padding-right: 2rem
    }
}

@media screen and (max-width:63.9375em) {
    .content-media.content-media--content-right .content-media__media {
        padding-right: 0
    }
}

@media screen and (max-width:47.9375em) {
    .content-media.content-media--content-right .content-media__media {
        padding-right: 0
    }
}

.content-media__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width:74.9375em) {
    .content-media__content {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .content-media__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        padding: 0;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:47.9375em) {
    .content-media__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        -ms-flex-order: 1;
        order: 1
    }
}

.content-media__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:63.9375em) {
    .content-media__title {
        margin-top: .5rem;
        line-height: 1.2;
        margin-bottom: 1.25rem
    }
}

@media screen and (max-width:47.9375em) {
    .content-media__title {
        font-size: 1.65rem;
        line-height: 1.2;
        margin-top: .5rem;
        margin-bottom: 0
    }
}

@media screen and (max-width:63.9375em) {
    .content-media__subtitle {
        margin-bottom: .25rem
    }
}

@media screen and (max-width:47.9375em) {
    .content-media__subtitle {
        margin-bottom: .25rem;
        font-size: .8rem
    }
}

.content-media__button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.5rem
}

.content-media__media {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:74.9375em) {
    .content-media__media {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .content-media__media {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 1.5rem;
        padding: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

@media screen and (max-width:47.9375em) {
    .content-media__media {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        -ms-flex-order: 0;
        order: 0
    }
}

.content-media__video {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
    padding: 0 .25rem;
    margin-left: calc((100% / 12) * 0.1);
    margin-right: calc((100% / 12) * 0.1)
}

@media screen and (max-width:63.9375em) {
    .content-media__video {
        height: 330px
    }
}

@media screen and (max-width:47.9375em) {
    .content-media__video {
        height: 215px
    }
}

.content-media__video:hover .overlay {
    opacity: .66
}

.content-media__video:hover .background {
    -ms-transform: scale(1.075);
    transform: scale(1.075)
}

.content-media__video>.background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 2.5s ease
}

.content-media__video .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    transition: all 0.5s ease;
    z-index: 1
}

.content-media__video .play {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    z-index: 2;
    transition: all 0.5s ease;
    cursor: pointer
}

.content-media__video .play:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.content-media__video .play svg {
    color: #FFF;
    width: 70px;
    height: 70px;
    stroke-width: 1px
}

.content-media__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 0;
}

.content-media__image img {
    width: 100%;
    height: auto;
    display: block;
}

.content-media__image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0C2E70;
    opacity: .5;
    transition: all 0.5s ease;
    z-index: 1;
}

.customers {
    width: 100%;
    padding: 1rem 0 0
}

@media screen and (max-width:63.9375em) {
    .customers {
        padding: 1rem 0
    }
}

.customers>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.customers .customers__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

.customers .customers__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

@media screen and (max-width:63.9375em) {
    .customers .customers__title {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
}

@media screen and (max-width:47.9375em) {
    .customers .customers__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        font-size: 1.5rem
    }
}

.customers .customers__description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.customers .customers__testimonials--video-carousel {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%;
    padding: 2rem 0 1rem
}

.customers .customers__testimonials--video-carousel .slick-track {
    display: flex;
    margin-top: 2rem;
    width: 100%;
}

.customers .customers__testimonials--video-carousel .slick-list {
    display: block;
    width: 100%
}

.customers .customers__testimonials--video-carousel .gradient {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    z-index: 4
}

.customers .customers__testimonials--video-carousel .gradient.gradient--left {
    left: 0;
    background: rgba(255, 255, 255, .4);
    background: linear-gradient(to right, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 100%)
}

.customers .customers__testimonials--video-carousel .gradient.gradient--right {
    right: 0;
    background: rgba(255, 255, 255, .4);
    background: linear-gradient(to left, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 100%)
}

.customers .testimonial {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: block;
    position: relative;
    padding: 1rem;
    height: auto;
}

.customers .testimonial .testimonial__image {
    -ms-flex: 0 0 98.33333%;
    flex: 0 0 98.33333%;
    max-width: 98.33333%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    padding: 0 .25rem;
    margin-left: calc((100% / 12) * 0.1);
    margin-right: calc((100% / 12) * 0.1)
}

.company-logo {
    width: 150px
}

@media screen and (max-width:65em) {
    .customers .testimonial .testimonial__image {
        height: 210px
    }
}

.customers .testimonial .testimonial__image:hover .overlay {
    opacity: .66
}

.customers .testimonial .testimonial__image:hover .background {
    -ms-transform: scale(1.075);
    transform: scale(1.075)
}

.customers .testimonial .testimonial__image>.background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 2.5s ease
}

.customers .testimonial .testimonial__image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .75;
    transition: all 0.5s ease;
    z-index: 1
}

.customers .testimonial .testimonial__image .play {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    z-index: 2;
    transition: all 0.5s ease;
    cursor: pointer
}

.customers .testimonial .testimonial__image .play:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.customers .testimonial .testimonial__image .play svg {
    color: #FFF;
    width: 70px;
    height: 70px;
    stroke-width: 1px
}

.customers .customers__button>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.customers .customers__testimonials--other-video-carousel,
.customers .customers__testimonials--text-carousel {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.customers .customers__testimonials--other-video-carousel,
.customers .customers__testimonials--text-carousel {
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 46.66667%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    align-item: flex-start;
    margin-left: calc((100% / 2) * 0.2);
    margin-right: calc((100% / 2) * 0.2);
    border-radius: 5px 0 0 5px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
    height: 100%;
}

.customers .customers__testimonials--other-video-carousel {
    border: none
}

.customers .customers__testimonials--text-carousel .testimonial__image {
    -ms-flex: none;
    flex: none;
    margin: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin-top: auto;
}

.customers .customers__testimonials--text-carousel .testimonial__image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .15;
    transition: all 0.25s ease;
    z-index: 1
}

.customers .customers__testimonials--text-carousel .testimonial__image .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.customers .customers__testimonials--text-carousel .testimonial__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.customers .customers__testimonials--text-carousel .testimonial__content p {
    flex: 0;
}

.customers .customers__testimonials--text-carousel .testimonial__content p:nth-last-child(2) {
    margin-top: auto;
}

.customers .customers__testimonials--text-carousel .testimonial__image + p {
    margin-top: 1rem !important;
}

.customers .customers__testimonials--text-carousel .testimonial__content p:last-child {
    margin: 0;
}

.customers .customers__testimonials--text-carousel .testimonial__content p {
    font: 400 1rem/1.6 arial, sans-serif
}

.content-types {
    width: 100%;
    padding: 3rem 0 2rem;
    background: #eff1ff;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:63.9375em) {
    .content-types {
        padding: 2rem 0 1rem
    }
}

.content-types .world {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.content-types .world svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .33
}

@media screen and (max-width:47.9375em) {
    .content-types .world svg {
        width: 150%;
        left: 0;
        right: initial
    }
}

.content-types .world img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .1
}

.content-types>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 2
}

.content-types>.container.container--description {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center
}

.content-types>.container.container--description .content-types__description {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

@media screen and (max-width:63.9375em) {
    .content-types>.container.container--description .content-types__description {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
}

@media screen and (max-width:47.9375em) {
    .content-types>.container.container--description .content-types__description {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.content-types>.container.container--content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem 0 0
}

@media screen and (max-width:47.9375em) {
    .content-types>.container.container--content {
        width: 100%;
        max-width: 100%
    }
}

.content-types .content-types__title {
    margin-top: 0
}

.content-types .content-types__navigation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #F5F8FA
}

.content-types .content-types__navigation li {
    position: relative;
    margin: 0 1.5rem;
    list-style: none;
    font: 600 1.25rem/1.33 arial, sans-serif;
    text-align: left;
    color: rgba(51, 71, 91, .5);
    cursor: pointer;
    padding: .25rem .5rem .75rem;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease
}

@media screen and (max-width:47.9375em) {
    .content-types .content-types__navigation li {
        font-size: 1rem
    }
}

.content-types .content-types__navigation li svg {
    margin: 0 1rem 0 0;
    height: 22px;
    width: auto;
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

@media screen and (max-width:47.9375em) {
    .content-types .content-types__navigation li svg {
        height: 16px
    }
}

.content-types .content-types__navigation li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #84FFC4;
    transition: all 0.5s ease
}

.content-types .content-types__navigation li:hover {
    color: #000
}

.content-types .content-types__navigation li:hover:after {
    width: 100%
}

.content-types .content-types__navigation li.is-active {
    color: #000
}

.content-types .content-types__navigation li.is-active:after {
    content: '';
    width: 100%
}

.content-types .content-types__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0 1.5rem
}

@media screen and (max-width:47.9375em) {
    .content-types .content-types__content {
        max-width: calc(100% - 4rem);
        width: 100%;
        margin: 0 auto;
        padding: 2rem 0 1.5rem
    }
}

.content-types .content-type {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: none
}

.content-types .content-type.is-active {
    display: -ms-flexbox;
    display: flex
}

.content-types .content-type__left {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 3rem
}

@media screen and (max-width:47.9375em) {
    .content-types .content-type__left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.content-types .content-type__right {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:47.9375em) {
    .content-types .content-type__right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.content-types .content-type__button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.content-types .content-post {
    -ms-flex: 0 0 30.5%;
    flex: 0 0 30.5%;
    max-width: 30.5%;
    padding-right: 0;
    padding-left: 0;
    margin-right: calc((100% / 12) * 0.34)
}

@media screen and (max-width:47.9375em) {
    .content-types .content-post {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 1rem
    }

    .content-types .content-post:first-of-type {
        margin-top: 2rem
    }
}

.content-types .content-post.content-post--cta .content-post__content {
    background: #000
}

.content-types .content-post.content-post--cta .content-post__title,
.content-types .content-post.content-post--cta .content-post__description {
    color: #FFF
}

.content-types .content-post.content-post--cta .content-post__title p,
.content-types .content-post.content-post--cta .content-post__description p {
    color: #FFF
}

.content-types .content-post.content-post--cta .content-post__title:after,
.content-types .content-post.content-post--cta .content-post__description:after {
    content: '';
    background: #FFF
}

.content-types .content-post .content-post__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    background: #FFF;
    padding: 1rem 1.5rem;
    border-radius: 5px
}

.content-types .content-post .content-post__title {
    position: relative;
    padding-bottom: .65rem;
    line-height: 1.33
}

.content-types .content-post .content-post__title:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000
}

.content-types .content-post .content-post__description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.content-types .content-post .content-post__description p {
    font: 400 0.95rem/1.5 arial, sans-serif
}

.content-types .content-post .content-post__button a {
    padding: .5rem .75rem;
    font: 400 0.75rem/0.725 arial, sans-serif
}

.filter-box,
.about-you .about-you__form form,
.resources-filter>.container,
.partners-filter>.container {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #FFF;
    position: relative;
    z-index: 9;
    border-radius: 5px
}

.filter-box form input[type="text"],
.about-you .about-you__form form form input[type="text"],
.resources-filter>.container form input[type="text"],
.filter-box form input[type="email"],
.about-you .about-you__form form form input[type="email"],
.resources-filter>.container form input[type="email"],
.filter-box form input[type="password"],
.about-you .about-you__form form form input[type="password"],
.resources-filter>.container form input[type="password"],
.filter-box form input[type="search"],
.about-you .about-you__form form form input[type="search"],
.resources-filter>.container form input[type="search"],
.filter-box form input[type="tel"],
.about-you .about-you__form form form input[type="tel"],
.resources-filter>.container form input[type="tel"],
.filter-box form textarea,
.about-you .about-you__form form form textarea,
.resources-filter>.container form textarea {
    padding: .98rem 1rem;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0;
    background: transparent;
    width: 100%;
    transition: all 0.25s ease;
    text-transform: none;
    font: 400 1.15rem/1.185rem arial, sans-serif;
    color: #003EDD;
    border-bottom: 2px solid rgba(51, 71, 91, .1)
}

.filter-box form input[type="text"]::-webkit-input-placeholder,
.about-you .about-you__form form form input[type="text"]::-webkit-input-placeholder,
.resources-filter>.container form input[type="text"]::-webkit-input-placeholder,
.filter-box form input[type="email"]::-webkit-input-placeholder,
.about-you .about-you__form form form input[type="email"]::-webkit-input-placeholder,
.resources-filter>.container form input[type="email"]::-webkit-input-placeholder,
.filter-box form input[type="password"]::-webkit-input-placeholder,
.about-you .about-you__form form form input[type="password"]::-webkit-input-placeholder,
.resources-filter>.container form input[type="password"]::-webkit-input-placeholder,
.filter-box form input[type="search"]::-webkit-input-placeholder,
.about-you .about-you__form form form input[type="search"]::-webkit-input-placeholder,
.resources-filter>.container form input[type="search"]::-webkit-input-placeholder,
.filter-box form input[type="tel"]::-webkit-input-placeholder,
.about-you .about-you__form form form input[type="tel"]::-webkit-input-placeholder,
.resources-filter>.container form input[type="tel"]::-webkit-input-placeholder,
.filter-box form textarea::-webkit-input-placeholder,
.about-you .about-you__form form form textarea::-webkit-input-placeholder,
.resources-filter>.container form textarea::-webkit-input-placeholder {
    color: #8a8a8a
}

.filter-box form input[type="text"]:-moz-placeholder,
.about-you .about-you__form form form input[type="text"]:-moz-placeholder,
.resources-filter>.container form input[type="text"]:-moz-placeholder,
.filter-box form input[type="email"]:-moz-placeholder,
.about-you .about-you__form form form input[type="email"]:-moz-placeholder,
.resources-filter>.container form input[type="email"]:-moz-placeholder,
.filter-box form input[type="password"]:-moz-placeholder,
.about-you .about-you__form form form input[type="password"]:-moz-placeholder,
.resources-filter>.container form input[type="password"]:-moz-placeholder,
.filter-box form input[type="search"]:-moz-placeholder,
.about-you .about-you__form form form input[type="search"]:-moz-placeholder,
.resources-filter>.container form input[type="search"]:-moz-placeholder,
.filter-box form input[type="tel"]:-moz-placeholder,
.about-you .about-you__form form form input[type="tel"]:-moz-placeholder,
.resources-filter>.container form input[type="tel"]:-moz-placeholder,
.filter-box form textarea:-moz-placeholder,
.about-you .about-you__form form form textarea:-moz-placeholder,
.resources-filter>.container form textarea:-moz-placeholder {
    color: #8a8a8a
}

.filter-box form input[type="text"]::-moz-placeholder,
.about-you .about-you__form form form input[type="text"]::-moz-placeholder,
.resources-filter>.container form input[type="text"]::-moz-placeholder,
.filter-box form input[type="email"]::-moz-placeholder,
.about-you .about-you__form form form input[type="email"]::-moz-placeholder,
.resources-filter>.container form input[type="email"]::-moz-placeholder,
.filter-box form input[type="password"]::-moz-placeholder,
.about-you .about-you__form form form input[type="password"]::-moz-placeholder,
.resources-filter>.container form input[type="password"]::-moz-placeholder,
.filter-box form input[type="search"]::-moz-placeholder,
.about-you .about-you__form form form input[type="search"]::-moz-placeholder,
.resources-filter>.container form input[type="search"]::-moz-placeholder,
.filter-box form input[type="tel"]::-moz-placeholder,
.about-you .about-you__form form form input[type="tel"]::-moz-placeholder,
.resources-filter>.container form input[type="tel"]::-moz-placeholder,
.filter-box form textarea::-moz-placeholder,
.about-you .about-you__form form form textarea::-moz-placeholder,
.resources-filter>.container form textarea::-moz-placeholder {
    color: #8a8a8a
}

.filter-box form input[type="text"]:-ms-input-placeholder,
.about-you .about-you__form form form input[type="text"]:-ms-input-placeholder,
.resources-filter>.container form input[type="text"]:-ms-input-placeholder,
.filter-box form input[type="email"]:-ms-input-placeholder,
.about-you .about-you__form form form input[type="email"]:-ms-input-placeholder,
.resources-filter>.container form input[type="email"]:-ms-input-placeholder,
.filter-box form input[type="password"]:-ms-input-placeholder,
.about-you .about-you__form form form input[type="password"]:-ms-input-placeholder,
.resources-filter>.container form input[type="password"]:-ms-input-placeholder,
.filter-box form input[type="search"]:-ms-input-placeholder,
.about-you .about-you__form form form input[type="search"]:-ms-input-placeholder,
.resources-filter>.container form input[type="search"]:-ms-input-placeholder,
.filter-box form input[type="tel"]:-ms-input-placeholder,
.about-you .about-you__form form form input[type="tel"]:-ms-input-placeholder,
.resources-filter>.container form input[type="tel"]:-ms-input-placeholder,
.filter-box form textarea:-ms-input-placeholder,
.about-you .about-you__form form form textarea:-ms-input-placeholder,
.resources-filter>.container form textarea:-ms-input-placeholder {
    color: #8a8a8a
}

.filter-box form input[type="text"]:focus,
.about-you .about-you__form form form input[type="text"]:focus,
.resources-filter>.container form input[type="text"]:focus,
.filter-box form input[type="text"]:active,
.about-you .about-you__form form form input[type="text"]:active,
.resources-filter>.container form input[type="text"]:active,
.filter-box form input[type="email"]:focus,
.about-you .about-you__form form form input[type="email"]:focus,
.resources-filter>.container form input[type="email"]:focus,
.filter-box form input[type="email"]:active,
.about-you .about-you__form form form input[type="email"]:active,
.resources-filter>.container form input[type="email"]:active,
.filter-box form input[type="password"]:focus,
.about-you .about-you__form form form input[type="password"]:focus,
.resources-filter>.container form input[type="password"]:focus,
.filter-box form input[type="password"]:active,
.about-you .about-you__form form form input[type="password"]:active,
.resources-filter>.container form input[type="password"]:active,
.filter-box form input[type="search"]:focus,
.about-you .about-you__form form form input[type="search"]:focus,
.resources-filter>.container form input[type="search"]:focus,
.partners-filter>.container form input[type="search"]:focus,
.filter-box form input[type="search"]:active,
.about-you .about-you__form form form input[type="search"]:active,
.resources-filter>.container form input[type="search"]:active,
.partners-filter>.container form input[type="search"]:active,
.filter-box form input[type="tel"]:focus,
.about-you .about-you__form form form input[type="tel"]:focus,
.resources-filter>.container form input[type="tel"]:focus,
.filter-box form input[type="tel"]:active,
.about-you .about-you__form form form input[type="tel"]:active,
.resources-filter>.container form input[type="tel"]:active,
.filter-box form textarea:focus,
.about-you .about-you__form form form textarea:focus,
.resources-filter>.container form textarea:focus,
.partners-filter>.container form textarea:focus,
.filter-box form textarea:active,
.about-you .about-you__form form form textarea:active,
.resources-filter>.container form textarea:active,
.partners-filter>.container form textarea:active {
    outline: none
}

.filter-box form textarea,
.about-you .about-you__form form form textarea,
.resources-filter>.container form textarea,
.partners-filter>.container form textarea {
    height: 140px
}

.filter-box form select,
.about-you .about-you__form form form select,
.resources-filter>.container form select,
.partners-filter>.container form select {
    position: relative;
    display: inline-block;
    border: 0;
    width: 100%;
    padding: 1rem 1rem;
    box-sizing: border-box;
    margin: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    z-index: 10;
    text-transform: none;
    font: 400 1.15rem/1.185rem arial, sans-serif;
    color: #003EDD;
    border-bottom: 2px solid rgba(51, 71, 91, .1)
}

.filter-box form select:focus,
.about-you .about-you__form form form select:focus,
.resources-filter>.container form select:focus,
.partners-filter>.container form select:focus {
    outline-width: medium
}

.filter-box form select:active,
.about-you .about-you__form form form select:active,
.resources-filter>.container form select:active,
.partners-filter>.container form select:active {
    outline: none
}

.filter-box form input[type="submit"],
.about-you .about-you__form form form input[type="submit"],
.resources-filter>.container form input[type="submit"],
.partners-filter>.container form input[type="submit"] {
    margin: 0
}

.filter-box__form input[type="text"],
.about-you .about-you__form form input[type="text"],
.filter-box__form input[type="email"],
.about-you .about-you__form form input[type="email"],
.filter-box__form input[type="password"],
.about-you .about-you__form form input[type="password"],
.filter-box__form input[type="search"],
.about-you .about-you__form form input[type="search"],
.filter-box__form input[type="tel"],
.about-you .about-you__form form input[type="tel"],
.filter-box__form textarea,
.about-you .about-you__form form textarea {
    padding: .98rem 1rem;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0;
    background: transparent;
    width: 100%;
    transition: all 0.25s ease;
    text-transform: none;
    font: 400 1.15rem/1.185rem arial, sans-serif;
    color: #003EDD;
    border-bottom: 2px solid rgba(51, 71, 91, .1)
}

.filter-box__form input[type="text"]::-webkit-input-placeholder,
.about-you .about-you__form form input[type="text"]::-webkit-input-placeholder,
.filter-box__form input[type="email"]::-webkit-input-placeholder,
.about-you .about-you__form form input[type="email"]::-webkit-input-placeholder,
.filter-box__form input[type="password"]::-webkit-input-placeholder,
.about-you .about-you__form form input[type="password"]::-webkit-input-placeholder,
.filter-box__form input[type="search"]::-webkit-input-placeholder,
.about-you .about-you__form form input[type="search"]::-webkit-input-placeholder,
.filter-box__form input[type="tel"]::-webkit-input-placeholder,
.about-you .about-you__form form input[type="tel"]::-webkit-input-placeholder,
.filter-box__form textarea::-webkit-input-placeholder,
.about-you .about-you__form form textarea::-webkit-input-placeholder {
    color: #8a8a8a
}

.filter-box__form input[type="text"]:-moz-placeholder,
.about-you .about-you__form form input[type="text"]:-moz-placeholder,
.filter-box__form input[type="email"]:-moz-placeholder,
.about-you .about-you__form form input[type="email"]:-moz-placeholder,
.filter-box__form input[type="password"]:-moz-placeholder,
.about-you .about-you__form form input[type="password"]:-moz-placeholder,
.filter-box__form input[type="search"]:-moz-placeholder,
.about-you .about-you__form form input[type="search"]:-moz-placeholder,
.filter-box__form input[type="tel"]:-moz-placeholder,
.about-you .about-you__form form input[type="tel"]:-moz-placeholder,
.filter-box__form textarea:-moz-placeholder,
.about-you .about-you__form form textarea:-moz-placeholder {
    color: #8a8a8a
}

.filter-box__form input[type="text"]::-moz-placeholder,
.about-you .about-you__form form input[type="text"]::-moz-placeholder,
.filter-box__form input[type="email"]::-moz-placeholder,
.about-you .about-you__form form input[type="email"]::-moz-placeholder,
.filter-box__form input[type="password"]::-moz-placeholder,
.about-you .about-you__form form input[type="password"]::-moz-placeholder,
.filter-box__form input[type="search"]::-moz-placeholder,
.about-you .about-you__form form input[type="search"]::-moz-placeholder,
.filter-box__form input[type="tel"]::-moz-placeholder,
.about-you .about-you__form form input[type="tel"]::-moz-placeholder,
.filter-box__form textarea::-moz-placeholder,
.about-you .about-you__form form textarea::-moz-placeholder {
    color: #8a8a8a
}

.filter-box__form input[type="text"]:-ms-input-placeholder,
.about-you .about-you__form form input[type="text"]:-ms-input-placeholder,
.filter-box__form input[type="email"]:-ms-input-placeholder,
.about-you .about-you__form form input[type="email"]:-ms-input-placeholder,
.filter-box__form input[type="password"]:-ms-input-placeholder,
.about-you .about-you__form form input[type="password"]:-ms-input-placeholder,
.filter-box__form input[type="search"]:-ms-input-placeholder,
.about-you .about-you__form form input[type="search"]:-ms-input-placeholder,
.filter-box__form input[type="tel"]:-ms-input-placeholder,
.about-you .about-you__form form input[type="tel"]:-ms-input-placeholder,
.filter-box__form textarea:-ms-input-placeholder,
.about-you .about-you__form form textarea:-ms-input-placeholder {
    color: #8a8a8a
}

.filter-box__form input[type="text"]:focus,
.about-you .about-you__form form input[type="text"]:focus,
.filter-box__form input[type="text"]:active,
.about-you .about-you__form form input[type="text"]:active,
.filter-box__form input[type="email"]:focus,
.about-you .about-you__form form input[type="email"]:focus,
.filter-box__form input[type="email"]:active,
.about-you .about-you__form form input[type="email"]:active,
.filter-box__form input[type="password"]:focus,
.about-you .about-you__form form input[type="password"]:focus,
.filter-box__form input[type="password"]:active,
.about-you .about-you__form form input[type="password"]:active,
.filter-box__form input[type="search"]:focus,
.about-you .about-you__form form input[type="search"]:focus,
.filter-box__form input[type="search"]:active,
.about-you .about-you__form form input[type="search"]:active,
.filter-box__form input[type="tel"]:focus,
.about-you .about-you__form form input[type="tel"]:focus,
.filter-box__form input[type="tel"]:active,
.about-you .about-you__form form input[type="tel"]:active,
.filter-box__form textarea:focus,
.about-you .about-you__form form textarea:focus,
.filter-box__form textarea:active,
.about-you .about-you__form form textarea:active {
    outline: none
}

.filter-box__form textarea,
.about-you .about-you__form form textarea {
    height: 140px
}

.filter-box__form select,
.about-you .about-you__form form select {
    position: relative;
    display: inline-block;
    border: 0;
    width: 100%;
    padding: 1rem 1rem;
    box-sizing: border-box;
    margin: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    z-index: 10;
    text-transform: none;
    font: 400 1.15rem/1.185rem arial, sans-serif;
    color: #003EDD;
    border-bottom: 2px solid rgba(51, 71, 91, .1)
}

.filter-box__form select:focus,
.about-you .about-you__form form select:focus {
    outline-width: medium
}

.filter-box__form select:active,
.about-you .about-you__form form select:active {
    outline: none
}

.filter-box__form input[type="submit"],
.about-you .about-you__form form input[type="submit"] {
    margin: 0
}

.gform_wrapper {
    width: 100%
}

.gform_wrapper form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.gform_wrapper .gform_body {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.gform_wrapper .gform_title {
    margin-top: 0;
    font: 500 2rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.gform_wrapper .gform_description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    font: 300 1.1rem/1.5rem arial, sans-serif;
    color: #000;
    margin: 0 0 1.66rem 0;
    -webkit-font-smoothing: antialiased
}

.gform_wrapper .gform_fields {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0
}

.gform_wrapper .gfield {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0 .5rem;
    list-style: none;
    margin-bottom: 1rem
}

.gform_wrapper .gfield.is-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 0 .5rem
}

.gform_wrapper .gfield.hide-label label {
    display: none
}

form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

form .field {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 .75rem;
    margin: 1.5rem 0 0
}

form .field.field--one-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 .75rem
}

form .field.field--one-third {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 .75rem
}

form .field.field--two-third {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 .75rem
}

form .field.field--one-fourth {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 .75rem
}

form .field.field--select {
    position: relative
}

form .field.field--select .icon {
    position: absolute;
    right: 1.5rem;
    top: .8rem
}

form .field.field--select .icon svg {
    color: rgba(51, 71, 91, .2)
}

form p {
    margin: 0
}

form label {
    font: 400 1rem arial, sans-serif;
    color: #8a8a8a
}

form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form textarea {
    padding: .98rem 1rem;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0;
    background: #fafafa;
    width: 100%;
    transition: all 0.25s ease;
    text-transform: none;
    font: 400 1.15rem/1.185rem arial, sans-serif;
    color: #000;
    border: 1px solid rgba(51, 71, 91, .05)
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #8a8a8a
}

form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form textarea:-moz-placeholder {
    color: #8a8a8a
}

form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #8a8a8a
}

form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #8a8a8a
}

form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="password"]:focus,
form input[type="password"]:active,
form input[type="search"]:focus,
form input[type="search"]:active,
form input[type="tel"]:focus,
form input[type="tel"]:active,
form textarea:focus,
form textarea:active {
    outline: none
}

form textarea {
    height: 140px
}

form select {
    position: relative;
    display: inline-block;
    border: 0;
    width: 100%;
    padding: 1rem 1rem;
    box-sizing: border-box;
    margin: 0;
    background: transparent;
    border-radius: 3px;
    box-shadow: 0;
    background: #fafafa;
    z-index: 10;
    text-transform: none;
    font: 400 1.0rem/1.185rem arial, sans-serif;
    color: #8a8a8a;
    border: 1px solid rgba(51, 71, 91, .05)
}

form select:focus {
    outline-width: medium
}

form select:active {
    outline: none
}

form input[type="submit"] {
    margin: 0
}

.form-section {
    width: 100%;
    padding: 0 0 5rem
}

.form-section>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media screen and (max-width:47.9375em) {
    .form-section>.container {
        width: calc(100% - 1.5rem)
    }
}

.form-section .form-section__form {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin: 0 auto;
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    margin-bottom: -2rem;
    z-index: 8
}

@media screen and (max-width:74.9375em) {
    .form-section .form-section__form {
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .form-section .form-section__form {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .form-section .form-section__form {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.form-section .form-section__form .gform_wrapper {
    padding: 3rem;
    background: #FFF;
    border-radius: 5px
}

@media screen and (max-width:63.9375em) {
    .form-section .form-section__form .gform_wrapper {
        padding: 2rem
    }
}

@media screen and (max-width:47.9375em) {
    .form-section .form-section__form .gform_wrapper {
        padding: 1.5rem
    }
}

.form-section .form-section__form .gform_footer {
    padding-top: .25rem
}

.simple-title .item__title {
    font-size: 1rem !important
}

.simple-title .item {
    padding: 1rem 0 !important
}

.grid {
    width: 100%;
    padding: 1.8rem 0 .5rem;
    border-top: 1px solid rgba(51, 71, 91, .1);
    border-bottom: 1px solid rgba(51, 71, 91, .1)
}

.grid__content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

@media screen and (max-width:63.9375em) {
    .grid__content {
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .grid__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

@media screen and (max-width:47.9375em) {
    .grid__subtitle {
        font-size: .8rem
    }
}

.grid__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 600 2rem "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 1rem 0 1rem;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .grid__title {
        font-size: 2.1rem
    }
}

.grid__description p {
    text-align: center;
    font: 400 1.2rem/1.625 arial, sans-serif
}

.career-text {
    text-align: center
}

.career-text h5.item__title {
    color: #fff;
    font-weight: bold !important;
}

.career-text .item__description p {
    font-size: 35px !important;
    line-height: 42px;
    font-weight: 600 !important;
    font-style: normal;
    color: #98c6ff;
    margin-top: 20px
}

.qflaticon-man-in-a-party-dancing-with-people:before {
    content: "\f102"
}

.career-container {
    width: 99%;
    margin: 0 auto;
    text-align: center
}

[class^="qflaticon-"]:before,
[class*=" qflaticon-"]:before,
[class^="qflaticon-"]:after,
[class*=" qflaticon-"]:after {
    font-family: Flaticon2;
    font-size: 60px;
    font-style: normal
}

.animate {
    -webkit-animation: spinit 0.2s 5;
    -moz-animation: spinit 0.2s 5;
    animation: spinit 0.2s 5
}

@-webkit-keyframes spinit {
    0% {
        top: 0em
    }

    50% {
        top: -5em
    }

    100% {
        top: -9em
    }
}

@-moz-keyframes spinit {
    0% {
        top: 0em
    }

    50% {
        top: -5em
    }

    100% {
        top: -9em
    }
}

@keyframes spinit {
    0% {
        top: 0em
    }

    50% {
        top: -5em
    }

    100% {
        top: -9em
    }
}

#digit1 {
    top: -4em
}

#digit2 {
    top: -2em
}

#digit3 {
    top: 0em
}

.grid__items {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-left: .5rem;
    padding-top: 1rem
}

.grid__items.grid__items--two .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 1rem 2rem
}

.grid__items.grid__items--three .item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 20px;
    padding-left: 0
}

@media screen and (max-width:63.9375em) {
    .grid__items.grid__items--three .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .grid__items.grid__items--three .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid__items .item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding: 1rem 2rem
}

.grid__items .item__icon {
    -ms-flex: 0 0 11.16667%;
    flex: 0 0 11.16667%;
    max-width: 11.16667%;
    padding-right: 0;
    padding-left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    color: #003EDD;
    -ms-transform: translateX(-.25rem);
    transform: translateX(-.25rem);
    display: none
}

.grid__items .item__icon svg {
    position: relative;
    width: 17px;
    height: auto;
    margin: 0 auto;
    display: block;
    -ms-transform: translateY(.2rem);
    transform: translateY(.2rem)
}

.grid__items .item__title {
    -ms-flex: 0 0 88.83333%;
    flex: 0 0 88.83333%;
    max-width: 88.83333%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0rem
}

@media screen and (max-width:47.9375em) {
    .grid__items .item__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid__items .item__description ul {
    font: 400 1.05rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.grid__button {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem 0 2rem 1.5rem;
    position: relative
}

.grid__button span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: inline-block;
    padding-right: 2rem;
    font: 400 1.5rem/1.5 arial, sans-serif;
    -ms-transform: translateY(.1rem);
    transform: translateY(.1rem);
    color: #000
}

.grid__button>a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.grid.grid--boxes .grid__items {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem
}

.grid.grid--boxes .grid__items .item {
    border-top: 1px solid #F5F8FA;
    border-right: 1px solid #F5F8FA;
    padding: 2rem 2rem
}

.grid.grid--boxes .grid__items .item p:last-of-type {
    margin-bottom: 0
}

.grid.grid--boxes .grid__items.grid__items--two {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

#ze-cares {
    padding-bottom: 0
}

@media screen and (max-width:63.9375em) {
    .grid.grid--boxes .grid__items.grid__items--two {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid.grid--boxes .grid__items.grid__items--two .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 1rem 1rem
}

@media screen and (max-width:63.9375em) {
    .grid.grid--boxes .grid__items.grid__items--two .item {
        text-align: center
    }
}

.grid.grid--boxes .grid__items.grid__items--two .item:nth-child(-n+2) {
    border-top: 0
}

.grid.grid--boxes .grid__items.grid__items--two .item:nth-child(2n) {
    border-right: 0
}

.grid.grid--boxes .grid__items.grid__items--three .item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding: 2rem 2rem
}

@media screen and (max-width:63.9375em) {
    .grid.grid--boxes .grid__items.grid__items--three .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        padding: 1rem
    }
}

@media screen and (max-width:47.9375em) {
    .grid.grid--boxes .grid__items.grid__items--three .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid.grid--boxes .grid__items.grid__items--three .item:nth-child(-n+3) {
    border-top: 0
}

.grid.grid--boxes .grid__items.grid__items--three .item:nth-child(3n) {
    border-right: 0
}

.grid-highlight {
    width: 100%;
    padding: 2.5rem 0 1.5rem
}

@media screen and (max-width:63.9375em) {
    .grid-highlight {
        padding: 2rem 0 1rem
    }
}

.grid-highlight>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.grid-highlight__content {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:74.9375em) {
    .grid-highlight__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid-highlight__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0
}

@media screen and (max-width:74.9375em) {
    .grid-highlight__subtitle {
        text-align: center
    }

    .grid-highlight__subtitle br {
        display: none
    }
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__subtitle {
        font-size: .8rem
    }
}

.grid-highlight__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 700 1.5rem/1.2 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: .5rem 0 1rem
}

@media screen and (max-width:74.9375em) {
    .grid-highlight__title {
        text-align: center
    }

    .grid-highlight__title br {
        display: none
    }
}

@media screen and (max-width:63.9375em) {
    .grid-highlight__title {
        font-size: 2rem
    }
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__title {
        font-size: 1.66rem
    }
}

.grid-highlight__description p {
    font: 400 1.1rem/1.5 arial, sans-serif
}

@media screen and (max-width:74.9375em) {
    .grid-highlight__description p {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        text-align: center
    }
}

@media screen and (max-width:63.9375em) {
    .grid-highlight__description p {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__description p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid-highlight__section {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: .5rem
}

.grid-highlight__items {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 6rem
}

@media screen and (max-width:74.9375em) {
    .grid-highlight__items {
        padding-left: 0;
        padding-top: 2rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__items {
        padding-top: .5rem
    }
}

.grid-highlight__items .grid-highlight__items-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #F5F8FA;
    padding: 0 0 .5rem 0rem;
    margin: 0 0 .5rem;
    font: 600 1.3rem/1.3 "Lota Grotesque", helvetica, arial, sans-serif
}

.grid-highlight__items.grid-highlight__items--two .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 0rem 1.66rem
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__items.grid-highlight__items--two .item {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid-highlight__items .item {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0rem 1.66rem;
    margin: 0
}

.grid-highlight__items .item__icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    color: #003EDD;
    -ms-transform: translateX(-.25rem);
    transform: translateX(-.25rem)
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__items .item__icon {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: none;
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.grid-highlight__items .item__icon svg {
    position: relative;
    width: 17px;
    height: auto;
    margin: 0 auto;
    display: block;
    -ms-transform: translateY(.2rem);
    transform: translateY(.2rem)
}

.grid-highlight__items .item__title {
    -ms-flex: 0 0 88.83333%;
    flex: 0 0 88.83333%;
    max-width: 88.83333%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0rem;
    font-size: 1.1rem
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__items .item__title {
        text-align: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid-highlight__items .item__description {
    padding-left: 1.2rem
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__items .item__description {
        padding-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.grid-highlight__items .item__description p {
    font: 400 0.95rem/1.5 arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__items .item__description p {
        text-align: center
    }
}

.grid-highlight__button {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem 0 1rem;
    position: relative
}

@media screen and (max-width:74.9375em) {
    .grid-highlight__button {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.grid-highlight__button .grid-highlight__button-cta {
    padding-right: 2rem;
    padding-left: 1.5rem;
    font: 400 1.5rem/1.5 arial, sans-serif;
    -ms-transform: translateY(.1rem);
    transform: translateY(.1rem);
    color: #000;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media screen and (max-width:63.9375em) {
    .grid-highlight__button .grid-highlight__button-cta {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.grid-highlight__button .grid-highlight__button-cta span {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 400 1.1rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.grid-highlight__button>a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    white-space: nowrap
}

@media screen and (max-width:47.9375em) {
    .grid-highlight__button>a {
        margin-top: 1.25rem;
        font-size: .9rem;
        padding: .75rem 1.25rem
    }
}

.grid-highlight.background-grey .grid-highlight__items-title {
    border-bottom: 1px solid #e4ecf2
}

.grid-highlight--reverse .grid-highlight__content {
    -ms-flex-order: 1;
    order: 1
}

.grid-highlight--reverse .grid-highlight__items {
    -ms-flex-order: 0;
    order: 0;
    padding-left: 0;
    padding-right: 6rem
}

.no-padding,
.no-padding .item {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.no-bottom-padding {
    padding-top: 1rem !important;
    padding-bottom: 0 !important
}

.no-top-padding {
    padding-top: 0 !important
}

.blue-section {
    border-bottom: 5px solid #1b4e62;
    padding: 8px 20px 20px;
    margin: 10px;
    background-color: #f6fafb;
}
body.index .page-content.no-margin {width:100% !important;}
.hero {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: block;
    position: relative;
    padding: 0;
    width: 100%
}

.hero.hero--carousel {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%
}

.hero.hero--carousel .slick-list,
.hero.hero--carousel .slick-track {
    display: block;
    width: 100%;
    height: 100%
}

.hero .hero-item {
    position: relative;
    display: block;
    background-color: #000;
    background: #18212a;
    background: linear-gradient(-45deg, #18212a 0, #2a3a4b 110%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.hero .hero-item>.container {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative
}

.hero .hero-item.slick-active {
    opacity: 1
}

.hero .hero-item.slick-active .hero-item__title,
.hero .hero-item.slick-active .hero-item__subtitle,
.hero .hero-item.slick-active .hero-item__buttons,
.hero .hero-item.slick-active .hero-item__content p {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.hero .hero-item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2c3641;
    background: linear-gradient(0.754rad, #404851 0, #444d57 110%);
    opacity: .75
}

.hero .hero-item__content {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    padding: 3.5rem 0;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    transition: all 0.5s ease 0.1s
}

@media screen and (max-width:63.9375em) {
    .hero .hero-item__content {
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .hero .hero-item__content {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

.hero .hero-item__content p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    font: 400 1.43rem/1.55 arial, sans-serif;
    margin: 1rem 0 1.15em;
    text-align: center;
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
    transition: all 0.5s ease 0.5s
}

@media screen and (max-width:63.9375em) {
    .hero .hero-item__content p {
        font-size: 1.25rem
    }
}

.hero .hero-item__content p:last-of-type {
    margin-bottom: 0
}

.hero .hero-item__content p span {
    font: 700 1.75rem/1.55 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:63.9375em) {
    .hero .hero-item__content p span {
        font-size: 1.4rem
    }
}

.hero .hero-item__subtitle {
    display: inline-block;
    background: #FFF;
    color: #003EDD;
    display: inline-block;
    background: #FFF;
    line-height: .8;
    padding: .4rem .75rem .25rem;
    text-align: center;
    border-radius: 30px;
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
    transition: all 0.5s ease
}

@media screen and (max-width:63.9375em) {
    .hero .hero-item__subtitle {
        font-size: .75rem
    }
}

@media screen and (max-width:47.9375em) {
    .hero .hero-item__subtitle {
        font-size: .7rem
    }
}

.hero .hero-item__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    position: relative;
    font: 700 3rem/1 "Lota Grotesque", helvetica, arial, sans-serif;
    letter-spacing: -1px;
    margin: 0 0 0;
    padding: 0;
    text-align: center;
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
    transition: all 0.5s ease 0.25s
}

@media screen and (max-width:63.9375em) {
    .hero .hero-item__title {
        font-style: 2.65rem
    }
}

@media screen and (max-width:47.9375em) {
    .hero .hero-item__title {
        font-size: 2.25rem
    }
}

.hero .hero-item__buttons {
    padding-top: 1rem;
    text-align: center;
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
    transition: all 0.5s ease 0.75s
}

@media screen and (max-width:47.9375em) {
    .hero .hero-item__buttons a {
        padding: .75rem 1.25rem;
        font-size: 1rem
    }
}

.hero .hero-item__buttons .button:nth-child(2),
.hero .hero-item__buttons .awards__list .award.award--show-more .award__button:nth-child(2),
.awards__list .award.award--show-more .hero .hero-item__buttons .award__button:nth-child(2),
.hero .hero-item__buttons .awards__button a:nth-child(2),
.awards__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .career-opportunities__button a:nth-child(2),
.career-opportunities__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .checklist__button>a:nth-child(2),
.hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"]:nth-child(2),
.post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"]:nth-child(2),
.hero .hero-item__buttons .content-media__button a:nth-child(2),
.content-media__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .customers .customers__button a:nth-child(2),
.customers .customers__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .content-types .content-type__button a:nth-child(2),
.content-types .content-type__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .content-types .content-post .content-post__button a:nth-child(2),
.content-types .content-post .content-post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .filter-box__form input[type="submit"]:nth-child(2),
.filter-box__form .hero .hero-item__buttons input[type="submit"]:nth-child(2),
.hero .hero-item__buttons form input[type="submit"]:nth-child(2),
form .hero .hero-item__buttons input[type="submit"]:nth-child(2),
.hero .hero-item__buttons .grid__button>a:nth-child(2),
.hero .hero-item__buttons .grid-highlight__button>a:nth-child(2),
.hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .leader.leader-join .leader-join__button a:nth-child(2),
.leader.leader-join .leader-join__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .notification .notification__button a:nth-child(2),
.notification .notification__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .partners__button a:nth-child(2),
.partners__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .recommended-resource .recommended-resource__link:nth-child(2),
.recommended-resource .hero .hero-item__buttons .recommended-resource__link:nth-child(2),
.hero .hero-item__buttons .header .header__bottom .menu-item.is-button>a:nth-child(2),
.header .header__bottom .hero .hero-item__buttons .menu-item.is-button>a:nth-child(2),
.hero .hero-item__buttons .footer .widget .menu .menu-item.is-button a:nth-child(2),
.footer .widget .menu .menu-item.is-button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .template-events .events__list .event__button a:nth-child(2),
.template-events .events__list .event__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons body.index .post__button a:nth-child(2),
body.index .post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons body.search .post__button a:nth-child(2),
body.search .post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons body.archive .post__button a:nth-child(2),
body.archive .post__button .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .single.single-leadership .page-header .page-header__link a:nth-child(2),
.single.single-leadership .page-header .page-header__link .hero .hero-item__buttons a:nth-child(2),
.hero .hero-item__buttons .single.single-resource .resource-form .resource-form__form .gform_button:nth-child(2),
.single.single-resource .resource-form .resource-form__form .hero .hero-item__buttons .gform_button:nth-child(2),
.hero .hero-item__buttons .single.single-solution .solution__resource .resource__link:nth-child(2),
.single.single-solution .solution__resource .hero .hero-item__buttons .resource__link:nth-child(2) {
    margin-left: 1.5rem
}

@media screen and (max-width:47.9375em) {
    .hero .carousel-controls.is-next {
        right: 0
    }
}

@media screen and (max-width:47.9375em) {
    .hero .carousel-controls.is-previous {
        left: 0
    }
}

.page-header.page-header--event {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    width: 100%;
    margin: 0 auto;
    z-index: 8;
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background: transparent
}

.page-header.page-header--event .page-header__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    z-index: 10
}

.page-header.page-header--event .page-header__content>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: auto;
}

.page-header.page-header--event .page-header__location {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #003EDD
}

.page-header.page-header--event .page-header__location svg {
    display: inline-block;
    margin-right: .5rem;
    width: 25px;
    height: auto;
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.page-header.page-header--event .page-header__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    color: #000;
    text-align: left;
    -webkit-font-smoothing: antialiased
}

.page-header.page-header--event .page-header__subtitle {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin: .5rem auto 0;
    position: relative;
    color: white;
    text-align: center;
    z-index: 10;
    font: 400 1.25rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

.page-header.page-header--event .page-header__breadcrumbs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .75rem 0;
    box-sizing: border-box;
    background: #527293;
    z-index: 9
}

.page-header.page-header--event .page-header__breadcrumbs>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.page-header.page-header--event .page-header__breadcrumbs span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #141c23;
    box-sizing: border-box;
    line-height: 1
}

.page-header.page-header--event .page-header__breadcrumbs span:first-of-type a {
    padding-left: 0
}

.page-header.page-header--event .page-header__breadcrumbs span a,
.page-header.page-header--event .page-header__breadcrumbs span strong {
    font-weight: 300;
    color: #141c23;
    padding: 0 .5rem
}

.search-module {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    transition: 0.5s ease;
    overflow: hidden;
    z-index: -999;
    -ms-transform: scale(1.2) translateY(-5rem);
    transform: scale(1.2) translateY(-5rem);
    opacity: 0
}

.search-module.search-module--is-active {
    opacity: .9;
    visibility: visible;
    z-index: 9999;
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.search-module .close {
    background: transparent;
    color: #fff;
    padding: .5rem 1rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font: 300 0.9rem/1 arial, sans-serif;
    cursor: pointer;
    border-radius: .1rem;
    transition: all 0.1s ease;
    -ms-transform: scale(1);
    transform: scale(1)
}

.search-module .close:focus,
.search-module .close:active {
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.search-module .close i {
    margin-left: .85rem
}

.search-module>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%
}

.search-module .form-wrap {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    position: relative
}

.search-module form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0;
    position: relative
}

.search-module form .icon {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    font-size: 2.25rem;
    text-align: center;
    padding: 1.6rem 0 0;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.15s ease;
    color: #fff
}

.search-module form .icon:hover {
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.search-module form .icon input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: transparent;
    margin: 0;
    transition: all 0.25s ease
}

.search-module form input[type="search"] {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    padding: 1rem 0 1rem 3.5rem;
    display: block;
    width: calc(100% - 3.5rem);
    background: transparent;
    border: 0;
    border-left: 1px solid #fff;
    color: #fff;
    font: 300 3rem/175% arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.search-module form input[type="search"]::-webkit-input-placeholder {
    color: #fff
}

.search-module form input[type="search"]:-moz-placeholder {
    color: #fff
}

.search-module form input[type="search"]::-moz-placeholder {
    color: #fff
}

.search-module form input[type="search"]:-ms-input-placeholder {
    color: #fff
}

.search-module form input[type="search"]:active,
.search-module form input[type="search"]:focus {
    outline: none
}

.leadership-grid {
    width: 100%;
    position: relative;
    padding: 2.5rem 0;
    background-color: rgba(245, 248, 250, .5)
}

.leadership-grid>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.leadership-grid .leadership-grid__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

.leadership-grid .leadership-grid__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

.leadership-grid .leadership-grid__description {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .leadership-grid .leadership-grid__description {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

.leadership-grid .leadership-grid__description span {
    display: block;
    margin-top: 1rem;
    font-style: italic;
    font-size: .925rem
}

.leadership-grid__list {
    width: 100%;
    padding: 1rem 0 0
}

.leadership-grid__list>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media screen and (max-width:74.9375em) {
    .leadership-grid__list>.container {
        width: calc(100% - 6rem);
        margin: 0 auto
    }
}

@media screen and (max-width:63.9375em) {
    .leadership-grid__list>.container {
        width: calc(100% - 4rem)
    }
}

.leader {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    position: relative
}

@media screen and (max-width:63.9375em) {
    .leader {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .leader {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0
    }
}

.leader:hover .leader__image img {
    filter: grayscale(0);
    margin-left: -2%
}

.leader:hover .leader__image .overlay {
    opacity: .33
}

/* .leader:hover .leader__content {
    z-index: 3;
    bottom: 1rem;
    opacity: 1
} */

.leader.leader-join {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 2rem;
    background: #0C2E70;
    margin: 0
}

@media screen and (max-width:63.9375em) {
    .leader.leader-join {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding: 1.5rem 2rem 2rem;
        text-align: center
    }
}

.leader.leader-join:hover .leader__content {
    bottom: initial
}

.leader.leader-join .leader__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    z-index: 3
}

@media screen and (max-width:63.9375em) {
    .leader.leader-join .leader__content {
        text-align: center
    }
}

.leader.leader-join .leader__content p {
    color: #FFF
}

.leader.leader-join .leader-join__title {
    color: #FFF
}

.leader__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.leader__image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    display: block;
    overflow: hidden
}

.leader__image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0C2E70;
    opacity: .6;
    transition: all 0.25s ease;
    z-index: 1
}

.leader__image img {
    width: 105%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-left: 0;
    filter: grayscale(1);
    transition: all 0.25s ease
}

.leader__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 3;
    bottom: 1rem;
    opacity: 1;
    transition: all 0.25s ease
}

.leader__content .leader__title {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.leader__content .leader__title .name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    font: 300 1.4rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.leader__content .leader__title .position {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    text-transform: uppercase;
    font: 700 0.8rem/1.5 arial, sans-serif;
    letter-spacing: .133rem
}

.leader__content .grid-linkedin {
    display: flex;
    align-items: center;
    color: #FFF;
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.leader__content .grid-linkedin svg {
    transform: scale(0.75);
}

.leader__content .leader__title .credentials {
    display: none;
    color: #FFF;
    font: 400 0.8rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.leader__linkedin {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.newsroom-grid {
    width: 100%;
    position: relative;
    padding: 0.5rem 0;
    background-color: rgba(245, 248, 250, .5)
}

.newsroom-grid>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.newsroom-grid .newsroom-grid__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

.newsroom-grid .newsroom-grid__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 0
}

.newsroom-grid .newsroom-grid__description {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .newsroom-grid .newsroom-grid__description {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

.newsroom-grid .newsroom-grid__description span {
    display: block;
    margin-top: 1rem;
    font-style: italic;
    font-size: .925rem
}

.newsroom-grid__list {
    width: 100%;
    padding: 1rem 0 0
}

.newsroom-grid__list>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media screen and (max-width:74.9375em) {
    .newsroom-grid__list>.container {
        width: calc(100% - 6rem);
        margin: 0 auto
    }
}

@media screen and (max-width:63.9375em) {
    .newsroom-grid__list>.container {
        width: calc(100% - 4rem)
    }
}

.news {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 15px 20px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.11);
    background: #FFF;
    overflow: hidden;
}

.news:last-child {
    padding: 1rem;
}

.news:nth-child(6) {
    padding: 10px;
    border: 1px solid #2a3a4b
}

.bluelinks a {
    color: #4791cb
}

@media screen and (max-width:65.563em) {

    .news,
    .news:nth-child(1),
    .news:nth-child(2),
    .news:nth-child(3),
    .news:nth-child(4),
    .news:nth-child(5),
    .news:nth-child(6) {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        left: 0;
        right: 0;
        top: 0;
        margin: 10px
    }
}

@media screen and (max-width:47.9375em) {

    .news,
    .news:nth-child(1),
    .news:nth-child(2),
    .news:nth-child(3),
    .news:nth-child(4),
    .news:nth-child(5),
    .news:nth-child(6) {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        left: 0;
        right: 0;
        top: 0;
        margin: 10px
    }
}

@media screen and (max-width:37.50em) {

    .news,
    .news:nth-child(1),
    .news:nth-child(2),
    .news:nth-child(3),
    .news:nth-child(4),
    .news:nth-child(5),
    .news:nth-child(6) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/* @media screen and (min-width:47.9375em) {
    .news:hover .news__image img {
        filter: grayscale(0);
        margin-top: 2%
    }

    .news:hover .news__image .overlay {
        opacity: 1
    }

    .news:hover .news__content {
        z-index: 3;
        top: 1rem;
        opacity: 1
    }
} */

.news.news-join {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 2rem;
    background: #000;
    margin: 0
}

@media screen and (max-width:63.9375em) {
    .news.news-join {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding: 1.5rem 2rem 2rem;
        text-align: center
    }
}

.news.news-join:hover .news__content {
    bottom: initial
}

.news.news-join .news__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    z-index: 3
}

@media screen and (max-width:63.9375em) {
    .news.news-join .news__content {
        text-align: center
    }
}

.news.news-join .news__content p {
    color: #FFF
}

.news.news-join .news-join__title {
    color: #FFF
}

.news__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.news__image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    display: block;
    overflow: hidden
}

/* .news__image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .1;
    transition: all 0.25s ease;
    z-index: 1
} */

.news__image img {
    width: 105%;
    height: auto;
    display: block;
    height: 170px;
    margin: 0 auto;
    margin-left: 0;
    filter: grayscale(.35);
    transition: all 0.25s ease
}

.news__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    left: 1.5rem;
    right: 1.5rem;
    bottom: -2rem;
    opacity: 0;
    transition: all 0.25s ease
}

.news__content .news__title {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.news__content .news__title .name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    font: 100 1.2rem/1.2 "Lota Grotesque", helvetica, arial, sans-serif
}

.news__image h4 {
    padding: 10px;
    margin: 0;
    font: 600 1rem/1.3 "Lota Grotesque", helvetica, arial, sans-serif
}

.news p {
    font: 400 1rem/1.2rem arial, sans-serif
}

.two-col-list {
    display: table
}

.col-list {
    display: table;
    border-bottom: 1px solid #eee
}

.col-row {
    display: table-row
}

.two-col-list .col-row .col {
    display: table-cell;
    width: 200px;
    line-height: 20px;
    padding: 10px 0
}

.col-list .col-row .col-1 {
    display: table-cell;
    width: 24%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.col-list .col-row .col-2 {
    display: table-cell;
    width: 49%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.col-list .col-row .col-3 {
    display: table-cell;
    width: 74%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.col-list .col-row .col-4 {
    display: table-cell;
    width: 99%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.light-blue {
    background-color: #527293;
    color: #ffffff !important
}

.light-green {
    background-color: #CCEAD7
}

.light-red {
    background-color: #EED6D7
}

.margin-1-vert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.text-right {
    text-align: right !important
}

.no-bg-color {
    background-color: #ffffff !important
}

.correct {
    color: green
}

.incorrect {
    color: red
}

.noborder {
    border: none !important;
}

@media screen and (max-width:37.50em) {

    .news,
    .news:nth-child(1),
    .news:nth-child(2),
    .news:nth-child(3),
    .news:nth-child(4),
    .news:nth-child(5),
    .news:nth-child(6) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:47.9375em) {

    .col-list .col-row .col-1,
    .col-list .col-row .col-2,
    .col-list .col-row .col-3,
    .col-list .col-row .col-4 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100% !important;
    }
}

.list {
    list-style: none
}

.list li {
    padding: .33rem 0;
    display: block;
    border-bottom: 1px solid #f2f2f2
}

.list.list--checkmarks li {
    padding-left: 1.75rem;
    position: relative
}

.list.list--checkmarks li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    bottom: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-size: .9rem
}

.modal {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    z-index: 500;
    display: none
}

.modal.is-active {
    display: block
}

.modal>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%
}

.modal .modal__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font: 400 0.8rem/1 arial, sans-serif;
    letter-spacing: .075rem;
    padding: 0 .2rem .25rem;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease
}

.modal .modal__close:hover {
    border-bottom: 2px solid #fff
}

.modal .modal__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff
}

.modal .modal__content.modal__content--box {
    background: #fff;
    color: #000;
    padding: 5rem 2.5rem;
    box-sizing: border-box;
    min-height: 50vh;
    border-radius: 3px
}

@keyframes modal-video {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }

    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video;
    transition: opacity 0.3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video-inner;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: transform 0.3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
    border-radius: 5px;
    margin-top: -6px
}

.notification {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%;
    position: relative;
    transition: opacity 0.25s ease;
    z-index: 101
}

.notification.is-top {
    background: #333333;
    padding: 1rem 0;
    transition: all 0.25s ease;
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: 200px
}

.notification.is-top.is-hidden {
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.notification.is-top.is-dismissed {
    max-height: 0;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    padding: 0
}

@media screen and (max-width:47.9375em) {
    .notification.is-top .notification__button {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-right: 0;
        padding-left: 0;
        padding-right: 1.75rem;
        text-align: center
    }
}

@media screen and (max-width:47.9375em) {
    .notification.is-top .notification__button a {
        padding: .5rem .75rem;
        font-size: .55rem;
        letter-spacing: .033rem;
        margin: 0 auto
    }
}

@media screen and (max-width:47.9375em) {
    .notification.is-top .notification__title {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-right: 0;
        padding-left: 0
    }

    .notification.is-top .notification__title span {
        font: 600 0.75rem/1.5 arial, sans-serif;
        padding-right: .33rem;
        padding-left: .33rem;
        color: #ffffff;
    }
}

@media screen and (max-width:63.9375em) {
    .notification.is-top .notification__title .notification__title-icon {
        display: inline-block
    }
}

.notification.is-top .notification__title .notification__title-icon img {
    width: 25px
}

.notification.is-bottom {
    background: #7d8e97;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 0;
    transition: all 0.25s ease;
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: 200px
}

.notification.is-bottom.is-hidden {
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.notification.is-bottom.is-dismissed {
    max-height: 0;
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    padding: 0
}

.notification.is-bottom .notification__title {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    align-self: center;
    color: #FFF;
    width: auto;
    -ms-flex: none;
    flex: none;
    text-align: left;
    padding-right: 2rem;
    font: 600 1.2rem/2 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 0
}

@media screen and (max-width:47.9375em) {
    .notification.is-bottom .notification__title {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0
    }
}

.notification.is-bottom .notification__title span {
    font: 400 1.05rem/1.33 "Lota Grotesque", helvetica, arial, sans-serif;
    padding-left: 3.5rem
}

@media screen and (max-width:47.9375em) {
    .notification.is-bottom .notification__title span {
        padding: 0;
        font: 400 0.9rem/1.33 "Lota Grotesque", helvetica, arial, sans-serif
    }
}

.notification.is-bottom .notification__title-icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto
}

.notification.is-bottom .notification__title-icon img {
    position: relative;
    width: auto;
    height: 20px;
    display: block
}

.notification.is-hidden {
    opacity: 0;
    padding: 0 0;
    max-height: 0
}

.notification>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    max-width: calc(100% - 2rem)
}

@media screen and (max-width:63.9375em) {
    .notification>.container {
        max-width: calc(100% - 4rem);
        box-sizing: border-box;
        padding: 0
    }
}

@media screen and (max-width:47.9375em) {
    .notification>.container {
        max-width: calc(100% - 1rem)
    }
}

.notification .notification__title {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
    -ms-flex: none;
    flex: none;
    text-align: right;
    padding-right: 2rem;
    font: 600 1.2rem/2 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 0
}

.notification .notification__title span {
    color: #ffffff;
    display: inline-block;
    font: 600 1.2rem/1rem "Lota Grotesque", helvetica, arial, sans-serif;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 1rem
}

.notification .notification__title-icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto
}

@media screen and (max-width:63.9375em) {
    .notification .notification__title-icon {
        display: none
    }
}

.notification .notification__title-icon img {
    position: relative;
    width: 37px;
    height: auto;
    display: block
}

.notification .notification__button {
    display: inline-block;
    width: auto;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (max-width:47.9375em) {
    .notification .notification__button {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
        padding-left: 1rem
    }
}

.notification .notification__button a {
    border-radius: 6px;
    letter-spacing: .085rem
}

@media screen and (max-width:47.9375em) {
    .notification .notification__button a {
        font-size: .6rem;
        padding: .85rem .75rem
    }
}

.notification .notification__close {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 40px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 9999;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:63.9375em) {
    .notification .notification__close {
        right: .5rem
    }
}

@media screen and (max-width:47.9375em) {
    .notification .notification__close {
        right: 0rem
    }
}

.notification .notification__close:hover {
    cursor: pointer
}

.notification .notification__close svg {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.25s ease;
    z-index: 9999
}

.notification .notification__close svg:hover {
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.solution {
    padding-top: 2rem
}

.page-header {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
    z-index: 8;
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.page-header .page-header__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    z-index: 1;
    background: #0C2E70
}

.page-header .page-header__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    z-index: 2;
    width: 100%;
    z-index: 10
}

.page-header .page-header__content.page-header__content--center .page-header__title {
    text-align: center
}

.page-header .page-header__content.page-header__content--center .page-header__subtitle {
    text-align: center;
    margin: .5rem auto 0
}

.page-header .page-header__content>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media screen and (max-width:74.9375em) {
    .page-header .page-header__content>.container {
        width: calc(100% - 6rem)
    }
}

@media screen and (max-width:63.9375em) {
    .page-header .page-header__content>.container {
        width: calc(100% - 4rem)
    }
}

@media screen and (max-width:47.9375em) {
    .page-header .page-header__content>.container {
        width: calc(100% - 3rem)
    }
}

.page-header .page-header__category {
    background: #FFF;
    padding: 0;
    font: 600 0.925rem/1.25 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 0 0;
    color: #003EDD;
    text-transform: uppercase;
    letter-spacing: .2rem;
    display: inline-block;
    border-radius: 30px
}

.page-header .page-header__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    color: white;
    text-align: left;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width:47.9375em) {
    .page-header .page-header__title {
        font-size: 2rem;
        line-height: 1.1
    }
}

.page-header .page-header__subtitle {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin: .5rem 0 0;
    position: relative;
    color: white;
    text-align: left;
    z-index: 10;
    font: 400 1.25rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width:47.9375em) {
    .page-header .page-header__subtitle {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.page-header .page-header__breadcrumbs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .75rem 0;
    box-sizing: border-box;
    background: #527293;
    z-index: 9
}

.page-header .page-header__breadcrumbs>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.page-header .page-header__breadcrumbs span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #141c23;
    box-sizing: border-box;
    line-height: 1
}

.page-header .page-header__breadcrumbs span:first-of-type a {
    padding-left: 0
}

.page-header .page-header__breadcrumbs span a,
.page-header .page-header__breadcrumbs span strong {
    font-weight: 300;
    letter-spacing: .05rem;
    color: #141c23;
    padding: 0 .5rem
}

.page-links {
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(51, 71, 91, .1)
}

.page-links.page-links--2>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

.page-links.page-links--3>.container {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0
}

.page-links.page-links--3 .link-group {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding: 2rem 3rem
}

@media screen and (max-width:63.9375em) {
    .page-links.page-links--3 .link-group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.page-links>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.page-links .link-group {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    border-right: 1px solid rgba(51, 71, 91, .1);
    padding: 2rem 3rem
}

@media screen and (max-width:63.9375em) {
    .page-links .link-group {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(51, 71, 91, .1)
    }
}

.page-links .link-group:last-of-type {
    border-right: 0
}

.page-links .link-group__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 1rem
}

.page-links .link-group__links {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.page-links .link-group__link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 400 1rem/1.5 arial, sans-serif;
    padding: .2rem 0;
    transition: all 0.25s ease;
    opacity: 1
}

@media screen and (max-width:63.9375em) {
    .page-links .link-group__link {
        display: inline-block;
        margin-right: 1rem;
        width: auto;
        -ms-flex: 0;
        flex: 0;
        white-space: nowrap
    }
}

.page-links .link-group__link:hover {
    opacity: .7
}

.pagination {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 0
}

.pagination .page-numbers {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    font: 500 1rem/2.8 arial, sans-serif;
    color: #000;
    border-radius: .1rem;
    letter-spacing: .033rem;
    margin: 0 .75rem 0;
    opacity: .5
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: center;
    align-self: center;
    width: 50px;
    margin: 0
}

.pagination .page-numbers.next svg,
.pagination .page-numbers.prev svg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.pagination .page-numbers.next {
    padding-left: 1rem
}

.pagination .page-numbers.prev {
    padding-right: 1rem
}

.pagination .page-numbers.current {
    color: #000;
    position: relative;
    -ms-transform: scale(1.33);
    transform: scale(1.33);
    opacity: 1
}

.post__share {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.post__share li {
    list-style: none
}

.partners {
    width: 100%;
    padding: 2rem 0;
    background: rgba(245, 248, 250, .5);
    background: #003EDD;
    position: relative
}

/* .partners:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000 url(../../img/waves.svg) no-repeat center top/cover;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .4;
    z-index: 0
}

.partners:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000 url(../../img/waves.svg) no-repeat center top/350%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .4;
    z-index: 0
} */

.partners>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 5
}

.partners .partners__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #FFF;
    margin-top: 0
}

.partners .partners__description {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:74.9375em) {
    .partners .partners__description {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .partners .partners__description {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .partners .partners__description {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.partners .partners__description p {
    color: rgba(255, 255, 255, .75)
}

.partners__navigation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 2rem 0 1rem;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:47.9375em) {
    .partners__navigation {
        padding-bottom: 1rem
    }
}

.partners__navigation>.container {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partners__navigation li {
    list-style: none;
    margin: 0 1.25rem;
    color: #FFF;
    font: 600 1.25rem/1.5 arial, sans-serif;
    position: relative;
    padding: 0 .5rem;
    cursor: pointer;
    opacity: .75
}

@media screen and (max-width:47.9375em) {
    .partners__navigation li {
        font-size: .9rem;
        margin: 0 .5rem
    }
}

.partners__navigation li:after {
    content: '';
    position: absolute;
    bottom: calc(50% - 3px);
    left: -10px;
    height: 6px;
    width: 6px;
    border-radius: 50%
}

.partners__navigation li.is-active {
    opacity: 1;
    color: #FFF
}

.partners__navigation li.is-active:after {
    background: #84FFC4
}

.partners__list {
    width: 100%;
    padding: 0rem 0;
    position: relative;
    z-index: 4
}

.partners__list>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%
}

.partners__list .partner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0rem 2rem 1rem 2rem;
    border-radius: 2px;
    text-align: center;
    font: 600 0.925rem/1 arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.partners__list .partner:focus,
.partners__list .partner:active {
    outline: 0
}

.partners__list .partner__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 2.5rem 0;
    color: #FFF
}

.partners__list .partner__logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.partners__list .partner__logo img {
    width: 160px;
    height: 130px;
    object-fit: contain;
    display: block;
    transition: all 0.25s ease;
    -webkit-filter: brightness(0) invert(1);
    margin: -1rem auto
}

.partners__list .partner__category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font: 600 0.7rem/1 arial, sans-serif;
    letter-spacing: .25rem;
    padding: 1rem 0 0;
    color: rgba(255, 255, 255, .4);
    display: none
}

.partners__button {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 3rem 0 0
}

.partners__button>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-list {
    margin: 0 auto
}

.recommended-resource {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5rem 3rem 2.5rem;
    border-radius: 5px
}

@media screen and (max-width:47.9375em) {
    .recommended-resource {
        padding: 3.5rem 2.25rem 3rem
    }
}

.recommended-resource .recommended-resource__label {
    display: inline-block;
    position: relative;
    z-index: 4;
    background: #B1B9FF;
    color: #000;
    text-align: center;
    position: absolute;
    top: -.75rem;
    left: 50%;
    border-radius: 3px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .5rem 1rem;
    text-transform: uppercase;
    font: 600 0.7rem/1 arial, sans-serif;
    letter-spacing: .15rem
}

@media screen and (max-width:47.9375em) {
    .recommended-resource .recommended-resource__label {
        white-space: nowrap
    }
}

.recommended-resource .recommended-resource__background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px
}

.recommended-resource .recommended-resource__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 71, 91, .7);
    z-index: 2;
    border-radius: 5px
}

.recommended-resource .recommended-resource__type {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: .5rem;
    position: relative;
    z-index: 4;
    color: #FFF;
    font: 400 1.05rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.recommended-resource .recommended-resource__type svg {
    position: relative;
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    height: 20px;
    width: auto;
    margin-right: .4rem
}

.recommended-resource .recommended-resource__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    font: 600 1.85rem/1.4 "Lota Grotesque", helvetica, arial, sans-serif;
    position: relative;
    z-index: 3;
    margin-bottom: 3rem
}

@media screen and (max-width:47.9375em) {
    .recommended-resource .recommended-resource__title {
        font-size: 1.55rem
    }
}

.recommended-resource .recommended-resource__title a {
    color: #FFF
}

.recommended-resource .recommended-resource__link {
    position: relative;
    display: inline-block;
    z-index: 4
}

@media screen and (max-width:47.9375em) {
    .recommended-resource .recommended-resource__link {
        font-size: 1rem
    }
}

.reveal {
    font: 400 1.1rem/1.5rem Butler, helvetica, arial, sans-serif;
    color: #000
}

.reveal.is-active p:not(.reveal__button) {
    display: block
}

.reveal p:not(.reveal__button) {
    display: none
}

.reveal a {
    color: #000
}

.reveal p:empty {
    display: none
}

.reveal .reveal__button a i {
    margin-left: .25rem
}

.sidebar {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:47.9375em) {
    .sidebar {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 5rem
    }
}

.sidebar .sidebar__widget {
    display: block;
    clear: both
}

.sidebar .sidebar__widget:after {
    clear: both;
    display: table;
    content: ''
}

.sidebar .sidebar__widget:first-of-type .sidebar__widget-title {
    margin-top: 0
}

.sidebar .sidebar__widget .sidebar__widget-title {
    position: relative;
    padding: 0 0 .66rem;
    margin: 1.75rem 0 1rem
}

.sidebar .sidebar__widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidebar .sidebar__widget ul li {
    margin: 0 0 1.25rem
}

.sidebar .sidebar__widget p,
.sidebar .sidebar__widget ul,
.sidebar .sidebar__widget li,
.sidebar .sidebar__widget a {
    font: 300 1rem/1 arial, sans-serif;
    letter-spacing: .085rem
}

.sidebar .sidebar__widget .search-form {
    position: relative
}

.sidebar .sidebar__widget .search-form input[type="submit"] {
    position: absolute;
    top: .5rem;
    right: 0rem;
    bottom: 1.5rem;
    padding: 0 .5rem;
    margin: 0
}

.similar-posts {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #f2f2f2;
    margin: 2.5em auto 0;
    padding: 1.5em 0
}

.similar-posts .similar-posts__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 1rem 0 2.5rem;
    text-align: center
}

.similar-posts .similar-post {
    -ms-flex: 0 0 47.91667%;
    flex: 0 0 47.91667%;
    max-width: 47.91667%;
    padding-right: 0;
    padding-left: 0
}

.similar-posts .similar-post:nth-of-type(1) {
    margin-right: calc((100% / 12) * 0.25)
}

.similar-posts .similar-post:nth-of-type(2) {
    margin-left: calc((100% / 12) * 0.25)
}

.similar-posts .similar-post .similar-post__image {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    min-height: 200px;
    border-radius: 3px;
    padding: 2rem;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.similar-posts .similar-post .similar-post__image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 71, 91, .9);
    border-radius: 3px
}

.similar-posts .similar-post .similar-post__image img {
    display: block;
    width: 100%;
    height: auto
}

.similar-posts .similar-post .similar-post__image .button,
.similar-posts .similar-post .similar-post__image .awards__list .award.award--show-more .award__button,
.awards__list .award.award--show-more .similar-posts .similar-post .similar-post__image .award__button,
.similar-posts .similar-post .similar-post__image .awards__button a,
.awards__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .career-opportunities__button a,
.career-opportunities__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .checklist__button>a,
.similar-posts .similar-post .similar-post__image .post-comments-container .form-submit input[type="submit"],
.post-comments-container .form-submit .similar-posts .similar-post .similar-post__image input[type="submit"],
.similar-posts .similar-post .similar-post__image .content-media__button a,
.content-media__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .customers .customers__button a,
.customers .customers__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .content-types .content-type__button a,
.content-types .content-type__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .content-types .content-post .content-post__button a,
.content-types .content-post .content-post__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .filter-box__form input[type="submit"],
.filter-box__form .similar-posts .similar-post .similar-post__image input[type="submit"],
.similar-posts .similar-post .similar-post__image form input[type="submit"],
form .similar-posts .similar-post .similar-post__image input[type="submit"],
.similar-posts .similar-post .similar-post__image .grid__button>a,
.similar-posts .similar-post .similar-post__image .grid-highlight__button>a,
.similar-posts .similar-post .similar-post__image .hero .hero-item__buttons a,
.hero .hero-item__buttons .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .leader.leader-join .leader-join__button a,
.leader.leader-join .leader-join__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .notification .notification__button a,
.notification .notification__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .partners__button a,
.partners__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .recommended-resource .recommended-resource__link,
.recommended-resource .similar-posts .similar-post .similar-post__image .recommended-resource__link,
.similar-posts .similar-post .similar-post__image .header .header__bottom .menu-item.is-button>a,
.header .header__bottom .similar-posts .similar-post .similar-post__image .menu-item.is-button>a,
.similar-posts .similar-post .similar-post__image .footer .widget .menu .menu-item.is-button a,
.footer .widget .menu .menu-item.is-button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .template-events .events__list .event__button a,
.template-events .events__list .event__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image body.index .post__button a,
body.index .post__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image body.search .post__button a,
body.search .post__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image body.archive .post__button a,
body.archive .post__button .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .single.single-leadership .page-header .page-header__link a,
.single.single-leadership .page-header .page-header__link .similar-posts .similar-post .similar-post__image a,
.similar-posts .similar-post .similar-post__image .single.single-resource .resource-form .resource-form__form .gform_button,
.single.single-resource .resource-form .resource-form__form .similar-posts .similar-post .similar-post__image .gform_button,
.similar-posts .similar-post .similar-post__image .single.single-solution .solution__resource .resource__link,
.single.single-solution .solution__resource .similar-posts .similar-post .similar-post__image .resource__link {
    padding: .5rem .75rem;
    font: 400 0.75rem/0.725 "Lota Grotesque", helvetica, arial, sans-serif
}

.similar-posts .similar-post .similar-post__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.similar-posts .similar-post .similar-post__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    position: relative;
    margin: 0 0 .5rem;
    font-size: 1.5rem
}

.social-links {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.social-links li {
    list-style: none;
    display: inline-block;
    list-style: none;
    margin: 0 1rem 0 0
}

.header {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9000
}

.header .header__top {
    width: 100%;
    padding: .2rem 0 .5rem;
    background: #FFF
}

@media screen and (max-width:47.9375em) {
    .header .header__top {
        display: none
    }
}

.header .header__top>.container {
    width: 100%
}

@media screen and (max-width:74.9375em) {
    .header .header__top>.container {
        width: calc(100% - 6rem)
    }
}

.header .header__top .social-links {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
    margin: 0;
    padding: 0
}

.header .header__top .social-links .social-link {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 .8rem
}

.header .header__top .social-links .social-link:last-of-type {
    margin-right: .15rem
}

.header .header__top .social-links .social-link a {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: center;
    align-self: center
}

.header .header__top .social-links .social-link svg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto;
    height: 16px;
    color: #000
}

.header .header__top .top-nav {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    list-style: none
}

.header .header__top .top-nav>.menu-item {
    margin: 0 1rem
}

.header .header__top .top-nav>.menu-item:last-of-type {
    margin-right: 0
}

.header .header__top .top-nav>.menu-item.current-menu-item a {
    color: #003EDD
}

.header .header__top .top-nav>.menu-item a {
    color: #003EDD;
    font: 400 0.75rem/1 arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600
}

.header .header__top .top-nav>.menu-item a:hover {
    color: #003EDD
}

.header .scrollmagic-pin-spacer {
    min-height: 0 !important
}

.header .header__bottom {
    position: relative;
    width: 100%;
    padding: 0 0 0;
    background: #003EDD;
    transition: all 0s ease
}

.header .header__bottom:after {
    content: '';
    position: absolute;
    top: calc(100% - 6px);
    width: 100%;
    height: 5px;
    box-shadow: 0px 4px 5px 1px #0000001a;
    pointer-events: none;
    z-index: 9999;
}

@media screen and (max-width:63.9375em) {
    .header .header__bottom {
        padding: .66rem 0;
        box-shadow: 0px 4px 5px 1px #0000001a;
    }

    .header .header__bottom:after {
        display: none;
    }
}

.header .header__bottom.is-sticky {
    border-bottom: 1px solid rgba(51, 71, 91, .1);
    padding: 0rem 0 0
}

@media screen and (max-width:63.9375em) {
    .header .header__bottom.is-sticky {
        padding: .5rem 0
    }
}

.header .header__bottom.is-sticky .logo a {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%
}

.header .header__bottom.is-sticky .logo img {
    max-height: 60px;
    padding-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .header .header__bottom.is-sticky .logo img {
        max-height: 72px
    }
}

.header .header__bottom>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media screen and (max-width:63.9375em) {
    .header .header__bottom .main-nav {
        max-height: 0
    }
}

.header .header__bottom .main-nav>.menu-item {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

@media screen and (max-width:74.9375em) {
    .header .header__bottom .main-nav>.menu-item {
        margin: 0 .75rem
    }
}

.header .header__bottom .menu-item>a {
    color: #FFF;
    display: block;
    font: 400 1rem/1.5 arial, sans-serif;
    letter-spacing: .025rem;
    padding: 0;
    transition: all 0.2s ease
}

.header .header__bottom .menu-item>a:hover {
    color: #84FFC4
}

.header .header__bottom .menu-item.is-button>a,
.page-zema-marketplace .call-to-action.page-header .call-to-action__content a {
    font: 400 0.95rem/0.9 arial, sans-serif;
    text-transform: none;
    letter-spacing: .025rem;
    color: #000 !important;
    background: #84FFC4;
    border-color: #84FFC4;
}

.header .header__bottom .menu-item.is-button>a:hover {
    color: #000 !important
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega {
    position: initial
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega:hover>.sub-menu {
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-height: none;
    gap: 0.5rem;
}

@media screen and (max-width:63.9375em) {
    .header .header__bottom .menu-item.menu-item-has-children.is-mega:hover>.sub-menu {
        max-height: none
    }
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    padding: 0 calc(50vw - 37.5rem);
    max-height: 0;
    overflow: hidden;
    background: #0C2E70;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega:not(.is-multisub)>.sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width:63.9375em) {
    .header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu {
        background: transparent
    }
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 2.8rem;
    background: #FFF
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu:hover {
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 500px;
    overflow: visible
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item {
    background: transparent;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 0;
    border-radius: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all 0.2s ease;
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item:not(.menu-item-has-children):hover {
    background: #003EDD;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 0;
    border-radius: 0;
    -ms-flex-align: start;
    align-items: flex-start
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item:last-of-type {
    border-right: 0
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.menu-item-has-children>.sub-menu {
    display: none;
    border-radius: 0
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title {
    padding: 1rem 1.25rem;
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title:first-of-type {
    border-radius: 0 0 0 5px
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title:last-of-type {
    border-radius: 0 0 5px 0
}

.header:not(.mobile-active) .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title:hover>.sub-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem;
    width: 100%;
    background: #103A8F;
    padding: 1rem;
    padding-left: calc((100% / 12) * 2.75);
    padding-right: calc((100% / 12) * 2.75);
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 0px 4px 5px 1px #0000001a;
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title:hover>a:before {
    display: block
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font: 600 1.05rem/1.4 arial, sans-serif;
    cursor: default;
    position: relative
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega.is-company>.sub-menu>.menu-item.is-title>a,
.header .header__bottom .menu-item.menu-item-has-children.is-mega.is-deployment>.sub-menu>.menu-item.is-title>a {
    cursor: pointer !important
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>a:before {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    bottom: -15px;
    width: 15px;
    height: 15px;
    background: #103A8F;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega.is-deployment>.sub-menu>.menu-item.is-title>a:before,
.header .header__bottom .menu-item.menu-item-has-children.is-mega.is-company>.sub-menu>.menu-item.is-title>a:before {
    background: none;
    height: 0;
    width: 0
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 1rem;
    border-radius: 0;
    display: none
}

@media screen and (max-width:63.9375em) {
    .header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu.sub-menu--is-open {
        display: block;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0 auto;
        position: relative;
        -ms-flex: none;
        flex: none
    }
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu.sub-menu--is-open .menu-item {
    text-align: left
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu>.menu-item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: transparent;
    border: 0;
    position: relative;
    display: flex;
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu>.menu-item a {
    font: 400 0.9rem/1.4 arial, sans-serif;
    padding: .5rem 1rem;
    transition: all 0.25s ease;
    white-space: normal
}

.header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu>.menu-item a:hover {
    background: #003EDD;
    color: #FFF
}

.header .logo {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:63.9375em) {
    .header .logo {
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        padding-right: 0;
        padding-left: 0
    }
    .header .header__bottom .menu-item.menu-item-has-children.is-mega>.sub-menu>.menu-item.is-title>.sub-menu>.menu-item a:hover {
        background: transparent;
    }
}

@media screen and (max-width:47.9375em) {
    .header .logo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0
    }
}

.header .logo a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .logo a:focus,
.header .logo a:active {
    outline: none;
    outline: 0
}

.header .logo img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    width: auto;
    height: auto;
    max-height: 62px;
    margin: 0;
    transition: all 0.5s ease
}

@media screen and (max-width:63.9375em) {
    .header .logo img {
        height: auto;
        max-height: 48px;
    }
}

.header .menu {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.header .main-nav {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    text-align: right
}

.header .main-nav>.menu-item {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    display: inline-block;
    margin: 0 1.66rem;
    padding: 0;
    transition: all 0.33s ease
}

.header .main-nav>.current_page_item a,
.header .main-nav>.current-menu-ancestor a,
.header .main-nav>.sub-menu .current-menu-ancestor a,
.header .header__bottom .current-menu-ancestor.menu-item-has-children.is-mega>.sub-menu>.current-menu-parent.is-title>a,
.header .header__bottom .current-menu-ancestor.menu-item-has-children.is-mega>.sub-menu>.current-menu-ancestor.is-title>.sub-menu>.current-menu-item a {
    color: #84FFC4
}

.header .main-nav>.menu-item:last-of-type {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.header .main-nav>.menu-item.menu-item-has-children {
    transition: 0.5s ease;
    padding-right: 15px;
    position: relative
}

.header .main-nav>.menu-item.menu-item-has-children>a {
    position: relative
}

.header .main-nav>.menu-item.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    background: transparent url(../../img/triangle-drop-down.svg) no-repeat 0 0/10px;
    top: 10px;
    right: -22px;
    width: 10px;
    height: 5px
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 1.25rem;
    left: -1em;
    background: transparent;
    text-align: left;
    padding: 1rem 0 0 0;
    width: auto;
    min-width: 175px;
    opacity: 0;
    z-index: 1001;
    transition: opacity 0.5s ease 0.1s
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu:hover {
    opacity: 1;
    display: block
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    background: white;
    width: auto;
    display: block;
    text-align: left;
    cursor: pointer
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li > ul {
    cursor: default;
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li:first-child {
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #f0f0f0
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #f0f0f0
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li:hover {
    background: #f7f7f7;
    -ms-transform: none;
    transform: none
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li a {
    color: #FFF;
    padding: 0.5rem 1.25rem;
    display: block;
    white-space: nowrap;
    cursor: pointer
}

.header .main-nav>.menu-item.menu-item-has-children .sub-menu li:not(.menu-item-has-children) a:hover {
    color: #f3f6fe;
}

.header .main-nav>.menu-item.menu-item-has-children:hover {
    opacity: 1
}

.header .main-nav>.menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1
}

.header .main-nav>.menu-item.menu-item-has-children:hover .sub-menu:hover {
    display: block;
    opacity: 1
}

.header .main-nav>.menu-item:last-child {
    margin-right: 0
}

.header .main-nav>.menu-item.current-menu-item:not('.is-button')>a {
    color: #003EDD
}

.validation_error {
    color: #003EDD;
    margin: 0 0 10px;
    border: 1px dotted #003EDD;
    padding: 10px;
    font-size: 20px;
    text-align: center
}

.gform_confirmation_message {
    color: #209740;
    margin: 50px 0 10px;
    border: 1px dotted #209740;
    padding: 10px;
    font-size: 20px;
    text-align: center
}

.current_page_item,
.current-menu-ancestor {
    color: #84FFC4
}

.current_page_item>a {
    color: #84FFC4 !important
}

.Footer-Slidebox {
    position: fixed;
    right: 0;
    bottom: -220px;
    top: inherit;
    left: inherit;
    z-index: 999
}

.zema-circle .content-media__image img {
    max-width: 450px !important;
    display: inline-block;
    float: right
}

.Slidenotification {
    width: 265px;
    height: auto;
    position: relative;
    display: block;
    padding: 12px;
    margin: 20px;
    text-align: left;
    background-color: #B1B9FF;
    box-shadow: 0px 0px 15px #00000033;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.75s, height 0s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    transition-timing-function: cubic-bezier(.25, 1.37, .44, .93);
}

.close-slidebox {
    text-align: right;
    float: right;
    cursor: pointer;
    z-index: 1000;
}

.close-slidebox svg {
    color: #0C2E70;
}

.Slidenotification .button {
    width: 100%;
}

.Slidenotification h4 {
    margin-top: 0;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9
}

@media screen and (max-width:47.9375em) {
    .header.sticky {
        padding: .6em 0
    }
}

.header.sticky .logo {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0
}

.header.sticky .logo a {
    color: white
}

.header.sticky .logo a img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: .35em auto
}

.header.sticky .menu {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.header.sticky .menu.menu--left {
    float: left
}

.header.sticky .menu.menu--left .main-nav {
    text-align: left
}

.header.sticky .menu.menu--right {
    float: right
}

.header.sticky .menu.menu--right .main-nav {
    text-align: right
}

.header.sticky .menu .main-nav {
    display: block;
    clear: both;
    padding: 0;
    margin: 0
}

.header.sticky .menu .main-nav li {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    padding: 5px 0;
    text-align: right;
    transition: all 0.2s ease 0.1s
}

.header.sticky .menu .main-nav li a {
    color: #333;
    display: block;
    font-family: arial, sans-serif;
    font-weight: 400;
    font-size: .75em;
    letter-spacing: .1em;
    padding: 0 .25em;
    text-transform: uppercase;
    transition: all 0.2s ease
}

.header.sticky .menu .main-nav li a:after {
    content: '';
    display: block;
    background: #333;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: 50%;
    transition: all 0.25s ease
}

.header.sticky .menu .main-nav li a:hover:after {
    width: 100%;
    left: 0%;
    margin-left: 0%;
    right: 0%
}

.header.sticky .menu .main-nav li.menu-item-has-children {
    transition: 0.5s ease;
    padding-right: 15px
}

.header.sticky .menu .main-nav li.menu-item-has-children:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #333;
    position: absolute;
    top: 5px;
    right: 0
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: -1em;
    background: transparent;
    text-align: left;
    padding: 30px 0 0;
    width: auto;
    min-width: 175px;
    opacity: 0;
    z-index: 1001;
    transition: all 0.5s ease 0.1s
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu:hover {
    opacity: 1;
    display: block
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin: 0;
    background: white;
    width: auto;
    display: block;
    text-align: left;
    cursor: pointer
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:first-child {
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #f0f0f0
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #f0f0f0
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:hover {
    background: #f7f7f7;
    -ms-transform: none;
    transform: none
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a {
    color: #333;
    padding: .75em 4em .75em 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: .15em
}

.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a:after,
.header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a:before {
    display: none
}

.header.sticky .menu .main-nav li.menu-item-has-children:hover {
    opacity: 1
}

.header.sticky .menu .main-nav li.menu-item-has-children:hover .sub-menu {
    display: block !important;
    opacity: 1
}

.header.sticky .menu .main-nav li.menu-item-has-children:hover .sub-menu:hover {
    display: block;
    opacity: 1
}

.header.sticky .menu .main-nav li:last-child {
    margin-right: 0
}

.header.sticky .menu .main-nav li.current-menu-parent:not(.btn) a:after,
.header.sticky .menu .main-nav li.current-menu-parent:not(.brv-cart-item) a:after,
.header.sticky .menu .main-nav li.current-page-ancestor:not(.btn) a:after,
.header.sticky .menu .main-nav li.current-page-ancestor:not(.brv-cart-item) a:after {
    content: '';
    position: absolute;
    background: #333;
    width: 96%;
    height: 2px;
    left: 2%;
    bottom: -5px;
    transition: all 0.25s ease
}

.header.sticky .menu .main-nav li.current-menu-parent .sub-menu .current_page_item a:after,
.header.sticky .menu .main-nav li.current-menu-parent .sub-menu .current_page_item a:before,
.header.sticky .menu .main-nav li.current-page-ancestor .sub-menu .current_page_item a:after,
.header.sticky .menu .main-nav li.current-page-ancestor .sub-menu .current_page_item a:before {
    display: none
}

.header.sticky .menu .main-nav li.current-menu-item a:after {
    content: '';
    display: block;
    background: #333;
    width: 20px;
    margin-left: -10px;
    left: 50% !important
}

.header.sticky .menu .main-nav li.current-menu-item:hover a:after {
    width: 30px !important;
    margin-left: -15px;
    left: 50% !important
}

.header.sticky .menu .main-nav li.btn a:hover:before,
.header.sticky .menu .main-nav li.btn a:hover:after {
    display: none
}

.header.sticky .menu .main-nav li:not(.btn) a:after,
.header.sticky .menu .main-nav li:not(.current-menu-item) a:after,
.header.sticky .menu .main-nav li:not(.current-page-ancestor) a:after,
.header.sticky .menu .main-nav li:not(.menu-item-has-children) a:after {
    content: '';
    position: absolute;
    background: #333;
    left: 0%;
    bottom: 0
}

.header.sticky .menu .main-nav li:not(.btn) a:hover:after,
.header.sticky .menu .main-nav li:not(.current-menu-item) a:hover:after,
.header.sticky .menu .main-nav li:not(.current-page-ancestor) a:hover:after,
.header.sticky .menu .main-nav li:not(.menu-item-has-children) a:hover:after {
    width: 92%;
    left: 4%
}

.header .header__bottom.is-sticky .menu-icon {
    top: 1rem
}

@media screen and (max-width:63.9375em) {
    .header .menu {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        -ms-flex-item-align: center;
        align-self: center;
        height: 100%
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        opacity: 0;
        visibility: hidden;
        z-index: -1
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(1) {
        transition-delay: 0.075s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(2) {
        transition-delay: 0.15s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(3) {
        transition-delay: 0.225s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(4) {
        transition-delay: 0.3s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(5) {
        transition-delay: 0.375s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(6) {
        transition-delay: 0.45s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(7) {
        transition-delay: 0.525s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(8) {
        transition-delay: 0.6s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(9) {
        transition-delay: 0.675s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(10) {
        transition-delay: 0.75s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(11) {
        transition-delay: 0.825s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(12) {
        transition-delay: 0.9s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(13) {
        transition-delay: 0.975s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item:nth-child(14) {
        transition-delay: 1.05s
    }
}

@media screen and (max-width:63.9375em) {
    .header .menu .main-nav .menu-item {
        clear: both;
        text-align: center;
        padding: .5em 0;
        opacity: 0;
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
        transition: all 0.75s ease;
        display: block;
        position: relative
    }
}

.header .menu-icon {
    width: 40px;
    height: 25px;
    border: none;
    background: transparent;
    position: absolute;
    top: 1.3rem;
    right: 1.5rem;
    cursor: pointer;
    padding: 0;
    display: none;
    float: right;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #000
}

@media screen and (max-width:63.9375em) {
    .header .menu-icon {
        display: block
    }
}

.header .menu-icon:focus,
.header .menu-icon:active {
    outline: none
}

.header .menu-icon:after,
.header .menu-icon:before,
.header .menu-icon span {
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    display: block;
    background: #FFF
}

.header .menu-icon:after,
.header .menu-icon:before {
    content: '';
    transition: 0.3s width 0.4s
}

.header .menu-icon:after {
    top: 0;
    left: 0;
    margin-top: 0
}

.header .menu-icon:before {
    bottom: 0;
    right: 0;
    margin-bottom: 0
}

.header .menu-icon span {
    top: 50%;
    margin-top: -2px;
    transition: transform 0.3s
}

.header .menu-icon span:before {
    content: '';
    background: #FFF;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    transition: transform 0.3s
}

.header .menu-icon.is-active:after {
    transition: all 0.2s;
    width: 0%;
    left: 0
}

.header .menu-icon.is-active:before {
    transition: all 0.2s;
    width: 0%;
    right: 0
}

.header .menu-icon.is-active span {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s transform 0.4s
}

.header .menu-icon.is-active span:before {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: 0.3s transform 0.4s
}

.header.mobile-active {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .975);
    animation-name: menuFade;
    animation-duration: 0.5s;
    animation-timing-function: ease
}

.header.mobile-active .notifications-bar {
    display: none
}

.header.mobile-active .header__top {
    display: none
}

.header.mobile-active .scrollmagic-pin-spacer {
    height: 100vh !important
}

.header.mobile-active .header__bottom {
    height: calc(100vh - 0.5rem);
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: scroll
}

.header.mobile-active .header__bottom>.container {
    padding: 0;
    -ms-flex-align: start;
    align-items: flex-start
}

.header.mobile-active .logo {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    padding-right: 0;
    padding-left: 0
}

.header.mobile-active .logo a img {
    display: block;
    height: auto;
    width: 100%
}

.header.mobile-active .menu {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 3rem 0
}

.header.mobile-active .menu .main-nav {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    max-height: none
}

@media screen and (max-width:63.9375em) {
    .header.mobile-active .menu .main-nav {
        max-width: calc(100% - 6rem);
        margin: 0 auto
    }
}

@media screen and (max-width:47.9375em) {
    .header.mobile-active .menu .main-nav {
        max-width: 100%
    }
}

.header.mobile-active .menu .main-nav>.menu-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0;
    border-bottom: 1px solid #ccd8f8
}

.header.mobile-active .menu .main-nav>.menu-item a {
    display: block;
    font-size: 1rem;
    text-align: left
}

@media screen and (max-width:63.9375em) {
    .header.mobile-active .menu .main-nav>.menu-item a {
        font-size: 1.65rem
    }
}

@media screen and (max-width:47.9375em) {
    .header.mobile-active .menu .main-nav>.menu-item a {
        font-size: 1.5rem
    }
}

.header.mobile-active .menu .main-nav>.menu-item li:hover,
.header.mobile-active .menu .main-nav>.menu-item a:hover {
    -ms-transform: none;
    transform: none;
    opacity: .8
}

.header.mobile-active .menu .main-nav>.menu-item:hover {
    -ms-transform: none;
    transform: none
}

.header.mobile-active .menu .main-nav>.menu-item:hover li,
.header.mobile-active .menu .main-nav>.menu-item:hover a {
    -ms-transform: none;
    transform: none
}

.header.mobile-active .menu .main-nav>.menu-item.is-button {
    border-bottom: 0
}

.header.mobile-active .menu .main-nav>.menu-item.is-button>a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 2rem auto 0;
    max-width: 275px;
    padding: 1.25rem 0
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children:before {
    display: none
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu {
    position: relative;
    box-shadow: none;
    opacity: 1;
    background: transparent;
    margin-top: 1rem;
    top: 0;
    left: 0;
    display: none
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu.sub-menu--is-open {
    display: block;
    max-height: none
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu:hover {
    box-shadow: none
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item {
    border-bottom: 0;
    padding: .25em 0;
    text-align: center;
    background: transparent;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block !important;
    width: 100%;
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item.menu-item-has-children>a {
    display: block;
    width: 100%
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    background: transparent url(../../img/triangle-drop-down.svg) no-repeat 0 0/10px;
    top: 50%;
    right: .1rem;
    width: 10px;
    height: 8px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item.menu-item-has-children>.sub-menu.sub-menu--is-open {
    opacity: 1;
    padding-top: 2rem
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item.menu-item-has-children>.sub-menu.sub-menu--is-open>.menu-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    opacity: 1;
    display: block;
    width: 100%;
    margin: 0
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item.menu-item-has-children>.sub-menu.sub-menu--is-open>.menu-item.menu-item-has-children {
    display: block !important
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item.menu-item-has-children>.sub-menu.sub-menu--is-open>.menu-item>a {
    color: #FFF;
    padding: 0
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item:hover {
    background: transparent
}

.header.mobile-active .menu .main-nav>.menu-item.menu-item-has-children>.sub-menu>.menu-item a {
    color: #FFF;
    font-size: 1rem;
    padding: 0;
    background: transparent
}

.header.mobile-active .menu .main-nav>.menu-item.current-menu-item .sub-menu li {
    background: transparent
}

.header.mobile-active .menu .main-nav>.menu-item.current-menu-item .sub-menu li a {
    color: white;
    background: transparent
}

.header.mobile-active .menu .main-nav>.menu-item.current-page-ancestor a {
    color: white
}

.header.mobile-active .menu .main-nav>.menu-item.current-page-ancestor .sub-menu li.current-menu-item {
    background: transparent;
    display: block
}

.header.mobile-active .menu .main-nav>.menu-item.current-page-ancestor .sub-menu li.current-menu-item a {
    display: inline-block;
    padding: 0 .25em;
    color: white
}

.header.shrink .logo a img {
    max-width: 100px;
    margin: .65em auto
}

div.zediv,
footer {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.zediv.zediv--columns-1 .zediv-column,
footer.footer--columns-1 .footer-column {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0
}

.zediv.zediv--columns-2 .zediv-column,
footer.footer--columns-2 .footer-column {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0
}

.zediv.zediv--columns-3 .zediv-column,
footer.footer--columns-3 .footer-column {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0
}

.zediv.zediv--columns-4 .zediv-column,
footer.footer--columns-4 .footer-column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0
}

.zediv-column .current_page_item a,
.footer-column .current_page_item a {
    color: #FFFFFF !important
}

@media screen and (max-width:63.9375em) {

    zediv.zediv--columns-4 .zediv-column,
    footer.footer--columns-4 .footer-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width:47.9375em) {

    zediv.zediv--columns-4 .zediv-column,
    footer.footer--columns-4 .footer-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.zediv.zediv--columns-5 .zediv-column,
footer.footer--columns-5 .footer-column {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
    padding-right: 0;
    padding-left: 0
}

.zediv.zediv--columns-5 .zediv-column:first-of-type,
footer.footer--columns-5 .footer-column:first-of-type {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0
}

.zediv>.zediv__top {
    width: 100%;
    padding: 1.5rem 0;
}

.footer>.footer__top {
    width: 100%;
    padding: 1.5rem 0;
    background: #103A8F
}

.zediv>.zediv__top>.container,
.footer>.footer__top>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 84rem;
    width: calc(100% - 4rem)
}

.footer>.footer__top div,
.footer>.footer__top p,
.footer>.footer__top li,
.footer>.footer__top a {
    color: #FFF;
    font: 400 1rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.footer>.footer__bottom {
    width: 100%;
    padding: 1rem 0 0;
    background: #0C2E70
}

.footer>.footer__bottom>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.footer>.footer__bottom div,
.footer>.footer__bottom a,
.footer>.footer__bottom p {
    color: rgba(255, 255, 255, .75);
    font: 400 0.85rem/1.5 arial, sans-serif
}

.footer>.footer__bottom a {
    margin: 0 .5rem .5rem;
    display: inline-block
}

.footer .footer__logo {
    width: 220px;
    height: auto;
    display: block;
    margin: 1rem 0 1rem
}

.footer .search-form {
    margin-top: 1rem;
}

.footer .search-form label,
.footer .search-form input {
    width: 100%;
}

.footer .search-form input:last-of-type {
    margin-top: 0.5rem;
}

@media screen and (max-width:47.9375em) {
    .footer .footer__logo {
        margin: 1rem auto
    }
}

.footer .widget {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 3.1rem
}

@media screen and (max-width:47.9375em) {
    .footer .widget {
        padding-right: 0
    }
}

.footer .widget .widget__title {
    color: #FFF;
    font: 600 1rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif;
    letter-spacing: .05rem
}

@media screen and (max-width:47.9375em) {
    .footer .widget .widget__title {
        margin-bottom: 0
    }
}

.footer .widget .menu {
    list-style: none;
    padding: 1rem 0 0 0
}

@media screen and (max-width:47.9375em) {
    .footer .widget .menu {
        padding-top: .5rem
    }
}

.footer .widget .menu .menu-item {
    list-style: none;
    padding: .35rem 0
}

@media screen and (max-width:63.9375em) {
    .footer .widget .menu .menu-item {
        display: inline-block;
        margin-right: 1.5rem
    }
}

@media screen and (max-width:47.9375em) {
    .footer .widget .menu .menu-item {
        display: block;
        margin-right: 0
    }
}

.footer .widget .menu .menu-item.is-button a {
    font-size: .85rem;
    padding: .65rem 1.15rem
}

.footer .widget .menu .menu-item.is-button a:hover {
    opacity: 1
}

.footer .widget .menu .menu-item a {
    font: 400 0.95rem/1.5 arial, sans-serif;
    transition: all 0.25s ease;
    color: #FFF
}

.footer .widget .menu .menu-item a:hover {
    color: #84FFC4;
}

.page-404 .page-wrap>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 90vh
}

.page-404 .page-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    box-sizing: border-box;
    display: block;
    text-align: center
}

.page-404 .title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #000;
    text-align: center;
    margin: 0
}

.page-404 p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.page-content.about-overview {
    padding: 0
}

.page-content.about-overview>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    max-width: 60rem;
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    background: #FFF;
    padding: 2rem 4rem;
    z-index: 8;
    border-radius: 5px;
    text-align: center
}

@media screen and (max-width:47.9375em) {
    .page-content.about-overview>.container {
        width: calc(100% - 1.5rem);
        margin: 0 auto;
        padding: 1.5rem 2rem
    }
}

@media screen and (max-width:47.9375em) {
    .page-content.about-overview p.large {
        line-height: 1.25
    }
}

.page-content.about-section.about-history .about-section__content,
.page-content.about-section.about-mission .about-section__content,
.page-content.about-section.about-values .about-section__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-content.about-section.about-history .about-section__icon,
.page-content.about-section.about-mission .about-section__icon,
.page-content.about-section.about-values .about-section__icon {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 0;
    padding-left: 0
}

.page-content.about-section.about-history .about-section__title,
.page-content.about-section.about-mission .about-section__title,
.page-content.about-section.about-values .about-section__title {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0
}

.page-content.about-section.about-stand-for .about-section__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.page-content.about-section.about-stand-for .about-section__description {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 4rem
}

.page-content.about-section.about-stand-for .about-section__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 3rem;
    padding: 0 4rem;
    text-align: center
}

.page-content.about-section.about-stand-for .about-section__icon {
    margin-bottom: -.5rem
}

.page-content.about-section {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 4rem 0
}

.page-content.about-section.about-values {
    padding-bottom: 6rem
}

.page-content.about-section>.container {
    max-width: 80rem
}

.page-content.about-section .about-section__icon {
    color: #003EDD
}

.page-content.about-section .about-section__icon svg {
    height: 30px;
    width: auto
}

.page-content.about-section .about-section__description {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 3rem;
    text-align: center;
    font: 400 1.2rem/1.5rem arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased
}

.page-content.about-section .about-section__image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 0 2rem
}

.page-content.about-section .about-section__image>div {
    position: relative;
    background: rgba(245, 248, 250, .5);
    border: 1px solid #e4ecf2;
    height: 100%;
    width: 100%;
    display: block
}

.page-content.about-section .about-section__image>div:before {
    content: 'Image';
    text-transform: uppercase;
    letter-spacing: .125rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: calc(50% - 1rem);
    color: #000;
    z-index: 2
}

.page-content.about-section .about-section__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 0 2rem
}

.template-contact .page-header .page-header__overlay {
    display: none
}

.template-contact .page-wrap {
    position: relative
}

.template-contact .page-content {
    position: relative;
    z-index: 10;
}

.template-contact .world {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.template-contact .world svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .33
}

.template-contact .world img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .1
}

.template-contact .page-content .container {
    display: flex;
    flex-wrap: nowrap;
    gap: 3rem;
}

.template-contact .region {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width:63.9375em) {
    .template-contact .region {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .template-contact .page-content .container {
        flex-direction: column;
    }
}

.template-contact .region__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 600 2rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif;
    margin: 0 0 0rem
}

.template-contact .region__address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0
}

.template-contact .region__phone {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.template-contact .department {
    border-top: 1px solid rgba(51, 71, 91, .1);
    padding: 1.5rem 0
}

@media screen and (max-width:63.9375em) {
    .template-contact .department {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        padding: 1.5rem 1rem
    }
}

@media screen and (max-width:47.9375em) {
    .template-contact .department {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.template-contact .department__title {
    margin: 0 0 .5rem
}

.template-contact .department__phone p {
    margin: 0
}

.template-events .page-wrap {
    position: relative
}

.template-events .page-wrap .world {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.template-events .page-wrap .world svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .33
}

.template-events .page-wrap .world img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .1;
    z-index: -1
}

.template-events .page-header.page-header--events {
    background: transparent;
    padding-bottom: 0
}

.template-events .page-header.page-header--events .page-header__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    color: #000
}

.template-events .page-header.page-header--events .page-header__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left
}

.template-events .page-header.page-header--events .page-header__subtitle svg {
    display: inline-block;
    margin-right: .5rem;
    width: 25px;
    height: auto;
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.template-events .page-content {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

.template-events .events {
    width: 100%;
}

.template-events .events__list,
.template-partners .ZE-partners__list,
.single-partner .ZE-partners__list,
.events__list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
    padding-top: 3rem;
}

.template-events .events__list.events__list--past {
    padding: 3rem 0;
    position: relative
}

.template-events .events__list.events__list--past:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(-100% + 1px);
    top: 0;
    bottom: 0;
}

.template-events .events__list.events__list--past:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: calc(-100% + 1px);
    top: 0;
    bottom: 0;
}

.template-events .events__list .events__list-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 2rem;
    margin-bottom: 2rem
}

.template-events .events__list .event,
.template-partner .ZE-partners__list .ZE-partner,
.events__list .event {
    -ms-flex: 0 0 23.41667%;
    flex: 0 0 23.41667%;
    max-width: 23.41667%;
    padding-right: 0;
    padding-left: 0;
    margin-right: calc((100% / 12) * 0.25);
    background: #FFF;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    transition: all 0.25s ease
}

.template-events .events__list .event__title:after,
.events__list .event__title:after,
.template-partner .ZE-partners__list .ZE-partner__title:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000
}

.template-events .events__list .event__description,
.events__list .event__description,
.template-partner .ZE-partners__list .ZE-partner__description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.template-events .events__list .event__description p,
.events__list .event__description p,
.template-partner .ZE-partners__list .ZE-partner__description {
    font: 400 0.95rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.template-events .events__list .event__button a,
.events__list .event__button a,
.template-partner .ZE-partners__list .ZE-partner__button a {
    padding: .5rem .75rem;
    font: 400 0.75rem/0.725 "Lota Grotesque", helvetica, arial, sans-serif
}

.template-partners .page-wrap,
.template-webinars .page-wrap {
    position: relative
}

.template-webinars .page-wrap .world {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.template-webinars .page-wrap .world svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .33
}

.template-webinars .page-wrap .world img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .1;
    z-index: -1
}

.template-webinars .page-header.page-header--webinars,
.template-partners .page-header.page-header--partners {
    background: transparent;
    padding-bottom: 0
}

.template-webinars .page-header.page-header--webinars .page-header__title,
.template-partners .page-header.page-header--partners .page-header__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    color: #000
}

.template-webinars .page-header.page-header--webinars .page-header__subtitle,
.template-partners .page-header.page-header--partners .page-header__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left
}

.template-webinars .page-header.page-header--webinars .page-header__subtitle svg,
.template-partners .page-header.page-header--partners .page-header__subtitle svg {
    display: inline-block;
    margin-right: .5rem;
    width: 25px;
    height: auto;
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.template-webinars .page-content {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

.template-webinars .webinars,
.template-events .webinars,
.template-partners .partners,
{
width: 100%;
padding: 0 0 5rem
}

.single-partner .webinars__list,
.template-webinars .webinars__list,
.template-events .webinars__list,
.template-partners .partners__list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 3
}

.template-webinars .webinars__list.webinars__list--past,
.webinars__list.webinars__list--past {
    padding: 3rem 0;
    margin-top: 3rem;
    background: #d8dcff;
    position: relative
}

.template-webinars .webinars__list.webinars__list--past:before,
.webinars__list.webinars__list--past:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(-100% + 1px);
    top: 0;
    bottom: 0;
    background: #d8dcff
}

.template-webinars .webinars__list.webinars__list--past:after,
.webinars__list.webinars__list--past:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: calc(-100% + 1px);
    top: 0;
    bottom: 0;
    background: #d8dcff
}

.template-webinars .webinars__list .webinars__list-title,
.webinars__list .webinars__list-title,
.template-partners .ZE-partners__list .ZE-partner-title,
.events__list .event-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 2rem;
    margin-bottom: 2rem
}

.template-webinars .webinars__list .webinar,
.webinars__list .webinar,
.template-partners .ZE-partners__list .ZE-partner,
.events__list .event {
    -ms-flex: 0 0 23.41667%;
    flex: 0 0 23.41667%;
    max-width: 23.41667%;
    padding-right: 0;
    padding-left: 0;
    margin-right: calc((100% / 12) * 0.25);
    background: #FFF;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    transition: all 0.25s ease
}

.template-webinars .webinars__list .webinar:nth-child(5n),
.template-events .events__list .event:nth-child(5n),
.single-partner .webinars__list .webinar:nth-child(4n),
.template-partners .ZE-partners__list .ZE-partner:nth-child(4n) {
    margin-right: 0
}

.template-webinars .webinars__list .webinar__title,
.webinars__list .webinar__title,
.template-partners .ZE-partners__list .ZE-partner__title,
.events__list .event__title {
    position: relative;
    padding-bottom: .65rem;
    line-height: 1.33
}

.template-webinars .webinars__list .webinar__title:after,
.webinars__list .webinar__title:after,
.template-partners .ZE-partners__list .ZE-partner__title:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000
}

.template-webinars .webinars__list .webinar__description,
.webinars__list .webinar__description,
.template-partners .ZE-partners__list .ZE-partner__description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.template-webinars .webinars__list .webinar__description p,
.webinars__list .webinar__description p,
.template-partners .ZE-partners__list .ZE-partner__description p {
    font: 400 0.95rem/1.5 arial, sans-serif
}

body.index>.container,
body.search>.container,
body.archive>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

body.index .page-content,
body.search .page-content,
body.archive .page-content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: calc(100% - 6rem);
    width: 60rem;
    margin: 0 auto;
    padding: 1.5rem 0 !important
}

@media screen and (max-width:47.9375em) {

    body.index .page-content,
    body.search .page-content,
    body.archive .page-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

body.index .post,
body.search .post,
body.archive .post {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin: 0 calc((100% / 12 * 0.125)) 1rem
}

body.index .post .post__meta,
body.search .post .post__meta,
body.archive .post .post__meta {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    padding: .5rem 0 0;
    font: 400 0.85rem/1.25 arial, sans-serif;
    color: #000;
    margin-bottom: 0
}

body.index .post .post__author,
body.search .post .post__author,
body.archive .post .post__author {
    margin-right: .33rem
}

body.index .post .post__category,
body.search .post .post__category,
body.archive .post .post__category {
    margin-right: .33rem
}

body.index .post .post__date,
body.search .post .post__date,
body.archive .post .post__date {
    color: #003EDD
}

body.index .post__bottom,
body.search .post__bottom,
body.archive .post__bottom {
    border: 1px solid #f2f2f2;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 1.5rem;
    box-shadow: 0 2px 7px rgba(51, 71, 91, .07)
}

body.index .post__share,
body.search .post__share,
body.archive .post__share {
    position: absolute;
    left: -5rem;
    top: 0;
    padding: 0
}

body.index .post__share li,
body.search .post__share li,
body.archive .post__share li {
    margin-bottom: .5rem
}

body.index .post__share li:last-of-type,
body.search .post__share li:last-of-type,
body.archive .post__share li:last-of-type {
    margin-bottom: 0
}

body.index .post__share li>a,
body.search .post__share li>a,
body.archive .post__share li>a {
    color: #000;
    transition: all 0.25s ease
}

body.index .post__share li>a:hover,
body.search .post__share li>a:hover,
body.archive .post__share li>a:hover {
    color: #003EDD
}

body.index .post__image,
body.search .post__image,
body.archive .post__image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 0;
    height: 225px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 7px rgba(51, 71, 91, .07)
}

body.index .post__image img,
body.search .post__image img,
body.archive .post__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.post__top {
    border: 1px solid #f2f2f2;
    border-radius: 0 0 5px 5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 180px;
    position: relative;
    background: #000;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.post__top .post__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s linear;
    border-radius: 5px 5px 0 0;
    border: none;
    box-shadow: none !important
}

article.post:hover .post__image,
.resources-items .resource:hover .resource__top .background,
.partners-items .partner:hover .resource__top .background {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

body.index .post__title,
body.search .post__title,
body.archive .post__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    font-size: 1.5rem
}

body.index .post__content p,
body.search .post__content p,
body.archive .post__content p {
    font: 400 1rem/1.45 arial, sans-serif
}

body.index .post__button,
body.search .post__button,
body.archive .post__button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

body.search .post {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 2rem;
    margin-bottom: 4rem
}

body.search .page-header {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
    width: 100%;
    height: auto
}

@media screen and (max-width:47.9375em) {
    body.search .page-header {
        height: 66vh
    }
}

body.search .page-header>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

body.search .page-header .page-header__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    z-index: 10
}

body.search .page__content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0
}

body.template-home .hero .hero-item {
    height: 500px
}

@media screen and (max-width:63.9375em) {
    body.template-home .hero .hero-item {
        height: auto
    }
}

body.template-home .grid-highlight {
    padding-bottom: 2.5rem;
    padding-top: 4rem;
    background: #eff1ff;
    margin: 3rem 0;
}

@media screen and (max-width:63.9375em) {
    body.template-home .grid-highlight {
        padding-top: 2.5rem;
        padding-bottom: .5rem
    }
}

@media screen and (max-width:47.9375em) {
    body.template-home .grid-highlight {
        padding-top: .5rem
    }
}

body.template-home .grid-highlight.background-grey {
    margin-top: 2.5rem
}

@media screen and (max-width:47.9375em) {
    body.template-home .grid-highlight.background-grey {
        margin-top: .5rem
    }
}

body.template-home .grid-highlight__button .grid-highlight__button-cta {
    font-weight: 600;
    margin-bottom: 0
}

body.template-home .grid-highlight__button>a {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.page-content {
    padding: 3.5rem 0
}

.page-content.is-module {
    margin: 0 auto
}

.page-content.join-our-team {
    /* background: #B1B9FF;
    padding: 1rem 0; */
}

.page-content.join-our-team .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #B1B9FF;
    background-image: url(../../img/z-lavender.svg);
    background-position: 90% center;
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

.page-content.join-our-team h1 {
    margin-top: 0;
    color: #0C2E70;
}

.page-content.join-our-team p {
    margin-top: 0;
}

.page-content.join-our-team .join-inner {
    width: 60%;
}

@media screen and (max-width:47.9375em) {
    .page-products .hero {
        height: 80vh
    }

    .page-content.join-our-team .join-inner {
        width: 100%;
    }

    .page-content.join-our-team .container {
        background-size: auto 120%;
        background-position: 100% center;
    }
}

@media screen and (max-width:47.9375em) {
    .page-products .hero .hero-item {
        height: 100%
    }
}

.page-products .hero .hero-item>.container {
    min-height: 450px
}

.page-products .hero .hero-item__subtitle {
    display: inline-block;
    background: #FFF;
    line-height: .8;
    padding: .4rem .5rem .25rem
}

@media screen and (max-width:63.9375em) {
    .page-products .hero .hero-item__subtitle {
        line-height: 1.1
    }
}

.page-products .hero .hero-item__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 700 2.25rem/1.4 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:74.9375em) {
    .page-products .hero .hero-item__title {
        line-height: 1
    }
}

.page-products .hero .hero-item__content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0;
    padding: 5rem 0;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:63.9375em) {
    .page-products .hero .hero-item__content {
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .page-products .hero .hero-item__content {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

.page-products .hero .hero-item__content p {
    font: 400 1.225rem/1.4 arial, sans-serif
}

@media screen and (max-width:47.9375em) {
    .page-products .hero .hero-item__content p {
        padding: 0 1.25rem
    }
}

.page-products .hero .hero-item__content p:last-of-type {
    margin-bottom: 0
}

.template-resource-library {
    background: rgba(245, 248, 250, .5)
}

.template-resource-library .resources,
.template-partners .partners {
    width: 100%;
    position: relative
}

.template-resource-library .resources>.background,
.template-partners .all-partners>.background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent url(../../img/world.svg) center top no-repeat/100%;
    opacity: .035
}

.resources-filter>.container,
.partners-filter>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    padding: 3rem 4.25rem;
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    margin-bottom: -2rem
}

.dv-filter>.container {
    padding: 1rem 1.5rem;
    margin-bottom: -5rem
}

@media screen and (max-width:63.9375em) {

    .resources-filter>.container,
    .partners-filter>.container {
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
        margin-bottom: -1rem;
        padding: 3rem 2.5rem;
        width: calc(100% - 4rem)
    }

    .dv-filter>.container {
        padding: 1rem 1.5rem;
        margin-bottom: -3rem
    }
}

.resources-filter .resources-filter__choices,
.partners-filter>.partners-filter__choices {
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: none
}

.resources-filter .resources-filter__choices a,
.partners-filter>.partners-filter__choices a {
    color: #000;
    margin: 0 .5rem;
    opacity: .5;
    transition: all 0.3s ease
}

.resources-filter .resources-filter__choices a:last-of-type,
.partners-filter>.partners-filter__choices a:last-of-type {
    margin-right: 0
}

.resources-filter .resources-filter__choices a.is-active,
.partners-filter>.partners-filter__choices a.is-active {
    opacity: 1
}

.resources-filter .resources-filter__choices svg,
.partners-filter>.partners-filter__choices svg {
    width: auto;
    height: 20px
}

.resources-filter form,
.partners-filter form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    display: none
}

.resources-filter form.is-active,
.partners-filter form.is-active {
    display: -ms-flexbox;
    display: flex
}

.resources-filter form .field,
.partners-filter form .field {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem;
    margin-top: 0
}

@media screen and (max-width:63.9375em) {

    .resources-filter form .field,
    .partners-filter form .field {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 0;
        padding: 0 .33rem
    }
}

@media screen and (max-width:47.9375em) {

    .resources-filter form .field,
    .partners-filter form .field {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.resources-filter form .fields-wrap,
.partners-filter form .fields-wrap {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 69.41667%;
    flex: 0 0 69.41667%;
    max-width: 69.41667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 5rem
}

@media screen and (max-width:63.9375em) {

    .resources-filter form .fields-wrap,
    .partners-filter form .fields-wrap {
        -ms-flex: 0 0 68.33333%;
        flex: 0 0 68.33333%;
        max-width: 68.33333%;
        padding-right: 0;
        padding-left: 0;
        padding-left: 0;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap
    }
}

@media screen and (max-width:47.9375em) {

    .resources-filter form .fields-wrap,
    .partners-filter form .fields-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.resources-filter form .fields-wrap>label,
.partners-filter form .fields-wrap>label {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font: 400 1.15rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:63.9375em) {

    .resources-filter form .fields-wrap>label,
    .partners-filter form .fields-wrap>label {
        top: -1.5rem;
        left: 0
    }
}

@media screen and (max-width:47.9375em) {

    .resources-filter form .fields-wrap>label,
    .partners-filter form .fields-wrap>label {
        top: -.33rem
    }
}

.resources-filter form .sort-wrap,
.partners-filter form .sort-wrap {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 0 0 30.5%;
    flex: 0 0 30.5%;
    max-width: 30.5%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 5.5rem
}

@media screen and (max-width:63.9375em) {

    .resources-filter form .sort-wrap,
    .partners-filter form .sort-wrap {
        -ms-flex: 0 0 31.66667%;
        flex: 0 0 31.66667%;
        max-width: 31.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {

    .resources-filter form .sort-wrap,
    .partners-filter form .sort-wrap {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 2.5rem
    }
}

@media screen and (max-width:63.9375em) {
    .resources-filter form .sort-wrap .field {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.resources-filter form .sort-wrap>label,
.partners-filter form .sort-wrap>label {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font: 400 1.15rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:63.9375em) {

    .resources-filter form .sort-wrap>label,
    .partners-filter form .sort-wrap>label {
        position: absolute;
        top: -1.5rem
    }
}

@media screen and (max-width:47.9375em) {

    .resources-filter form .sort-wrap>label,
    .partners-filter form .sort-wrap>label {
        top: 2rem;
        left: 0
    }
}

.resources-filter form .search-wrap,
.partners-filter form .search-wrap {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-left: 6.25rem
}

.resources-filter form .search-wrap>label,
.partners-filter form .search-wrap .field--search {
    position: absolute;
    left: 0rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font: 400 1.15rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.resources-filter form .search-wrap .field--search,
.partners-filter form .search-wrap {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0
}

.resources-filter form .search-wrap .field--search input[type="text"],
.partners-filter form .search-wrap .field--search input[type="text"] {
    padding-left: .33rem
}

.resources-filter form .search-wrap .field--search input[type="text"]::-webkit-input-placeholder,
.partners-filter form .search-wrap .field--search input[type="text"]::-webkit-input-placeholder {
    font: 300 1.15rem/1.5 arial, sans-serif;
    color: rgba(51, 71, 91, .25)
}

.resources-filter form .search-wrap .field--search input[type="text"]:-moz-placeholder,
.partners-filter form .search-wrap .field--search input[type="text"]:-moz-placeholder {
    font: 300 1.15rem/1.5 arial, sans-serif;
    color: rgba(51, 71, 91, .25)
}

.resources-filter form .search-wrap .field--search input[type="text"]::-moz-placeholder,
.partners-filter form .search-wrap .field--search input[type="text"]::-moz-placeholder {
    font: 300 1.15rem/1.5 arial, sans-serif;
    color: rgba(51, 71, 91, .25)
}

.resources-filter form .search-wrap .field--search input[type="text"]:-ms-input-placeholder,
.partners-filter form .search-wrap .field--search input[type="text"]:-ms-input-placeholder {
    font: 300 1.15rem/1.5 arial, sans-serif;
    color: rgba(51, 71, 91, .25)
}

.resources-filter form .search-wrap .field--submit,
.partners-filter form .search-wrap .field--submit {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 2rem
}

.resources-filter form .search-wrap .field--submit input[type="submit"],
.partners-filter form .search-wrap .field--submit input[type="submit"] {
    -ms-transform: translateY(.5rem);
    transform: translateY(.5rem)
}

.resource h3.resource__title,
.partners h3 .partners__title {
    text-align: center
}

.partners-items,
.resources-items,
.dc-items {
    padding: 4rem 0
}

.resources-items>.container,
.partners-items>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 67.5rem
}

.send-vendor-email {
    text-decoration: underline;
}

.resources-items .resource,
.partners-items .partner,
.dc-items .dc-vendors {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
    padding-right: 0;
    padding-left: 0;
    background: #FFF;
    border-radius: 5px;
    margin-right: calc((100% / 12) * 0.125);
    margin-left: calc((100% / 12) * 0.125);
    margin-bottom: 1.5rem;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.4s ease
}

.dc-items .dc-vendors {
    margin-bottom: 0
}

.dc-items .dc-vendors h3 {
    color: #044d8a;
    font: 400 1.1rem/1.25 "Lota Grotesque", helvetica, arial, sans-serif;
}

.dc-items .dc-vendors h3.disabled {
    color: #b5b7b9
}

.attachment-large {
    width: 100%;
    height: auto;
}

@media screen and (max-width:47.9375em) {

    .resources-items .resource,
    .partners-items .partner,
    .dc-items .dc-vendors {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 1.25rem
    }
}

.resources-items .resource:hover .resource__top .background,
.partners-items .partner:hover .partner__top .background {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.resources-items .resource:hover .resource__top-link,
.partners-items .partner:hover .partner__top-link {
    opacity: 1;
    bottom: .25rem
}

.resources-items .resource.is-hidden,
.partners-items .partner.is-hidden {
    opacity: 0;
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem)
}

.resources-items .resource__top,
.partners-items .partner__top {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 180px;
    position: relative;
    background: #000;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.partners-items .partner__top {
    background: #ffffff;
}

.post__top .overlay,
.resources-items .resource__top .overlay,
.partners-items .partner__top .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 71, 91, 0.template-events .events__list.events__list--past);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 5px 5px 0 0
}

.resources-items .resource__top .background,
.partners-items .partner__top .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s linear;
    border-radius: 5px 5px 0 0
}

.template-partners .partners-items .partner__top .background {
    background-size: 250px auto;
    width: 96%;
    margin: 0px auto;
}

.resources-items .resource__top-link,
.partners-items .partner__top-link {
    position: absolute;
    left: 1rem;
    right: 2rem;
    bottom: -1.25rem;
    opacity: 0;
    width: calc(100% - 4rem);
    color: #FFF;
    text-align: left;
    z-index: 3;
    font: 300 0.9rem/1.5 arial, sans-serif;
    transition: all 0.4s linear;
    letter-spacing: .02rem
}

.resources-items .resource__bottom,
.partners-items .partner__bottom {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem 2rem
}

@media screen and (max-width:63.9375em) {

    .resources-items .resource__bottom,
    .partners-items .partner__bottom {
        padding: 1rem 1.25rem
    }
}

.resources-items .resource__title,
.partners-items .partner__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    color: #000;
    margin-bottom: 3rem;
    margin-top: 0;
    font: 600 1.33rem/1.33 "Lota Grotesque", helvetica, arial, sans-serif
}

@media screen and (max-width:63.9375em) {

    .resources-items .resource__title,
    .partners-items .partner__title {
        font-size: 1.2rem
    }
}

.resources-items .resource__title a,
.partners-items .partner__title a {
    transition: all 0.25s ease;
    color: #000
}

.resources-items .resource__title a:hover,
.partners-items .partner__title a:hover {
    color: #003EDD
}

.resources-items .resource__title:after,
.partners-items .partner__title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    height: 2px;
    width: 30px;
    background: #000
}

.resources-items .resource__type,
.partners-items .partner__type {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    color: #003EDD;
    font: 400 1.05rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.resources-items .resource__type svg,
.partners-items .partner__type svg {
    position: relative;
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    height: 20px;
    width: auto;
    margin-right: .4rem
}

.clearall {
    float: none;
    clear: both;
    width: 100%
}
.table-div{display:table; width:100%;}
.table-cell11 {
    display: table-cell;
    float: none;
    margin-left: 0;
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
    vertical-align: middle
}

.table-cell10 {
    display: table-cell;
    float: none;
    margin-left: 0;
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
    vertical-align: middle
}

.table-cell9 {
    display: table-cell;
    float: none;
    margin-left: 0;
    width: width:74.46808510638297%;
    *width: 74.41489361702126%;
    vertical-align: middle
}

.table-cell8 {
    display: table-cell;
    float: none;
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
    vertical-align: middle
}

.table-cell7 {
    display: table-cell;
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
    vertical-align: middle;
    margin-top: 20px
}

.table-cell6 {
    display: table-cell;
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
    vertical-align: middle;
    margin-top: 20px;
	vertical-align:top;
}

.table-cell5 {
    display: table-cell;
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
    vertical-align: middle;
    margin-top: 20px
}

.table-cell4 {
    display: table-cell;
    float: none;
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
    vertical-align: middle
}

.table-cell3 {
    display: table-cell;
    float: none;
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
    vertical-align: middle
}

.table-cell2 {
    display: table-cell;
    float: none;
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
    vertical-align: middle
}

.table-cell1 {
    display: table-cell;
    float: none;
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
    vertical-align: middle
}

[class*="table-cell"]+[class*="table-cell"] {
    padding-left: 4.127659574468085%
}

@media screen and (max-width:47.9375em) {

    .table-cell1,
    .table-cell2,
    .table-cell3,
    .table-cell4,
    .table-cell5,
    .table-cell6,
    .table-cell7,
    .table-cell8,
    .table-cell9,
    .table-cell10,
    .table-cell11,
    .grid__items.grid__items--two .item,
    .grid__items,
    .stdimg {
        display: block;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {

    .template-webinars .webinars__list .webinar,
    .template-events .events__list .event {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
        margin-right: calc((100% / 12) * 0.25) !important;
    }
}

@media screen and (max-width: 47.9375em) {

    .template-webinars .webinars__list .webinar,
    .template-events .events__list .event,
    .grid-highlight__items .item {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media screen and (max-width: 38em) {

    .template-webinars .webinars__list .webinar,
    .template-events .events__list .event,
    .grid-highlight__items .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.gform_wrapper .gfield li {
    list-style: none;
}

.single .page-header {
    min-height: 500px
}

.single .page-header .page-header__overlay {
    opacity: .75
}

.single .post__meta {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    padding: .5rem 0 0;
    font: 400 0.85rem/1.25 arial, sans-serif;
    color: #000;
    margin-bottom: 0
}

.single .post__author {
    margin-right: .33rem
}

.single .post__category {
    margin-right: .33rem
}

.single .post__date {
    color: #003EDD
}

.single .page-content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: calc(100% - 6rem);
    width: 60rem;
    margin: 0 auto;
    padding: 1rem 0
}

.single .post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.single .post__share {
    position: absolute;
    left: -5rem;
    top: 0;
    padding: 0
}

.single .post__share li {
    margin-bottom: .5rem
}

.single .post__share li:last-of-type {
    margin-bottom: 0
}

.single .post__share li>a {
    color: #000;
    transition: all 0.25s ease
}

.single .post__share li>a:hover {
    color: #003EDD
}

.single .post__image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 1.5rem
}

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

.single .post__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0
}

.single .sidebar {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding-left: 3rem
}

.single.single-event .page-wrap {
    position: relative
}

.single.single-event .page-wrap .world {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.single.single-event .page-wrap .world svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .33
}

.single.single-event .page-wrap .world img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .04;
    z-index: -1
}

.single.single-event .page-content {
    position: relative;
    padding: 0 0 1rem 0;
    align-content: start
}

.single.single-event .event__date {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #003EDD;
    margin-bottom: 1rem
}

.single.single-event .event__date .event__start,
.single.single-event .event__date .event__end {
    display: inline-block;
    color: #000;
    font: 600 1rem/1.2 arial, sans-serif;
    margin-bottom: .25rem
}

.single.single-event .event__date .event__start span,
.single.single-event .event__date .event__end span {
    font: 600 1rem/1.2 arial, sans-serif;
    margin-right: .33rem;
    color: #000
}

.single.single-event .event__date .event__start+span {
    display: inline-block;
    padding: 0 .5rem;
    font-size: 1.4rem;
    line-height: .9
}

.single.single-event .event__date svg {
    color: #003EDD;
    width: 26px;
    height: auto;
    margin-right: .5rem;
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.single.single-event .event__content {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 3rem
}

.single.single-event .event__image {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 4rem
}

.single.single-event .event__image img {
    width: 100%;
    height: auto;
    display: block
}

.single.single-event .event__members {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0rem
}

.single.single-event .event__members-title {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.5rem
}

.single.single-event .member {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 99%;
    max-width: 99%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1.5rem
}

.single.single-event.sstaff .member {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 33.83333%;
    flex: 0 0 33.83333%;
    max-width: 99%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1.5rem
}

@media screen and (max-width: 47.9375em) {
    .single.single-event.sstaff .member {
        max-width: 99%;
        -ms-flex: 0 0 99%;
        flex: 0 0 99%;
    }
}

.single.single-event .member__image {
    -ms-flex: 0 0 33.83333%;
    flex: 0 0 33.83333%;
    max-width: 33.83333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 1.5rem
}

.single.single-event .member__image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block
}

.single.single-event .member__content {
    -ms-flex: 0 0 66.16667%;
    flex: 0 0 66.16667%;
    max-width: 66.16667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.single.single-event .member__name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 .33rem
}

.single.single-event .member__position {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.single.single-event .member__position p {
    margin-bottom: 0
}

.single.single-event .member__credentials {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.single.single-event .member__credentials p {
    margin-bottom: 0
}

.single.single-event .event__form {
    position: relative;
    z-index: 2;
    background: rgba(245, 248, 250, .5);
    margin-top: 0;
    padding: 0 0 4rem;
    border-top: 1px solid #F5F8FA
}

.single.single-event .event__form:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../img/waves.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5
}

.single.single-event .event__form>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.single.single-event .event__form .gform_wrapper {
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    background: white;
    z-index: 9;
    padding: 3.5rem 3rem;
}

@media screen and (max-width: 500px) {
    .single.single-event .event__form>.container {
        width: 100% !important
    }

    .gform_wrapper {
        padding: 5px !important;
    }

    .single.single-event .event__form .gform_wrapper {
        padding: 1rem
    }
}

.single.single-event .event__form .gform_title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 600 2rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.single.single-webinar .page-wrap {
    position: relative
}

.single.webinar__content .page-wrap .world {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.single.single-webinar .page-wrap .world svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .33
}

.single.single-webinar .page-wrap .world img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: .04;
    z-index: -1
}

.single.single-webinar .page-content {
    position: relative;
    padding: 0 0 1rem 0;
    align-content: start
}

.single.single-webinar .webinar__date {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #003EDD;
    margin-bottom: 1rem
}

.single.single-webinar .webinar__date .webinar__start,
.single.single-webinar .webinar__date .webinar__end {
    display: inline-block;
    color: #000;
    font: 600 1rem/1.2 arial, sans-serif;
    margin-bottom: .25rem
}

.single.single-webinar .webinar__date .webinar__start span,
.single.single-webinar .webinar__date .webinar__end span {
    font: 600 1rem/1.2 arial, sans-serif;
    margin-right: .33rem;
    color: #000
}

.single.single-webinar .webinar__date .webinar__start+span {
    display: inline-block;
    padding: 0 .5rem;
    font-size: 1.4rem;
    line-height: .9
}

.single.single-webinar .webinar__date svg {
    color: #003EDD;
    width: 26px;
    height: auto;
    margin-right: .5rem;
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.single.single-webinar .webinar__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 400 1.2rem/1.5rem arial, sans-serif;
    color: #000
}

.single.single-webinar ul {
    padding: .5rem 0rem 1rem 1.5rem
}

.single.single-webinar .webinar__image {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 4rem
}

.single.single-webinar .webinar__image img {
    width: 100%;
    height: auto;
    display: block
}

.single.single-webinar .webinar__members {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0rem
}

.single.single-webinar .webinar__members-title {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.5rem
}

.single.single-webinar .member {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1.5rem
}

.single.single-webinar .member__image {
    -ms-flex: 0 0 13.83333%;
    flex: 0 0 13.83333%;
    max-width: 13.83333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 1.5rem
}

.single.single-webinar .member__image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block
}

.single.single-webinar .member__content {
    -ms-flex: 0 0 86.16667%;
    flex: 0 0 86.16667%;
    max-width: 86.16667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.single.single-webinar .member__name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 .33rem
}

.single.single-webinar .member__position {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.single.single-webinar .member__position p {
    margin-bottom: 0
}

.single.single-webinar .member__credentials {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.single.single-webinar .member__credentials p {
    margin-bottom: 0
}

.single.single-webinar .webinar__form {
    position: relative;
    z-index: 2;
    background: rgba(245, 248, 250, .5);
    margin-top: -4rem;
    padding: 0 0 4rem;
    border-top: 1px solid #F5F8FA
}

.single.single-webinar .webinar__form:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../img/waves.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5
}

.single.single-webinar .webinar__form>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.single.single-webinar .webinar__form .gform_wrapper {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    background: white;
    z-index: 9;
    padding: 3.5rem 3rem;
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem)
}

.single.single-webinar .webinar__form .gform_title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 600 2rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.single.single-leadership .page-header {
    background: #FFF;
    height: auto;
    min-height: 0
}

/* .single.single-leadership .page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../img/waves-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
} */

.single.single-leadership .page-header .page-header__content {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    padding: 0
}

.single.single-leadership .page-header .page-header__photo {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 2rem
}

.single.single-leadership .page-header .page-header__photo img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
    border-radius: 50%
}

.single.single-leadership .page-header .page-header__title {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    color: #000
}

.single.single-leadership .page-header .page-header__title span {
    font-size: .5em
}

.single.single-leadership .page-header .page-header__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #003EDD
}

.single.single-leadership .page-header .page-header__link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    z-index: 9
}

.single.single-leadership .page-header .page-header__link a {
    color: #0077B5
}

.single.single-leadership .page-header .page-header__link a svg {
    color: #0077b5
}

.single.single-leadership .page-header .page-header__overlay {
    display: none
}

.single.single-leadership .page-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    z-index: 99;
    padding: 4rem 0;
    margin: 0
}

.single.single-leadership .page-content>.inner {
    position: relative;
    z-index: 99;
    background: #FFF;
    padding: 3rem;
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
    border: 1px solid rgba(51, 71, 91, .1);
    margin-bottom: -5rem
}

.single.single-resource .page-header {
    background: #FFF;
    min-height: 0;
    padding-bottom: 0
}

.with-form {
    margin-bottom: 2.5rem !important
}

.single.single-resource .page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-image: url(../../img/waves-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; */
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.single.single-resource .page-header .page-header__overlay {
    display: none
}

.single.single-resource .page-header .page-header__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

.single.single-resource .page-header .page-header__content>.container {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto
}

@media screen and (max-width:63.9375em) {
    .single.single-resource .page-header .page-header__content>.container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.single.single-resource .page-header .page-header__photo {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0;
    padding-right: 2rem
}

.single.single-resource .page-header .page-header__photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%
}

.single.single-resource .page-header .page-header__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    font-size: 2rem;
    text-align: center
}

.single.single-resource .page-header .page-header__title span {
    font-size: .5em
}

.single.single-resource .page-header .page-header__subtitle {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #003EDD;
    text-align: center
}

.single.single-resource .page-header .page-header__subtitle svg {
    margin-right: .5rem;
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

.single.single-resource .page-content {
    padding: 4rem 0
}

.single.single-resource .resource-form {
    width: 100%;
    padding: 2rem 0;
    background: #fafbfb
}

.single.single-resource .resource-form>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.single.single-resource .resource-form .resource-form__form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem);
    position: relative;
    z-index: 8;
    background: #FFF;
    padding: 3rem 4rem;
    margin: 1rem auto 0;
    width: 100%;
    border-radius: 5px
}

@media screen and (max-width:74.9375em) {
    .single.single-resource .resource-form .resource-form__form {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
        padding-left: 0;
        padding: 3rem 4rem
    }
}

@media screen and (max-width:63.9375em) {
    .single.single-resource .resource-form .resource-form__form {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-right: 0;
        padding-left: 0;
        padding: 2rem 3rem
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-resource .resource-form .resource-form__form {
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        padding-right: 0;
        padding-left: 0;
        padding: 1.5rem 2rem;
        margin: 0 auto
    }
}

.single.single-resource .resource-form .resource-form__form textarea {
    height: 75px
}

@media screen and (max-width:47.9375em) {
    .single.single-resource .resource-form .resource-form__form .gform_title {
        font-size: 1.4rem;
        text-align: center
    }
}

@media screen and (max-width:47.9375em) {
    .gform_wrapper .gfield.is-half {
        -ms-flex: 0 0 99%;
        flex: 0 0 99%;
        max-width: 99%;
    }

    .single.single-event .event__content,
    .single.single-event .event__image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .single.single-event .member {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0;
    }

    @media screen and (max-width:47.9375em) {
        .single.single-event .member {
            -ms-flex: 0 0 100%;
            flex: 0 0 1000%;
            max-width: 50%;
            padding: 5px;
        }
    }

    .single.single-event .event__form .gform_wrapper {
        -ms-flex: 0 0 99%;
        flex: 0 0 99%;
        max-width: 99%;
        padding-right: 0;
        padding-left: 0;
        position: relative;
        background: white;
        z-index: 9;
        padding: 3.5rem 3rem;
    }

    .single.single-resource .resource-form .resource-form__form .gform_description {
        text-align: center
    }
}

.single.single-resource .resource-form .resource-form__form .gform_button {
    margin-top: 1rem
}

.single.single-resource .resource {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0;
    background: white;
    border-radius: 5px
}

@media screen and (max-width:63.9375em) {
    .single.single-resource .resource {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-resource .resource {
        padding-top: 1rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .single.single-resource .resource__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

@media screen and (max-width:63.9375em) {
    .single.single-resource .resource__description {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.single.single-resource .resource__video {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin: 0 0 2rem;
    height: 500px;
    background-color: #2a3a4b;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px
}

@media screen and (max-width:74.9375em) {
    .single.single-resource .resource__video {
        height: 375px
    }
}

@media screen and (max-width:63.9375em) {
    .single.single-resource .resource__video {
        height: 380px
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-resource .resource__video {
        height: 275px
    }
}

.single.single-resource .resource__video .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .9;
    border-radius: 2px
}

.single.single-resource .resource__video .play {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    z-index: 2;
    transition: all 0.5s ease;
    cursor: pointer
}

.single.single-resource .resource__video .play:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.single.single-resource .resource__video .play svg {
    color: #FFF;
    width: 70px;
    height: 70px;
    stroke-width: 1px
}

.single.single-solution .page-header {
    background: transparent ;
    padding-bottom: 0;
    height: auto;
    min-height: 0;
    padding-top: 0rem
}
.product-feature-page{margin-top:-50px !important;}
@media screen and (max-width:63.9375em) {
    .single.single-solution .page-header {
        padding-top: 1.5rem
    }
}

.single.single-solution .page-header:after {
    display: none
}

.single.single-solution .page-header__overlay {
    display: none
}

.single.single-solution .page-header__category {
    -ms-flex: 0 0 50.08333%;
    flex: 0 0 50.08333%;
    max-width: 50.08333%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: .25rem
}

@media screen and (max-width:63.9375em) {
    .single.single-solution .page-header__category {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-solution .page-header__category {
        font-size: .8rem
    }
}

.single.single-solution .page-header__title {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    color: #000;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.1
}

@media screen and (max-width:63.9375em) {
    .single.single-solution .page-header__title {
        text-align: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-solution .page-header__title {
        font-size: 2.4rem
    }
}

.single.single-solution .page-content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%;
    position: relative;
    /* background-image: url(../../img/waves-light.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center */
}

@media screen and (max-width:74.9375em) {
    .single.single-solution .page-content {
        padding-top: 2.5rem
    }
}

.single.single-solution .page-content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
	background: #ffffff;
   /* background: #fafbfc;
    background: linear-gradient(to top, #fafbfc 0%, transparent 100%);*/
    z-index: 0
}

.single.single-solution .page-content>.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.single.single-solution .solution__content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    z-index: 5
}

@media screen and (max-width:74.9375em) {
    .single.single-solution .solution__content {
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:63.9375em) {
    .content-media_sub_content {
        padding: 0
    }

    .single.single-solution .solution__content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

.single.single-solution .solution__resource {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0;
    margin-left: calc((100% / 12) * 1);
    position: relative;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5rem 3rem 2.5rem;
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
    margin-bottom: -2.5rem;
    border-radius: 5px;
    z-index: 5
}

@media screen and (max-width:74.9375em) {
    .single.single-solution .solution__resource {
        -ms-flex: 0 0 47.91667%;
        flex: 0 0 47.91667%;
        max-width: 47.91667%;
        padding-right: 0;
        padding-left: 0;
        padding: 4rem 2.66rem 2.5rem;
        -ms-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem)
    }
}

@media screen and (max-width:63.9375em) {
    .single.single-solution .solution__resource {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 0;
        padding-left: 0;
        padding: 4rem 2.66rem 2.5rem;
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-solution .solution__resource {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding: 3rem 2rem 2rem
    }
}

.single.single-solution .solution__resource .resource__label {
    display: inline-block;
    position: relative;
    z-index: 4;
    background: #B1B9FF;
    color: #000;
    text-align: center;
    position: absolute;
    top: -.75rem;
    left: 50%;
    border-radius: 3px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .5rem 1rem;
    text-transform: uppercase;
    font: 600 0.7rem/1 arial, sans-serif;
    letter-spacing: .15rem;
    white-space: nowrap
}

.single.single-solution .solution__resource .resource__background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px
}

.single.single-solution .solution__resource .resource__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0c2e70a1;
    z-index: 2;
    border-radius: 5px
}

.single.single-solution .solution__resource .resource__type {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: .5rem;
    position: relative;
    z-index: 4;
    color: #FFF;
    font: 400 1.05rem/1.5 "Lota Grotesque", helvetica, arial, sans-serif
}

.single.single-solution .solution__resource .resource__type svg {
    position: relative;
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    height: 20px;
    width: auto;
    margin-right: .4rem
}

.single.single-solution .solution__resource .resource__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #FFF;
    font: 600 1.85rem/1.4 "Lota Grotesque", helvetica, arial, sans-serif;
    position: relative;
    z-index: 3;
    margin-bottom: 3rem
}

@media screen and (max-width:63.9375em) {
    .single.single-solution .solution__resource .resource__title {
        font-size: 1.6rem
    }
}

@media screen and (max-width:47.9375em) {
    .single.single-solution .solution__resource .resource__title {
        font-size: 1.45rem;
        line-height: 1.25
    }
}

.single.single-solution .solution__resource .resource__title a {
    color: #FFF
}

.single.single-solution .solution__resource .resource__link {
    position: relative;
    display: inline-block;
    z-index: 4
}

#smoothup {
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 20px;
    border-radius: 100px;
    right: 20px;
    border: 5px solid #003EDD;
    text-indent: 9px;
    padding-bottom: 0;
    display: none;
    background-color: #003EDD;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s
}

#smoothup:before {
    content: "\f106";
    color: #fff;
    font: 45px/1 'FontAwesome';
    transform: translateY(-5%);
    display: block;
}

.alertmessgae {
    text-align: center;
    color: #003EDD;
    font-weight: bold;
}

.mapster_tooltip .mapster_sub_tooltip {
    background: rgb(238, 238, 238) none repeat scroll 0% 0;
    box-shadow: rgb(83, 83, 83) 3px 3px 5px;
    max-width: 350px;
    width: 100%;
    padding: 8px;
}

.content-media_sub_content {
    padding: 7rem
}

#cookie-law-info-bar {
    /*border: 0; */
    font-size: 12pt;
    margin: 0 auto;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, .5) 0px 5px 50px;
    display: none;
    left: 0px;
    font-weight: 300;
    width: inherit
}

@media screen and (max-width:47.9375em) {

    .partners__navigation,
    .partners__list,
    .customers .customers__testimonials--text-carousel .testimonial__image,
    .awards__list,
    .slick-slide img,
    .ZE-infomap {
        display: none !important;
    }

    .hero .hero-item {
        background: #18212a !important
    }
}

.bold-link a {
    font-weight: 600 !important;
    color: #EE8647 !important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio
}

#mc_embed_signup input:focus {
    border-color: #333
}

#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto
}

#mc_embed_signup .button:hover {
    background-color: #777
}

#mc_embed_signup .small-meta {
    font-size: 11px
}

#mc_embed_signup .nowrap {
    white-space: nowrap
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
    padding: 5px 0
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
    width: 30px
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
    display: none
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px
}

#mc_embed_signup .clear {
    clear: both
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%
}

#mc_embed_signup #mce-error-response {
    display: none
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em
}

#mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: bold
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41
}

.page-header__breadcrumbs {
    clear: both;
    padding: 15px 0 10px;
    border-bottom: 1px dotted gray
}

.page-header__breadcrumbs strong {
    font-weight: 500;
}

.validation_message {
    color: #d52525
}


/* New brand hero */

/* background with video */
.home-hero-vid {
    width: 100%;
    height: 21vw;
    max-height: 500px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    background: #103a8f;
	 
    overflow: hidden;
}

.home-hero {
    width: 100%;
    height: 21vw;
    max-height: 500px;
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    /*background: #103a8f;*/
	background:url(https://www.zema.global/wp-content/uploads/2025/02/Curves-homepage-viewer.jpg) no-repeat center center;
	max-width: 100%;
    overflow: hidden;
	padding-top:0 !important;
	background-size:cover;
	
}
.home-hero h2{color: #ffffff;  font-size: clamp(34px, 4vw, 74px);}
.home-hero .content-media__description p{color: #ffffff; font-size:400 1.2rem/1.5rem arial, sans-serif;}
 

@media screen and (max-width: 768px) {
 .home-hero-vid {
        min-height: 225px;
    }
	  .home-hero{background-position:top center;}
}

#interactive-hero-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 100%;
}



@media screen and (min-width: 74.9375em) {
   .home-hero .container, .home-hero-vid .container {
        width: 100%;
    }
}

.zema-home-hero, .zema-home-hero-video , .zema-home-hero-full-video{
    background-image: url(../../../../../uploads/2024/09/zema-splash-1.jpg);
    background-size: cover;
    background-position: center;
   /* height: 48.6vw;*/
    /*padding-top: 4rem;*/
	/*max-height:700px;*/
	 /*padding-top:24rem;*/
    padding-bottom: 4rem;
	
}
 
 
 #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.video-top{ 
    color: #ffffff;
    font: 600 3.5rem/1 "Lota Grotesque", helvetica, arial, sans-serif;
    z-index: 1;
    line-height: 1.2em;
}
.zema-home-hero-video , .zema-home-hero-full-video,.zema-home-hero-full-video .container,  #myVideo .container{width:100% !important;  max-width:100% !important;}
 .zema-home-hero-full-video{background:#103A8F !important;}
 
.zema-home-hero.content-media.content-media--content-left .content-media__content {
    align-self: flex-end;
    padding: 0 ;
    max-width: 60%;
    flex: 0 0 60%;
    margin-top: 0;
    position: relative;
	
}
.zema-home-hero.content-media.content-media--content-right .content-media__content{
 
}

.zema-home-hero h2 {
    color: white;
    font-size: clamp(24px, 4vw, 64px);
}
.zema-home-hero-video p{font-size:18px; color: white; }
.zema-home-hero-video p, .zema-home-hero-video  h4{ color: white; }
.zema-home-hero-video h2 , .zema-home-hero-full-video h2{
    color: white;
    font-size: clamp(24px, 4vw, 70px);
}
.zema-home-hero-video .content-media__video .overlay{ background:none !important;}
.zema-home-hero-video .content-media__media {
    margin-top:2rem;
}
.zema-home-hero .content-media__media {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.zema-home-hero .content-media__image {
    height: 100%;
    width: auto;
}

.zema-home-hero .content-media__image img {
    height: 100%;
    width: auto;
}

.zema-home-hero-video .content-media__button a, .zema-home-hero .content-media__button a, .home-hero .content-media__button a{
	 font: 400 0.95rem/0.9 arial, sans-serif;
    text-transform: none;
    letter-spacing: .025rem;
    color: #000 !important;
    background: #84FFC4;
    border-color: #84FFC4;
	display:inline;
	padding:20px;
}

.zema-home-hero .overlay {
    display: none;
}

.board-title {
    margin-top: 3rem;
    text-align: center;
}

@media screen and (max-width: 63.9375em) {
    .zema-home-hero, .zema-home-hero-video{
        padding: 1.5rem 0;
    }

    .zema-home-hero .content-media__content {
        text-align: left;
    }
	.zema-home-hero-video .content-media__media {margin-top:0}
}

@media screen and (max-width: 47.9375em) {
    .zema-home-hero, .zema-home-hero-video {
        height: auto;
    }

    .zema-home-hero.content-media.content-media--content-left .content-media__content {
        max-width: 80%;
        flex: 0 0 80%;
    }

    .zema-home-hero .content-media__media {
        right: -5%;
    }

    .zema-home-hero.content-media.content-media--content-left .content-media__content {
        margin-top: 3rem;
    }
}

.page-data-coverage .page-header__overlay,
.page-partners .page-header__overlay, 
.page-zema-marketplace .page-header__overlay,
.page-resource-library .page-header__overlay,
.page-zema-enterprise .page-header__overlay,
.page-platforms .page-header__overlay,
.page-zema-marketplace .call-to-action__overlay,
.page-book-a-discovery .page-header__overlay {
    display: none;
}

.page-content.lavender-bg {
    background: #eff1ff;
}

.page-zema-marketplace .call-to-action.page-header .container {
    align-items: center;
}

.page-zema-marketplace .call-to-action.page-header .call-to-action__content {
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
}

.page-zema-marketplace .call-to-action.page-header .call-to-action__content p {
    margin-top: 0;
}