/*
  Theme Name: Data Privacy Network Custom Theme
  Author: Sitenine
  Description: Custom Wordpress Theme
  Version: 1.0.0
*/
/* Resets 
 --------------------------------------------------------------------------------------- */
/* Fonts */

@font-face {
    font-family: 'NimbusSansBold(D)';
    src: url('fonts/NimbusSanD-Bol.woff2') format('woff2'),
        url('fonts/NimbusSanD-Bol.woff') format('woff');
    /*font-weight: bold;*/
    /*font-style: normal;
    font-display: swap;*/
}

@font-face {
    font-family: 'NimbusSansRegular(D)';
    src: url('fonts/NimbusSanD-Reg.woff2') format('woff2'),
        url('fonts/NimbusSanD-Reg.woff') format('woff');
   /* font-weight: normal;
    font-style: normal;
    font-display: swap;*/
}

/*@font-face {
  font-family: "NimbusSansBold(D)";
  src: url('fonts/NimbusSansBoldD/font.woff2') format('woff2'), url('fonts/NimbusSansBoldD/font.woff') format('woff');
}

@font-face {
  font-family: "NimbusSansRegular(D)";
  src: url('fonts/NimbusSansRegularD/font.woff2') format('woff2'), url('fonts/NimbusSansRegularD/font.woff') format('woff');
}*/


/* End Fonts */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 18px;
    font-family: 'NimbusSansRegular(D)', sans-serif;
    color: #0D1C3B;
    font-weight: 400;
    letter-spacing: -0.05em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1; }

/* IE7 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox 25*/
}

input, textarea {
    
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

button {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    transition: .35s ease;
}

.wow {
    visibility: hidden;
}

.gform_hidden, .gform_validation_container {
    display: none;
}

/* emulate background cover on image tags */
.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    /* Turn off wow.js animations on tablet/mobile */ .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .wow {
        visibility: visible;
    }

    /* Remove scrollbar on tablet/mobile */
    ::-webkit-scrollbar {
        display: none;
    }
}

/* Content Styles
 --------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    color: #0D1C3B;
    letter-spacing: -0.06em;
    letter-spacing: -0.05em;
    line-height: 90%;
}

.h1, h1 {
    font-size: 64px;
    color: #0D1C3B;
    margin-bottom: 30px;
}

.h2, h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.h3, h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.h4, h4 {
}

.li {
}

.content, .content p {
    line-height: 28px;
    font-size: 28px;
}

.content p:last-child, p:last-child {
    margin-bottom: 0;
}

a {
    color: #334447;
}

.content a {
    color: #0D1C3B;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: underline;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

.content a:hover {
    color: #3D8FC4;
}

.content strong, strong {
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

.content em, em {
    font-style: italic;
}

.content ul, .content ol {
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content ol li, .content ul li {
    list-style: none;
    padding-left: 45px;
    position: relative;
    margin-bottom: 8px;
}

.content ul li:before {
    content: '';
    position: absolute;
    left: 18px;
    line-height: 1;
    top: 10px;
    height: 8px;
    width: 8px;
    background: #0D1C3B;
    border-radius: 5px;
}

.content ol {
    counter-reset: item;
}

.content ol li:before {
    content: counter(item) '. ';
    counter-increment: item;
    color: #0D1C3B;
    position: absolute;
    left: 0px;
    font-weight: 400;
}

.content blockquote p {
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #113E57;
}

.content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* wordpress core classes*/
@media (min-width: 1401px) {
    .alignleft, img.alignleft {
        display: inline;
        float: left;
        margin-right: .5em;
        margin-top: .5em;
    }

    .alignright, img.alignright {
        display: inline;
        float: right;
        margin-left: .5em;
        margin-top: .5em;
    }

    .aligncenter, img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: .5em;
        max-width: 100%;
        height: auto;
    }
}

/* Responsive Global Styles
 --------------------------------------------------------------------------------------- */
.desktop-only {
    display: block !important;
}

.laptop-only {
    display: none !important;
}

.laptop-only-1200 {
    display: none !important;
}

.tablet-only {
    display: none !important;
}

.mobile-only {
    display: none !important;
}

.tablet-mobile-only {
    display: none !important;
}

.desktop-mobile-only {
    display: block !important;
}

.internal-only {
    display: none !important;
}

body:not(.home) .internal-only {
    display: block !important;
}

@media (max-width: 1600px) {
    .laptop-only {
        display: block !important;
    }

    .desktop-only {
        display: none!important;
    }
}

@media all and (max-width: 1320px) {
    .laptop-only-1200 {
        display: block!important;
    }
}

@media (max-width: 1180px) {
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: none !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }

    .laptop-only-1200 {
        display: none!important;
    }

    .menu-main-menu-container {
        position: absolute;
        top: 119px;
        width: 100%;
        height: calc(100vh - 119px);
        display: block;
        left: 0;
        background: #0D1C3B;
        opacity: 0;
        visibility: hidden;
    }

    html.menu-active, html.menu-active body{
        overflow: hidden;
    }

    html.menu-active .menu-main-menu-container {
        opacity: 1;
        visibility: visible;
    }


    body.admin-bar .menu-main-menu-container {
        top: 150px;
    }

    ul.header-menu {
        display: block;
        justify-content: center;
    }

    ul.header-menu > li > a {
        justify-content: center;
        font-size: 24px;
    }

    ul.header-menu > li > ul {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        display: block;
        text-align: left;
        padding: 0;
        margin-top: 20px;
        display: none;
        padding-left: 20px;
    }

    ul.header-menu > li > ul > li > a {
        margin: 0;
        font-size: 20px;
    }

    ul.header-menu > li ul ul a {
        font-size: 22px;
    }
    }

