@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");

/*----------------common css------------------------------------------------*/
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  h1,
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  h2,
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  h3,
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  h4,
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  h5,
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  h6,
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  span {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Rubik", sans-serif;
}
body .salty_cloud_wrapper .salty_cloud_inner_wrapper .salty_cloud_content_inner h1{
  font-size: 42px !important;
  line-height: 1.25 !important;
  font-weight: 600;
}
body .salty_cloud_wrapper .salty_cloud_inner_wrapper .salty_cloud_content_inner h2{
  font-size: 36px !important;
  line-height: 1.25 !important;
  font-weight: 600;
}
body .salty_cloud_wrapper .salty_cloud_inner_wrapper .salty_cloud_content_inner h3{
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 600;
}
body .salty_cloud_wrapper .salty_cloud_inner_wrapper .salty_cloud_content_inner h4{
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 600;
}
body .salty_cloud_wrapper .salty_cloud_inner_wrapper .salty_cloud_content_inner h5{
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}
body .salty_cloud_wrapper .salty_cloud_inner_wrapper .salty_cloud_content_inner h6{
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 600;
}
.sub_title {
  font-size: 24px;
  line-height: 1.618 !important;
  font-weight: 400;
}

/*----------------common css------------------------------------------------*/

/*---------------------------resource page----------------------------------*/
.edgtf-container {
  background-color: rgba(255, 255, 255, 0) !important;
}
/* .edgtf-wrapper.salty_cloud_wrapper .edgtf-content {
  margin-top: 0px !important;
} */
body.page-id-15321 .edgtf-wrapper-inner.salty_cloud_inner_wrapper .edgtf-content .edgtf-content-inner.salty_cloud_content_inner {
  padding-top: 0;
}
.edgtf-wrapper-inner.salty_cloud_inner_wrapper .edgtf-content .edgtf-content-inner.salty_cloud_content_inner {
  padding-top: 68px;
}
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  .edgtf-grid-row
  .edgtf-page-content-holder
  > h2 {
  margin-bottom: 4px;
}
.resource_head {
  margin-top: 47px;
}
.resource_head h1 {
  /* font-size: 48px;
  line-height: 60px; */
  color: #003a70;
  /* font-weight: 600; */
  margin-bottom: 13px !important;
}

.resource_head p {
  /* font-size: 24px;
  line-height: 38px; */
  color: #5b6770;
  max-width: 750px;
  letter-spacing: 0px;
}
.resource_container .edgtf-grid-row {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.resource_container .edgtf-grid-col-3 {
  padding: 0;
}
.search-container .container {
  width: auto;
  height: 20px;
  position: relative;
  top: 50%;
  left: 0;
  padding: 10px 10px 10px 16px;
  border-radius: 8px;
  border: 1px solid #cfd1d2;
  display: flex;
  align-items: center;
}
.search_box {
  float: left;
  width: 100%;
  height: auto;
  display: inline;
  background: none;
  color: #40464d;
  font-size: 14px;
  border-radius: 2rem;
  outline: none;
  position: relative;
  opacity: 1;
  cursor: pointer;
  padding: 0 0 0 10px !important;
  border: none;
  font-family: "Rubik", sans-serif;
}
.resource_type_container {
  display: flex;
  flex-wrap: wrap;
}
.search-container .container .fa-search::before {
  color: #7d8082;
}

.chk_outer {
  margin: 4px 12px 8px 0px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cfd1d2;
}

.chk_outer label span {
  text-align: center;
  padding: 0px;
  display: block;
}
.chk_outer label {
  cursor: pointer;
}
.chk_outer label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.chk_outer label input + span {
  font-size: 14px;
  line-height: 18px;
  color: #101820;
  font-weight: 500;
  padding: 8px 14px 6px 16px !important;
  display: inline-block;
  background-color: #f0f0f0;
  display: block;
  text-align: center;
}
.chk_outer input:checked + span {
  background-color: #cfd1d2;
}
body .resource_type_container > span,
body .topic_type_container > span,
.featured_blog_sec > span{
  width: 100%;
  margin-top: 24px !important;
  margin-bottom: 18px !important;
  font-weight: 400;
  color: #003A70;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-left: 20px !important;
  font-weight: 500;
}
body .topic_type_container > span {
  margin-top: 17px !important;
}

body .resource_type_container > span:before,
.topic_type_container > span:before {
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  vertical-align: middle;
}
body .resource_type_container > span:before {
  content: url("/wp-content/uploads/2023/02/Diversity-1.svg");
}
.topic_type_container  > span:before {
  content: url("/wp-content/uploads/2023/02/Comments-1.svg");
}
/* .blog_category_img {
  height: 80px;
  background-size: auto;
  transition: transform 0.6s ease 0s;
  background-color: #CFD1D2;
  background-repeat: no-repeat;
} */
/* .img_wrapper {
  overflow: hidden !important;
  border-radius: 8px 8px 0 0;
} */
.img_wrapper {
  overflow: hidden !important;
  border-radius: 8px 8px 0 0;
  padding: 24px;
  background-color: #CFD1D2;
} 
.img_wrapper-single {
  overflow: hidden !important;
  border-radius: 8px;
}
.page-loader {
  width: 100%;
  position: absolute;
  top: 10%;
  background: transparent;
  z-index: 1000;
}
.spinner {
  position: relative;
  top: 0%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #003a70;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#grid-class {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: left;
}
.no_postfound_img {
  display: block;
  margin: 100px auto 0px auto;
}
.resource-grid-item {
  width: 50%;
  margin-bottom: 30px;
}
.article-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  transition: box-shadow 0.3s ease 0s;
}
body .resource-grid-item .article-grid-item article .blog-text a h5.blog_post_name,
body .topic-grid-item .article-grid-item article .blog-text a h5.blog_post_name {
    /* font-size: 24px;
    line-height: 30px; */
    padding: 10px 0px !important;
    color: #003a70;
    /* font-weight: 500; */
}
body
  .resource-grid-item
  .article-grid-item
  article
  .blog-text
  p.blog_category_name,
body .res_post_category a,
body
  .topic-grid-item
  .article-grid-item
  article
  .blog-text
  p.blog_category_name,
