<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Image Alignments and captions*/
img.alignnone{ 
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
#attachment_907 {
	width: 100% !important;
}
.alignnone img{
	display: block;
	height: auto;
}
img.alignleft, .wp-caption.alignleft{
	margin-right: 30px;
}
img.alignright, .wp-caption.alignright{
	margin-left: 30px;
	float: right;
}
img.wp-caption .alignnone {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100%;
}
a img.alignright {
	float: right;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	margin-top: .5em;
	margin-bottom: .5em;
}  
.alignleft {
	float: left;
	margin: .5em 20px .5em 0;
}
.alignright {
	float: right;
	margin: .5em 0 .5em 20px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { 
	clear: left;
    margin: 0.75em 0;
    text-align: center;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
	margin: 12px 0;
	text-align: center;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    border-color: #eee;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption &gt; img {
    max-width: 100%;
	height: auto;
}

/* Gallery Css Here*/
.gallery-icon {
    margin-bottom: -11px;
	overflow: hidden;
}
.gallery-icon img{
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.gallery-icon img:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.gallery-item { 
	display: inline-block;
}
.gallery-item .gallery-caption {
    color: #fff;
    display: block;
    word-wrap: break-word;
    background: #1c314c;
    padding: 8px 3px;
}
.gallery-item:hover figcaption {
	background: #e84c3d;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.gallery-columns-1 .gallery-item {
    float: none;
    text-align: center;
    margin: 10px 0 20px;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
	float: none;
    text-align: center;
    margin: 10px 0 20px;
	padding: 0 10px;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
	float: none;
    text-align: center;
    margin: 10px 0 20px;
	padding: 0 10px;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
	float: none;
    text-align: center;
    margin: 10px 0 20px;
	padding: 0 10px;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
	float: none;
    text-align: center;
    margin: 10px 0 20px;
	padding: 0 10px;
}

.gallery-columns-6 .gallery-item {
    width: 13.6%;
}

.gallery-columns-7 .gallery-item {
    width: 12.25%;
    margin: 10px 1% 10px;
}

.gallery-columns-8 .gallery-item {
    width: 10.5%;
    margin: 10px 1% 10px;
}

.gallery-columns-9 .gallery-item {
    width: 9.11%;
    margin: 10px 1% 10px;
}

.gallery dl a {
    display: block;
}

.gallery dl a img {
    height: auto;
    margin: 0 auto;
}

.gallery .gallery-caption {
    line-height: 1.2;
    margin: 10px 0 0;
}

.gallery br+br {
    display: none;
}


/* Jetpack Tiled Gallery CSS*/
.tiled-gallery-caption {
    background: #1c314c !important;
    color: #fff !important;
    display: block;
    word-wrap: break-word;
    padding: 8px 3px;
	text-align: center;
}


/* Ul and ol lists*/
ul { 
	margin: 0 0 20px; 
	padding: 0 0px 0px 20px; 
}

ol { 
	margin: 0 0 20px; 
	padding: 0 0px 0px 20px; 
}

ul li, ol li { 
	margin: 0; 
	padding: 6px 0; 
	vertical-align: top; 
}

ul li, ul li a, ol li, ol li a  { 
	border: 0 none; 
	color: #747474; 
}

li &gt; ul, li &gt; ol, blockquote &gt; ul, blockquote &gt; ol {
    margin-left: 1.3333em;
}


/* Blockquote*/
blockquote { 
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f7f9fc;
}
blockquote, blockquote p { 
    letter-spacing: 1px; 
}
blockquote cite, blockquote small {
	display: block;
	padding-top: 15px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {

}


/*Address*/
address {
	margin: 0 0 20px;
	letter-spacing: 0.5px;
}


/*Table*/
table { 
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc; 
	border-spacing: 0; 
	letter-spacing: 0.5px; 
	margin: 0 0 20px; 
	text-align: left; 
	table-layout: fixed; 
	width: 100%; 
}
table th {     
    padding: 10px 10px;
    color: #fff; 
}
table td {
	border: 1px solid #e8e7e7;
	padding: 8px 10px;
}


/*Definition Lists*/
dl { 
    margin-bottom: 25px; 
    margin-top: 0; 
}
dl dt {
    margin-bottom: 10px; 
	color: #747474;
}
dl dd { 
    margin-bottom: 20px; 
    margin-left: 15px; 
}


abbr, tla, acronym {
	text-decoration: underline;
	cursor: help;
}
acronym {
	border-bottom: 0 none;
}
big {
	font-size: large;
}
s, strike, del {
	text-decoration: line-through;
}
em, cite, q {

}
ins {
	text-decoration: none;
	padding: 0 3px;
}
code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
	background: #333;
	color: #ffffff;
	padding: 2px 5px;
}
mark {
    color: #000;
    background: #ff0;
	padding: 2px 5px;
}
label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}</pre></body></html>