/*--------------------------------------------------------------------------------------------------------------------*/
/* NEWS CSS
/*--------------------------------------------------------------------------------------------------------------------*/
.pagination {
	text-align: center;
	padding: 15px 0 45px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li:not(:last-child){
	margin-right: 5px;
}
.pagination ul li a {
	background: #f8f8f8;
	display: block;
	color: #555;
	cursor: pointer;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pagination ul li.active a,.pagination ul li:hover a {
	background: #EB2B2D;
	color: #FEFEFE!important;
}



.blog-page .directory-bar{
  width: 100%;
  background-color: #233671;
  padding: 12px 150px;
}
.blog-page .directory-bar a:hover{color: #ffffff;}
.blog-page .directory-bar a, .contact-page .directory-bar span{
  color: white;
  text-decoration: none;
}
.blog-page .directory-bar .current-page{
  color: #FBEA9D;
}
.blog-page .directory-bar a:hover{
  text-decoration: underline;
}

.blog-page .news-item-seemore {
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog-page .news-list {
    padding: 30px 0;
}
.blog-page a:hover{
  color: #1D3571;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}
.blog-page .news-list-body {
    margin: 0 auto;
}

.blog-page .news-item {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 12px 2px rgb(0 0 0 / 16%);
}

.blog-page .news-item-image {
    /*width: 230px;*/
}

.blog-page .news-item-content {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 26px;
}

.blog-page .news-item-title {
    font-size: 20px;
    line-height: 1.3rem;
    margin-top: 5px;
    font-weight: bold;
}

.blog-page .news-item-summary {
    font-size: 16px;
    margin: 20px 0px;
    max-width: 100%;
}

.blog-page .news-load-item {
    padding: 8px 15px;
    border: 1px solid #ccc;
    display: inline-block;
}

.blog-page .news-load-item:hover {
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #ccc;
    color: #fff;
}

.blog-page .news-updated-at {
    color: #3C90CD;
    font-size: 0.875rem;
    margin: 15px 0px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESPONSIVE NEWS CSS
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* IPAD 3/4 (1024x768) */

.blog-page *, ::after, ::before {
  box-sizing: border-box
}

.blog-page html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

@-ms-viewport {
  width: device-width
}

.blog-page article, header, nav, section {
  display: block
}

.blog-page body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #212529;
  text-align: left;
  background-color: #fff
}

.blog-page h1 {
  margin-top: 0;
  margin-bottom: .5rem
}

.blog-page p {
  margin-top: 0;
  margin-bottom: 1rem
}

.blog-page ol,.blog-page ul {
  margin-top: 0;
  margin-bottom: 1rem
}

.blog-page ul ul {
  margin-bottom: 0
}

.blog-page a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
	text-align: center;
}

.blog-page a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

.blog-page img {
  vertical-align: middle;
  border-style: none
}

.blog-page svg {
  overflow: hidden;
  vertical-align: middle
}

.blog-page button {
  border-radius: 0
}

.blog-page button,.blog-page input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.blog-page button,.blog-page input {
  overflow: visible
}

.blog-page button {
  text-transform: none
}

.blog-page [type=submit],.blog-page button {
  -webkit-appearance: button
}

.blog-page [type=submit]::-moz-focus-inner, .blog-page button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.blog-page ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.blog-page h1 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

.blog-page h1 {
  font-size: 2.5rem
}

.blog-page .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.blog-page .noselect {
  -webkit-touch-callout: none
}

.blog-page svg {
  margin-top: -3px;
  position: relative
}

body {
  font-family: Roboto, Arial, sans-serif;
  color: #333;
  /*background: #f6fbff !important*/
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999;
}

/* Spinner styles */
.spinner {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #233671;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.loaded #loader {
  display: none; /* Hide loader after page is fully loaded */
}



.blog-page p:last-child {
  margin-bottom: 0
}

.blog-page img {
  /* object-fit: cover; */
  display: inline-block;
}

.blog-page .elife-content {
  width: 100%;
  min-height: 500px
}

.blog-page button,.blog-page input {
  border-radius: 0;
  line-height: inherit;
  margin: 0
}

.news-list a {
  color: #1D3571;
}

.blog-page .section-sitemap-title {
  font-family: Montserrat, arial, serif;
  font-size: 1.375rem;
  line-height: 1.625em;
  font-weight: 600;
  color: #1D3571 !important;
  position: relative;
  margin-bottom: 15px;
  max-width: 270px
}

.blog-page .section-sitemap-title.text-center {
  margin: 0 auto 30px
}

.blog-page .section-sitemap-title.text-center:before {
  left: 50%;
  margin-left: -32px
}
.blog-page .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.blog-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.blog-page .col-12, .blog-page .col-lg-12,.blog-page .col-lg-6,.blog-page .col-md-4,.blog-page .col-md-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.blog-page .col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.form-pagination {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
  /*overflow: scroll;*/
}

.form-pagination ul {
	width: 400px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	list-style-type: none;
}
.form-pagination ul {
	padding: 0;
}
.form-pagination li a, .form-pagination li .page-numbers.dots  {
	width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 12px 2px rgb(0 0 0 / 16%);
	border:
  color: #1D3571 !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-right: 10px;
}

.form-pagination span.active a{
	background: #1D3571 !important;
	color: #fff!important;
}

@media only screen and ( max-width: 1024px ) {
    /* .blog-page .news-item-image {
        width: 100%;
    } */

    .blog-page .news-item-content {
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
  .blog-page .directory-bar{
    padding: 12px 50px;
  }
  .blog-page .section-sitemap-title.text-center {
    margin: 0 auto 0px;
  }
}
@media (min-width: 768px) {
  .blog-page .container {
    /*max-width: 720px*/
  }
}
@media (min-width: 768px) {
  .blog-page .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .blog-page .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .blog-page .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .blog-page .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media (min-width: 992px) {
  .blog-page .container {
    max-width: 960px;
  }

}
@media (min-width: 1200px) {
  .blog-page .container {
    max-width: 1400px;
  }
}
@media (max-width: 1200px) {
  .blog-page img{
    width: 100%;
		height: auto;
  }
}
@media (max-width: 768px) {
  .blog-page .news-item-content{
    width: 100%;
  }
  .blog-page .news-item-image{
    width: 100%;
  }
}

@media (max-width: 460px) {
  .form-pagination li a, .form-pagination li .page-numbers.dots {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
}