@media (max-width: 1000px) {
    
    section.data-protection-block .container {
        padding: 50px 30px;
    }

}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-tablet-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: block !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }
}

/* General */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    overflow-x: hidden;
}

/* Header */

header.site-header {
    background: #0D1C3B;
    padding: 30px 0 29px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    width: calc(100% - 60px);
}

button.hamburger {
    padding: 0;
    display: none;
}

ul.header-menu li a {
    color: #fff;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

ul.header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.header-menu > li {
    position: relative;
    margin: 0 15px;
}

ul.header-menu > li > ul {
    position: absolute;
    width: 300px;
    background: #3D8FC4;
    padding: 31px 28px 5px;
    opacity: 0;
    visibility: hidden;
    top: -20px;
    z-index: 1;
    left: -28px;
    transition: .35s ease;
    border: 1px solid #0D1C3B;
}

ul.header-menu > li > li > a {
    font-size: 14px;
}

ul.header-menu > li > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
}

ul.header-menu > li li {
    margin: 20px 0;
}

ul.header-menu > li ul ul {
    padding-left: 10px;
}

ul.header-menu > li ul ul a {
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

.header-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.header-menu > li.button > a {
    background: #3D8FC4;
    border-radius: 100px;
    padding: 16px 24px;
}

ul.header-menu > li.button > a:hover {
    background: #fff;
    color: #0D1C3B;
}

ul.header-menu > li.menu-item-has-children > a:after {
    content: '';
    width: 14px;
    height: 7px;
    display: flex;
    align-items: center;
    background-image: url(images/dropdown-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 7px;
    transition: .35s ease;
}

ul.header-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.header-menu > li.menu-item-has-children:hover > a:after {
    transform: scaleY(-1);
}

ul.header-menu > li > a {
    display: flex;
    align-items: center;
}

ul.header-menu > li.menu-item-has-children > a {
    z-index: 2;
    position: relative;
    transition: .35s ease;
}

.header-menu-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.button {
    background: #3D8FC4;
    font-size: 16px;
    padding: 15px 24px;
    border-radius: 30px;
    color: #fff;
    font-family: 'NimbusSansBold(D)';
}

.header-menu-wrap a.button {
    margin-left: 20px;
}

.header-menu-wrap a.button:hover{
    color: #3D8FC4;
    color: #0D1C3B;
}

/* Home Hero */

section.homepage-hero {
    padding: 97px 0 50px;
}

.default-para{
    font-size: 28px;
    line-height: 1;
}

.homepage-hero-grid {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    align-items: center;
}

.home-hero-content {
    width: 50%;
}

.home-hero-image {
    width: 50%;
    max-width: 469px;
}

.hero-content {
    margin: 60px 0;
}

p {
    margin: 0 0 28px;
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

.button-border,
a.button-border {
    color: #0D1C3B;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    border: 2px solid #0D1C3B;
    border-radius: 100px;
    padding: 15px 24px;
    display: inline-flex;
    font-size: 16px;
}

.button-border:hover,
a.button-border:hover {
    background: #0D1C3B;
    color: #fff;
}

/* CTA Section */

section.cta-block {
    background: #0D1C3B;
    text-align: center;
    padding: 58px 0;
}

.cta-content {
    color: #fff;
}

a.button-white-solid {
    color: #0D1C3B;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    border-radius: 100px;
    padding: 17px 24px;
    display: inline-flex;
    background-color: #fff;
    font-size: 16px;
}

a.button-white-solid:hover {
    background-color: #3D8FC4;
    color: #fff;
}

.button{
    border: 0;
}

section.cta-block a.button-white-solid {
    margin-top: 30px;
}

section.cta-block .container {
    max-width: 769px;
}

/* Image Callouts */

section.image-callout-block {
    margin: 60px 0 55px;
}

.image-callout-grid {
    display: flex;
    justify-content: space-between;
}

.image-callout-image {
    width: 50%;
    max-width: 370px;
}

.image-callout-content {
    width: 50%;
    max-width: 468px;
}

.image-callout-content a.button-border {
    margin-top: 30px;
}

.image-callout-grid[data-img-pos="left"] .image-callout-content {
    order: 2;
}

/* Newsletter */

section.newsletter-subscription {
    background: #3D8FC4;
    padding: 54px 0 57px;
    margin: 60px 0 0;
    text-align: center;
}

section.newsletter-subscription .container {
    max-width: 721px;
}

section.newsletter-subscription h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 28px;
}

.newsletter-descriptoin {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
}

.newsletter-form {
    max-width: 569px;
    margin: 22px auto 0;
}

.newsletter-form form {
    display: flex;
    justify-content: space-between;
}

div.newsletter-form .gform_footer.top_label {
    padding: 0;
    margin: 0;
}

.newsletter-form .gform_footer.top_label .button {
    padding: 14px 24px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    color: #fff;
    background: #0D1C3B;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    margin: 0;
    height: 100%;
    letter-spacing: -0.05em;
    cursor: pointer;
    border: 0;
    transition: .35s ease;
        border: 1px solid #0D1C3B;
    border-left: 0;
}
.newsletter-form .gform_footer.top_label .button:hover {
    background-color: #fff;
    color: #0D1C3B;
}

.newsletter-form .gform_body.gform-body {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

div.newsletter-form .gform_body.gform-body input {
    height: 50px;
    padding: 0 18px;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'Nimbus';
    font-family: 'NimbusSansBold(D)';
    font-weight: normal;
    color: #0D1C3B;
    letter-spacing: -0.05em;
    border-radius: 0;
}

::placeholder {
    color: #0D1C3B;
}

/* Footer */

footer#site-footer {
    background: #0D1C3B;
    padding: 85px 0 55px;
}

.footer-logo {
    margin-bottom: 71px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.footer-menu {
    display: flex;
}

ul.footer-menu li {
    margin-right: 55px;
    margin-right: 30px;
}

ul.footer-menu li a {
    color: #FFFFFF;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

ul.footer-menu li:last-child {
    margin-right: 0;
}

.copyrights {
    color: #E5E8E8;
    font-size: 14px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

/*  Page Hero */

section.page-hero {
    margin-top: 85px;
    margin-bottom: 40px;
}

.page-hero-content {
    font-size: 42px;
    line-height: 1;
    max-width: 969px;
}

section.page-hero .container {
    max-width: 968px;
}

.page-hero-image img {
    width: 100%;
}

.page-hero-image {
    margin: 60px 0;
}

/* Grid Boxes */

.page-hero-content {
    font-size: 42px;
    line-height: 1;
    max-width: 969px;
}

section.grid-boxes-wrap {
    padding: 62px 0 22px;
}

section.grid-boxes-wrap[data-bg="dark"] {
    background: #0D1C3B;
}

section.grid-boxes-wrap[data-bg="dark"] h2 {
    color: #fff;
}

section.grid-boxes-wrap h2 {
    text-align: center;
    margin-bottom: 48px;
}

.grid-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

.grid-column {
    width: calc(100%/2 - 30px);
    margin: 0px 15px 32px;
    background: #E5E8E8;
    border-radius: 4px;
}

.grid-column a{
    display: block;
    height: 100%;
    padding: 50px 40px 38px;
    position: relative;
    padding-bottom: 180px;
}

.grid-column h3 {
    margin-bottom: 20px;
}

.grid-column .button-border {
    position: absolute;
    left: 38px;
    bottom: 40px;
}

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

.grid-column a:hover .button-border.white{
    background: #0D1C3B;
    color: #fff;
}

/* Default Content Block */

.default-content-block{
    margin: 60px 0 60px;
}

.default-content-block .container{
    max-width: 968px;
}

section.default-content-block a.button-border {
    display: table;
    margin: 60px auto;
}

/* Icon Grid Boxes */

.icons-grid-boxes {
    background: #E5E8E8;
    padding: 62px 0 0;
}

.icon-boxes-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.icon-box-column {
    margin-bottom: 52px;
}

.container-small{
    max-width: 968px;
    margin: 0 auto;
    width: calc(100% - 60px);
}

.icon-boxes-grid[data-columns="3"] > div {
    width: calc(100%/3 - 28px);
    margin: 0 14px 52px;
}

.icon-box-column figure {
    margin-bottom: 30px;
    max-width: 100px;
}

.icon-box-column h3 {
    margin-bottom: 30px;
    font-size: 28px;
}

section.default-content-block.grey-bg > div {
    background: #E5E8E8;
    padding: 60px 100px;
    max-width: 1170px;
}

.content p + h2 {
    margin-top: 30px;
}

.icon-box-column .content,
.icon-box-column .content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.02em;
}

section.icons-grid-boxes-block {
    margin: 60px 0;
}

.subheading {
    font-size: 18px;
    line-height: 22px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    margin-bottom: 5px;
}

.gdrp-fines-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: -60px;
}

.gdrp-fines-grid-wrap{
    background: #E5E8E8;
    padding: 66px 50px 50px;
}

h2.txt-center {
    text-align: center;
}

.gdrp-fines-grid-wrap h2 {
    margin-bottom: 0;
}

.gdrp-fines-grid-wrap > h2 {
    margin-bottom: 60px;
}

.gdrp-fine-column {
    width: 320px;
    padding: 0 20px;
    max-width: 50%;
}

.gdrp-fine-column figure {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.gdrp-fine-column h3 {
    margin-bottom: 0;
}

.gdrp-fine-column .content {
    /*max-width: 180px;*/
    margin: 0 auto;
}

.gdrp-fine-column {
    margin-top: 60px;
}

.gdrp-fines-grid {
    padding-top: 0;
}

section.gdrp-fines-block {
    margin-top: -30px;
}

section.privacy-risks-block {
    background: #E5E8E8;
    text-align: center;
    padding: 58px 0;
    margin: 60px 0;
}

section.privacy-risks-block h2 {
    margin-bottom: 50px;
}

.privacy-risks-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px;
}

.privacy-risk-column h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.privacy-risk-column {
    width: calc(100%/4 - 124px);
    margin: 0 62px 10px;
}

section.data-protection-block .container {
    background: #E5E8E8;
    padding: 60px 100px;
}

section.data-protection-block h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1;
}

.data-protection-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -60px;
}

.data-protection-grid > div {
    width: 45%;
    max-width: 400px;
    margin-bottom: 60px;
    align-items: center;
}

.data-protection-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.data-protection-column figure {
    width: 100px;
}

.dp-content {
    width: calc(100% - 100px);
    padding-left: 30px;
}

.dp-content h3 {
    margin-bottom: 20px;
}

section.data-protection-block {
    margin: 30px 0;
}

.icon-box-column .content ul li {
    padding-left: 20px;
}

.icon-box-column .content ul li:before {
    width: 4px;
    height: 4px;
    left: 7px;
    top: 9px;
    border-radius: 50%;
}

.icon-box-column .content ul {
    margin-bottom: 0;
}

.footer-text {
    padding-bottom: 60px;
    letter-spacing: -.02em;
}

.page-hero-content h2 {
    margin-top: 60px;
    margin-bottom: -30px;
}

.cpra-fines-grid {
    background: #E5E8E8;
    padding: 64px 0 51px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.cpra-fines-grid > div {
    width: 320px;
    margin: 0 30px;
}

.cpra-fines-grid .h2 {
    margin-bottom: 6px;
}

.cpra-fines-grid .h3 {
    margin-bottom: 6px;
}

.cpra-fines-grid .content p {
    font-size: 16px;
    line-height: 22px;
    max-width: 295px;
    margin: 0 auto;
}

section.cpra-fines-block {
    margin: 60px 0;
}

main.default-page section.gdrp-fines-block:last-child {
    margin: 60px 0;
}

section.services-grid-block {
    background: #0D1C3B;
    padding: 60px 0;
}

.service-column {
    padding: 48px 70px;
    background: #F2F2F2;
    border-radius: 4px;
    width: calc(50% - 30px);
    margin: 0 15px 15px;
    color: #000000;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px;
    align-items: flex-start;
}

.service-desc .h3 {
    margin-bottom: 0;
}

.service-subtitle {
    margin-bottom: 30px;
}

.service-desc {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 32px;
}

.service-audit-price {
    font-size: 16px;
    line-height: 22px;
}

.service-desc a.button-solid {
    margin-top: 32px;
    display: table;
}

a.button-solid {
    font-family: 'NimbusSansBold(D)';
    font-size: 16px;
    line-height: 22px;
    background: #0D1C3B;
    color: #fff;
    padding: 14px 25px;
    border-radius: 30px;
    display: table;
}

a.button-solid:hover {
    background: #3D8FC4;
}

.service-column .content, .service-column .content p {
    font-size: 16px;
    line-height: 22px;
}

.service-column .content ul li {
    padding-left: 25px;
    margin-bottom: 0;
}

.service-column .content ul li:before {
    width: 6px;
    height: 6px;
    left: 10px;
    top: 8px;
}

.service-image-callout {
    display: flex;
    align-items: center;
    margin: 32px 0;
}

.service-image-callout figure {
    padding-right: 24px;
    width: 190px;
}


.service-image-callout .content {
    width: calc(100% - 140px);
}

.dsar-content-top.content {
    margin-top: 38px;
}

section.dsar-page {
    padding-bottom: 60px;
}

section.newsletter-subscription {
    margin-top: 0;
}

.dsar-page-bottom {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}

.dsar-page-bottom:after {
    content: '';
    height: calc(100% - 270px);
    width: 100%;
    position: absolute;
    background: #E5E8E8;
    bottom: 0;
    left: 0;
}

.dsar-page-bottom > div {
    position: relative;
    z-index: 1;
}

.dsar-image {
    margin-bottom: 20px;
}

section.dsar-page {
    padding-bottom: 0;
}

.about-page-hero.page-hero {
    background: #E5E8E8;
    padding: 60px 0;
}

.page-hero h1 {
    max-width: 770px;
}

.our-mission.content {
    background: #0D1C3B;
    color: #fff;
    padding: 0px 0 60px;
    position: relative;
}

figure.about-hero {
    margin-bottom: 60px;
}

.our-mission.content:after {
    content: '';
    background: #E5E8E8;
    height: 238px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.our-mission.content > div {
    position: relative;
    z-index: 1;
}

.our-mission-content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
    margin-top: 40px;
}

.our-mission-content p, .our-mission-content {
    font-size: 42px;
    line-height: 42px;
}

.our-mission-content a {
    color: #3D8FC4;
}

.our-team-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px -15px;
    align-items: flex-start;
}

.team-item {
    background: #E5E8E8;
    width: calc(100%/2 - 30px);
    margin: 0 15px 15px;
    color: #0D1C3B;
    padding: 35px;
}

.team-item h3 {
    margin: 0;
}

.form-wrap {
    max-width: 770px;
    background: #F2F2F2;
    padding: 60px 100px;
    margin: 105px auto 60px;
}

.ginput_container.ginput_container_checkbox {
    line-height: 2;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: 0;
    height: 50px;
    border-radius: 4px;
    background: #fff;
    padding: 0 16px!important;
    font-family: 'NimbusSansBold(D)';
}

div.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 21px;
}

