<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Atomic D - by Jonathan Davis */
/* Version 2016.0705 */

html {
	position: relative;
	min-height: 100%;
}

html body a, html body a:hover, html body a:focus {
	text-decoration:none;
}
.truncate {
	overflow: hidden;
	white-space: nowrap;
}
.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
 
.truncate-ellipsis &gt; * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vertical-align-middle {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.invisible {
	width: 0;
	height: 0;
	visibility: hidden;
}
.box,
.box-20,
.box-30,
.box-40 {
	position:relative;
}

.box {
	padding:10px;
}

.box-20 {
	padding:20px;
}

.box-40 {
	padding:40px;
	overflow:auto;
}

/*
@media (max-width: 768px) {
	.box, .box-20, .box-40 {
		padding:0px
	}
}
*/

.no-padding {
	padding-right:0px !important;
	padding-left:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.ratio-169 {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-31 {
	width: 100%;
	height: 0;
	padding-bottom: 33.3333333333333%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-41 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-51 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-21 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-11 {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

@media (max-width: 768px) {
	.ratio-sm-11 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.ratio-sm-21 {
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.ratio-sm-31 {
		width: 100%;
		height: 0;
		padding-bottom: 33.3333333333333%;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
}


@media (min-width: 992px) {

.ratio-md-31 {
	width: 100%;
	height: 0;
	padding-bottom: 33.3333333333333%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-md-41 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-md-51 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
	
}

@media (min-width: 1200px) {

.ratio-lg-41 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.ratio-lg-51 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
	
}



.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.block-shadow {
	box-shadow: 0px 0px 3px #D4D4D4;
}

.inner-shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.filter-shadow {
	-webkit-filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.5));
    filter: url("data:image/svg+xml;utf8,&lt;svg height='0' xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='drop-shadow'&gt;&lt;feGaussianBlur in='SourceAlpha' stdDeviation='4'/&gt;&lt;feOffset dx='5' dy='5' result='offsetblur'/&gt;&lt;feFlood flood-color='rgba(0,0,0,0.5)'/&gt;&lt;feComposite in2='offsetblur' operator='in'/&gt;&lt;feMerge&gt;&lt;feMergeNode/&gt;&lt;feMergeNode in='SourceGraphic'/&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#drop-shadow");
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}

.hr-white {
	display: block;
	height: 1px !important;
	border: 0;
	border-top: 1px solid #fff;
	margin: 5px 0;
	padding: 0;
}

.hr-black {
	display: block;
	height: 1px !important;
	border: 0;
	border-top: 1px solid #000;
	margin: 5px 0;
	padding: 0;
}

.hr-gray {
	display: block;
	height: 1px !important;
	border: 0;
	border-top: 1px solid #777;
	margin: 5px 0;
	padding: 0;
}

.bg-black       { background-color: #000; }
.bg-black-50    { background-color: rgba(0,0,0,0.5); }
.bg-gray        { background-color: #c3c3c3; }
.bg-light-gray  { background-color: #F2F2F2; }
.bg-dark-gray   { background-color: #777; }
.bg-blue        { background-color: #008c93; }
.bg-white       { background-color: #fff; }
.bg-orange      { background-color: #ff6600; }
.bg-transparent { background-color: transparent; }
.bg-ffb         { background-color: #ffb; }

.border-gray {
	border:1px solid #777;
}
.border-white {
	border:2px solid #fff;
}
.border-black {
	border:2px solid #000;
}
.border-orange {
	border:2px solid #ff6600;
}
.border-brown {
	border:2px solid #8b775f;
}
.border-dark-brown {
	border:1px solid #55504d;
}
.border-none {
	border:none;
}
.text-normal {
	font-family: sans-serif;
}
.text-serif {
	font-family:serif;
}
.text-thin {
	font-weight: 300;
}
.text-white {
	color:#fff;
}
.text-black {
	color:#000;
}
.text-red {
	color: #700000
}
.text-gray {
	color:#4f4d4e;
}
.text-orange {
	color:orange;
}
.text-brown {
	color:brown;
}
.text-blue {
	color:#1C75BC;
}
.text-tan {
	color:#e2d8c2;
}
.hover-light-gray:hover {
	color:#eee;
}
.text-inset {
	text-shadow: -1px -1px 1px #333;
}
.text-bold {
	font-weight:bold;
}
.text-regular {
	font-weight:normal;
}
.text-144 {
	font-size:144pt;
	line-height:normal;
}
.text-72 {
	font-size:72pt;
	line-height:normal;
}
.text-48 {
	font-size:48pt;
	line-height:normal;
}
.text-36 {
	font-size:36pt;
}
.text-32 {
	font-size:32pt;
}
.text-28 {
	font-size:28pt;
}
.text-21 {
	font-size:21pt;
}
.text-18 {
	font-size:18pt;
}
.text-16 {
	font-size:16pt;
}
.text-14 {
	font-size:14pt;
}
.text-12 {
	font-size:12pt;
}
.text-10 {
	font-size:10pt;
}
.text-9 {
	font-size:9pt;
}
.text-7 {
	font-size:7pt;
}
.text-dark-brown {
	color:#4f3c2c;
}
.text-dark {
	color:#292b2c;
}

.text-shadow {
	text-shadow:1px 1px #777;
}

.blink {
	-webkit-animation: bgblink 1s;  /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;  /* Chrome, Safari, Opera */
}
@-webkit-keyframes bgblink {
	from {opacity:1;}
	50% {opacity:0;}
	to {opacity:1;}
}
@keyframes bgblink {
	from {opacity:1;}
	50% {opacity:0;}
	to {opacity:1;}
}

.entry-body {
	margin-bottom:20px;
}

.entry-title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #333333;
	margin-top:0px;
}

.entry-details {
	margin-bottom:20px;
}

.btn-round {
	padding: 5px 20px 5px 20px;
	border-radius: 60px;
}

.btn-circle {
	position:relative;
	background-position:center center;
	background-size:cover;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.widget-title {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.widget-title span:not(.glyphicon) {
	color: #ffffff;
	background-color: #333333;
	padding: 7px 7px 3px;
	border-radius: 2px 2px 0 0;
	display: inline-block;
}

.widget-title span.glyphicon {
	padding-left:3px;
}

.widget-item .ratio-169 {
	margin-bottom:5px;
}

.widget-item .entry-title {
	margin-bottom:5px;
}

.widget-item .entry-details {
	margin-bottom:5px;
}

.widget-title:after {
	background-color: #333333;
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	bottom: -2px;
	left: 0;
}

.widget a {
	color:#000;
}

.meta-category a {
	font-weight: 400;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	-webkit-transition: trans-prefix(border-bottom,border-bottom .15s ease-in,webkit);
	transition: border-bottom .15s ease-in;
}

.text-break {
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.hand {
	cursor:pointer;
}

.shadowed {
	-webkit-filter: drop-shadow(10px 0px 10px rgba(0,0,0,0.3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#575757')";
	filter: drop-shadow(10px 0px 10px rgba(0,0,0,0.3));
}

.img-circle {
	/* make it responsive */
	max-width: 100%;
	width:100%;
	height:auto;
	display:block;
	padding-top:100%;
	border-radius:50%;
	background-position-y: center;
	background-position-x: center;
	background-repeat: no-repeat;
	
	/* it makes the clue thing, takes smaller dimention to fill div */
	background-size: cover;
}

.btn.no-hover:hover {
	cursor: default;
}
.btn.no-hover.btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn.no-hover.btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn.no-hover.btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn.no-hover.btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn.no-hover.btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn.no-hover.btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.side-panel {
	position: fixed;
	left: -280px; /*left or right and the width of your navigation panel*/
	width: 280px; /*should match the above value*/
	overflow:auto;
}

.side-panel::-webkit-scrollbar{
width:10px;
background-color:#4d4d4d;
}

.side-panel::-webkit-scrollbar-thumb{
background-color:#008c93;
border-radius:0px;
}

.side-panel::-webkit-scrollbar-thumb:hover{
background-color:#008c93;
border:none;
}

.side-panel::-webkit-scrollbar-thumb:active{
background-color:#008c93;
border:none;
}

.side-panel a {
	color:#fff;
	text-decoration:none;
}

.side-panel ul, .side-panel ol {
  list-style: none;
}

.side-panel li.accordion {
	margin-bottom: 0px;
}

.side-panel li.accordion ul li a {
	padding-left:30px;
}

.side-panel .nav&gt;li&gt;a:focus, .side-panel .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #777;
}
</pre></body></html>