body .res_post_category a {
  border: 1px solid #cfd1d2;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  margin-top: 0px !important;
  color: #003a70;
  display: inline-block;
  padding: 7.5px 16px 7.5px 16px !important;
  font-weight: 500;
}
.resource-grid-item .article-grid-item article,
.topic-grid-item .article-grid-item article {
  border: 1px solid #cfd1d2;
  border-radius: 8px;
  overflow: hidden;
}
.topic-grid-item .article-grid-item article {
  height: 100%;
}
button#watch_now,
button#download_now {
  padding: 7px 16px 7px 15px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #237804;
  border-radius: 8px;
  margin-top: 17px;
  cursor: pointer;
  color: #237804;
  font-weight: 600;
  transition: all .4s ease;
}
body .tbl_article_content #ez-toc-container nav ul li:hover {
  border-radius: 6px;
  background-color: #e6e9ec;
  opacity: 1;
}
.tbl_article_content #ez-toc-container .ez-toc-title-container {
  margin-bottom: 12px;
}
body .tbl_article_content #ez-toc-container nav ul li{
  margin-bottom: 4px;
}
span.btn-text {
  display: inline-block;
  vertical-align: middle;
}
button#watch_now span.btn-icon {
  background-image: url("/wp-content/uploads/2023/02/watch.svg");
  padding-left: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px !important;
  margin-top: -2px !important;
  transition: all .4s ease;
  
}
button#download_now {
  padding: 7px 16px 8px 15px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #237804;
  border-radius: 8px;
  margin-top: 17px;
  cursor: pointer;
  font-weight: 600 !important;
  font-family: Rubik;
  color: #237804;
  transition: all .4s ease;
}
button#download_now span.btn-icon {
  background-image: url("/wp-content/uploads/2023/02/Download-From-Cloud-1.svg");
  padding-left: 8px;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px !important;
  margin-bottom: -4px !important;
  background-repeat: no-repeat;
  /* transition: all 0.5s; */
}
body .resource-grid-item .article-grid-item article .blog-text,
body .topic-grid-item .article-grid-item article .blog-text {
  margin: 24px 15px 20px 15px;
}
ul.pagination.filter_post_pagination {
  padding-top: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
ul.pagination.filter_post_pagination li {
  width: 40px !important;
  text-align: center;
  font-size: 20px !important;
  list-style: none !important;
  background-color: #003a70;
  margin: 5px 4px;
}
body ul.pagination.filter_post_pagination li .page-numbers {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
ul.pagination.filter_post_pagination li .page-numbers.current {
  color: #fff;
  text-decoration: underline;
}
ul.pagination.filter_post_pagination a.prev.page-numbers,
ul.pagination.filter_post_pagination a.next.page-numbers {
  display: none;
}
hr.blog-pagination {
  border: none;
}
body .resource_container .edgtf-grid-col-4 {
  padding-left: 0;
}
.topic_type_container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px !important;
}
.signup_container {
  margin: 32px 0 0 0;
  border: 1px solid #cfd1d2;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
}
.signup_container h5 {
  color: #237804;
  /* font-size: 24px;
  line-height: 30px;
  font-weight: 500; */
  padding-bottom: 12px !important;
}

.signup_container-single input.wpcf7-form-control.has-spinner.wpcf7-submit,
.signup_container input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 8px 24px 8px 24px !important;
  width: 100%;
  border-radius: 8px !important;
  background-color: #003a70;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.signup_container-single
  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
.signup_container
  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  border-radius: 8px !important;
}
.resource_last_blk {
  background-color: #003a70;
  padding: 45px;
  border-radius: 8px;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
  flex-wrap: wrap;
}
.resource_last_blk .resource_last_blk_first_col h3 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
.resource_last_blk .resource_last_blk_first_col {
  width: 50%;
}
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  .resource_last_blk
  .resource_last_blk_first_col
  p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin: 15px 15px 15px 0px !important;
}
.resource_last_blk_btn button#Get_Started {
  background-color: #237804;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.resource_last_blk_btn button#Get_Started:after {
  content: url("/wp-content/uploads/2023/02/surface5037.svg");
  vertical-align: middle;
  padding-left: 11px;
}

.resource_last_blk_btn button#Ask_a_Question {
  background-color: #003a70;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid #237804;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
  margin-left: 4px;
}
.resource_last_blk_btn button#Ask_a_Question:after {
  content: url("/wp-content/uploads/2023/02/Messaging-1.svg");
  vertical-align: middle;
  padding-left: 11px;
}
.resource_container {
  margin-top: 45px;
}
.resource-grid-item .article-grid-item,
.resource-grid-item .article-grid-item article,
.topic-grid-item .article-grid-item {
  height: 100%;
}
.resource_last_blk_last_col {
  margin-left: auto !important;
  padding-right: 150px;
}
.resource-grid-item:hover .blog_category_img {
  /* transform: scale(1.1); */
}
.resource-grid-item:hover h3.blog_post_name,
.topic-grid-item:hover h3.blog_post_name {
  /* text-decoration: underline; */
  /* padding-bottom: 0 !important;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(135deg, #003A70 0%, #533F85 19.79%, #913D8A 35.42%, #C73A7C 55.73%, #ED4760 74.48%, #FF6A39 100%);
  border-image-slice: 1; */
}
/* .blog-text a:after {
  content: "";
  background: linear-gradient(to right, #3333ff, yellow, gold);
  display: block;
  bottom: -3px;
  right: 0;
  height: 3px;
  transition: all .5s ease-out;
} */
/* .blog-text a {
  background-image: linear-gradient(to right, gold, yellow, #3333ff 50%, #fff 50%);
  background-position: 50% 0%;
  background-size: 200% 100%;
  transition: all .5s ease-out;
} */