div.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 200px;
    padding: 16px!important;
    font-family: 'NimbusSansBold(D)';
}

div.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, div.gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    color: #fff;
    width: 100%;
    margin: 0;
    background: #0D1C3B;
    border-radius: 100px;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    height: 50px;
    letter-spacing: -0.05em;
}

div.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input:hover, div.gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background: #3D8FC4;
}

label.gfield_label {
    color: #0D1C3B;
}

div.gform_wrapper .gfield_required {
    color: #0D1C3B;
    padding: 0;
    font-size: 16px;
}

div.gform_wrapper.gravity-theme .description, 
div.gform_wrapper.gravity-theme .gfield_description, 
div.gform_wrapper.gravity-theme .gsection_description, 
div.gform_wrapper.gravity-theme .instruction {
    padding: 5px 10px;
}

.gfield_error span.gfield_required.gfield_required_asterisk {
    color: #c02b0a;
}

div.gform_wrapper .gform_validation_errors h2 {
    font-size: 14px;
    letter-spacing: -0.05em;
}

div.gform_wrapper.gravity-theme .description, div.gform_wrapper.gravity-theme .gfield_description, 
div.gform_wrapper.gravity-theme .gsection_description, div.gform_wrapper.gravity-theme .instruction {
    font-size: 14px;
    letter-spacing: -.05em;
}

