<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
}
body,html{
	font-family: "Open Sans", sans-serif, Arial, serif;
	font-size: 12px;
	line-height: 18px;

	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
a{
	-webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
       -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
a:hover{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Roboto", sans-serif, Arial, serif;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;

    color: #353d45;
}

.hentry h1,
article h1,
.hentry h2,
article h2,
.hentry h3,
article h3,
.hentry h4,
article h4,
.hentry h5,
article h5,
.hentry h6,
article h6{
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

.hentry h1,
article h1{
    font-size: 34px;
    line-height: 42px;
}

.hentry h2,
article h2{
    font-size: 31px;
    margin-top: 39px;
    margin-bottom: 15px;
}

.hentry h3,
article h3{
    font-size: 28px;
    margin-top: 36px;
    margin-bottom: 10px;
}

.hentry h4,
article h4{
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 10px;
}

.hentry h5,
article h5{
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 15px;
}

.hentry h6,
article h6{
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 15px;
}

/* POST TITLE */
.hentry h1.post-title,
article h1.post-title{
    margin-top: 0px;
    margin-bottom: 10px;
}

/* BREADCRUMBS */
.mythemes-page-header h1{
    font-size: 36px;
    line-height: 40px;
}

/* RESPONSIVE RULES */
@media (min-width: 1200px ){
    .hentry h1.post-title,
    article h1.post-title,
    .hentry h1,
    article h1{
        font-size: 34px;
        line-height: 42px;
    }

    .hentry h2,
    article h2{
        font-size: 31px;
        margin-top: 39px;
        margin-bottom: 15px;
    }

    .hentry h3,
    article h3{
        font-size: 28px;
        margin-top: 36px;
        margin-bottom: 10px;
    }

    .hentry h4,
    article h4{
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 10px;
    }

    .hentry h5,
    article h5{
        font-size: 20px;
        margin-top: 28px;
        margin-bottom: 15px;
    }

    .hentry h6,
    article h6{
        font-size: 18px;
        margin-top: 26px;
        margin-bottom: 15px;
    }


    /* BREADCRUMBS */
    .mythemes-page-header h1{
        font-size: 36px;
        line-height: 40px;
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){
    .hentry h1.post-title,
    article h1.post-title,
    .hentry h1,
    article h1{
        font-size: 32px;
        line-height: 40px;
    }

    .hentry h2,
    article h2{
        font-size: 28px;
        margin-top: 36px;
        margin-bottom: 15px;
    }

    .hentry h3,
    article h3{
        font-size: 25px;
        margin-top: 33px;
        margin-bottom: 10px;
    }

    .hentry h4,
    article h4{
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .hentry h5,
    article h5{
        font-size: 19px;
        margin-top: 27px;
        margin-bottom: 15px;
    }

    .hentry h6,
    article h6{
        font-size: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    /* BREADCRUMBS */
    .mythemes-page-header h1{
        font-size: 33px;
        line-height: 36px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    .hentry h1.post-title,
    article h1.post-title,
    .hentry h1,
    article h1{
        font-size: 30px;
        line-height: 36px;
    }

    .hentry h2,
    article h2{
        font-size: 27px;
        margin-top: 33px;
        margin-bottom: 15px;
    }

    .hentry h3,
    article h3{
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .hentry h4,
    article h4{
        font-size: 20px;
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .hentry h5,
    article h5{
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 15px;
    }

    .hentry h6,
    article h6{
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    /* BREADCRUMBS */
    .mythemes-page-header h1{
        font-size: 30px;
        line-height: 33px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .hentry h1.post-title,
    article h1.post-title,
    .hentry h1,
    article h1{
        font-size: 27px;
        line-height: 33px;
    }

    .hentry h2,
    article h2{
        font-size: 25px;
        margin-top: 31px;
        margin-bottom: 15px;
    }

    .hentry h3,
    article h3{
        font-size: 22px;
        margin-top: 28px;
        margin-bottom: 10px;
    }

    .hentry h4,
    article h4{
        font-size: 19px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .hentry h5,
    article h5{
        font-size: 17px;
        margin-top: 23px;
        margin-bottom: 10px;
    }

    .hentry h6,
    article h6{
        font-size: 15px;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    /* BREADCRUMBS */
    .mythemes-page-header h1{
        font-size: 27px;
        line-height: 30px;
    }
}
@media ( max-width: 480px ){
    .hentry h1.post-title,
    article h1.post-title,
    .hentry h1,
    article h1{
        font-size: 24px;
        line-height: 30px;
    }

    .hentry h2,
    article h2{
        font-size: 22px;
        margin-top: 28px;
        margin-bottom: 15px;
    }

    .hentry h3,
    article h3{
        font-size: 20px;
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .hentry h4,
    article h4{
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .hentry h5,
    article h5{
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 10px;
    }

    .hentry h6,
    article h6{
        font-size: 14px;
        margin-top: 22px;
        margin-bottom: 10px;
    }

    /* BREADCRUMBS */
    .mythemes-page-header h1{
        font-size: 24px;
        line-height: 37px;
    }
}

/* BLOCKQUOTE */
blockquote{
    border: 3px solid rgba( 0, 0, 0, 0.1 );
    position: relative;
    padding: 10px 20px 20px 63px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
blockquote:before,
blockquote::before{
    content: '\ef48';
    display: block;
    font-size: 28px;
    position: absolute;
    margin-top: 8px;
    margin-left: -43px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.content-border .hentry blockquote p,
.content-border .hentry blockquote,
.content-border article blockquote p,
.content-border article blockquote,
.hentry blockquote p,
.hentry blockquote,
article blockquote p,
article blockquote{
    color: #666666;
    font-size: 14px;
    font-style: italic;
}
.content-border .hentry blockquote p,
.hentry blockquote p,
.content-border article blockquote p,
article blockquote p{
    background: none;
    padding: 0px;
}
.hentry blockquote p:first-child,
article blockquote p:first-child{
    margin-top: 0px;
}
.hentry blockquote p:last-child,
article blockquote p:last-child{
    margin-bottom: 0px;
}

/* PAGE */
.content-border div.hentry.type-page &gt; h1:first-child,
.content-border div.hentry.type-page &gt; h2:first-child,
.content-border div.hentry.type-page &gt; h3:first-child,
.content-border div.hentry.type-page &gt; h4:first-child,
.content-border div.hentry.type-page &gt; h5:first-child,
.content-border div.hentry.type-page &gt; h6:first-child{
    margin-top: 0px;
}


/* LISTS */
.hentry ul,
.hentry ol,
article ul,
article ol{
    padding-left: 25px;
}

/* TABLE */
table{
    width: 100%;
    color: #666666;
}

table th{
    font-weight: bold;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
    min-height: 40px;
    padding: 7px;
}

table.align-head-center th{
    text-align: center;
}

table.align-center td,
table.align-center th{
    text-align: center;
}

table td{
    border: 1px solid #f0f0f0;
    text-align: left;
    min-height: 40px;
    padding: 6px;
}

table tr.odd td{
    
}

table tr.even td{
    background: #fafafa;
}

address{
    font-style: italic;
}
address,
abbr{
    color: #2d2d2d;
}
em{
    font-style: italic;
}
pre{
    margin: 15px 0px;
    word-wrap: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}</pre></body></html>