@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|PT+Serif:400,700&display=swap');


/*------------------------------------
	1. GENERAL
------------------------------------*/
* {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	text-shadow: none !important;
}
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a {
	color: #373d54 !important;
}
a:hover {
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #fff;	
}
legend {
	display: none;	
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-box p,
.side-box a {
	letter-spacing: 0.1em;
	font-family: 'PT Serif', serif;	
	color: #abb8c6;
}
h1 {
	font-size: 26px;
	font-weight: bold
}
h2.title {
	text-transform: none;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 30px !important;
}
h2.side-title {
    border-bottom: 1px solid #ECF2F7;
    font-size: 24px;
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}

.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
}
.card .card-title {
	font-size: 20px;
	line-height: 26px !important;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
}
.card .card-body{
    padding: 0px;
}

.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
p.cat {
	font-size: 14px;
	margin-bottom: 8px !important;
	text-transform: uppercase;
	margin-top: 0 !important;
}
p.cat a {
	font-weight: bold;	
}
.card .card-image{
	margin-bottom: 12px;
}
hr {
	border: 1px solid #000;
}

.header {
	margin-top: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}
.header a {
	color: #384770 !important;	
}
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: inherit;
}
ol li {
    counter-increment: step-counter;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #ededed;
    font-family: 'PT Serif', serif;	
}
ol li::before {
    content: counter(step-counter);
    font-size: 28px;
    margin-right: 12px;

}
ol li:last-child {
	border-bottom: none;
}
.row-mainbody{
	padding: 0px 0 50px 0;
}

.row-summary .col-md-6:nth-child(6n+1) .card .card-body .cat a,
.row-summary .col-md-6:nth-child(6n+1) .card .card-body a.slide:hover,
.side-container-outer ol li:nth-child(6n+1) a:hover,
.side-container-outer .side-container:nth-child(6n+2) p a:hover {
	color: #f53d3d !important;
}
.row-summary .col-md-6:nth-child(6n+2) .card .card-body .cat a,
.row-summary .col-md-6:nth-child(6n+2) .card .card-body a.slide:hover,
.side-container-outer ol li:nth-child(6n+2) a:hover,
.side-container-outer .side-container:nth-child(6n+3) p a:hover {
	color: #8ed57d !important;
}
.row-summary .col-md-6:nth-child(6n+3) .card .card-body .cat a,
.row-summary .col-md-6:nth-child(6n+3) .card .card-body a.slide:hover,
.side-container-outer ol li:nth-child(6n+3) a:hover,
.side-container-outer .side-container:nth-child(6n+4) p a:hover {
	color: #8072cd !important;
}
.row-summary .col-md-6:nth-child(6n+4) .card .card-body .cat a,
.row-summary .col-md-6:nth-child(6n+4) .card .card-body a.slide:hover,
.side-container-outer ol li:nth-child(6n+4) a:hover,
.side-container-outer .side-container:nth-child(6n+5) p a:hover {
	color: #ffb549 !important;
}
.row-summary .col-md-6:nth-child(6n+5) .card .card-body .cat a,
.row-summary .col-md-6:nth-child(6n+5) .card .card-body a.slide:hover,
.side-container-outer ol li:nth-child(6n+5) a:hover,
.side-container-outer .side-container:nth-child(6n+6) p a:hover {
	color: #62d9ff !important;
}
.row-summary .col-md-6:nth-child(6n+6) .card .card-body .cat a,
.row-summary .col-md-6:nth-child(6n+6) .card .card-body a.slide:hover,
.side-container-outer ol li:nth-child(6n+6) a:hover,
.side-container-outer .side-container:nth-child(6n+7) p a:hover {
	color: #ff00b3 !important;
}
.side-container-outer {
    background-color: #F8FAFC;
    padding: 0 15px 15px 15px;
}
/*------------------------------------
	HEADER
------------------------------------*/
.container-nav,
.navbar{
	background-color: #222 !important;	
}
.navbar {
	margin-bottom: 15px !important;
	font-family: 'Source Sans Pro', sans-serif;
}
.navbar-light .navbar-brand {
	color: #fff !important;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.dropdown-menu {
	border: none;
	background-color: transparent;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
}
.dropdown-item,
.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}
a.dropdown-item:active {
  background-color: #F8F9FA;
  color: #fff;
}
a.dropdown-item:hover {
  background-color: transparent;
  color: #e5e5e5 !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*------------------------------------
	CATEGORY
------------------------------------*/
.category-mainbody{
    min-height: 800px;

}

/*------------------------------------
	DYNAMIC
------------------------------------*/
.content-container{
	margin-bottom: 30px;
}
.content-container h1{
	margin-bottom: 12px !important;
}
.content-container .mainbody h2{
	font-size: 30px;margin-top: 1em;
}
.content-container .mainbody h3{
	font-size: 24px;margin-top: 1.2em;
}
.content-container p.cat a{
	color: #999 !important;
}
.content-container p.cat {
	margin-bottom: 20px !important;
}
.content-container .mainbody{
	margin-bottom: 50px;
}
.content-container .mainbody p a{
	text-decoration: underline !important;
	color: #333  !important;
}

.side-container-outer .card {
	border: 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px !important;
	background-color: transparent;
}
.side-container-outer .card-image{
	display: none;
}
.side-container-outer .card-body{
	padding: 0;
}
.side-container-outer .card-title{
	text-align: left;
	padding-bottom: 0px;
	text-transform: none !important;
}
.mainbody{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
/*------------------------------------
	FOOTER
------------------------------------*/
footer{
	text-align: center;
}
footer p {
	margin-bottom: 0;
}
.container-fluid-footer {
	background-color: #373D54;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	padding-bottom: 15px;
	padding-top: 5px;
}
.container-fluid-footer a {
	color: #fff;
}
/*------------------------------------
	INDEX
------------------------------------*/
.intro-text{
	margin-bottom: 50px;
	margin-top: 50px;
}

@media (min-width: 992px) {
	h1 {
		font-size: 40px;
	}
	h2.title {
		font-size: 32px;
	}
	.row-mainbody{
		border-top: 1px solid #ededed;
		padding-top: 40px;
	}
	.header {
		margin-top: 40px;
		margin-bottom: 20px;
		padding-bottom: 30px;
		font-size: 35px;
		line-height: 60px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.header a{
		color: #333;
	}
	ul li{
		padding-top: 0;
	}
	a.dropdown-item {
		color: #333 !important;
	}
	a.dropdown-item:hover {
		background-color: #F5F5F5;
		color: #333 !important;
	}
	.dropdown-menu {
		border: 1px solid #ededed;
		background-color: #fff;
	}
	.side-container-outer .card {
		border: 0;
	}
	.side-container-outer .card-image{
		display: block;
		margin-bottom: 0;
	}
	.side-container-outer .card-title{
		text-align: left;
		padding-bottom: 0px;
		margin-top: 8px;
		font-size: 16px !important;
		line-height: 20px !important;
		font-weight: bold;
		text-transform: uppercase;
	}
	h2.side-title{
		font-size: 18px;
	}
}