/*
 Theme Name:   STG
 Theme URI:    https://www.cambioagency.com
 Description:  STG Theme
 Author:       Cambio Agency
 Author URI:   https://www.cambioagency.com
 Template:     cambio_bs4
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         cambioagency
 Text Domain:  STG
*/


/**** GOVT PAGE ****/

.stg-overview-govt {
  background-image: url(/wp-content/uploads/STG_swirl_bg.jpg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: top 55% center;
}

@media (max-width: 991px) {
  .stg-overview-govt {
    background: none;
  }
}

.stg-overview-govt img {
  max-width: 285px;
}

/**** PARENT PAGES ****/
.parent-hero {
  padding: 80px 0 50px;
}

.parent-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
}

.parent-negative-overlap {
  margin-top: -130px;
}

.parent-negative-overlap-padding {
  padding-top: 180px;
}

@media (max-width: 767px) {
  .parent-hero {
    padding: 35px 0 20px;
  }

  .parent-hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
  }
}

/***** Mega Menu *****/

.menu-container {
  width: 100%;
  /* margin: 0 auto; */
  background: #fff;
}

.menu-mobile {
  display: none;
  padding: 20px;

  &:after {
    content: "\f0c9";
    font-family: "Fontawesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-25%);
  }
}

.menu-dropdown-icon {
  &:before {
    content: "\f078";
    font-family: "Fontawesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
  }
}

.menu {
  font-size: 1.15rem;

  >ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    //position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    &:before,
    &:after {
      content: "";
      display: table;
    }

    &:after {
      clear: both;
    }

    >li {
      float: left;
      background: #fff;
      padding: 0;
      margin: 0;

      a {
        text-decoration: none;
        padding: 1.4em 1em;
        display: block;
        /* font-size: 1.15rem; */
        color: #000;
        font-weight: bold;
      }

      &:hover {
        background: #f0f0f0;
        background: #F4F7FA;
        /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e9eff5 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%, #e9eff5 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%, #e9eff5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9eff5', GradientType=0);
        /* IE6-9 */
        color: #000;
      }

      >div {
        display: none;
        width: 100%;
        background: #ffffff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
        padding: 0;
        position: absolute;
        z-index: 99;
        left: 0;
        margin: 0;
        list-style: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        &:before,
        &:after {
          content: "";
          display: table;
        }

        &:after {
          clear: both;
        }

        >li {
          margin: 0;
          padding-bottom: 0;
          list-style: none;
          width: 25%;
          background: none;
          float: left;
          font-size: 1.25rem;

          a {
            color: #000;
            padding: .2em 0;
            width: 95%;
            display: block;
            font-weight: bold;
            /* border-bottom: 1px solid #ccc; */
          }

          >ul {
            display: block;
            padding: 0;
            margin: 10px 0 0;
            list-style: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;

            &:before,
            &:after {
              content: "";
              display: table;
            }

            &:after {
              clear: both;
            }

            >li {
              float: left;
              width: 100%;
              padding: 2px 0;
              margin: 0;
              font-size: 1em;

              a {
                border: 0;
              }
            }
          }
        }

        &.normal-sub {
          width: 300px;
          left: auto;
          padding: 10px 20px;

          >li {
            width: 100%;

            a {
              border: 0;
              padding: 1em 0;
            }
          }
        }
      }
    }
  }
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 991px) {
  .menu-container {
    width: auto;
  }

  .menu-mobile {
    display: none;
  }

  .menu-dropdown-icon {
    &:before {
      display: block;
    }
  }

  .menu {
    >ul {
      display: none;

      >li {
        width: 100%;
        float: none;
        display: block;

        a {
          padding: 1.5em;
          width: 100%;
          display: block;
        }

        >ul {
          position: relative;

          &.normal-sub {
            width: 100%;
          }

          >li {
            float: none;
            width: 100%;
            margin-top: 20px;

            &:first-child {
              margin: 0;
            }

            >ul {
              position: relative;

              >li {
                float: none;
              }
            }
          }
        }
      }
    }

    .show-on-mobile {
      display: block;
    }
  }
}

.bg-cta-megamenu-business-technology-review {
  background: #231e32 url('/wp-content/uploads/home-highlight-consulting-2.jpg') no-repeat center right;
  background-size: cover;
  min-height: 350px;
}