button#load-more {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #003a70;
  border-radius: 8px;
  margin-top: 19px;
  cursor: pointer;
  font-weight: 500 !important;
  font-family: Rubik;
  color: #fff;
  text-align: center;
  background-color: #003a70;
}
.btn__wrapper {
  padding: 0 15px;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.signup_container p.signup_content {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #40464d;
}
.signup_container form {
  margin-top: 11px;
}

.social-continer {
  margin: 20px 0 0 0;
  border: 1px solid #cfd1d2;
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
}
.social-continer span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px !important;
  color: #003A70;
  font-weight: 600;
}
.icon_container img {
  width: 30px;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 24px;
}
.social-continer h4 {
  font-size: 14px !important;
  margin: 0 0 5px 0 !important;
  line-height: 18px;
  color: #003a70;
  letter-spacing: 0;
}
.blog-text p:not(.blog_category_name) {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #5b6770;
}
.block_for_mobaile {
  display: none;
}
button#watch_now:hover,
button#download_now:hover {
  background-color: #237804;
  color: #fff !important;
  transition: all 0.5s;
}
button#watch_now:hover .btn-icon {
  /* background-image: url("/wp-content/uploads/2023/01/watch_now_white.png");
  background-repeat: no-repeat; */
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}
button#download_now:hover .btn-icon , button#download_now:focus .btn-icon {
  /* background-image: url("/wp-content/uploads/2023/01/download_now_white.png") !important; */
  /* background-repeat: no-repeat; */
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}
body
  .salty_cloud_wrapper
  .salty_cloud_inner_wrapper
  .salty_cloud_content_inner
  p.custom_error_info {
  width: 100%;
  padding: 10px !important;
  font-size: 16px;
  color: #003a70;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
p.custom_error_info + span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: #101820;
}

.signup_container .wpcf7-response-output {
  margin-top: 0 !important;
}
.no_img {
  border: 5px solid #CFD1D2;
  background-color: unset;
  height: unset;
}
/*---------------------------resource page----------------------------------*/

/*--------------------------Resource single page------------------------------------*/
.single_Resource_content.edgtf-grid-row a {
  pointer-events: none;
}
body .resource-grid-item.resource_img_wrapper {
  width: 100%;
  margin: 0 auto;
}
/* body .resource-grid-item.resource_img_wrapper .blog_category_img {
  background-color: #003a70;
  max-height: 300px;
  height: 424px;
} */
body .resource_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 47px; */
}
.resource_title span.res_arrow_left {
  background-image: url("/wp-content/uploads/2023/02/Left-1-1.svg");
  width: 24px;
  height: 24px;
  margin-left: 6px !important;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

body .resource_title h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 15px !important;
  font-weight: 400;
}
.res_post_category {
  margin-top: 40px;
  margin-bottom: 16px;
}
body.resource-template-default .res_post_category {
  margin-bottom: 20px;
}
body.resource-template-default .res_post_content {
  margin-top: 16px;
}
.res_post_title h1 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
}
body.resource-template-default .res_post_title h1 {
  font-size: 42px;
  line-height: 52px;
}
.res_post_content p {
  color: #101820;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.single_cust_story .res_post_title h1 , .single_article_container.edgtf-grid .res_post_title h1 , 
.single_article_container.edgtf-grid .author_content p.author_name, .single_article_container.edgtf-grid .author_content p.author_name + span{
  color: #E2D4BA;
}
.res_button button#download_now span.btn-icon {
  background-image: url("/wp-content/uploads/2023/01/donwload_now.png");
}
.res_button button#download_now {
  color: #237804;
}
.res_post_content ul {
  list-style-image: url("/wp-content/uploads/2023/01/li_icon-1.png");
  list-style-position: unset;
}
body
  .signup_container-single.edgtf-container-inner.clearfix.single_res_form
  .edgtf-grid-col-4 {
  float: unset;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
}
body .signup_container-single.edgtf-container-inner.clearfix.single_res_form {
  margin: 100px auto;
}
span.other_resource_icon {
  background-image: url("/wp-content/uploads/2023/02/other_content.svg");
  padding-left: 8px !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px !important;
  background-repeat: no-repeat;
}
span.other_resource_icon + h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #101820;
}
.other_resources_container.edgtf-container-inner.clearfix {
  margin-top: 70px;
}
.resource-grid.single_resource_grid .resource-grid-item,
.resource-grid.single_resource_grid .topic-grid-item {
  width: 33.33%;
}
.other_resources_container .resource_title {
  margin-bottom: 24px;
}
.single_Resource_content .edgtf-grid-col-6 .res_post_content ul {
  padding: 0 24px;
  list-style-image: url(/wp-content/uploads/2023/02/Done.svg);
}
.signup-row {
  margin: 0px auto;
  padding: 20px 20px 0px 20px;
}
.signup_container-single {
  border: 1px solid #cfd1d2;
  border-radius: 8px;
  margin: 100px auto;
}
.single_Resource_content.edgtf-grid-row a p {
  font-weight: 500;
  color: #E2D4BA;
  font-size: 14px;
  line-height: 17.5px;
}
body p.blog_category_name.res_cat_single {
  color: #003A70;
}
body
  .signup_container-single.edgtf-container-inner.clearfix.single_res_form
  h4 {
  color: #237804;
  margin-bottom: 5px !important;
}
body
  .signup_container-single.edgtf-container-inner.clearfix.single_res_form
  p.signup_content {
  margin-bottom: 10px !important;
}
body .resource_title a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
body.resource-template-default .res_button {
  margin-top: 11px;
}
body.resource-template-default .res_post_content.res_content_two {
  margin-top: 29px;
}
body.resource-template-default .res_post_content p {
  color: #101820;
  font-size: 24px;
  line-height: 40px;
}
body.resource-template-default .res_post_content ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #101820;
  padding-bottom: 12px;
}
.edgtf-container-inner.res_last_inner_blk .edgtf-grid-col-12 {
  padding: 0;
}
body.resource-template-default.single .edgtf-container-inner.res_last_inner_blk .resource_last_blk {
  margin-top: 28px;
  margin-bottom: 128px;
}
.single_res_main {
  margin-left: 30px;
  margin-top: 30px;
}
.blog_category_img {
    /* min-height: 100px; */
    display: flex;
    justify-content: center;
    max-height: 400px;
    align-items: center;
    /* padding: 50px 30px; */
    padding: 20px 30px;
    transition: 0.5s;
    max-height: 100px;
}
/* .img_wrapper .blog_category_img {
  background-color: #CFD1D2;
  background-repeat: no-repeat;
  background-position: left !important;
} */
.img_wrapper .blog_category_img {
  background-color: #CFD1D2;
  background-repeat: no-repeat;
  background-position: left !important;
  padding-left: 24px;
}
.other_resources_container .img_wrapper {
  overflow: hidden !important;
  border-radius: 8px 8px 0 0;
  padding: 24px;
  background-color: #CFD1D2;
}
.blog_category_inner_one{
  line-height: 0;
  border-radius: 5px;
  position: relative;
}
.blog_category_inner_one .blog_category_inner_one_1{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 3;
  left: -10px;
  bottom: -10px;
  border-radius: 5px;
  box-shadow: -2px 3px 5px #959595;
}
.blog_category_inner_one .blog_category_inner_one_2{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  left: -20px;
  bottom: -20px;
  border-radius: 5px;
  background: #F0F0F0;
  box-shadow: -35px 24px 64px 12px rgb(172 111 0 / 48%);
  border-radius: 4px;
}
.article_single_img{
  z-index: 4;
    position: relative;
    border-radius: 5px;
}
body.resource-template-default .res_post_category a {
  margin-right: 4px;
}
/*--------------------------Resource single page------------------------------------*/

