﻿
.text-serif {
    font-family: 'Merriweather', serif;
}

.text-asterisk {
    font-weight: bold;
    font-size: 17px;
    top: 0;
}

.line-header {
    border-bottom: 1px solid #cbd7e7;
    padding-bottom: 8px;
}

.odd-row,
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f6f8fb;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}

.form-panel .panel-body {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 14px;
    margin-left: 30px;
    margin-right: 30px;
}

.table .icon .sr-only {
    color: #000;
}

.table tbody .row-highlight td {
    background-color: #e0e7f1;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
}

.panel-program .panel-icon {
    display: block;
    background-color: #dce4ef;
    border: 2px solid #dce4ef;
    box-shadow: inset 0 0 0 4px #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 24px;
    top: -42px;
}

.panel-program .panel-icon-red {
    background-color: #e2c3c5;
    border: 2px solid #e2c3c5;
    color: #981b1e;
    font-size: 44px;
}

.panel-program .panel-title {
    color: #205493;
    font-weight: bold;
}

.dashboard-programs-panel-group {
    padding-top: 16px;
}

@media (min-width: 1024px) {
    .dashboard-programs-panel-group {
        margin-bottom: -32px;
    }

        .dashboard-programs-panel-group .programs-panel-group-item {
            width: 50%;
        }
}

.page-entry-subtitle {
    margin-top: 28px;
    margin-bottom: 28px;
}

.page-entry-meta {
    margin-bottom: 8px;
}

.find-data-navbar {
    background-color: #fff;
    border-top: 1px solid #cbd7e7;
    border-bottom: 1px solid #cbd7e7;
    margin: 0;
}

    .find-data-navbar .dropdown {
    }

        .find-data-navbar .dropdown > a {
            display: block;
            color: #205493;
            font-family: "Merriweather", serif;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -.5px;
            padding-top: 20px;
            padding-bottom: 19px;
        }

            .find-data-navbar .dropdown > a:hover,
            .find-data-navbar .dropdown > a:focus,
            .find-data-navbar .nav .open > a,
            .find-data-navbar .nav .open > a:hover,
            .find-data-navbar .nav .open > a:focus {
                background-color: transparent;
            }

    .find-data-navbar .dropdown-toggle {
        line-height: 64px;
        text-align: right;
        width: 100%;
        height: 64px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

        .find-data-navbar .dropdown-toggle:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\eaf1";
            font-size: 12px;
        }
    /* Dropdown Menu */
    .find-data-navbar .dropdown-menu {
        max-height: 428px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .find-data-navbar .dropdown-menu ul::-webkit-scrollbar-track,
        .find-data-navbar .dropdown-menu::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .find-data-navbar .dropdown-menu ul::-webkit-scrollbar,
        .find-data-navbar .dropdown-menu::-webkit-scrollbar {
            width: 10px;
            background-color: #F5F5F5;
        }

        .find-data-navbar .dropdown-menu ul::-webkit-scrollbar-thumb,
        .find-data-navbar .dropdown-menu::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #205493;
        }

        .find-data-navbar .dropdown-menu ul,
        .find-data-navbar .dropdown-menu select {
            list-style: none;
            background-color: #f6f8fb;
            border: 1px solid #cbd7e7;
            border-radius: 4px;
            margin: 0;
            padding: 0;
            overflow: auto;
        }

        .find-data-navbar .dropdown-menu ul {
            height: 256px;
        }

        .find-data-navbar .dropdown-menu select {
        }

            .find-data-navbar .dropdown-menu select option {
                font-size: 15px;
                line-height: 20px;
                padding-left: 18px;
                padding-right: 18px;
                padding-top: 4px;
                padding-bottom: 4px;
            }

                .find-data-navbar .dropdown-menu select option:checked {
                    background-color: #205493;
                }

            .find-data-navbar .dropdown-menu select::-webkit-scrollbar-track {
                box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                background-color: #F5F5F5;
            }

            .find-data-navbar .dropdown-menu select::-webkit-scrollbar {
                width: 10px;
                background-color: #F5F5F5;
            }

            .find-data-navbar .dropdown-menu select::-webkit-scrollbar-thumb {
                border-radius: 8px;
                background-color: #205493;
            }

        .find-data-navbar .dropdown-menu ul > li {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 4px;
        }

            .find-data-navbar .dropdown-menu ul > li:last-child {
                margin-bottom: 0;
            }

            .find-data-navbar .dropdown-menu ul > li > a {
                display: block;
                color: #323a45;
                text-decoration: none;
                border-radius: 4px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 4px;
                padding-bottom: 4px;
            }

                .find-data-navbar .dropdown-menu ul > li > a:hover {
                    background-color: #cbd7e7;
                }

                .find-data-navbar .dropdown-menu ul > li > a.active {
                    background-color: #205493;
                    color: #fff;
                }

    .find-data-navbar .dropdown-full,
    .find-data-navbar .dropdown-full .dropdown-menu,
    .find-data-navbar .dropdown-full .dropdown-menu ul {
        height: auto;
        max-height: none;
    }
    /* Search Dropdown Menu */
    .find-data-navbar .dropdown-search-icon {
        margin-right: 4px;
    }

