#page div#content {
    margin-top: 0 !important;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    font-family: "Segoe UI Light", "Segoe UI", Frutiger, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

div#content a,
div#content a:visited {
    color: inherit;
}

div#content a:hover,
div#content a:active {
    color: #2a7ae2;
    text-decoration: none;
}

div#content div[data-fragmentname] {
    margin-bottom: 0;
}

#Fragment_HeroHeadlines>div,
#Fragment_ResourceBand .RichText,
#Fragment_FeaturesHeading .RichText,
#Fragment_Features,
#Fragment_SocialBand .RichText {
    width: calc(100% - 32px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#Fragment_herocontent .RichText {
    height: 395px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heropaneltext {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.07rem;
}

.heropaneltext h1 {
    font-size: 2.5rem;
    line-height: 1.2em;
    padding: 0 0 20px 0;
}

.heropaneltext p {
    padding-left: 2px;
}

.heropaneltext .cta-button {
    margin-top: 30px;
}

.heropaneltext .cta-button a {
    display: inline-block;
    padding: 10px 20px 15px 20px;
    text-align: center;
    font-family: "Segoe UI Semibold", "Segoe UI", Frutiger, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.heropanelimg img {
    display: block;
}

#Fragment_ResourceBand {
    background-color: #f1f1f1;
}

#Fragment_ResourceBand .RichText {
    width: 90%;
    max-width: 1062px;
    margin: 0 auto;
    padding: 0;
}

#Fragment_ResourceBand .RichText .resourceband {
    overflow: hidden;
    padding: 10px 0 50px 2%;
}

.resourceblock {
    float: left;
    width: 16.6%;
    height: 12.42%;
    padding-top: 21px;
    padding-bottom: 5px;
    margin-right: 3.4%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1em;
    color: #414042;
}

.resourceblock:last-child {
    margin-right: 0;
}

html[dir="rtl"] .resourceblock {
    float: right;
    margin-left: 3.4%;
    margin-right: 0;
}

html[dir="rtl"] .resourceblock:last-child {
    margin-left: 0;
}

.resourceblock img {
    width: 61.1%;
    height: auto;
    /* margin: 15% auto 0 auto; */
    ;
}

#Fragment_FeaturesHeading .RichText {
    padding-top: 40px;
    text-align: center;
}

#Fragment_FeaturesHeading .RichText h2 {
    line-height: 1.79em;
}

div#Fragment_Features {
    padding: 40px 0 62px 0;
    overflow: hidden;
}

div#Fragment_Features .DetailedMediaList {
    height: 0;
}

#Fragment_Features .block {
    float: left;
    width: 31.3%;
    margin-left: 0;
    margin-right: 3%;
}

html[dir="rtl"] #Fragment_Features .block {
    float: right;
    margin-left: 3%;
    margin-right: 0;
}

#Fragment_ContentInclude_3 .block {
    margin-right: 0;
}

html[dir="rtl"] #Fragment_ContentInclude_3 .block {
    margin-left: 0;
}

#Fragment_Features .DetailedMediaList .block .label {
    display: block;
    width: 100%;
}

#Fragment_Features .block .title,
#Fragment_Features .DetailedMediaList .block .label {
    color: #fff;
    text-align: center;
    background: #767676;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

.block.bg_white.topImage .image {
    margin-bottom: 0;
}

#Fragment_Features .block .textContent {
    padding: 13px 0;
}

.DetailedMediaList .block .textContent {
    margin-top: 5px;
}

#Fragment_Features .block .textContent .link,
#Fragment_Features .block .textContent .linkText {
    font-size: 1.25rem;
    line-height: 1.07em;
    color: #010101;
}

@media screen and (max-width: 1180px) {
    .heropaneltext h1 {
        font-size: 3vw;
    }
}

@media screen and (max-width: 960px) {
    #Fragment_herocontent .RichText {
        height: auto;
    }
    .heropaneltext {
        padding: 12px 30px 30px 27px;
        font-size: 1rem;
        line-height: 1.25em;
    }
    .heropaneltext h1 {
        font-size: 1.75rem;
        padding: 2px 0 2px 0;
    }
    .heropaneltext p {
        padding-left: 1px;
    }
    html[dir="rtl"] .heropaneltext p {
        padding-right: 1px;
    }
    .heropanelimg {
        padding: 1em 0;
    }
    .resourceblock {
        font-size: 1rem;
    }
    #Fragment_ResourceBand .RichText .resourceband {
        padding: 10px 0 50px 0;
    }
    html[dir="rtl"] #Fragment_ResourceBand .RichText .resourceband {
        padding: 10px 4.8% 50px 0;
    }
    #Fragment_Features {
        padding: 30px 0 62px;
    }
    #Fragment_Features .block .textContent .link,
    #Fragment_Features .block .textContent .linkText {
        font-size: 1rem;
        line-height: 1.25em;
    }
}

@media screen and (max-width: 768px) {
    div#content {
        margin: 20px 0 59px;
        width: auto;
    }
}

@media screen and (max-width: 520px) {
    #Fragment_herocontent .RichText {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .heropaneltext {
        padding: 12px 20px 30px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .heropaneltext h1 {
        font-size: 1.25rem;
    }
    #Fragment_ResourceBand .RichText {
        border-bottom: none;
    }
    #Fragment_ResourceBand .RichText .resourceband {
        padding: 0;
        width: 98%;
        margin: 0 auto;
    }
    .resourceblock {
        float: none;
        width: 100%;
        height: 63px;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-right: 0;
        text-align: left;
        line-height: 1em;
        color: #414042;
        border-bottom: 2px solid #f1f1f1;
    }
    html[dir="rtl"] .resourceblock {
        margin-left: 0;
        text-align: right;
    }
    .resourceblock img {
        width: 63px;
        height: auto;
        margin: 0 1rem 0 0;
        float: left;
    }
    html[dir="rtl"] .resourceblock img {
        margin: 0 0 0 1rem;
        float: right;
    }
    .resourceblock p {
        margin-top: 23px;
    }
    .resourceband a:last-child .resourceblock {
        margin-right: 0;
        border-bottom: none;
    }
    html[dir="rtl"] .resourceband a:last-child .resourceblock {
        margin-left: 0;
    }
    div#Fragment_Features {
        padding: 15px 0 40px 0;
    }
    div#Fragment_Features .DetailedMediaList {
        height: auto;
    }
    #Fragment_Features .block {
        float: none;
        width: 100%;
        margin: 0 0 35px 0;
    }
    #Fragment_Features .block .textContent {
        padding: 1px 0;
    }
}