.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.clear,
.clear-both,
.clearfix::after,
.clearfix:after,
.slick-track:after,
hr {
    clear: both
}

.slick-list,
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-container *,
.slick-slider {
    box-sizing: border-box
}

.fancybox-caption,
.fancybox-infobar,
.slick-slide.dragging img {
    pointer-events: none
}

.fancybox-infobar,
.slick-slider {
    -webkit-touch-callout: none;
    -ms-user-select: none
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.alignright,
[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: 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
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-slide,
.fancybox-slide--image .fancybox-content {
    transition-property: transform, opacity;
    top: 0;
    -webkit-backface-visibility: hidden
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    background: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    transform-origin: top left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: dotted 1px
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.aligncenter,
.c2a-content .post-article--small .post-article-inner .unreset-css h2,
.c2a-content .unreset-css h3,
.c2a-content .voting-inner .gform_confirmation_wrapper .unreset-css h3,
.fancybox-show-thumbs .fancybox-thumbs,
.pagination .unreset-css li,
.post-article--small .post-article-inner .c2a-content .unreset-css h2,
.post-article--small .post-article-inner .unreset-css h2,
.social-share .unreset-css p,
.team-modal .unreset-css .team-modal-title,
.unreset-css .block-title--large,
.unreset-css .c2a-content .post-article--small .post-article-inner h2,
.unreset-css .c2a-content .voting-inner .gform_confirmation_wrapper h3,
.unreset-css .c2a-content h3,
.unreset-css .page-title--small,
.unreset-css .pagination li,
.unreset-css .post-article--small .post-article-inner .c2a-content h2,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css .social-share p,
.unreset-css .team-modal .team-modal-title,
.unreset-css .team-title,
.unreset-css .voting-inner .gform_confirmation_wrapper .c2a-content h3,
.unreset-css .voting-inner .gform_confirmation_wrapper .page-title--small,
.unreset-css .voting-inner .gform_confirmation_wrapper h2,
.unreset-css address,
.unreset-css blockquote,
.unreset-css center,
.unreset-css dd,
.unreset-css dir,
.unreset-css div,
.unreset-css dl,
.unreset-css dt,
.unreset-css fieldset,
.unreset-css form,
.unreset-css frame,
.unreset-css frameset,
.unreset-css h1,
.unreset-css h2,
.unreset-css h3,
.unreset-css h4,
.unreset-css h5,
.unreset-css h6,
.unreset-css hr,
.unreset-css menu,
.unreset-css noframes,
.unreset-css ol,
.unreset-css p,
.unreset-css pre,
.unreset-css ul,
.voting-inner .gform_confirmation_wrapper .c2a-content .unreset-css h3,
.voting-inner .gform_confirmation_wrapper .unreset-css .page-title--small,
.voting-inner .gform_confirmation_wrapper .unreset-css h2,
article,
aside,
details,
div.aligncenter,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.block-title--large,
.c2a-content .post-article--small .post-article-inner .unreset-css h2,
.c2a-content .post-article--small .post-article-inner h2,
.c2a-content .unreset-css h3,
.c2a-content .voting-inner .gform_confirmation_wrapper h3,
.c2a-content h3,
.page-title--small,
.pagination li,
.post-article--small .post-article-inner .c2a-content .unreset-css h2,
.post-article--small .post-article-inner .c2a-content h2,
.post-article--small .post-article-inner .unreset-css h2,
.post-article--small .post-article-inner h2,
.social-share p,
.team-modal .team-modal-title,
.team-title,
.unreset-css .c2a-content .post-article--small .post-article-inner h2,
.unreset-css .c2a-content h3,
.unreset-css .page-title--small,
.unreset-css .post-article--small .post-article-inner .c2a-content h2,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css h2,
.unreset-css h3,
.voting-inner .gform_confirmation_wrapper .c2a-content h3,
.voting-inner .gform_confirmation_wrapper .page-title--small,
.voting-inner .gform_confirmation_wrapper h2,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.unreset-css b,
.unreset-css strong,
.unreset-css th {
    font-weight: 700
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

:focus,
a:focus,
button:focus,
input:focus,
option:focus,
select:focus,
textarea:focus {
    outline: 0 !important
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=number],
input[type=submit],
textarea {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000
}

::-moz-focus-inner {
    border: 0 !important
}

.about-info-block:before,
.archief-img:after,
.check-list li:before,
.post-article-short:before,
.svg-arrow_circle,
.svg-arrow_right,
.svg-arrow_right_green,
.svg-check,
.svg-icon5,
.svg-info,
.svg-logo,
.svg-logo_2022,
.svg-play,
.svg-quote_green,
.svg-quote_purple,
.unreset-css blockquote:before {
    background: url(/resources/themes/igniteaward/dist/svg/sprite.css.svg) no-repeat
}

.svg-arrow_circle {
    background-position: 0 0
}

.svg-arrow_circle-dims {
    width: 60px;
    height: 60px
}

.svg-arrow_right {
    background-position: 8.01068090787717% 15.831134564643799%
}

.svg-arrow_right-dims {
    width: 22px;
    height: 14px
}

.svg-arrow_right_green {
    background-position: 10.846560846560847% 19.321148825065276%
}

.svg-arrow_right_green-dims {
    width: 15px;
    height: 10px
}

.check-list li:before,
.svg-check {
    background-position: 12.950600801068092% 22.580645161290324%
}

.check-list li:before,
.svg-check-dims {
    width: 22px;
    height: 21px
}

.archief-img:after,
.svg-icon5 {
    background-position: 16.736990154711673% 31.53153153153153%
}

.archief-img:after,
.svg-icon5-dims {
    width: 60px;
    height: 60px
}

.about-info-block:before,
.svg-info {
    background-position: 23.994638069705093% 44.83695652173913%
}

.about-info-block:before,
.svg-info-dims {
    width: 25px;
    height: 25px
}

.svg-logo {
    background-position: 34.93150684931507% 50.666666666666664%
}

.svg-logo-dims {
    width: 187px;
    height: 18px
}

.svg-logo_2022 {
    background-position: 67.06689536878216% 55.61497326203209%
}

.svg-logo_2022-dims {
    width: 188px;
    height: 19px
}

.svg-play {
    background-position: 86.80659670164917% 78.54671280276817%
}

.svg-play-dims {
    width: 104px;
    height: 104px
}

.svg-quote_green,
.unreset-css blockquote:before {
    background-position: 92.54742547425474% 89.45945945945945%
}

.svg-quote_green-dims,
.unreset-css blockquote:before {
    width: 33px;
    height: 23px
}

.post-article-short:before,
.svg-quote_purple {
    background-position: 100% 100%
}

.post-article-short:before,
.svg-quote_purple-dims {
    width: 55px;
    height: 39px
}

.aligncenter,
div.aligncenter {
    margin: 10px auto
}

.alignright {
    margin: 10px 0 10px 10px
}

.alignleft,
.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 10px 10px 10px 0
}

.alignleft {
    float: left
}

.aligncenter {
    margin: 10px auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 10px 3px;
    text-align: center
}

.wp-caption.alignright {
    margin: 10px 0 10px 10px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.clear,
.clearfix:after,
.clearfix:before {
    width: 0;
    overflow: hidden;
    visibility: hidden
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.unreset-css li {
    display: list-item
}

.unreset-css head {
    display: none
}

.unreset-css table {
    display: table;
    border-spacing: 2px
}

.unreset-css tr {
    display: table-row
}

.unreset-css thead {
    display: table-header-group
}

.unreset-css tbody {
    display: table-row-group
}

.unreset-css tfoot {
    display: table-footer-group
}

.unreset-css col {
    display: table-column
}

.unreset-css colgroup {
    display: table-column-group
}

.unreset-css td,
.unreset-css th {
    display: table-cell
}

.unreset-css caption {
    display: table-caption;
    text-align: center
}

.image-container,
.unreset-css button,
.unreset-css input,
.unreset-css select,
.unreset-css textarea {
    display: inline-block
}

.unreset-css th {
    text-align: center
}

.unreset-css body {
    margin: 8px
}

.unreset-css blockquote,
.unreset-css dir,
.unreset-css dl,
.unreset-css fieldset,
.unreset-css form,
.unreset-css menu,
.unreset-css ol,
.unreset-css p,
.unreset-css ul {
    margin: 1.444em 0
}

.unreset-css p:first-child {
    margin-top: 0
}

.unreset-css p:last-child {
    margin-bottom: 0
}

.post-article--small .post-article-inner .unreset-css h2,
.social-share .unreset-css p,
.team-modal .unreset-css .team-modal-title,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css .social-share p,
.unreset-css .team-modal .team-modal-title,
.unreset-css .team-title,
.unreset-css h3,
.unreset-css h5 {
    margin: 1.5em 0
}

.unreset-css h6 {
    margin: 1.67em 0
}

.unreset-css blockquote {
    margin-left: 40px;
    margin-right: 40px
}

.unreset-css address,
.unreset-css cite,
.unreset-css em,
.unreset-css i,
.unreset-css var {
    font-style: italic
}

.unreset-css code,
.unreset-css kbd,
.unreset-css pre,
.unreset-css samp,
.unreset-css tt {
    font-family: monospace
}

.unreset-css pre {
    white-space: pre
}

.unreset-css big {
    font-size: 1.17em
}

.unreset-css small,
.unreset-css sub,
.unreset-css sup {
    font-size: .83em
}

.unreset-css sub {
    vertical-align: sub
}

.unreset-css sup {
    vertical-align: super
}

.unreset-css tbody,
.unreset-css tfoot,
.unreset-css thead,
img {
    vertical-align: middle
}

.unreset-css td,
.unreset-css th,
.unreset-css tr {
    vertical-align: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

.unreset-css del,
.unreset-css s,
.unreset-css strike {
    text-decoration: line-through
}

.unreset-css hr {
    border: 1px inset
}

.image-container,
.stretch-video {
    font-size: 0;
    border: 0
}

.unreset-css dd,
.unreset-css dir,
.unreset-css menu,
.unreset-css ol,
.unreset-css ul {
    margin-left: 40px
}

.unreset-css ol,
.unreset-css ol li {
    list-style: decimal
}

.unreset-css ol ol,
.unreset-css ol ul,
.unreset-css ul ol,
.unreset-css ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.unreset-css ul,
.unreset-css ul li {
    list-style: disc
}

.unreset-css ins,
.unreset-css u {
    text-decoration: underline
}

.unreset-css br:before {
    content: "\A";
    white-space: pre-line
}

.unreset-css center {
    text-align: center
}

.image-container {
    zoom: 1
}

.image-container:first-child {
    margin-top: 0
}

.relative {
    position: relative !important
}

.static {
    position: static !important
}

.absolute,
.show-for-sr,
.show-on-focus {
    position: absolute !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.button,
.page-wrapper,
.unreset-css blockquote,
body,
sub,
sup {
    position: relative
}

.no-margin {
    margin: 0
}

.inline {
    display: inline
}

.block {
    display: block
}

.hidden {
    display: none
}

.inline-block {
    display: inline-block !important
}

.no-overflow {
    overflow: hidden
}

i[class^=svg-] {
    display: inline-block
}

.gm-style img {
    max-width: inherit
}

.h5 {
    height: 5px !important
}

.h10 {
    height: 10px !important
}

.h15 {
    height: 15px !important
}

.h20 {
    height: 20px !important
}

.h25 {
    height: 25px !important
}

.h30 {
    height: 30px !important
}

.h40,
.h45 {
    height: 40px !important
}

.h50 {
    height: 50px !important
}

.h60 {
    height: 60px !important
}

.h70 {
    height: 70px !important
}

.h80 {
    height: 80px !important
}

.h90 {
    height: 90px !important
}

.h100,
.h110,
.h120 {
    height: 100px !important
}

.h100vh {
    height: 100vh !important
}

.h100p {
    height: 100% !important
}

.mt1e {
    margin-top: 1em !important
}

.mt2e {
    margin-top: 2em !important
}

.mt35e,
.mt3e {
    margin-top: 3em !important
}

.mt4e {
    margin-top: 4em !important
}

.mt5e {
    margin-top: 5em !important
}

.mt6e {
    margin-top: 6em !important
}

.mt7e {
    margin-top: 7em !important
}

.mb05e {
    margin-bottom: .5em !important
}

.mb1e {
    margin-bottom: 1em !important
}

.mb2e {
    margin-bottom: 2em !important
}

.mb3e {
    margin-bottom: 3em !important
}

.mb4e {
    margin-bottom: 4em !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40,
.mt45 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt90 {
    margin-top: 90px !important
}

.mt100 {
    margin-top: 100px !important
}

.scale-image .image-container {
    overflow: hidden;
    display: block
}

.scale-image img {
    will-change: transform;
    -webkit-transition: .6s ease -webkit-transform;
    -moz-transition: .6s ease -moz-transform;
    -o-transition: .6s ease -o-transform;
    transition: .6s ease transform
}

a:hover .scale-image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

body,
button {
    background: 0 0
}

.touchevents .show-for-touch {
    display: block !important
}

.no-touchevents .show-for-touch,
.touchevents .hide-for-touch {
    display: none !important
}

.no-touchevents .hide-for-touch {
    display: block !important
}

.no-videoautoplay .show-for-videoautoplay,
.videoautoplay .hide-for-videoautoplay {
    display: none !important
}

.clear {
    display: block;
    height: 0
}

.clearfix:after,
.clearfix:before {
    content: '\0020';
    display: block;
    height: 0
}

button,
hr,
input {
    overflow: visible
}

pre,
textarea {
    overflow: auto
}

.clearfix {
    zoom: 1
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {font-display:swap;
    font-family: proxima-nova;
    src: url(/resources/themes/igniteaward/fonts/392114_5_0.eot);
    src: url(/resources/themes/igniteaward/fonts/392114_5_0.eot?#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/392114_5_0.woff2) format("woff2"), url(/resources/themes/igniteaward/fonts/392114_5_0.woff) format("woff"), url(/resources/themes/igniteaward/fonts/392114_5_0.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {font-display:swap;
    font-family: proxima-nova;
    src: url(/resources/themes/igniteaward/fonts/392114_6_0.eot);
    src: url(/resources/themes/igniteaward/fonts/392114_6_0.eot?#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/392114_6_0.woff2) format("woff2"), url(/resources/themes/igniteaward/fonts/392114_6_0.woff) format("woff"), url(/resources/themes/igniteaward/fonts/392114_6_0.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {font-display:swap;
    font-family: proxima-nova;
    src: url(/resources/themes/igniteaward/fonts/392114_8_0.eot);
    src: url(/resources/themes/igniteaward/fonts/392114_8_0.eot?#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/392114_8_0.woff2) format("woff2"), url(/resources/themes/igniteaward/fonts/392114_8_0.woff) format("woff"), url(/resources/themes/igniteaward/fonts/392114_8_0.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {font-display:swap;
    font-family: proxima-nova;
    src: url(/resources/themes/igniteaward/fonts/392114_C_0.eot);
    src: url(/resources/themes/igniteaward/fonts/392114_C_0.eot?#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/392114_C_0.woff2) format("woff2"), url(/resources/themes/igniteaward/fonts/392114_C_0.woff) format("woff"), url(/resources/themes/igniteaward/fonts/392114_C_0.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {font-display:swap;
    font-family: proxima-nova;
    src: url(/resources/themes/igniteaward/fonts/392114_E_0.eot);
    src: url(/resources/themes/igniteaward/fonts/392114_E_0.eot?#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/392114_E_0.woff2) format("woff2"), url(/resources/themes/igniteaward/fonts/392114_E_0.woff) format("woff"), url(/resources/themes/igniteaward/fonts/392114_E_0.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {font-display:swap;
    font-family: proxima-nova;
    src: url(/resources/themes/igniteaward/fonts/392114_11_0.eot);
    src: url(/resources/themes/igniteaward/fonts/392114_11_0.eot?#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/392114_11_0.woff2) format("woff2"), url(/resources/themes/igniteaward/fonts/392114_11_0.woff) format("woff"), url(/resources/themes/igniteaward/fonts/392114_11_0.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {font-display:swap;
    font-family: fontello;
    src: url(/resources/themes/igniteaward/fonts/fontello.eot?1198736);
    src: url(/resources/themes/igniteaward/fonts/fontello.eot?1198736#iefix) format("embedded-opentype"), url(/resources/themes/igniteaward/fonts/fontello.woff?1198736) format("woff"), url(/resources/themes/igniteaward/fonts/fontello.ttf?1198736) format("truetype"), url(/resources/themes/igniteaward/fonts/fontello.svg?1198736#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.icon-camera:before {
    content: '\e800'
}

.icon-left-open-big:before {
    content: '\e801'
}

.icon-up-open-big:before {
    content: '\e802'
}

.icon-down-open-big:before {
    content: '\e803'
}

.icon-left-open-mini:before {
    content: '\e804'
}

.icon-right-open-mini:before {
    content: '\e805'
}

.icon-up-open-mini:before {
    content: '\e806'
}

.icon-right-open-big:before {
    content: '\e807'
}

.icon-down-open-mini:before {
    content: '\e808'
}

.icon-search-1:before {
    content: '\e809'
}

.icon-play:before {
    content: '\e80a'
}

.icon-link:before {
    content: '\e80b'
}

.icon-down-small:before {
    content: '\e80c'
}

.icon-right-small:before {
    content: '\e80d'
}

.icon-up-small:before {
    content: '\e80e'
}

.icon-phone:before {
    content: '\e80f'
}

.icon-plus:before {
    content: '\e810'
}

.icon-minus:before {
    content: '\e811'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-pinterest-circled:before {
    content: '\f0d2'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-youtube-play:before {
    content: '\f16a'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-behance:before {
    content: '\f1b4'
}

.icon-whatsapp:before {
    content: '\f232'
}

.icon-linkedin-squared:before {
    content: '\f30c'
}

.icon-facebook-circled:before {
    content: '\f30d'
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    height: auto;
    min-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body,
html {
    -webkit-font-smoothing: antialiased
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=60em&xlarge=65em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

.unreset-css .gform_wrapper .selectbox select,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #2B057D;
    -moz-osx-font-smoothing: grayscale
}

select {
    box-sizing: border-box;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden,
.show-for-print {
    display: none !important
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #9A9BA2
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

#countdown .timer-block,
.button--big,
.mobile-nav-contact,
.mobile-navigation,
.pagination,
.team-article,
.team-article.team-article--small .team-overlay,
.text-center,
.timeline li,
.unreset-css blockquote,
.voting-inner .gform_confirmation_wrapper {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

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

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

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

    blockquote,
    pre {
        border: 1px solid #9A9BA2
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    .c2a-content .post-article--small .post-article-inner h2,
    .c2a-content h3,
    .page-title--small,
    .post-article--small .post-article-inner .c2a-content h2,
    .post-article--small .post-article-inner h2,
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    .c2a-content .post-article--small .post-article-inner h2,
    .c2a-content h3,
    .page-title--small,
    .post-article--small .post-article-inner .c2a-content h2,
    .post-article--small .post-article-inner h2,
    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

a,
abbr,
abbr[title] {
    text-decoration: none
}

.row,
hr {
    max-width: 77.875rem
}

.block-title--large,
.c2a-content .post-article--small .post-article-inner .unreset-css h2,
.c2a-content .post-article--small .post-article-inner h2,
.c2a-content .unreset-css h3,
.c2a-content .voting-inner .gform_confirmation_wrapper h3,
.c2a-content h3,
.page-title--small,
.pagination li,
.post-article--small .post-article-inner .c2a-content .unreset-css h2,
.post-article--small .post-article-inner .c2a-content h2,
.post-article--small .post-article-inner .unreset-css h2,
.post-article--small .post-article-inner h2,
.social-share p,
.team-modal .team-modal-title,
.team-title,
.unreset-css .c2a-content .post-article--small .post-article-inner h2,
.unreset-css .c2a-content h3,
.unreset-css .page-title--small,
.unreset-css .post-article--small .post-article-inner .c2a-content h2,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css h2,
.unreset-css h3,
.voting-inner .gform_confirmation_wrapper .c2a-content h3,
.voting-inner .gform_confirmation_wrapper .page-title--small,
.voting-inner .gform_confirmation_wrapper h2,
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

b,
strong {
    font-weight: 700;
    line-height: inherit
}

small {
    line-height: inherit
}

.block-title--large,
.c2a-content .post-article--small .post-article-inner .unreset-css h2,
.c2a-content .post-article--small .post-article-inner h2,
.c2a-content .unreset-css h3,
.c2a-content .voting-inner .gform_confirmation_wrapper h3,
.c2a-content h3,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-title--small,
.pagination li,
.post-article--small .post-article-inner .c2a-content .unreset-css h2,
.post-article--small .post-article-inner .c2a-content h2,
.post-article--small .post-article-inner .unreset-css h2,
.post-article--small .post-article-inner h2,
.social-share p,
.team-modal .team-modal-title,
.team-title,
.unreset-css .c2a-content .post-article--small .post-article-inner h2,
.unreset-css .c2a-content h3,
.unreset-css .page-title--small,
.unreset-css .post-article--small .post-article-inner .c2a-content h2,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css h2,
.unreset-css h3,
.voting-inner .gform_confirmation_wrapper .c2a-content h3,
.voting-inner .gform_confirmation_wrapper .page-title--small,
.voting-inner .gform_confirmation_wrapper h2,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #4816B1;
    text-rendering: optimizeLegibility
}

.block-title--large small,
.c2a-content .post-article--small .post-article-inner .unreset-css h2 small,
.c2a-content .post-article--small .post-article-inner h2 small,
.c2a-content .unreset-css h3 small,
.c2a-content .voting-inner .gform_confirmation_wrapper h3 small,
.c2a-content h3 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.page-title--small small,
.pagination li small,
.post-article--small .post-article-inner .c2a-content .unreset-css h2 small,
.post-article--small .post-article-inner .c2a-content h2 small,
.post-article--small .post-article-inner .unreset-css h2 small,
.post-article--small .post-article-inner h2 small,
.social-share p small,
.team-modal .team-modal-title small,
.team-title small,
.unreset-css .c2a-content .post-article--small .post-article-inner h2 small,
.unreset-css .c2a-content h3 small,
.unreset-css .page-title--small small,
.unreset-css .post-article--small .post-article-inner .c2a-content h2 small,
.unreset-css .post-article--small .post-article-inner h2 small,
.unreset-css h2 small,
.unreset-css h3 small,
.voting-inner .gform_confirmation_wrapper .c2a-content h3 small,
.voting-inner .gform_confirmation_wrapper .page-title--small small,
.voting-inner .gform_confirmation_wrapper h2 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}

code,
kbd {
    background-color: #E1E1E1;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

a,
a:active,
a:focus,
a:hover,
p {
    color: inherit
}

.block-title--large,
.c2a-content .voting-inner .gform_confirmation_wrapper h3,
.h1,
.voting-inner .gform_confirmation_wrapper .c2a-content h3,
.voting-inner .gform_confirmation_wrapper .page-title--small,
.voting-inner .gform_confirmation_wrapper h2,
h1 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.c2a-content .post-article--small .post-article-inner h2,
.c2a-content h3,
.h2,
.page-title--small,
.post-article--small .post-article-inner .c2a-content h2,
h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3,
.post-article--small .post-article-inner h2,
h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.c2a-content .post-article--small .post-article-inner .unreset-css h2,
.c2a-content .unreset-css h3,
.h4,
.pagination li,
.post-article--small .post-article-inner .c2a-content .unreset-css h2,
.unreset-css .c2a-content .post-article--small .post-article-inner h2,
.unreset-css .c2a-content h3,
.unreset-css .page-title--small,
.unreset-css .post-article--small .post-article-inner .c2a-content h2,
.unreset-css h2,
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5,
.post-article--small .post-article-inner .unreset-css h2,
.social-share p,
.team-modal .team-modal-title,
.team-title,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css h3,
h5 {
    font-size: .8125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6,
h6 {
    font-size: .75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

figure,
kbd {
    margin: 0
}

@media print,
screen and (min-width:48em) {
    .medium-text-left {
        text-align: left
    }

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

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

    .medium-text-justify {
        text-align: justify
    }

    .block-title--large,
    .c2a-content .voting-inner .gform_confirmation_wrapper h3,
    .h1,
    .voting-inner .gform_confirmation_wrapper .c2a-content h3,
    .voting-inner .gform_confirmation_wrapper .page-title--small,
    .voting-inner .gform_confirmation_wrapper h2,
    h1 {
        font-size: 3.125rem
    }

    .c2a-content .post-article--small .post-article-inner h2,
    .c2a-content h3,
    .h2,
    .page-title--small,
    .post-article--small .post-article-inner .c2a-content h2,
    h2 {
        font-size: 2.625rem
    }

    .h3,
    .post-article--small .post-article-inner h2,
    h3 {
        font-size: 1.625rem
    }

    .c2a-content .post-article--small .post-article-inner .unreset-css h2,
    .c2a-content .unreset-css h3,
    .h4,
    .pagination li,
    .post-article--small .post-article-inner .c2a-content .unreset-css h2,
    .unreset-css .c2a-content .post-article--small .post-article-inner h2,
    .unreset-css .c2a-content h3,
    .unreset-css .page-title--small,
    .unreset-css .post-article--small .post-article-inner .c2a-content h2,
    .unreset-css h2,
    h4 {
        font-size: 1.375rem
    }

    .h5,
    .post-article--small .post-article-inner .unreset-css h2,
    .social-share p,
    .team-modal .team-modal-title,
    .team-title,
    .unreset-css .post-article--small .post-article-inner h2,
    .unreset-css h3,
    h5 {
        font-size: 1.125rem
    }

    .h6,
    h6 {
        font-size: .875rem
    }
}

a {
    background-color: transparent;
    line-height: inherit;
    cursor: pointer
}

a img {
    border: 0
}

hr {
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl,
ol,
ul {
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #9A9BA2
}

cite {
    display: block;
    font-size: .8125rem;
    color: #9A9BA2
}

cite:before {
    content: "— "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    font-weight: 400
}

kbd {
    padding: .125rem .25rem 0
}

.float-center,
.row {
    margin-right: auto;
    margin-left: auto
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:48em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:47.99875em) {

    .hide-for-small-only,
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:48em) and (max-width:59.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:47.99875em),
screen and (min-width:60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:60em) {
    .large-text-left {
        text-align: left
    }

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

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

    .large-text-justify {
        text-align: justify
    }

    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:59.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:60em) and (max-width:64.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:59.99875em),
screen and (min-width:65em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:65em) {
    .xlarge-text-left {
        text-align: left
    }

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

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

    .xlarge-text-justify {
        text-align: justify
    }

    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:64.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:65em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:64.99875em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .xxlarge-text-left {
        text-align: left
    }

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

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

    .xxlarge-text-justify {
        text-align: justify
    }

    .hide-for-xxlarge,
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {

    .show-for-xxlarge,
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.flex-container,
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

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

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

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

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

@media screen and (min-width:65em) {
    .row .row {
        margin-right: -1.4375rem;
        margin-left: -1.4375rem
    }
}

@media screen and (min-width:90em) {
    .row .row {
        margin-right: -1.4375rem;
        margin-left: -1.4375rem
    }
}

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

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

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

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

.column,
.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    min-width: 0
}

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

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

.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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-2,
.small-3 {
    -webkit-box-flex: 0
}

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

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

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

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

.small-4,
.small-5 {
    -webkit-box-flex: 0
}

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

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

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

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

.small-6,
.small-7 {
    -webkit-box-flex: 0
}

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

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

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

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

.small-8,
.small-9 {
    -webkit-box-flex: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-8>.column,
.small-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -moz-box-flex: 0;
    -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: 1.5625rem;
    padding-left: 1.5625rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .medium-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

    .medium-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .medium-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .medium-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -moz-box-flex: 0;
        -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 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

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

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 1.4375rem;
        padding-left: 1.4375rem
    }
}

@media print,
screen and (min-width:60em) {
    .large-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .large-2,
    .large-3 {
        -webkit-box-flex: 0
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .large-3 {
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-4,
    .large-5 {
        -webkit-box-flex: 0
    }

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

    .large-4 {
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .large-5 {
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .large-6,
    .large-7 {
        -webkit-box-flex: 0
    }

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

    .large-6 {
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .large-7 {
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .large-8,
    .large-9 {
        -webkit-box-flex: 0
    }

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

    .large-8 {
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .large-9 {
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .large-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

    .large-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .large-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width:60em) and (min-width:60em) {
    .large-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

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

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 1.4375rem;
        padding-left: 1.4375rem
    }
}

@media screen and (min-width:65em) {
    .xlarge-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .xlarge-offset-0 {
        margin-left: 0
    }

    .xlarge-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .xlarge-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .xlarge-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .xlarge-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .xlarge-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .xlarge-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .xlarge-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .xlarge-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .xlarge-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

    .xlarge-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .xlarge-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .xlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .xlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width:65em) and (min-width:65em) {
    .xlarge-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:65em) {

    .row.xlarge-unstack>.column,
    .row.xlarge-unstack>.columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

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

    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns {
        padding-right: 1.4375rem;
        padding-left: 1.4375rem
    }
}

@media screen and (min-width:90em) {
    .xxlarge-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .xxlarge-offset-0 {
        margin-left: 0
    }

    .xxlarge-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .xxlarge-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .xxlarge-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .xxlarge-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .xxlarge-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .xxlarge-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .xxlarge-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .xxlarge-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .xxlarge-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

    .xxlarge-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .xxlarge-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .xxlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-1>.column,
    .xxlarge-up-1>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-2>.column,
    .xxlarge-up-2>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-3>.column,
    .xxlarge-up-3>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xxlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-4>.column,
    .xxlarge-up-4>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-5>.column,
    .xxlarge-up-5>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xxlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-6>.column,
    .xxlarge-up-6>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xxlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-7>.column,
    .xxlarge-up-7>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .xxlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .xxlarge-up-8>.column,
    .xxlarge-up-8>.columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.image-container,
.shrink {
    max-width: 100%
}

@media screen and (min-width:90em) and (min-width:90em) {
    .xxlarge-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xxlarge-unstack>.column,
.row.xxlarge-unstack>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:90em) {

    .row.xxlarge-unstack>.column,
    .row.xxlarge-unstack>.columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

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

    .xxlarge-uncollapse>.column,
    .xxlarge-uncollapse>.columns {
        padding-right: 1.4375rem;
        padding-left: 1.4375rem
    }
}

.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.column-block {
    margin-bottom: 3.125rem
}

.column-block>:last-child {
    margin-bottom: 0
}

.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:48em) {
    .column-block {
        margin-bottom: 2.875rem
    }

    .column-block>:last-child {
        margin-bottom: 0
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:60em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:65em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-flex;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column,
.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical
}

.flex-dir-column {
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

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

    .medium-flex-dir-row,
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal
    }

    .medium-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

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

    .large-flex-dir-row,
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal
    }

    .large-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:65em) {

    .xlarge-flex-dir-row,
    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal
    }

    .xlarge-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {

    .xxlarge-flex-dir-row,
    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal
    }

    .xxlarge-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:48em) {
    .medium-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media print,
screen and (min-width:60em) {
    .large-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media screen and (min-width:65em) {
    .xlarge-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

html {
    -webkit-text-size-adjust: none;
    font-size: 16px;
    background-color: #F5F8FB
}

dl,
ol,
p,
ul,
ul li ol,
ul li ul {
    line-height: inherit;
    font-size: inherit
}

.svg-definitions {
    display: none;
    visibility: hidden
}

button,
input,
select,
textarea {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

p:last-child {
    margin-bottom: 0
}

dl,
ol,
ul,
ul li ol,
ul li ul {
    margin-left: 0;
    margin-bottom: 0
}

body,
html {
    height: auto
}

.navigation--open body,
.navigation--open html {
    height: 100%;
    overflow: hidden
}

a {
    outline: 0;
    display: inline-block;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.button,
.c2a-content .page-template--white h3,
.c2a-content .post-article--small .post-article-inner .page-template--white h2,
.c2a-content .unreset-css .page-template--white h3,
.c2a-content .voting-inner .gform_confirmation_wrapper .page-template--white h3,
.page-template--white .block-title--large,
.page-template--white .c2a-content .post-article--small .post-article-inner h2,
.page-template--white .c2a-content .unreset-css h3,
.page-template--white .c2a-content .voting-inner .gform_confirmation_wrapper h3,
.page-template--white .c2a-content h3,
.page-template--white .page-title--small,
.page-template--white .pagination li,
.page-template--white .post-article--small .post-article-inner .c2a-content h2,
.page-template--white .post-article--small .post-article-inner .unreset-css h2,
.page-template--white .post-article--small .post-article-inner h2,
.page-template--white .social-share p,
.page-template--white .team-modal .team-modal-title,
.page-template--white .team-title,
.page-template--white .unreset-css .c2a-content h3,
.page-template--white .unreset-css .page-title--small,
.page-template--white .unreset-css .post-article--small .post-article-inner h2,
.page-template--white .unreset-css h2,
.page-template--white .unreset-css h3,
.page-template--white .voting-inner .gform_confirmation_wrapper .c2a-content h3,
.page-template--white .voting-inner .gform_confirmation_wrapper .page-title--small,
.page-template--white .voting-inner .gform_confirmation_wrapper h2,
.page-template--white h1,
.page-template--white h2,
.page-template--white h3,
.page-template--white h4,
.page-template--white h5,
.page-template--white h6,
.page-template--white h7,
.pagination .page-template--white li,
.post-article--small .post-article-inner .c2a-content .page-template--white h2,
.post-article--small .post-article-inner .page-template--white h2,
.post-article--small .post-article-inner .unreset-css .page-template--white h2,
.social-share .page-template--white p,
.team-modal .page-template--white .team-modal-title,
.unreset-css .c2a-content .page-template--white h3,
.unreset-css .page-template--white .page-title--small,
.unreset-css .page-template--white h2,
.unreset-css .page-template--white h3,
.unreset-css .post-article--small .post-article-inner .page-template--white h2,
.voting-inner .gform_confirmation_wrapper .c2a-content .page-template--white h3,
.voting-inner .gform_confirmation_wrapper .page-template--white .page-title--small,
.voting-inner .gform_confirmation_wrapper .page-template--white h2 {
    color: #fff
}

body {
    opacity: 0;
    -webkit-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity;
    -moz-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity;
    -o-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity;
    transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity
}

.button,
.logo svg {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

.page-loaded body {
    opacity: 1
}

.article-card-link:hover,
.block-link:hover,
.footer-navigation a:hover,
.post-article-link:hover,
.post-article-video:hover,
.service-navigation a:hover,
.social-media a:hover,
.social-share a:hover,
.unreset-css a:hover {
    opacity: .75
}

body.page-template--white {
    background-color: #4816B1
}

body.home {
    background-color: #00D7A0
}

.block-title--large,
.c2a-content .voting-inner .gform_confirmation_wrapper h3,
.voting-inner .gform_confirmation_wrapper .c2a-content h3,
.voting-inner .gform_confirmation_wrapper .page-title--small,
.voting-inner .gform_confirmation_wrapper h2,
h1 {
    line-height: 1.16
}

.c2a-content .post-article--small .post-article-inner h2,
.c2a-content h3,
.page-title--small,
.post-article--small .post-article-inner .c2a-content h2,
h2 {
    line-height: 1.238
}

.post-article--small .post-article-inner .unreset-css h2,
.social-share p,
.team-modal .team-modal-title,
.team-title,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css h3,
h5 {
    line-height: 1.444
}

.button {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all .2s ease-in;
    background-image: -webkit-linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    background-image: -moz- oldlinear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    background-image: -o-linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    background-image: linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    -webkit-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .4);
    -moz-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .4);
    box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 18px 48px
}

.button:active,
.button:focus,
.button:hover,
.text-white .unreset-css,
.text-white .unreset-css p {
    color: #fff !important
}

.about-info-block:before,
.unreset-css blockquote:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none
}

.button:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .5);
    -moz-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .5);
    box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .5)
}

.button--big {
    display: block;
    padding: 23px 48px;
    background-image: -webkit-linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    background-image: -moz- oldlinear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    background-image: -o-linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    background-image: linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
    -webkit-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .1);
    -moz-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .1);
    box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .1)
}

.text-large .unreset-css {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.462
}

.unreset-css {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444
}

.page-template--white .unreset-css {
    color: #CBC8E3
}

.c2a-content .post-article--small .post-article-inner .unreset-css h2,
.c2a-content .unreset-css h3,
.post-article--small .post-article-inner .c2a-content .unreset-css h2,
.unreset-css .c2a-content .post-article--small .post-article-inner h2,
.unreset-css .c2a-content h3,
.unreset-css .page-title--small,
.unreset-css .post-article--small .post-article-inner .c2a-content h2,
.unreset-css h2 {
    margin: 0 0 26px
}

.c2a-content .post-article--small .post-article-inner .unreset-css h2+ol,
.c2a-content .post-article--small .post-article-inner .unreset-css h2+ul,
.c2a-content .unreset-css h3+ol,
.c2a-content .unreset-css h3+ul,
.post-article--small .post-article-inner .c2a-content .unreset-css h2+ol,
.post-article--small .post-article-inner .c2a-content .unreset-css h2+ul,
.unreset-css .c2a-content .post-article--small .post-article-inner h2+ol,
.unreset-css .c2a-content .post-article--small .post-article-inner h2+ul,
.unreset-css .c2a-content h3+ol,
.unreset-css .c2a-content h3+ul,
.unreset-css .page-title--small+ol,
.unreset-css .page-title--small+ul,
.unreset-css .post-article--small .post-article-inner .c2a-content h2+ol,
.unreset-css .post-article--small .post-article-inner .c2a-content h2+ul,
.unreset-css h2+ol,
.unreset-css h2+ul {
    margin-top: -10px
}

.post-article--small .post-article-inner .unreset-css h2,
.unreset-css .post-article--small .post-article-inner h2,
.unreset-css h3 {
    margin: 0 0 26px
}

.unreset-css ol,
.unreset-css p,
.unreset-css ul {
    color: #8B829D
}

.page-template--white .unreset-css ol,
.page-template--white .unreset-css p,
.page-template--white .unreset-css ul {
    color: #CBC8E3
}

.unreset-css ul {
    margin-left: 18px
}

.unreset-css ul li {
    line-height: 1.778
}

.unreset-css a {
    color: #00D7A0
}

.unreset-css a:active,
.unreset-css a:focus,
.unreset-css a:hover {
    color: #00D7A0 !important
}

.unreset-css blockquote {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.462;
    font-weight: 800;
    color: #4816B1;
    margin: 23px 0;
    border: none
}

.unreset-css blockquote:before {
    transition: none;
    content: '';
    display: block;
    margin: 0 auto 12px
}

.page-wrapper {
    overflow: hidden
}

.page-wrapper:after,
.page-wrapper:before {
    height: 100%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    top: 0;
    content: ''
}

.page-wrapper:before {
    display: block;
    width: 618px;
    max-width: 50vw;
    left: 0;
    background-image: url(/resources/themes/igniteaward/images/vorm13contentlinks.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top left
}

.page-wrapper:after,
.section-content--shape:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto
}

.page-template--white .page-wrapper:before {
    background-image: url(/resources/themes/igniteaward/images/vorm5aanmeldlinks.png)
}

.home .page-wrapper:before {
    display: none
}

.page-wrapper:after {
    display: block;
    width: 449px;
    max-width: 50vw;
    right: 0;
    background-image: url(/resources/themes/igniteaward/images/vorm14contentrechts.png);
    background-size: 100% auto;
    background-position: top right
}

.logo,
.logo svg {
    width: 188px;
    height: 19px
}

.header,
.main-navigation li:not(.nav--button) a {
    position: relative
}

.page-template--white .page-wrapper:after {
    background-image: url(/resources/themes/igniteaward/images/vorm6aanmeldrechts.png)
}

.home .page-wrapper:after {
    display: none
}

.section-content {
    z-index: 2
}

.js .animation {
    opacity: 0;
    -webkit-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, -webkit-transform .5s;
    -moz-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, -moz-transform .5s;
    -o-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, -o-transform .5s;
    transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, transform .5s
}

.js .animation.animate-down {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px)
}

.js .animation.animate-up {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.js .animation.animate-right {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px)
}

.js .animation.animate-left {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px)
}

.js.page-loaded .animation.scroll-visible,
.js.page-loaded .bg-cover.scroll-visible,
.js.page-loaded .fp-completely .animation,
.js.page-loaded .image-animation.scroll-visible,
.js.page-loaded .itc-container.scroll-visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.js .animate-delay-100 {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}

.js .animate-delay-200 {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms
}

.js .animate-delay-300 {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms
}

.js .animate-delay-400 {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms
}

.js .animate-delay-500 {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms
}

.js .animate-delay-600 {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms
}

.js .animate-delay-700 {
    -webkit-transition-delay: 950ms;
    -moz-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    transition-delay: 950ms
}

.js .animate-delay-800 {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.js .animate-delay-900 {
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s
}

.js .animate-delay-1000 {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.js img.lazy-interchange {
    opacity: 0;
    -webkit-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, -webkit-transform .5s;
    -moz-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, -moz-transform .5s;
    -o-transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, -o-transform .5s;
    transition: .8s cubic-bezier(0, 0, .39, 1.03) opacity, transform .5s
}

.js img.lazy-interchange.img-visible {
    opacity: 1
}

.header {
    padding-top: 93px;
    padding-bottom: 93px;
    z-index: 50
}

.logo {
    display: block
}

.intro-video-overlay,
.main-navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box
}

.logo svg {
    fill: #4816B1;
    transition: all .2s ease-in
}

.main-navigation,
.main-navigation li:not(.nav--button) a:after {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

.navigation--open .logo svg,
.page-template--white .logo svg {
    fill: #fff
}

.main-navigation {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    color: #4816B1;
    transition: all .2s ease-in
}

.navigation--open .main-navigation,
.page-template--white .main-navigation {
    color: #fff
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-navigation li {
    margin-left: 40px
}

.main-navigation li.nav--button a {
    border: 1px solid currentColor;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 18px
}

.main-navigation li.nav--button a:active,
.main-navigation li.nav--button a:focus,
.main-navigation li.nav--button a:hover {
    color: #00D7A0 !important
}

.home .main-navigation li.nav--button a:active,
.home .main-navigation li.nav--button a:focus,
.home .main-navigation li.nav--button a:hover {
    color: #4816B1 !important
}

.main-navigation li:not(.nav--button).current_page_item a {
    color: #00D7A0
}

.main-navigation li:not(.nav--button).current_page_item a:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #00D7A0
}

.main-navigation li:not(.nav--button) a:active,
.main-navigation li:not(.nav--button) a:focus,
.main-navigation li:not(.nav--button) a:hover {
    color: #00D7A0 !important
}

.home .main-navigation li:not(.nav--button) a:active,
.home .main-navigation li:not(.nav--button) a:focus,
.home .main-navigation li:not(.nav--button) a:hover {
    color: #4816B1 !important
}

.home .main-navigation li:not(.nav--button) a:hover:after {
    background-color: #4816B1
}

.main-navigation li:not(.nav--button) a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #00D7A0
}

.main-navigation li:not(.nav--button) a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .2s ease-in
}

.navigation--open .toggle-nav .navigation-lines,
.navigation--open .toggle-nav .navigation-lines:after,
.navigation--open .toggle-nav .navigation-lines:before,
.navigation-lines,
.navigation-lines:after,
.navigation-lines:before {
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    width: 24px
}

#mobile-nav,
.page-block-video-thumb {
    -o-transition: all .2s ease-in;
    right: 0
}

.toggle-nav {
    width: 24px;
    height: 15px;
    margin-top: -8px;
    display: none
}

.navigation--open .toggle-nav .navigation-lines {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px
}

.navigation--open .toggle-nav .navigation-lines,
.navigation--open .toggle-nav .navigation-lines:after,
.navigation--open .toggle-nav .navigation-lines:before {
    display: block;
    height: 1px;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: .3s
}

.navigation--open .toggle-nav .navigation-lines:after,
.navigation--open .toggle-nav .navigation-lines:before {
    position: absolute;
    content: ""
}

.navigation--open .toggle-nav .navigation-lines:before {
    top: -7px;
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

.navigation--open .toggle-nav .navigation-lines:after {
    top: 7px;
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.navigation--open .toggle-nav .navigation-lines {
    background-color: transparent
}

.navigation-lines {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation-lines,
.navigation-lines:after,
.navigation-lines:before {
    display: block;
    height: 1px;
    background-color: #4816B1;
    transition-property: background-color, transform;
    transition-duration: .3s
}

.navigation-lines:after,
.navigation-lines:before {
    position: absolute;
    content: ""
}

.navigation-lines:before {
    top: -7px
}

.navigation-lines:after {
    top: 7px
}

.page-template--white .navigation-lines {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px
}

.page-template--white .navigation-lines,
.page-template--white .navigation-lines:after,
.page-template--white .navigation-lines:before {
    display: block;
    width: 24px;
    height: 1px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

#mobile-nav,
.section-content--purple {
    background-color: #4816B1
}

.page-template--white .navigation-lines:after,
.page-template--white .navigation-lines:before {
    position: absolute;
    content: ""
}

.page-template--white .navigation-lines:before {
    top: -7px
}

.page-template--white .navigation-lines:after {
    top: 7px
}

#mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    color: #fff;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.navigation--open #mobile-nav {
    opacity: 1;
    visibility: visible
}

#mobile-nav .mobile-nav-inner {
    padding-top: 206px;
    padding-bottom: 20px
}

.mobile-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-navigation li+li {
    margin-top: 20px
}

.mobile-navigation li.nav--button a {
    border: 1px solid currentColor;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 18px
}

.about-img,
.intro-video-link {
    -webkit-border-radius: 5px;
    max-width: 100%;
    overflow: hidden
}

.mobile-navigation a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.mobile-nav-contact {
    margin-top: 40px
}

.mobile-nav-contact ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav-contact li+li {
    margin-top: 10px
}

.mobile-nav-contact a {
    font-size: 14px;
    font-size: .875rem
}

.section-intro {
    position: relative;
    z-index: 3
}

.section-intro .page-block:last-of-type {
    margin-bottom: 146px
}

.intro-title {
    margin: 0 0 20px
}

.intro-text {
    margin-bottom: 35px
}

.intro-text .unreset-css p {
    color: #fff
}

.intro-caption {
    color: #fff;
    font-weight: 700;
    margin-top: 25px
}

.intro-logo {
    display: inline-block;
    width: 498px;
    max-width: 100%
}

.intro-logo img {
    display: block
}

.intro-video-link {
    display: inline-block;
    width: 510px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.intro-video-link--small {
    width: 312px
}

.intro-video-link--small .intro-video-thumb {
    padding-bottom: 56.0897435897%
}

.intro-video-link--small .intro-video-thumb svg {
    margin-top: 0
}

.intro-video-caption {
    margin-top: 15px
}

.intro-video-thumb {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 72.5490196078%;
    position: relative
}

.intro-video-thumb svg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: -30px
}

.about-img-overlay,
.intro-video-overlay {
    background-image: url(/resources/themes/igniteaward/dist/svg/video_shape.svg);
    background-position: top left;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    height: 87px;
    text-align: left;
    display: -moz-box
}

.intro-video-overlay {
    position: absolute;
    bottom: 0;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-img-overlay,
.about-table {
    display: -webkit-flex;
    display: -ms-flexbox
}

.intro-video-overlay p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444;
    padding: 0 40px;
    margin-top: 5px
}

.page-block-title {
    font-size: 14px;
    font-size: .875rem;
    color: #FF0 !important;
    letter-spacing: 2.8px;
    line-height: 1.857;
    text-transform: uppercase;
    margin: 0 0 15px
}

.page-block-content .button {
    margin-top: 50px
}

.page-block-content .page-block-caption {
    margin-top: 30px
}

p.page-block-caption {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.733
}

.section-content--purple p.page-block-caption {
    color: #fff
}

.about-img {
    position: relative;
    width: 520px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.about-img-overlay {
    position: absolute;
    bottom: 0;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-img-overlay p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444;
    padding: 0 40px 0 33px;
    margin-top: 5px;
    color: #2B057D !important
}

.about-info-block {
    position: relative;
    padding-left: 38px;
    margin-top: 42px
}

.about-info-block:before {
    transition: none;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.archief-img:after,
.post-article-short:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none
}

.block-title {
    margin: 0 0 15px
}

.block-title--purple {
    color: #CBC8E3 !important
}

.block-text+.block-link {
    margin-top: 15px
}

.block-link:active,
.block-link:focus,
.block-link:hover {
    color: #00D7A0 !important
}

.check-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.check-list li {
    position: relative;
    padding-left: 42px
}

.check-list li:before {
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    content: '';
    position: absolute;
    top: 6px;
    left: 0
}

.check-list li+li {
    margin-top: 25px
}

.check-list .post-article--small .post-article-inner h2,
.check-list h3,
.post-article--small .post-article-inner .check-list h2 {
    margin: 0 0 5px
}

.about-table {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    margin-bottom: 46px
}

.article-card-link,
.timeline {
    display: -webkit-flex;
    display: -moz-box
}

.about-table .about-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px
}

.about-table .about-content {
    padding-left: 26px
}

.about-table .about-content .c2a-content .unreset-css h3,
.about-table .about-content .pagination li,
.about-table .about-content .unreset-css .c2a-content h3,
.about-table .about-content .unreset-css .page-title--small,
.about-table .about-content .unreset-css h2,
.about-table .about-content h4,
.c2a-content .unreset-css .about-table .about-content h3,
.pagination .about-table .about-content li,
.unreset-css .about-table .about-content .page-title--small,
.unreset-css .about-table .about-content h2,
.unreset-css .c2a-content .about-table .about-content h3 {
    margin: 0 0 14px
}

.cases-slider {
    margin-top: 30px;
    position: relative;
    opacity: 0;
    -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s
}

.cases-slider.slick-initialized {
    opacity: 1
}

.cases-slider .slick-list {
    overflow: visible;
    margin: 0 -25px;
    padding: 0 !important
}

.case-slide .row,
.timeline .unreset-css p {
    margin: 0
}

.case-slide {
    max-width: 90vw
}

.case-slide .post-article {
    margin-top: 0
}

.case-slide .columns {
    padding-left: 25px;
    padding-right: 25px
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    z-index: 1
}

.slick-arrow.slick-prev {
    left: -25px;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.slick-arrow.slick-prev svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.slick-arrow.slick-next {
    right: -25px;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.slick-arrow svg {
    width: 48px;
    height: 48px
}

.timeline {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.archief-img:after,
.c2a-block-img:before,
.timeline:before {
    display: block;
    content: ''
}

.timeline:before {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    position: absolute;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 29px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4816B1), to(#00D7A0));
    background-image: -webkit-linear-gradient(left, #4816B1, #00D7A0);
    background-image: -moz- oldlinear-gradient(left, #4816B1, #00D7A0);
    background-image: -o-linear-gradient(left, #4816B1, #00D7A0);
    background-image: linear-gradient(to right, #4816B1, #00D7A0)
}

.timeline li {
    position: relative;
    z-index: 1
}

.timeline-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 23px
}

.archief-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 330px;
    max-width: 100%;
    height: 100%
}

.article-card-img,
.c2a-block-img {
    -webkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.archief-img:after {
    transition: none;
    position: absolute;
    bottom: 0;
    right: 29px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1
}

.post-article-video--center svg,
.social-media a:before,
.social-share a:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.page-title {
    margin: 0
}

.page-title+.text-large {
    margin-top: 15px
}

.page-block+.page-block {
    margin-top: 46px
}

.page-block+.page-block--c2a,
.page-block+.page-block--large {
    margin-top: 92px
}

.page-block:last-of-type {
    margin-bottom: 92px
}

p.block-img-caption {
    font-size: 14px;
    font-size: .875rem;
    margin: 15px 0 0
}

.article-card-title {
    margin: 0 0 17px
}

.article-card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-card-img {
    -moz-background-size: cover;
    background-size: cover;
    width: 190px;
    height: 144px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin-right: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.social-media a,
.social-share a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.article-card-content .c2a-content .unreset-css h3,
.article-card-content .pagination li,
.article-card-content .unreset-css .c2a-content h3,
.article-card-content .unreset-css .page-title--small,
.article-card-content .unreset-css h2,
.article-card-content h4,
.c2a-content .unreset-css .article-card-content h3,
.pagination .article-card-content li,
.unreset-css .article-card-content .page-title--small,
.unreset-css .article-card-content h2,
.unreset-css .c2a-content .article-card-content h3 {
    margin: 0 0 15px
}

.social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 34px;
    border-top: 1px solid #E1E1E1
}

.social-share p {
    margin: 0 20px 0 0
}

.social-share a {
    font-size: 20px;
    font-size: 1.25rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #00D7A0;
    border: 1px solid #E1E1E1;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px
}

.social-share a:before {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.social-share a+a {
    margin-left: 10px
}

.c2a-block-inner {
    background-color: #00D7A0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden
}

.c2a-block-inner>.columns {
    padding-left: 0;
    padding-right: 0
}

.c2a-content {
    padding: 80px 35px 80px 80px
}

.c2a-content .post-article--small .post-article-inner h2,
.c2a-content h3,
.post-article--small .post-article-inner .c2a-content h2 {
    line-height: 1.238;
    color: #fff;
    margin: 0 0 13px
}

.c2a-content .unreset-css {
    margin-bottom: 20px
}

.c2a-content .unreset-css p {
    color: #fff
}

.c2a-content .button {
    margin-bottom: 25px
}

.c2a-content p.c2a-caption {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    color: #4816B1;
    line-height: 1.733
}

.c2a-block-img {
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden
}

.c2a-block-img:before {
    position: absolute;
    top: -1px;
    left: -5px;
    width: -webkit-calc(100% + 5px);
    width: -moz-calc(100% + 5px);
    width: calc(100% + 5px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(/resources/themes/igniteaward/images/vormctablok.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: left top
}

.section-content--shape:before,
.section-content--top:before {
    max-width: 50vw;
    top: 0;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    pointer-events: none
}

.section-content {
    position: relative
}

.footer,
.section-content--darkpurple {
    background-color: #2B057D
}

.c2a-content .post-article--small .post-article-inner .section-content--purple h2,
.c2a-content .section-content--purple h3,
.post-article--small .post-article-inner .c2a-content .section-content--purple h2,
.post-article--small .post-article-inner .section-content--purple h2,
.section-content--purple .c2a-content .post-article--small .post-article-inner h2,
.section-content--purple .c2a-content h3,
.section-content--purple .page-title--small,
.section-content--purple .post-article--small .post-article-inner .c2a-content h2,
.section-content--purple .post-article--small .post-article-inner h2,
.section-content--purple h2,
.section-content--purple h3 {
    color: #fff
}

.section-content--purple p {
    color: #CBC8E3
}

.c2a-content .post-article--small .post-article-inner .section-content--darkpurple h2,
.c2a-content .section-content--darkpurple h3,
.footer,
.post-article--small .post-article-inner .c2a-content .section-content--darkpurple h2,
.post-article--small .post-article-inner .section-content--darkpurple h2,
.section-content--darkpurple .c2a-content .post-article--small .post-article-inner h2,
.section-content--darkpurple .c2a-content h3,
.section-content--darkpurple .page-title--small,
.section-content--darkpurple .post-article--small .post-article-inner .c2a-content h2,
.section-content--darkpurple .post-article--small .post-article-inner h2,
.section-content--darkpurple h2,
.section-content--darkpurple h3 {
    color: #fff
}

.section-content--darkpurple p {
    color: #CBC8E3
}

.section-content--offwhite {
    background-color: #F5F8FB
}

.c2a-content .post-article--small .post-article-inner .section-content--offwhite h2,
.c2a-content .section-content--offwhite h3,
.post-article--small .post-article-inner .c2a-content .section-content--offwhite h2,
.post-article--small .post-article-inner .section-content--offwhite h2,
.section-content--offwhite .c2a-content .post-article--small .post-article-inner h2,
.section-content--offwhite .c2a-content h3,
.section-content--offwhite .page-title--small,
.section-content--offwhite .post-article--small .post-article-inner .c2a-content h2,
.section-content--offwhite .post-article--small .post-article-inner h2,
.section-content--offwhite h2,
.section-content--offwhite h3 {
    color: #4816B1 !important
}

.section-content--offwhite p {
    color: #8B829D !important
}

.section-content--shape:before {
    content: '';
    width: 711px;
    height: 1627px;
    position: absolute;
    left: 0;
    z-index: 3;
    background-image: url(/resources/themes/igniteaward/images/vorm3-homelinks.png);
    background-size: 100% auto
}

.section-content--shape .page-block {
    position: relative;
    z-index: 4
}

.section-content--shape+.section-content {
    z-index: 1
}

.section-content--top {
    position: relative;
    overflow: hidden
}

.section-content--top:before {
    content: '';
    width: 618px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    background-image: url(/resources/themes/igniteaward/images/vorm5aanmeldlinks.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
}

.footer-navigation--split ul,
.social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.section-content--top .page-block {
    position: relative;
    z-index: 4
}

.section-content--padding {
    padding-top: 100px;
    padding-bottom: 25px
}

.section-title {
    margin: 0 0 12px
}

.footer {
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(/resources/themes/igniteaward/images/vorm4footer.png);
    -webkit-background-size: 528px auto;
    -moz-background-size: 528px auto;
    background-size: 528px auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}

.footer .row+.row {
    margin-top: 70px
}

.footer-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    font-weight: 700;
    margin: 0 0 20px
}

.footer-navigation {
    font-size: 18px;
    font-size: 1.125rem
}

.footer-navigation--split ul {
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer-navigation--split li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

#countdown,
.mc4wp-form-fields,
.toggle-accordion {
    -webkit-box-align: center
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-navigation li {
    margin-bottom: 10px
}

.service-navigation {
    font-size: 16px;
    font-size: 1rem
}

.service-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-navigation li {
    display: inline-block
}

.service-navigation li+li {
    margin-left: 15px
}

.social-media {
    display: flex
}

.social-media a {
    font-size: 20px;
    font-size: 1.25rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #00D7A0;
    border: 1px solid #9A9BA2;
    position: relative
}

.social-media a:before {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.social-media a+a {
    margin-left: 10px
}

.mc4wp-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #9A9BA2
}

.mc4wp-form-fields input[type=email] {
    font-size: 18px;
    font-size: 1.125rem;
    border: none;
    background-color: transparent;
    font-family: proxima-nova, sans-serif;
    padding: 12px 0 20px;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mc4wp-form-fields input[type=submit] {
    width: 22px;
    height: 14px;
    background-color: transparent;
    background-image: url(/resources/themes/igniteaward/dist/svg/arrow_right.svg);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 12px 0 20px
}

.page-block-video-thumb,
.post-article-img {
    background-position: center center;
    background-repeat: no-repeat
}

.mc4wp-form-fields ::-webkit-input-placeholder {
    color: #fff
}

.mc4wp-form-fields ::-moz-placeholder {
    color: #fff
}

.mc4wp-form-fields :-ms-input-placeholder {
    color: #fff
}

.mc4wp-form-fields :-moz-placeholder {
    color: #fff
}

.mc4wp-alert {
    font-size: 14px;
    font-size: .875rem;
    margin-top: 20px
}

.powered-by img {
    width: 150px;
    height: auto
}

.post-article {
    margin-top: 25px;
    margin-bottom: 75px
}

.post-article--case,
.post-article--finalist {
    margin-top: 0
}

.post-article-video {
    display: block;
    position: relative
}

.post-article-video svg {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 100px;
    height: 100px;
    z-index: 1
}

.post-article-video--center svg {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.post-article-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #2B057D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 75%
}

.page-block-video-thumb,
.team-img {
    -webkit-background-size: cover;
    -moz-background-size: cover
}

.post-article--small .post-article-img {
    margin-bottom: 25px
}

.post-article--home .post-article-img {
    padding-bottom: 56.3685636856%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.post-article--finalist .post-article-img {
    margin-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.post-article-short {
    position: relative
}

.post-article-short .unreset-css {
    position: relative;
    z-index: 1;
    padding-left: 27px
}

.post-article-short:before {
    transition: none;
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0
}

.page-block-video-thumb,
.team-article.team-article--small .team-overlay,
.toggle-accordion span {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in
}

.post-article-link {
    display: block
}

.pagination li,
.post-article-inner .button,
.read-more {
    display: inline-block
}

.post-article--finalist .post-article-link {
    background-color: #fff;
    padding: 36px 40px 46px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px
}

.c2a-content .post-article--small .post-article-inner h2,
.c2a-content .post-article-inner h3,
.post-article--small .post-article-inner .c2a-content h2,
.post-article-inner .c2a-content h3,
.post-article-inner .page-title--small,
.post-article-inner h2 {
    margin: 0 0 35px
}

.c2a-content .post-article--small .post-article-inner h3,
.post-article--small .post-article-inner .c2a-content h3,
.post-article--small .post-article-inner .page-title--small,
.post-article--small .post-article-inner h2 {
    margin: 0 0 30px
}

.c2a-content .post-article--finalist .post-article-inner h3,
.post-article--finalist .post-article-inner .c2a-content h3,
.post-article--finalist .post-article-inner .page-title--small,
.post-article--finalist .post-article-inner h2 {
    margin-bottom: 15px
}

.post-article-inner .read-more {
    margin-top: 30px
}

.post-article--finalist .post-article-inner .read-more {
    margin-top: 20px
}

.page-template-tpl-media .post-article-inner .read-more {
    margin-top: 0
}

.read-more {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    color: #00D7A0
}

.read-more svg {
    width: 15px;
    height: 8px;
    margin-left: 7px
}

.pagination li {
    margin: 0 5px
}

.page-template--white .pagination {
    color: #fff
}

.pagination a:active,
.pagination a:focus,
.pagination a:hover {
    color: #00D7A0 !important
}

.pagination .current {
    color: #CBC8E3
}

.page-block-video {
    position: relative
}

.page-block-video-thumb {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .2s ease-in
}

.page-block-video--visible .page-block-video-thumb {
    opacity: 0;
    visibility: hidden
}

.page-block-video-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block
}

.page-block-video-link svg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 120px;
    height: 120px
}

.newsletter-block-inner {
    background-color: #2B057D;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 80px;
    color: #fff
}

.toggle-accordion,
.voting-meter {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.newsletter-block-inner .post-article--small .post-article-inner h2,
.newsletter-block-inner h3,
.post-article--small .post-article-inner .newsletter-block-inner h2 {
    margin: 0
}

.newsletter-block-inner .social-media a {
    color: #fff
}

.faq-description {
    margin: 0 0 19px
}

.accordion-block+.accordion-block {
    margin-top: 10px
}

.toggle-accordion {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444;
    border-radius: 5px;
    background-color: #00D7A0;
    color: #fff;
    padding: 21px 30px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700
}

.toggle-accordion:active,
.toggle-accordion:focus,
.toggle-accordion:hover {
    color: #fff !important;
    background: #00D7A0 !important
}

.toggle-accordion--visible span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gform_ajax_spinner,
.toggle-accordion span:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.toggle-accordion span {
    font-size: 30px;
    font-size: 1.875rem;
    position: relative;
    width: 14px;
    height: 30px;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.toggle-accordion span:before {
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.accordion-content {
    padding: 30px;
    display: none
}

.category-title {
    margin: 0 0 40px
}

.team-article {
    margin-bottom: 40px
}

.team-article.team-article--small {
    display: block;
    position: relative;
    padding: 0 14px;
    margin-bottom: 20px
}

.team-article.team-article--small .team-link:hover {
    opacity: 1
}

.team-article.team-article--small:hover .team-overlay {
    opacity: 1;
    bottom: -15px
}

.team-article.team-article--small img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.team-article.team-article--small .team-overlay {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background-color: #fff;
    padding: 18px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    pointer-events: none
}

.team-article.team-article--small .team-overlay:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #fff;
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.team-article.team-article--small .team-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    margin: 0;
    color: #4816B1;
    white-space: nowrap
}

.team-article.team-article--small .team-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    color: #8B829D
}

.team-link {
    display: block
}

.team-link:hover {
    opacity: .75
}

.team-link .read-more {
    margin-top: 5px
}

.team-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2B057D
}

.team-title {
    margin: 0 0 10px
}

.team-modal {
    display: none;
    max-width: 580px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 55px 70px
}

.team-modal .team-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(33, 6, 91, .14);
    -moz-box-shadow: 0 20px 30px 0 rgba(33, 6, 91, .14);
    box-shadow: 0 20px 30px 0 rgba(33, 6, 91, .14)
}

.team-modal .team-modal-title {
    color: #4816B1 !important;
    margin: 0 0 18px
}

.team-modal .unreset-css p {
    color: #8B829D
}

.team-modal .fancybox-button {
    color: #4816B1;
    width: 70px;
    height: 70px;
    padding: 15px
}

.team-modal .fancybox-button svg {
    fill: #4816B1
}

.page-template-tpl-team .fancybox-bg {
    background: #F5F8FB
}

.team-article-break {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.unreset-css .gform_wrapper .gform_heading {
    margin: 0
}

.unreset-css .gform_wrapper .gf_progressbar_wrapper {
    margin-top: 15px
}

.unreset-css .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #cacaca
}

.unreset-css .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage.percentbar_blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #4816B1
}

.unreset-css .gform_wrapper div.validation_error {
    margin-top: 18px
}

.post-article--small .post-article-inner .unreset-css .gform_wrapper .gform_title.page-title--small,
.post-article--small .post-article-inner .unreset-css .gform_wrapper h2.gform_title,
.unreset-css .gform_wrapper .post-article--small .post-article-inner .gform_title.page-title--small,
.unreset-css .gform_wrapper .post-article--small .post-article-inner h2.gform_title,
.unreset-css .gform_wrapper h3.gform_title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0;
    font-weight: 800
}

.c2a-content .unreset-css .gform_wrapper h3.gsection_title,
.unreset-css .gform_wrapper .c2a-content h3.gsection_title,
.unreset-css .gform_wrapper .gsection_title.page-title--small,
.unreset-css .gform_wrapper h2.gsection_title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0;
    font-weight: 800
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield {
    position: relative;
    margin-top: 23px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gsection {
    border: none;
    margin-top: 46px !important;
    margin-bottom: 28px !important
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield_error {
    border: none;
    background-color: transparent;
    margin-bottom: 0 !important
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-color: red
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.hidden_label .gfield_label {
    padding: 0
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield--label-animation .gfield_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    color: #89879D;
    font-weight: 700;
    letter-spacing: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: 0 0;
    padding: 12px 0 18px;
    display: block;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px)
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox input[type=checkbox]:checked+label,
.unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_checkbox input[type=checkbox]:checked+label {
    font-weight: 400
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield--label-animation.gfield_error .gfield_label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.857;
    color: #3C3758;
    background: 0 0;
    padding: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 6px;
    margin: 0
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield--label-animation.gfield--content .gfield_label,
.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield--label-animation.gfield--focus .gfield_label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.857;
    color: #3C3758;
    background: 0 0;
    padding: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 6px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms {
    margin-top: 46px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_label {
    display: none
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_checkbox li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_checkbox label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    padding-left: 10px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_checkbox input[type=checkbox] {
    margin-top: 3px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield_visibility_hidden {
    margin: 0
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield .gfield_validation_message,
.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield_visibility_hidden .gfield_label,
.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield_visibility_hidden div,
.unreset-css .gform_wrapper ul.gform_fields li.gfield.gfield_visibility_hidden input {
    display: none
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.444;
    padding-left: 10px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield ul.gfield_checkbox input[type=checkbox] {
    margin-top: 3px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield .gfield_label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.857;
    color: #3C3758;
    font-weight: 700;
    padding: 0 0 12px
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: proxima-nova, sans-serif;
    color: #2B057D;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9C9AAB;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 0 12px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: 0 0
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    border-color: #4816B1
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield ::-webkit-input-placeholder {
    color: #CBC8E3
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield ::-moz-placeholder {
    color: #CBC8E3
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield :-ms-input-placeholder {
    color: #CBC8E3
}

.unreset-css .gform_wrapper ul.gform_fields li.gfield :-moz-placeholder {
    color: #CBC8E3
}

.unreset-css .gform_wrapper .gform_footer {
    margin-top: 23px
}

.unreset-css .gform_wrapper .gform_page_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none
}

.unreset-css .gform_wrapper .gform_footer input[type=submit],
.unreset-css .gform_wrapper .gform_page_footer input[type=button],
.unreset-css .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
    display: block;
    border: none;
    padding: 26px 46px
}

.unreset-css .gform_wrapper .selectbox {
    width: 100%;
    display: block
}

.unreset-css .gform_wrapper .selectbox select {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #2B057D;
    padding: 12px 0 18px;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-bottom: 1px solid #9C9AAB;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%234816B1' d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    -webkit-background-size: .65em auto, 100%;
    -moz-background-size: .65em auto, 100%;
    background-size: .65em auto, 100%
}

#countdown,
.voting-inner {
    width: 768px;
    max-width: 100%
}

.unreset-css .gform_wrapper .selectbox select option {
    padding: 0
}

.unreset-css #gform_2 .gfield_label {
    padding-bottom: 0
}

.gform_ajax_spinner {
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.button.gform_button_select_files {
    background: #4816B1
}

#voting {
    background-color: #F5F8FB;
    display: none
}

.voting-inner {
    position: relative
}

.c2a-content .voting-inner .gform_confirmation_wrapper h3,
.voting-inner .gform_confirmation_wrapper .c2a-content h3,
.voting-inner .gform_confirmation_wrapper .page-title--small,
.voting-inner .gform_confirmation_wrapper h2 {
    margin: 0
}

.header-block-inner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 580px
}

.header-block+.page-block {
    margin-top: -150px
}

.page-block-inner {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 60px 0 50px
}

.page-block-inner .page-title {
    margin-bottom: 20px
}

.page-block-inner .page-intro {
    margin-bottom: 30px
}

.page-block-inner .social-share {
    border-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.voting-count {
    margin-top: 28px;
    margin-bottom: 28px
}

.voting-count p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 13px;
    color: #000;
    line-height: 1.444
}

.voting-meter {
    height: 6px;
    position: relative;
    background: #F3F3F3;
    border-radius: 5px
}

.voting-meter span {
    display: block;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4816B1;
    overflow: hidden
}

#countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 46px auto 0
}

#countdown .timer-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    position: relative
}

#countdown .timer-block+.timer-block:before {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    color: #4816B1;
    content: ':';
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#countdown .timer-block span {
    display: block
}

#countdown .timer-block span:first-of-type {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    color: #4816B1
}

#countdown .timer-block span:last-of-type {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.462;
    color: #8B829D
}

@media only screen and (max-width:59.99875em) {
    .toggle-nav {
        display: block
    }
}

@media screen and (max-width:47.99875em) {
    .header {
        padding-top: 54px;
        padding-bottom: 70px
    }

    .logo,
    .logo svg {
        width: 130px;
        height: 14px
    }

    .button {
        font-size: 14px;
        font-size: .875rem;
        padding: 15px 40px
    }

    #mobile-nav .mobile-nav-inner {
        padding-top: 138px
    }

    .c2a-content .post-article--small .post-article-inner .unreset-css h2,
    .c2a-content .unreset-css h3,
    .post-article--small .post-article-inner .c2a-content .unreset-css h2,
    .post-article--small .post-article-inner .unreset-css h2,
    .unreset-css .c2a-content .post-article--small .post-article-inner h2,
    .unreset-css .c2a-content h3,
    .unreset-css .page-title--small,
    .unreset-css .post-article--small .post-article-inner .c2a-content h2,
    .unreset-css .post-article--small .post-article-inner h2,
    .unreset-css h2,
    .unreset-css h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.444;
        margin-bottom: 1.444em
    }

    .unreset-css blockquote {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0
    }

    .unreset-css blockquote:before {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
        margin: 0 auto 15px
    }

    .text-large .unreset-css {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.444
    }

    .article-card-link {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .article-card-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.444;
        margin-bottom: 10px
    }

    .article-card-img {
        width: 100px;
        height: 75px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-top: 5px;
        margin-right: 20px
    }

    .c2a-content {
        padding: 40px 25px
    }

    .c2a-block-img {
        padding-bottom: 81.8518518519%
    }

    .c2a-block-img:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/resources/themes/igniteaward/images/vormctablokmobile.png);
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto
    }

    .intro-video-thumb svg,
    .page-block-video-link svg {
        width: 40px;
        height: 40px
    }

    .page-block+.page-block {
        margin-top: 23px
    }

    .page-block+.page-block--c2a,
    .page-block+.page-block--large {
        margin-top: 46px
    }

    .page-block:last-of-type {
        margin-bottom: 23px
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 100px;
        -webkit-background-size: 300px auto;
        -moz-background-size: 300px auto;
        background-size: 300px auto
    }

    .footer .row .columns+.columns,
    .footer .row+.row {
        margin-top: 40px
    }

    .footer-navigation,
    .footer-title {
        font-size: 14px;
        font-size: .875rem
    }

    .footer-navigation li {
        margin-bottom: 0
    }

    .footer-navigation li+li {
        margin-top: 10px
    }

    .footer-navigation--split li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .service-navigation {
        font-size: 12px;
        font-size: .75rem
    }

    .mc4wp-form-fields input[type=email] {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 0 15px
    }

    .mc4wp-form-fields input[type=submit] {
        margin: 0 0 15px
    }

    .post-article-img {
        margin-bottom: 25px
    }

    .post-article {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .c2a-content .post-article--small .post-article-inner h2,
    .c2a-content .post-article-inner h3,
    .post-article--small .post-article-inner .c2a-content h2,
    .post-article-inner .c2a-content h3,
    .post-article-inner .page-title--small,
    .post-article-inner h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 0 20px;
        line-height: 1.4
    }

    .c2a-content .post-article--small .post-article-inner h3,
    .post-article--small .post-article-inner .c2a-content h3,
    .post-article--small .post-article-inner .page-title--small,
    .post-article--small .post-article-inner h2 {
        margin: 0 0 20px
    }

    .pagination {
        padding-bottom: 23px
    }

    .section-content--padding {
        padding-top: 46px
    }

    .section-title {
        margin-bottom: 0
    }

    .toggle-accordion {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 25px
    }

    .post-article-video svg {
        bottom: 5px;
        left: 12px;
        width: 40px;
        height: 40px
    }

    .post-article-video--center svg {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        margin-left: 5px
    }

    .intro-video-thumb svg {
        margin-left: 5px
    }

    .team-modal {
        padding: 55px 25px 35px
    }

    .team-modal .team-modal-title,
    .team-modal .unreset-css {
        font-size: 16px;
        font-size: 1rem
    }

    .newsletter-block-inner {
        padding: 33px 25px
    }

    .newsletter-block-inner .mc4wp-form {
        padding-top: 21px
    }

    .newsletter-block-inner .social-media {
        padding-top: 37px
    }

    .cases-slider {
        margin-top: 20px
    }

    .case-slide {
        width: 583px;
        max-width: 90vw
    }

    .archief-img,
    .intro-logo,
    .intro-video-link,
    .timeline li {
        width: 100%
    }

    .case-slide .columns {
        padding-left: 25px;
        padding-right: 0
    }

    .intro-text {
        margin-bottom: 15px
    }

    .section-intro .columns+.columns {
        padding-top: 23px
    }

    .section-intro .page-block:last-of-type {
        margin-bottom: 46px
    }

    .about-img-overlay,
    .intro-video-overlay {
        background: #fff;
        height: auto;
        padding: 15px
    }

    .about-img-overlay p,
    .intro-video-overlay p {
        font-size: 14px;
        font-size: .875rem;
        padding: 0;
        margin: 0
    }

    .about-img,
    .about-info-block,
    .intro-video-caption {
        margin-bottom: 46px
    }

    .about-info-block {
        margin-top: 0
    }

    .intro-logo img {
        margin: 0 auto
    }

    .timeline {
        margin: 30px 0 0;
        display: block
    }

    .timeline:before {
        display: none
    }

    .timeline li+li {
        margin-top: 23px
    }

    .timeline .unreset-css p {
        font-size: 14px;
        font-size: .875rem
    }

    .timeline-icon {
        margin-bottom: 15px
    }

    .archief-img {
        padding-bottom: 75%
    }

    .page-block-title {
        margin-bottom: 5px
    }

    #countdown,
    .block-title {
        margin-bottom: 0
    }

    .block-title+.block-text {
        margin-top: 30px
    }

    .block-title--archief {
        margin-top: 32px
    }

    .block-text+.block-link {
        margin-top: 30px
    }

    .read-more {
        font-size: 16px;
        font-size: 1rem
    }

    .post-article--small .post-article-inner .unreset-css .gform_wrapper .gform_title.page-title--small,
    .post-article--small .post-article-inner .unreset-css .gform_wrapper h2.gform_title,
    .unreset-css .gform_wrapper .post-article--small .post-article-inner .gform_title.page-title--small,
    .unreset-css .gform_wrapper .post-article--small .post-article-inner h2.gform_title,
    .unreset-css .gform_wrapper h3.gform_title {
        font-size: 20px;
        font-size: 1.25rem
    }

    .c2a-content .unreset-css .gform_wrapper h3.gsection_title,
    .unreset-css .gform_wrapper .c2a-content h3.gsection_title,
    .unreset-css .gform_wrapper .gsection_title.page-title--small,
    .unreset-css .gform_wrapper h2.gsection_title {
        font-size: 18px;
        font-size: 1.125rem
    }

    .unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_checkbox label {
        font-size: 16px;
        font-size: 1rem
    }

    .unreset-css .gform_wrapper ul.gform_fields li.gfield.form-terms .gfield_checkbox input[type=checkbox] {
        margin-top: 1px
    }

    .unreset-css .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px
    }

    .unreset-css .gform_wrapper .gform_footer input[type=submit] {
        padding: 15px
    }

    #countdown {
        margin-top: 24px
    }

    #countdown .timer-block+.timer-block:before {
        font-size: 26px;
        font-size: 1.625rem;
        top: 5px
    }

    #countdown .timer-block span:first-of-type {
        font-size: 42px;
        font-size: 2.625rem
    }

    #countdown .timer-block span:last-of-type {
        font-size: 14px;
        font-size: .875rem
    }

    .post-article--finalist .post-article-link {
        padding: 30px 25px
    }

    .post-article--finalist .post-article-inner .button {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-block-inner {
        height: auto;
        padding-bottom: 45%
    }

    .header-block+.page-block {
        margin-top: -23px
    }

    .page-block-inner {
        padding: 46px 20px
    }
}

@media screen and (min-width:48em) and (max-width:59.99875em) {
    .c2a-content {
        padding: 80px 46px
    }

    .footer .row .columns+.columns,
    .footer .row+.row {
        margin-top: 46px
    }

    .post-article--finalist .post-article-link {
        padding: 36px 20px
    }

    .post-article--finalist .post-article-inner .button {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:65em) and (max-width:89.99875em) {
    .post-article.post-article--large .post-article-img {
        margin-right: 23px
    }

    .post-article.post-article--large .post-article-inner {
        padding-left: 23px
    }
}

@media screen and (min-width:90em) {
    .post-article.post-article--large .post-article-img {
        margin-right: 23px
    }

    .post-article.post-article--large .post-article-inner {
        padding-left: 23px
    }
}


#register_form label, #register_form .gf_progressbar_title{
    color:#FFFFFF;
}
#register_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    color:#FFFFFF;
}
#register_form .gf_progressbar_percentage{
background-color:transparent;
background:linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
}
#register_form select{
    color:#FFFFFF;
}
#register_form .selectbox{
    position:relative;
}
#register_form .selectbox:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFFFFF;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
 }
 #register_form .gfield_required, #register_form .gform_legacy_markup_wrapper .gform_validation_errors>h2{
     color:#FFFFFF;
 }
 
 #register_form .gform_legacy_markup_wrapper .gform_validation_errors>h2:before{
     filter: invert(1) grayscale(1);
     top: 2px;
     position: relative;
 }
 #register_form .gform_legacy_markup_wrapper div.validation_error{
     border-color:#FFFFFF;
 }
 #register_form .field_description_above label{
     padding:12px 0 18px;
     position:relative;
     padding-bottom:0px;
     transform:none;
     font-size:1.125rem;
     top:0;
     
 }
 #register_form .gfield_description{
     margin-bottom:10px;
 }
 #register_form a.gform_save_link {
 display:flex;
 align-items:center;
 justify-content: center;
 }
 
 .form_saved_message_emailform form label{
   color:#FFFFFF;
   display:block;
   font-size: 1.125rem;
   line-height: 1.444;
  
   font-weight: 700;
   letter-spacing: 0;
   pointer-events: none;
 }
 .form_saved_message_emailform form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
   font-size: 1.125rem;
   font-family: proxima-nova, sans-serif;
   width: 100%;
   border: none;
   border-bottom: 1px solid #9C9AAB;
   color: #FFFFFF;
   transition: all .2s ease-in;
   background: 0 0;
   padding: 18px 0 12px;
   max-width:450px;
   display:block;
   margin-bottom:15px;
   
 }
 .form_saved_message_emailform form input[type=submit]{
   width: 100%;
   display: block;
   border: none;
   padding: 26px 46px;
   border-radius: 4px;
   cursor: pointer;
   transition: all .2s ease-in;
   background-image: -webkit-linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
   background-image: -moz- oldlinear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
   background-image: -o-linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
   background-image: linear-gradient(225deg, #00D7A0 6%, #4816B1 100%);
   -webkit-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .4);
   -moz-box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .4);
   box-shadow: 0 20px 20px 0 rgba(31, 0, 97, .4);
   -webkit-border-radius: 4px;
   font-weight:800;
   color:#FFFFFF;
   font-size: 1em;
   max-width:450px;
 }
 .form_saved_message_emailform form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
   color:#FFFFFF;
 }
 
 body h2.saved_message_success{
   font-size:26px;
 }
 
 #gform_3:after{
   content:"* laat zien welke velden verplicht zijn";
   display:block;
 }
 
 .unreset-css .gform_wrapper .gfield_error .selectbox select{
   border-color:red;
 }
 .unreset-css .gform_wrapper .gfield_error .ginput_container_checkbox{
   border-bottom:1px solid red;
 }
 .gform_legacy_markup_wrapper .gfield_error .gform_fileupload_multifile .gform_drop_area{
   border-color:red;
 }
 
 #register_form .ginput_container_radio label{
   font-size:1.125rem;
 }
 #register_form .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
   margin-top:2px;
 }
 #register_form input[type=number]::-webkit-outer-spin-button,  #register_form input[type=number]input::-webkit-inner-spin-button{
   -webkit-appearance: none;
   margin: 0;
 }
 #register_form input[type=number]{
  -webkit-appearance: none;
  margin: 0;
   -moz-appearance: textfield;
 }
 
 body .gform_legacy_markup_wrapper .form_saved_message{
   background-color:transparent;
 }
 
 #register_form .gfield--type-textarea.gfield_error textarea{
   border: 2px solid red;
 }
 #register_form select option{
   background-color:#FFFFFF;
   color:black;
   padding-left:12px;
 }
 
#register_form input:-webkit-autofill,
 #register_form input:-webkit-autofill:hover, 
 #register_form input:-webkit-autofill:focus, 
 #register_form input:-webkit-autofill:active{
     -webkit-background-clip: text !important;
     -webkit-text-fill-color: #ffffff !important;
     transition: background-color 5000s ease-in-out 0s;
     box-shadow: inset 0 0 20px 20px #23232300 !important;
     border
 }
 
 @media screen and (max-width:660px){
   #register_form .gform_page_footer{
     flex-wrap:wrap;
   }
   #register_form .gform_page_footer > *{
     margin-left:0;
     margin-right:0;
     margin-bottom:15px;
   }
 }