/*---------------------------------blog / article page---------------------------------*/
/* body.customer-stories-template-default .edgtf-grid .edgtf-grid-row.article_post_desc {
  margin-top: 60px;
} */
.article_filter_container {
  display: none;
}
body .featured_blog_sec > span:before {
  content: url("/wp-content/uploads/2023/02/Sparkling-1-2.svg");
  padding-right: 10px;
  vertical-align: middle;
}
.featured_blog_sec {
  padding-bottom: 26px !important;
  padding-top: 37px !important;
}
.featured_posts_blk {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0px 0px 45px 0px; */
  margin-bottom: 45px;
}
.article_container .featured_posts_blk_two{
  border-bottom: 1px solid #cad3dc;
  margin-bottom: 45px;
  margin-left: 15px;
  margin-right: 15px;
}
.featured_posts_blk .topic-grid-item {
  width: 33.33%;
}
.featured_blog_sec + .edgtf-grid-col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
button#read_more_link {
  padding: 7px 16px 8px 15px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #237804;
  border-radius: 8px;
  margin-top: 17px;
  cursor: pointer;
  font-weight: 600 !important;
  font-family: Rubik;
  background-color: #237804;
  display: block;
  color: #fff;
}
button#read_more_link span.btn-icon {
  background-image: url("/wp-content/uploads/2023/02/surface5037.svg");
  padding-left: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px !important;
  margin-top: 4px !important;
  background-repeat: no-repeat;
}
body .random_blog_post .res_post_content span.btn-icon {
  background-image: url("/wp-content/uploads/2023/02/Vector-1.svg") !important;
}
button#read_more_link:hover {
  background-color: #144502;
}
/* body.post-template-default.single.single-post
  .edgtf-wrapper.salty_cloud_wrapper
  header.edgtf-page-header,
body.post-template-default.single.single-post
  .edgtf-page-header
  .edgtf-fixed-wrapper.fixed {
  background-color: #e2d4ba;
} */
.single_resource_container.edgtf-container-inner.clearfix.single_blog_container {
  background-color: #00203D;
  width: 100%;
  /* padding-top: 48px;
  padding-bottom: 48px; */
  padding-top: 60px;
  padding-bottom: 30px;
}
.customer-stories-template-default .resource_title h2 ,.single_article_container .resource_title h2{
  color: #E2D4BA;
}
/*---------------------------------blog / article page---------------------------------*/
/* *-----------------------header------------------------- */
body.customer-stories-template-default .edgtf-page-header , 
body.post-template-default .edgtf-page-header {
/* body.customer-stories-template-default .edgtf-fixed-wrapper.fixed ,
body.post-template-default .edgtf-fixed-wrapper.fixed { */
  background-color: #00203D;
}
body.customer-stories-template-default .edgtf-main-menu > ul > li > a ,
body.post-template-default .edgtf-main-menu > ul > li > a {
  color: #E2D4BA;
}
body.customer-stories-template-default .edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-main-menu>ul>li>a>span.item_outer .item_text ,
body.post-template-default .edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-main-menu>ul>li>a>span.item_outer .item_text {
  color: #00203D;
}
body.customer-stories-template-default .edgtf-page-header .edgtf-logo-wrapper , body.post-template-default .edgtf-page-header .edgtf-logo-wrapper {
  background-image: url("/wp-content/uploads/2023/02/Group-7.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  justify-content: center;
  width: 237px;
}

body.customer-stories-template-default .edgtf-page-header a img , body.post-template-default .edgtf-page-header a img{
  display: none;
}
body.customer-stories-template-default .edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-logo-wrapper img.edgtf-normal-logo , 
body.post-template-default .edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-logo-wrapper img.edgtf-normal-logo  {
  display: block;
}
body.customer-stories-template-default .edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-logo-wrapper , 
body.post-template-default .edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-logo-wrapper {
  background-image: unset;
}

body.customer-stories-template-default .resource_title span.res_arrow_left , 
.single_article_container .resource_title span.res_arrow_left{
  background-image: url("/wp-content/uploads/2023/02/Left-1.svg");
  width: 24px;
  height: 24px;
  margin-left: 6px !important;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/* *-----------------------header------------------------- */
/*-----------------------------single blog / article page------------------------------*/
.single_article_container.edgtf-grid > .edgtf-grid-row {
  margin: 0;
}
.other_resources_container.article_single_pg .resource_last_blk {
  margin-top: 70px;
}
body.customer-stories-template-default .resource_title{
  padding-left: 0px;
}
span.blog_author_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}
.single_article_container {
  width: 1300px;
  margin: 0 auto;
}
.single_article_container .edgtf-grid-col-6 , .single_cust_story .edgtf-grid-col-8{
  margin: 0 auto;
  float: unset;
}
.single_article_container .edgtf-grid-col-6 .res_post_category a {
  background-color: transparent;
  border: 1px solid #E2D4BA;
}
.single_article_container .edgtf-grid-col-6 .res_post_title h1 {
  font-size: 42px;
  line-height: 52px;
}
.single_article_container .post_author_info , .post_author_info {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 22px;
}
.single_article_container .post_author_info .author_content,
p.author_name {
  color: #003a70;
  font-weight: 400;
  line-height: 20px;
  font-family: "Rubik", sans-serif;
}

body .res_post_content.article_single_desc h2,
body .res_post_content.article_single_desc h3 {
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px !important;
}
body .res_post_content.article_single_desc h2:not(h2:first-child) {
  margin-top: 15px !important;
}
.res_post_content.article_single_desc p img {
  margin-top: 40px;
  margin-bottom: 0px;
}
body .res_post_content.article_single_desc h3 {
  margin-top: 20px !important;
}
.res_post_content.article_single_desc p {
  font-size: 16px;
  line-height: 25px;
  color: #101820;
  font-weight: 400;
}
body
  .edgtf-grid-row.article_post_desc
  .signup_container-single.single_res_form {
  /* float: right; */
  width: 100%;
  border: none;
  margin: 0px auto 0px auto;
  padding: 0;
}
body
  .edgtf-grid-row.article_post_desc
  .signup_container-single.single_res_form
  .edgtf-grid-col-4 {
    /* float: right;  */
    width: 100%;
    border: none;
    margin: 0px auto 0px auto;
    padding: 0;
}
.edgtf-grid-row.signup-row {
  margin-left: auto;
  padding-top: 10px;
}
body
  .edgtf-grid-row.article_post_desc
  .signup_container-single.single_res_form
  p.signup_content {
  color: #237804;
  text-align: left;
}
body .signup_container .wpforms-container-full .wpforms-form button[type=submit]:hover ,
button#load-more:hover{
  background-color: #00203D;
}
/* span.other_resource_icon.tbl_content_icon {
  background-image: url("/wp-content/uploads/2023/02/Page-2.svg");
} */
body .tbl_article_content a.ez-toc-pull-right.ez-toc-btn {
  display: none !important;
}
.article_post_desc_wrapper{
  margin: 60px auto 0px auto !important;
}
/* .edgtf-grid-row.article_post_desc {
  width: 1300px;
} */
.edgtf-content-inner.salty_cloud_content_inner .container-1300 , .edgtf-grid-row.article_post_desc.edgtf-grid{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.edgtf-content-inner.salty_cloud_content_inner .container-1440{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
} 
.customer-story-content-inner{
  padding: 0 30px;
}
.edgtf-grid-row.article_post_desc .resource_title {
  margin-top: 0;
}
.edgtf-grid-row.article_post_desc .resource_title,
.tbl_article_content #ez-toc-container,
.edgtf-grid-row.article_post_desc .edgtf-grid-row.signup-row {
  max-width: 280px;
}

body .tbl_article_content #ez-toc-container nav ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 16px;
  display: block;
  border-radius: 10px 10px 0 0;
  font-family: "Rubik", sans-serif !important;
}