div.gform_wrapper.gravity-theme .gform_footer button, 
div.gform_wrapper.gravity-theme .gform_footer input, 
div.gform_wrapper.gravity-theme .gform_page_footer button, 
div.gform_wrapper.gravity-theme .gform_page_footer input {
    margin: 0;
    cursor: pointer;
}

.form-desc {
    line-height: 22px;
    margin-bottom: 30px;
}

.content ol li:before {
    min-width: 44px;
    text-align: center;
}

.content ol li {
    margin-bottom: 30px;
}

section.privacy-page.content {
    margin-top: -30px;
    padding-bottom: 30px;
}

ol.privacy-page-anchors {
    font-weight: 400;
}

ol.privacy-page-anchors li:before {
    font-weight: 400;
}

ol.privacy-page-anchors li a {
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

ol.privacy-page-anchors li {
    margin-bottom: 10px;
}

ol.privacy-page-anchors li a:hover {
    text-decoration: underline;
}

.privacy-page-sections > div {
    margin-bottom: 30px;
}

.key-states-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 300px auto;
    font-size: 1.6rem;
    padding-right: 0;
}

.law-date-item {
    position: absolute;
    border-left: .2rem solid #3D8FC4;
    padding-left: .8rem;
    left: 3.3rem;
    width: 16rem;
    z-index: 2;
}

