body,
html {}

body {
	background: #F9F8FF;
	margin: 0;
	padding: 0;
	font-family: "Poppins", serif;
	line-height: 100%;
	font-size: 14px;
	color: #000000;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

.main-header {}

.top-bar {
	background: #229CD8;
	padding: 5px 0;
}

.top-bar p {
	color: #fff;
	line-height: 24px;
	margin: 0;
}

.social-share {}

.social-share ul {
	margin: 0;
	padding: 0;
}

.social-share ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 15px 0 0;
	color: #fff;
}
.social-share ul li:last-child{
	margin-right: 0;
}
.social-share ul li a {
	color: #fff;
}

.social-share ul li a:hover {
	color: #dadada;
}

.nav-wrap {
	padding: 20px 0;
	background: #FFFFFF;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}

.logo-wrap {
	max-width: 255px;
	margin: 0 auto;
}

.nav-wrap p {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin: 0;
}

.secondary-color {
	color: #229CD8 !important;
}

.article-card {}

.article-fig {
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.article-fig img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.read-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: 600;
	background: #fff;
	color: #000;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}


.shadowed-card {
	box-shadow: 0px 5px 25px rgba(114, 114, 255, 0.121569);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.h1-card-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 34px;
	color: #29294B;
}

.h1-card-title a {
	color: #29294B;
}

.h1-card-title a:hover {
	color: #229CD8;
}

.meta-groups {}

.meta-groups p {
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #696981;

}

.card-desc {}

.card-desc p {
	font-size: 14px;
	line-height: 21px;
	color: #696981;
	margin: 15px 0 30px;

}

.tag-wrap {}

.tag-wrap ul {
	margin: 0;
	padding: 0;
}

.tag-wrap ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.tag-wrap ul li a {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	padding: 8px 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(114, 114, 255, 0.15);
	border-radius: 4px;

}

.tag-wrap ul li a:hover {
	background: #229cd8;
	color: #fff;
}

.featured-article {}

.featured-article .shadowed-card {
	border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-ms-border-radius: 0px 0px 20px 20px;
	-o-border-radius: 0px 0px 20px 20px;
}

.featured-article .article-fig,
.featured-article .article-fig img {
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
}

.featured-article .meta-groups p,
.featured-article .card-desc p, .article-block p {
	font-size: 14px;
	line-height: 22px;
}

.featured-article .read-tag {
	font-size: 14px;
	top: 30px;
	left: 30px;
	padding: 8px 15px;
}

.featured-article .article-fig {
	height: 260px;
}

.h2-card-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #29294B;
}

.h2-card-title a {
	color: #29294B;
}

.h2-card-title a:hover {
	color: #229cd8;
}

.a-card {
	border-bottom: #DFDFDF 1px solid;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.a-card:last-child {
	border-bottom: none;
}

.side-card {}

.side-card .article-fig {
	height: 200px;
}

.card-header {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #232F5D;
}

.pagination-wrap {}

.pagination-wrap .page-item {
	margin: 0 5px;
}

.pagination-wrap .page-link {
	background: transparent;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	border: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(114, 114, 255, 0.15);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.pagination-wrap .page-link:hover {
	color: #229cd8;
}

.primary-bg {
	background: #232F5C;
}

.info-block {}

.info-block p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.block-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	color: #232F5C;
}

.subscribe-block {}

.subscribe-block p {
	font-size: 14px;
	line-height: 22px;
	color: #696981;
}

.subscribe-block .form-group {
	position: relative;
}

.subscribe-block .form-control {
	background: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	height: 50px;
	padding-right: 150px;
	color: #7A7A7A;
	border: 1px solid #E9E8FF;
	box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.sub-btn {
	position: absolute;
	right: 8px;
	top: 6px;
	padding: 7px 25px;
	background: #229CD8;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border: none;
	color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-ms-transition: .2s all linear;
	-o-transition: .2s all linear;
}

.sub-btn:hover {
	background: #066594;
}

.main-footer {
	background: #232F5C;
	padding: 50px 0;
}

.footer-logo {
	max-width: 250px;
	margin-bottom: 20px;
}

.main-footer p {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0;
}

.main-footer h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.footer-nav {}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 10px 0;
	line-height: 24px;
}

.footer-nav ul li a {
	color: #fff;
}

.footer-nav ul li a:hover {
	color: #229CD8;
}
.article-block ul{

}
.article-block ul li, .article-block ol li{
	font-size: 14px;
    line-height: 22px;
	margin-bottom:10px;
}
.article-block blockquote{
	position: relative;
	background: #232F5C;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	padding: 65px 15px 30px;
	margin: 20px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.article-block blockquote::before{
	content: "“";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 75px;
    line-height: 80px;
}
.search-form-wrap {
}
.search-form-wrap .form-group {
    position: relative;
}
.search-form-wrap .form-control {
	border-color: #E6E6E6;
	height: 38px;
	font-size: 12px;
	padding-right: 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.submit-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000000;
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    background: none;
}
.slashed-list-items{}
.slashed-list-items ul{
	margin: 0;
	padding: 0;
}
.slashed-list-items ul li{
	list-style-type: none;
    display: inline-block;
    line-height: 24px;
    margin: 0 5px 10px 0;
    position: relative;
    padding-right: 20px;
}
.slashed-list-items ul li a {
    color: #4E4E4E;
}
.slashed-list-items ul li a:hover {
    color: #000;
}
.slashed-list-items ul li:before{
	position: absolute;
    content: '/';
    right: 0;
    font-size: 12px;
    top: 1px;
    color: #c0c0c0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.slashed-list-items ul li:last-child::before{
	display: none;
}
.newsletter-form {}

.newsletter-form .form-control {
    border-color: #E6E6E6;
    border-radius: 0;
    height: 38px;
    font-size: 12px;
}

.submit-full-btn {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #229CD8;
    border: none;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

.submit-full-btn:hover {
    background: #096797;
    color: #fff;
}
.post-url{
	display: inline-block;
	color: #29294b;
	padding: 15px 10px;
	line-height: 24px;
	font-size: 12px;
}
.article-block .image {
    text-align: center;
}
.article-block figcaption {
    max-width: 80%;
    margin: 10px auto;
    font-style: italic;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

table {
	border-collapse: collapse;
	width: 100%;
  }
  
  td, th {
	border: 1px solid #353232;
	padding: 8px;
  }
  