html {
        height: 98%  !important;   
    }

body, p, li, h1, h2, h3, h4, h5, a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    margin: 0;
    padding: 0;
    margin-bottom: 15px !important;
    color: #606969
}
h1 {
    font-size: 19px !important;
}

h2, h3 {
    font-size: 17px !important;
}

    h1, h2, h3, h4, h5 {
        font-weight: 600 !important;
        margin: 0;
        padding: 0;
        margin-bottom: 15px !important;
        letter-spacing: 0px;
    }

.fcho-heading-hr, hr {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.container .col-md-8, .container .col-md-4 {
    float:none;
    clear:both;
    width: 100%;
    max-width: 100%;
    flex: unset;
}

.pt-1, .pt-2, .pt-3, .pt-4, .pt-5, .pt-6, .pt-7, .pt-8, .pt-9 {
    padding-top: .25rem !important;
}
.pb-1, .pb-2, .pb-3, .pb-4, .pb-5, .pb-6, .pb-7, .pb-8, .pb-9 {
    padding-bottom: .25rem !important;
}

nav.navbar, footer, .cookiePopUpSpace {
    display: none !important;
}

/* Trying to get rid of 2nd empty print page. setting height of html eventually solved it. see line 1 */
/*.inner-wrap:after, .inner-wrap:before, .inner-wrap:after, .goog-te-menu-frame, #main-quick-drop-zone, #main-files-upload-zone, .skiptranslate, .goog-te-spinner-pos {
    display: none !important;
}
*/
.goog-te-menu-frame, .skiptranslate, .goog-te-spinner-pos {
    display: none !important;
}
#google_translate_element, .side-tabs {
    display: none !important;
}

ol.breadcrumb {
    display: none !important;
}

.fcho-jumbo-inner a, .fcho-bot a,
.fcho-jumbo-inner p, .fcho-bot p,
.fcho-jumbo-inner h2, .fcho-bot h2,
.fcho-jumbo-inner h3, .fcho-bot h3,
.fcho-jumbo-inner h4, .fcho-bot h4,
.fcho-jumbo-inner .fas,
.fcho-call-out-free a, .fcho-call-out-free p, .fcho-call-out-free .fas, .fcho-call-out-free h2, .fcho-call-out-free h3, .fcho-call-out-free h4
.fcho-call-out-image a, .fcho-call-out-image p, .fcho-call-out-image .fas,
.btn, .btn-secondary, .btn-block, .fcho-button {
    color: #000 !important;
    font-size: 15px !important;
}

.btn, .btn-secondary, .btn-block, .fcho-button, a.btn.fcho-button, a.btn.fcho-button span.fcho-bt-text {
    width: 50%;
    padding: 0.1rem 1.1rem;
    text-decoration: underline !important;
    float: none;
}
    a.btn.fcho-button .fas, a.btn.fcho-button i.fas.fcho-bt-arr {
        bottom: 0
    }


a {
    font-weight: 600 !important;
    font-style: italic !important;
    color: #000;
}


a:link, a:visited {
    background: none !important;
    text-decoration: underline !important;
}

a:link[href*='//']:after, a[href*='//']:visited:after {
    content: " (" attr(href) ") ";
    font-size: 14px;
    text-decoration: underline !important;
    color: #000;
}

a[href*='//'] {
    color: #000;
    text-decoration: underline !important;
}

.fcho-downloads li a {
    padding: 1rem 0 0 0;
 
}

.fcho-jumbo-inner {
    margin: 0 !important;
    padding: 0 !important;
}
.fcho-jumbo, .fcho-jumbo-overlay {
    background: none !important;
}
.fcho-jumbo .fcho-jumbo-inner {
    min-height: 50px !important;
    height: auto;
    padding: 0
}

.fcho-call-out-image {
    min-height: 10px !important;
    height: auto;
    background: none !important;
    padding: 0
}

.fcho-jumbo .fcho-jumbo-image .fcho-jumbo-inner {
}


.fcho-jumbo-profile .fcho-jumbo-inner {
    min-height: 50px !important;
    height: auto;
    padding: 0
}


.fcho-call-out {
    min-height: 50px !important;
    height: auto;
    padding: 0
}

.fcho-call-out-free {
    min-height: 50px !important;
    height: auto;
    background: none !important;
    padding: 0
}

.fcho-heading {
    margin-top: 10px !important;
}

.alert {  
    padding-top: 1rem;
    margin-bottom: 1rem;
}

/* forms, smaller & use less ink, no bg colors */
form input, form textarea {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
}

.umbraco-forms-page,
.umbraco-forms-form fieldset,
.umbraco-forms-form legend {
    padding: 5px;
    border: 1px solid #cecece;
    background: none !important;
}
.umbraco-forms-form .umbraco-forms-navigation {
    padding: 5px;
    border: 0px solid #cecece;
    background: none !important;
}

label.umbraco-forms-label {
    margin-top: 0.5rem !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, 
.umbraco-forms-form textarea,
.umbraco-forms-form select,
.umbraco-forms-form textarea:focus, .umbraco-forms-form select:focus {
    margin: 0.25em 0 !important;
    border: 1px solid #cecece !important;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 400px !important;
    padding: 5px !important;
    display: block;
    width: 95%;
}
.umbraco-forms-form textarea {
    height: 40px !important;
    border: 1px solid #000 !important;
}
.g-recaptcha {
    display: none !important;
}