.timeline-year {
    position: relative;
}

.timeline-year > span {
    background: #fff;
    border: .4rem solid #3D8FC4;
    border-radius: 50%;
    height: 7rem;
    width: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D8FC4;
    font-family: 'NimbusSansBold(D)';
    position: relative;
    z-index: 2;
}

.key-states-timeline:after {
    content: '';
    width: 100%;
    height: .2rem;
    background: #3D8FC4;
    position: absolute;
    top: 3.3rem;
}

.law-date-item strong {
    color: #3D8FC4;
    display: block;
    margin-bottom: 10px;
}

section.key-states-timeline-section .container {
    /*max-width: 117rem;*/
}

.law-date-item[data-month="01"] {
    top: 0;
    transform: translateY(-100%);
    padding-bottom: 3.4rem;
}

.law-date-item[data-month="07"] {
    bottom: 3.5rem;
    transform: translateY(100%);
    padding-top: 7rem;
    left: 18rem;
}

.law-date-item[data-month="12"] {
    left: 19rem;
    top: 3rem;
    transform: translateY(-100%);
    padding-bottom: 4rem;
}

.law-date-item.even:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #3D8FC4;
    position: absolute;
    bottom: -6px;
    left: -5px;
    border-radius: 50%;
}

.law-date-item.even:after {
    content: '';
    width: .8rem;
    height: .8rem;
    background: #3D8FC4;
    position: absolute;
    bottom: -.6rem;
    left: -.5rem;
    border-radius: 50%;
}

.law-date-item.odd:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #3D8FC4;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    width: .8rem;
    height: .8rem;
    top: -.5rem;
    left: -0.5rem;
}

section.key-states-timeline-section {
    margin: 60px 0;
}

html {
    font-size: .5233vw;
}

.law-date-item.even[data-month="07"]:after {
    top: -5px;
}

section.key-states-timeline-section h2 {
    padding-bottom: 60px;
}

.gdrp-fine-column h3 {
    font-size: 42px;
    margin-bottom: 2px;
}

.privacy-risk-column figure {
    margin: 0 auto 30px;
    max-width: 100px;
}

.form-wrap h3 {
    font-size: 28px;
}

body.page-id-21 section.default-content-block.grey-bg > div {
    max-width: 968px;
}

.tablepress td, .tablepress th {
    border: 1px solid #0D1C3B;
}

.tablepress tr {
    border-bottom: 1px solid #0D1C3B;
}

.tablepress tfoot th, .tablepress thead th {
    background: #E5E8E8;
    font-size: 22px;
    line-height: 28px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    padding: 10px;
    width: 50%;
}

