/* cmsms stylesheet: cms_stylesheet modified: Thursday, May 16, 2019 12:39:30 PM */
body {
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            -webkit-text-size-adjust: none;
            -moz-text-size-adjust: none;
            text-size-adjust: none;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            margin: 0;
            padding: 0;
            color: #000;
            word-wrap: break-word;
            font-size: 14px;
            font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
            line-height: 20px;
            text-rendering: optimizeLegibility;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6 {
            color: #00a0db;
            font-weight: 300;
            font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
            line-height: 1.2;
        }

        h1,
        .h1,
        h2,
        .h2,
        h3,
        .h3 {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        h1:first-child,
        .h1:first-child,
        h2:first-child,
        .h2:first-child,
        h3:first-child,
        .h3:first-child {
            margin-top: 0;
        }

        .card,
        .list-inset {
            overflow: hidden;
            margin: 20px 10px;
            border-radius: 2px;
            background-color: #fff;
        }

        .card {
            padding: 0px 33px 33px 33px;
        }

        .card h3 {
            font-size: 30px;
            padding-bottom: 7px;
            padding-top: 24px;
        }

        p {
            margin: 0 0 10px;
        }

        .card p {
            font-weight: 300;
            font-size: 16px;
            line-height: 21px;
        }
