body {
    background: #F2F2F2;
    font-size: 1rem;
    font: normal normal 14px 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Old Standard TT', serif;
    color: #222;
}
p{
    font-size: .9rem;
    line-height: 1.4;
}
a{
    color: #495057;
}
input {
    padding: 17px 13px;
    border: 1px solid #d6d6d6;
}

input[type="submit"],
button {
    background-color: #fff;
    color: #0380D5;
    padding: 16px 21px;
    border: 0;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight:600;
    cursor: pointer;
    margin-left: -6px;
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
    background: #0380D5;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 1px rgba(57,73,76,0.4), 0 1px 2px rgba(57,73,76,0.25);
    box-shadow: 0 2px 10px 1px rgba(57,73,76,0.4), 0 1px 2px rgba(57,73,76,0.25);
    /*background-color: #37A000;*/
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[type='radio'] {
    vertical-align: middle;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 6px solid #0380D5;
}
select {
    padding: 6px;
}

td {
    padding: 8px;
}
.card {
    border-radius:0;
    background: #F9F9F9;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    border-left: 4px solid #0380D5;
}
.card-body {
    padding: 0.7rem;
}
.list-group-item {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar {
    position: relative;
    top: -11px;
    background-color: #fff;
    padding: 20px 5px 10px 5px;
    /* original padding 03-21-2022 padding: 20px 10% 20px 10%; */
    box-shadow: rgba(57, 73, 76, 0.35) 0px 1px 6px;
}
.navbar-toggler {
    background-color: #0380d5;
}
#logo {
    padding: 3px;
    padding-left: 11px;
    text-align: center;
    margin-bottom: 35px;
}

#logo a {
    font-family: 'Old Standard TT', serif;
    color: #666;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar .nav-item .nav-link {
    color: #666;
    font-size: 1.0rem;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar .nav-item .nav-link:hover {
    color: #0380D5;
}

.navbar .nav-item {
    padding: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.navbar .nav-item.current-menu-item {
    background: rgba(0, 0, 0, .1);
}

.navbar .nav-item:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.logo-header .top-sub-form {
    display: none;
}

blockquote,
q {
    position: relative;
    padding: 3rem 1rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.88;
    border: 1px double rgba(0, 0, 0, .1);
    margin: 3rem 0;
    display: block;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
    background: #37A000;
}

blockquote:before,
q:before {
    content: "\201D";
    top: -1.3rem;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    position: absolute;
    font-family: 'Domine';
    width: 40px;
    height: 40px;
    display: block;
    line-height: 52px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 7px;
}
.body-content{
    margin-left: 1%;
}
/** Sidebars **/
.sidebar {
    margin-top: 0;
}
#subscription h5:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: middle;
    font-weight: 900;
    color: #0380D5;
}
.widget_custom_html h5:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09e";
    display: inline-block;
    padding-right: 3px;
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: middle;
    font-weight: 900;
    color: #0380D5;
}
/*.sidebar-left div#secondary {
    box-shadow: rgba(57, 73, 76, 0.35) 0px 1px 6px;
    background: #fff;
}*/
#subscribe {
    margin: 12px 0;
}
#subscribe input[type='radio'] {
    margin-left: 20px;
    margin-right: 5px;
}
#catalyst-home {
    text-align: right;
    font-size: 12px;
}
.main-content {
    box-shadow: rgba(57, 73, 76, 0.35) 0px 1px 6px;
    background: #fff;
    padding-left:0;
    padding-right: 0;
    max-width: 73%;
}
.upper-heading {
    border-left: 0px !important;
}
.upper-heading h1 {
    color: #0380D5;
}
.search-row {
    border: 2px solid rgba(0,0,0,.125);
    padding: 10px;
    margin-left: 0px;
    margin-right: 0;
}
.newslinks li{
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.newslinks a{
    font-weight:600;
}
img.stripe-donate-button {
    height: 82px;
    padding: 12px 0 12px 0;
}
.footer {
    background: #0380d5;
    padding: 50px 0 17px 0;
    margin-top: 45px;
    text-align: center;
    color: #fff;
}
.footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.logo-footer h3 a,
.logo-footer h3 a:hover {
    color: #9a9a9a;
    text-decoration: none;
}

@media (min-width:668px) and (max-width:767px) {
    
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 1.6rem;
    }
    .social-icons {
        margin: 0 auto;
    }

    .social-icons a img {
        max-height: 29px;
        margin-left: 2px;
    }

    button.navbar-toggler {
        margin: 0 auto;
    }
    img {
        max-width:300px;
    }
    div#logo {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #logo a {
        font-size: 14px;
    }
    #logo a img{
        height: 60px;
    }
    .logo-header .top-sub-form {
        display: block;
    }
    .body-content {
        margin-left: 0;
    }
    .main-content {
        max-width: 97%;
        padding-right: 0%;
    }
    .search-row .col-lg-8, .search-row .col-lg-4, .search-row .col-lg-6 {
        margin: 7px !important;
    }
    .donation-columns {
        margin: 0 auto;
    }
    .donation-columns div {
        margin-bottom: 50px;
        border-right:none !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer {
        padding: 20px;
    }

    .sidebar-left {
        display: none;
    }
}


.c12 {
    background-color: #ffff00;
    -webkit-text-decoration-skip: none;
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
    vertical-align: baseline;
    text-decoration-skip-ink: none;
    font-size: 14pt;
    font-family: "Calibri";
    font-style: italic
}

.c6 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left;
}

.c3 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 15pt;
    font-family: "Times New Roman";
    font-style: normal
}

.c4 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 14pt;
    font-family: "Calibri";
    font-style: italic
}

.c16 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 14pt;
    font-family: "Calibri";
    font-style: normal
}

.c5 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 15pt;
    font-family: "Times New Roman";
    font-style: normal
}

.c7 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 14pt;
    font-family: "Calibri";
    font-style: normal
}

.c1 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: super;
    font-size: 14pt;
    font-family: "Calibri";
    font-style: normal
}

.c13 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Calibri";
    font-style: normal
}

.c10 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left
}

.c0 {
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left
}

.c2 {
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    color: #0000ff;
    text-decoration: underline
}

.c23 {
    -webkit-text-decoration-skip: none;
    color: #0563c1;
    text-decoration: underline;
    text-decoration-skip-ink: none
}

.c14 {
    font-size: 14pt;
    font-family: "Calibri";
    font-weight: 400
}

.c21 {
    color: #000000;
    text-decoration: none;
    vertical-align: baseline
}

.c19 {
    background-color: #ffffff;
    max-width: 468pt;
    padding: 72pt 72pt 72pt 72pt
}

.c22 {
    color: #000000;
    text-decoration: none;
    vertical-align: super
}

.c24 {
    font-size: 11pt;
    font-family: "Calibri";
    font-weight: 400
}

.c25 {
    font-size: 27pt;
    font-family: "Times New Roman";
    font-style: normal
}

.c20 {
}

.c11 {

}

.c8 {
    color: inherit;
    text-decoration: inherit
}

.c18 {
    font-weight: 700
}

.c15 {
}

.c9 {
    height: 12pt
}

.c17 {
    font-style: italic
}