/* Helpers */
.text--blue {
  color: #1593a6 !important;
}
.text--green {
  color: #00b16a !important;
}
.text--yellow {
  color: #ffad21 !important;
}
.text--orange {
  color: #ff5722 !important;
}
.text--pink {
  color: #e53476 !important;
}
.text--purple {
  color: #9067C6 !important;
}


/* Font tweaks */
h1 {
  text-transform: uppercase;
  line-height: 58px;
}

h3, h4, h5, h6 {
  opacity: 0.9;
}

/*
div.list-details .item span {
  font-weight: 400;
}*/


/* Links */
.link, .link:link, .link:visited,
.link--blue, .link--blue:link, .link--blue:visited{
  text-decoration: none;
  color: #1593a6;
  border-bottom: 1px dashed #1593a6;
  transition: color 0.2s, border 0.2s;
  cursor: pointer;
}

.link:hover, .link:focus, .link:active,
.link--blue:hover, .link--blue:focus, .link--blue:active{
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px dashed #1593a6;
}

a:not(.primary-button):not(.secondary-button):not(.tertiary-button):not(.ark-btn), a:link:not(.primary-button):not(.secondary-button):not(.tertiary-button):not(.ark-btn), a:visited:not(.primary-button):not(.secondary-button):not(.tertiary-button):not(.ark-btn),
.link--white, .link--white:link, .link--white:visited {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s, border 0.2s;
  cursor: pointer;
  border-bottom: 1px dashed #1593a6;
}

a:hover:not(.primary-button):not(.secondary-button):not(.tertiary-button):not(.ark-btn), a:focus:not(.primary-button):not(.secondary-button):not(.tertiary-button):not(.ark-btn), a:active:not(.primary-button):not(.secondary-button):not(.tertiary-button):not(.ark-btn),
.link--white:hover, .link--white:focus, .link--white:active {
  text-decoration: none;
  color: #1593a6;
  border-bottom: 1px dashed #1593a6;
}


/* Link styling overrides */
.menu a:not(.primary-button):not(.secondary-button):not(.tertiary-button), .footer a, .blog-listing-container a, .blog-back-button, .blog-next-button, .link-with-arrow {
  border-bottom: none !important;
}


/* Background effects */
body, .bottom-stripe {
  background-color: #272b2f !important;
  background-image: url('/hubfs/Website%20images/patterns/navy.png') !important;
  background-repeat: repeat !important;
}


/* Navigation wrapping fix */
@media (min-width: 993px) and (max-width: 1180px) {
  .header .logo img {
    max-width: inherit !important;
  }
  .navigation .nav-items {
    max-width: 100% !important;
  }
}


/* Stripe header spacing fix on xl+ viewports */
@media (min-width: 1920px) {
  .header-stripe-wrapper .stripe-wrapper .top-stripe-content {
    padding-bottom: 250px !important;
  }
  
  .header-stripe-wrapper .bottom-stripe {
    bottom: -360px !important;
    height: 500px !important;
  }
}


/* Logoreel grayscale filter / hover effects */
div.images-list .image img {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}

div.images-list:hover .image img {
  filter: none;
}


/* Article listing styling */
.article {
  background-color: rgba(255,255,255,0.1) !important;
}

.article-image {
  background-color: rgba(255,255,255,0.9) !important; /*rgba(18,19,15,0.3) !important;*/
}

a.article-button {
  background-color: rgba(21,147,166,1) !important;
  border-radius: 4px !important;
  border: 1px solid rgba(21,147,166,1) !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: all .3s !important;
  color: rgba(255,255,255,0.9) !important;
}

a.article-button:hover {
  background-color: rgba(21,147,166,0.6) !important;
  color: rgba(255,255,255,1) !important;
}

a.article-button:active {
  background: rgba(21,147,166,0.5) !important;
  color: rgba(255,255,255,1) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
}

/* Article header image ratio fix */
.featured-image {
    background-position: center !important;
    background-size: cover !important;
    border-radius: 6px !important;
    width: 100% !important;
    height: auto;
    padding-top: 50% !important; 
}
 
}

/* Email subscription form */
input[type=email]:hover, input[type=file]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, select:hover, textarea:hover,
input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus,
input[type=email]:active, input[type=file]:active, input[type=number]:active, input[type=password]:active, input[type=tel]:active, input[type=text]:active, select:active, textarea:active {
  color: #000000;
}

/* search form */
.submitted-message, form {
    background: none; !important;    
    box-shadow: none; !important; 

}

/*hihglight text*/
.bold { font-weight: bold; }
.highlight { color: #1593a6; }