html {
  font-size: 100.01%;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
}

.container {
  /*max-width: 1260px;*/
  width: 100%;
}

:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a, .btn, button, .nav-link img, .collapse-arrow {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a {
  color: #231f20;
}

a:hover {
  color: #000;
}

p {
  margin: 0 0 0px;
}

strong {
  font-weight: 700;
}

sub, sup {
  font-size: 65%;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-blue {
  color: #111e90;
}

.lead {
  font-size: 1.67em;
  margin-bottom: 1.5em;
}

.btn {
  border-radius: 0;
  padding: 6px 12px;
}

.btn-link {
  font-size: 20px;
  color: #231f20;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.btn-primary {
  border-color: #111e90;
  background: #111e90;
  font-weight: 700;
  color: #fff;
}

.btn-submit {
  padding: 6px 20px;
  letter-spacing: 3px;
}

.cta-btn {
  letter-spacing: 0.08em;
}

.bg-gray {
  background-color: #ddd;
  color: #111e90;
}

.bg-blue {
  background-color: #111e90;
  color: #ffffff;
}

.navbar-nav {
  margin-left: 5px;
}

.navbar-nav li {
  margin: 0 5px;
}

.input-group-mainSearch:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.input-group-mainSearch .form-control {
  font-size: 17px;
  padding-left: 18px;
}

.input-group-mainSearch .form-control, .input-group-mainSearch .btn {
  height: 45px;
}

.input-group-mainSearch .btn {
  color: #0daba4;
}

.input-group-mainSearch .btn svg {
  width: 22px;
  height: 22px;
}

.home {
  min-height: 320px;
  height: 85vh;
}

.navbar-nav a {
  color: rgba(0, 0, 0, .9) !important;
}

.navbar-nav .active > a {
  text-decoration: underline !important;
}

.footer {
  font-size: 11px;
}

.logo img {
  max-width: 250px;
  width: 100%;
}

img.logo {
  max-width: 420px;
  width: 100%;
}

.inner-page {
  padding: 15px 0;
}

.page-content {
  font-size: 16px;
  padding: 30px 0;
  margin-bottom: 40px;
}

.page-title {
  margin-bottom: 25px;
}

.page-title h1 {
  font-weight: 700;
  font-size: 28px;
}

.page-results {
  font-size: 14px;
  font-weight: 500;
}

.page-updates {
  font-size: 18px;
}

.page-updates li {
  margin-bottom: 5px;
}

.page-results li {
  margin-bottom: 35px;
}

.page-results li h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-results li h3 a {
  color: #1a0dab;
}

.page-results a:hover {
  color: #0daba4;
}

.page-results p a {
  text-decoration: underline;
}

.pagination_area {
  padding: 15px 0;
  font-size: 14px;
}

.pagination_area li {
  margin-right: 8px;
}

.pagination_area span, .pagination_area a {
  border-width: 0 !important;
  border-radius: 25px !important;
  font-weight: 500;
}

.accordion .btn-block {
  text-decoration: none !important;
  padding: 10px 40px 10px 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

.collapse-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 16px;
}

[aria-expanded="true"] .collapse-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card-body {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.accordion .card-body a {
  color: #1a0dab;
  text-decoration: underline;
}

.accordion .card-body a:hover {
  color: #0daba4;
  text-decoration: none;
}

.accordion .card-body p {
  margin-bottom: 5px;
}

.accordion .card-body ul {
  margin-bottom: 20px;
}

.accordion .card-body ul li {
  margin-bottom: 5px;
}

.accordion .card:first-child {
  border-radius: 15px 15px 0 0;
}

.accordion .card:last-child {
  border-radius: 0 0 15px 15px;
}

.contact-form form {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 35px 25px;
  max-width: 520px;
  font-size: 14px;
  margin: auto;
  width: 100%;
}

.contact-form form label {
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-form form .btn {
  border-radius: 5px;
}

.contact-form form .form-control {
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

.contact-form form input.form-control {
  height: 42px;
}

.post_image {
  max-width: 40%;
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  -o-flex: 0 0 40%;
  flex: 0 0 40%;
}

.post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post_content {
  padding: 25px 28px;
  max-width: 60%;
  -webkit-flex: 0 0 60%;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -o-flex: 0 0 60%;
  flex: 0 0 60%;
}

.post_author {
  margin-bottom: 15px;
}

.post_author h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1px;
}

.post_author h6 {
  font-size: 12px;
}

.post_content {
  font-size: 13px;
}

.post_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-link {
  color: #fea496;
}

.page-item.active .page-link {
  background-color: #fea496;
  border-color: #fea496;
}

#search-list li a {
  text-decoration: underline;
}

#search-list li a:hover {
  text-decoration: none;
}

/* NEW */
.contact-form form {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 35px 25px;
  max-width: 520px;
  font-size: 14px;
  margin: auto;
  width: 100%;
}

.contact-form form label {
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-form form .btn {
  border-radius: 5px;
}

.contact-form form .form-control {
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

.contact-form form input.form-control {
  height: 42px;
}

.post_image {
  max-width: 40%;
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  -o-flex: 0 0 40%;
  flex: 0 0 40%;
}

.post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post_content {
  padding: 25px 28px;
  max-width: 60%;
  -webkit-flex: 0 0 60%;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -o-flex: 0 0 60%;
  flex: 0 0 60%;
}

.post_author {
  margin-bottom: 15px;
}

.post_author h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1px;
}

.post_author h6 {
  font-size: 12px;
}

.post_content {
  font-size: 13px;
}

.post_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-link {
  color: #fea496;
}

.page-item.active .page-link {
  background-color: #fea496;
  border-color: #fea496;
}

.blog-detail-content .post_author {
  opacity: 0.5;
}

.blog-detail-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog-detail-content {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.share-post a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.comment-area h3, .comment-list h3 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
}

.comment-area .form-control {
  font-size: 14px;
}

.comment-area input.form-control {
  height: 40px;
}

.media .img-fluid {
  height: 50px;
  max-width: 50px;
  border-radius: 50px;
}

.media {
  font-size: 14px;
}

.media p {
  margin-bottom: 0;
}

.media h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.media-footer {
  padding-top: 6px;
  padding-bottom: 3px;
}

.media-footer a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}

.blog-posts .post-title {
  position: absolute;
  top: 34%;
  left: 34%;
}

.blog-posts .post-img-container {
  position: relative;
  text-align: center;

}
.blog-posts .post-img-container img {
    opacity: 0.7;
    width: 70%;
}

.blog-posts .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-posts .centered span {
  font-size: 10px;
}
