/* Sidebar */
.sidebar-iframe,
.iframe-subscribe {
	border: none;
}

.iframe-subscribe {
	border: none;
	width: 100%;
	height: 640px;
	/*height: auto;*/
}

aside h3:first-child {
	margin-top: 0;
}

aside.is-sticky {
	/*position: absolute;
	right: 0;*/
	line-height: 130%;
}

aside.is-sticky p a {
	color: #022D39;
	display: block;
}

aside.is-sticky p {
	margin-bottom: 0.5em;
	font-size: 13px;
	color: #022D39;
	border-top: 1px solid #f4f4f4;
	padding-top: 8px;
}

aside.is-sticky p {
	margin-bottom: 0.5em;
	font-size: 15px;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 13px;
}

aside.is-sticky ul {
	margin: 0 0 1em;
	padding-left: 14px;
}

aside.is-sticky ul li {
	margin: 0.5em 0;
	padding-left: 4px;
}

aside.is-sticky li a {
	/*text-transform: lowercase;*/
	font-size: 15px;
	color: #717C7E;
	display: block;
	
	/*list-style: none;*/
}

aside.is-sticky li a:hover,
aside.is-sticky p a:hover {
	color: #107F68;
}

aside img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 992px) {

}

@media (max-width: 770px) {
	aside.col-md {
		margin-top: 32px;
	}
	.sidebar-iframe {
		height: 400px;
	}
}

@media (max-width: 576px) {

}