.tablepress tbody td:first-child {
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

.tablepress tbody td {
    font-size: 16px;
    line-height: 22px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    line-height: 22px;
    color: #000;
}

.gfield.gfield--width-full.gfield_html {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.gfield.gfield--width-full.gfield_html a {
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gfield_checkbox label a, .gform_wrapper.gravity-theme .gfield_radio label a {
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
    text-decoration: underline;
    color: #000;
}

div#validation_message_1_1 {
    position: absolute;
    padding: 5px;
    top: 100%;
    left: 0;
}

form#gform_1 {
    position: relative;
}

.service-column .content ul li:before {
    width: 5px;
    height: 5px;
    left: 10px;
}

ul.alpha-list li:before {
    display: none;
}

ul.alpha-list li {
    padding-left: 0;
}

ul.alpha-list li strong {
    padding-right: 5px;
}

section.free-3-month-trail-block {
    background: #3D8FC4;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.free-cta-subtitle {
    font-family: 'NimbusSansBold(D)';
    font-size: 28px;
    letter-spacing: -0.05em;
}

.free-cta-title {
    font-family: 'NimbusSansBold(D)';
    font-size: 42px;
    letter-spacing: -0.05em;
    margin-bottom: 32px;
}

.free-cta-footer-content {
    margin-top: 32px;
}

.free-cta-footer-content {
    font-size: 16px;
    line-height: 22px;
}

.free-cta-footer-content a {
    color: #fff;
    text-decoration: underline;
    /*font-weight: bold;*/
    font-family: 'NimbusSansBold(D)';
}

section.free-3-month-trail-block .button-solid {
    margin: 0 auto;
}

main.default-page-wrapper {
    padding: 100px 0;
}

.gdrp-fine-column figure img {
    height: 100%;
    width: auto;
    max-width: 130px;
}

.header-menu-wrap a.button:hover {
    background: #fff;
}

section.key-states-timeline-section h2 {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.desktop-keys-date-img img {
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield_label{
    font-family: 'NimbusSansBold(D)';
    font-weight: normal;
}

/* Popup */

div#popmake-367 {
    padding: 146px 132px;
    text-align: center;
    border-radius: 5px;
    max-height: 90vh;
    overflow: auto;
    margin-bottom: 0;
}

div#pum_popup_title_367 {
    text-align: center;
    font-family: 'NimbusSansBold(D)';
    letter-spacing: -0.05em;
}

.pum-theme-358 .pum-content, .pum-theme-default-theme .pum-content p {
    font-family: 'NimbusSansRegular(D)';
    font-size: 22px;
    line-height: 20px;
}

form#gform_5 {
    display: flex;
    align-items: center;
}

div#gform_wrapper_5 .gform_footer.top_label {
    padding: 0;
    margin: 0;
}

input#gform_submit_button_5 {
    border-radius: 0;
    width: 141px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #0D1C3B;
    border-left: 0;
    transition: .35s ease;
}

div#gform_wrapper_5 .gform_body.gform-body {
    width: calc(100% - 141px);
}

input#input_5_1 {
    border-radius: 0;
    border: 1px solid #0D1C3B;
    border-radius: 5px 0 0 5px;
    letter-spacing: -.05em;
}

input#gform_submit_button_5:hover {
    background: #fff;
    color: #0D1C3B;
}

div#popmake-367 button.pum-close.popmake-close{
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    right: 22px;
    top: 22px;
    background-image: url(images/x.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

div#gform_5_validation_container {
    display: none;
}

div#validation_message_5_1 {
    position: absolute;
    bottom: -40px;
}

img#gform_ajax_spinner_5 {
    position: absolute;
    right: -30px;
    top: 12px;
}

div#gform_wrapper_5 .gform_footer.top_label {
    position: relative;
}

/* Responsiveness */

@media all and (max-width: 1180px){
    .homepage-hero-grid {
        padding-left: 0;
    }
    
    ul.footer-menu li {
        margin-right: 20px;
    }

    .menu-main-menu-container {
        display: none;
    }

    button.hamburger {
        display: block;
    }

    .header-menu-wrap {
        margin-left: auto;
        margin-right: 20px;
    }

    .privacy-risk-column {
        width: calc(100%/4 - 60px);
        margin: 0 30px 20px;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
        background-color: #fff;
    }

    .hamburger.is-active:hover{
        opacity: 1;
    }

    .menu-main-menu-container {
        position: absolute;
        top: 119px;
        width: 100%;
        height: calc(100vh - 119px);
        display: block;
        left: 0;
        background: #0D1C3B;
        overflow: auto;
    }

    body.admin-bar .menu-main-menu-container {
        top: 105px;
    }

    ul.header-menu {
        display: block;
        justify-content: center;
    }

    ul.header-menu > li > a {
        justify-content: center;
        font-size: 24px;
        justify-content: flex-start;
        padding: 0 20px;
    }

    ul.header-menu > li > ul {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        display: block;
        text-align: left;
        padding: 0;
        margin-top: 20px;
        display: none;
        padding-left: 20px;
    }

    ul.header-menu > li > ul > li > a {
        margin: 0;
        font-size: 20px;
    }

    ul.header-menu > li ul ul a {
        font-size: 22px;
    }

    ul.header-menu > li {
        margin: 30px 0;
    }
    
    header.site-header {
        position: relative;
        z-index: 100;
    }

    ul.header-menu > li.active > ul {
        display: block;
    }
}

.logo-mobile{
    display: none;
}

