<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template:			FC12
Theme Name:		FC12 Child Theme
Theme URI: 		http://wordpress.org/extend/themes/twentytwelve
Version: 			1.0
Description: 	Child Theme for COMPANYNAME based off of the Twenty Twelve.
Author: 			Jesse Waitz
Author URI:		http://flagstaffconnection.com
Tags: 				light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: 			GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Copyright:		Copyright (c) 2013, Jesse Waitz &lt;http://flagstaffconnection.com&gt;
Text Domain: 	FlagConn2012

If you have any questions, comments, or concerns, 
visit &lt;http://flagstaffconnection.com&gt; for more information!
*/

/* All styles included in functions.php file via enqueue function */

#page {
    box-shadow: 5px 0px 10px rgba(0,0,0,0.3);
}
#site-navigation {
    box-shadow: -5px 0px 10px rgba(0,0,0,0.3);
}

.entry-header .entry-title,
#content .entry-content h3,
#content .header-title {
    color: #b4b4b4;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 400 !important;

}
#content .entry-content h3,
#content .header-title {
    font-weight: 400 !important;
}

.entry-content h3 {
    font-size: 26px !important;
}

.site-content #content .entry-content p a {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 16px;
}
#wp-cs-content {
    margin-bottom: 16px;
}
.white-paper-cs-flex-box {
    display: flex; 
    gap: 8px;
}
.white-paper-cs-flex-box div p,
.white-paper-cs-flex-box div p a {
    font-size: 15px !important;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}
.sponsors h2 {
    font-family: Arial, Helvetica, sans-serif !important; 
}
.sponsors .sponsors-box {
    margin-top: 16px;
    margin-bottom: 32px;
    display: grid;
    row-gap: 8px;
    column-gap: 12px;
    
}
.sponsors .sponsors-box div {
    display: flex;
    justify-items: center;
    align-items: center;
}
.sponsors .sponsors-box img {
    width: 100%;
    max-height: 50px;
    object-fit: contain;
}
.sponsors .sponsors-box.platinum-box { grid-template-columns: repeat(2, 1fr); }
.sponsors .sponsors-box.gold-box { grid-template-columns: repeat(3, 1fr); }
.sponsors .sponsors-box.silver-box { grid-template-columns: repeat(3, 1fr); }

.site-copyright li a,
.site-copyright p,
.popupally-fluid-content-element {
    font-family: Arial, sans-serif !important;
}

body.custom-font-enabled {
    font: 300 1.4rem/1 'Arial', sans-serif;
}

.entry-content p {
    color: #333;
}

.books-template-default.single.single-books .sidebar-right {
    display: none;
}</pre></body></html>