<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html{
    box-sizing: border-box;
}

*,
*:before,
*:after{
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
    border:none;
    max-width:100%;
    height:auto;
}

embed,
iframe,
object {
	max-width: 100%;
}

input, select, option, textarea{
	font-family:inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

p{
    margin:0 0 1.5em;
}

#scrollup-master, #cookie-law-info-bar, #cookie-law-info-again { display: none!important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Styles
--------------------------------------------------------------*/

body{
    font-size:175%; /*28px*/
    font-family: 'Roboto', sans-serif;
}

a {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

.btn{
    display: inline-block;
    transition:color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    font-size: 1.035em;
    text-transform: uppercase;
    color:#fff;
    background-color: #941d20;
    padding:1.25em 1.25em;
    border:0;
    border-radius: 0.57em;
    box-shadow:0 0 50px rgba(72, 77, 77, 0.17);
    text-decoration: none;
}

.btn:hover,
.btn:focus{
    color:#fff;
    background-color: #505050;
}

.container{
    max-width:1200px;
    margin:auto;
}

.underlined{
    display: inline-block;
    border-bottom:4px currentColor solid;
}

/*--------------------------------------------------------------
# Open Screen
--------------------------------------------------------------*/
.open-screen{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    min-height: 100vh;
    padding-bottom: 200px;
    background: #fff6dc url('') no-repeat center center;
    background-size: cover;
    text-align: center;
}

/*--------------------------------------------------------------
# Inner Page
--------------------------------------------------------------*/

.app-page{
   background: #fff6dc;
   background-image: url("https://www.alliancetocure.org/wp-content/themes/angioma/ccm1-assets/images/app-background.jpg");
   color: #505050;
	background-position: 50% 50%;
   padding-bottom: 7em;
	
}

/*Header*/
.app-header{
    min-height: 7.14em;
    background-size:auto 100%;
	margin-top: -1.5em;
	margin-bottom: 1.5em;
}

.app-header .branding{
    max-width:6.07em;
    margin:auto;
    text-align: center;
    padding-top:1.42em;
}

/*Content*/

.app-content .container{
    width:80%;
}

.app-content--basic{
    font-size: 1.46em;
    padding: 1.5em 0;
}

.app-content--basic h1 {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-bottom: 0.5em;
    margin: 36px 0;
    color: #941d20;
}

.app-content--basic h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0;
}

.app-content--basic .btn{
    font-size: 1em;
    display: block;
    margin: 0px auto;
	text-decoration: none;
}

.app-content--basic .btn a {text-decoration: none!important;}
.app-content--basic a {text-decoration: underline;}


/*Detail Page*/
.table{
    table-layout: fixed;
    width:100%;
    margin: auto;
    margin-bottom: 1em;
}

.table th,
.table td{
    padding:0.35em;
}

.table th{
    text-align: left;
}

.table thead{
    font-size: 1.32em;
}

.table thead th{
    padding-bottom:0;
}

.table tbody tr:nth-child(odd){
    background-color: #e8c78b;
}

/*Footer*/
.app-footer{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 99;
    background-color: #e9e2ca;
    height:4.75em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
}

/*Navigation*/
.app-nav-menu{
    display: flex;
    list-style: none;
    margin:0;
    width:100%;
}

.app-nav-item{
    flex:1;
    align-self: flex-end;
}

.app-nav-link {
    display: block;
    color:#58595b;
    text-decoration: none;
    font-size: 1.04em;
    padding-bottom: 1em;
}

.app-nav-link:hover,
.app-nav-link:focus{
    color:#000;
}

.app-nav-link span{
    display: block;
    text-align: center;
}

.app-nav-link-icon{
    max-width: 2.28em;
    margin: auto;
}

.app-nav-link-icon img{
    max-height: 2.7em;
    width:auto;
}

.app-nav-link-title{
    font-weight: bold;
    text-transform: uppercase;
}

/* PDFS */
iframe.pdf { width: 100%; height: 100%;  overflow: scroll; }

.closeheader {
	width: 100px;
    height: 60px;
    background-color: black;
    opacity: .4;
    top: 5;
    left: 5;
    position: absolute;
    text-align: center;
    padding-top: 40px;
}

.closeheader a, .closeheader a:hover {
	color: white;
	cursor: pointer;
}

--------------------------------------------------------------
# WP Core
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 0.5em;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 750px) {

    body{
        font-size: 100%;
    }

}

@media screen and (max-width: 400px) {

    body{
        font-size: 75%;
    }

}</pre></body></html>