@media all and (max-width: 1000px){
    .hero-content.default-para {
        font-size: 24px;
        line-height: 24px;
        margin: 30px 0;
    }

    .h1, h1 {
        font-size: 50px;
    }

    section.homepage-hero {
        padding: 50px 0;
    }

    .home-hero-image {
    }

    .home-hero-content {
        width: 48%;
    }

    .home-hero-image {
        width: 48%;
    }

    .h2, h2 {
        font-size: 36px;
    }

    .cta-content.h2 {
        margin-bottom: 0;
    }

    .content, .content p {
        font-size: 24px;
    }

    .image-callout-image {
        width: 47%;
    }

    .image-callout-content a.button-border {
        margin-top: 20px;
    }

    .content p {
        margin-bottom: 20px;
        line-height: 1;
    }

    section.newsletter-subscription h3 {
        font-size: 36px;
    }

    .grid-column > a{
        padding: 32px 30px 100px;
    }

    .grid-column .button-border {
        bottom: 30px;
        left: 30px;
    }

    section.page-hero {
        margin: 50px 0 40px;
    }

    .page-hero-content {
        font-size: 36px;
    }

    .page-hero-image {
        margin: 40px 0;
    }

    .h3, h3 {
        font-size: 28px;
    }

    section.default-content-block.grey-bg > div {
        padding: 50px 30px;
    }
    
    section.data-protection-block .container {
        padding: 50px 30px;
    }

    .privacy-risk-column {
        width: calc(100%/3 - 60px);
        margin: 0 30px 20px;
    }

    section.data-protection-block .container {
        padding: 50px 30px;
    }

    .gdrp-fines-grid-wrap {
        padding: 50px 30px 50px;
    }

    .gdrp-fine-column .content br {
        display: none;
    }

    .icon-boxes-grid[data-columns="3"] > div {
        width: calc(100%/2 - 28px);
    }

    .icon-boxes-grid[data-columns="3"] > div:last-child:nth-child(3) {
        width: 100%;
    }

    .service-column {
        padding: 30px 30px;
    }

    .dsar-page-bottom:after {
        height: calc(100% - 200px);
    }

    .our-mission-content p, .our-mission-content {
        font-size: 30px;
        line-height: 1;
    }

    .team-item {
        padding: 25px;
    }

    .form-wrap {
        margin-top: 50px;
        padding: 50px 40px;
    }

    .form-wrap {
        margin-top: 50px;
        padding: 50px 40px;
    }

    .footer-bottom {
        display: block;
    }

    .footer-menu-wrap {
        margin-bottom: 10px;
    }

    footer#site-footer {
        padding: 60px 0 40px;
    }

    .footer-logo {
        margin-bottom: 50px;
    }

    .site-logo img.logo-desktop {
        display: none;
    }

    .site-logo img.logo-mobile {
        display: block;
    }

    div#popmake-367 {
        padding: 100px 80px;
    }
}