.tbl_article_content #ez-toc-container a:hover {
  text-decoration: none;
}
/* .tbl_article_content #ez-toc-container .ez-toc-title-container {
  display: none;
} */
.edgtf-grid-row.signup-row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.tbl_article_content #ez-toc-container {
  border: unset;
  background-color: transparent;
  box-shadow: none;
  /* margin-left: auto; */
  padding-right: 0;
  padding-top: 0;
}
body .res_post_content.article_single_desc .random_blog_post p {
  font-size: 16px;
  line-height: 25px;
  color: #E7DEBE;
  font-weight: 400;
}
.random_blog_post {
  background-color: #144502;
  padding: 45px;
  border-radius: 8px;
}
body.post-template-default .img_wrapper.img_wrapper-single .blog_category_img {
  height: 300px !important;
  min-height: unset !important;
  max-height: 180px !important;
}
body .res_post_content.article_single_desc .random_blog_post h1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 5px !important;
  color: #E7DEBE;
}
body .res_post_content.article_single_desc .random_blog_post .res_post_title {
  margin-bottom: 10px;
}
body
  .res_post_content.article_single_desc
  .random_blog_post
  .res_post_content
  button#read_more_link {
  margin-top: 15px;
  color: #101820;
  background-color: #85C72B;
}
body
  .res_post_content.article_single_desc
  .random_blog_post
  .resource-grid-item.resource_img_wrapper {
  margin: 0 auto;
}
body .resource-grid-item.resource_img_wrapper .blog_category_img {
  background-color: #E2D4BA;
  min-height: 400px;
  /* padding: 0 !important; */
  padding: 15px 30px!important;
}
body .resource-grid-item.resource_img_wrapper .img_wrapper.img_wrapper-single {
  padding: 0;
}
.random_blog_post .single_Resource_content.edgtf-grid-row a {
  pointer-events: all;
}
body .tbl_article_content #ez-toc-container nav ul li.active a.ez-toc-link {
  margin-bottom: 0;
}
body .tbl_article_content #ez-toc-container nav ul li.active {
  border: 1px solid #CFD1D2;
  border-radius: 8px;
}
/* body.post-template-default.single #sidebarWrap {
  left: 100px;
} */
body .tbl_article_content p.ez-toc-title {
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: #101820 !important;
}
body .tbl_article_content p.ez-toc-title:before {
  content: url(/wp-content/uploads/2023/02/Page-2.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
/*-----------------------------single blog / article page------------------------------*/

/*-----------------------------------Customer stories page---------------------------------------*/

.resource_head.edgtf-grid-col-8.cust_story_head {
  margin-bottom: 40px;
}
.article_filter_container.cust_story_type_container {
  display: block;
}

/*-----------------------------------Customer stories page---------------------------------------*/
/*-----------------------------------single customer stories page-------------------------------------------*/
.single_cust_story .edgtf-grid-col-8 {
  max-width: 55%;
  /* margin-bottom: 26px; */
}
.single_cust_story .edgtf-grid-col-8 h1 {
  font-size: 40px;
  line-height: 50px;
}
#customer_info {
  border: 1px solid #CFD1D2;
  border-radius: 8px;
  /* padding: 24px 24px 20px 24px; */
  padding: 15px 15px 20px 15px;
  /* max-width: 167px;
  margin-left: auto;
  margin-right: 8px; */
}
#customer_info .cust_address, #customer_info .author_img, #customer_info .cust_address p {
  padding-bottom: 21px;
  font-size: 14px;
  line-height: 17.5px;
  color: #101820;
  font-weight: 400;
}
#customer_info .cust_address:last-child {
  padding-bottom: 0px;
}
#customer_info .cust_address h6 {
  font-size: 14px;
  line-height: 17.5px;
  color: #003A70;
}
.post_author_info.customer_content .author_content p:first-child {
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 500;
}
.post_author_info.customer_content .author_content p:not(p:first-child) {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 17.5px;
  color: #101820;
  font-weight: 400;
}
.post_author_info.customer_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 75px auto 0px auto;
}
body .res_post_content.article_single_desc p.callout_text {
  /* background: linear-gradient(135deg, #003A70 0%, #533F85 19.79%, #913D8A 35.42%, #C73A7C 55.73%, #ED4760 74.48%, #FF6A39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: 28px !important;
  line-height: 35px !important;
  font-weight: 400 !important;
  margin-top: 23px !important;
  margin-bottom: 23px !important;
  color: #D1572F;
}
.res_post_content.article_single_desc ul {
  padding-left: 30px;
  list-style-image: unset;
  display: table;
}
.single_Resource_content.edgtf-grid-row.single_cust_story .res_post_category a ,.single_article_container .res_post_category a {
  border: 1px solid #E2D4BA;
  margin-right: 4px;
}
.cust_story_parent {
  max-width: 635px;
  margin: 0 auto 0 0;
}
/* body.customer-stories-template-default.single #sidebarWrap {
  left: 200px;
} */
body.customer-stories-template-default.single .single_article_container .res_post_category p{
  color: #E2D4BA;
}
/*-----------------------------------single customer stories page-------------------------------------------*/
/*----------------------------------Signup form css---------------------------------------*/
.signup_container iframe #root form{
  margin: 0;
}
.signup_container iframe #root form label.inputLabel_2ufHv{
  display: none;
}
span.post_loader {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  background-image: url(https://18.118.51.64/wp-content/uploads/2023/02/VAyR.gif);
  vertical-align: middle;
  display: none;
}
/* iframe#signup_form {
  min-height: 280px;
  min-width: 330px;
} */


.res-image-box{
  padding: 0 !important;
}

.customer-story-content {
  padding-top: 127px !important;
}


/*------------------------------- Responsive style ------------------------- */
@media only screen and (max-width: 1400px) {
  
  .article_post_desc_wrapper{
    margin: 60px auto 0px auto !important;
  }
  .edgtf-grid-row.article_post_desc {
    width: 100%;
  }
 
  /* .edgtf-grid-row.article_post_desc {
    width: 88%;
  } */
  /* .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 70%;
  } */
  .edgtf-grid-row.article_post_desc .edgtf-grid-col-4 {
    width: 25%;
  }
  .edgtf-grid-col-8.res_post_content.article_single_desc {
    /* width: 65%; */
  }
  .edgtf-grid-row.article_post_desc .resource_title {
    padding-left: 0;
  }
  body
    .res_post_content.article_single_desc
    .random_blog_post
    .resource-grid-item.resource_img_wrapper {
    margin: 30px auto;
  }
  .single_res_main {
    margin-left: 0px;
  }
  /* body.post-template-default.single #sidebarWrap , body.customer-stories-template-default.single #sidebarWrap {
    left: unset;
  } */
  /* single article blog */
  /* body.post-template-default .edgtf-grid-row.article_post_desc.edgtf-grid {
    width: 1100px;
    margin: 60px auto 0px auto;
  } */
  body.post-template-default .edgtf-grid-row.article_post_desc .edgtf-grid-col-4 {
    width: 35%;
  }
  body.post-template-default .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 65%;
  }
  .cust_story_parent {
    max-width: 100%;
    margin: 0 auto;
  }
  .single_res_main .signup_container-single.edgtf-container-inner.clearfix.single_res_form {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  .single_res_main .edgtf-container-inner.res_last_inner_blk {
    width: 100%;
  }
  
}
@media only screen and (max-width: 1320px) {
  .cs-hide-col{
    display: none;
  }
  .cs-sidebar-col{
    width: 25% !important;
  }
  .cs-desc-col{
    width: 75% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .other_resources_container.edgtf-container-inner.clearfix {
    margin-top: 147px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.post-template-default .edgtf-grid-row.article_post_desc.edgtf-grid {
    width: 100%;
  }
  /* body.post-template-default .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 70%;
    padding-left: 60px;
    padding-right: 0;
  } */
}
@media only screen and (max-width: 1024px) {
  .single_cust_story .edgtf-grid-col-8 {
    max-width: 100%;
  }
  /* body.customer-stories-template-default #sidebarWrap #sidebar {
    margin-left: 0px;
  } */
  div#grid-class {
    margin-top: 30px;
  }
  .resource_container .edgtf-grid-col-8 {
    padding: 0 !important;
  }
  .resource_head h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .resource_head p {
    font-size: 20px;
    line-height: 28px;
  }
  .resource_container {
    margin-top: 25px;
  }
  /* .edgtf-grid-col-4 .signup_container, */
  .edgtf-grid-col-4 .social-continer {
    display: none;
  }

  .block_for_mobaile {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .resource_last_blk {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .resource_last_blk_last_col {
    margin-left: auto !important;
    padding-right: 0;
    margin-right: auto;
  }
  #grid-class {
    margin-left: 0;
    margin-right: 0;
  }
  /* .single_resource_container.edgtf-container-inner.clearfix {
      width: 100%;
  } */
  /* Resource single page */
  .single_Resource_content {
    display: flex;
    flex-direction: column-reverse;
  }

  .resource-grid.single_resource_grid .resource-grid-item {
    width: 50%;
  }

  #grid-class {
    justify-content: flex-start;
  }

  body .resource-grid-item.resource_img_wrapper {
    margin: 82px 0 0 0;
  }

  .signup_container .edgtf-grid-col-4 {
    max-width: 450px;
  }

  .single_Resource_content .edgtf-grid-col-6 .res_post_content li {
    font-family: "Rubik", sans-serif;
    color: #101820;
    font-size: 18px;
  }
  body .res_post_content.article_single_desc .random_blog_post .res_post_title {
    width: 100%;
  }
  /*-------------article page----------------------------------*/
  .article_container.edgtf-container-inner .edgtf-grid-col-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .featured_posts_blk .topic-grid-item {
    width: 50%;
  }
  .featured_posts_blk .topic-grid-item:last-child {
    padding-top: 30px;
  }
  .article_container.edgtf-container-inner > .edgtf-grid-row:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  /* single article page */
  .single_article_container.edgtf-grid {
    width: 100%;
    margin-right: 0;
  }
  .res_post_title {
      width: 80%;
  }
  .single_resource_container.edgtf-container-inner.clearfix.single_blog_container {
    padding-left: 61px;
    padding-right: 61px;
  }
  .resource_title.edgtf-grid-col-12 {
    width: 100% !important;
    margin-left: 0;
    max-width: unset;
    justify-content: flex-start;
  }
  
  .edgtf-grid-row.article_post_desc {
    /* padding-left: 60px; */
    /* padding-right: 60px; */
    display: flex;
    flex-wrap: wrap;
  }
  .tbl_article_content #ez-toc-container,
  .edgtf-grid-row.signup-row {
    margin-left: 0;
  }
  .edgtf-grid-row.article_post_desc .resource_title {
    padding-left: 0;
  }
  .tbl_article_content #ez-toc-container {
    margin: 0;
  }
  /* .edgtf-grid-row.article_post_desc {
    width: 88%;
  } */
  /* .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 70%;
  } */
  .edgtf-grid-row.article_post_desc .edgtf-grid-col-4 {
    width: 30%;
  }
  body .res_post_content.article_single_desc h2,
  body .res_post_content.article_single_desc h3 {
    font-size: 27px;
    line-height: 30px;
  }
  body
    .res_post_content.article_single_desc
    .random_blog_post
    .resource-grid-item.resource_img_wrapper {
    margin: 0;
    padding-bottom: 15px;
  }
  .single_article_container .edgtf-grid-col-6 .res_post_title h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .other_resources_container.edgtf-container-inner.clearfix.article_single_pg
    .edgtf-grid-col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .other_resources_container.article_single_pg .resource_last_blk {
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .article_post_desc_wrapper{
    margin: 60px auto 0px auto !important;
  }
  body.post-template-default .edgtf-grid-row.article_post_desc.edgtf-grid {
    width: 100%;
  }
  /* single cutsomer story page */
  /* body.post-template-default.single #sidebarWrap {
      left: unset;
  } */
  body .edgtf-grid-row.article_post_desc .signup_container-single.single_res_form {
      float: left;
      width: 85%;
  }
  body .single_Resource_content .resource-grid-item.resource_img_wrapper {
    width: 100% !important;
  }
  /* body.customer-stories-template-default.single #sidebarWrap {
    left: unset;
  } */
  .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 70%;
    /* padding-right: 60px; */
  }
  body .resource_container .edgtf-grid-col-4 {
    padding-left: 15px;
  }
  .resource_head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article_container.edgtf-container-inner .resource_last_blk {
    margin-left: 0;
    margin-right: 0;
  }
  .single_res_main .edgtf-container-inner.res_last_inner_blk .resource_last_blk {
    margin-left: 0;
    margin-right: 0;
  }

}
@media only screen and (max-width: 991px) {
  .resource_last_blk_btn button#Ask_a_Question {
    margin-left: 0;
    margin-top: 15px;
  }

  body .resource-grid-item.resource_img_wrapper {
    margin: 48px auto;
  }

  .res_post_title h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .res_post_content p {
    line-height: 26px;
  }
  /* single article page */
  .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 70%;
    padding-left: 60px;
    padding-right: 0;
  }
  body .resource-grid-item.resource_img_wrapper {
    width: 85% !important;
  }
  /* .single_article_container.edgtf-grid > .edgtf-grid-row {
    margin-left: -15px;
    margin-right: -15px;
  } */
  .cs-sidebar-col{
    width: 32% !important;
  }
  .cs-desc-col{
    width: 68% !important;
  }
  .customer-story-content {
    padding-top: 80px !important;
}
}

