<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.centered{display: block; float: none; margin: 0 auto; }
.table { display: table;}
.h100 { height: 100%;}
.w100 { width: 100%;}
.table-cell { display: table-cell;}
.vAmiddle{ vertical-align: middle;}
.vAtop{ vertical-align: top;}
.content-absolute{ position: absolute; left: 0; top: 0; z-index: 9;}
.button-red, .gform_wrapper .gform_footer input[type=submit]{display: block; width: 230px; background-color: #d71212; text-align: center; font-family: 'Fira Sans', sans-serif; font-weight: 500; color: #fff; font-size: 25px; line-height: 60px; border-radius: 5px;  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none; border: none;}
.button-red:hover{color: #fff; text-decoration: none;}

#banner{left: 0; max-width: none; position: relative; /*border-bottom: 10px solid #009ddc;*/}
#banner .logo {position: absolute; top: 12px; right: 20%; width: 15%; z-index: 9;}
#banner #background-image img{overflow: hidden; position: relative; width: 100%; display: block;}
#banner #content-banner{padding: 0 25px; max-width: 100%;}
#banner #content-banner img{display: block; margin: 25px auto; max-width: 100%;}
#banner #content-banner h1{font-family: 'Great Vibes', cursive; color: #0c621e; font-size: 50px; margin: 0;}
#banner #content-banner h2{font-family: 'Great Vibes', cursive; color: #0c621e; font-size: 80px; margin: 0;}


#advent-content.archive{padding-top: 30px;}
#advent-content #intro{margin-bottom: 60px;}
#advent-content #intro h3{font-family: 'Fira Sans', sans-serif; font-size: 24px; text-align: center; color: #00649f; font-weight: 500; line-height: 30px;}
#advent-content #intro h3 em{font-weight: 600; font-style: italic;}

#advent-content #content-form h4{font-family: 'Fira Sans', sans-serif; font-size: 38px; line-height: 48px; color: #00649f; font-weight: 700;}
#advent-content #content-form p{font-family: 'Fira Sans', sans-serif; font-size: 20px; line-height: 27px; color: #383838;}
#advent-content #content-form .gform_wrapper .top_label .gfield_label{display: none;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {box-shadow: none !important; border: 1px solid #d1d1d1; border-radius: 5px; height: 53px; max-width: 455px; font-size: 18px; padding-left: 10px;}

#advent-content #content-sidebar{background-color: #efefef; max-width: 550px; margin: 0 auto;}
#advent-content #content-sidebar img{display: block; max-width: 100%;}
#advent-content #content-sidebar #text-sidebar {padding: 30px 30px 20px 30px;}
#advent-content #content-sidebar #text-sidebar h4 {font-family: 'Fira Sans', sans-serif; font-size: 32px; line-height: 25px; color: #00649f; font-weight: 700;}
#advent-content #content-sidebar #text-sidebar p {font-family: 'Fira Sans', sans-serif; font-size: 20px; line-height: 26px; color: #383838; margin: 25px 0;}
.videoContent{padding-top: 50px;}
#text-sidebar .donate-btn {display: block; position: relative;}
#text-sidebar .donate-btn a.button-red {float: left; margin-top: 10px;}
#text-sidebar .donate-btn .shipping-us {display: block; font-family: 'Fira Sans', sans-serif; font-size: 20px; font-weight: bold; line-height: 26px; color: #383838; margin-left: 260px;}


/*---------------------------------------
   FOOTER
-----------------------------------------*/

.footer {
	font-family: 'Fira Sans', sans-serif;
    color: #dbdbdb;
	margin-top: 50px;
}

.footer a:hover {
    text-decoration: none;
}

.footer-links li {
    display: inline-block;
    padding: 10px;
}

.footer-links li a {
    font-size: 14px;
}

.footer-links li a:hover {
    color: #015595;
    text-decoration: none;
}

ul.social-icons {
    margin: 10px 0 10px;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.social-icons li a:hover {
    text-decoration: none;
}

/*.social-icons li a:hover .transparent-text-dark {
    color: #313131;
}*/

/* dmm */
.search-footer {
    /*visibility: visible;*/
}

.footer-widget-wrap {
	/* dmm */
	display: block;
	
    width: 100%;
    background-color: #005595;
    padding: 20px 0;
}

.widget-donate-now {
    margin-top: 45%;
    font-size: 30px;
    text-transform: none;
    background-color: #d71212;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
}
a.mob-donate {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*margin: 10px 25px;*/
    padding: 12px 5px;
}

.footer-top-wrap {
    width: 100%;
    background-color: #efefef;
    padding: 20px 0;
}

.footer-top-wrap p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 21px;
}

.footer-top-wrap big {
    color: #393939;
}

.footer-top-wrap a {
	/*display: inline-block;*/
    color: #393939;
    text-decoration:underline;
}

.footer-top-wrap .row {
    width: 100%;
    min-width: auto;
}

.footer-widget-wrap .widget-box {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: left;
    vertical-align: top;
}
.footer-bottom-wrap {
    background-color: #383838;
    padding: 10px 0;
}

.footer-bottom-wrap ul {
    margin: 0;
    padding: 0;
}

span.copyright_content {
    font-size: 12px;
    line-height: 28px;
}

span.copyright_content &gt; a {
    font-weight: 700;
    text-decoration: underline;
	color: #fff;
}

.top-footer .transparent-text-dark {
    margin: 0 22px 0 0;
    font-size: 24px;
    color: #fff;
}

.logo-img-block p {
    font-size: 12px;
    margin-top: 6px;
}

.ab-footer p {
    font-size: 14px;
    line-height: 17px;
}

.mobile-footer {
    display: inline-block;
}

.top-footer.desktop-footer {
    display: none;
}

.sponsored-img-block a {
    margin: 0 20px 0 0;
}

footer.footer .search-footer .widget-title {
    color: #049cdb;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.search-footer input#search-btn {
	display: inline-block;
	width: 100%;
    font-size: 17px;
    line-height: 28px;
	color: #049cdb;
	padding: 0 12px;
    border: 1px solid #049cdb;
    border-radius: 6px;
	background-color: #efefef;
}

.search-footer input#search-btn:focus {
	outline: none;
}

.search-footer #searchsubmit {
	float: right;
    font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
    text-transform: none;
    color: #049cdb;
	margin-top: 10px;
	padding: 4px 40px;
    border: 1px solid #049cdb;
    border-radius: 6px;
	background-color: #efefef;
}

