/* ++ Global Blog Styles ++ */
h2.cig-cat-blog-heading {
  color: #112d51;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}
.cig_main-blog-wapper {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.cig_main-blog-wapper h2 {
  color: #112d51;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin: 2rem 0 0;
}
.cig_main-blog-wapper h3 {
  color: #383c44;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 0.5rem 0;
}
.cig_main-blog-wapper p {
  color: #383c44;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 1rem 0;
}
.cig_main-blog-wapper strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
  color: #383c44;
}
.cig_main-blog-wapper img {
  width: 100%;
}
.cig_main-blog-wapper a {
  text-decoration: none;
  color: #2867c6;
  transition: 0.2s ease;
}
.cig_main-blog-wapper a:hover {
  color: #112d51;
}
.cig_main-blog-wapper ol,
.cig_main-blog-wapper ul {
  margin: 0;
  padding-left: 1rem;
}
ul.cig_colored-list {
  padding-left: 1.5rem;
}
ul.cig_colored-list li {
  list-style: none;
  padding: 3px 0;
  color: #383c44;
}

ul.cig_colored-list li::before {
  content: "\2022";
  color: #2867c6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media only screen and (max-width: 600px) {
  h2.cig-cat-blog-heading {
    font-size: 26px;
  }
  .cig_main-blog-wapper h2 {
    font-size: 22px;
    margin: 1rem 0 0;
  }
}

/* ++ Initial Styles ++ */
.cig-blog-content-wrapper {
  padding: 0rem 1rem;
  margin-bottom: 60px;
  color: var(--color-grey-dark-text);
}

.cig-blog-content-wrapper h2,
.cig-blog-content-wrapper p {
  line-height: 140%;
}

.cig-blog-content-wrapper h2 {
  margin: 0 0 1rem;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
}

ul.cig-blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cig-blog-meta li {
  color: var(--color-grey-dark);
  font-size: 16px;
}
.cig-blog-meta li:nth-child(2) {
  padding: 1px 8px;
  border-left: var(--border-grey);
  border-right: var(--border-grey);
}
.cig-blog-meta a {
  text-decoration: none;
  color: var(--color-grey-mid);
  transition: 0.2s ease;
  cursor: pointer;
}
.cig-blog-meta a:hover {
  text-decoration: none;
  color: var(--color-blue-light);
}
img.cig-blog-feat-img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 20px;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .cig-blog-content-wrapper {
    padding: 0rem 10px;
  }
  .cig-blog-content-wrapper h2 {
    margin: 1rem 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
  }
  img.cig-blog-feat-img {
    max-height: 100%;
    border-radius: 10px;
  }
}

/* ++ Key Takeaway ++ */
.cig_key-takeaway-wrapper {
  margin: 2rem 0;
  border: 1px solid #2867c6ad;
  position: relative;
  padding: 1rem;
  line-height: 1.3em;
  font-weight: 500;
  border-radius: 10px;
}
.cig_key-takeaway-wrapper h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #2867c6;
  background: #fff;
  padding: 10px;
  font-weight: 600;
  position: absolute;
  top: -25px;
  left: 20px;
}
ul.cig_logo-list-wrapper {
  margin: 10px 0 0;
  padding: 0 !important;
}
ul.cig_logo-list-wrapper li {
  list-style: none;
  padding: 6px 5px 6px 30px;
  font-style: italic;
  color: #112d51;
  position: relative;
}
ul.cig_logo-list-wrapper li::before {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-icon-star.png)
    center / contain no-repeat;
}
/* ++ Anchor Links ++ */
.cig_anchor-link-wrapper {
  padding: 1rem 5px;
  margin-top: 1rem;
  border-top: 2px solid #e0edf5;
  border-bottom: 2px solid #e0edf5;
  border-radius: 15px;
}
.cig_anchor-link-wrapper ul {
  margin: 0;
  padding: 0 !important;
}
.cig_anchor-link-wrapper ul li {
  list-style: none;
  padding: 5px;
  font-size: 18px;
  color: #2867c6;
  font-weight: 500;
  display: flex;
  gap: 2px;
  align-items: center;
}
.cig_anchor-link-wrapper ul li a {
  text-decoration: none;
  font-size: 16px;
  padding-left: 4px;
  color: #2867c6;
  transition: 0.3s ease;
  display: block;
}
.cig_anchor-link-wrapper ul li a:hover {
  margin-left: 10px;
  color: #112d51;
}
/* ++ Dual Section ++ */
.cig_parent-wrapper,
.cig_parent-wrapper-reverse {
  display: flex;
  align-items: center;
  gap: 3rem;
  /* margin: 1rem 0; */
}
.cig_content-child {
  flex: 1;
}
.cig_img-child {
  flex: 1;
  width: 100%;
  height: 100%;
}
.cig_img-child img.cig_img-fullwidth {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .cig_parent-wrapper,
  .cig_parent-wrapper-reverse {
    gap: 1rem;
  }
  .cig_parent-wrapper {
    flex-direction: column;
  }
  .cig_parent-wrapper-reverse {
    flex-direction: column-reverse;
  }
  img.cig_img-fullwidth {
    margin-top: 0rem;
  }
  .cig_anchor-link-wrapper ul li {
    padding: 8px 5px;
  }
  .cig_anchor-link-wrapper ul li a:hover {
    margin-left: 0px;
    color: #112d51;
  }
}

