:root {--purple-text: #F6ACCB;--purple-text-alt: #F6ACCB;--purple-background: #662D91;--purple-border: #662D91;--purple-gradient-shade: #b10dc9;--fuchsia-text: #662D91;--fuchsia-text-alt: #662D91;--fuchsia-background: #F6ACCB;--fuchsia-border: #F6ACCB;--fuchsia-gradient-shade: #b10dc9;}
.bg.light {
    background-color: #008CA9;
}
.bg.dark {
    background-color: #004D74;
}
.bg.dark,
.bg.dark a,
.bg.light,
.bg.light a {
    color: #ffffff;
}
.text-dark,
.text-dark a {
    color: #004D74;
}
.text-light,
.text-light a {
    color: #008CA9;
}
body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,h2,h3 {
    font-family: "Montserrat", sans-serif;
    text-rendering: optimizeLegibility;
}
.font-1rem {
    font-size: 1rem;
}
.head.floating {
    z-index: 9999999 !important;
    background-color: #ffffff;
    top: 0;
    left: 0;
    height: auto !important;
    position: fixed !important;
    width: 100%;
}
.head.floating .spacer {
    padding: 10px 12px;
}
.head .logo {
    content:url("https://cdn.laconnecta.com/fides-logo.svg");
    width: 206px;
    height: 64px;
    display: block;
}
.head nav {
    margin-top:20px;
}
.head.floating nav {
    margin-top:12px;
}
/**/.head.floating .logo {
    content:url("https://cdn.laconnecta.com/fides-logo-white.svg");
    height: 52px;
}
.practice-area {
    width: 33.33%;
    padding: 4px 6px;
    float: left;
}
.practice-area a {
    width: 100%;
    border-radius: 10px;
    padding: 50px 24px;
    color: #008CA9;
    float: left;
    background-color: #efefef;
}
.practice-area a h4 {
    color: #004D74;
}
.team {
    width: 33.33%;
    padding: 4px 24px;
    float: left;
}
.team a {
    width: 100%;
    padding: 0 0 30px;
    color: #333;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 45px rgba(10, 10, 10,0.02);
    -moz-box-shadow: 0 0 45px rgba(10, 10, 10,0.02);
    -webkit-box-shadow: 0 0 45px rgba(10, 10, 10,0.02);
}
.team a:hover {
    box-shadow: 0 0 45px rgba(10, 10, 10,0.08);
    -moz-box-shadow: 0 0 45px rgba(10, 10, 10,0.08);
    -webkit-box-shadow: 0 0 45px rgba(10, 10, 10,0.08);
    color: #333;
}
.team a h4 {
    padding-top: 10px;
    color: #004D74;
}
.team div {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.team.news div {
    height: 240px !important;
}
.services li {
    width: 100%;
}