@media (max-width: 1023px) {
    .find-data-navbar .navbar-nav {
        margin: 0;
    }

    .find-data-navbar .dropdown {
        border-bottom: 1px solid #cbd7e7;
        position: relative;
    }

        .find-data-navbar .dropdown.open {
            padding-bottom: 23px;
        }

    .find-data-navbar .dropdown-disabled.open {
        padding-bottom: 0;
    }

        .find-data-navbar .dropdown-disabled.open > .dropdown-menu {
            display: none;
        }

    .find-data-navbar .dropdown-disabled a,
    .find-data-navbar .dropdown-disabled .dropdown-toggle {
        color: #90aac9;
    }
}

@media (min-width: 1024px) {
    .find-data-navbar .navbar-body {
        text-align: center;
    }

    .find-data-navbar .navbar-nav {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .find-data-navbar .dropdown-toggle {
        display: none;
    }

    .find-data-navbar .dropdown:hover > .dropdown-menu,
    .find-data-navbar .dropdown.active > .dropdown-menu {
        display: block;
    }

    .find-data-navbar .dropdown:focus-within > .dropdown-menu {
        display: block;
    }

    .find-data-navbar .dropdown > a {
        display: inline-block;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        font-size: 14px;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .find-data-navbar .dropdown > a:after {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\eaf1";
            font-size: 9px;
            margin-left: 8px;
        }

    .find-data-navbar .dropdown-single > a:after {
        content: none;
    }

    .find-data-navbar .dropdown:hover > a,
    .find-data-navbar .dropdown.active > a {
        background-color: #fff;
        border-left: 1px solid #cbd7e7;
        border-right: 1px solid #cbd7e7;
        color: #112e51;
        cursor: pointer;
        margin-bottom: -1px;
        padding-bottom: 20px;
        position: relative;
        z-index: 1001;
    }

    .find-data-navbar .dropdown:focus-within > a {
        background-color: #fff;
        border-left: 1px solid #cbd7e7;
        border-right: 1px solid #cbd7e7;
        color: #112e51;
        cursor: pointer;
        margin-bottom: -1px;
        padding-bottom: 20px;
        position: relative;
        z-index: 1001;
    }

    .find-data-navbar .dropdown-disabled a,
    .find-data-navbar .dropdown-disabled:hover > a,
    .find-data-navbar .dropdown-disabled.active > a {
        color: #90aac9;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        margin-bottom: 0;
        padding-bottom: 19px;
    }

    .find-data-navbar .dropdown-disabled:focus-within > a {
        color: #90aac9;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        margin-bottom: 0;
        padding-bottom: 19px;
    }

    .find-data-navbar .dropdown-disabled:hover > .dropdown-menu,
    .find-data-navbar .dropdown-disabled.active > .dropdown-menu {
        display: none;
    }

    .find-data-navbar .dropdown-disabled:focus-within > .dropdown-menu {
        display: none;
    }

    /* Dropdown Menu */

    .find-data-navbar .dropdown-menu {
        width: 400px;
        max-height: 428px;
        overflow-y: auto;
        right: 50%;
        left: auto;
        padding: 11px;
        transform: translateX(50%);
    }

    /* Search Dropdown Menu */

    .find-data-navbar .dropdown-search .dropdown-menu {
        margin-left: 0;
        width: 960px;
        right: auto;
        transform: translateX(0);
        padding-left: 15px;
        padding-right: 15px;
    }

    .find-data-navbar .dropdown-search > a:after {
        content: none;
    }
}

@media (min-width: 1280px) {
    .find-data-navbar .dropdown > a {
        font-size: 16px;
        padding-left: 19px;
        padding-right: 19px;
    }

    .find-data-navbar .dropdown-search .dropdown-menu {
        width: 1140px;
    }
}

.find-data-navbar .form-group {
    margin-bottom: 0;
}

.find-data-navbar .checkbox {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 0;
}

    .find-data-navbar .checkbox:last-child {
        margin-bottom: 0;
    }

    .find-data-navbar .checkbox input[type="checkbox"] {
        top: 4px;
        margin-left: 8px;
    }

.find-data-navbar .checkbox-text {
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.find-data-navbar .checkbox input:checked + .checkbox-text {
    background-color: #205493;
    border-radius: 4px;
    color: #fff;
}

.find-data-navbar .btns {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 13px;
}

.find-data-navbar .btn-submit {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
    min-width: 80px;
}

.find-data-navbar .btn-reset {
    color: #205493;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 36px;
}

.find-data-navbar .btn-reset-icon {
    font-size: 15px;
}

@media (min-width: 1024px) {
    .find-data-navbar .btns {
        text-align: left;
    }
}

.find-data-head {
    background-color: #dce4ef;
    border-bottom: 2px solid #c5d2e4;
    padding: 13px 15px 13px;
}

    .find-data-head .btn-show-hide,
    .find-data-head .btn-map-tool {
        float: left;
        font-size: 15px;
        line-height: 26px;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 20px;
        margin-top: 16px;
    }

        .find-data-head .btn-show-hide .icon,
        .find-data-head .btn-map-tool .icon {
            color: #c5d2e4;
        }

    .find-data-head .dropdown {
    }

    .find-data-head .dropdown-menu {
        border: 1px solid #c5d2e4;
        border-radius: 4px;
        padding: 0 11px 7px;
    }

    .find-data-head .dropdown-menu-1 {
        width: 248px;
        right: 0;
        left: auto;
    }

    .find-data-head .dropdown-menu-2 {
        width: 248px;
        padding: 19px 23px;
        right: 0;
        left: auto;
    }

@media screen and (min-width: 768px) {
    .find-data-head .btn-show-hide,
    .find-data-head .btn-map-tool {
        float: right;
        margin-right: 0;
        margin-left: 20px;
        margin-top: 0;
    }

    .find-data-head .dropdown-menu-1 {
        width: 320px;
    }

    .find-data-head .dropdown-menu-2 {
        width: 248px;
    }
}

.find-data-head .dropdown-header {
    background-color: #edf1f7;
    border-top: 1px solid #c5d2e4;
    border-bottom: 1px solid #c5d2e4;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 11px;
    padding-right: 11px;
}

    .find-data-head .dropdown-header:first-child {
        margin-top: 0;
        border-top: 0;
        border-radius: 4px 4px 0 0;
    }

.find-data-head .dropdown-text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.find-data-head .dropdown .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .find-data-head {
        padding: 13px 32px 13px;
    }
}

.find-data-search {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .find-data-search .form-control,
    .find-data-search .btn {
        float: left;
    }

    .find-data-search .form-control {
        width: 50%;
        margin-right: 24px;
    }

    .find-data-search .btn-selections {
        position: relative;
        font-size: 15px;
        line-height: 26px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .find-data-search .btn-selections[aria-expanded="true"] {
            color: #fff;
            background-color: #173c69;
            border-color: #153761;
        }

            .find-data-search .btn-selections[aria-expanded="true"]:before {
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 8px 8px 8px;
                border-color: transparent transparent #173c69 transparent;
                top: -8px;
                left: 0;
                right: 0;
                margin-left: auto;
                margin-right: auto;
            }

@media screen and (min-width: 768px) {
    .find-data-search {
        width: auto;
    }

        .find-data-search .form-control {
            width: 300px;
        }
}

.find-data-export {
    float: left;
    color: #112e51;
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -.5px;
    margin-top: 16px;
}

    .find-data-export .badge {
        font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 8px;
        position: relative;
        top: -2px;
    }

@media screen and (min-width: 768px) {
    .find-data-export {
        float: right;
        margin-top: 0;
    }
}

.find-data-table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cbd7e7;
}

.find-data-table {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 15px;
    margin-bottom: 0;
}

    .find-data-table thead > tr > th.table-control,
    .find-data-table thead > tr > td.table-control {
        background-color: #112e51;
    }

    .find-data-table tbody > tr > td.table-control {
        background-color: #dce4ef;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .find-data-table thead > tr > th.table-heading {
        font-size: 20px;
        vertical-align: middle;
    }

    .find-data-table thead > tr > th.table-view-data {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        white-space: normal;
    }

    .find-data-table tbody > tr > td {
        border-bottom-width: 0;
    }

        .find-data-table tbody > tr > td.table-view-data {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            width: 56px;
            min-width: 56px;
        }

            .find-data-table tbody > tr > td.table-view-data .icon {
                color: #205493;
                font-size: 16px;
                text-decoration: none;
            }

                .find-data-table tbody > tr > td.table-view-data .icon:hover {
                    color: #173c69;
                }

    .find-data-table .find-data-table {
        border-bottom-width: 2px;
        margin-bottom: 0;
    }

    .find-data-table tbody > tr.child-row > td {
        border-top: 0;
    }

    .find-data-table .child-row > td.child-cell-indent {
        background-color: #dce4ef;
    }

    .find-data-table .child-row > td .table-collapse {
        /*border-top: 2px solid #c5d2e4;
        	        border-bottom: 2px solid #c5d2e4;*/
        margin-left: -1px;
        margin-right: -1px;
    }

    .find-data-table .filter-toggle {
        font-size: 12px;
        text-decoration: underline;
    }

    .find-data-table .filter-dropdown-menu {
        padding: 19px 23px;
        width: 320px;
    }

        .find-data-table .filter-dropdown-menu .form-control {
            background-color: transparent;
            margin-bottom: 16px;
            font-weight: normal;
        }

        .find-data-table .filter-dropdown-menu .btn {
            float: left;
        }

        .find-data-table .filter-dropdown-menu .btn-default {
            float: left;
            background-color: #112e51;
            box-shadow: inset 0 0 0 1px #112e51;
            border-color: #112e51;
            color: #fff;
        }

        .find-data-table .filter-dropdown-menu .btn-default {
            width: 38%;
            margin-right: 2%;
        }

        .find-data-table .filter-dropdown-menu .btn-primary {
            width: 60%
        }

.map-container {
    position: relative;
    position: relative;
    height: 90vh;
    height: 90vh;
}

.data-well {
    padding-top: 23px;
    padding-bottom: 17px;
}

    .data-well p {
        margin-bottom: 8px;
    }

.icon-btn-group {
    margin-top: 16px;
    margin-bottom: 20px;
}

    .icon-btn-group .btn {
        background-color: #edf1f7;
        box-shadow: none;
        color: #2d83bf;
        font-size: 20px;
        padding: 8px 15px;
    }

        .icon-btn-group .btn:hover {
            background-color: #e0e7f1;
            border-color: #cbd7e7;
        }

.data-reporting-map {
    margin-bottom: 20px;
    text-align: center;
}

.data-reporting-body {
    padding-top: 24px;
}

.data-program-form {
    margin-bottom: 4px;
}

.data-comparisons-form {
    border-top: 1px solid #cbd7e7;
    border-bottom: 1px solid #cbd7e7;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
    .data-program-form label {
        color: #205493;
        line-height: 28px;
        font-weight: bold;
        font-family: "Merriweather",serif;
        margin-bottom: 8px;
    }

    .data-program-form .form-group {
        margin-bottom: 20px;
    }

    .data-program-form .form-control {
        border-radius: 4px;
        height: 48px;
    }

.data-list-group {
    margin-top: 20px;
}

    .data-list-group .list-group-item {
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .data-list-group .list-group-item {
        padding-top: 9px;
        padding-bottom: 10px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

        .data-list-group .list-group-item .icon {
            color: #205493;
        }

        .data-list-group .list-group-item .btn-xs {
            font-size: 15px;
            line-height: 22px;
            padding-top: 0;
            padding-bottom: 4px;
            padding-left: 8px;
            padding-right: 8px;
        }

.scrolling-data-list-group {
    margin-bottom: 44px;
    overflow-y: auto;
    max-height: 289px;
}

.table-heading {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-top: 5px;
    padding-bottom: 0;
}

.table-data-meta {
    margin-bottom: 20px;
}

    .table-data-meta a {
        text-decoration: underline;
    }

    .table-data-meta img {
        margin-right: 16px;
    }

.table-filters {
    border-top: 1px solid #cbd7e7;
    list-style: none;
    margin: 0 0 -16px;
    padding: 13px 0 20px;
    overflow: hidden;
}

    .table-filters > li {
        float: left;
        font-weight: 600;
        line-height: 24px;
        margin-right: 36px;
        margin-bottom: 16px;
        letter-spacing: -.025em;
    }

        .table-filters > li:last-child {
            margin-right: 0;
        }

        .table-filters > li > a {
            display: block;
            color: #205493;
            padding-top: 4px;
            padding-bottom: 6px;
        }

    .table-filters > .active > a {
        color: #2d83bf;
        border-bottom: 2px solid;
        padding-bottom: 4px;
    }

    .table-filters > .disabled > a {
        color: #a6bbd4;
        text-decoration: none;
        cursor: not-allowed;
    }

@media (min-width: 1024px) {
    .data-reporting-body {
        padding-top: 42px;
        padding-bottom: 2px;
        padding-left: 32px;
    }
}

@media (min-width: 1280px) {
    .data-reporting-body {
        padding-top: 58px;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

body {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 17.333333px;
    line-height: 1.5;
    color: #323a45;
    background-color: #fff;
}

.table > thead > tr > th > sup > a {
    color: white;
}

.zoom {
    /*transition: transform .2s;*/ /* Animation */
    width: 240px;
    height: 240px;
    padding: 15px;
}

.zoom:hover {
    /*transform: scale(2);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.badges {
    display: inline-block;
    text-align: center
}

.marginRight {
    margin-right: 5px;
}

.noBottomBorder{
    border-bottom: none !important;
}

/*Dropdown */
.menu-border {
    background-color: #fff !important;
    border-left: 1px solid #cbd7e7 !important;
    border-right: 1px solid #cbd7e7 !important;
    color: #112e51 !important;
    cursor: pointer !important;
    margin-bottom: -1px !important;
    padding-bottom: 20px !important;
    position: relative !important;
    z-index: 1001 !important;
}

option:checked {
    color: white;
    -webkit-text-fill-color: white;
    background: #1e90ff repeat url("https://i.stack.imgur.com/Istm3.jpg");
}



option:checked {
    box-shadow: 0 0 10px 100px #205493 inset;
    color: white !important;
}

.find-data-navbar .dropdown-menu select {
    background-color: white !important;
}


.find-data-navbar .btn-reset {
    color: #fff !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 36px !important;
    height: 37px !important;
}

.btn-reset:active {
    color: #fff !important;
}

.find-data-navbar .btn-reset-icon {
    font-size: 15px;
    color: #205493;
}

#start-over {
    color: #205493 !important;
}

.no-padding {
    padding-bottom: 0px !important;
}

.td-background {
    background-color: #205493 !important;
}

.grayed-background {
    background-color: #e0e7f1;
}

.pad-left{
    padding-left: 40px !important;
}

.nobull {
    list-style-type: none;
}

.quartile{
    width:5%;
}

.quartilePriorYr {
    width: 7%;
}

.specialpop-program-form {
    margin-bottom: 40px;
}

.specialpop-form {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.specialpop-program-form label {
    color: #205493;
    line-height: 28px;
    font-weight: bold;
    font-family: "Merriweather",serif;
    margin-bottom: 8px;
    text-align: center;
}

.specialpop-program-form .form-group {
    margin-bottom: 20px;
}

.specialpop-program-form .form-control {
    border-radius: 4px;
    height: 48px;
}

.specialpop-dropdownlabel{
    text-align: left;
}

.columnPaddingTop {
    padding-top: 40px !important;
}

.columnPaddingTop100 {
    padding-top: 100px !important;
}

.columnPaddingTop80 {
    padding-top: 80px !important;
}