/**************************************************
Stylesheet: Defaults Variables for Hammerhead Trenchless
**************************************************/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;1,600;1,700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: 'nexa_rust_sansblack';
  src: url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.eot");
  src: url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.woff") format("woff"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.ttf") format("truetype"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.svg#nexa_rust_sansblack") format("svg");
  font-weight: normal;
  font-style: normal; }

/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
    FONT MIXINS (family, size, color, weight, line-height)
    ********************/
/*********************
	Column split into X columns
	@include column-count(3);
	*********************/
/*********************
	Column split with px gap
	@include column-gap(40px);
	*********************/
/*********************
	Column split style
	@include column-rule-style(solid);
	*********************/
/*********************
	Column split border
	@include column-rule(1px solid #ededed);
	*********************/
/*********************
	Background gradient 2 color
	@include background-gradient($gray, #000);
	*********************/
/*********************
	Background gradient 3 color
	@include accordion-gradient($gray, #000, #666);
	*********************/
/*********************
	Transform duration by X seconds
	@include transition(1.5s);
	*********************/
/*********************
	Transform Rotate element by x degrees
	@include rotate(180);
	*********************/
/*********************
	Creates a 6px arrow with pure css
	@include arrow(#000);
	*********************/
/*********************
	Clip 10px corner off the bottom right corner
	@include cornerclip(#000);
	*********************/
/*********************
	Clip 3px corner off the bottom right corner
	@include cornerclipsmall(#000);
	*********************/
/*********************
	Clip 10px corner off the top right corner
	@include cornercliptop(#000);
	*********************/
/*********************
	Clip 10px corner off the top left corner
	@include cornercliptopleft(#000);
	*********************/
#wrapper-header {
  background: transparent; }

#wrapper-all {
  background: linear-gradient(36.9deg, #000000 -0.71%, #2F2F2F 42.88%); }

.simple-intro {
  padding-top: 45px;
  padding-bottom: 51px; }
  .simple-intro h1 {
    color: #D71920; }
  .simple-intro p {
    color: #ffffff; }
  .simple-intro .wrapper {
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 900px) {
    .simple-intro .content-wrapper {
      max-width: 49%; } }
  @media (min-width: 1210px) {
    .simple-intro .content-wrapper:first-child {
      max-width: 620px; }
    .simple-intro .content-wrapper:last-child {
      max-width: 530px; } }
.resources {
  padding-bottom: 30px; }
  @media (min-width: 900px) {
    .resources {
      padding-bottom: 60px; } }
  .resources .wrapper {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 45px; }
    @media (min-width: 570px) {
      .resources .wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 620px) {
      .resources .wrapper {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 800px) {
      .resources .wrapper {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 40px 27px; } }
    @media (min-width: 1100px) {
      .resources .wrapper {
        grid-template-columns: repeat(6, 1fr); } }
  .resources .resource {
    max-width: 145px;
    width: 100%;
    margin: 0 auto; }
  .resources .post-content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 177px); }
  .resources .post-image {
    max-width: 100%;
    height: 177px;
    width: 100%;
    overflow: hidden; }
    .resources .post-image img {
      object-fit: contain;
      object-position: center;
      height: 100%; }
    .resources .post-image:hover {
      outline: 2px solid #D71920; }
  .resources .post-title {
    margin-top: 10px; }
    .resources .post-title a {
      text-decoration: none; }
      .resources .post-title a:hover h2 {
        color: #D71920;
        text-decoration: underline; }
    .resources .post-title h2 {
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 16px;
      color: #ffffff;
      font-weight: 700;
      line-height: 18px;
      text-transform: capitalize;
      transition: all 100ms ease-in-out;
      margin-top: 0;
      margin-bottom: 10px; }
  .resources .post-link {
    margin-top: auto; }
    .resources .post-link a {
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 18px;
      color: #D71920;
      font-weight: 500;
      line-height: 26px;
      text-decoration: none;
      letter-spacing: 0.36px; }
      .resources .post-link a:after {
        content: "";
        width: 16px;
        height: 18px;
        display: inline-block;
        background: url("/wp-content/themes/element/assets/images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: center right;
        transition: width 300ms ease-in-out;
        position: relative;
        top: 2px;
        transition: all 300ms ease-in; }
      .resources .post-link a:hover {
        text-decoration: underline; }
        .resources .post-link a:hover:after {
          transform: translateX(10px); }

.blog-filter {
  margin-bottom: 30px; }
  .blog-filter .wrapper {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1000px;
    border-bottom: 1px solid #ffffff; }
  .blog-filter a {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.36px;
    text-decoration: none; }
    .blog-filter a.selected {
      font-weight: 700;
      color: #D71920; }
    .blog-filter a:hover {
      color: #D71920;
      text-decoration: underline; }
  .blog-filter select {
    padding: 15px 45px 15px 20px;
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 18px;
    background-color: #EAEAEA;
    appearance: none;
    border: none;
    margin-bottom: 12px;
    background-image: url("/wp-content/themes/element/assets/images/arrow.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right 20px; }
    .blog-filter select:focus {
      outline: 1px solid #D71920; }
  .blog-filter .sort a {
    font-weight: 700;
    position: relative;
    padding-right: 20px; }
    .blog-filter .sort a:before, .blog-filter .sort a:after {
      content: "";
      width: 20px;
      height: 14px;
      display: inline-block;
      background-size: 10px;
      background-position: center;
      background-repeat: no-repeat; }
    .blog-filter .sort a:before {
      position: absolute;
      right: 0;
      top: 3px;
      transform: rotate(180deg); }
    .blog-filter .sort a.ASC:before {
      background-image: url("/wp-content/themes/element/assets/images/arrow-white.svg"); }
    .blog-filter .sort a.ASC:after {
      background-image: url("/wp-content/themes/element/assets/images/arrow.svg"); }
    .blog-filter .sort a.DESC:before {
      background-image: url("/wp-content/themes/element/assets/images/arrow.svg"); }
    .blog-filter .sort a.DESC:after {
      background-image: url("/wp-content/themes/element/assets/images/arrow-white.svg"); }
