input[type="submit"] {-webkit-appearance: button;}
input:focus, input.is-focus, input-is-focus {outline: 0;}
header a, header a:hover, .navbar-brand {border-bottom:none;}
#readContent {
	padding-bottom:3rem;
	background-color: #ffffff;
}
.section {
	padding: 24px;
    padding: 1.5rem;
	position: relative
}
.section:after{
	position: absolute;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 70px #ffffff;
    border-left: solid 0px transparent;
    border-right: solid 40px transparent;
	z-index: 198;
	margin-top: 23px;
}
.section--bg-dark:after {
	border-top: solid 70px #efefef;
}
@media screen and (min-width: 992px) {
	.section:after{border:none;}
}
.section--bg-white {
	background:#ffffff;
	color:#666;
}
.section--bg-light {
	background:#ffffff;
	color:#666;
}
.section--bg-dark {
	background:#efefef;
	color:#666;
}
.section--media .media-icons{
	margin-top: 24px;
	margin-top: 1.5rem;
}
.section--media .media-icons a{
	color: #b3b5b4;
	text-decoration: none;
	border-bottom: 0px;
}
.section--media .media-icons a:hover{
	color: #007cde;
	text-decoration: none;
	border-bottom: 0px;
}
@media screen and (min-width: 991px) {
	.section--bg-dark {
		background:#ffffff;
	}
	.container--media{
		margin: 0 0 24px 0;
		margin: 0 0 1.5rem 0;
		padding: 0 24px 16px;
		padding: 0 1.5rem 1rem;
		background-color: #efefef;
		position: relative;
		min-height:360px;
	}
	.container--media:after{
		position: absolute;
		left: 0;
		top: 340px;
		content: '';
		width: 0;
		height: 0;
		border-top: solid 67px #efefef;
		border-left: solid 0px transparent;
		border-right: solid 40px transparent;
		z-index: 198;
	}
	.section--media .media-icons{
		margin-top: 24px;
		margin-top: 1.5rem;
	}
}
.section img{
	max-width: 100%;
    height: auto;
    width: auto;
}
.section--faqs img{
	margin-top: 24px;
	margin-top: 1.5rem;
}
.section--news [class^="col"] + [class^="col"]{
	border-top: 5px solid #efefef;
}
.banner {
	background: #6e267b; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #5a2672 0%, #1b2554 75%);
	background: -webkit-linear-gradient(-45deg, #5a2672 0%,#1b2554 75%);
	background: linear-gradient(135deg, #5a2672 0%,#1b2554 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2672', endColorstr='#1b2554',GradientType=1 );
	padding:0 24px;	
}
.banner:after {
	position: absolute;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 70px #1b2554;
    border-left: solid 0px transparent;
    border-right: solid 40px transparent;
	z-index: 198;
	margin-top:-1px;
}
.banner__image {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	height: calc(100vh - 240px);
    min-height: 425px;
}
@media screen and (min-width: 992px) {
	.banner {padding:0;}
	.banner:after {border:none;}
	.banner__image{
		background: transparent url(/homepage/files/hero-vote.png) right top no-repeat;
		background-position:calc(50% + 485px) 100%;
		height:425px;
		width:100%;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
				align-items: center;
	}
}
@media screen and (max-width: 386px) {
	.banner__intro {
		font-size:32px;
		font-size: 2rem;
	}
}
.banner__intro {
	margin-top: 24px;
    margin-top: 1.5rem;
	color:#b4b3b6;
}
@media screen and (min-width: 991px) {
	.banner__intro {
		margin-top: 0;
	}
}
.banner__list {
	color:#fff;
	list-style: none;
	padding: 0;
	margin: 16px 0;
    margin: 1rem 0;
}
.banner__list li {
	list-style: none;
	font-family:"roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 28px;
	line-height:1.75rem;
	padding:6px 0;
	padding:.5rem 0;
	margin-bottom:16px;
	margin-bottom:1rem;
	width:100%;
}
.banner__list li a:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;   
	content: '\f054';
	color: #fff;
	font-size:20px;
	font-size:1.25rem;
	margin:0 0 0 16px;
	margin:0 0 0 1rem;
}
@media screen and (min-width: 992px) {
	.banner__list li {
		font-size:28px;
		font-size:1.75rem;
		line-height:1;
		list-style: none;
		border:none;
		margin:8px 0 0;
		margin:0.5rem 0 0;
	}	
}
.banner__list a {
	color:#fff;
	border-bottom:none;
	-webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
    		transition: all .2s ease-out
}
.banner__list a:hover {
	color:#efefef;
	border-bottom:1px solid #efefef;
}
.section__title {
	margin-top:0!important;
	float:left;
	display: block;
}
.grid {
	margin:0;
	padding:24px 0;
	padding: 1.5rem 0;
	background:#fff;	
}
.grid-item ul.linkList {
	margin:16px 0 0 0;
	margin:1rem 0 0 0;
	padding:0
}
.grid-item ul.linkList li {
    padding: 5px 0;
    list-style-type: none!important;
}
.grid-item ul.linkList li:before {
	content:'';
	margin:0;
}
.grid-item ul.linkList li a:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;   
    content: '\f054';
    color: #337ab7;
	font-size:.8em;
	margin:0 0 0 8px;
	margin:0 0 0 .5rem;
}
.section--faqs .grid-item ul.linkList li {
    font-family:"roboto",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
@media screen and (min-width: 992px) {
	.section--news [class^="col"] + [class^="col"]{
		border-top: none;
	}
	.section--news [class^="row"] + [class^="row"]{
		margin-top: 32px;
		margin-top: 2rem;
	}
	.section--news [class^="col"]:not(:first-of-type) {
		border-left: 2px solid #efefef;
	}
	.section--news .grid {
		margin:0;
		padding: 0;
		border-top: none;
	}
}
.grid-item h3 a {
	color:#6e267b;
	text-decoration: none;
	border-bottom: none;
}
.reader-options {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom:16px;
	margin-bottom:1rem;
}
.options__translated img {
    margin-right: 5px;
    float: left;
}
.reader-options a {
	text-decoration: none;
	border-bottom: none;
}
.rsplay{
	display:none!important;
}
@media screen and (min-width: 768px) {
	.reader-options {
		justify-content: flex-end;
	}
}
@media screen and (min-width: 991px) {
	.reader-options {
		float:right;
		margin-right: 0;
	}
}
.options__listen {margin:0;}
@media screen and (max-width: 330px) {
	.reader-options{
		justify-content: center;
		flex-direction: column;
	}
	.options__listen {margin-top:8px;}
	.display-xxl {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
	}
}
.homebox .alert {
	background: #fcf8e3 url('/_template/css/img/alert.png') no-repeat 50% 5%;
	padding: 43px 14px 3px 14px;
	margin: 5px 5px 10px 5px;
	border: 1px solid #fbeed5;
}
.homebox .alert-info {background: #d9edf7 url(img/alert-info.png) no-repeat 50% 5%;}
.homebox .alert-success {background: #dff0d8 url(img/alert-success.png) no-repeat 50% 5%;}
a.twitter-timeline img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alert {
	margin-bottom:30px;
}
#homepage .twitter-timeline {
	height:auto!important;
	min-height:250px;
}