html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus,
a:active,
a:hover{
	outline: none;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1.5;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/SPUniversusMLCond-Bold.eot');
	src: url('../fonts/SPUniversusMLCond-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SPUniversusMLCond-Bold.woff2') format('woff2'),
		 url('../fonts/SPUniversusMLCond-Bold.woff') format('woff'),
		 url('../fonts/SPUniversusMLCond-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'UltraBold';
	src: url('../fonts/SPUniversusMLUltraCond-Bold.eot');
	src: url('../fonts/SPUniversusMLUltraCond-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SPUniversusMLUltraCond-Bold.woff2') format('woff2'),
		 url('../fonts/SPUniversusMLUltraCond-Bold.woff') format('woff'),
		 url('../fonts/SPUniversusMLUltraCond-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Light';
	src: url('../fonts/SPUniversusML-Light.eot');
	src: url('../fonts/SPUniversusML-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SPUniversusML-Light.woff2') format('woff2'),
		 url('../fonts/SPUniversusML-Light.woff') format('woff'),
		 url('../fonts/SPUniversusML-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: #65B22E;
}
.nopadding{
	padding: 0;
}
header{
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding: 30px 60px 20px;
}
header .logo{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
header ul{
	text-align: right;
}
header li{
	display: inline-block;
	margin-right: 25px;
}
header li:last-of-type{
	margin-right: 0;
}
header li img{
	transition: all 0.2s ease-in-out;
}
header li a:hover img{
	transform: scale(1.2);
}
main{
	padding: 0 150px;
}
.hero{
	visibility: hidden;
	position: relative;
	padding: 30px 0 60px;
}
h1{
	visibility: hidden;
	display: inline-block;
	font-family: Bold;
	font-size: 4em;
	color: #003869;
	margin-bottom: 30px;
}
h1:after{
	content: '';
	position: absolute;
	right: 0;
	top: 72px;
	display: inline-block;
	height: 2px;
	width: calc(100% - 510px);
	background: #65B22E;
}
h2{
	font-family: UltraBold;
	font-size: 1.8em;
	line-height: 1.5;
	color: #003869;
	margin-bottom: 60px;
}
h3{
	font-family: Bold;
	font-size: 2.2em;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 20px;
}
h4{
	display: inline-block;
	font-family: UltraBold;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	color: #fff;
	text-transform: uppercase;
	background: #65B22E;
	border-radius: 3px;
	padding: 6px 12px 5px;
	margin-bottom: 15px;
}
.first .col-lg-4{
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
	margin-right: 2%;
}
.first .col-lg-8{
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: 61%;
}
.articles .col-sm-12{
	visibility: hidden;
	position: relative;
	padding: 0;
	margin-bottom: 40px;
}
.articles .col-sm-12 .img-fluid{
	display: block;
	border-radius: 8px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
	transition: all 0.2s ease-in-out;
}
.articles .col-sm-12 a:hover .img-fluid{
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.articles .content{
	position: absolute;
	bottom: 45px;
	left: 35px;
	width: 80%;
}
.articles .content p{
	font-family: Light;
	font-size: 1.1em;
	color: #fff;
}
.second .col-lg-8{
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: 64%;
	margin-right: 3%;
	margin-left: 1%;
	margin-bottom: 0;
}
.second .col-lg-4{
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	margin-bottom: 0;
}
.second .col-lg-4 .content{
	bottom: 80px;
}
.third .col-lg-8{
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: 61%;
	margin-right: 2.5%;
}
.third .col-lg-4{
	-ms-flex: 0 0 36.5%;
	flex: 0 0 36.5%;
	max-width: 36.5%;
}
.fourth .col-lg-8{
	-ms-flex: 0 0 60.5%;
	flex: 0 0 60.5%;
	max-width: 60.5%;
}
.fourth .col-lg-4{
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
	margin-right: 2.5%;
}
.no-box{
	box-shadow: none!important;
}
footer{
	background: url('../img/footer-bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 90px;
}
footer .top{
	position: relative;
	padding: 90px 0;
}
footer .img-fluid{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
footer .logo-left{
	left: 0;
}
footer .logo-right{
	right: -90px;
}
footer ul{
	text-align: center;
}
footer li{
	display: inline-block;
	margin-right: 50px;
}
footer li:last-of-type{
	margin-right: 0;
}
footer li img{
	transition: all 0.2s ease-in-out;
}
footer li a:hover img{
	transform: scale(0.85);
}
footer .yt{
	position: relative;
	top: -2px;
}
footer .bottom{
	border-top: 1px solid #FFFFFF;
	padding: 40px 0;
}
footer p{
	font-family: UltraBold;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #fff;
	text-transform: uppercase;
}