/**** JORDAN ADDED ****/
.software-projects-step-one-bg-icon {
  background: url(/wp-content/uploads/STEP-1-Discovery-Design.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 70px;
}

.software-projects-step-two-bg-icon {
  background: url(/wp-content/uploads/STEP-2-Planning.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 70px;
}

.software-projects-step-three-bg-icon {
  background: url(/wp-content/uploads/Development.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 70px;
}

.software-projects-step-four-bg-icon {
  background: url(/wp-content/uploads/STEP-4-Testing.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 70px;
}

.software-projects-step-five-bg-icon {
  background: url(/wp-content/uploads/STEP-5-Delivery.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 70px;
}

@media (max-width: 767px) {
  .disappear-mobile {
    display: none;
  }
}

.mb-custom-projects {
  margin-bottom: 30px;
}

.round-border {
  border-radius: 20px;
}

.ai-assessment {
  background: url('/wp-content/uploads/ai-assess-dark-bg.jpg');
  background-size: cover;
  background-position: right;
  color: #fff;
}

.ai-assessment p {
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.2;
}

.ai-assessment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0 25px;
}

.ai-assessment ul li {
  background: url('/wp-content/uploads/check.png');
  background-position: left;
  background-size: 22px;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin: 15px 0;
  font-size: 22px;
}

@media (max-width: 767px) {
  .ai-assessment {
    background: url('/wp-content/uploads/ai-assess-dark-bg.jpg');
    background-position: center;
  }
}

.we-handle-box {
  border-radius: 20px;
  min-height: 430px;
  height: 100%;
}

@media (max-width: 767px) {
  .we-handle-box {
    min-height: 0;
    text-align: center;
  }
}

.we-handle img {
  width: 54px;
  margin-bottom: 15px;
}

.fractional-circle-tray {
  padding: 11% 0 0;
  background: url(/wp-content/uploads/wavy-tech-bg.png);
  background-position: top;
  background-size: 70%;
  background-repeat: no-repeat;
}

.fractional-circle-tray img {
  max-width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .fractional-circle-tray {
    padding: 10% 0;
    background: none;
  }

  .fractional-circle-tray img {
    max-width: 250px;
    margin-top: 12%;
    margin-bottom: 3%;
  }
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 1024px) {
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}


.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.center {
  text-align: center;
}

#breadcrumbs {
  display: none;
}

.we-coach li,
.we-can-fill li {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}

.stg-dark-blue {
  color: #1A3861;
}

/* .corner {
    background-image: url(http://stg.cambiostaging.com/wp-content/uploads/corner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
} */

.hero-tagline-text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#418be7+0,1ec8b3+100 */
  background: linear-gradient(to right, #418be7 0%, #1ec8b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-primary,
.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  color: #fff !important;
  background-color: #1EC8B3;
  background: linear-gradient(135deg, #418BE7 0%, #AE76DA 100%);
  border: none;
  border-radius: 2rem;
  transition: all .3s ease-in-out;
}

/* .btn-primary:hover {
  color: #fff !important;
  background-color: #06916d !important;
} */

/* .btn-primary:hover {
    color: #fff!important;
    background-color: #534a90!important;
} */


.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #418BE7 0%, #1ec8b3 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-ghost {
  color: #fff !important;
  background: none !important;
  border: 1px solid #fff !important;
}

.btn-ghost-dark {
  color: #143861 !important;
  background: none !important;
  border: 1px solid #143861 !important;
}

a.btn-white-with-sunrise-gradient {
  color: #CC7E8A !important;
  background: #fff !important;
}

a.btn-white-with-grape-gradient {
  color: #8F7DDE !important;
  background: #fff !important;
}

a.btn-white-with-ice-gradient {
  color: #30AACE !important;
  background: #fff !important;
}

.bg-gradient-stg-govt {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#418be7+0,1ec8b3+100 */
  background: linear-gradient(135deg, #143861 0%, #3E92E2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-stg-ice {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#418be7+0,1ec8b3+100 */
  background: linear-gradient(135deg, #418be7 0%, #1ec8b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-stg-ice-light {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3eefb+0,ddf7f4+100 */
  background: linear-gradient(135deg, #e3eefb 0%, #ddf7f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-stg-purple {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3eefb+0,f3ebf9+100 */
  background: linear-gradient(135deg, #AE76DA 0%, #418BE7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-stg-purple-light {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3eefb+0,f3ebf9+100 */
  background: linear-gradient(135deg, #e3eefb 0%, #f3ebf9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-stg-sun {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3eefb+0,f0f7eb+100 */
  background: linear-gradient(135deg, #FF8A00 0%, #AE76DA 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-stg-sun-light {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3eefb+0,f0f7eb+100 */
  background: linear-gradient(135deg, #e3eefb 0%, #f0f7eb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-gradient-full {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8a00+0,ae76da+35,418be7+70,1ec8b3+100 */
  background: linear-gradient(to right, #ff8a00 0%, #ae76da 35%, #418be7 70%, #1ec8b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-pos-top {
  background-position: top !important;
}

.bg-pos-bottom {
  background-position: bottom !important;
}

.bg-pos-left {
  background-position: left !important;
}

.bg-pos-right {
  background-position: right !important;
}

.bg-pos-center {
  background-position: center !important;
}

.bg-pos-top-left {
  background-position: top left !important;
}

.bg-pos-top-right {
  background-position: top right !important;
}

.bg-pos-bottom-left {
  background-position: bottom left !important;
}

.bg-pos-bottom-right {
  background-position: bottom right !important;
}

.background-cover {
  background-size: cover !important;
}

h3.ea-header {
  font-size: 2rem;
}

.sp-easy-accordion .sp-ea-single {
  border: 0 !important;
  margin-top: 30px !important;
  border-radius: 20px !important;
  padding: 20px 10px !important;
  background: linear-gradient(135deg, #e3eefb 0%, #ddf7f4 100%) !important;
}

.business-accordion div.ea-card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3eefb+0,ddf7f4+100 */
  background: linear-gradient(135deg, #e3eefb 0%, #ddf7f4 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 0 !important;
  margin-top: 30px !important;
  border-radius: 20px !important;
  padding: 20px 10px !important;
}


.text-with-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**** JORDAN ADDED ****/

html {
  scroll-behavior: smooth;
  background: #1A3861;
}

body {
  font-family: proxima-nova, sans-serif;
  /* 	font-family: 'Roboto', sans-serif; */
  color: #111a28;
  /* 	font-size: 1.1rem; */
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700 !important;
}

.date {
  font-size: .8rem;
}

a,
a:visited {
  color: #34adcb;
  text-decoration: none !important;
}

a:hover {
  color: #208ea9;
}

.text-primary {
  color: #2a517d !important;
}

.text-blue {
  color: #208ea9 !important;
}

.single_job_listing .job_description {
  margin: 0;
}

.text-gradient {
  background: -webkit-linear-gradient(#3E87ED, #05B182);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* STG Jobs */

.clearfix {
  zoom: 1
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table
}

.clearfix::after {
  clear: both
}

.rp4wp-related-job_listing>ul,
ul.job_listings {
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee
}

.rp4wp-related-job_listing>ul.loading,
ul.job_listings.loading {
  min-height: 96px;
  border-bottom: 1px solid #eee;
  background: url(../images/ajax-loader-ea183bf26ae76dec039869d4bc7060cb.gif) no-repeat center 32px
}

.rp4wp-related-job_listing>ul li.job_listing,
.rp4wp-related-job_listing>ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
  list-style: none outside;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_filled a,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_filled a,
ul.job_listings li.job_listing.job_position_filled a,
ul.job_listings li.no_job_listings_found.job_position_filled a {
  opacity: .25
}

.rp4wp-related-job_listing>ul li.job_listing.no_job_listings_found,
.rp4wp-related-job_listing>ul li.no_job_listings_found.no_job_listings_found,
ul.job_listings li.job_listing.no_job_listings_found,
ul.job_listings li.no_job_listings_found.no_job_listings_found {
  padding: 1em;
  border-bottom: 1px solid #eee
}

.rp4wp-related-job_listing>ul li.job_listing a,
.rp4wp-related-job_listing>ul li.no_job_listings_found a,
ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
  display: block;
  padding: 1em;
  border: 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 1.5em;
  text-decoration: none
}

.rp4wp-related-job_listing>ul li.job_listing a:hover,
.rp4wp-related-job_listing>ul li.job_listing a:focus,
.rp4wp-related-job_listing>ul li.no_job_listings_found a:hover,
.rp4wp-related-job_listing>ul li.no_job_listings_found a:focus,
ul.job_listings li.job_listing a:hover,
ul.job_listings li.job_listing a:focus,
ul.job_listings li.no_job_listings_found a:hover,
ul.job_listings li.no_job_listings_found a:focus {
  background-color: #fcfcfc
}

.rp4wp-related-job_listing>ul li.job_listing a img.company_logo,
.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo,
ul.job_listings li.job_listing a img.company_logo,
ul.job_listings li.no_job_listings_found a img.company_logo {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 1em;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  box-shadow: none
}

.rp4wp-related-job_listing>ul li.job_listing a div.position,
.rp4wp-related-job_listing>ul li.job_listing a div.location,
.rp4wp-related-job_listing>ul li.job_listing a ul.meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,
.rp4wp-related-job_listing>ul li.no_job_listings_found a ul.meta,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.job_listing a ul.meta,
ul.job_listings li.no_job_listings_found a div.position,
ul.job_listings li.no_job_listings_found a div.location,
ul.job_listings li.no_job_listings_found a ul.meta {
  box-sizing: border-box
}

.rp4wp-related-job_listing>ul li.job_listing a div.position,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.no_job_listings_found a div.position {
  float: left;
  width: 55%;
  padding: 0;
  line-height: 1.5em
}

.rp4wp-related-job_listing>ul li.job_listing a div.position h3,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3,
ul.job_listings li.job_listing a div.position h3,
ul.job_listings li.no_job_listings_found a div.position h3 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company,
ul.job_listings li.job_listing a div.position .company,
ul.job_listings li.no_job_listings_found a div.position .company {
  color: #999
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company .tagline,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company .tagline,
ul.job_listings li.job_listing a div.position .company .tagline,
ul.job_listings li.no_job_listings_found a div.position .company .tagline {
  margin-left: .5em
}

.rp4wp-related-job_listing>ul li.job_listing a div.location,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.no_job_listings_found a div.location {
  float: left;
  text-align: left;
  width: 25%;
  padding: 0 0 0 1em;
  color: #999;
  line-height: 1.5em
}

.rp4wp-related-job_listing>ul li.job_listing a .meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta,
ul.job_listings li.job_listing a .meta,
ul.job_listings li.no_job_listings_found a .meta {
  float: right;
  text-align: right;
  width: 20%;
  padding: 0 0 0 1em;
  margin: 0;
  line-height: 1.5em;
  color: #999;
  list-style: none outside
}

.rp4wp-related-job_listing>ul li.job_listing a .meta li,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta li,
ul.job_listings li.job_listing a .meta li,
ul.job_listings li.no_job_listings_found a .meta li {
  list-style: none outside;
  display: block;
  margin: 0
}

.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type,
ul.job_listings li.job_listing a .meta .job-type,
ul.job_listings li.no_job_listings_found a .meta .job-type {
  font-weight: bold
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,
ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.no_job_listings_found.job_position_featured a {
  background: #fefee5
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,
.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus,
ul.job_listings li.job_listing.job_position_featured a:hover,
ul.job_listings li.job_listing.job_position_featured a:focus,
ul.job_listings li.no_job_listings_found.job_position_featured a:hover,
ul.job_listings li.no_job_listings_found.job_position_featured a:focus {
  background-color: #fefed8
}

.widget ul.job_listings li.job_listing a {
  padding: 1em 0
}

.widget ul.job_listings li.job_listing .image {
  float: left
}

.widget ul.job_listings li.job_listing .image img {
  left: 0;
  position: relative
}

.widget ul.job_listings li.job_listing .content {
  overflow: hidden
}

.widget ul.job_listings li.job_listing .position {
  float: none;
  width: auto;
  padding: 0
}

.widget ul.job_listings li.job_listing ul.meta {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: left
}

.widget ul.job_listings li.job_listing ul.meta li {
  float: none;
  display: inline;
  padding: 0;
  margin: 0 .5em 0 0;
  font-weight: normal
}

.widget ul.job_listings li.job_listing ul.meta li::after {
  padding: 0 0 0 .5em;
  content: "‣"
}

.widget ul.job_listings li.job_listing ul.meta li:last-child::after {
  content: ""
}

.job-manager .job-type,
.job_listing .job-type,
.job-types .job-type {
  color: #f08d3c
}

.job-manager .full-time,
.job_listing .full-time,
.job-types .full-time {
  color: #90da36
}

.job-manager .part-time,
.job_listing .part-time,
.job-types .part-time {
  color: #f08d3c
}

.job-manager .temporary,
.job_listing .temporary,
.job-types .temporary {
  color: #d93674
}

.job-manager .freelance,
.job_listing .freelance,
.job-types .freelance {
  color: #39c
}

.job-manager .internship,
.job_listing .internship,
.job-types .internship {
  color: #6033cc
}

@media only screen and (max-width: 767px) {

  ul.job_listings li.job_listing a,
  ul.job_listings li.no_job_listings_found a {
    padding: 1em
  }

  ul.job_listings li.job_listing a img.company_logo,
  ul.job_listings li.no_job_listings_found a img.company_logo {
    visibility: hidden
  }

  ul.job_listings li.job_listing a div.position,
  ul.job_listings li.no_job_listings_found a div.position {
    float: left;
    width: 60%;
    padding: 0
  }

  ul.job_listings li.job_listing a div.location,
  ul.job_listings li.no_job_listings_found a div.location {
    float: right;
    width: 40%;
    line-height: 2em;
    font-size: .75em;
    padding: 0 0 0 1em;
    text-align: right
  }

  ul.job_listings li.job_listing a .meta,
  ul.job_listings li.no_job_listings_found a .meta {
    float: right;
    width: 40%;
    line-height: 2em;
    font-size: .75em
  }

  ul.job_listings li.job_listing a .meta li,
  ul.job_listings li.no_job_listings_found a .meta li {
    font-size: 1em
  }
}

.twenty-eleven ul.job_listings li.job_listing,
.twenty-eleven ul.job_listings li.no_job_listings_found {
  padding: 0 !important
}

/* Hide Elements */

.page-id-28 #breadcrumbs,
.page-id-1784 #breadcrumbs,
.page-id-1838 #breadcrumbs,
.page-id-1809 #breadcrumbs,
.page-id-9500 #breadcrumbs,
.page-id-9817 #breadcrumbs,
.page-id-9868 #breadcrumbs,
.page-id-9912 #breadcrumbs,
.page-id-9930 .navbar,
.page-id-9930 #breadcrumbs,
.page-id-9817 .navbar,
.job-id-8684 #breadcrumbs,
.job-listing-meta,
.job_filters {
  display: none;
}

.badge-primary {
  background-color: #1e85f7 !important;
}

.badge-dark {
  color: #fff;
  background-color: #092d5d;
}

.neobox {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1), -6px -6px 16px 0 rgba(255, 255, 255, .95);
  /* 	border-radius: 1.25rem; */
  background: #f0f4f7;
}

.neobox-dark {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.5), -6px -6px 16px 0 rgba(255, 255, 255, .12);
  /* 	border-radius: 1.25rem; */
  background: #262C2F;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(1.25rem - 1px);
  border-top-right-radius: calc(1.25rem - 1px);
}

.rounded {
  border-radius: 1.25rem !important;
}

.rounded-top {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}

.rounded-right {
  border-top-right-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}

.rounded-left {
  border-top-left-radius: 1.25rem !important;
  border-bottom-left-radius: 1.25rem !important;
}

.card-footer:last-child {
  border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px);
}

.bg-404 {
  background: #4D4E4E url('/wp-content/uploads/stg-office-front-slc.jpg') no-repeat center center;
  background-size: cover;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url('/wp-content/uploads/bg-home-hero-placeholder.jpg') no-repeat center center/cover;
}

.bg-video-wrap .container {
  position: relative;
  z-index: 3;
}

video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: absolute;
}

.overlay {
  background: rgb(9 45 93 / 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.bg-light {
  background-color: #F4F7FA !important;
}

.bg-secondary {
  background-color: #3585f7 !important;
}

.btn,
.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  /* 	border-radius: 1rem; */
  /* 	text-transform: uppercase; */
  font-weight: bold;
  padding: 0.35em 1.4em;
  border-radius: 2rem;
}



.btn-outline-stg-blue {
  color: #122F5A !important;
  background: transparent;
  border: 1px solid #122F5A;
  border-radius: 999px;
}

.btn-outline-stg-blue:hover {
  color: #fff !important;
  background: #122F5A;
}



.btn-outline-light {
  color: #fff !important;
}

.btn-outline-light:hover {
  color: #2C67C6 !important;
}

.img-headshot {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .2s ease-in-out;
}

.img-headshot:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}

.nav-up {
  top: -82px;
}

div#primary {
  padding: 0;
  background: #FFFFFF;
}

.navbar-logo {
  max-height: 70px;
  position: relative;
}

.navbar-brand {
  /* 	padding-top: 0; */
  padding: 5px 0;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 1.15rem;
  /*     text-transform: uppercase; */
  font-weight: 700;
  color: inherit;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: inherit;
}

.site-header.is-scrolling {
  opacity: .8;
  background: tomato;
  padding: 10px 5%;
}

.site-header.is-scrolling .navbar-logo {
  height: 40px;
  width: 100px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 17rem;
  padding: .5rem 1rem;
  margin: 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .75rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 33px;
  background-color: #153861;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #153861;
}

.hamburger-box {
  width: 33px;
}

.fa-ul>li {
  margin-bottom: .65rem;
}

.socialbadge {
  width: 40px !important;
}

.hero-home {
  background: #4D4E4E url('/wp-content/uploads/bg-mountains.jpg') no-repeat center center;
  background-size: cover;
}

.card {
  border-radius: 1.25rem;
}

.card-img-overlay {
  background: rgb(8 46 94 / 75%);
  padding: 1rem;
  transition: 0.3s;
}

.height-33 {
  min-height: 33vh;
}

.height-40 {
  min-height: 40vh;
}

.height-50 {
  min-height: 50vh;
}

.height-65 {
  min-height: 65vh;
}

.height-75 {
  min-height: 75vh;
}

.height-100 {
  min-height: 100vh;
}

.height-500 {
  min-height: 500px;
}

/* Percent height */
.height-100p {
  height: 100%;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.sp-easy-accordion .sp-ea-single {
  background: #ffffff;
  margin-bottom: 0 !important;
  border-radius: 0;
}

.ea-body {
  padding: 25px !important;
}

.sp-easy-accordion>.sp-ea-single {
  border: 0px solid #e2e2e2;
}

.sp-easy-accordion .sp-ea-single:first-child {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

.sp-easy-accordion .sp-ea-single:last-child {
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body:last-child {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
  background: transparent !important;
  color: #444;
}

.bg-gradient-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
  background: #F4F7FA;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9eff5 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9eff5 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9eff5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eff5', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.bg-gradient-bottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
  background: #F4F7FA;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e9eff5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9eff5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e9eff5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9eff5', GradientType=0);
  /* IE6-9 */
}

.bg-gradient-dark {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#258dad+0,1c5380+100 */
  background: #122F5A;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3E87ED 0%, #05B182 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3E87ED 0%, #05B182 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3E87ED 0%, #05B182 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E87ED', endColorstr='#05B182', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient-center-x {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,1e85f7+50,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #1e85f7 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #1e85f7 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #1e85f7 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

.bg-gradient-center-y {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,1e85f7+50,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #1e85f7 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #1e85f7 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #1e85f7 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.bg-line-web {
  background: #FFFFFF url('/wp-content/uploads/bg-line-web.jpg') no-repeat center center;
  background-size: cover;
}

.bg-block-ask {
  background: #b4b4b3 url('/wp-content/uploads/software-hero.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}

.bg-whiteboard-flow {
  background: #FFFFFF url('/wp-content/uploads/bg-whiteboard-flow.jpg') no-repeat center center;
  background-size: cover;
}

.bg-whiteboard-success {
  background: #FFFFFF url('/wp-content/uploads/bg-whiteboard-success.jpg') no-repeat center center;
  background-size: cover;
}

.bg-whiteboard-doom {
  background: #FFFFFF url('/wp-content/uploads/bg-whiteboard-doom.jpg') no-repeat center center;
  background-size: cover;
}

.bg-splash {
  background: #FFFFFF url('/wp-content/uploads/bg-splash.jpg') no-repeat center center;
  background-size: cover;
}

.bg-block-experience {
  background: #b4b4b3 url('/wp-content/uploads/bg-stg-culture.jpg') no-repeat center center;
  background-size: cover;
  min-height: 550px;
}

.bg-block-stgoffice {
  background: #231e32 url('/wp-content/uploads/stg-office-exterior-people.jpg') no-repeat center right;
  background-size: cover;
  min-height: 800px;
}

.bg-block-happy-developer {
  background: #b4b4b3 url('/wp-content/uploads/bg-happy-developer.jpg') no-repeat center center;
  background-size: cover;
  min-height: 550px;
}

.bg-developer-team {
  background: #b4b4b3 url('/wp-content/uploads/bg-stg-technology-consulting.jpg') no-repeat center center;
  background-size: cover;
}

.bg-social {
  background: #b4b4b3 url('/wp-content/uploads/bg-stg-careers.jpg') no-repeat center center;
  background-size: cover;
}


.bg-footer {
  background: #1EC8B3 url('/wp-content/uploads/bg-footer-light.png') no-repeat center center;
  background-size: cover;
}

.bg-dark {
  background-color: #1a2e4a !important;
}

.bg-primary {
  background-color: #65b9eb !important;
}

.hero-home {
  background-color: #122F5A;
  /*  background: linear-gradient(to right top, #972d34,#DD6068); */
  /* 	background: linear-gradient(to right top, #972d34,#DD6068) url(/wp-content/uploads/bg-waves.jpg); */
  background-blend-mode: soft-light;
  background: url('/wp-content/uploads/bg-staff-developer-team.jpg') no-repeat, -moz-linear-gradient(top, rgba(54 76 100, 1) 0%, rgba(16 30 46, 1) 90%);
  background: url('/wp-content/uploads/bg-staff-developer-team.jpg') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(54 76 100)), color-stop(90%, rgb(16 30 46)));

  /*
  background: url('/wp-content/uploads/bg-waves.jpg') no-repeat, -webkit-linear-gradient(top, rgba(74, 191, 214, 1) 0%, rgba(54, 90, 108, 1) 80%;
  background: url('/wp-content/uploads/bg-waves.jpg') no-repeat, -o-linear-gradient(top, rgba(74, 191, 214, 1) 0%, rgba(54, 90, 108, 1) 80%;
  background: url('/wp-content/uploads/bg-waves.jpg') no-repeat, -ms-linear-gradient(top, rgba(74, 191, 214, 1) 0%, rgba(54, 90, 108, 1) 80%;
  background: url('/wp-content/uploads/bg-waves.jpg') no-repeat, linear-gradient(to bottom, rgba(74, 191, 214, 1) 0%, rgba(54, 90, 108, 1) 80%;
*/
  background-size: cover;
  background-position: center;
}

.hero {
  min-height: auto;
}

.overlay-dark {
  background: rgb(46 57 71 / 80%);
  /* 	padding-top: 230px; */
}

.overlay-gray {
  background: rgb(94, 101, 118, .7);
}

.overlay-white {
  background: rgba(255, 255, 255, .8);
}

.overlay-white-blur {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
}

.overlay-dark-blur {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(78, 86, 104, .7);
  -webkit-backdrop-filter: blur(20px);
}

.overlay-blue {
  background: rgb(63 148 208 / 80%);
}

.overlay-topbanner {
  padding: 130px 0;
  background: rgb(21 56 97 / 70%);
  /*     border-bottom: 10px solid #373b46; */
  background-size: contain;
}

.display-4 {
  font-size: 3.5rem;
}

.display-5 {
  font-size: 5rem;
}

.display-5,
.display-4,
.display-3,
.display-2,
.display-1 {
  line-height: 1;
}

.img-icon {
  max-width: 120px;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
}

.img-icon-sm {
  max-width: 34px;
  margin: 0 auto;
  padding: 5px;
}

.badge-sm {
  max-width: 20px;
}

.img-stars {
  max-width: 100px;
}

.band-padded {
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer {
  background-color: #1A3861;
}

.footer p {
  font-size: .9rem;

}

@media (max-width: 768px) {

  .img-icon {
    max-width: 60px;
    padding: 10px 0px 10px 0px;
  }

  .navbar-logo {
    max-height: 56px;
    position: relative;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 1.45rem;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 17rem;
    padding: .5rem 0;
    margin: 0 0 0;
    font-size: .75rem !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .75rem;
    box-shadow: none;
  }

  .dropdown-menu .nav-link {
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-menu .nav-link.active {
    color: var(--white) !important;
  }

  .overlay-hero {
    padding: 120px 20px 20px 20px;
  }

  .bg-block-experience,
  .bg-block-stgoffice {
    min-height: 220px;
  }

  .band-padded {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .overlay-topbanner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .display-4 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 2.8rem;
  }

  .display-2 {
    font-size: 3.5rem;
  }

  .bg-block-happy-developer,
  .bg-block-experience,
  .bg-block-ask {
    min-height: 200px;
  }

}

/* Gutenberg Blocks */

.wp-block-heading em {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #418be7 0%, #1ec8b3 100%);
}