html {
  box-sizing: border-box;
	overflow: hidden;
	width:100%;

}

body {
	background: #ffffff;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;

	/*margin-bottom: 63px;*/

	height: 100%;
	width: 100%;

	position:fixed;
	/* prevent overscroll bounce*/




	/*touch-action: none;*/
	/*overflow: hidden;*/
}

a {
	color: #007998;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: rgba(0, 121, 152, 0.5);
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*remove that clear button on all search fields */
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea:focus, input:focus{
    outline: none;
}
h1 {
	font-family: 'Rajdhani', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 22px;
	color: #556fb5;
}
h2 {
	font-family: 'Rajdhani', sans-serif;
	margin: 0;
	padding: 0;
color: #333;
font-weight: 500;
font-size: 22px;
margin-top: 20px;
}

.material-icons {
	font-size: 24px;
	vertical-align: middle;
	color: #a1b2dc;
}
.videoinfo {
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-top: 18px;
	padding-bottom: 6px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	text-transform: lowercase;
}


.leftborder {
	border-left: 6px solid #556fb5;
	padding-left: 10px;
}

.authorbox {
	margin-top: 12px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.authorbox img {
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 12px;
	border: 1px solid #a1b2dc;
}
.authorbox:after {
    content: "";
    display: block;
    clear: both;
}

.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.navy {
	color: #001840;
}
.adfeed {
	width: 100%;
	height: auto;
	/*height: 100px;*/
	/*background-color: #ccc;*/
}
.boxheader {
	height: 31px;
	margin-top: 11px;
	border-left: 6px solid #a1b2dc;
	line-height: 31px;
	padding: 0 12px;
/*	display: inline-block;*/
	margin-bottom: 1px;
}
.boxtitle {
    margin: 16px 0 4px 0;
    /* border-bottom: 1px solid #879cd5; */
}
.boxtitle h5 {
    padding-left: 14px;
    margin: 0;
    /* padding-top: 0.5em; */
    /* border-left: 6px solid #879cd5; */
    font-weight: 500;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    /* color: #7185c0; */
    color: #fff;
    background-color: #a1b2dc;
}

.articleImages {
	margin-bottom: 40px;

}
.articleImages img {
	width: 33%;
	outline: 1px solid white;
	outline-offset: -4px;

}
.articleRelated {
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
	margin-bottom: 300px;

}
.articleRelated h3 {
	margin-bottom: 20px;
}
.articleRelated img {
	float: right;
	width: 33%;
	margin-left: 10px;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}
.articleRelated a {
	color: #001840;
}


.articleRelated ul {

}
.articleRelated li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a1b2dc;
}
.articleRelated li::after {
    content: "";
    display: table;
    clear: both;
}


#tags {
	margin-bottom: 40px;
}
#tags ul {
}
#tags li {
	font-family: 'Rajdhani', sans-serif;
	float: left;
	padding-right: 10px;
	font-size: 24px;
	padding-bottom: 10px;
}
#tags li a {
	background-color: #001840;
	color: #fff;
	padding: 2px 10px;
}
#tags:after {
    content: "";
    display: block;
    clear: both;
}