/* ++ Grey Container ++ */
.cig_bg-grey {
  background: #f5fbfe;
  border-left: 3px solid #e0edf3;
  border-radius: 15px;
  padding: 0.5rem 1.5rem;
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ++ Blockquote ++ */
.cig_blockquote-wrapper {
  background: #ebf6ff;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 1rem auto;
  border-radius: 10px;
}

.cig_blockquote-wrapper blockquote {
  border-left: 2px solid #1973bcd2;
  color: #112d51;
  min-height: 36px;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  line-height: 140%;
  padding: 0.5em 1.5em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  margin: 1rem;
  align-items: center;
}
.cig_blockquote-wrapper blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #ebf6ff;
  width: 5px;
  margin-top: -1em;
}
.cig_blockquote-wrapper blockquote:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.09173 -1.86265e-08H12V2.64407C12 5.52542 10.9895 7.9774 8.96842 10H6.80301C8.30677 8.35028 9.17895 6.55367 9.41955 4.61017H7.09173V-1.86265e-08ZM0.288722 -1.86265e-08H5.23308V2.64407C5.23308 5.49153 4.22857 7.9435 2.21955 10H1.93715e-07C1.50376 8.30508 2.38797 6.50847 2.65263 4.61017H0.288722V-1.86265e-08Z' fill='%231974BC'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 14px;
}

.cig_blockquote-wrapper blockquote:active:after {
  transform: rotateY(360deg);
}
.cig_blockquote-wrapper blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .cig_blockquote-wrapper {
    padding: 1rem;
  }

  .cig_blockquote-wrapper blockquote {
    border-top: 2px solid #1973bcd2;
    border-bottom: 2px solid #1973bcd2;
    border-left: none;
    font-size: 16px;
    margin: 1em 0;
    padding: 1em 0.5em;
  }
  .cig_blockquote-wrapper blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
  }
  .cig_blockquote-wrapper blockquote:after {
    font-size: 0.75em;
    left: 50%;
    top: 6px;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
}

/* ++ SEARCH FORM WIDGET ++ */
.cig_jobsearch-wrapper h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #2867c6;
}
.cig_jobsearch-wrapper form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 1rem;
  border-radius: 10px;
  background: #e0edf5;
}
.cig_jobsearch-wrapper .et_pb_contact p input,
.cig_jobsearch-wrapper .et_pb_contact p textarea {
  -webkit-appearance: none;
  background-color: #fff;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 4px;
}
.cig_jobsearch-wrapper .et_pb_code_0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cig_jobsearch-wrapper .et_pb_button_0_wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cig_jobsearch-wrapper .et_pb_button {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  line-height: 1.5em !important;
  background-color: #2867c6;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  cursor: pointer;
}
.cig_jobsearch-wrapper .et_pb_button:after,
.cig_jobsearch-wrapper .et_pb_button:before {
  font-size: 26px;
}
.cig_jobsearch-wrapper p.et_pb_contact_field {
  padding: 0;
  margin-bottom: 0;
}
.cig_jobsearch-wrapper .et_pb_button:hover,
.cig_jobsearch-wrapper .et_pb_module .et_pb_button:hover {
  border: none;
  padding: 8px 31px 8px 25px;
}
@media (max-width: 767px) {
  .cig_jobsearch-wrapper form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .cig_jobsearch-wrapper .et_pb_code_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
  }
  .et_pb_button_module_wrapper.et_pb_button_alignment_right {
    width: 100%;
  }
  .cig_jobsearch-wrapper .et_pb_button {
    width: 100%;
  }
}

