/* CSS Document */
/* ALL IR DOCUMENTS */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
	font-family: 'All Round Gothic';
	font-weight: 400;
	font-style: normal;
	src: url('/template_files/1069/fonts/AllRoundGothic-Book.woff2') format('woff2'), url('/template_files/1069/fonts/AllRoundGothic-Book.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'All Round Gothic';
	font-weight: 700;
	font-style: normal;
	src: url('/template_files/1069/fonts/AllRoundGothic-Bold.woff2') format('woff2'), url('/template_files/1069/fonts/AllRoundGothic-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'All Round Gothic';
	font-weight: 500;
	font-style: normal;
	src: url('/template_files/1069/fonts/AllRoundGothic-Medium.woff2') format('woff2'), url('/template_files/1069/fonts/AllRoundGothic-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'All Round Gothic';
	font-weight: 600;
	font-style: normal;
	src: url('/template_files/1069/fonts/AllRoundGothic-Demi.woff2') format('woff2'), url('/template_files/1069/fonts/AllRoundGothic-Demi.woff') format('woff');
	font-display: swap;
}


.item-title {
    font-size: 18px !important;
    margin-bottom: 7px !important;
	color: #357fbc !important;
    font-weight: 600 !important;
    font-family:'Open Sans' !important;
}

.sec_filings_container a {
	text-decoration:none !important;
	color:#357fbc;
	font-family:'Open Sans';
}
.sec_filings_container p {
	line-height:1.5 !important;
	font-family:'Open Sans' !important;
}
.email-alerts-blurb {
	color: #444 !important;
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
    font-weight:300 !important;
}
input[type="text"], input[type="email"] {
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    margin-top: 5px !important;
    color: #808080 !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    outline: 0px !important;
    width:100% !important;
    margin-bottom:15px !important;
}
._label, label {
	color: #444 !important;
	font-size: 16px !important;
	font-family: 'Open Sans' !important;
	font-weight:500 !important;
}
label {
	font-weight:300 !important;
	line-height:2 !important;
}
#compile76190 ._label {
	margin-bottom:10px !important;
}
input[type='submit'] {
    background-color: #6dab3c !important;
    font-family:'Open Sans' !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    transition: none !important;
    margin-top:15px !important;
    border:0 !important;
    cursor:pointer !important;
    color:#fff !important;
}
input[type='submit']:hover {
	background-color:rgb(62, 80, 125) !important;
}
body {
	margin:0 !important;
	padding:0 !important;
}

.wpaddedtable td { padding:5px }

.text {
	font-family:Arial,Helvetica,serif;
	color:#000000;
	font-size:11px;
}
/* SEC Filings Specific */
.sec_filings_container {
	/*font-family: arial !important;*/
}

/* Fix for PDF/HTML/XBRL Icon Spacing */
.sec_filings_view a img { display:inline; }

.sec_filings_container td{
	color: #293b78 !important;
	font-size: 14px !important;
	font-family:'Open Sans' !important;
	vertical-align: middle;
	padding-top: 10px !important;
}
.sec_filings_container tr:nth-child(even) td, .sec_filings_container tr:nth-child(even):hover td, .press_release_container tr:nth-child(even) td, .press_release_container tr:nth-child(even):hover td  {
	background-color: #DFEDFE !important;
}
.sec_filings_container th, .sec_filings_container td, .press_release_container th, .press_release_container td {
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-left: 20px !important;
}
.sec_filings_container th:first-child, .press_release_container th:first-child {
	border-radius: 25px 0px 0px 0px !important;
}
.sec_filings_container th:last-child, .press_release_container th:last-child {
	border-radius: 0px 25px 0px 0px !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background:initial !important;
}
/* Type Links (Annual/Quarterly/etc) */
.type_link_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:13px;
}
.nav-pills > li >a {
	color: #357fbc !important;
	border-radius: 35px !important;
	font-size: 18px !important;
	padding-top:12px !important;
	padding-bottom:12px !important;
	padding-left:15px !important;
	padding-right:15px !important;
	font-family: 'All Round Gothic' !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color:#357fbc !important;
    color:#fff !important;
}
.type_link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
.type_link:hover {
	text-decoration:underline;
}
.type_selected {
	font-weight:bold;
}

