<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header, .main, .container{
	/*font-family:"\5FAE\8EDF\6B63\9ED1\9AD4","Helvetica","sans-serif";*/
}
   
.xxlarge{
    font-size: 52px;
    font-weight: 300;
    line-height: 0.300em;
    padding-bottom: 0;
}

.xlarge{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.100em;
    padding-bottom: 0;
}

.container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width:864px;
    margin:0 auto;
}

.g-wide--1-fixed{
    float:left;
    width:22.2%;
    margin-right: 3.7%;
}

.clear-left{
    clear:left;
}

.g--third{
    width:30.3%;
    margin-right: 4.5%;
    float:left;
}

.g--last{
    margin-right: 0;
}

.center-text{
    text-align: center;
}
.res-wrapper{
    margin: 0;
    padding: 0;
   /*background-color: #dddddd;*/
}

.res-list{
    margin-top:-18px;
}

/*===============
nav bar styling
===============*/

.logo{
    height:4em;
}

.header{
    text-align: center;
    margin-top:1em;
    margin-bottom:1em;

}

.article-icon{
	text-align:left;
}

.article-icon p{
	font-size:32px;
}

.article-icon img{
	height:2em;
}

.article-icon .xxlarge{
    margin-left:.3em;	
    display:inline;
	vertical-align: middle;
}

.header .xxlarge{
    display:inline;
    vertical-align: middle;
    margin-left:.3em;	
}

.navdrawer{
    padding:1em 0;
    margin:0;
    list-style-type: none;
    background-color: #2385D3;
    color: White;
    width: 100%;
    text-align: center;
}

.navdrawer li{
    display: inline;
}

.navdrawer li a{
    background-color: #2385D3;
    color: White;
    text-decoration: none;
    padding: 1em 1em;
}
.navdrawer li :hover{
    background-color: #30557F;
    color: #fff;
}

.navdrawer img{
    height:1.5em;
    margin-right:.5em;
}

/* ==============
main category grid styling
===============*/

.cat-div{
    clear:left;
    display:none;
	width:705px;/*prevent animation bounce*/
}

.cat-grid-wrapper{
    background-color: #333333;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lightning.jpg', sizingMethod='scale')";
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/lightning.jpg", sizingMethod='scale');
    margin-right:0;
    width:100%;*/
    height: 250px;
    /*line-height: 250px;
    text-align: center;*/
    margin-top:2em;
}

.cat-grid{
    /*background: rgb(40,59,94);
    background: rgba(40,59,94,0.7);*/
    transition:opacity .3s ease-in-out;
}

.cat-img{
    max-width: 100%;
    height:180px;
    margin:0 auto;
    margin-top:1em;
    display: block;
}

.cat-head-txt{
    color:#ffffff;
    text-align: center;
    font-size:120px;
    line-height: 120px;
    font-weight: 100;
    margin:.3em 0;
}

.cat-grid-text{
    height:50px;
    display:table;
    color:#ffffff;
    font-size:1em;
    text-align: center;
    width:100%;
}

.cat-grid-text p{
    display: table-cell;
  vertical-align: middle;  
}

/*.cat-grid-text{
    display:inline-block;
    line-height: normal;
    vertical-align: middle;
}*/

.cat-grid p{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.cat-grid-wrapper:hover{
    cursor: pointer;
}

/*.cat-grid-wrapper:hover .cat-grid{
    opacity: 0;
    cursor: pointer;
}*/

.cat-grid-wrapper:hover .cat-grid-hidden{
    opacity: 1;
}

.cat-grid-hidden{
    position:relative;
    opacity:0;
    transition:opacity 0.3s ease-in-out;
}

.cat-grid-hidden img{
    width:18%;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    margin-top:120px;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.cat-grid-hidden p{
    text-align: center;
    color:#ffffff;
}

.cat-grid-wrapper:hover .cat-grid-hidden{
    display:block;
    opacity: 1;
    z-index:1;/*stay above original text*/
}

 .cat-grid-hidden img.clicked{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform:rotate(180deg);
    display:none \9;
}

.sub-cat-grid-wrapper{
    /*margin-right:0;
    width:100%;
    height:100px;
    line-height: 100px;*/
    text-align: center;
    margin-top:1.5em;
}

.sub-cat-circle{
    width: 70%;
    padding: 35% 0;
    border-radius: 70%;
    margin:0 auto;
    color:#ffffff;
    font-size:3em;
    font-weight: 100;
    line-height: 0;
}

.sub-cat-text{
    padding-top:0;
}



/*.sub-cat-grid{
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
}

.sub-cat-grid p{
    text-align:center;
    color:#ffffff;
    padding-top: 0;
}*/

.sub-cat-grid-wrapper:hover{
    cursor: pointer;
}

.sub-cat-grid-wrapper:hover p{
    text-decoration: underline;
}


/*==============
article list styling
================*/

.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dddddd;
    margin:0 auto;
    vertical-align: bottom;
    color:#dddddd;
    display:none;
}

.list-links{
    padding: 1em 1em;
    margin:0;
    list-style:none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.subcat-article-list{
    clear:both;
    display:none;
    background-color: #ececec;
}

.cat-article-list{
    clear:both;
    background-color: #dddddd;

}

.list-links li{
    font-size:18px;
    line-height: 2em;
}

.list-links li:before {
    content: "\0BB \020";
}

.list-links a{
    color:#00739F;
}


/*===========
article-content styling
===========*/

.article-body p.article-header{
    text-align: left;
    margin-top:12px;
    margin-bottom:8px;
    font-weight: 100;
    font-size: 2.5em;
    line-height:1.2em;
}

.article-body p{
    line-height: 2em;
    color:#444444;
}

.article-body li{
	margin:4px 0;
}

.article-body p.subheader{
    font-size:1.7em;
    line-height: 1.4em;
    font-weight:400;
    margin:.5em 0;
    color:#2d5789;
}

.article-body a{
    color:#0079C9;
}

.article-meta {
    border-top: 1px solid #e2e2e2;
    padding-top: 8px;
    font-size: 16px;
}

.article-meta div{
	  margin-top: 0;
}

.article-author{
    font-weight: bold;
}

.article-date{
	  margin-top: 0;
/*    margin-left:12px; */
}

.article-table{
    margin-top: 1em;
    margin-bottom: 1em;
}

.article-table td,th{
    padding:8px;
	text-align: center;
}

.article-table tr {
  border-bottom: solid 1.5px #ececec;
}

.article-table.bordered td{
    border:solid 1.5px #bdbdbd;
}

.article-table.bordered th{
    border:solid 1.5px #bdbdbd;
}

.article-table p{
	text-align: center;
}

.article-video{
    margin:0 auto;
    display: block;
    max-width:100%;
}

.article-image{
    margin: 0 auto;
    text-align: center;
}

.article-image p{
    margin: 0 auto 12px;
    text-align: center;
}

.article-image img{
    max-width:100%;
}

/*=========
additional styles
==========*/
.larger{
    font-size:1.2em;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
</pre></body></html>