:root {
  --dark-gray: #10273e;
  --brand-primary: #10273e;
  --brand-secondary: #f2a537;
}

body {
  color: #333;
  background-color: #f8f8f8;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

h2 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

h3 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #616161;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #313131;
  text-decoration: underline;
}

ul {
  color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #8d8d8d;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
}

blockquote {
  color: #afafaf;
  border-left: 5px solid #10273e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.navigation-menu {
  float: left;
}

.navigation {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.no-top-padding {
  padding-top: 0;
}

.brand-logo {
  text-align: center;
  text-decoration: none;
  display: block;
}

.brand-logo img,
.brand-logo .logo {
  max-height: 90px;
  width: auto;
  height: auto;
}

.navigation-link {
  color: #313131;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.navigation-link:hover {
  color: #fff;
  background-color: var(--brand-secondary);
}

.navigation-link.w--current {
  color: #fff;
  background-color: #10273e;
}

.social-wrapper {
  float: right;
  max-height: 50px;
}

.social-icon {
  width: 30px;
  height: 50px;
  transition: background-position .4s;
}

.social-icon.facebook {
  background-image: url('../images/fa-facebook_100_0_7c7c7c_none_1fa-facebook_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.facebook:hover {
  background-image: url('../images/fa-facebook_100_0_7c7c7c_none_1fa-facebook_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  filter: brightness(0.3);
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_7c7c7c_none_1fa-twitter_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.twitter:hover {
  background-image: url('../images/fa-twitter_100_0_7c7c7c_none_1fa-twitter_100_0_7c7c7c_none.png');
  background-size: 14px;
  filter: brightness(0.3);
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_7c7c7c_none_1fa-instagram_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.instagram:hover {
  background-image: url('../images/fa-instagram_100_0_7c7c7c_none_1fa-instagram_100_0_7c7c7c_none.png');
  background-size: 14px;
  filter: brightness(0.3);
}

.social-icon.pin {
  background-image: url('../images/fa-pinterest-p_100_0_7c7c7c_none_1fa-pinterest-p_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.pin:hover {
  background-image: url('../images/fa-pinterest-p_100_0_7c7c7c_none_1fa-pinterest-p_100_0_7c7c7c_none.png');
  background-size: 14px;
  filter: brightness(0.3);
}

.social-icon.behance {
  background-image: url('../images/fa-behance_100_0_7c7c7c_none_1fa-behance_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.behance:hover {
  background-image: url('../images/fa-behance_100_0_7c7c7c_none_1fa-behance_100_0_7c7c7c_none.png');
  background-size: 16px;
  filter: brightness(0.3);
}

.social-icon.rss {
  background-image: url('../images/fa-rss_100_0_7c7c7c_none_1fa-rss_100_0_7c7c7c_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-icon.rss:hover {
  background-image: url('../images/fa-rss_100_0_7c7c7c_none_1fa-rss_100_0_7c7c7c_none.png');
  background-size: 12px;
  filter: brightness(0.3);
}

.social-icon.different-style {
  border: 2px solid #e4e4e4;
  width: 40px;
  height: 40px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.social-icon.different-style:hover {
  border-color: var(--brand-secondary);
}

.brand-sub-title {
  color: #797979;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Lora, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.divider {
  height: 80px;
}

.sidebar {
  padding-left: 20px;
}

.sidebar-wrapper {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.line {
  background-color: #dbdbdb;
  height: 1px;
}

.line.with-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidebar-title {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #f8f8f8;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.small-divider {
  height: 60px;
}

.author-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-photo.biger {
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.author-item {
  text-align: center;
}

.author-name {
  color: #3c3c3c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.align-center {
  text-align: center;
}

.subscribe-field {
  float: left;
  border: 1px solid #e9e9e9;
  border-right: 0 #0000;
  width: 65%;
  height: 40px;
  padding-top: 9px;
  font-size: 12px;
}

.subscribe-field:active, .subscribe-field:focus {
  border-top-color: #10273e;
  border-bottom-color: #10273e;
  border-left-color: #10273e;
}

.submit-button {
  float: left;
  color: #fff;
  background-color: #10273e;
  width: 35%;
  height: 40px;
  padding-top: 11px;
  font-size: 13px;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: #0a1a2b;
}

.success-message {
  background-color: #10273e;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-style: italic;
}

.form-text {
  color: #fff;
}

.error-message {
  text-align: center;
  background-color: #313131;
  border-radius: 4px;
  padding-top: 20px;
}

.categories {
  float: left;
  color: #797979;
  background-color: #f1f1f1;
  border: 1px solid #e6e6e6;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 9px 8px 7px;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}

.categories:hover {
  color: #fff;
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
}

.category-item {
  float: left;
  display: inline-block;
}

.blog-content {
  z-index: 2;
  margin-top: -120px;
  padding: 20px;
  position: relative;
}

.divider-inside {
  z-index: 10;
  background-color: #ffffff1a;
  width: 100%;
  height: 100%;
  padding: 15px;
  position: absolute;
}

.banner-wrapper {
  float: left;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.line-inside {
  border: 1px solid #fffffff2;
  width: 100%;
  height: 100%;
}

.banner-conent {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.banner-title {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #10273e;
  padding: 12px;
  font-weight: 300;
  display: inline-block;
}

.blog-inside-content {
  border: 2px solid #f8f8f8;
  padding: 20px;
}

.white-background {
  text-align: center;
  background-color: #f8f8f8;
  padding: 35px 30px;
}

.blog-title {
  color: #313131;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.blog-title:hover {
  color: var(--brand-secondary);
}

.button {
  color: #313131;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #ddd;
  padding: 0 0 1px;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s;
}

.button:hover {
  color: var(--brand-secondary);
  border-bottom-color: var(--brand-secondary);
}

.margin-div {
  margin-top: 20px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.by-tag {
  margin-right: 5px;
  display: inline-block;
}

.by-tag.current-view {
  font-size: 14px;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #eee9;
  padding-top: 30px;
  padding-bottom: 20px;
  box-shadow: 0 0 3px #eeeeeeb8;
}

.highlighted-articles {
  text-align: center;
  border: 3px solid #10273e;
  margin-top: 40px;
  padding: 45px 25px 25px;
  position: relative;
}

.highlighted-title {
  color: var(--brand-primary);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #f8f8f8;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translate(-50%);
}

.upper-footer-left {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  height: 100px;
  padding-top: 19px;
}

.upper-footer-right {
  padding-top: 10px;
  padding-left: 30px;
}

.small-footer {
  background-color: #10273e;
  padding-top: 21px;
  padding-bottom: 21px;
}

.color-paragraph {
  color: var(--brand-secondary);
  font-weight: 700;
}

.scroll-navigation {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #eee9;
  width: 100%;
  position: fixed;
  box-shadow: 0 0 3px #eeeeeeb8;
}

.scroll-navigation .brand-logo img {
  max-height: 50px;
  width: auto;
}

.footer .upper-footer-left img {
  max-height: 60px;
  width: auto;
}

.top-header {
  border-bottom: 1px solid #eee9;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}

.highlighted-wrapper {
  position: relative;
  overflow: hidden;
}

.highlighted-content {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.popular-post-wrapper {
  margin-bottom: 20px;
}

.popular-image {
  float: left;
  margin-right: 12px;
}

.bold {
  color: #414141;
  font-style: italic;
  font-weight: 700;
}

.popular-post-thumb {
  width: 64px;
  height: auto;
}

.popular-content {
  overflow: hidden;
}

.popular-title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.popular-title:hover {
  color: var(--brand-secondary);
}

.go-top {
  color: #fff;
  text-decoration: none;
  display: block;
}

.white-font {
  color: #fff;
  font-weight: 500;
}

.white-font.opacity {
  color: #ffffffe0;
}

.video-background {
  background-image: linear-gradient(#f8f8f899, #f8f8f8);
  height: 400px;
}

.centred-container {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.small-space {
  margin-top: 20px;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #ddd;
  height: 50px;
  margin-bottom: 20px;
  font-size: 13px;
  transition: border-color .5s;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #10273e;
}

.text-area {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #ddd;
  padding-bottom: 110px;
  font-size: 13px;
  transition: border-color .4s;
}

.text-area:active, .text-area:focus {
  border-bottom-color: #10273e;
}

.big-button {
  color: #313131;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .4s;
  display: block;
}

.big-button:hover {
  color: #fff;
  background-color: var(--brand-secondary);
  border-bottom-color: #d89530;
}

.blog-post-wrapper {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-image: linear-gradient(45deg, #000, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.categories-link, .categories-wrapper {
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.copyright-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.link-2 {
  color: #10273e;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #fff;
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-copyright-flex.right {
  justify-content: flex-start;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  text-align: left;
  letter-spacing: 0;
}

/* Hero Banner CTA Button */
.hero-banner .button:hover {
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  color: #fff;
}

/* Blog Card Styles */
.blog-card {
  border-radius: 4px;
}

.blog-card:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

.blog-card:hover img {
  transform: scale(1.05);
}

.big {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.photo-badge {
  background-image: none;
  background-color: var(--brand-primary);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #10273e;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    background-color: #ececec;
  }

  .section, .section.no-top-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-link {
    display: block;
  }

  .social-icon {
    height: 60px;
  }

  .hamburger {
    float: left;
  }

  .hamburger.w--open {
    background-color: #10273e;
  }

  .sidebar {
    margin-top: 50px;
  }

  .author-name {
    font-size: 10px;
  }

  .by-tag {
    font-size: 9px;
  }

  .by-tag.bold {
    font-size: 14px;
  }

  .big-button {
    margin-top: 50px;
  }

  .categories-link {
    text-align: left;
    display: block;
  }

  .categories-wrapper {
    padding-left: 20px;
    display: block;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrapper {
    margin-bottom: 40px;
  }

  .align-left, .align-right {
    text-align: center;
  }

  .highlighted-title {
    font-size: 22px;
  }

  .upper-footer-right {
    padding-left: 0;
  }

  .highlighted-wrapper {
    margin-bottom: 20px;
  }

  .categories-wrapper {
    padding-left: 0;
  }

  .copyright-2 {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .author-photo.biger {
    width: 250px;
    height: 250px;
  }

  .subscribe-field {
    float: none;
    width: 100%;
  }

  .blog-content {
    margin-top: -56px;
    padding: 10px;
  }

  .blog-inside-content, .white-background {
    padding: 10px;
  }

  .blog-title {
    font-size: 25px;
    line-height: 32px;
  }

  .highlighted-articles {
    padding-left: 15px;
    padding-right: 15px;
  }

  .highlighted-title {
    line-height: 31px;
    top: -52px;
  }

  .upper-footer-right {
    padding-left: 0;
  }

  .video-background {
    height: 300px;
  }

  .logo {
    max-width: 210px;
    width: auto;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }
}


