@font-face {
    font-family: 'Barlow-black';
    src: local('Barlow-black'), 
         url('https://www.unifeeder.com/hubfs/Fonts/Unifeeder%20Fonts/Barlow-Black.ttf') format('ttf'),
         url('https://www.unifeeder.com/hubfs/Fonts/Unifeeder%20Fonts/Barlow-Black.woff') format('woff'),
         url('https://www.unifeeder.com/hubfs/Fonts/Unifeeder%20Fonts/Barlow-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: local('Barlow'), 
         url('https://www.unifeeder.com/hubfs/Fonts/Unifeeder%20Fonts/Barlow-Regular.ttf') format('ttf'),
         url('https://www.unifeeder.com/hubfs/Fonts/Unifeeder%20Fonts/Barlow-Regular.woff') format('woff'),
         url('https://www.unifeeder.com/hubfs/Fonts/Unifeeder%20Fonts/Barlow-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

              /* Black */
      /* Orange */
             /* White */
           /* Blue */
          /* Green */
           /* Sand */  


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.blog-overview,
.empire {
    padding-top: 60px
}

@media (min-width:992px) {

    .blog-overview,
    .empire {
        padding-top: 80px
    }
}

@media (min-width:1440px) {

    .blog-overview,
    .empire {
        padding-top: 100px
    }
}

.article-preview,
.eiffel {
    padding-top: 40px
}

@media (min-width:992px) {

    .article-preview,
    .eiffel {
        padding-top: 50px
    }
}

@media (min-width:1440px) {

    .article-preview,
    .eiffel {
        padding-top: 64px
    }
}

.aa-article__content,
.aa-articles-overview--inner,
.article-preview,
.articles-overview__inner,
.eiffel {
    padding-bottom: 40px
}

@media (min-width:992px) {

    .aa-article__content,
    .aa-articles-overview--inner,
    .article-preview,
    .articles-overview__inner,
    .eiffel {
        padding-bottom: 50px
    }
}

@media (min-width:1440px) {

    .aa-article__content,
    .aa-articles-overview--inner,
    .article-preview,
    .articles-overview__inner,
    .eiffel {
        padding-bottom: 64px
    }
}


.aa-article__content p:first-of-type,
.aa-panel__body li,
.aa-panel__body p,
.article__tags,
.oat,
.vignette {
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    font-family: Barlow, sans-serif
}

@media (min-width:1440px) {

    .aa-article__content p:first-of-type,
    .aa-panel__body li,
    .aa-panel__body p,
    .article__tags,
    .oat,
    .vignette {
        font-size: 28px;
        line-height: 30px
    }
}

/* ========================================
 *         Blog Listing page
 * ====================================== */

.blog-overview {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%
}

@media (min-width:992px) {
    .blog-overview {
        max-width: 100%;
        margin: 0 auto;
        background-size: 25%
    }
}

@media (min-width:1440px) {
    .blog-overview {
        margin-bottom: -120px;
        padding-bottom: 240px
    }
}

.aa-article-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
    background-color: #ebf0f6;
    text-align: left
}

@media (min-width:544px) {
    .aa-article-cards {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.aa-article-cards__inner {
    max-width: 1440px;
    width: 100%;
    padding: 60px 20px 80px
}

@media (min-width:544px) {
    .aa-article-cards__inner {
        width: 80%
    }
}

@media (min-width:768px) {
    .aa-article-cards__inner {
        width: 100%;
        padding-top: 100px
    }
}

@media (min-width:1440px) {
    .aa-article-cards__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.aa-article-cards__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .aa-article-cards__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.aa-article-cards__header h1 {
    margin-bottom: 0
}

.aa-article-cards__header a {
    margin-left: 0
}

@media (min-width:768px) {
    .aa-article-cards__header a {
        margin-left: auto
    }
}

.aa-article-cards__header .button {
    color: #000;
    margin-bottom: 20px
}

.aa-article-cards__header .button:hover {
    color: #fff
}

.aa-article-cards__header .button--accent {
    color: #fff;
    margin-bottom: 20px
}

.aa-article-cards__header .button--accent:hover {
    color: #000
}

.aa-article-cards__body {
    max-width: 1440px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.aa-article-cards__footer .button--secondary {
    color: #000;
    margin-top: 20px
}

.aa-article-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

@media (min-width:768px) {
    .aa-article-card {
        max-width: calc(50% - 7.5px);
        margin-right: 15px;
        margin-bottom: 50px
    }
}

@media (min-width:1200px) {
    .aa-article-card {
        max-width: calc(33.33333% - 10px)
    }
}

.aa-article-card:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.aa-article-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.aa-article-card--header,
.aa-article-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.aa-article-card--header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    height: 410px;
    background-size: cover
}

.aa-article-card--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px 60px;
    position: relative
}

.aa-article-card--body .time-date {
    color: #999;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 15px
}

.aa-article-card--body .article-card-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5
}

.aa-article-card--body .article-card-subtitle a {
    text-decoration: none;
    color: #000
}

.aa-article-card--body p {
    margin-top: 20px
}

.tag-container {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -60px;
    margin-bottom: 20px;    
    background-color: #f04e30;
    color: #fff;
}

.tag-container a {
    text-decoration: none;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
}

.aa-article-card:last-of-type {
    visibility: visible;
    display: block
}

@media (min-width:768px) {
    .aa-article-card:last-of-type {
        visibility: hidden;
        display: none
    }
}

@media (min-width:1200px) {
    .aa-article-card:last-of-type {
        visibility: visible;
        display: block
    }
}

.aa-article-card--index:last-of-type {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .aa-article-card--index:last-of-type {
        visibility: flex;
        display: block
    }
}

@media (min-width:1200px) {
    .aa-article-card--index:last-of-type {
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.aa-article-card--footer {
    position: relative;
    margin-top: auto
}

.aa-article-card--footer .button-skewed {
    position: absolute;
    top: -30px;
    right: 30px
}

.aa-article-card:nth-of-type(2n) {
    margin-right: 0
}

@media (min-width:768px) {
    .aa-article-card:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .aa-article-card:nth-of-type(2n) {
        margin-right: 15px
    }
}

@media (min-width:1200px) {
    .aa-article-card:nth-child(3n) {
        margin-right: 0
    }
}

.aa-article-card:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0
}

.aa-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px
}

@media (min-width:992px) {
    .aa-pagination {
        max-width: 720px;
        margin: 35px auto
    }
}

.aa-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.aa-pagination li {
    list-style-type: none
}

.aa-pagination li:not(:last-of-type) {
    margin-right: 20px
}

.aa-pagination li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    text-decoration: none;
    color: #000
}

.aa-pagination li a:hover {
    text-decoration: underline;
    color: #212a32
}

.aa-pagination li a img {
    width: 100%
}

.aa-pagination .aa-active-page a {
    color: #f04e30
}

/* ========================================
 *          Blog details page
 * ====================================== */

.aa-article__header p,
.wheat {
    font-size: 16px;
    line-height: 26px;
    font-family: Barlow, sans-serif
}

@media (min-width:1440px) {

    .aa-article__header p,
    .wheat {
        font-size: 18px;
        line-height: 30px
    }
}

.blog .aa-columns {
    margin-bottom: 0
}

.aa-article__inner {
    width: 100%
}

@media (min-width:768px) {
    .aa-article__header {
        padding: 30px 30px 0
    }
}

@media (min-width:992px) {
    .aa-article__header {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width:1440px) {
    .aa-article__header {
        padding: 0
    }
}


.aa-article__header p {
    font-weight: 400
}

@media (min-width:992px) {
    .aa-article__header p {
        font-size: 18px
    }
 
}

.article__share a {
    color: #f04e30
}

.article__share a:hover .icon {
    fill: #212a32
}

.article__share .icon {
    width: 30px;
    height: 30px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.aa-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .aa-header__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 350px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .aa-header__content {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

.aa-header__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .aa-header__text {
        max-width: 50%;
        max-height: 100%;
        margin-bottom: 0;
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .aa-header__text {
        padding-right: 140px;
        padding-left: 0
    }
}

.aa-header__image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .aa-header__image {
        max-width: 50%;
        width: 100%;
        min-height: 350px;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px rgba(0, 0, 0, .2)
    }
}

@media (min-width:992px) {
    .aa-header__image {
        max-height: 420px;
        max-width: 600px;
        height: 100%;
        margin-bottom: 0
    }
}

.article__share {
    margin-left: auto
}

.article__share a {
    text-decoration: none;
    color: #a8a9b0
}

.article__share a:hover {
    color: #000
}

.article__share a:not(:last-of-type) {
    margin-right: 10px
}

.article__share span {
    font-size: 20px
}

.article__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width:992px) {
    .article__tags {
        max-width: 720px;
        margin: 0 auto
    }
}

.article__tags ul li a {
    color: #000
}

.article__tags strong {
    margin-right: 10px
}

.aa-article__content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(40%, #fff));
    background: linear-gradient(180deg, #f4f4f4 0, #fff 40%)
}

.aa-article__content p:first-of-type {
    margin: 0 auto 35px
}

.aa-article__content h2 {
    font-size: 28px
}

@media (min-width:1200px) {
    .aa-article__content h2 {
        font-size: 36px
    }
}

.aa-article__content h3 {
    font-size: 20px;
    font-weight: 400
}

@media (min-width:1200px) {
    .aa-article__content h3 {
        font-size: 24px
    }
}

.aa-article__content h4 {
    font-weight: 700
}

@media (min-width:1200px) {
    .aa-article__content h4 {
        font-size: 20px
    }
}

.aa-article__content span.cta-wrapper {
    display: block
}

.aa-article__content a {
    color: #f04e30
}

.aa-article__content *+img {
    margin-top: 30px
}

@media (min-width:768px) {
    .aa-article__content *+img {
        margin-top: 50px
    }
}

.aa-article__content img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px
}

.aa-article__content figcaption {
    color: #807f83;
    font-style: normal
}

@media (min-width:1440px) {
    .aa-article__content figcaption {
        font-size: 16px
    }
}

.aa-article__content img+figcaption {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .aa-article__content img+figcaption {
        margin-bottom: 50px
    }
}

.aa-article__content ol,
.aa-article__content ul {
    margin-top: 0;
    margin-bottom: 30px
}

.aa-article__content:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .aa-article__content {
        padding: 50px
    }
}

@media (min-width:992px) {
    .aa-article__content {
        max-width: 1680px;
        width: 100%
    }

    .aa-article__content img {
        display: block
    }

    .aa-article__content .article__tags,
    .aa-article__content a,
    .aa-article__content figcaption,
    .aa-article__content h1,
    .aa-article__content h2,
    .aa-article__content h3,
    .aa-article__content img,
    .aa-article__content ol,
    .aa-article__content p,
    .aa-article__content span,
    .aa-article__content ul {
        max-width: 960px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
    }

    .aa-article__content ol,
    .aa-article__content ul {
        margin-bottom: 40px
    }

    .aa-article__content blockquote {
        max-width: 960px;
        margin: 0 auto
    }
}

.hs-responsive-embed {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .hs-responsive-embed {
        margin-bottom: 50px
    }
}

.article__author {
    border-top: 2px solid #e9eceb
}

.article__author__inner {
    margin: 0 20px;
    padding: 30px 0
}

@media (min-width:992px) {
    .article__author__inner {
        max-width: 720px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .article__author__inner h2,
    .article__author__inner p {
        font-size: 18px
    }
}

.aa-related-articles {
    padding: 20px;
    background-color: #f4f4f4
}

@media (min-width:768px) {
    .aa-related-articles {
        padding: 60px 40px 120px
    }
}

.aa-related-title {
    font-weight: 400
}

@media (min-width:1200px) {
    .aa-related-title {
        max-width: 1440px;
        margin: 0 auto 30px;
        padding-right: 0
    }
}

.aa-related-articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width:992px) {
    .aa-related-articles__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .aa-related-articles__inner {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

.page-front .aa-aa-related-articles__inner {
    padding-top: 0
}

.aa-meta-info {
    margin-top: 15px;
    margin-bottom: 20px
}

.aa-article__meta ul,
.article__tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.aa-article__meta ul li,
.article__tags ul li {
    position: relative;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:992px) {

    .aa-article__meta ul li,
    .article__tags ul li {
        margin-left: 10px;
        margin-right: 10px
    }
}

.aa-article__meta ul li:first-of-type,
.article__tags ul li:first-of-type {
    margin-left: 0
}

.aa-article__meta ul li:last-of-type,
.article__tags ul li:last-of-type {
    margin-right: 0
}

.aa-article__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: #f04e30;
    border-bottom: 1px solid #807f83
}

@media (min-width:544px) {
    .aa-article__meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .aa-article__meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
        font-size: 18px
    }
}

@media (min-width:1200px) {
    .aa-article__meta {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .aa-article__meta {
        padding-left: 0;
        padding-right: 0
    }
}

.aa-article__meta a {
    color: #f04e30;
    text-decoration: none
}

.aa-article__meta ul {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:544px) {
    .aa-article__meta ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .aa-article__meta ul {
        padding-right: 0
    }
}

.aa-article__meta li {
    color: #212a32
}

.aa-article__meta li:first-of-type {
    font-weight: 700
}

.aa-article__meta .social svg {
    width: 40px;
    height: 40px
}

@media (min-width:992px) {
    .aa-article__meta .social svg {
        width: 36px;
        height: 36px
    }
}

.aa-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f04e30
}

/* ================================================================================
 *                            SOCIAL STYLING
 * ==============================================================================*/

.social {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:544px) {
    .social {
        margin-left: auto;
        margin-top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.social svg {
    width: 40px;
    height: 40px;
    fill: #212a32;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.social a:not(:last-of-type) {
    margin-right: 10px
}

@media (min-width:768px) {
    .social a:not(:last-of-type) {
        margin-right: 20px
    }
}

.social a:hover svg {
    fill: #f04e30
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

              /* Black */
      /* Orange */
             /* White */
           /* Blue */
          /* Green */
           /* Sand */  

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hidden-xs-up {
    display: none !important
}

@media (max-width:543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.aa-cookie-widget--closed,
.aa-cookie-widget--open {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.aa-cookie-widget--closed .aa-cookies {
    display: none
}

.aa-cookies {
    position: fixed;
    bottom: 0;
    left: 20px;
    width: 450px;
    max-width: calc(100% - 40px);
    padding: 15px;
    background-color: #fff;
    color: #000;
    z-index: 9999;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.aa-cookies .aa-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aa-cookies a {
    color: #212a32;
    text-decoration: underline
}

.aa-cookies span#hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    line-height: 30px;
    margin-top: -5px
}

.aa-cookies span#hide:hover {
    cursor: pointer
}

.aa-cookies p,
.aa-cookies span {
    margin-bottom: 0
}

.aa-cookies p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 400
}

@media (min-width:768px) {
    .aa-cookies p {
        font-size: 14px
    }
}

.aa-cookies span {
    font-size: 18px
}

.aa-cookies span:first-of-type {
    margin-right: 15px
}

.aa-cookies span:last-of-type {
    margin-left: 15px
}

.hamburger {
    cursor: pointer;
    z-index: 200;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0
}

.hamburger span,
.hamburger span:after,
.hamburger span:before {
    display: block;
    background-color: #f04e30;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hamburger span {
    margin: 0 auto;
    position: relative
}

.hamburger span:after,
.hamburger span:before {
    position: absolute;
    content: ""
}

.hamburger span,
.hamburger span:after,
.hamburger span:before {
    width: 30px;
    height: 2px
}

.hamburger span:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hamburger span:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.js-nav-open .hamburger {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.js-nav-open .hamburger span {
    background-color: transparent
}

.js-nav-open .hamburger span:after,
.js-nav-open .hamburger span:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.js-nav-open .hamburger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.js-nav-open .hamburger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site--white .hamburger>span,
.site--white .hamburger>span:after,
.site--white .hamburger>span:before {
    background-color: #fff
}

.js-nav-open .site--white .hamburger>span {
    background-color: transparent
}

.navigation ul,
.navigation ul li {
    margin: 0;
    padding: 0
}

.navigation--primary {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

@media (min-width:768px) {
    .navigation--primary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.navigation--primary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.navigation--primary ul li a {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #000
}

.navigation--primary ul li a:hover {
    text-decoration: none
}

@media (min-width:1440px) {
    .navigation--primary ul li a {
        font-size: 18px
    }
}

.navigation--primary .button {
    font-size: 16px;
    border: 1px solid #000;
    color: #000
}

.navigation--primary .button:hover {
    background-color: #000;
    border-color: #000
}

.navigation--primary .hs-menu-depth-1>.hs-menu-children-wrapper {
    position: absolute;
    left: 0;
    display: block;
    width: fit-content;
    background-color: #293743;
    
}

.navigation--primary .hs-menu-depth-1>.hs-menu-children-wrapper a {
    color: #fff;
    padding: 0px 15px;
}

.navigation--primary .hs-menu-depth-2>.hs-menu-children-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: calc(100% + 0px);
}

.navigation--primary .hs-menu-depth-3>.hs-menu-children-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: calc(100% + 0px);
}

.navigation--primary .hs-menu-depth-2>.hs-menu-children-wrapper a, .navigation--primary .hs-menu-depth-3>.hs-menu-children-wrapper a {
    color: #fff
}

@media (min-width:992px) {

    .navigation--primary .hs-menu-depth-1>a,
    .navigation--primary .hs-menu-depth-2>a,
    .navigation--primary .hs-menu-depth-3>a,
    .navigation--primary .hs-menu-depth-4>a{
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.navigation--primary .hs-menu-depth-1 {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
}

.navigation--primary .hs-menu-depth-1 .hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
    width: fit-content;
    min-width: 200px;
}

.navigation--primary .hs-menu-depth-1:hover>.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.navigation--primary .hs-menu-depth-2 a, 
.navigation--primary .hs-menu-depth-3 a, 
.navigation--primary .hs-menu-depth-4 a {
    position: relative;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.navigation--primary .hs-menu-depth-2>.hs-menu-children-wrapper, 
.navigation--primary .hs-menu-depth-3>.hs-menu-children-wrapper {
    background-color: #212a32
}

.navigation--primary .hs-menu-depth-2:hover > .hs-menu-children-wrapper, 
.navigation--primary .hs-menu-depth-3:hover > .hs-menu-children-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: #212a32;
}


.navigation--primary .hs-menu-depth-1 .hs-menu-depth-2>a:hover,
.navigation--primary .hs-menu-depth-1 .hs-menu-depth-3>a:hover,
.navigation--primary .hs-menu-depth-1 .hs-menu-depth-4>a:hover{
    border-bottom: 4px solid #cce8fa
} 


.navigation--primary .hs-menu-depth-2, .navigation--primary .hs-menu-depth-3 {
    position: relative
}


.navigation--primary .hs-menu-depth-2>ul, .navigation--primary .hs-menu-depth-3>ul {
    display: block;
    background: #293743
}

.navigation--primary .hs-menu-depth-2>ul li, .navigation--primary .hs-menu-depth-3>ul li  {
    display: block
}

.navigation--primary .hs-menu-children-wrapper .hs-menu-depth-3> a, .navigation--primary .hs-menu-children-wrapper .hs-menu-depth-4> a {
    display: block;
    padding: 8px
}

.js-nav-open .content-overlay {
    width: 100%;
    height: 100%;
    opacity: 1
}

.content-overlay {
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    opacity: 0;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

html {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

body.js-nav-open {
    overflow-y: hidden
}

.navigation--mobile {
    width: 100%;
    min-height: calc(100vh - 60px);
    position: fixed;
    bottom: 100%;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 998
}

@media (min-width:768px) {
    .navigation--mobile {
        min-height: calc(100vh - 80px)
    }
}

.navigation--mobile .header__social {
    padding-top: 100px;
    padding-bottom: 50px
}

@media (min-width:768px) {
    .navigation--mobile .header__social {
        padding-bottom: 250px
    }
}

.js-nav-open .navigation--mobile {
    top: 60px;
    bottom: 0
}

@media (min-width:768px) {
    .js-nav-open .navigation--mobile {
        top: 80px
    }
}

.navigation--mobile .branding {
    display: block;
    margin-bottom: 40px
}

.navigation--mobile .branding img {
    width: 120px;
    margin-left: auto;
    margin-right: auto
}

.navigation--mobile ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.navigation--mobile ul li {
    padding: 0;
    margin: 0
}

.navigation--mobile ul li a {
    display: block;
    color: #000;
    text-decoration: none
}

.navigation--mobile .hs-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navigation--mobile .hs-item-has-children ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.navigation--mobile .hs-item-has-children>a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.navigation--mobile .hs-item-has-children .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .navigation--mobile .hs-item-has-children .icon {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.navigation--mobile .hs-item-has-children .icon svg {
    width: 12px;
    height: auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.navigation--mobile .hs-item-has-children.is-active>.icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navigation--mobile .language .button {
    margin-top: 20px;
    border-color: #fff;
    color: #fff
}

.navigation--mobile .hs-menu-depth-1 {
    border-bottom: 1px solid #eee
}

.navigation--mobile .hs-menu-depth-1>a {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.navigation--mobile .hs-menu-depth-1>ul {
    display: none;
    background: #293743;
    padding-top: 10px;
    padding-bottom: 10px
}

.navigation--mobile .hs-menu-depth-1.is-active>ul {
    display: block
}

.navigation--mobile .hs-menu-depth-1>.icon {
    border-left: 1px solid #eee
}

@media (min-width:768px) {
    .navigation--mobile .hs-menu-depth-1>.icon {
        border-right: 1px solid #eee
    }
}

.navigation--mobile .hs-menu-depth-1:first-child>a:hover {
    background-color: #cce8fa
}

.navigation--mobile .hs-menu-depth-1:nth-child(2)>a:hover {
    background-color: #009ac7
}

.navigation--mobile .hs-menu-depth-1:nth-child(3)>a:hover {
    background-color: #009185
}

.navigation--mobile .hs-menu-depth-2 a, .navigation--mobile .hs-menu-depth-3 a {
    padding: 5px 14px;
    color: #fff
}

.navigation--mobile .hs-menu-depth-2>ul, .navigation--mobile .hs-menu-depth-3>ul {
    display: none;
    color: #fff;
    background-color: #212a32;
    padding-top: 5px;
    padding-bottom: 5px
}

.navigation--mobile .hs-menu-depth-2.is-active>ul, .navigation--mobile .hs-menu-depth-3.is-active>ul {
    display: block
}

@media (min-width:768px) {
    .navigation--mobile .hs-menu-depth-2.hs-item-has-children>a, .navigation--mobile .hs-menu-depth-3.hs-item-has-children>a {
        padding-left: 0;
        margin-left: 5px
    }
}

@media (min-width:768px) {
    .navigation--mobile .hs-menu-depth-2.hs-item-has-children .icon, .navigation--mobile .hs-menu-depth-3.hs-item-has-children .icon {
        padding-left: 5px
    }
}

@media (max-width:768px) {
   .navigation--mobile .hs-menu-depth-3>ul {
     filter: brightness(110%);
}
}


.navigation--mobile .hs-menu-depth-2.hs-item-has-children .icon svg,
.navigation--mobile .hs-menu-depth-2.hs-item-has-children .icon svg path,
.navigation--mobile .hs-menu-depth-3.hs-item-has-children .icon svg,
.navigation--mobile .hs-menu-depth-3.hs-item-has-children .icon svg path {
    fill: #fff
}


header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    z-index: 999
}

@media (min-width:768px) {
    header.header {
        height: 80px
    }
}

@media (min-width:992px) {
    header.header {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1200px) {
    header.header {
        height: 110px
    }
}

.header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}

@media (min-width:1200px) {
    .header__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.header__inner .header__co2-button {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto
}

.header__inner .header__co2-button svg {
    height: 25px;
    fill: #009185
}

.header__inner .header__hamburger {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 21px !important
}

.header .branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    max-width: 200px
}

@media (min-width:1200px) {
    .header .branding {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (min-width:1440px) {
    .header .branding {
        max-width: 100%;
        width: 280px
    }
}



.header .branding img {
    display: block;
    width: 120px
}

@media (min-width:768px) {
    .header .branding img {
        width: 170px
    }
}

@media (min-width:1200px) {
    .header .branding img {
        margin-left: auto;
        margin-right: auto
    }
}

.navigation-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}


@media (min-width:1440px) {
    .navigation-container {
        max-width: calc(100% - 280px)
    }
}



@media (min-width:1920px) {
    .navigation-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.header .box-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 21px
}

@media (min-width:1200px) {
    .header .box-button {
        width: 140px !important
    }
}

@media (min-width:1440px) {
    .header .box-button {
        width: 140px !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (min-width:1920px) {
    .header .box-button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.header .box-button svg {
    width: 20px;
    height: 20px;
    margin-bottom: 5px
}

.header .box-button .box-button__content {
    padding-top: 10px;
    padding-bottom: 10px
}

.header .box-button .box-button__content p {
    font-size: 16px;
    line-height: 22px
}

.navigation-container {
    position: relative;
    background-color: #293743
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

              /* Black */
      /* Orange */
             /* White */
           /* Blue */
          /* Green */
           /* Sand */  

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


footer.footer {
    margin-top: auto
}

.footer-primary {
    width: 100%;
    background-color: #293743
}

.footer-primary__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 20px
}

@media (min-width:544px) {
    .footer-primary__inner {
        padding-left: 55px;
        padding-right: 55px
    }
}

@media (min-width:992px) {
    .footer-primary__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1440px) {
    .footer-primary__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1680px) {
    .footer-primary__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.footer__columns {
    max-width: 960px;
    width: 100%
}

@media (min-width:992px) {
    .footer__columns {
        max-width: 720px
    }
}

.footer__columns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .footer__columns ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__columns ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .footer__columns ul li {
        max-width: 33.33333%;
        margin-bottom: 0
    }
}

.footer__columns ul li p {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff
}

.footer__columns ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    height: 48px;
}

.footer__columns ul li a svg {
    margin-left: 5px
}

.footer__columns svg {
    fill: #f04e30;
    width: 15px;
    height: 15px
}

.footer__text {
    margin-left: auto
}

@media (min-width:768px) {
    .footer__text {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .footer__text {
        max-width: 480px
    }
}

.footer__text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:992px) {
    .footer__text p {
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width:1200px) {
    .footer__text p {
        font-size: 18px;
        line-height: 28px
    }
}

.footer__text a {
    color: #f04e30;
    font-weight: bold;
}

.footer-secondary {
    background-color: #212a32
}

.footer-secondary__inner {
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 35px 10px;
}

@media (min-width:768px) {
    .footer-secondary__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .footer-secondary__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer-secondary .footer__text {
    max-width: 480px
}

@media (min-width:992px) {
    .footer-secondary .footer__text {
        max-width: 840px
    }
}

.footer-secondary .footer__text p {
    color: #edf1f5;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0
}

.footer-secondary .footer__text a {
    font-size: 14px;
}

.footer-secondary .footer__text a:hover {
    opacity: .6
}

.footer-secondary .footer__logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px
}

@media (min-width:992px) {
    .footer-secondary .footer__logo {
        margin-top: 0;
        margin-right: 0
    }
}

.footer-secondary .footer__logo img {
    width: 200px
}


.footer__inner {
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .footer__inner {
        padding: 30px 20px
    }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

              /* Black */
      /* Orange */
             /* White */
           /* Blue */
          /* Green */
           /* Sand */  




/* ================================================================================
 * ================================================================================
 * 
 *                            GENERAL LAYOUT STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}


hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

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: 1px dotted ButtonText
}

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-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
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.aa-wysiwyg--columns,
.burj,
.subscription-page main {
    padding-top: 80px
}

@media (min-width:992px) {

    .aa-wysiwyg--columns,
    .burj,
    .subscription-page main {
        padding-top: 120px
    }
}

.aa-cards--contact,
.aa-quote,
.aa-wysiwyg,
.article__tags,
.burj,
.jobs,
.subscription-page main {
    padding-bottom: 80px
}

@media (min-width:992px) {

    .aa-cards--contact,
    .aa-quote,
    .aa-wysiwyg,
    .article__tags,
    .burj,
    .jobs,
    .subscription-page main {
        padding-bottom: 80px
    }
}

.aa-accordion,
.aa-article-cards,
.aa-cards,
.aa-columns,
.aa-columns-row,
.aa-form,
.aa-image,
.aa-image--fullscreen,
.aa-quote,
.aa-video,
.aa-wysiwyg,
.box-button-group,
.contact-us,
.double-accordion,
.focus-article,
.hero,
.jobs,
.story,
.testimonial {
    margin-bottom: 80px
}

@media (min-width:992px) {

    .aa-accordion,
    .aa-article-cards,
    .aa-cards,
    .aa-columns,
    .aa-columns-row,
    .aa-form,
    .aa-image,
    .aa-image--fullscreen,
    .aa-quote,
    .aa-video,
    .aa-wysiwyg,
    .box-button-group,
    .contact-us,
    .double-accordion,
    .focus-article,
    .hero,
    .jobs,
    .story,
    .testimonial {
        margin-bottom: 120px
    }
}


.liberty,
main.no-hero {
    padding-top: 30px
}


.subscription-page .email-prefs .subscribe-options {
    margin-top: 30px
}

@media (min-width:1440px) {
    .subscription-page .email-prefs .subscribe-options {
        margin-top: 40px
    }
}

.subscription-page .email-prefs .subscribe-options,
.subscription-page .page-header {
    margin-bottom: 30px
}

@media (min-width:1440px) {

    .subscription-page .email-prefs .subscribe-options,
    .subscription-page .page-header {
        margin-bottom: 40px
    }
}


.subscription-page .email-prefs .item:first-of-type {
    margin-top: 10px
}

@media (min-width:992px) {
    .subscription-page .email-prefs .item:first-of-type {
        margin-top: 20px
    }
}

.subscription-page .email-prefs .item:not(:last-of-type) {
    margin-bottom: 10px
}

@media (min-width:992px) {
    .subscription-page .email-prefs .item:not(:last-of-type) {
        margin-bottom: 20px
    }
}

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

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

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

:root body,
_:-ms-fullscreen {
    display: block
}

a {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #005078;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

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

img {
    display: block;
    height: auto;
    max-width: 100%
}

main {
    margin-top: 60px
}

@media (min-width:768px) {
    main {
        margin-top: 80px
    }
}

@media (min-width:1200px) {
    main {
        margin-top: 110px
    }
}

.aa-bg-image {
    background-size: cover;
    background-position: 50%
}

.no-mb {
    margin-bottom: 0 !important;
}

.no-mt {
    margin-top: 0 !important
}

.no-pb {
    padding-bottom: 0 !important
}

.no-pt {
    padding-top: 0 !important
}


main #hs_cos_wrapper_widget_1656504247221 {
    padding-bottom: 100px !important;
    padding-left: 10px!important;
    padding-right: 10px !important;
    padding-top: 20px !important;
}

/* ================================================================================
 * ================================================================================
 * 
 *                            TYPOGRAPHY STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Barlow, sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    clear: both;
    font-family: Barlow-black, sans-serif;
    font-weight: 400
}

h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    display: none
}

h1 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    margin: .67em 0;
    color: #000;
}

h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #f04e30;
}

h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
}  


ol+h2,
ol+h3,
p+h2,
p+h3,
ul+h2,
ul+h3 {
    margin-top: 15px
}

blockquote {
    margin: 0;
    font-family: Barlow, sans-serif;
    font-style: italic;
    font-size: 25px;
    line-height: 35px
}

blockquote strong {
    display: block;
    margin-top: 5px;
    font-family: Barlow, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase
}

strong {
    font-weight: 700
}

figcaption,
i {
    font-style: italic
}

figcaption {
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 21px
}

ol,
ul {
    margin-top: 15px;
    margin-bottom: 15px
}

li {
    margin-bottom: 5px
}

@media (min-width:1440px) {
    body {
        font-size: 18px;
        line-height: 26px
    }
  
    p {
      font-size: 18px;
    }  

    h1 {
        font-size: 60px;
        line-height: 66px
    }
  
    h2 {
        font-size: 36px;
        line-height: 36px
    }
  
    h3 {
        font-size: 26px;
        line-height: 30px
    }
  
    h4 {
        font-size: 22px;
        line-height: 32px
    }
  
    h5 {
        font-size: 16px;
        line-height: 25px
    }
}

@media (min-width:992px) {


    h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px
    }
  
   h2 {
        font-size: 36px;
        line-height: 36px
    }
  
   h3 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 30px
   }
  
   h4 {
        font-size: 22px;
        line-height: 28px
   }
  
   p:not(:last-of-type) {
        margin-bottom: 20px
    }
  
   blockquote {
        font-size: 34px;
        line-height: 50px
    }
  
    ol,
    ul {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: block
    }
  
  blockquote strong {
        font-size: 14px;
        line-height: 30px
    }
}

.hero__header h1,
.hero__header h2,
.hero__header h3,
.hero__header h4,
.hero__header li,
.hero__header p {
    color: #fff;
}

.bg--accent {
    background-color: #f04e30;
     color: #fff;
}

.bg--accent h1,
.bg--accent h2,
.bg--accent h3,
.bg--accent h4,
.bg--accent li,
.bg--accent p {
    color: #fff;
}

.bg--accent .aa-wysiwyg-column h3:before,
.bg--accent .aa-wysiwyg-column li:before {
    background: #fff;
}

.bg--accent a:not(.button):not(.button-animated) {
    color: #fff;
    text-decoration: underline;
}

.bg--primary {
    background-color: #212a32;
    color: #fff
}

.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary li,
.bg--primary p {
    color: #fff;
}

.bg--sand {
    background-color: #ebf0f6;
}

.bg--sand h1,
.bg--sand h2,
.bg--sand h4,
.bg--sand li,
.bg--sand p {
    color: #000;
}

.bg--sand h3 {
    color: #f04e30;
}

.bg--green {
    background-color: #009185;
}

.bg--green h1,
.bg--green h2,
.bg--green h3,
.bg--green h4,
.bg--green li,
.bg--green p {
    color: #fff;
}

.bg--blue {
    background-color:  #005078
}
.bg--blue,
.bg--blue h1,
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue li,
.bg--blue p {
    color: #fff;
}

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



/* ========================================
 *         Blog and system page styling
 * ====================================== */

.aa-article-preview .aa-article__description,
.aa-article__content ol,
.aa-article__content ul,
.aa-article__header strong,
.aa-article__meta,
.aa-lp-vignette,
.hs-input,
.rye
 {
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    font-family: Barlow, sans-serif;
    font-weight: 400
}

@media (min-width:768px) {

    .aa-article-preview .aa-article__description,
    .aa-article__content ol,
    .aa-article__content ul,
    .aa-article__header strong,
    .aa-article__meta,
    .aa-lp-vignette,
    .hs-input,
    .rye
     {
        font-size: 16px;
        line-height: 28px
    }
}


.aa-article__content figcaption,
.barley,
.subscription-page .email-prefs .item p,
.subscription-page .email-prefs .item p:first-of-type {
    margin: auto;
    font-size: 12px;
    line-height: 20px;
    font-family: Barlow, sans-serif
}

@media (min-width:1440px) {

    .aa-article__content figcaption,
    .barley,
    .subscription-page .email-prefs .item p,
    .subscription-page .email-prefs .item p:first-of-type {
        font-size: 14px;
        line-height: 22px
    }
}

.subtitle {
    font-family: "Roboto, Arial, sans-serif";
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase
}

@media (min-width:992px) {
    .subtitle {
        font-size: 18px;
        line-height: 21px
    }
}

/* ================================================================================
 * ================================================================================
 * 
 *                            BUTTON STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.button {
    padding: 15px 30px;
    margin-bottom: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 20px;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

@media (min-width:768px) {
    .button {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .button {
        font-size: 16px;
        line-height: 20px
    }
}

.button:focus {
    outline: none
}

.button:hover {
    text-decoration: none;
    background-color: #212a32;
    color: #fff;
    border-color: #212a32
}

.button .icon {
    margin-left: 10px;
    width: 2.5em;
    height: 1.2em
}

.button+.button {
    margin-top: 10px
}

@media (min-width:768px) {
    .button+.button {
        margin-left: 15px;
        margin-top: 0
    }
}

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

.button--white:hover {
    background-color: #212a32;
    border-color: #212a32;
    color: #000
}

.button--rounded {
    border-radius: 5px
}

.button--outline {
    background-color: transparent;
    color: #000;
    border: 1px solid #000
}

.button--outline:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.button--white.button--outline {
    border-color: #fff;
    color: #fff
}

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

.button--accent {
    background-color: #212a32;
    color: #fff;
    border-color: #212a32
}

.button--accent:hover {
    background: transparent
}

.button--secondary {
    background-color: #f04e30;
    color: #fff;
    border-color: #f04e30
}

.button--secondary:hover {
    border-color: #f04e30;
    background: transparent
}

.button--secondary.button--outline {
    -ms-flex-item-align: center;
    align-self: center;
    color: #fff;
    background: transparent;
    border: 1px solid #f04e30;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700
}

@media (min-width:768px) {
    .button--secondary.button--outline {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:992px) {
    .button--secondary.button--outline {
        font-size: 16px;
        line-height: 20px
    }
}

.button--secondary.button--outline:hover {
    background-color: #f04e30
}

.button--accent.button--outline {
    -ms-flex-item-align: center;
    align-self: center;
    color: #fff;
    background: #f04e30;
    border: 1px solid #f04e30;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700
}

@media (min-width:992px) {
    .button--accent.button--outline {
        font-size: 16px;
        line-height: 20px
    }
}

.button--accent.button--outline:hover {
    background-color: #fff;
    color: #000
}

.button+.button,
.button-animated+.button-animated,
.focus-article--form.bg--accent .button-animated+input[type=submit],
.focus-article--form.bg--accent input[type=submit]+.button-animated,
.focus-article--form.bg--accent input[type=submit]+input[type=submit],
.focus-article--form.bg--accent p+input[type=submit],
.hs-submit .button-animated+input[type=submit],
.hs-submit input[type=submit]+.button-animated,
.hs-submit input[type=submit]+input[type=submit],
.hs-submit p+input[type=submit],
p+.button,
p+.button-animated {
    margin-top: 20px
}

@media (min-width:768px) {

    .button+.button,
    .button-animated+.button-animated,
    .focus-article--form.bg--accent .button-animated+input[type=submit],
    .focus-article--form.bg--accent input[type=submit]+.button-animated,
    .focus-article--form.bg--accent input[type=submit]+input[type=submit],
    .hs-submit .button-animated+input[type=submit],
    .hs-submit input[type=submit]+.button-animated,
    .hs-submit input[type=submit]+input[type=submit] {
        margin-top: 0;
        margin-left: 20px
    }
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
}

@media (min-width:768px) {
    .button-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.button-animated,
.focus-article--form.bg--accent input[type=submit],
.hs-submit input[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

@media (min-width:992px) {

    .button-animated,
    .focus-article--form.bg--accent input[type=submit],
    .hs-submit input[type=submit] {
        font-size: 18px;
        line-height: 20px
    }
}

.button-animated svg,
.focus-article--form.bg--accent input[type=submit] svg,
.hs-submit input[type=submit] svg {
    margin-left: 15px;
    width: 20px;
    height: 20px
}

.button-animated--white,
.focus-article--form.bg--accent input[type=submit] {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
    background: linear-gradient(90deg, #fff 50%, transparent 0);
    background-size: 210% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff;
    font-weight: bold;
}

.button-animated--white svg,
.focus-article--form.bg--accent input[type=submit] svg {
    fill: #fff
}

.button-animated--white:hover,
.focus-article--form.bg--accent input:hover[type=submit] {
    color: #000;
    background-position: 0 100%
}

.button-animated--white:hover svg,
.focus-article--form.bg--accent input:hover[type=submit] svg {
    fill: #000
}

.button-animated--accent,
.hs-submit input[type=submit] {
    border: 2px solid #f04e30;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f04e30), color-stop(50%, transparent));
    background: linear-gradient(90deg, #f04e30 50%, transparent 0);
    background-size: 210% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #f04e30;
    font-weight: bold;
}

.button-animated--accent svg,
.hs-submit input[type=submit] svg {
    fill: #f04e30
}

.button-animated--accent:hover,
.hs-submit input:hover[type=submit] {
    background-position: 0 100%;
    color: #fff
}

.button-animated--accent:hover svg,
.hs-submit input:hover[type=submit] svg {
    fill: #fff
}

.button-animated--accent.green-hover,
.hs-submit input.green-hover[type=submit] {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #009185), color-stop(50%, transparent));
    background: linear-gradient(90deg, #009185 50%, transparent 0);
    background-size: 210% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.button-animated--accent.green-hover:hover,
.hs-submit input.green-hover:hover[type=submit] {
    border: 2px solid #009185; !important;
    background-position: 0 100%;
    color: #fff
}

.button-animated--accent.green-hover:hover svg,
.hs-submit input.green-hover:hover[type=submit] svg {
    fill: #fff
}

.button-animated--solid-accent {
    border: 2px solid #f04e30 !important;
    background: -webkit-gradient(linear, left top, right top, from(#009185), color-stop(50%, #009185), color-stop(50%, #f04e30), to(#f04e30));
    background: linear-gradient(90deg, #009185, #009185 50%, #f04e30 0, #f04e30);
    background-size: 210% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff
}

.button-animated--solid-accent svg {
    fill: #fff
}

.button-animated--solid-accent:hover {
    border: 2px solid #009185; !important;
    background-position: 0 100%;
    color: #fff
}

.button-animated--solid-accent:hover svg {
    fill: #fff
}

.button-skewed {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f04e30;
    color: #000;
    padding: 15px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    text-decoration: none;
    font-size: 18;
    -webkit-transition: all .7s;
    transition: all .7s;
    font-weight: bold;
}

.button-skewed:hover {
    background: #212a32
}

.box-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    background-color: #005078;
    text-decoration: none
}

.box-button--dark,
.box-button:hover {
    background-color: #212a32
}

.box-button--dark:hover {
    background-color: #056697
}

.box-button--accent {
    background-color: #f04e30
}

.box-button--accent:hover {
    background-color: #f16e4a
}

.box-button--sand {
    background-color: #ebf0f6;
}

.box-button--sand .icon {
    fill: #25303b
}

.box-button--sand p.box-button__text {
    color: #25303b
}

.box-button--sand:hover {
    background-color: #f04e30
}

.box-button--green {
    background-color: #009185; !important
}

.box-button__content {
    padding-top: 75px;
    padding-bottom: 75px;
    margin: 0 auto;
    text-align: center
}

.box-button__content svg {
    fill: #fff;
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

.box-button__content p {
    color: #fff
}

.box-button--no-icon,
.box-button--no-icon:hover {
    background-color: transparent
}

.box-button--no-icon .box-button__content p {
    color: #000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (min-width:992px) {
    .box-button--no-icon .box-button__content p {
        font-size: 60px;
        line-height: 66px
    }
}

.box-button--no-icon .box-button__content p:hover {
    opacity: .7
}

.link-box__button {
    padding: 20px 30px;
    background-color: #f04e30;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.link-box__button:hover {
    opacity: .8
}

.link-box__button svg {
    width: 20px;
    height: 14px;
    margin-left: 10px;
    fill: #fff
}

.cta-button {
    padding: 15px 25px;
    background-color: #f04e30;
    border-radius: 5px;
    color: #fff;
    text-decoration: none
}

.compact-button {
    padding: .5em 1em;
    text-transform: none;
    border: 0;
    border-radius: 5px;
    font-size: 1em
}

.compact-button--accent {
    background-color: #f04e30
}

/* ================================================================================
 * ================================================================================
 * 
 *                            FORM STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.hs-form ol,
.hs-form ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hs-form li {
    margin: 0
}

.hs-form-field {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .hs-form-field {
        margin-bottom: 20px
    }
}

.hs-form-field>label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500
}

legend.hs-field-desc {
    display: block;
    margin-bottom: 3px;
    opacity: .7
}

.hs-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    cursor: pointer
}

.hs-input:focus {
    outline: none
}

@media (min-width:992px) {
    .hs-input {
        height: 55px
    }
}

.hs-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.hs-input::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

.hs-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.hs-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.hs-input::placeholder {
    color: rgba(0, 0, 0, .5)
}

.hs-input[type=file] {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
    height: auto;
    width: auto;
    margin-top: 2px;
    margin-right: 8px
}

select.hs-input option {
    color: #000;
    background-color: #fff
}

textarea.hs-input {
    width: 100%;
    height: 100px;
    padding: 10px
}

.hs-fieldtype-checkbox,
.hs-fieldtype-radio {
    margin-bottom: 20px
}

@media (min-width:768px) {

    .hs-fieldtype-checkbox,
    .hs-fieldtype-radio {
        margin-bottom: 25px
    }
}

.hs-fieldtype-checkbox .input ol label,
.hs-fieldtype-checkbox .input ul label,
.hs-fieldtype-radio .input ol label,
.hs-fieldtype-radio .input ul label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9em;
    line-height: 1.3
}

.hs-fieldtype-checkbox .input ol li:not(:last-of-type),
.hs-fieldtype-checkbox .input ul li:not(:last-of-type),
.hs-fieldtype-radio .input ol li:not(:last-of-type),
.hs-fieldtype-radio .input ul li:not(:last-of-type) {
    margin-bottom: 3px
}

.hs_gdpr_consent_data ul,
.hs_gdpr_consent_marketing ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.hs_gdpr_consent_data .input li,
.hs_gdpr_consent_marketing .input li {
    padding: 15px;
    border: 1px solid #333
}

.hs_gdpr_consent_data .input label,
.hs_gdpr_consent_marketing .input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 21px
}

.hs-submit {
    margin-top: 20px
}

@media (min-width:768px) {
    .hs-submit {
        margin-top: 30px
    }
}

.hs-submit input[type=submit] {
    display: inline-block;
    width: 100%;
    text-align: center
}

.hs-richtext {
    font-size: 14px;
    line-height: 20px
}

@media (min-width:1440px) {
    .hs-richtext {
        font-size: 16px;
        line-height: 24px
    }
}

.hs-richtext p {
    margin-bottom: 10px;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.hs-richtext p:last-child {
    margin-bottom: 0
}

.hs-richtext+.hs-form-field {
    margin-top: 5px
}

@media (min-width:768px) {
    .hs-richtext+.hs-form-field {
        margin-top: 10px
    }
}

ul.hs-error-msgs {
    margin-top: 2px
}

ul.hs-error-msgs label {
    font-size: .9em;
    color: red
}

form.hs-form fieldset {
    max-width: 100% !important
}

form.hs-form fieldset .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%
}

form.hs-form fieldset .hs-form-field .input {
    margin: 0
}

@media (min-width:768px) {
    form.hs-form fieldset.form-columns-2 .hs-form-field {
        width: calc(50% - 5px)
    }
}

@media (min-width:768px) {
    form.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
        margin-left: 10px
    }
}

@media (min-width:768px) {
    form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: calc(33.33333% - 6.66667px)
    }
}

@media (min-width:768px) {
    form.hs-form fieldset.form-columns-3 .hs-form-field:not(:first-of-type) {
        margin-left: 10px
    }
}


.aa-form__inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1200px) {
    .aa-form__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.aa-form__header {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .aa-form__header {
        margin-bottom: 50px
    }
}
/* ================================================================================
 * ================================================================================
 * 
 *                            IMAGE STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/
.aa-image img {
    display: block;
    height: auto;
    max-width: 100%
}

.aa-image__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:992px) {
    .aa-image__inner {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-image--big .aa-image__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:992px) {
    .aa-image--big .aa-image__inner {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-image--fullscreen .aa-image__inner {
    max-width: 100%;
    width: 100%
}

.aa-image--fullscreen img {
    width: 100%
}



/* ================================================================================
 * ================================================================================
 * 
 *                            COLUMN STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.aa-columns {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:992px) {
    .aa-columns {
        padding-bottom: 60px;
        padding-top: 10px
    }
}

@media (max-width:600px) {
    .aa-columns {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.aa-columns--centered .aa-column {
    text-align: center;
}

@media (min-width:768px) {
    .aa-columns--centered .aa-column {
        text-align: center;
    }
}

.aa-columns--centered .aa-column img {
    margin: 0 auto;
}
.aa-columns--centered--vertical .aa-column {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

@media (min-width:768px) {
  .aa-columns--centered--vertical .aa-column {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    }
}

.aa-columns--centered--vertical .aa-column img {
    margin: 0 auto;
}


.aa-columns__inner {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:1440px) {
    .aa-columns__inner {
        margin: 0 auto;
    }
}

@media (min-width:1680px) {
    .aa-columns__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:768px) {
    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--image {
        margin-right: 60px;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .aa-columns--reversed .aa-columns__body:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(2n) .aa-column--image {
        margin-left: 60px;
        margin-right: 0
    }

    .aa-columns--reversed .aa-columns__body:nth-of-type(2n) img {
        margin-right: 0
    }   
}


.aa-columns__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .aa-columns__body:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .aa-columns__body:nth-of-type(odd) .aa-column--image {
        margin-left: 60px
    }
}

@media (min-width:768px) {
    .aa-columns__body:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .aa-columns__body:nth-of-type(2n) .aa-column--image {
        margin-right: 60px
    }

    .aa-columns__body:nth-of-type(2n) img {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:768px) {
     .aa-columns--reversed--mobile .aa-columns__body {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.aa-column {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-bottom: 30px;
    position: relative;
}

@media (min-width:768px) {
    .aa-column {
        width: 50%;
    }
  
    .big-image {
        width: 60%;
    }
}

@media (min-width:992px) {
    .big-image {
        width: 75%;
    }
}

.aa-column:last-of-type {
    padding-top: 30px
}

@media (min-width:768px) {
    .aa-column:last-of-type {
        padding-top: 0
    }
}

.aa-column .button-animated {
    position: absolute;
    bottom: 0px;
    left: 00;
}

.aa-column.aa-column--text .button-animated {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: max-content;
}

.aa-columns--centered .aa-column .button-animated {
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width:768px) {
    .aa-column .button-animated {
    left: 30px;
    }
  
  .aa-column.aa-column--text .button-animated {
    position: absolute;
    bottom: 0px;
    left: 00;
    transform: translate(0, 50%);
    width: max-content;
  }
}

@media (min-width:992px) {
    .aa-column .button-animated {
    left: 20px;
    }
}

.aa-column .button-animated,
.aa-column .focus-article--form.bg--accent input[type=submit],
.aa-column .hs-submit input[type=submit],
.focus-article--form.bg--accent .aa-column input[type=submit],
.hs-submit .aa-column input[type=submit] {
    margin-top: 15px;
}

.aa-columns__body+.aa-columns__body {
    margin-top: 10px;
}

@media (min-width:768px) {
    .aa-columns__body+.aa-columns__body {
        margin-top: 30px
    }
}

.aa-column--text {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.aa-column--text ul {
    text-align: left;
}

@media (min-width:768px) {
    .aa-column--text {
        padding-left: 0;
        padding-right: 0;
         text-align: left;
    }
}

.aa-column--text p {
    margin-top: 10px
}

.aa-column--text img {
    margin: 0 auto
}

.aa-column--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aa-column--image img {
    width: 100%;
    height: auto
}

@media (min-width:768px) {
    .aa-column--image img {
        margin-left: 0
    }
}

.aa-column-subtitle {
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #f04e30
}

.aa-columns-row__inner {
    max-width: 1440px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1440px) {
    .aa-columns-row__inner {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-columns-row__header {
    margin-bottom: 20px
}

.aa-columns-row__body {
    max-width: 1440px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: stretch;
}

.aa-columns--row6 .aa-columns-row__body .aa-column {
    max-width: 100%;
    width: calc(50% - 4px);
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 0px;
    position: relative;
}

.aa-columns--row6 .aa-columns-row__body .aa-column:nth-of-type(2n) {
    margin-right: 2px;
}

@media (min-width:768px) {
    .aa-columns--row6 .aa-columns-row__body .aa-column {
        max-width: calc(33.3% - 4px);
        padding: 10px 30px;
    }
}

@media (min-width:992px) {
    .aa-columns--row6 .aa-columns-row__body .aa-column {
        max-width: calc(16.66% - 4px);
        padding: 10px 20px;
    }
}


.aa-columns--row5 .aa-columns-row__body .aa-column {
    max-width: 100%;
    width: calc(50% - 4px);
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 0px;
    position: relative;
}

.aa-columns--row5 .aa-columns-row__body .aa-column:nth-of-type(2n) {
    margin-right: 2px;
}

@media (min-width:768px) {
    .aa-columns--row5 .aa-columns-row__body .aa-column {
        max-width: calc(33.3% - 4px);
        padding: 10px 30px;
    }
}

@media (min-width:992px) {
    .aa-columns--row5 .aa-columns-row__body .aa-column {
        max-width: calc(20% - 4px);
        padding: 10px 20px;
    }
}


.aa-columns--row4 .aa-columns-row__body .aa-column {
    max-width: 100%;
    width: calc(100% - 4px);;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 0px;
    position: relative;
}

.aa-columns--row4 .aa-columns-row__body .aa-column:nth-of-type(2n) {
    margin-right: 2px;
}

@media (min-width:768px) {
    .aa-columns--row4 .aa-columns-row__body .aa-column {
        max-width: calc(50% - 4px);;
        padding: 10px 30px;
    }
}

@media (min-width:992px) {
    .aa-columns--row4 .aa-columns-row__body .aa-column {
        max-width: calc(25% - 4px);;
        padding: 10px 20px;
    }
}

.aa-columns-row__body .aa-column:nth-of-type(2n) {
    margin-right: 0
}

@media (min-width:768px) {
    .aa-columns-row__body .aa-column:nth-of-type(2n) {
        margin-right: 0
    }
}


.aa-columns-row__body .aa-column:last-child {
    margin-right: 0
}

.aa-columns--row3 .aa-columns-row__body .aa-column {
    max-width: 100%;
    width: calc(100% - 4px);;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 0px
}

.aa-columns--row3 .aa-columns-row__body .aa-column:nth-of-type(2n) {
    margin-right: 2px;
}

@media (min-width:768px) {
    .aa-columns--row3 .aa-columns-row__body .aa-column {
        max-width: calc(50% - 4px);;
        padding: 10px 30px;
    }
}

@media (min-width:992px) {
    .aa-columns--row3 .aa-columns-row__body .aa-column {
        max-width: calc(33.33333% - 4px);
        padding: 10px 20px;
    }
}

.aa-columns--row3 .aa-columns-row__body .aa-column img {
    margin-bottom: 30px;
}

.aa-columns--row3 .aa-columns-row__body .aa-column:nth-of-type(2) {
    margin-right: 0;
}


.aa-columns--row3 .aa-columns-row__body .aa-column h2 {
    margin-bottom: 10px;
}

.aa-columns--row3 .aa-columns-row__body .aa-column:last-child {
    margin-right: 0;
}

.aa-columns .aa-column--text {
    padding-top: 0;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .aa-columns .aa-column--text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.aa-columns__body:nth-of-type(2n) .aa-column--video {
    margin-right: 0
}

@media (min-width:768px) {
    .aa-columns__body:nth-of-type(2n) .aa-column--video {
        margin-right: 30px;
    }
}

@media (min-width:992px) {
    .aa-columns__body:nth-of-type(2n) .aa-column--video {
        margin-right: 60px;
    }
}

.aa-columns__body:nth-of-type(odd) .aa-column--video {
    margin-left: 0;
}

@media (min-width:768px) {
    .aa-columns__body:nth-of-type(odd) .aa-column--video {
        margin-left: 30px
    }
}

@media (min-width:992px) {
    .aa-columns__body:nth-of-type(odd) .aa-column--video {
        margin-left: 60px
    }
}

.aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--video {
    margin-right: 0
}

@media (min-width:768px) {
    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--video {
        margin-right: 30px
    }
}

@media (min-width:992px) {
    .aa-columns--reversed .aa-columns__body:nth-of-type(odd) .aa-column--video {
        margin-right: 60px;
        margin-left: 0
    }
}

.aa-columns--reversed .aa-columns__body:nth-of-type(2n) .aa-column--video {
    margin-left: 0
}

@media (min-width:992px) {
    .aa-columns--reversed .aa-columns__body:nth-of-type(2n) .aa-column--video {
        margin-left: 30px;
        margin-left: 60px;
        margin-right: 0
    }
}

.aa-column--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.aa-column--video video {
    max-height: none;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 0
}

.aa-column--video .play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

@media (min-width:768px) {
    .aa-column--video .play {
        height: 80px;
        width: 80px
    }
}

.aa-column--video .play:before {
    position: relative;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: 2px;
    margin-left: 6px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 17.5px 0 17.5px 23px;
    z-index: 100
}

@media (min-width:768px) {
    .aa-column--video .play:before {
        border-width: 35px 0 35px 46px
    }
}

.aa-column--video .play:hover {
    cursor: pointer
}

.aa-column--video.active .play {
    opacity: 0
}

.aa-column--video.active .play,
.aa-column--video .play {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.aa-column--video .play {
    opacity: 1
}

.vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}


@media (max-width:600px) {
   .aa-column--video {
        margin-top: 20px;
    }
}


/* ================================================================================
 * ================================================================================
 * 
 *                            FOCUSED ARTICLES STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.focus-article {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.focus-article__inner {
    max-width: 720px;
    position: relative;
    z-index: 2;
    padding: 30px 20px 30px;
    margin: 0 auto
}

@media (min-width:768px) {
    .focus-article__inner {
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .focus-article__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.focus-article__header {
    text-align: center
}

.focus-article__header h1 {
    margin-bottom: 0
}

.focus-article__header h1:not(:last-child) {
    margin-bottom: 20px
}

.focus-article__header p {
    margin-top: 15px
}

.focus-article__header a {
    color: #f04e30;
    font-size: 20px;
    line-height: 28px
}

.focus-article__body {
    margin-top: 30px;
    text-align: center
}

.focus-article--boxes {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1440px) {
    .focus-article--boxes {
        padding-left: 0;
        padding-right: 0
    }
}

.focus-article--boxes .focus-article__header {
    max-width: 720px;
    margin: 0 auto
}

.focus-article--boxes .focus-article__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 60px
}

@media (min-width:768px) {
    .focus-article--boxes .focus-article__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.focus-article-box {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:544px) {
    .focus-article-box {
        margin-bottom: 0
    }
}

.focus-article--boxes .focus-article__inner {
    max-width: 1440px
}

.focus-article-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    max-width: 450px;
    z-index: 2;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

@media (min-width:992px) {
    .focus-article-box__inner {
        padding: 50px
    }
}

.focus-article-box__inner h1 {
    margin-bottom: 20px
}

.focus-article-box__inner p {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.focus-article--form.bg--accent .focus-article-box__inner input[type=submit],
.focus-article-box__inner .button-animated--accent,
.focus-article-box__inner .button-animated--white,
.focus-article-box__inner .schedule-cta-button,
.focus-article-box__inner .focus-article--form.bg--accent input[type=submit],
.focus-article-box__inner .hs-submit input[type=submit],
.hs-submit .focus-article-box__inner input[type=submit] {
    margin: 15px auto 0
}

.focus-article-box--blue {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212a32;
    width: 100%
}

@media (min-width:768px) {
    .focus-article-box--blue {
        width: 50%
    }
}

.focus-article-box--blue:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #009ac7;
    opacity: .6
}

.focus-article-box--green {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212a32;
    width: 100%
}

@media (min-width:768px) {
    .focus-article-box--green {
        width: 50%
    }
}

.focus-article-box--green:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #009185;;
    opacity: .6
}

.focus-article--form {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1440px) {
    .focus-article--form {
        padding-left: 0;
        padding-right: 0
    }
}

.focus-article--form h1 {
    font-weight: 900
}

@media (min-width:544px) {
    .focus-article--form h1 {
        font-size: 60px;
        line-height: 66px
    }
}

.focus-article--form .focus-article__inner {
    max-width: 960px
}

.focus-article--form.bg--accent .hs-form,
.focus-article--form.bg--blue .hs-form,
.focus-article--form.bg--green .hs-form,
.focus-article--form.bg--primary .hs-form {
    color: #fff
}

.focus-article--form.bg--accent .hs_gdpr_consent_data .input li,
.focus-article--form.bg--accent .hs_gdpr_consent_marketing .input li,
.focus-article--form.bg--blue .hs_gdpr_consent_data .input li,
.focus-article--form.bg--blue .hs_gdpr_consent_marketing .input li,
.focus-article--form.bg--green .hs_gdpr_consent_data .input li,
.focus-article--form.bg--green .hs_gdpr_consent_marketing .input li,
.focus-article--form.bg--primary .hs_gdpr_consent_data .input li,
.focus-article--form.bg--primary .hs_gdpr_consent_marketing .input li {
    border-color: #b3b3b3
}

.focus-article--form.bg--accent ul.hs-error-msgs label {
    color: #fff;
    font-style: italic
}

.focus-article--form.bg--accent input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    min-width: 250px;
    max-width: 100%
}

.focus-article--form .hs-form {
    width: 100%;
    text-align: center
}

.focus-article--form .form-columns-1 .hs-fieldtype-booleancheckbox,
.focus-article--form .form-columns-1 .hs-fieldtype-checkbox,
.focus-article--form .form-columns-1 .hs-fieldtype-radio {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

@media (min-width:544px) {

    .focus-article--form .form-columns-1 .hs-fieldtype-booleancheckbox,
    .focus-article--form .form-columns-1 .hs-fieldtype-checkbox,
    .focus-article--form .form-columns-1 .hs-fieldtype-radio {
        width: 400px;
        max-width: 100%
    }
}

.focus-article--form .hs-input {
    border: 0;
    text-align: center
}

.focus-article--form .hs-richtext {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}




/* ================================================================================
 * ================================================================================
 * 
 *                            LINK-BOX STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
    height: 100%;
    width: 100%;
    margin-top: 30px
}

@media (min-width:768px) {
    .link-box {
        max-width: calc(50% - 15px);
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .link-box {
        max-width: calc(33.33333% - 20px);
        margin-right: 30px
    }
}

.link-box .link-box__button {
    margin-left: auto
}

.link-box .link-box__text {
    padding-left: 20px
}

.link-box:nth-of-type(-n+3) {
    margin-top: 30px
}

@media (min-width:1200px) {
    .link-box:nth-of-type(-n+3) {
        margin-top: 0
    }
}

.link-box:first-of-type {
    margin-top: 0
}

.link-box:nth-of-type(2) {
    margin-right: 0
}

@media (min-width:768px) {
    .link-box:nth-of-type(2) {
        margin-right: 0;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .link-box:nth-of-type(2) {
        margin-right: 30px
    }
}

.link-box:nth-of-type(2n) {
    margin-right: 0
}

@media (min-width:768px) {
    .link-box:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .link-box:nth-of-type(2n) {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .link-box:nth-child(3n) {
        margin-right: 0
    }
}

.link-box:last-of-type {
    margin-right: 0
}

/* ================================================================================
 * ================================================================================
 * 
 *                          CO2 MODULE STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.js-co2-form-toggle.open {
    background: -webkit-gradient(linear, left top, left bottom, from(#009185), to(#ebf0f6));
    background: linear-gradient(#009185, #ebf0f6)
}

.js-co2-form-toggle.open p {
    color: #25303b
}

.js-co2-form-toggle.open svg {
    fill: #25303b
}

#co2-form {
    display: block;
    position: absolute;
    top: 60px;
    right: -1000px;
    background-color: #ebf0f6;
    background-image: url(/assets/img/globe-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 90%;
    padding: 51px 3%;
    width: 100%;
    max-width: 800px;
    max-height: calc(100vh - 110px);
    overflow-y: hidden;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media (min-width:544px) {
    #co2-form {
        top: 60px
    }
}

@media (min-width:768px) {
    #co2-form {
        top: 80px
    }
}

@media (min-width:1200px) {
    #co2-form {
        top: 110px
    }
}

#co2-form.visible {
    overflow-y: scroll;
    right: 0
}

#co2-form #loading-overlay {
    opacity: 0;
    z-index: -99999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 80, 120, .7);
    -webkit-transition: all .5s;
    transition: all .5s
}

#co2-form #loading-overlay.visible {
    opacity: 1;
    z-index: 10
}

#co2-form #loading-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#co2-form .general-description {
    padding: 0 10% 2em
}

#co2-form .general-description p {
    font-size: 16px;
    line-height: 21.79px
}

#co2-form .general-description a {
    text-decoration: none
}

#co2-form .button-animated+.button-animated,
#co2-form .focus-article--form.bg--accent .button-animated+input[type=submit],
#co2-form .focus-article--form.bg--accent input[type=submit]+.button-animated,
#co2-form .focus-article--form.bg--accent input[type=submit]+input[type=submit],
#co2-form .hs-submit .button-animated+input[type=submit],
#co2-form .hs-submit input[type=submit]+.button-animated,
#co2-form .hs-submit input[type=submit]+input[type=submit],
.focus-article--form.bg--accent #co2-form .button-animated+input[type=submit],
.focus-article--form.bg--accent #co2-form input[type=submit]+.button-animated,
.focus-article--form.bg--accent #co2-form input[type=submit]+input[type=submit],
.hs-submit #co2-form .button-animated+input[type=submit],
.hs-submit #co2-form input[type=submit]+.button-animated,
.hs-submit #co2-form input[type=submit]+input[type=submit] {
    margin-left: 0;
    margin-right: 20px
}

#co2-form #close-calculator-flyout {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer
}

#co2-form .bg-white {
    background: #fff;
    padding: 30px 5%
}

#co2-form .result-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

#co2-form .result-label {
    font-weight: 700;
    display: inline-block;
    padding-right: 1em
}

#co2-form .icon {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 2em;
    fill: #f04e30;
    position: relative;
    top: .2em
}

#co2-form input.co2-button {
    padding: 9px 20px;
    font-size: 18px;
    line-height: 1em;
    background: #f04e30;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .5);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    color: #fff;
    border: 0;
    font-weight: 700;
    cursor: pointer
}

#co2-form #error-message {
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-height: 0;
    opacity: 0
}

#co2-form #error-message.visible {
    opacity: 1;
    max-height: 500px
}

#co2-form #error-message.visible p {
    margin: 1em auto
}

#co2-form #route {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s
}

#co2-form #route.visible {
    max-height: 1000px !important;
    opacity: 1
}

#co2-form #route .route-col {
    display: inline-block;
    width: 100%
}

@media (min-width:544px) {
    #co2-form #route .route-col {
        width: 44.5%
    }
}

#co2-form #route .route-arrow {
    display: inline-block;
    width: 9%;
    margin: 1.5em 0 1.5em -8px
}

@media (min-width:544px) {
    #co2-form #route .route-arrow {
        margin: 0
    }
}

#co2-form #route .route-arrow svg {
    fill: #f04e30;
    width: 100%
}

#co2-form #route label {
    font-size: 1em;
    font-weight: 700
}

#co2-form #route input {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 700;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #25303b;
    padding: .5em .5em .5em 40px;
    background-image: url(/assets/img/location-icon.svg);
    background-repeat: no-repeat;
    background-position: left .6em bottom .6em;
    background-size: .6em
}

#co2-form #route-results {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 5%;
    -webkit-transition: all 1s;
    transition: all 1s
}

#co2-form #route-results.visible {
    max-height: 1000px !important;
    opacity: 1;
    padding: 0 5% 30px
}

#co2-form #route-results .icon {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 1em;
    fill: #f04e30;
    position: relative;
    top: .2em
}

@media (min-width:544px) {
    #co2-form #route-results .icon {
        margin-right: 2em
    }
}

#co2-form #route-results>div {
    margin: 0 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#co2-form #route-results>div:last-child {
    margin-bottom: 0
}

#co2-form #modalities {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#co2-form #modalities .result-label {
    margin-top: 0
}

#co2-form #modalities #modalities-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-left: 1.7em
}

@media (min-width:544px) {
    #co2-form #modalities #modalities-results {
        margin-left: 0
    }
}

#co2-form #modalities #modalities-results .modality-icon {
    position: relative;
    padding-right: 10px
}

#co2-form #modalities #modalities-results .modality-icon:last-child {
    padding-right: 0
}

#co2-form #modalities #modalities-results .modality-icon:last-child svg.modality-arrow {
    display: none
}

@media (min-width:544px) {
    #co2-form #modalities #modalities-results .modality-icon {
        padding-right: 44px
    }
}

#co2-form #modalities #modalities-results .modality-icon svg.modality-arrow {
    fill: #000;
    position: absolute;
    top: 20px;
    right: 14px;
    height: 10px;
    width: 20px
}

#co2-form #modalities #modalities-results .icon {
    margin-right: 0;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5
}

#co2-form #modalities #modalities-results .modality-icon-label {
    color: #000;
    font-size: .9rem;
    opacity: .6
}

#co2-form #modalities #modalities-results .modality-icon.active .icon {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

#co2-form #modalities #modalities-results .modality-icon.active .modality-icon-label {
    color: #f04e30;
    opacity: 1
}

#co2-form #co2-savings-result {
    max-height: 0;
    overflow: hidden;
    padding: 0 5%;
    background-color: #25303b;
    opacity: 0;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s
}

#co2-form #co2-savings-result.visible {
    max-height: 1000px !important;
    padding: 2em 5%;
    opacity: 1
}

#co2-form #co2-savings-result .icon {
    fill: #fff
}

#co2-form #co2-savings-result .text-content {
    color: #fff;
    padding-left: 8em;
    display: block
}

#co2-form #co2-savings-result .text-content .percentage-text {
    position: relative;
    left: 0;
    top: 0
}

#co2-form #co2-savings-result .result-text {
    position: relative;
    color: #fff
}

#co2-form #co2-savings-result .input-wrapper {
    text-align: center;
    margin: 1.5em 0 0
}

@media (min-width:544px) {
    #co2-form #co2-savings-result .input-wrapper {
        margin: 0
    }
}

#co2-form #co2-savings-result .input-wrapper input {
    text-align: center;
    background: #009185;
}

@media (min-width:544px) {
    #co2-form #co2-savings-result .input-wrapper input {
        float: right;
        position: absolute;
        top: 2.5em;
        right: 5%
    }
}

#co2-form .percentage-bubble {
    display: block;
    background: #009185;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .7);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .7);
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 1.9em;
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 1em;
    z-index: 10
}

@media (min-width:544px) {
    #co2-form .percentage-bubble {
        top: .2em;
        z-index: 10;
        height: 2em;
        width: 2em;
        line-height: 1.9em;
        font-size: 3em
    }
}

#co2-form .percentage-bubble .result {
    font-weight: 700
}

#co2-form .percentage-bubble .percentage {
    font-size: .5em
}

#co2-form .percentage-text {
    position: absolute;
    left: 22em;
    top: 2.5em
}

#co2-form #tell-us-about-your-setup {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: #fff;
    background-color: #25303b
}

#co2-form #tell-us-about-your-setup.visible {
    max-height: 1000px !important;
    padding: 5%;
    opacity: 1
}

#co2-form #tell-us-about-your-setup .percentage-wrapper {
    display: inline-block;
    width: 18%;
    vertical-align: top
}

#co2-form #tell-us-about-your-setup .percentage-wrapper .percentage-bubble {
    height: 1.8em;
    width: 1.8em;
    line-height: 1.7em;
    background-color: #f04e30;
    top: 0;
    left: 0;
    position: relative
}

#co2-form #tell-us-about-your-setup .text-content {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    position: relative;
    left: 1em
}

@media (min-width:544px) {
    #co2-form #tell-us-about-your-setup .text-content {
        width: 50%
    }
}

#co2-form #tell-us-about-your-setup .text-content p {
    line-height: 1.2em
}

#co2-form #tell-us-about-your-setup .input-wrapper {
    display: block;
    width: auto;
    margin-top: 1.5em
}

@media (min-width:544px) {
    #co2-form #tell-us-about-your-setup .input-wrapper {
        float: right;
        margin-top: 0
    }
}

#co2-form #tell-us-about-your-setup .input-wrapper input {
    display: block;
    border-radius: 5px;
    margin: 0 auto
}

@media (min-width:544px) {
    #co2-form #tell-us-about-your-setup .input-wrapper input {
        width: 100%
    }
}

#co2-form #contact-details-form {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 5%;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #fff;
    background-color: #25303b
}

#co2-form #contact-details-form.visible {
    max-height: 2000px !important;
    padding: 5%;
    opacity: 1
}

#co2-form #contact-details-form .description {
    padding: 0 0 1.5em
}

#co2-form #contact-details-form .description h2 {
    text-align: center
}

#co2-form #contact-details-form form fieldset {
    border: 0
}

#co2-form #contact-details-form form input {
    color: #fff;
    background-color: #25303b;
    padding: .5em .5em .5em 0;
    border: 0;
    border-bottom: 1px solid #fff
}

#co2-form #contact-details-form form input#volume-7aa30779-66c9-4758-b81d-beeddd99c593 {
    max-width: 50%
}

#co2-form #contact-details-form form input[type=submit] {
    color: #fff;
    background-color: #f04e30;
    padding: 15px;
    border: 0;
    width: 100%
}

#co2-form .buttons {
    padding: 5% 5% .5em
}

#co2-form .buttons .highlighted-button {
    background-color: #f04e30;
    color: #fff;
    margin-left: 0
}

#co2-form #disclaimer {
    padding: 0 5%
}

#co2-form #disclaimer p {
    font-size: .9em
}


/* ================================================================================
 * ================================================================================
 * 
 *                            LANDING PAGE STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.landing-page {
    padding: 0
}

.aa-landing-page main,
.landing-page {
    margin-top: 0;
    margin-bottom: 0
}

.aa-landing-page .hs-form {
    margin-bottom: 0;
    color: #fff
}

.aa-landing-page .hs-form legend,
.aa-landing-page .hs-form span {
    color: #fff
}

.aa-landing-page .hs-form .hs-input {
    color: #000;
    border-color: #fff
}

.aa-landing-page .hs-form .hs-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.aa-landing-page .hs-form .hs-input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.aa-landing-page .hs-form .hs-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.aa-landing-page .hs-form .hs-input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.aa-landing-page .hs-form .hs-input::placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.aa-landing-page .hs-form select.hs-input {
    color: #fff
}

.aa-landing-page .hs-form select.hs-input option {
    color: #000
}

.aa-landing-page .hs-form .hs-richtext {
    color: #fff;
    opacity: .7
}

.aa-landing-page .hs-form .hs_gdpr_consent_data,
.aa-landing-page .hs-form .hs_gdpr_consent_marketing {
    border: 1px solid #fff
}

.aa-landing-page .hs-form .hs-error-msg {
    color: #212a32
}

.aa-lp-vignette {
    font-weight: 400;
    color: #fff
}

@media (min-width:1440px) {
    .aa-lp-vignette {
        font-size: 20px;
        line-height: 30px
    }
}

.aa-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%
}

@media (min-width:768px) {
    .aa-panels {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.aa-panels__inner {
    max-width: 1440px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1440px) {
    .aa-panels__inner {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

.aa-panels__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .aa-panels__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.aa-panel {
    position: relative;
    width: 100%;
    min-height: 100vh
}

@media (min-width:768px) {
    .aa-panel {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:992px) {
    .aa-panel {
        max-width: 480px
    }
}

@media (min-width:1200px) {
    .aa-panel {
        padding-left: 0;
        padding-right: 0
    }
}

.aa-panel>ol,
.aa-panel>ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.aa-panel>ul {
    list-style: disc
}

.aa-panel>ol {
    list-style: decimal
}

.aa-panel blockquote {
    margin: 0;
    text-align: left
}

.aa-panel *+blockquote {
    margin-top: 25px
}

.aa-panel:first-of-type {
    padding: 20px
}

@media (min-width:768px) {
    .aa-panel:first-of-type {
        padding: 100px
    }
}

@media (min-width:992px) {
    .aa-panel:first-of-type {
        max-width: 100%;
        width: 100%;
        padding: 0
    }
}

@media (min-width:1200px) {
    .aa-panel:first-of-type {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .aa-panel:first-of-type {
        max-width: 50%;
        width: 100%
    }
}

.aa-panel__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .aa-panel__body {
        width: 100%;
        margin: 0 auto;
        padding: 60px 100px 0 60px
    }
}

@media (min-width:1200px) {
    .aa-panel__body {
        padding: 100px 120px 0 100px
    }
}

@media (min-width:1440px) {
    .aa-panel__body {
        max-width: 840px;
        margin-left: auto;
        margin-right: 0;
        padding: 120px
    }
}

.aa-panel__body .branding {
    width: 120px;
    margin-bottom: 37px;
    margin-left: 0
}

@media (min-width:768px) {
    .aa-panel__body .branding {
        width: 170px
    }
}

.aa-panel__body .branding img {
    margin-left: 0
}

.aa-panel__body .aa-lp-vignette {
    color: #f04e30
}

.aa-panel__body h3 {
    margin-bottom: 5px
}

@media (min-width:1440px) {

    .aa-panel__body li,
    .aa-panel__body p {
        font-size: 18px;
        line-height: 28px
    }
}

.aa-panel__body blockquote p {
    margin-top: 20px
}

.aa-panel:last-of-type {
    padding: 20px;
    background-color: #212a32
}

@media (min-width:768px) {
    .aa-panel:last-of-type {
        padding: 100px
    }
}

@media (min-width:992px) {
    .aa-panel:last-of-type {
        max-width: 50%;
        width: 100%;
        padding: 0
    }
}

.aa-landing-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 60px 100px 0 60px
}




.aa-landing-form__header {
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff
}

.aa-landing-form__header h1 {
    color: #fff
}

@media (min-width:992px) {
    .aa-landing-form__header {
        margin-bottom: 25px;
        margin-top: 77px
    }
}

@media (min-width:1200px) {
    .aa-landing-form__header {
        margin-top: 85.5px
    }
}

@media (min-width:1440px) {
    .aa-landing-form__header {
        margin-top: 105.5px
    }
}

@media (min-width:1680px) {
    .aa-landing-form__header {
        margin-top: 85.5px
    }
}

.aa-landing-form .hs-form {
    color: #fff
}

.aa-landing-form .hs-form-booleancheckbox {
    background-color: transparent
}

.aa-landing-form .submitted-message {
    color: #fff
}

.aa-landing-form .hs_gdpr_consent_data .input li,
.aa-landing-form .hs_gdpr_consent_marketing .input li {
    padding: 15px;
    border: 1px solid #999
}

.aa-landing-form__content .hs-fieldtype-checkbox .input ul label {
  display: inline-block;
}

/* ================================================================================
 * ================================================================================
 * 
 *              THANK YOU, SYSTEM PAGE, SUBSCRIPTION PAGE STYLING
 * 
 * ==============================================================================
 * ==============================================================================*/

.thank-you-page .aa-wysiwyg .aa-wysiwyg__inner {
    max-width: 1200px;
    width: 100%
}

.subscription-page main {
    background-color: #f4f4f4
}

.subscription-page .hs-input {
    max-width: 100%
}

.subscription-page .email-prefs .item {
    padding: 30px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #fff;
    background: #212a32;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.subscription-page .email-prefs .item.checked {
    border-color: #ad260d;
    color: #fff;
    background: #f04e30
}

.subscription-page .email-prefs .item p,
.subscription-page .email-prefs .item p:first-of-type {
    color: #fff
}

.subscription-page .email-prefs .fakelabel {
    font-size: 16px;
    line-height: 24px;
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}

.subscription-page .email-prefs .subscribe-options .header {
    margin-bottom: 5px
}

.js-enabled .subscription-page .email-prefs input[type=checkbox] {
    pointer-events: none
}

.subscription-page .success {
    padding: 30px;
    border: 1px solid #ad260d;
    border-radius: 3px;
    color: #fff;
    background: #f04e30
}

.subscription-page .hs_cos_wrapper_type_email_simple_subscription #content>div {
    padding: 0 !important;
    margin-bottom: 25px
}

.subscription-page .hs_cos_wrapper_type_email_simple_subscription input[type=email] {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 19px !important;
    border-color: #000;
    color: #000
}

.subscription-page .header {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff
}

#email-prefs-form p.header {
    background-color: transparent
}

.subscription-page .hs-button {
    position: relative;
    background-color: #f04e30;
    cursor: pointer;
    opacity: 1;
    padding: 15px;
    border-radius: 5px;
    color: #fff
}

.subscription-page .hs-button:hover {
    opacity: .8
}

.subscription-page .hs-button a {
    color: #fff
}

.system-page {
    margin-top: 140px
}

@media (min-width:768px) {
    .system-page {
        margin-top: 210px
    }
}