<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon2';
  src:  url('../fonts/iconmoon2/icomoon.eot');
  src:  url('../fonts/iconmoon2/icomoon.eot#iefix') format('embedded-opentype'),
    url('../fonts/iconmoon2/icomoon.ttf') format('truetype'),
    url('../fonts/iconmoon2/icomoon.woff') format('woff'),
    url('../fonts/iconmoon2/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-facebook:before {
  content: "\e900";
}
.icon2-instagram:before {
  content: "\e901";
}
.icon2-linkedin:before {
  content: "\e902";
}
.icon2-twitter:before {
  content: "\e903";
}





#footer p .social {
    color: #FFF;
    font-size: 30px;
    margin: 0px 3px;
}

*:focus {
    outline:none;    
}

.section {
	padding:200px 0;
	position:relative;
}
body iframe {
	display:block;
}
#section4.section #footer {
	bottom:0;
}
.interior-pg #section1 {
	padding:100px 0;
	text-align:left;
}
.interior-pg #section1 .container {
	max-width:900px;
}
.page-type-blog-w-categories-tags #section1 .container {
    max-width: 1200px;
    width: 100%;
}
.media.blog-listing-item {
    padding: 0;
}
.media.blog-listing-item p.date {
    font-size: 12px !important;
}
.media.blog-listing-item + .blog-listing-item {
    border-top: 4px double #ccc;
    margin-top: 30px;
    padding-top: 30px;
}
.blog-listing-item .btn:after {
    content: ' \BB';
}
.blog-listing-item .btn {
        font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    padding: 6px 10px;
    background: none;
    border: none;
    background-color: #1996BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
}
.blog-listing-item .btn:hover {
    background-color: #414251;
}
.blog-listing-item p:last-of-type {
    margin-bottom: 0 !important;
}
.interior-pg #section1 p,.interior-pg #section1 ul,.interior-pg #section1 ol,.interior-pg #section1 h2,.interior-pg #section1 h3,.interior-pg #section1 h4,.interior-pg #section1 h5 {
	text-align: left;
}
/* buttons */
form input[type="submit"] {
	padding:15px;
	min-width:200px;
}
.checkbox .checkbox {
	margin-left: 15px;
}
/*header*/
body {
	position:relative;
}
header .navbar {
	position:absolute;
	width:100%;
	top:0;
	z-index:999;
}
.ir-page-hero {
	padding: 160px 0 75px;
}
/*HERO*/
.section#section0 {
	background:-webkit-linear-gradient(top,rgba(65,66,81,0.8) 100%,#414251 80%),url("../images/ir-hero.jpg") no-repeat top center;
	background:-o-linear-gradient(rgba(65,66,81,0.8) 100%,#414251 80%),url("../images/ir-hero.jpg") no-repeat top center;
	background:-moz-linear-gradient(rgba(65,66,81,0.8) 100%,#414251 80%),url("../images/ir-hero.jpg") no-repeat top center;
	background:-ms-linear-gradient(rgba(65,66,81,0.8) 100%,#414251 80%),url("../images/ir-hero.jpg") no-repeat top center;
	background:linear-gradient(rgba(65,66,81,0.8) 100%,#414251 80%),url("../images/ir-hero.jpg") no-repeat top center;
	background-size: cover;
}
/*Sub Navigation*/
.sub-navigation {
	background:#414251;
	width:100%;
	left:0;
	z-index:998;
	border-radius:0;
	border:none;
	margin:0;
	top:0;
}
.sb-nav {
	width:100%;
}
.sb-nav h3 {
	font-family:'Lora',sans-serif;
	font-size:20px;
	margin:0;
	color:#fff;
	float:left;
	padding:7px 0;
	margin-top:9px;
}
.sb-nav&gt;ul {
	float:right;
	padding:0;
	margin:0;
}
.sb-nav .dropdown:hover ul {
	display:block;
	margin:0;
}
.sb-nav .dropdown-menu {
	min-width:220px;
}
.sb-nav ul li {
	margin:0;
	padding:0;
	float:left;
	background:none;
	position:relative;
	list-style:none;
}
.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover {
	background:#414251;
}
.sb-nav ul .ir-tools .bordered-link {
	padding-right:60px;
	padding-left:25px;
	margin-left:6px;
	position:relative;
}
.sb-nav ul .ir-tools .bordered-link:before {
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-width:4px;
	border-bottom-width:6px;
	bottom:52%;
	right:18px;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#fff;
}
.sb-nav ul .ir-tools .bordered-link:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-width:4px;
	border-top-width:6px;
	top:50%;
	right:18px;
	margin-top:3px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#fff;
}
.sb-nav ul li a {
	display:block;
	padding:19px;
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	font-family:'Lato',sans-serif;
	color:#fff;
	position:relative;
}
.sb-nav ul li .bordered-link {
	margin-top:10px;
	padding-top:7px;
	padding-bottom:7px;
}
.sb-nav ul li li a {
	padding:10px;
}
.sb-nav ul .ir-tools ul li,.sb-nav ul ul li {
	width:100%;
}
.sb-nav ul .ir-tools ul li a,.sb-nav ul ul li a {
	color:#777;
	padding-left: 25px;
}

/* Media */
.related-documents-box .related-link {
    padding: 10px;
}
.related-documents-box .result-line {
    padding: 10px;
}
.related-documents .result-line a {
    color: #666;
}
.related-documents .result-line a.link {
    color: #337ab7;
}
.media:last-child {
	padding-bottom:0;
}
.media .media-body {
	margin-left:0;
}
.media .media-left+.media-body {
	margin-left:15px;
}
.media .media-heading {
	font-size:16px;
		 margin-bottom:10px;
}
.media .date {
	font-style:italic;
}
#section1.section .media .media-body p {
	margin-bottom:15px;
	font-size:14px;
}
#section1.section .media .media-body *:last-child {
	margin-bottom:0;
}
.events-pg hr:first-of-type {
	margin: 60px 0;
}
@media (max-width: 767px) {
    .media .media-left .media-object {
        max-width: 200px;                
    }
}
@media (max-width: 568px) {
    .media .media-left, .media .media-body {
        display: block;    
    }
    .media .media-left {
        margin-bottom: 15px;  
        padding-right: 0;
    }
    .media .media-left .media-object {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .media .media-left + .media-body {
        margin-left: 0;    
        width: auto;
    }
}
/* Boxes */
.box .header {
	background: transparent;
}
/* QR */
.ir-results-row {
	text-align:left;
}
.ir-results-row .col-md-4 {
	padding-right:0;
}
.ir-results-row h2 {
	font-family:'Lora',sans-serif;
	margin:0 0 45px;
	font-size:30px;
	font-weight:400;
}
.ir-results-row .quarterly-results .date-box {
	padding:15px 10px;
	background:rgba(255,255,255,0.1);
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight: 400;
}
/*resluts*/
.result-line {
	padding:21px 0;
	line-height:1em;
}
.result-line+.result-line {
	border-top:1px solid rgba(255,255,255,0.2);
}
.result-line a {
	font-size:16px;
	font-weight:400;
	color:#fff;
}
.result-line .link {
	color:#999999;
	text-transform:uppercase;
	font-weight:400;
	float:none;
	margin:0;
}
.result-line .link span {
	color:#fff;
}
.result-line .link+.link {
	margin-left:25px;
}
.result-line .link:hover {
	color:#fff;
}
.ir-results-row .recent-news {
	padding-left:65px;
}
.ir-results-row .recent-news&gt;a {
	margin-top:40px;
	padding:15px 30px;
}
.ir-results-row .recent-news&gt;a:hover {
	color:#fff;
}
.ir-results-row .single-new+.single-new {
	margin-top:55px;
}
.ir-results-row .single-new .date {
	display:block;
	margin-bottom:10px;
	font-size:14px;
	font-weight:300;
	font-style:italic;
	color:#fff;
}
.ir-results-row .single-new a {
	font-size:16px;
	color:#fff;
}
.suscribe {
	background:#6ec8e6;
	padding:25px 0;
	position:absolute;
	top:0;
	width:100%;
	left:0;
}
#section3 {
	padding-top:300px;
}
.suscribe h2 {
	float:left;
	font-size:42px;
	font-family:'Lora',serif;
	color:#fff;
	line-height:1.1em;
	font-weight:400;
	margin:0 40px 0 0;
}
.suscribe p {
	font-size:24px;
	color:#fff;
	margin:10px 0 0;
	line-height:1.1em;
	float:left;
}
.suscribe a {
	float:right;
	padding:12px 30px;
	border-width:1px;
}
.section.stock-section#section3 .title {
	margin:0 0 20px 0;
}
.section.stock-section#section3 .date {
	display:block;
	text-align:center;
	font-size:16px;
	color:#444444;
	margin:0 0 50px;
}
.stock-info .stock-section {
	padding-bottom:20px;
	border-bottom:2px solid #cccccc;
}
.stock-info .stock-section .value {
	font-family:'Lato',sans-serif;
	margin:0 0 5px 0;
	font-size:30px;
	color:#414251;
	display:block;
	line-height:1em;
}
.stock-info .stock-section .value-title {
	display:block;
	font-size:16px;
	color:#666666;
	font-weight:400;
	margin:0;
	line-height:1em;
}
.stock-info .stock-section.price .value {
	font-size:60px;
	margin:0;
	line-height:51px;
}
.stock-info .stock-section.change span {
	margin-right:7px;
}
.stock-info .row+.row {
	margin-top:45px;
}
.section#section3 .symbol {
	font-weight:400;
	display: block;
}
/*Change icons colors*/
.change.up [class^="eqicon-change-"],.change.up [class*=" eqicon-change-"] {
	color:#21964c;
}
.change.down [class^="eqicon-change-"],.change.down [class*=" eqicon-change-"] {
	color:red;
}
.section#section4 {
	background:#f2f2f2;
}
.ir-contact-info .title {
	color:#000000;
	text-align:left;
}
.ir-contact-info h3 {
	text-align:left;
	margin-bottom:30px;
}
.ir-contact-info#section4 p {
	margin:0;
	line-height:1.6em;
	color:#666666;
	font-weight:400;
	font-size: 16px;
}
/* Personnel Listings */
#section1 .member .title {
	font-size:14px;
	margin-bottom:10px;
	font-family:inherit;
}
#section1 .member *:last-child {
	margin-bottom: 0;
}
#section1 .committee-list p {
	margin-bottom:0;
}
#section1 .committee-list a {
	font-size:14px;
	font-weight:normal;
}
/* Financials */
.report th {
	font-size:14px;
}
@media (min-width:768px) {
	.nav-tabs&gt;li+li {
		margin-left:5px;
	}
}
#section1 .quarterly-results,.quarterly-results&gt;div&gt;.text&gt;.text:nth-of-type(2n) {
	background:#414251;
	color:#fff;
}
.quarterly-results .text .text+.text {
	border-top:1px solid rgba(255,255,255,0.2);
}
.quarterly-results.source {
	color:#fff;
	padding:20px;
}
#section1 .quarterly-results a,#section1 .quarterly-results p,#section1 .quarterly-results h2,#section1 .quarterly-results h3 {
	color:#fff;
}
.quarterly-results .header .eqicon-trigger {
	float:none !important;
	top:0;
	margin-right:10px;
}
.quarterly-results.source h2 {
	margin:0;
	color: #fff;
}
/* QR Page */
#section1 .box.quarterly-results+.box {
	margin-top:20px;
}
#section1 .box.quarterly-results .header {
	padding:20px;
	text-align:center;
}
#section1 .box.quarterly-results .header h2 {
	display:inline-block;
	margin: 0;
}
/* QM Modules */
.qm-container td {
	padding:0;
}
table.qm_maintext {
	margin:10px;
}
#spr-qm-container {
	margin:20px 0;
}
input[type="checkbox"].qm_radio_input,input[type="radio"].qm_radio_input {
	margin-top:0;
	margin-right:10px;
	display: inline-block;
}
/* Filings */
#TB_window {
	top: 40px;
}
/* Content Table */
#section1 .content-table .title {
	font-size:inherit;
	font-family:inherit;
	font-style:normal;
	font-weight:400;
	margin: 0;
}
/* Footer */
#footer {
	background:#414251;
	margin-top: 0;
}
#footer p {
	color:#fff;
	margin:0;
	max-width:100%;
}
@media (min-width:992px) {
	#sub-navigation {
		display:block;
	}
}
@media (max-width:991px) {
	.sub-navigation .container {
		padding:0;
		width:auto;
	}
	.mobile-sub-nav-trigger {
		color:#fff;
		text-align:center;
		font-weight:700;
		line-height:50px;
	}
	.mobile-sub-nav-trigger:hover {
		color:#fff;
		background-color:rgba(65,66,81,0.5);
	}
	.meat {
		width:90%;
		height:5px;
		background-color:#fff;
		border-radius:5px;
		margin-top:5px;
		-webkit-transition:all .5s ease;
		transition:all .5s ease;
		position:relative;
	}
	.meat:first-of-type {
		margin-top:2px;
	}
	.active .meat:first-of-type {
		transform:rotate(45deg);
		top:10px;
	}
	.active .meat:nth-of-type(2) {
		transform:rotate(45deg);
	}
	.active .meat:last-of-type {
		transform:rotate(-45deg);
		top:-10px;
	}
	.trigger-container {
		display:inline-block;
		width:30px;
		vertical-align:middle;
		margin-top:-7px;
	}
	.trigger-container .meat:first-of-type {
		transform:rotate(45deg);
		top:10px;
	}
	.trigger-container .meat:nth-of-type(2) {
		transform:rotate(45deg);
	}
	.trigger-container .meat:last-of-type {
		transform:rotate(-45deg);
		top:-10px;
	}
	.collapsed .trigger-container .meat:first-of-type {
		transform:rotate(0deg);
		top:auto;
	}
	.collapsed .trigger-container .meat:nth-of-type(2) {
		transform:rotate(0deg);
	}
	.collapsed .trigger-container .meat:last-of-type {
		transform:rotate(0deg);
		top:auto;
	}
	.mobile-nav-trigger.active {
		right:80%;
		position:fixed;
		z-index: 999;
	}
	.sb-nav h3 {
		display:none;
	}
	.sb-nav &gt; ul {
		float:none;
		margin-left:auto;
		margin-right:auto;
		max-width:500px;
	}
	.sb-nav ul &gt; li:hover &gt; .dropdown-menu,
	.sb-nav ul &gt; .active &gt; .dropdown-menu {
		display:none;
	}
	.sb-nav ul li.active a {
	    color: #999;
	}
    .sb-nav ul &gt; .open &gt; .dropdown-menu,
    .sb-nav ul &gt; .open:hover &gt; .dropdown-menu{
        display: block;
    }
    .sb-nav .dropdown .dropdown-menu {
        position: relative;
        width: 100%;
    }
	.ir-results-row .col-md-4 {
		padding-right:15px;
	}
}
@media(max-width:767px) {
	.section {
		padding:50px 0;
	}
	#section0.section.page-hero {
		padding-top:100px;
	}
	#section0.section.page-hero .title {
		font-size:32px;
		line-height:1.2;
	}
	.ir-results-row .recent-news {
		padding:40px 0 0;
	}
	.suscribe {
		text-align:center;
	}
	.suscribe h2 {
		float:none;
		margin:0;
	}
	.suscribe a {
		float:none;
		margin-top:15px;
	}
	#section3.section {
		text-align:center;
	}
	#section3.section.stock-section .date {
		margin-bottom:15px;
	}
	.stock-info .stock-section {
		border-width:1px;
		padding:15px;
	}
	.stock-info .row + .row {
		margin-top:0;
	}
}
.single_blog {
    background: rgba(0, 0, 0, 0) url("../images/single_bl_border.png") repeat-x scroll left bottom;
    margin-bottom: 34px;
    overflow: hidden;
    padding-bottom: 38px;
}
.single_blog img {
    float: left;
    margin-bottom: 30px;
    margin-right: 25px;
    width: 100%;
    max-width: 415px;
}
.inpage_breadcumb .single_blog a h2 {
    color: #383838;
    margin-bottom: 20px;
}
.inpage_breadcumb .single_blog h2 {
    margin-bottom: 20px;
}
.single_blog a:hover h2 {
    color: #003250;
}
.single_blog p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.single_blog li {
    list-style: disc;
}
.single_blog a h2 {
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 22px;
}
.single_blog p.bl_info {
    font-size: 12px;
    margin-bottom: 10px !important;
}
.single_blog p.bl_info a {
    color: #898989;
}
.single_blog p.bl_info a:hover {
    color: #DA9E07;
}
.single_blog p.bl_info span {
    margin: 0 5px;
}
.single_blog a.read_details {
    background: rgba(0, 0, 0, 0) url("../images/read_details.png") no-repeat scroll left center;
    color: #003250;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 5px 5px 33px;
    text-transform: uppercase;
    transition: all .2s;
}
.single_blog a.read_details:hover {
    background: rgba(0, 0, 0, 0) url("../images/read_details.png") no-repeat scroll 5px center;
    transition: all .2s;
}
@media (max-width: 991px) {
    .single_blog .wp-post-image {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .single_blog a h2 {
        font-size: 18px;
    }
}</pre></body></html>