﻿*, :after, :before
{
    box-sizing: border-box;
}
body, html
{
    font-size: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.material-icons
{
    display: none;
}
.modal-base
{
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .8s ease-in-out;
    z-index: 9999;
}
.modal-base_dark
{
    background-color: rgba(0,0,0,.6);
}
.modal-base_inner
{
    position: relative;
    z-index: 1;
}
.modal-base_close
{
    background-color: #00a1e0;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    height: 50px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -2rem;
    text-align: center;
    top: -2rem;
    width: 50px;
    z-index: 2;
}
@media(max-width: 767px)
{
    .modal-base_close
    {
        display: none;
    }
}
.modal-base_background-close
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.modal-base.is-hidden
{
    display: none;
}
.modal-base.is-visually-hidden
{
    opacity: 0;
}
.modal-base_video .modal-base_inner
{
    max-width: 61.25rem;
    width: 100%;
}
@media(min-width: 768px)
{
    .modal-base_video .modal-base_inner
    {
        width: 70%;
    }
}
body.modal-is-active
{
    height: 100vh;
    overflow-y: hidden;
    position: fixed;
}
body.modal-is-active .intercom-namespace
{
    position: relative;
    z-index: 0;
}
*
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-moz-selection
{
    background: #00a1e0;
    color: #fff;
}
::selection
{
    background: #00a1e0;
    color: #fff;
}
body
{
    color: #6c7a89;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 400;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 783px)
{
    .admin-bar
    {
        margin-top: 32px!important;
    }
}
li a, p a
{
    color: #266093;
    font-weight: 700;
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
}
li a:hover, p a:hover
{
    color: #2b4162;
}
h4 a
{
    color: #266093;
    font-weight: 700;
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
}
h4 a:hover
{
    color: #2b4162;
}
.hidden
{
    display: none;
}
.centered
{
    text-align: center;
}
.icon
{
    fill: currentColor;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul
{
    margin: 0;
    padding: 0;
}
a
{
    color: #00a1e0;
    line-height: inherit;
    text-decoration: none;
}
a:focus, a:hover
{
    color: #008ac1;
}
a img
{
    border: none;
}
p
{
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
h1, h2, h3, h4, h5, h6, p
{
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6
{
    color: #00a1e0;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .5rem;
    margin-top: .2rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
{
    color: #fff;
    font-size: 70%;
    line-height: 0;
}
h1
{
    font-size: 2.125rem;
}
h2
{
    font-size: 1.6875rem;
}
h3
{
    font-size: 1.375rem;
}
h4, h5
{
    font-size: 1.125rem;
}
dl, h6, ol, ul
{
    font-size: 1rem;
}
dl, ol, ul
{
    font-family: inherit;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}
ul
{
    margin-left: 1.1rem;
}
ul li ol, ul li ul
{
    margin-bottom: 0;
    margin-left: 1.25rem;
}
ol
{
    margin-left: 1.4rem;
}
ol li ol, ol li ul
{
    margin-bottom: 0;
    margin-left: 1.25rem;
}
@media(min-width: 768px)
{
    h1, h2, h3, h4, h5, h6
    {
        line-height: 1.4;
    }
    h1
    {
        font-size: 2.75rem;
    }
    h2
    {
        font-size: 2.3125rem;
    }
    h3
    {
        font-size: 1.6875rem;
    }
    h4
    {
        font-size: 1.4375rem;
    }
    h5
    {
        font-size: 1.125rem;
    }
    h6
    {
        font-size: 1rem;
    }
}
img
{
    height: auto;
    max-width: 100%;
}
.btn, img
{
    display: inline-block;
    vertical-align: middle;
}
.btn
{
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    line-height: 50px;
    padding: 0 45px;
    text-align: center;
    text-shadow: none!important;
    white-space: nowrap;
}
.btn.blue
{
    background-color: #00a1e0;
}
.btn.red
{
    background-color: #ea5d5d;
}
.btn.orange
{
    background-color: #f2784b;
}
.btn.yellow
{
    background-color: #fcc42f;
    color: #394149;
}
.btn.yellow .svg-btn-squiggle path
{
    fill: #45cb85;
}
.btn.green
{
    background-color: #45cb85;
}
.btn_underline
{
    position: relative;
}
.btn .svg-btn-squiggle
{
    bottom: -4px;
    height: auto;
    left: 50%;
    max-width: 80px;
    position: absolute;
    right: 0;
    transform: translate(-50%);
    width: 100%;
}
.btn .svg-btn-squiggle path
{
    fill: #fcc42f;
}
.cli-modal, .modal-base.is-hidden, .promote-modal, .reveal-modal
{
    display: none;
}
.wrapper
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.wrapper:after, .wrapper:before
{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
@media(min-width: 920px)
{
    .wrapper
    {
        max-width: 800px;
        width: 100%;
    }
}
@media(min-width: 1100px)
{
    .wrapper
    {
        max-width: 900px;
    }
}
@media(min-width: 1360px)
{
    .wrapper
    {
        max-width: 1070px;
    }
}
.wrapper-blog
{
    max-width: 680px;
}
.tray-is-active
{
    overflow: hidden;
}
@media(max-width: 767px)
{
    .small-11
    {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
.fluid-wrapper
{
    margin: 0 auto;
    max-width: 1070px;
    width: 90%;
}
@media(min-width: 768px)
{
    .fluid-wrapper
    {
        width: 85%;
    }
}
@media(max-width: 767px)
{
    .fluid-wrapper_full-xs
    {
        width: 100%;
    }
}
.fixed-narrow-wrapper
{
    max-width: 734px;
}
@media(max-width: 767px)
{
    .page-content.columns
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.component-wrapper
{
    display: block;
    width: 100%;
}
.component-wrapper_margin-extra-large
{
    margin: 4.8rem 0;
}
.component-wrapper_margin-large
{
    margin: 3.2rem 0;
}
.component-wrapper_margin-medium
{
    margin: 1.6rem 0;
}
.component-wrapper_margin-small
{
    margin: .8rem 0;
}
.component-popover
{
    display: none;
}
.cookie-bar
{
    transform: translateY(100%);
}
.header_wrapper
{
    padding: 17px 0;
}
@media(min-width: 1024px)
{
    .header_wrapper
    {
        padding-bottom: 18px;
        padding-top: 18px;
    }
}
.header_grid, .header_grid-col
{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media(min-width: 1024px)
{
    .header_grid-col
    {
        flex: 0 0 250px;
    }
}
@media(min-width: 1366px)
{
    .header_grid-col
    {
        flex: 0 0 290px;
    }
}
.header_grid-col-right
{
    justify-content: left;
    justify-content: flex-end;
}
.brand
{
    width: 122px;
}
.brand>a
{
    display: block;
    width: 100%;
}
@media(min-width: 1024px)
{
    .brand
    {
        width: 142px;
    }
}
.brand svg
{
    width: 100%;
}
.brand_title
{
    display: inline-block;
    height: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 0;
}
.brand_nwrm
{
    height: 35px;
    width: 132px;
}
@media(min-width: 1024px)
{
    .brand_nwrm
    {
        height: 42px;
        width: 162px;
    }
}
.burger
{
    margin-left: -8px;
    margin-right: 42px;
    padding: 8px;
}
.burger_container
{
    height: 14px;
    position: relative;
    width: 22px;
}
.burger_container:after, .burger_container:before
{
    background-color: #6c7a89;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.burger_container:before
{
    top: 0;
}
.burger_container:after
{
    bottom: 0;
    width: 70%;
}
.burger_bar
{
    background-color: #6c7a89;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.primary-navigation
{
    display: none;
    list-style: none;
    margin: 0;
}
@media(min-width: 1024px)
{
    .primary-navigation
    {
        display: flex;
    }
}
.primary-navigation>li
{
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
}
@media(min-width: 1366px)
{
    .primary-navigation>li
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.primary-navigation>li a
{
    color: #394149;
}
.primary-navigation>li.current-menu-ancestor a, .primary-navigation>li.current-menu-item a, .primary-navigation>li.current-menu-parent a, .primary-navigation>li.current-page-item a
{
    color: #00a1e0;
}
.primary-navigation>li.menu-item-has-children
{
    position: relative;
}
.primary-navigation>li.menu-item-has-children:before
{
    border-bottom-width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -29px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: border-bottom .2s ease-in-out;
}
.primary-navigation>li.menu-item-has-children.current-menu-ancestor, .primary-navigation>li.menu-item-has-children.current-menu-item, .primary-navigation>li.menu-item-has-children.current-menu-parent, .primary-navigation>li.menu-item-has-children.current-page-item
{
    border-bottom-width: 12px;
}
.primary-navigation>li.is-inactive:before
{
    border-bottom-width: 0!important;
}
.primary-navigation>li.is-inactive a
{
    color: #394149;
}
.primary-navigation>li.is-active:before
{
    border-bottom-width: 12px;
}
.primary-navigation>li.is-active a, .primary-navigation>li>a:hover
{
    color: #00a1e0;
}
.primary-navigation .menu-item-has-children:before
{
    border-bottom-color: #fafafa;
    border-bottom-style: solid;
}
li.menu-item-color_black>a
{
    color: #394149;
}
li.menu-item-color_white>a
{
    color: #fff;
}
li.menu-item-color_blue-rooster>a
{
    color: #00a1e0;
}
li.menu-item-color_blue-rooster>a:hover
{
    color: #0084b7;
}
li.menu-item-color_blue-navy>a
{
    color: #266093;
}
li.menu-item-color_blue-navy>a:hover
{
    color: #1e4b73;
}
li.menu-item-color_blue-cobalt>a
{
    color: #126fc2;
}
li.menu-item-color_blue-cobalt>a:hover
{
    color: #0f5a9d;
}
li.menu-item-color_blue-azure>a
{
    color: #117bd9;
}
li.menu-item-color_blue-azure>a:hover
{
    color: #0e66b3;
}
li.menu-item-color_blue-aqua>a
{
    color: #5fc4d9;
}
li.menu-item-color_blue-aqua>a:hover
{
    color: #3eb8d1;
}
li.menu-item-color_green-emerald>a
{
    color: #45cb85;
}
li.menu-item-color_green-emerald>a:hover
{
    color: #33b571;
}
li.menu-item-color_green-jade>a
{
    color: #59b8b2;
}
li.menu-item-color_green-jade>a:hover
{
    color: #46a39d;
}
li.menu-item-color_orange>a
{
    color: #f2784b;
}
li.menu-item-color_orange>a:hover
{
    color: #ef5b25;
}
li.menu-item-color_red>a
{
    color: #ea5d5d;
}
li.menu-item-color_red>a:hover
{
    color: #e53939;
}
li.menu-item-color_yellow>a
{
    color: #fcc42f;
}
li.menu-item-color_yellow>a:hover
{
    color: #fbb907;
}
.is-top .current-menu-ancestor.menu-item-has-children:before, .is-top .current-menu-item.menu-item-has-children:before, .is-top .current-menu-parent.menu-item-has-children:before, .is-top .current-page-item.menu-item-has-children:before, .submenu-is-active .current-menu-ancestor.menu-item-has-children:before, .submenu-is-active .current-menu-item.menu-item-has-children:before, .submenu-is-active .current-menu-parent.menu-item-has-children:before, .submenu-is-active .current-page-item.menu-item-has-children:before
{
    border-bottom-width: 12px;
}
.header_subnavigation, .header_subnavigation .header_subnavigation-submenu
{
    list-style: none;
    margin: 0;
}
.header_subnavigation-outer
{
    overflow: hidden;
    transition: height 0s ease-in;
}
.submenu-is-active .header_subnavigation-outer
{
    height: 64px;
}
@media(min-width: 1024px)
{
    .submenu-is-active .header_subnavigation-outer
    {
        height: 80px;
    }
}
.submenu-is-hidden .header_subnavigation-outer
{
    height: 0;
    transition-delay: .5s;
}
.header_subnavigation-container
{
    width: 100%;
}
@media(max-width: 767px)
{
    .header_subnavigation-container
    {
        background-color: #fafafa;
    }
}
@media(max-width: 1023px)
{
    .header_subnavigation-container
    {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        white-space: nowrap;
    }
}
.header_subnavigation
{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
.header_subnavigation>li
{
    background-color: #fafafa;
    display: none;
    flex: 0 0 100%;
    order: 2;
    padding: 21px 0;
}
@media(min-width: 1024px)
{
    .header_subnavigation>li
    {
        padding: 29px 0;
    }
}
.header_subnavigation>li.active, .header_subnavigation>li.current-menu-item, .header_subnavigation>li.current-menu-parent, .header_subnavigation>li.is-active
{
    display: block;
    order: 1;
}
.header_subnavigation>li a.active, .header_subnavigation>li a.current-menu-ancestor, .header_subnavigation>li a.current-menu-item, .header_subnavigation>li a.current-menu-parent, .header_subnavigation>li a.current-page-item
{
    color: #00a1e0;
}
.header_subnavigation-submenu
{
    display: flex;
    justify-content: left;
    padding: 0 18px;
}
@media(min-width: 768px)
{
    .header_subnavigation-submenu
    {
        justify-content: center;
        padding: 0;
    }
}
.header_subnavigation-submenu li
{
    font-size: 14px;
    font-weight: 700;
    padding-right: 40px;
    white-space: nowrap;
}
@media(min-width: 768px)
{
    .header_subnavigation-submenu li
    {
        padding: 0 24px;
    }
}
.header_subnavigation-submenu li a
{
    color: #394149;
}
.header_subnavigation-submenu li a:hover
{
    color: #00a1e0;
}
.header_subnavigation-container
{
    position: relative;
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
}
.is-top .header_subnavigation-container, .submenu-is-active .header_subnavigation-container
{
    transform: translate(0);
}
.submenu-is-hidden .header_subnavigation-container
{
    transform: translateY(-100%);
}
.roostermoney_apps-icons
{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.roostermoney_apps-icons-img
{
    width: auto;
}
.roostermoney_apps-icons-icon
{
    padding: 0 5px;
}
.roostermoney_apps-icons-icon:last-child
{
    padding-right: 0;
}
.roostermoney_apps-icons-icon:first-child
{
    padding-left: 0;
}
.roostermoney_apps-icons-img, .roostermoney_apps-icons-svg
{
    height: 24px;
}
.roostermoney_apps-icons-svg svg
{
    height: 100%;
}
.roostermoney_apps-icons-svg path
{
    fill: #d2d2d2;
}
.roostermoney_apps-icons a:hover .roostermoney_apps-icons-svg path
{
    fill: #00a1e0;
}
.tray
{
    display: none;
    transform: translate(-100%);
}
.header
{
    position: relative;
    z-index: 9999;
}
.header_background
{
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.header .header_btn
{
    background-color: #00a1e0;
    border: none!important;
    border-radius: 30px;
    box-shadow: none!important;
    color: #fff;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 30px;
    padding: 0 15px;
    width: auto!important;
}
@media(min-width: 1024px)
{
    .header .header_btn
    {
        border-radius: 45px;
        font-size: 12px;
        line-height: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .header_btn .hide-for-small-only
    {
        display: inline-block!important;
    }
}
@media(min-width: 1366px)
{
    .header .header_btn
    {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(min-width: 1024px)
{
    .header .burger
    {
        display: none;
    }
}
.header_bordered
{
    border-bottom: 1px solid #f2f2f2;
}
.header .roostermoney_apps-icons
{
    margin-right: 15px;
}
@media(max-width: 1023px)
{
    .header .roostermoney_apps-icons
    {
        display: none;
    }
}
.header_rowuser-banner
{
    background-color: #5a287d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 0;
    text-align: center;
}
.header_transparent-background .header_background
{
    background-color: transparent;
}
.header_transparent-background [data-affix]
{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.header_transparent-background .is-fixed
{
    background-color: transparent;
}
.header_transparent-background .header_btn.blue
{
    background-color: #fff;
    color: #00a1e0;
}
.header_transparent-background .header_btn.blue:hover
{
    background-color: #f2f2f2;
}
.header_transparent-background .primary-navigation>li>a
{
    color: #000;
}
.header_transparent-background .brand_svg .svg-brand_inverse
{
    fill: #fff;
}
.header_transparent-background .burger_container .burger_bar, .header_transparent-background .burger_container:after, .header_transparent-background .burger_container:before
{
    background-color: #000;
}
.header_transparent-background li.menu-item-color_blue-rooster>a
{
    color: #00a1e0;
}
.header_transparent-background li.menu-item-color_blue-rooster>a:hover
{
    color: #0084b7;
}
.header_transparent-background li.menu-item-color_blue-navy>a
{
    color: #266093;
}
.header_transparent-background li.menu-item-color_blue-navy>a:hover
{
    color: #1e4b73;
}
.header_transparent-background li.menu-item-color_blue-cobalt>a
{
    color: #126fc2;
}
.header_transparent-background li.menu-item-color_blue-cobalt>a:hover
{
    color: #0f5a9d;
}
.header_transparent-background li.menu-item-color_blue-azure>a
{
    color: #117bd9;
}
.header_transparent-background li.menu-item-color_blue-azure>a:hover
{
    color: #0e66b3;
}
.header_transparent-background li.menu-item-color_blue-aqua>a
{
    color: #5fc4d9;
}
.header_transparent-background li.menu-item-color_blue-aqua>a:hover
{
    color: #3eb8d1;
}
.header_transparent-background li.menu-item-color_green-emerald>a
{
    color: #45cb85;
}
.header_transparent-background li.menu-item-color_green-emerald>a:hover
{
    color: #33b571;
}
.header_transparent-background li.menu-item-color_green-jade>a
{
    color: #59b8b2;
}
.header_transparent-background li.menu-item-color_green-jade>a:hover
{
    color: #46a39d;
}
.header_transparent-background li.menu-item-color_orange>a
{
    color: #f2784b;
}
.header_transparent-background li.menu-item-color_orange>a:hover
{
    color: #ef5b25;
}
.header_transparent-background li.menu-item-color_red>a
{
    color: #ea5d5d;
}
.header_transparent-background li.menu-item-color_red>a:hover
{
    color: #e53939;
}
.header_transparent-background li.menu-item-color_yellow>a
{
    color: #fcc42f;
}
.header_transparent-background li.menu-item-color_yellow>a:hover
{
    color: #fbb907;
}
.header_transparent-background .roostermoney_apps-icons-svg path
{
    fill: #fff;
}
.show-for-small
{
    display: inherit!important;
}
@media(min-width: 768px)
{
    .show-for-small
    {
        display: none!important;
    }
}
@media(max-width: 767px)
{
    .hide-for-small
    {
        display: none!important;
    }
}
.left
{
    float: left!important;
}
.right
{
    float: right!important;
}
.screen-reader-text
{
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
.background-white
{
    background-color: #fff;
}
.clearfix:after, .clearfix:before
{
    content: " ";
    display: table;
}