/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

td, th {
    border: 2px solid #ffffff  !important;
}

/* DGunning Form title */

.form-title {
text-align: center !important;
    padding-left: 1.75rem;
}
/* DGunning added Google fonts*/

// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
</style>
/* Dgunning Search customisations */




#hs_cos_wrapper_site_search .hs-search-field__button {
  display: none !important;
}
.header-search-open svg {
  fill: #08b783 !important;
  height: 30px !important;
  width: 30px !important;
  display: none !important;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   width: 200px !important;
  }
  /* Dgunning global line-height: 1.5 */
body {
line-height: 1.6 !important;
}
div {
line-height: 1.6 !important;
}
p {
line-height: 1.6 !important;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.6 !important;
}
/* DGunning 4impact added for a thumbnail image to preload whilst waiting for video to load in Jake Video Widget:  */
.jake-hero-banner {
background-image: url("https://sida4.io/hubfs/custom-video-thumbnails/sida4-swirl-background-Youtube-2048-1152.jpg");
  z-index: -10;
}
/* DGunning 4impact fast-fix to hide CTA button as was non clickable in Jake Video Widget:  */
.jake-hero-banner__cta {
  display: none !important;
}

/* Start Dgunning 4impact adding custom image link hover */
a:hover img {
  opacity: 0.8;
}
/* End Darren Gunning */
/* Start Dgunning 4impact adding directional arrow to main nav desktop to match mobile */
.header-menu-main>.hs-menu-wrapper>ul>li.hs-item-has-children:after {
    color: inherit;
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-size: .8rem;
    font-weight: 900;
  padding-left: 5px;
    position: absolute;
    right: 0.375rem;
    top: 52%;
    transform: translate(50%,-50%);
}

/* End Darren 
/* Start Dgunning 4impact bug fix for banner images not scaling on iOS mobile, disable parallax on mobile */
@media (max-width: 767px) {
    .bg-fixed {
        background-attachment: unset;
    }
}
/* End Darren Gunning */
/* Dgunning added custim Fotter title size */
/* Dgunning 4impact added item tile custom size */
.footer-column-item-title {
  font-size: 20px !important;
}
/* Dgunning 4impact Soti video mobile smaller */
@media (max-width: 479px) {
.vidyard_iframe {
width: 90% !important;
  height: auto;
}
}
/* End Darren Gunning */
/* Start Dgunning 4impact remove underscore from all buttons */
.button,
.hs-button,
.button-primary,
.button-secondary,
.button-light,
.button-dark,
.button-light-gray,
.button-dark-gray,
.button-link,
.button-outline-primary,
.button-outline-secondary,
.button-outline-light,
.button-outline-dark,
.button-outline-light-gray,
.button-outline-dark-gray
.button-outline-link a {
text-decoration: none !important;
}

element.style {
}
a:link {
    text-decoration: underline;
}
/* Start Dgunning 4impact mobile nav */
.header-menu-mobile a {
color: #002d74 !important;
font-weight: 500 !important;
text-decoration: none !important;
} 
.header-menu-mobile .hs-menu-depth-2 a {
color: #002d74;
font-weight: normal !important;
text-decoration: none !important;
}
.header-menu-mobile .hs-menu-depth-3 a {
color: #002d74;
font-weight: normal !important;
text-decoration: none !important;
padding-left: 40px;  
}
/* End Darren Gunning */
/* Start Dgunning 4impact h1 animation */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
h1 {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -moz--o-animation: fadeIn 5s;
 }
/* End Dgunning h1 animation */
#background-video {  width: 100vw;  height: 100vh;  object-fit: cover;  position: fixed;  left: 0;  right: 0;  top: 0;  bottom: 0;  z-index: -1;}
/* DGunning 4impact added for Job Adder Widget with customisations */
 div.job {
    padding-bottom: 50px;
   line-height: 1.5;
}
div.job .title a {
     font-size: 24px;
     color: #273473;
}
div.job alt .title a {
     font-size: 24px;
     color: #273473;
}
.view-details {
   color: #273473;
  text-decoration: none;
}
.ja-pager .current-page {
  padding: 0 15px 0 0 !important; /* Dgunning 4impact was 0 15px 0 0 added .ja pager */
    color: #273473;
}
.ja-pager .next {
  padding: 0 0 0 0 !important;  /* Dgunning 4impact was 0 15px 0 0 added .ja pager */
    color: #273473;
}
.ja-pager .previous {
  padding: 0 15px 0 0 !important;  /* Dgunning 4impact was 0 15px 0 0 added .ja pager */
    color: #273473;
}
.ja-pager .page {
  padding: 0 15px 0 0 !important;  /* Dgunning 4impact was 0 15px 0 0 added .ja pager */
    color: #273473;
}
.ja-pager .page a {
   color: #273473;
  text-decoration: none;
}
.ja-pager-summary {
   color: #273473;
  text-decoration: none;
  font-weight: 500;
}
.ja-button {
   background-color: #273473;
color: #ffffff;
  text-decoration: none;
  border-radius: 4px !important;
  padding: 6px !important;
  margin: 20px !important;
  font-weight: 500;
  font-size: 1.25em;
}
.powered-by-jobadder {
   display: none;
}
/* logo margins */
.header-logo img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
/* positining navigation text vertically */
}
.header-navigation {
padding-top: 30px;
  margin-right: 20px;
}
/* mouse over text links */
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
.menu-mobile-button svg {
    height: 1.7rem !important;
}
/* main menu customisations */
/* Custom and Hover state to main menu */
.hs-menu-item.hs-menu-depth-1 a:hover {
color: rgba(8, 183, 131, 1);
}
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li> a {
  padding: 0.5rem 1rem;
    color: #000a64 !important;
}
.hs-menu-children-wrapper li> a:hover {
    background-color: #00c389 !important;
}
.header-menu-main>.hs-menu-wrapper>ul>li {
    margin-right: 20px;
}