.search-footer .fa.fa-angle-double-right {
    display: none;
}



/* Scroll To Top */
a.scrollup{
    display: inline;
}

.scrollup {
    position: relative;
    bottom: 0;
    display: none;
    text-align: center;
    color: #7b7b7b;
    font-size: 15px;
    z-index: 10000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.scrollup i {
    line-height: 70px;
    font-size: 55px;
    vertical-align:middle;
    padding: 0 0 0 25px;
}

.scrollup:hover, a.scrollup:focus{
    color: #7b7b7b;
    text-decoration: none;
}

a.scrollup:hover i, a.scrollup:focus i {
    text-decoration: none;
    color: #7b7b7b;
    outline: none;

}

.back-to-top {
    display: inline-block;
    position: relative;
    float: right;
}

footer.footer .widget-title {
	font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.footer-bottom-wrap .row {
	width: 100%;
}


/*footer.footer .social-icons li a {
    padding: 0 5px;
}*/

/* foooter widget */
footer.footer li {
    list-style: none;
}

footer.footer ul {
    padding-left: 0;
    margin: 5px 0;
}

footer.footer ul li {
    position: relative;
    margin: 0;
    font-size: 16px;
	line-height: 28px;
    list-style: none;
}

footer.footer select {
    width: 100%;
    padding: 5px;
    border: 1px solid #e7e7e7;
}

.widget .menu li a {
    color: #fff;
    font-weight: 300;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    width: 1px;
    height: 1px;
    color: #000;
    background-color: #fff;
}







@media(max-width: 1700px){
	.videoContent{padding-top: 30px;}
}
@media(max-width: 1500px){
	#banner #content-banner img {margin: 14px auto; max-width: 250px;}
	#banner #content-banner h1{font-size: 35px;}
	#banner #content-banner h2{font-size: 65px;}
}
@media (max-width: 1350px){
	.archive .content-absolute{position: absolute;}
	.content-absolute{position: static;}
	.videoAdvent .content-absolute{position: absolute;}
	.videoContent{padding-top: 15px;}
	.videoContent iframe{    width: 450px;
    height: 260px; }
}

@media (max-width: 1200px){
	.videoContent iframe{    width: 400px;
    height: 220px; }
}

@media (max-width: 1100px){
	.archive .content-absolute{position: static;}
	.content-absolute{position: static;}

}
@media (max-width: 1020px){
	.videoAdvent .content-absolute {position: static !important; left: 0; top: 0; z-index: 9;}
	#banner.videoAdvent {background-color: #d5e3d5;}
	#banner.videoAdvent  &gt; img {display: none;}
}
@media(max-width: 900px){
	.button-red, .gform_wrapper .gform_footer input[type=submit]{max-width: 90%;}
	#banner #content-banner img {margin: 14px auto; max-width: 250px;}
	#banner #content-banner h1{font-size: 25px;}
	#banner #content-banner h2{font-size: 45px;}
	#advent-content #content-sidebar #text-sidebar h4{line-height: 36px;}

}
@media(max-width: 1020px){
		.responsive-video {position: relative; padding-bottom: 45.25%; padding-top: 60px; overflow: hidden;}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#banner #content-banner{padding: 0;}
}
.weekbox{margin-bottom: 10px;}
.weekbox img{display: block; margin: 0 auto;}
.weekbox h4 {font-size: 22px; text-align: center; font-family: 'Fira Sans', sans-serif; font-weight: 600; color: #0c621e; margin: 10px 0 0; line-height: 25px;}
.weekbox h2 {text-align: center; font-family: 'Fira Sans', sans-serif; font-weight: 600; color: #0c621e; font-size: 42px; margin: 0; line-height: 45px;}
.weekbox a.buttonAdvent {display: block; text-align: center; margin: 10px auto; background-color: #d71212; color: #fff; font-family: 'Fira Sans', sans-serif; font-weight: 500; font-size: 25px; line-height: 60px; border-radius: 5px; max-width: 220px;}
.weekbox a.buttonAdvent:hover, .weekbox a.buttonAdvent:active, .weekbox a.buttonAdvent:link{text-decoration: none;}
.not-allowed     { cursor: not-allowed; }

@media(max-width: 1200px){
	.weekbox h2{font-size: 38px;}
}

@media(max-width: 599px){
  #text-sidebar .donate-btn .shipping-us {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-left: 0;
  }
}</pre></body></html>