/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#banner {
  position: relative;
  overflow: hidden;
  border-bottom: solid 18px #1a4e74;
  padding-top: 125px;
  padding-bottom: 75px; }
  @media (min-width: 769px) {
    #banner {
      padding-top: 250px;
      padding-bottom: 75px; } }
  @media (min-width: 1025px) {
    #banner {
      padding-top: 250px;
      padding-bottom: 75px; } }
  #banner .bg-cover {
    object-position: center bottom;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
    @media (min-width: 769px) {
      #banner .bg-cover {
        object-position: center bottom; } }
  #banner .banner-content h1 {
    color: #3e3d3b;
    position: relative;
    padding-bottom: 2.2rem;
    margin-bottom: 2rem; }
    #banner .banner-content h1::after {
      content: "";
      height: 8px;
      width: 107px;
      background-color: #ffb000;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
  #banner .banner-content .entry-meta {
    color: #3e3d3b;
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-bottom: 1.5rem; }

.blog-content {
  padding: 75px 0;
  /* Social Share buttons */ }
  @media (min-width: 1025px) {
    .blog-content {
      padding: 100px 0; } }
  .blog-content .blog-img {
    border-radius: 20px;
    margin-bottom: 2rem;
    font-weight: 700; }
    .blog-content .blog-img:hover {
      text-decoration: underline; }
  .blog-content article .entry-content p a {
    color: #ffb000; }
    .blog-content article .entry-content p a:hover {
      text-decoration: underline; }
  .blog-content article .entry-content ul {
    list-style: none;
    padding-left: 0; }
    .blog-content article .entry-content ul li {
      position: relative;
      padding-left: 40px;
      /* space for the bullet */ }
      .blog-content article .entry-content ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 16px;
        height: 15px;
        background-color: #366485;
        border: 4px solid #366485;
        border-radius: 50%;
        box-sizing: border-box; }
      .blog-content article .entry-content ul li a {
        color: #ffb000; }
        .blog-content article .entry-content ul li a:hover {
          text-decoration: underline; }
  .blog-content .social-share-wrapper hr {
    border-top: 1px solid #8d8f8f;
    background-color: #8d8f8f;
    opacity: 1;
    margin: 3rem 0;
    height: 1px; }
  .blog-content .social-share-wrapper h5 {
    margin-bottom: 1rem;
    color: #8d8f8f; }
  .blog-content .social-share-wrapper p {
    display: inline-block; }
  .blog-content .social-share-wrapper .share-btns {
    list-style: none;
    margin: 0;
    padding: 0; }
    .blog-content .social-share-wrapper .share-btns li {
      padding: 0;
      cursor: pointer;
      position: relative;
      margin-right: 15px;
      color: #ffffff;
      text-decoration: none;
      height: 46px;
      width: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 0;
      color: #1a4e74; }
      .blog-content .social-share-wrapper .share-btns li i {
        font-size: 18px; }
      .blog-content .social-share-wrapper .share-btns li:last-child {
        margin-right: 0; }
      .blog-content .social-share-wrapper .share-btns li a {
        text-decoration: none; }
  .blog-content .widget-area h3 {
    color: #3e3d3b;
    margin-bottom: 2rem; }
  .blog-content .widget-area .blog-card-sm {
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: 20px;
    position: relative;
    z-index: 9; }
    .blog-content .widget-area .blog-card-sm .img-col {
      width: 150px; }
      @media (min-width: 641px) {
        .blog-content .widget-area .blog-card-sm .img-col {
          width: 150px; } }
      .blog-content .widget-area .blog-card-sm .img-col .blog-img-sm {
        border-radius: 20px 0px 0px 20px;
        width: 150px !important;
        max-height: 100% !important;
        height: 100% !important;
        object-fit: cover; }
        @media (min-width: 641px) {
          .blog-content .widget-area .blog-card-sm .img-col .blog-img-sm {
            width: 150px !important; } }
    .blog-content .widget-area .blog-card-sm .content-col {
      width: calc(100% - 150px);
      padding: 1rem 1rem 1rem 1rem; }
      @media (min-width: 641px) {
        .blog-content .widget-area .blog-card-sm .content-col {
          width: calc(100% - 150px);
          padding: 1rem 1rem 1rem 1rem; } }
      .blog-content .widget-area .blog-card-sm .content-col h5 {
        color: #3e3d3b;
        margin: 1rem 0; }
      .blog-content .widget-area .blog-card-sm .content-col .entry-meta {
        color: #3e3d3b;
        font-size: 16px;
        letter-spacing: -0.4px;
        margin-bottom: 10px; }
      .blog-content .widget-area .blog-card-sm .content-col .read-article {
        display: inline-block;
        color: #ffb000;
        font-weight: 700;
        font-size: 18px; }
        .blog-content .widget-area .blog-card-sm .content-col .read-article:hover {
          text-decoration: underline; }
  .blog-content .widget-area .child-cats {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .blog-content .widget-area .child-cats li {
      padding: 0;
      margin-bottom: 0; }
      .blog-content .widget-area .child-cats li a {
        border-bottom: 1px solid #8d8f8f;
        display: block;
        padding: 0.5rem 0;
        color: #3e3d3b; }
        .blog-content .widget-area .child-cats li a:hover {
          color: #ffb000; }
      .blog-content .widget-area .child-cats li:first-of-type a {
        border-top: 1px solid #8d8f8f; }
