#title-spacer h1{
	color: #fff;
}

#title-spacer li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
	color: #fff;
}

#title-spacer li a{
	line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
}

#title-spacer a {
    color: #bbb;
}

.maintitle{
	border-bottom: 0.0625em solid #eaeaea;
	padding: 1.875em 0 0.625em 0em;
	font-size: 1.125em;	
}

.post img{
	border-radius: 0.625em;
	float: left;
	margin-right: 0.625em;
}

.post{
	padding: 1.25em 0.625em 0.625em 0;
}

.post .description{
	color: #999;
	font-size: 0.75em;
	padding-top: 0.625em;
}

.post li{
	font-size: 0.875em;
	padding-top: 0.3125em;
	padding-bottom: 0.3125em;
	border-bottom: 0.0625em dotted #eaeaea;
}

.pb-20 {
    padding-bottom: 1.25em;
}

.pt-20{
	padding-top: 1.25em;
}

.pr-10{
	padding-right: 0.75em;
}

.mt-10{
	padding-top: 0.625em;
}

#breadcrumb-spacer{
	background-color: #fff;
    height: 25.6em;
    border-bottom: 3em solid #CCC;
}

@media screen and (max-width: 48em){
#breadcrumb-spacer{
    height: 32em;
    border-bottom: 2em solid #CCC;
}
}

@media screen and (max-width: 30em){
#breadcrumb-spacer{
    height: 42em;
    border-bottom: 2em solid #CCC;
}
}

@media screen and (max-width: 25em){
#breadcrumb-spacer {
    height: 48em;
    border-bottom: 2em solid #CCC;
}
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.gray-border {
    color: #2d2d87;
    border: 0.0625em solid #2d2d87;
	margin-bottom: 0;
	background: #fff;
}

.genric-btn.gray-border:hover {
  color: #fff;
  background: #2d2d87;
  border: 0.0625em solid #2d2d87;
}

.genric-btn.white-border {
    color: #fff;
    border: 0.0625em solid #338fa7;
	margin-bottom: 0;
	background: #338fa7;
}

.genric-btn.white-border:hover {
  color: #338fa7;
  background: #fff;
  border: 0.0625em solid #338fa7;
}

.main-info{
	padding: 1.875em;
	background-color: #fff;
	border: 0.0625em solid #eaeaea;
	margin-bottom: 0.625em;
}

.main-infos{
	padding: 1.875em;
	background-color: #fff;
}

.main-info .title{
	font-size: 2em;
	margin-bottom: 0.5em;
}

.main-infos .title{
	font-size: 2em;
	margin-bottom: 0.5em;
}

.main-info .description{
	font-size: 1em;
	color: #383838;	
}

.main-infos .description{
	font-size: 1em;
	color: #383838;	
}
 
.main{
	font-size: 1.5em;
	margin-bottom: 0.5em;
	color: #6034BF;
	font-weight: 700;
} 

.color-1{
	color: #2d2d87 !important;
}

.color-2{
	color: #666 !important;
}

.forumbox{
	border: 0.0625em solid #eaeaea;
	padding: 1.875em;
	background-color: #fff;
	margin-bottom: 1em;
}

.forumbox .title{
	font-size: 1.25em;
}

.maintitle.title{
	font-size: 1.5em;
	color: #111;
	font-weight: bold;
	padding: 1.875em 0 0.25em 0em;
}

.forumbox .description{
	color: #666;
	font-size: 1em;
	padding-top: 0.625em;
}

.forumbox span{
	margin-right: 0.375em;
	margin-top: 0.75em;
}

.forumbox p {
	margin-bottom: 0;
	float: left;
}

.forumbox p:nth-child(2) {
	float: right;
}

.forumbox p .fa {
  margin: 0 0.5em 0 0.8em;
}

.forumbox p .fa:first-child {
  margin: 0 0.5em 0 0;
}

.ml-2{
	margin-left: 1rem;
}

.pt-30 {
    padding-top: 2rem;
}

@media screen and (max-width: 30em){
	.main-info{
		padding: 1.875em 0 0 0 !important;
	}
	.row{
		margin-right: 0.638em;
		margin-left: 0.638em;
	}
}