@media only screen and (max-width: 767px) {
  #grid-class {
    display: block;
  }

  .chk_outer {
    width: 45%;
    margin-right: 4.2%;
  }
  .chk_outer label {
    width: 100%;
  }
  .chk_outer label input + span {
    font-size: 13px;
    line-height: 16px;
  }
  .resource-grid-item {
    width: 100%;
  }
  .resource_container .edgtf-grid-col-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px !important;
  }
  .article-grid-item {
    padding: 0;
  }
  body
    .resource-grid-item
    .article-grid-item
    article
    .blog-text
    a
    h3.blog_post_name {
    font-size: 20px;
    line-height: 24px;
  }
  body .resource_last_blk {
    margin-top: 20px;
  }
  .resource_last_blk .resource_last_blk_first_col {
    width: 100%;
  }

  .resource_last_blk .resource_last_blk_first_col h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .resource_last_blk_btn button#Ask_a_Question {
    margin-left: unset;
    margin: 12px 0 0 0;
  }

  .resource_last_blk_last_col img {
    display: none !important;
  }

  .resource_head h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px !important;
  }
  .resource_head p {
    font-size: 16px;
    line-height: 22px;
  }

  .resource_head {
    margin-top: 30px;
  }

  .resource_container {
    margin-top: 25px;
  }
  .search-container .container {
    padding: 7px 10px 7px 16px;
  }
  .resource_last_blk {
    padding: 20px;
    text-align: center;
  }

  /* Resource single page */
  .resource-grid.single_resource_grid .resource-grid-item {
    width: 65%;
    margin: 30px auto;
  }
  .single_res_main .single_Resource_content.edgtf-grid-row {
    margin-top: 30px;
  }
  body.resource-template-default .res_post_title h1 {
    font-size: 34px;
    line-height: 45px;
  }
  body.resource-template-default.single .signup_container-single.edgtf-container-inner.clearfix.single_res_form {
    margin: 40px auto;
  }
  body.resource-template-default.single .edgtf-container-inner.res_last_inner_blk .resource_last_blk {
    margin-bottom: 60px;
  }
  .single_res_main {
    margin-top: 50px;
  }
  .featured_posts_blk {
    margin-bottom: 20px;
  }
  .article_container .featured_posts_blk_two {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* -------------------article page--------------------- */
  .featured_posts_blk .topic-grid-item {
    width: 100%;
    padding: 0px 30px 30px 30px;
  }
  .article_container.edgtf-container-inner .edgtf-grid-col-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .article_container.edgtf-container-inner .edgtf-grid-col-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured_blog_sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured_posts_blk .topic-grid-item:last-child {
    padding-top: 0;
  }
  .article_container.edgtf-container-inner
    .edgtf-grid-col-8
    .filter_post_container,
  .article_container.edgtf-container-inner .edgtf-grid-row:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .signup_container h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .signup_container,
  .social-continer {
    text-align: center;
  }
  .btn__wrapper {
    padding: 0;
  }
  .edgtf-grid-row.article_post_desc .resource_title {
    justify-content: left;
  }
  

  /* single article page */
  body.post-template-default .edgtf-grid-row.article_post_desc .edgtf-grid-col-4, 
  body.post-template-default .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 100%;
  }
  .edgtf-grid-col-8.res_post_content.article_single_desc {
    width: 95%;
    padding: 0;
  }
  .edgtf-grid-row.article_post_desc .edgtf-grid-col-4 {
    width: 100%;
    padding: 0;
  }
  .edgtf-grid-row.article_post_desc .resource_title,
  .tbl_article_content #ez-toc-container,
  .edgtf-grid-row.article_post_desc .edgtf-grid-row.signup-row {
    max-width: 100%;
    padding: 0;
  }
  body
    .edgtf-grid-row.article_post_desc
    .signup_container-single.single_res_form
    .edgtf-grid-col-4 {
    width: 100%;
    margin-left: auto;
    float: left;
    max-width: 300px;
    margin-bottom: 30px;
  }
  body .resource_title {
    align-items: center;
    justify-content: center;
  }
  .single_resource_container.edgtf-container-inner.clearfix.single_blog_container {
    padding-left: 30px;
    padding-right: 30px;
    width: 85%;
  }
  .single_article_container .edgtf-grid-col-6 .res_post_title h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .res_post_title {
    width: 100%;
  }
  .random_blog_post {
    padding: 45px 30px 47px 30px;
  }
  body .resource-grid-item.resource_img_wrapper {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .other_resources_container.edgtf-container-inner.clearfix.article_single_pg .edgtf-grid-col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .other_resources_container.article_single_pg .resource_last_blk {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  body .res_post_content.article_single_desc h2:not(h2:first-child) {
    margin-top: 25px !important;
  }
  body .res_post_content.article_single_desc h2,
  body .res_post_content.article_single_desc h3 {
    font-size: 22px;
    line-height: 30px;
  }
  body .resource_title h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .res_post_category {
    margin-top: 20px;
  }
  #sidebar.fixed {
    position: relative !important;
    top: unset !important;
  }
  #sidebar {
      position: relative !important;
      top: unset !important;
  }
  .other_resources_container.edgtf-container-inner.clearfix {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .other_resources_container .resource_title {
    margin-bottom: 20px;
    justify-content: left;
    padding-left: 15px !important;
  }
  /*-------------single customer stories page-------------------------*/
  /* .single_cust_story .edgtf-grid-col-8 {
    max-width: 100%;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 85%;
    margin-left: 0;
  } */
  /* body.customer-stories-template-default.single #sidebarWrap #sidebar.fixed {
    left: unset;
  } */
  #customer_info {
    max-width: 100%;
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 30px;
  }
  /* .edgtf-grid-row.article_post_desc {
    width: 85%;
  } */
  .single_cust_story .edgtf-grid-col-8 h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .cs-sidebar-col{
    width: 100% !important;
  }
  .cs-desc-col{
    width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  /* Resource single page */
  .resource-grid.single_resource_grid .resource-grid-item {
    width: 100%;
    margin: 30px auto;
  }

  body .resource-grid-item.resource_img_wrapper {
    width: 100%;
  }

  .res_post_title h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .res_post_content p {
    line-height: 28px;
  }
  .single_Resource_content.edgtf-grid-row.single_cust_story .res_post_category a, .single_article_container .res_post_category a {
    border: 1px solid #E2D4BA;
    margin-right: 4px;
    margin: 0px 8px 10px 0px;
  }
}

