/* @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    */
/*****************************************/

/* 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://www.4impact.com/hubfs/custom-video-thumbnails/brand-explosion-video-preload-thumbnail.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;
}

/* DGunning 4impact added for LiveStorm Page widget
 div.livestorm-feed {
    padding-bottom: 0px;
   line-height: 1.5;
   background-color: #f0f0f0;
   position: relative;
   display: block;
}
/* End Darren Gunning */

/* 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: .625rem;
    font-weight: 900;
    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 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;
}

/* Start Dgunning 4impact add animation gradient over hero banner images */
.section-overlay {
background: linear-gradient(45deg, #00040a, #273473, #c31e72);
animation: gradient_anim 3s ease infinite;
background-size: 400% 400%;
opacity: 0.4; /* was 0.3 */
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
@keyframes gradient_anim {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* 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;
}
/* End Darren Gunning */

element.style {
}
a:link {
    text-decoration: underline;
}

/* Start Dgunning 4impact mobile nav */
.header-menu-mobile a {
color: #002d74 !important;
font-weight: 600 !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 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);
  
/* DGunning 4impact added for Hover state to main menu */
}
.hs-menu-item.hs-menu-depth-1 a:hover {
color: rgba(0, 45, 116, 0.6)
}
/* 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 */
img {
  margin-top: 10px;
  margin-bottom: 10px;
/* positining navigation text vertically */
}
.header-navigation {
padding-top: 30px;  
}
/* mouse over text links */
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
/* main menu customisations */
.header-menu-main {
  font-weight: 700;
  text-decoration: none;
}
.header-menu-main a {
  text-decoration: none;
}
.header-menu-main .active a {
  color: #8692d0;
}
.header-menu-main .hover a {
  color: #8692d0;
}
.header-menu-main .visited a {
  color: #8692d0;
}
/* adding dropdowns box shadow */
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
  background-color: #fff;
  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);
}
/* adding dropdowns horizontal seperators */
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a {
  font-weight: 300;
  border-top: 1px solid #dcdcdc;
}
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li> a {
  padding: 0.5rem 1rem;
}
/* adding dropdown list left side animation */
.header-menu-main>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper li a:before {
  background-color: #f58220;
}
/* limiting main headre 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%;
}
/*************** Blog Post Customisations Dgunning 4impact ***************/

.tag-link:hover,
.tag-link:focus {
  background-color:#eee;
  color: #333;
}
.blog-index__sidebar-tags-list .tag {
border: 0px;
}
.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 smaller */

@media (max-width: 479px) {
h1 {
font-size: 30px !important;
}
}
/* Post Header */
.blog-post__header {
  padding: 0.0px 20px;
  background-color: ;
}
.blog-post__header h1 {
  font-size: 1.5rem !important;  /* DGunning 4impact changed from 2.25rem */
  margin-bottom: .75rem;
    color: #273473 !important;  /* DGunning 4impact added custom color */
}
@media (min-width: 768px) {
  .blog-post__header {
    padding: 0.0px 20px;
  }
  .blog-post__header h1 {
    font-size: 1.5rem !important;  /* DGunning 4impact changed from 2.25rem */
        color: #273473 !important;  /* DGunning 4impact added custom color */
  }
}
@media (min-width: 992px) {
  .blog-post__image {
    padding-bottom: 16.875%; /* DGunning 4impact changed was 55 */ /* This number gives the image it's proper size. It is derived as  image_height / image_width * flex_width */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-top: 0;
  }
}
.blog-post__header {
  padding: 0.0px 20px 20px;
  background-color: ;
}

@media (min-width: 768px) {
  .blog-post__header {
    padding: 0.0px 20px 20px;
  }