.page-id-3 .ast-container article {
            padding-top: 100px !important;
            max-width: 1200px;
            margin: auto;
            padding-bottom: 100px !important;
        }

        @media only screen and (max-width: 1300px) {
            .page-id-3 .ast-container article {
                padding: 60px 15px;
            }
        }

        a:link, a:hover, a:active, a:focus {
            outline: 0;
        }

        li.whitebullet {
            font-family: Barlow;
            font-size: 17px;
            line-height: 17px;
            font-weight: normal;
            text-decoration: none;
            font-style: normal;
            margin-top: 0px;
            margin-bottom: 0px;
            list-style-image: url(/wp-content/uploads/2020/10/89a6921e-4a58-4bad-a2a0-f0ae321c68e5.html);
        }

        .image-right-fifty {
            vertical-align: top; /*Fix for different     height elements*/
            text-align: right;
            float: right;
            width: 50%;
            margin: 0px 0px 30px 5%;
            display: inline-block;
        }

        @media screen and (max-width: 680px) {
            .image-right-fifty {
                text-align: left;
                float: none;
                width: 100%;
                margin: 0px 0px 30px 0px;
                padding: 0px;
            }
        }

        .grecaptcha-badge {
            z-index: 3001;
        }

        body:not(.elementor-editor-active) .elementor-menu-anchor:before {
            content: "";
            display: block;
            height: 140px; /* fixed header height*/
            margin: -140px 0 0; /* negative fixed header height */
            visibility: hidden;
            pointer-events: none;
        }

        .blueButton {
            border-radius: 0px;
            border: 2px solid #1c233a;
            color: #1c233a;
            padding: 15px 36px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            margin: 0px;
            cursor: pointer;
        }

            .blueButton:link {
                color: #1c233a;
                font-size: 16px;
                font-weight: 600;
            }

            .blueButton:visited {
                color: #1c233a;
                font-size: 16px;
                font-weight: 600;
            }

            .blueButton:hover {
                background-color: #1c233a;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                text-decoration: none;
            }
