html {
	overflow-y:scroll;
	font-size: 1.25em;
}

body {
	font-family: 'Unicredit', 'Arial', serif;
	font-size: 1em;
	color: #333;
	background: url(../images/bg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Unicredit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: inherit;
}
/* 
a {
	color: #e51c22;
	transition: .3s;
    text-decoration: underline;
}
a:hover {
	color: #e00000;
	text-decoration: none;
	outline: 0;
	transition: .3s;
}
 */
a {
    color: #00afd0;
	padding-bottom: 2px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 92%, rgba(0, 175, 208, 0.5) 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s ease;
}
a:hover, a:focus, a:active {
    color: #00afd0;
    background-size: 100% 100%;
	text-decoration: none;
	outline: 0 !important;
}

.invisible {
	position: absolute;
	z-index: -1;
}

/* 2. Topbar */
.date-bar {
	padding: 10px 10px;
	min-height: 50px;
    /* margin-bottom: 10px; */
	background-image: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
}

/* 3. OuterWrap  */
.wrapper {
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	position: relative;
}

/* 9. Subpage Styles */
.logo {
	padding-top: 1em;
}
.logo-uc {
	padding-top: 2.5em;
	padding-bottom: .8em;
}

.blog-single h1 {
	font-size: 2em;
	margin-bottom: 1em;
    padding-bottom: .2em;
    border-bottom: 2px solid #e00;
	line-height: 1.2;
}
.blog-single h1 .h1-row {
	display: inline-block;
}
.blog-single .divided {
	text-align: center;
}
.blog-single .divided h1 {
	margin-bottom: 0;
}
/* .blog-single h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .5em;
    padding-top: .2em;
} */
.blog-single h2 {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 1em;
    padding-top: .2em;
}

.blog-single h3 {
	font-size: 1em;
	font-weight: 800;
}

.img-responsive {
	width: 100%;
	/* margin: 1em 0; */
	margin: 0;
}

.img-responsive.my-1 {
	margin: 1em 0;
}

.img-responsive-50 {
	width: 100%;
}

.img-w-caption {
	position: relative;
	display: block;
	margin: 0;
}

.img-w-caption-right {
	display: block;
	margin: 13px 0 15px;
	position: relative;
    float: right;
}

/* 15. Extras */

.space10 { 	margin-bottom: 10px; }
.space20 { 	margin-bottom: 20px; }
.space30 { 	margin-bottom: 30px; }
.space40 { 	margin-bottom: 40px; }
.space50 { 	margin-bottom: 50px; }
.space60 { 	margin-bottom: 60px; }
.space70 { 	margin-bottom: 70px; }
.space80 { 	margin-bottom: 80px; }
.space90 { 	margin-bottom: 90px; }

ul, ol {
	margin-bottom: 1em;
}
.after-float {
    overflow: hidden;
}

.textlist {
	margin-left: 0;
	padding-left: 2em;
	/* padding-right: 1em; */
}
.textlist > li {
	clear: both;
	margin-top: 1.5em;
	/* margin-right: 1em; */
	padding-top: 0;
}
.textlist > li:first-child {
	margin-top: 1em;
}
.textlist > li > span:first-child {
	display: block;
	padding-bottom: .4em;
}
.textlist li .img-w-caption {
	margin: .4em 1.5em 2em 0;
	padding: 0;
}
.textlist li .img-w-caption img {
	margin: 0;
	padding: 0;
}

ol.number > li {
	color: #e00;
}
ol.number > li > * {
	color: #333;
}

/* PSEUDO */
.pseudo {
	margin-bottom: 1em;
	list-style: none;
	counter-reset: item;
}
.pseudo > li {
	position: relative;
	counter-increment: item;
}
.pseudo > li::before {
	position: absolute;
	top: 0;
	left: -1.5em;
}
ol.pseudo > li::before {
	content: counter(item) ".";
	color: #e00;
	font-weight: bold;
	text-align: right;
}
ul.pseudo > li::before {
	width: 1em;
	content: ".";
	color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8' %3E%3Cpath d='M 0,4 L 1,3 L 4,6 L 10,0 L 11,1 L 4,8 Z' style='fill:%23f00;stroke:none' /%3E%3C/svg%3E%0A");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.red {
	display: inline;
	color: #e00;
}


.header > .container > .col-md-12,
.blog-single {
	padding: 1em 2.5em;
	line-height: 1.5;
}
.blog-single {
	padding-top: 2em;
}
.main-content h4,
.main-content p {
	margin-bottom: 1em;
}

.row-list {
	padding-left: 2em;
}

.row-list .img-responsive {
	float: left;
	width: 3.2em;
	margin: 0 1em 1em 0;
}


/* 16. Responsive Styles */

@media only screen and (max-width: 995px)  {
    
	header {
		width:100%!important;
	}

	.logo-uc {
		padding: .6em 0;
		position: relative;
	}

	.logo h1 {
		font-size: 47px;
		text-align: center;
		padding-bottom: 17px;
	}

	.col-md-6-img {
	  position: relative;
	  min-height: 1px;
	  padding-right: 0px;
	  padding-left: 0px;
	  padding-top: 10px;
	  padding-bottom: 15px;
	}

	.img-responsive {
		width: 100%;
	}

	.img-responsive-50 {
		width: 50%;
	}

	.container {
		max-width: 605px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.col-md-12.blog-single {
		padding-top: 1em;
	}

	.blog-single h1 .h1-row {
		display: inline;
	}
}

@media only screen and (max-width: 995px) {
	.header > .container > .col-md-12,
	.col-md-12 {
		padding: 0 1em;
	}

	.textlist li .img-w-caption {
		margin-bottom: .5em;
	}
	.img-w-caption.col-md-2a img {
		margin: 0;
	}
	.img-w-caption.col-md-4 {
		padding: 0;
	}
	.row-list {
		padding-left: 1em;
	}
}

@media only screen and (max-width: 40em) {
	.header .date-bar .logo-uc,
	.header > .container > .col-md-12,
	.col-md-12 {
		padding: 0 .5em;
	}
}
@media only screen and (max-width: 28em) {
	.header .date-bar .logo-uc,
	.header > .container > .col-md-12,
	.col-md-12 {
		padding: 0 .25em;
	}
	.textlist {
		margin: 0 0 0 .25em;
		padding-left: 1em;
	}
	.textlist li {
		margin: 0;
		padding: 0 0 0 .5em;
	}
	.row-list {
		padding-left: 0;
	}
}


@media only screen and (max-width: 767px) {
	.header .date-bar .logo-uc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-single h1 {
		font-size: 1.5em;
	}
	.blog-single .row {
		margin-bottom: 1.5em;
	}
	.blog-single .row .icon img {
		max-width: 20%;
		margin: 0 auto .5em;
	}
}

@media only screen and (min-width: 768px) {
	.blog-single .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.blog-single h2.subtitle {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 1em;
    padding-top: .2em;
}

ul.pseudo.col-md-6 {
	padding-left: 1.5em;
}

ol.pseudo.inner {
	display: inline-block;
	padding-left: 1.5em;
}
ol.pseudo.inner > li::before {
	color: #000;
}
@media only screen and (max-width: 960px) {
	ul.pseudo.col-md-6 {
		margin-bottom: 0;
	}
	ul.pseudo.col-md-6 + ul.pseudo.col-md-6 {
		margin-bottom: 1em;
	}
}
@media only screen and (min-width: 960px) {
	ol.pseudo.inner {
		max-width: 63%;
	}
}
@media (min-width: 1350px) {
	.kern-dec {
		letter-spacing: -.02em;
	}
}
