<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CONTENT BLOCK EDITOR STYLES
===================================================================== */

/* =====================================================================
	IMPORT PROJECT FONTS
===================================================================== */
@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700,900');


/* =====================================================================
	GLOBAL CB STYLES
===================================================================== */
.StandardCBStyle {font-family: 'Yantramanav', Arial, sans-serif; }
.StandardCBStyle p, .normalPara p {margin: 0; padding: 0;}

.StandardCBStyle a {
    color: #000000;
    text-decoration: underline; 
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.StandardCBStyle a:hover {color: #999999;}

/* =====================================================================
	STANDARD CB / BASE STYLES USED IN EDITOR
===================================================================== */
.StandardCBStyle, .StandardCBStyle .normalPara p, .StandardCBStyle .normalPara, .StandardCBStyle p {font-size: 18px; line-height: 34px; color: #555555; font-weight: 400;}

/*  STANDARD / H TAGS    ================= */
.StandardCBStyle h3, .StandardCBStyle h4, .StandardCBStyle h5, .StandardCBStyle h6 {margin: 0; padding: 0; line-height: 1.7em; font-weight: 700;}
.StandardCBStyle h3 {font-size: 1.5em;}
.StandardCBStyle h4 {font-size: 1.4em;}
.StandardCBStyle h5 {font-size: 1.2em;}
.StandardCBStyle h6 {font-size: 1em;}

/*  STANDARD / ORDERED &amp; UNORDERED STYLES    ================= */
.StandardCBStyle ul {margin: 20px 0 20px 0; padding:0 0 0 0; display: block; position: relative;}
.StandardCBStyle ul li  {margin:8px 0 8px 25px; padding: 0 20px 0 25px; list-style-type:none; line-height: 24px; position: relative;}
.StandardCBStyle ul li:before {   
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #999999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.StandardCBStyle ol {margin: 15px 0 20px 15px; padding:0 0 0 0;}
.StandardCBStyle ol li  {margin:8px 0 15px 25px; padding:0 45px 0 5px; line-height: 23px; zoom:1; list-style-type: decimal-leading-zero;}

/*  STANDARD / OTHER STYLES    ================= */
.StandardCBStyle hr {background-color: #cccccc; border: none; height: 1px;}
.StandardCBStyle blockquote {font-size: 18px; color: #666666; background-color: #f4f4f4; line-height: 1.9em; margin: 24px 0 24px 0; padding: 25px 35px 35px 35px; box-shadow: 0 0 10px #999; border: 4px solid #fff;}

/*  STANDARD / TABLE STYLES    ================= */
.StandardCBStyle table {font-size: 14px; line-height: 15px; color: #333333; font-weight: 400; text-align: left;}

.StandardCBStyle table thead {font-size: 12px; line-height: 16px; color: #ffffff; font-weight: 400; background-color: #333333; text-transform: uppercase; letter-spacing: .03em;}
.StandardCBStyle table thead th {padding: 5px 8px 4px 8px;}
.StandardCBStyle table thead th:nth-child(2) {border-left: 1px solid #dedede;}
.StandardCBStyle table thead th:nth-child(3) {border-left: 1px solid #dedede;}

.StandardCBStyle table tbody td {padding: 6px 8px; border-bottom: 1px solid #dedede;}
.StandardCBStyle table td:nth-child(2) {border-left: 1px solid #dedede;}
.StandardCBStyle table td:nth-child(3) {border-left: 1px solid #dedede;}

.StandardCBStyle caption {caption-side:bottom; text-align: left; font-size: .75em;}

/*  STANDARD / 100% VIDEO EMBED   ================= */
.StandardCBStyle .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    }
 
.StandardCBStyle .video-container iframe,
.StandardCBStyle .video-container object,
.StandardCBStyle .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*max-width: 640px;*/
    height: 100%;
    /*max-height: 420px;*/
    z-index: 4001;
    margin: 0 auto;
    text-align: center;
    }

/* =====================================================================
	HOME CB / STYLES USED IN EDITOR
===================================================================== */
.HomeCBStyle {font-family: 'Source Sans Pro', Arial, sans-serif;}
.HomeCBStyle p {margin: 0; padding: 0;}

.HomeCBStyle a {color: #999999; text-decoration: underline;}
.HomeCBStyle a:hover {color: #000000;} 
.HomeCBStyle, .HomeCBStyle .normalPara p, .HomeCBStyle .normalPara, .HomeCBStyle p {font-size: 18px; line-height: 30px; color: #333333; font-weight: 400;}


/* =====================================================================
	LOAD DF ICON FONT
===================================================================== */
@font-face {
	font-family: 'df-icomoon';
	src:url('/Themes/Default/Content/fonts/df-icomoon.eot?a9yoq0');
	src:url('/Themes/Default/Content/fonts/df-icomoon.eot?#iefixa9yoq0') format('embedded-opentype'),
		url('/Themes/Default/Content/fonts/df-icomoon.woff?a9yoq0') format('woff'),
		url('/Themes/Default/Content/fonts/df-icomoon.ttf?a9yoq0') format('truetype'),
		url('/Themes/Default/Content/fonts/df-icomoon.svg?a9yoq0#df-icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

</pre></body></html>