/* Side bar - Table of contents */
/* #sidebarWrap {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
} */


#sidebar.fixed {
  position: fixed;
  top: 140px;
}

.single_resource_container{
  position: relative;
}
.single_Resource_content > .edgtf-grid-col-6{
  position: static;
}

/* -------------signup form-------------------- */
.signup_container form {
	margin-top: 0px;
}
.signup_container {
	padding: 20px 20px 20px 20px;
}
body .signup_container .wpforms-container-full {
	margin: 0 auto;
}
body .signup_container .wpforms-container-full .wpforms-form .wpforms-field-label {
	    display: none;
}
body .signup_container div.wpforms-container-full .wpforms-form input[type=email] {
  width: 100%;
  max-width: 100%;
  padding: 20px 14px 23px 14px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px !important;
  border: 1px solid #e5e5e5;
  margin: 0 0 5px;
}
body .signup_container .wpforms-container-full .wpforms-form button[type=submit] {
  width: 100%;
  max-width: 100%;
  padding: 9px 14px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px !important;
  border: 1px solid #e5e5e5;
  margin: 0 0 5px;
  font-weight: 400;
  background-color: #003a70;
  color: #fff;
}
body .signup_container #wpforms-17903-field_2-container {
  padding-bottom: 2px;
}
body .signup_container .wpforms-submit-container {
  padding: 0;
}
.signup_container .wpforms-confirmation-container-full {
  margin-top: 15px !important;
  margin-bottom: 4px;
}