﻿@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #333;
    font-family: HelveticaNeueLTCond, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    position: relative;
    right: 46px;
    font-size: 40px;
    font-weight: bold;
    color: rgb(110, 30, 110);
    background: transparent;
    padding: 0;
    text-indent: 0;
    padding-left: 80px;
}

h1:before {
    display: inline-block;
    content: url(../images/title.svg);
    height: 68px;
    position: absolute;
    top: -6px;
    width: 68px;
    left: 20px;
}

h2 {
    font-size: 22px;
    color: rgb(110, 30, 110);
    margin: 4rem 0 .625rem;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1em
}

ul li:before {
    content: "\25A0";
    color: rgb(110, 30, 110);
    font-weight: bold;
    font-size: 12px;
    vertical-align: text-top;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ul ul li:before {
content: "\2010";

}

nav {
    margin: 0 -64px;
    padding: 0;
    margin-bottom: -3.2rem
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    background-color: #ECECED;
}

header {
    padding: 1.25rem;
    background: #fff;
}

header a {
    display: block;
    width: 10.625rem;
}

article {
    padding: 3.125rem 4rem
}

address {
    margin: -3.125rem -4rem;
    padding-bottom: 3.75rem;
}

p a {
    color: #7E2685;
}

a:hover {
    text-decoration: underline;
}

article > a {
    padding: .75rem 1.875rem;
    text-align: center;
    color: #fff;
    background: #65256A;
    display: block;
    width: 11.25rem;
    margin: -125px 2.5rem .25rem auto;
}

element p {
    background-image: url(https://rmkcdn.successfactors.com/f833cba3/d0ffb808-689b-4875-8dea-6.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 66%;
    position: relative;
    left: -8rem;
    padding: 1rem 4.375rem;
    margin: 4rem;
}

@media only screen and (max-width:71.812rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }
    article p:nth-of-type(1){
        padding-top: 1.25rem
    }
    p,
    ul {
        margin-bottom: .625rem;
    }

    article,
    header {
        padding: .625rem;
    }



    h1,
    address {
        margin: 10px -10px;
        padding-left: 10rem;
        font-size: 20px
    }

    element p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav {
        margin: 0 auto;
    }

    h2 {
        margin: 10px 10px;
    }

    iframe {
        margin: 1.25rem 0;
        width: 100%;
    }

    h1 {
        padding: .625rem;
        font-size: 20px;
        text-align: left;
        float: none;
        display: block;
        width: auto;
        text-indent: 0px;
        margin: 0;
        right: 0;
        left: 0px;
        position: relative;
    }

    h1:before {
        display: inline-block;
        content: url(../images/title.svg);
        height: 28px;
        position: absolute;
        float: left;
        top: 10px;
        width: 28px;
        left: -10px;
    }

    element p {
        background: none;
    }

    article a {
        margin: 0;
    }

    address {
        margin: 0;
        padding: 0;
    }

    element {
        width: auto;
        float: none;
        display: block;
        position: static;
    }

    element p strong {
        font-size: 16px !important;
    }

    element p {
        width: 100%;
        float: none;
        display: block;
        font-size: 14px;
    }

}

@media only screen and (max-width:29.937rem) {}