.press_release_container th, .sec_filings_container th {
	background:#357fbc !important;
	padding-bottom:12px !important;
	padding-top:12px !important;
	vertical-align:middle !important;
	border-bottom:0 !important;
}

/* Sort Links HEADER ONLY (Filing Date/Form Type/etc) */
.sort_link, .header_nolink, .sort_nolink {
	text-decoration:none;
	color: #fff !important;
	font-size: 18px !important;
	font-family: 'All Round Gothic' !important;
	font-weight:600 !important;
}
table.table.table-hover {
    margin-top: 20px !important;
}
.press_release_date img {
	display:none !important;
}
.sort_arrow_img {
	display:none !important;
}
.sort_link:hover {
	text-decoration:none !important;
}

/* Pagination ( First,2,3,4 ) */
.pagination_container {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	font-size:12px;
}
.pagination {
	text-decoration:none;
	color:#40ABBB;
}

.pagination:hover {
	text-decoration:underline;
}

.colortable {
	border:1px solid #000;
	width:100%;
	padding:none;
	margin:none;
}
.colortable th {
	padding:5px;
	font-size:14px;
}
.colortable tr {
	border:1px solid #000;
}
.colortable td {
	padding:5px;

}

.colortable_odd_row{
	background-color:#F2F2F2;
}

.colortable_even_row{

}
.th{
	color:#fff;
}
/* Table Columns */
.sec_filings_date {
	width:20%;
	text-align:left;
}
.sec_filings_type {
	width:15%;
	text-align:left;
}
.sec_filings_title {
	width:40%;
	text-align:left;
}
.sec_filings_view {
	width:25%;
	text-align:right;
}

/**********SEC FILINGS END*************/



/* SIDE NAV */

.side_nav_ul {
	margin-left:20px;
	margin-top:10px;
}

.side_nav_link {
	font-weight:normal;
	color:#10315C;
	text-decoration:none;
}

/********SIDE NAV END*************/

/* STOCK QUOTE */

.stock_data_container {
	width:600px;
	text-align:left;
}

.stock_data_left {
	float:left;
	width:250px;
}

.stock_data_right {
	float:right;
	width:250px;
}

.stock_chart_div {
	width:600px;
}

/*.chart_period {
	color:#244272;
	text-decoration:none;
}*/

.chart_period:hover {
	text-decoration:underline;
}

#stockChart {

	}



/********STOCK QUOTE END*************/

/* PRESS RELEASES */

/* Pagination Color */
.pagination-small ul > li > a, .pagination-small ul > li > span {
	transition: all .3s ease-in-out !important;
	color: #357fbc !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	font-family:'All Round Gothic' !important;
}
.pagination .active a {
	background:#DFEDFE !important;
	color:#666 !important;
	cursor:initial !important;
}
/* News Article Color*/
.press_release_container tr td {
	padding-bottom:8px !important;
	padding-top:8px !important;
	vertical-align:top !important;
	color: #293b78 !important;
	font-size: 16px !important;
	font-family:'Open Sans' !important;
}
.press_release_container tr > td > a{
	transition: all .3s ease-in-out !important;
	color: #357fbc !important;
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
    line-height: 1.5;
}
.press_release_container tr > td > a:hover {
	color: #3e507d !important;
}
.press_release_container {
	font-family:Arial,Helvetica,serif;
	font-size:12px;
	margin-top:10px;
}
.press_release_container a{
	text-decoration:none !important;
}
.press_release_read_container {
	font-family:Arial,Helvetica,serif;
	font-size:12px;
}

.press_release_date {
	width:20%;
}
.press_release_title {
	width:80%;
}

/* Date Left Generic Template */
/*if date and time show*/
/*
.pr_date {
	width: 140px;
}
.pr_headline {
	text-indent:0px;
	padding-left:140px;
}
*/

/*if date only*/
/*
.pr_date {
	width: 100px;
}
.pr_headline {
	text-indent:0px;
	padding-left:100px;
}
*/

/********PRESS RELEASE END*************/

.pagination.pagination-small.pagination-centered {
    margin-bottom: 0 !important;
}

.sec-footer-blurb {
	margin-top:10px !important;
}
.sec_filings_container td:last-child img {
  display:inline !important;
}