/* ++ SIMILAR JOBS WIDGET ++ */
.cig_similar-jobs-wrapper .et_pb_row {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.cig_similar-jobs-wrapper .over-content-gov .et_pb_text_inner p {
  font-size: 18px;
  line-height: 1.5 !important;
  letter-spacing: 0;
}
.cig_similar-jobs-wrapper .et_pb_image_container img,
.cig_similar-jobs-wrapper .et_pb_post a img {
  vertical-align: bottom;
  max-width: 100%;
  height: 200px !important;
}
.cig_similar-jobs-wrapper .et_pb_image {
  border-radius: 10px;
}
.over-content-gov .et_pb_text_inner {
  border-radius: 0 0 10px 10px;
}

/* ++ BLOG FEATURE IMAGE ++ */
.et_post_meta_wrapper:first-child img {
  border-radius: 15px;
}

/* ------------------- */
/* ++ BANNER STYLES ++ */
/* ------------------- */
.cig_banner-main-wrapper {
  position: relative;
  /* max-width: 1024px; */
  max-width: 824px;
  margin: 1rem auto 2rem;
  border-radius: 15px;
  z-index: 1;
}
.cig_banner-main-wrapper:before,
.cig_banner-main-wrapper:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 13px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 8px #616161;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cig_banner-main-wrapper:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media only screen and (max-width: 600px) {
  .cig_banner-main-wrapper {
    margin: 1rem 0 0;
  }
  .cig_banner-main-wrapper:before,
  .cig_banner-main-wrapper:after {
    display: none;
  }
}

.cig_banner-parent {
  display: flex;
}
.cig_banner-content-wrapper {
  flex: 3;
}
.cig_banner-img-wrapper {
  flex: 2;
  position: relative;
}
.cig_banner-parent {
  border-radius: 15px;
}
a.cig_banner-cta {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.2s ease;
}
a.cig_banner-cta:hover {
  opacity: 0.8;
}

/* +++ BANNER 01 +++ */
.cig_banner-parent-first {
  background: linear-gradient(270deg, #dfe8f2 0%, #f4f9ff 33.64%);
  overflow: hidden;
}
.cig_banner-content-wrapper-first {
  padding: 3% 5%;
  background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-003.webp)
    center left / cover no-repeat;
}
h2.cig_banner-heading-dark {
  color: #112d51;
  font-size: clamp(26px, 4vw, 32px);
  font-weight: bold;
  line-height: 130%;
  margin: 0;
}
h2.cig_banner-heading-dark span {
  color: #2867c6;
  font-size: inherit;
  font-weight: bold;
  line-height: 120%;
}
p.cig_banner-content-dark {
  color: #112d51;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  line-height: 150%;
  margin: 0.5rem 0 1rem;
}
a.cig_banner-cta-dark {
  background-color: #2867c6;
  color: #fff;
}
.cig_banner-img-masonry {
  background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-005.webp)
    center / cover no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .cig_banner-parent {
    display: flex;
    flex-direction: column;
  }
  .cig_banner-parent-first {
    background: linear-gradient(360deg, #dfe8f2 0%, #f4f9ff 33.64%);
  }
  .cig_banner-content-wrapper-first {
    padding: 8%;
    padding-bottom: 0%;
    background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-004.webp)
      center left / cover no-repeat;
  }
  .cig_banner-img-masonry {
    background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-006.webp)
      center top / cover no-repeat;
    width: 94%;
    margin: 0 auto;
    height: 310px;
    box-sizing: border-box;
  }
}

/* +++ BANNER 02 +++ */
.cig_banner-parent-second {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
.cig_banner-content-wrapper-second {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-002-1.webp)
    center top / cover no-repeat;
  padding: 2rem 2rem 2rem 5rem;
  flex: 3;
}
.cig_banner-img-skewed {
  background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-001-1.webp)
    center top / cover no-repeat;
  width: 125%;
  height: 100%;
  position: absolute;
  top: 0;
}
img.cig_logo-wrapper {
  position: absolute;
  width: 140px;
  z-index: 2;
  top: 10px;
  left: 14px;
}
h2.cig_banner-heading-light {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 120%;
}
p.cig_banner-content-light {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 0;
  color: #fff;
  margin: 1rem 0;
}
a.cig_banner-cta-light {
  background: #fff;
  color: #2867c6;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.cig_banner-img-wrapper-second {
  flex: 2;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .cig_banner-parent-second {
    flex-direction: column-reverse;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .cig_banner-img-wrapper-second {
    flex: auto;
    position: relative;
    height: 300px;
    margin-top: -40px;
  }
  .cig_banner-content-wrapper-second {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
    background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-002-1.webp)
      center top / cover no-repeat;
    padding: 2rem;
    padding-bottom: 4rem;
    border-radius: 15px 15px 0 0;
  }
  h2.cig_banner-heading-light {
    font-size: 28px;
  }
  p.cig_banner-content-light {
    font-size: 16px;
  }
  .cig_banner-img-skewed {
    background: url(https://www.careersingovernment.com/tools/wp-content/uploads/2024/01/cig-banner-001-1.webp)
      center / cover no-repeat;
    width: 100%;
    height: 300px;
    position: absolute;
    top: -5px;
    border-radius: 0 0 15px 15px;
  }
  img.cig_logo-wrapper {
    position: absolute;
    width: 100px;
    z-index: 2;
    top: 10px;
    left: 14px;
    top: calc(100% - 55px);
    left: calc(100% - 120px);
  }
}