@media all and (max-width: 767px){

    section.homepage-hero {
        padding: 20px 0 30px;
    }

    .homepage-hero-grid {
        flex-wrap: wrap;
    }

    .home-hero-content {
        order: 2;
        width: 100%;
    }

    .home-hero-image {
        width: 100%;
        margin-bottom: 30px;
    }

    header.site-header {
        padding: 15px 0;
    }

    .container {
        width: calc(100% - 40px);
    }

    .h1, h1 {
        font-size: 44px;
    }

    .hero-content.default-para {
        font-size: 18px;
    }

    .h2, h2 {
        font-size: 32px;
    }

    section.cta-block {
        padding: 42px 0;
    }

    .image-callout-grid {
        flex-wrap: wrap;
    }

    .image-callout-content {
        width: 100%;
        order: 2;
    }

    .image-callout-image {
        width: 100%;
        margin: 0 auto 30px;
        order: 1;
    }

    section.image-callout-block {
        margin: 20px 0;
    }

    .content, .content p {
        font-size: 18px;
    }

    section.image-callout-block + section.image-callout-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-small {
        width: calc(100% - 40px);
    }

    .newsletter-form .gform_footer.top_label .button {
        font-size: 16px;
        padding: 14px 24px;
        line-height: 1!important;
    }

    div.newsletter-form .gform_body.gform-body input {
        border-radius: 0;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    ul.footer-menu {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15px;
    }

    ul.footer-menu li {
        margin: 0 15px 15px;
    }

    .copyrights {
        text-align: center;
    }

    footer#site-footer {
        padding: 50px 0;
    }

    .header-menu-wrap a.button {
        letter-spacing: -0.03em;
        font-size: 12px;
        padding: 10px 22px;
    }

    .page-hero-content {
        font-size: 32px;
    }

    section.page-hero {
        margin: 30px 0 20px;
    }

    section.grid-boxes-wrap {
        padding: 30px 0 0;
    }

    .grid-column {
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }

    .default-para {
        font-size: 18px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        border-radius: 0;
    }

    .grid-column .button-border {
        font-size: 16px;
    }

    section.grid-boxes-wrap h2 {
        margin-bottom: 20px;
    }

    .newsletter-descriptoin {
        font-size: 18px;
        line-height: 1;
    }

    section.newsletter-subscription h3 {
        font-size: 32px;
        padding: 0 25px;
    }

    section.default-content-block {
        margin: 30px 0;
    }

    .page-hero-image {
        margin: 30px 0;
    }

    .content ol li, .content ul li {
        padding-left: 30px;
        line-height: 1;
    }

    .content ul li:before {
        left: 10px;
        width: 5px;
        height: 5px;
        top: 10px;
        top: 5px;
    }

    .icon-boxes-grid[data-columns="3"] > div {
        text-align: center;
        margin-bottom: 20px;
    }

    .icon-box-column figure {
        margin: 0 auto 20px;
    }

    .icon-box-column h3 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .icons-grid-boxes {
        padding: 30px 0 20px;
    }

    section.default-content-block a.button-border {
        margin: 30px auto;
    }

    section.default-content-block.grey-bg > div ul {
        margin-bottom: 0px;
    }

    .content ol li:before {
        min-width: 20px;
    }

    .content ol li {
        margin-bottom: 15px;
    }

    .icon-box-column .content ul li {
        text-align: left;
    }

    section.icons-grid-boxes-block {
        margin: 30px 0;
    }

    .page-hero-content h2 {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .cpra-fines-grid > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .cpra-fines-grid {
        flex-wrap: wrap;
    }

    .cpra-fines-grid > div:last-child {
        margin-bottom: 0;
    }

    section.cpra-fines-block {
        margin: 30px 0;
    }

    .gdrp-fines-grid-wrap {
        margin: 0 -30px;
    }

    main.default-page section.gdrp-fines-block:last-child {
        margin: 30px 0;
    }

    main.default-page section.gdrp-fines-block:last-child {
        margin-bottom: 0;
    }

    section.services-grid-block {
        padding: 30px 0;
    }

    .service-column {
        width: calc(100% - 30px);
    }

    .dsar-page-bottom:after {
        height: calc(100% - 80px);
    }

    .dsar-page-bottom {
        padding-bottom: 5px;
        margin-top: 30px;
    }

    .about-page-hero.page-hero {
        padding: 30px 0;
    }

    figure.about-hero {
        margin-bottom: 0;
    }

    .our-mission.content:after {
        height: 80px;
    }

    .our-mission-content p {
        font-size: 32px;
    }

    .team-item {
        width: 100%;
        padding: 35px 30px;
    }

    .team-item h3 {
        font-size: 18px;
    }

    .our-team-grid {
        margin-top: 20px;
        margin-bottom: -16px;
    }

    .our-mission.content {
        padding-bottom: 20px;
    }

    .form-wrap {
        margin-top: 30px;
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    section.default-content-block.grey-bg > div {
        padding: 30px 20px;
    }

    ul.alpha-list li {
        padding-left: 15px;
        line-height: 1;
    }

    section.default-content-block.grey-bg > div ul {
        margin: 20px 0;
    }

    section.privacy-page.content {
        margin-top: 0;
        padding-bottom: 0;
    }

    .tablepress tfoot th, .tablepress thead th {
        font-size: 18px;
    }

    body.admin-bar .menu-main-menu-container {
        top: 60px;
        height: calc(100vh - 92px);
    }

     .about-page-hero h1 {
        font-size: 42px;
    }

    .hidden-mobile {
         display: none; 
    }

    .menu-main-menu-container {
        height: calc(100vh - 62px);
    }

    .data-protection-grid > div {
        width: 100%;
    }

    .privacy-risk-column {
        width: calc(100%/2 - 30px);
        margin: 0 15px 20px;
    }

    .privacy-risk-column h3 {
        font-size: 18px;
    }

    .icon-boxes-grid[data-columns="3"] > div {
        width: calc(100% - 28px);
    }

    .icon-box-column .content, .icon-box-column .content p {
        line-height: 1;
    }

    div#popmake-367 {
        padding: 70px 30px;
    }

    div#pum_popup_title_367 {
        font-size: 24px;
        line-height: 1;
    }

    .pum-theme-358 .pum-content, .pum-theme-default-theme .pum-content p {
        font-size: 16px;
    }

    img#gform_ajax_spinner_5 {
        right: -22px;
    }
}

.cmplz-cookiebanner .cmplz-header .cmplz-title{
    display: block!important;
}

h1 a {
    color: inherit;
}

ul.header-menu > li > ul > li > a[href="#"] {
    pointer-events: none;
    font-family: 'NimbusSansRegular(D)';
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    color: #0D1C3B;
}

div.gform_wrapper.gravity-theme .gform_footer button, div.gform_wrapper.gravity-theme .gform_footer input, div.gform_wrapper.gravity-theme .gform_page_footer button, div.gform_wrapper.gravity-theme .gform_page_footer input {
    border: 0;
    -webkit-appearance: none;
}

section.free-3-month-trail-block .button-solid:hover {
    background: #fff;
    color: #3D8FC4;
}


.gfield_checkbox .gchoice {
    align-items: flex-start;
    display: flex;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 6px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #0D1C3B;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #0D1C3B;
}

img#gform_ajax_spinner_1 {
    position: absolute;
    right: -30px;
    top: 15px;
}

fieldset#field_4_10 label {
    color: #000;
}

fieldset#field_4_11 label {
    color: #000;
}

div#field_4_12 a {
    color: #000;
}

div#field_4_12 {
    color: #000;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    display: none!important;
}

.gfield_checkbox .gchoice {
    position: relative;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #000;
    top: 8px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    padding-left: 36px;
    padding-top: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label:after {
    content: '';
    left: 9px;
    top: 13px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    opacity: 0;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked+label:after {
    opacity: 1;
}