/* adding dropdown list left side animation */
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a:before {
  background-color: #00c389;
}
/* limiting main header nav bottom animation strip with height 0 */
.header-menu-main>.hs-menu-wrapper>ul>li>a:after {
  background-color: #002d74;
  bottom: 0;
  content: "";
  height: 0px;
  left: 50%;
}
.header-menu-main {
  font-weight: 600;
  text-decoration: none;
}
.header-menu-main a {
  text-decoration: none;
  font-size: 0.9rem !important;
        padding: 1.25rem 1rem;
    }
/* adding dropdowns box shadow */
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
  background-color: #ffffff;
  padding: 0 0;
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
}
/* Dgunning 4impact added shadows to 3rd level navigation */
.hs-menu-children-wrapper {
box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
} 
/**************** Case Study Cards and Partner Gallery Cards Dgunning 4impact *************************************/
.widget-type-linked_image {
    overflow: visible !important;
    transform: skew(35deg, -15deg) scale(.75) !important;
    margin-top: 0px !important;
    display: inline-block !important;
    margin: 0px !important;
  filter: drop-shadow(-8px 8px 8px rgba(0, 0, 0, 0.3)) !important;
}

.card-image {
    overflow: visible !important;
    transform: skew(35deg, -15deg) scale(.75) !important;
    margin-top: 0px !important;
    display: inline-block !important;
    margin: 0px !important;
  filter: drop-shadow(-8px 8px 8px rgba(0, 0, 0, 0.3)) !important;
}
.cards-single-inner {
    border: solid 1px;
  border-color: #00c389;
    padding: 30px;
}
.subheading {
    font-size: 1rem;
    color: #00c389;
}
.card-heading {
  color: #001b6e !important;
font-size: 20px;
  text-align: centre;
}
div.cards-single-inner.card-hover--none {
  border: 0px !important;
  padding: 10px !important;
}
div.cards-single-inner.card-hover--image-zoom {
  border: 0px !important;
}
/*************** Blog Post and Blog Cards Customisations Dgunning 4impact ***************/
/* Post Header */
.blog-post__header {
  padding: 0.0px 20px 20px;  /* DGunning 4impact changed from 20px */
  
  background-image: url(https://sida4.io/hubfs/custom-video-thumbnails/sida4-swirl-background-Youtube-2048-1152.jpg) !important;
    background-size: cover;
  /*  this is where the magic parallax happens:  */
  background-attachment: fixed;
}
.blog-post__header h1 {
  font-size: 1.5rem !important;  /* DGunning 4impact changed from 2.25rem */
  margin-bottom: .75rem;
    color: #ffffff !important;  /* DGunning 4impact added custom color */
      font-weight: 500 !important;  /* DGunning 4impact added custom color */
}
.blog-header {
      background-image: url("https://sida4.io/hubfs/custom-video-thumbnails/sida4-swirl-background-Youtube-2048-1152.jpg") !important;
background-size: cover;
    /*  this is where the magic parallax happens:  */
  background-attachment: fixed !important;
}
.blog-post__meta--timestamp svg {
  fill: #ffffff !important;
}
.blog-post__meta--author svg {
  fill: #ffffff !important;
}
.blog-post__meta--minutes svg {
  fill: #ffffff !important;
}
.blog-post__back {
    color: #ffffff !important;
}
.blog-post__meta {
    color: #ffffff !important;
}
.progress-wrapper {
    background-color: #00c389 !important;
}
.tag-link {
  text-decoration: none !important;
  color: #00c389 !important;
}
}.tag-link:hover,
.tag-link:focus {
  background-color: #7ce3b32b !important;
  color: #333;
}
.blog-post__header .tag {
    border: 1px solid #ffffff !important;
}
.blog-index__sidebar-tags-list .tag {
border: 0px;
}
.blog-card-title {
  color: #001b6e !important;
}
.blog-card.blog-card--small a {
  text-decoration: underline:
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
.blog-card.blog-card--small a:link {
  text-decoration: underline:
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
.blog-card.blog-card--small a:hover {
  text-decoration: none;
  color: #8692d0;
}
.blog-card.blog-card--large a {
  text-decoration: underline:
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
.blog-card.blog-card--large a:link {
  text-decoration: underline:
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
.blog-card.blog-card--large a:hover {
  text-decoration: none;
}
/* Dgunning 4impact h1 mobile */
@media (max-width: 479px) {
h1 {
font-size: 30px !important;
}
}
/* Dgunning 4impact make logo on mobile smaller then the themes default */
@media (max-width: 479px) {
  .header-logo img {
  max-width: 70% !important;
    height: auto !important;
}
}
@media (min-width: 768px) {
  .blog-post__header {
    padding: 0.0px 20px 20px;
  }
  .blog-post__header h1 {
    font-size: 1.5rem !important;  /* DGunning 4impact changed from 2.25rem */
  }
}
@media (min-width: 992px) {
  .blog-post__image {
    padding-bottom: 28.125%; /* DGunning 4impact changed from 30 to 50 */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;  /* DGunning 4impact changed from 30 to 50 */
    flex: 0 0 50%;  /* DGunning 4impact changed from to 30 50 */
    margin-top: 0;
  }
}