.part-hero {
  position: relative;
  padding: 50px 20px 30px 20px;
  margin-top:0px;
}


@media(max-width: 1024px) {
  .part-hero {
    padding-top:70px;
  }
}

.part-hero.mv-mrg {
    margin-top:0;
  }

@media(max-width: 768px) {
  .part-hero.mv-mrg {
    margin-top:0;
  }
}


.part-hero::before, .lp-B::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 93, 170, 0.9)),
    to(rgba(124, 96, 185, 0.8))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 93, 170, 0.9),
    rgba(124, 96, 185, 0.8))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 93, 170 0.7),
    rgba(124, 96, 185, 0.8))
  );
}

.lp-B::before  {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 93, 170, 0.7)),
      to(rgba(0, 165, 190, 0.8))
    );
    background-image: -o-linear-gradient(
      left,
      rgba(0, 93, 170, 0.7),
      rgba(0, 165, 190, 0.8))
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 93, 170 0.7),
      rgba(0, 165, 190, 0.8))
    );
}



.page-template-landing-page #top,
.page-template-landing-page #header-secondary-outer,
.page-template-landing-page-B #top,
.page-template-landing-page-B #header-secondary-outer,
.page-template-casestudy #top,
.page-template-casestudy #header-secondary-outer,
.page-template-page-about  #top,
.page-template-page-about #header-secondary-outer,
.page-template-whitepaper #top, .page-template-whitepaper #header-secondary-outer  {
  display: none;
}

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.part-menu ul {
  margin-bottom: 65px;
}

.part-menu ul li {
  height: 65px;
  display: inline-block;
  padding-right: 30px;
  line-height: 0;
  font-size: 12px;
  position: relative;
}

.part-menu ul li a {
  position:relative;
  color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 25px;
  opacity: 0.75;
  font-family: 'Lato';
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  -o-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
}


.part-menu ul li a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #fff;
    content: '';
}


.part-menu ul li a:hover:after,
.part-menu ul li a:focus:after {
   backface-visibility: hidden;
  -ms-transform:scaleX(1);
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
}

.part-menu ul li a:hover {
  opacity: 1;
}


.part-menu ul li a {
  position:relative;
  color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 25px;
  opacity: 0.75;
  font-family: 'Lato';
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  -o-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.part-menu .sub-menu {
  text-align: left;
  width: 20em;
  opacity: 0;
  background:#fff;
  transition: none;
  margin-left:0;
  padding: 0;
  display: block;
  -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, 0.11);
  box-shadow: 0 19px 35px rgba(0, 0, 0, 0.11);
  position: absolute;
  top: -999em;
  z-index: 1001;
}

.part-menu .sub-menu li {
  height: auto;
  padding:0;
}

.part-menu .sub-menu li:hover {
  background: #005daa;
}

.part-menu .sub-menu li:hover a, .part-menu .sub-menu li a:hover {
  color: #fff;
}

.part-menu .sub-menu li:hover > .submenu {
  opacity:1;
  top:100%;
}

.part-menu .sub-menu li:hover a {
  color: #fff;
}
  
.part-menu .sub-menu li {
  font-size: 12px;
  width: 100%;
  padding-right: 30px;
  position:relative;
  opacity:0;
  /*-ms-transform:translateY(13px);
  -webkit-transform:translateY(13px);
  transform:translateY(13px);*/
  -ms-transition:transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  transition:transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  -webkit-transition:transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1)
}

.part-menu li:hover {
  opacity:1;
  /*-ms-transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transform:translateY(0px)*/
}

.part-menu li:hover .sub-menu li {
 opacity:1;
}


.part-menu ul li:hover >.sub-menu {
  opacity:1;
  top:100%;
}

.part-menu .sub-menu a {
  display:block;
  color:#40516F;
  padding: 15px;
  font-family: Lato;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}


.part-menu .sub-menu a::after {
  content: none;
}

.mob-item, #closeBtn {display: none;}

 #closeBtn {
  font-size: 30px;
  color: #fff ;
 }
  

@media(max-width: 1220px) {
  .part-menu ul {
    display:none;
  }

  .mob-item, #closeBtn  {
    display: block;
    right: 15px;
    position: absolute;
    z-index: 10001;
    cursor:pointer;
  }
  
  .btn-join {display: none !important;}
}


.ng-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 991px) {
  .part-hero .ng-col-6,
  .part-intro .ng-col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.part-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .part-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.part-hero h1 {
  color: #fff;
}

@media (max-width: 768px) {
  .part-hero h1 {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .part-hero h1 {
    margin-top: 30px;
  }
}

.part-hero h1 span {
  display: block;
  line-height: 1;
}

@media (max-width: 1024px) {
  .part-hero h1 span {
    line-height: 1.2;
  }
}

.part-hero h1 .primary-title {
  font-weight: 700;
}

.page-template-page-sponsors .part-hero h1 .primary-title {
  font-size: 48px;
}

.page-template-membership-page .part-hero h1 .primary-title,
.page-template-membership-page-02 .part-hero h1 .primary-title {
  font-size: 54px;
}

@media(max-width: 1199px) {
  .page-template-membership-page .part-hero h1 .primary-title,
  .page-template-membership-page-02 .part-hero h1 .primary-title  {
    font-size: 45px;
  }
}

@media(max-width: 1024px) {
  .page-template-membership-page .part-hero h1 .primary-title,
  .page-template-membership-page-02 .part-hero h1 .primary-title {
    font-size: 38px;
  }
}

@media(max-width: 991px) {
  .page-template-membership-page .part-hero h1 .primary-title,
  .page-template-membership-page-02 .part-hero h1 .primary-title  {
    font-size: 38px;
  }
}

@media(max-width: 768px) {
  .page-template-membership-page .part-hero h1 .primary-title,
  .page-template-membership-page-02 .part-hero h1 .primary-title {
    padding-top: 40px;
  }
}


@media(max-width: 576px) {
  .page-template-membership-page .part-hero h1 .primary-title,
  .page-template-membership-page-02 .part-hero h1 .primary-title  {
    font-size: 34px;
  }
}

.page-template-membership-page .part-hero h1 .secondary-title,
.page-template-membership-page-02 .part-hero h1 .secondary-title {
  margin-top: 10px;
  text-transform: uppercase;
}

@media(max-width: 991px) {
  .page-template-membership-page .part-hero h1 .secondary-title,
  .page-template-membership-page-02 .part-hero h1 .secondary-title {
    font-size: 24px;
  }
}

@media(max-width: 576px) {
  .page-template-membership-page .part-hero h1 .secondary-title,
  .page-template-membership-page-02 .part-hero h1 .secondary-title {
    font-size: 18px;
  }
}


@media (max-width: 991px) {
  .part-hero h1 .primary-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .part-hero h1 .primary-title {
    font-size: 32px;
  }
}

.part-hero h1 .secondary-title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .part-hero h1 .secondary-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .part-hero h1 .secondary-title {
    font-size: 21px;
  }
}

.part-form {
  position: relative;
  background: #fff;
  float: right;
  border-radius: 5px;
  padding: 55px 40px 30px 40px;
  max-width: 550px;
  margin-bottom: -295px;
  z-index: 101;
  box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.4);
}


@media (max-width: 1366px) {
	.part-form {
		right: -17px;
	}
}


@media (max-width: 991px) {
  .part-form {
    margin-top: 30px;
    margin-bottom: 0;
    float: none;
	 right:0;
  }
}

.part-form h2 {
  color: #005daa;
  font-weight: 300;
}
@media (max-width: 991px) {
  .part-form h2 {
    text-align: center;
  }
}

.part-form p {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .part-form p {
    text-align: center;
  }
}

.part-form .form-group-inline {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .part-form .form-group-inline {
    grid-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

.part-form input,
textarea {
  color: #000;
  font-weight: 700;
  background: none !important;
  border: 1px solid #e0e0e0 !important;
  font-size: 15px;
}

.part-form input::-webkit-input-placeholder,
.part-form textarea::-webkit-input-placeholder {
  color: #676767;
  font-weight: 400;
}

.part-form input::-moz-placeholder,
.part-form textarea::-moz-placeholder {
  color: #676767;
  font-weight: 400;
}

.part-form input:-ms-input-placeholder,
.part-form textarea:-ms-input-placeholder {
  color: #676767;
  font-weight: 400;
}

.part-form input:-moz-placeholder,
.part-form textarea:-moz-placeholder {
  color: #676767;
}

.part-form input[type='checkbox'] {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .part-form input {
    margin-bottom: 15px !important;
  }
}

.part-form textarea {
  height: 100px !important;
  resize: none;
  padding: 15px !important;
}

.form-check span {
  display: block;
  color: #676767;
  font-size: 15px;
}

.form-check .wpcf7-list-item,
.form-check .wpcf7-list-item-label {
  display: inline-block;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .wpcf7-checkbox .form-check span {
    font-size: 14px;
    margin-right: 0;
  }
}

.form-check-inline {
  display: inline-block;
  color: #676767;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.part-form input::-webkit-input-placeholder,
.part-form textarea::-webkit-input-placeholder {
  color: #676767;
  font-size: 15px;
}

.part-form input::-moz-placeholder,
.part-form textarea::-moz-placeholder {
  color: #676767;
  font-size: 15px;
}

.part-form input:-ms-input-placeholder,
.part-form textarea:-ms-input-placeholder {
  color: #676767;
  font-size: 15px;
}

.part-form input:-moz-placeholder,
.part-form textarea:-moz-placeholder {
  color: #676767;
  font-size: 15px;
}

.part-form input[type='submit'] {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  margin-top: 27px;
  background: #005daa !important;
  color: #fff;
  text-transform: uppercase !important;
  font-weight: 600;
  border: none;
}

.part-form .form-group .recaptcha {
  margin-top:20px;
}


@media (max-width: 576px) {
	.part-form .form-group .recaptcha {
		-webkit-transform: scale(0.75);
		    -ms-transform: scale(0.75);
		        transform: scale(0.75);
		-webkit-transform-origin: 0 0;
		    -ms-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
}


.part-intro {
  padding: 40px 0 0 0;
	min-height: 235px;
}

@media (max-width: 1024px) {
	.part-intro {
	    min-height: 280px;
     }
}


@media (max-width: 991px) {
	.part-intro {
	    min-height: auto;
     }
}

@media (max-width: 991px) {
  .part-intro .flex-block {
    flex-direction: column;
  }
}

.part-intro p {
  line-height: 1.5;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .part-intro p {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .page-template-landing-page #header-outer,
  .page-template-landing-page #header-space,
  .page-template-landing-page-B #header-outer,
  .page-template-landing-page-B #header-space,
  .page-template-casestudy #header-outer,
  .page-template-casestudy #header-space,
  .page-template-whitepaper #header-outer,
  .page-template-whitepaper #header-space,
  .page-template-page-sponsors #header-outer,
  .page-template-page-sponsors #header-space  {
    display: none !important;
  }
}

.part-circles {
  margin-top: 80px;
  margin-bottom: 80px;
}

.part-circles img {
  width: 100px;
}

.part-circles h4 {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .part-circles {
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-about .part-circles {
    margin-top: 0;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .part-circles {
    margin-bottom: 25px;
  }
}

.part-circles .part-blocks {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .part-circles .part-blocks {
    grid-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.part-circles .part-block {
  position: relative;
  box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.4);
  padding: 60px 30px 30px 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .part-circles .part-block {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px)  {
  .part-circles .part-block p {
    font-size: 14px;
  }
}


.part-circles .part-block::before {
  width: 60px;
  height: 20px;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  border-top: 0;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
}

.part-circles .light-blue::before {
  border: 10px solid #abd3f7;
  background: #abd3f7;
}

.part-circles .light-green::before {
  border: 10px solid #dfedc1;
  background: #dfedc1;
}

.part-circles .light-peach::before {
  border: 10px solid #fbe0d6;
  background: #fbe0d6;
}

.mission {
  color: #fff;
  padding-bottom: 40px;
  align-items: center;
}

.mission .line {display:block;}

.mission .mission-content, .mission .overlay-B {
  position: relative;
  padding: 140px 60px 80px 60px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 93, 170, 1)),
    to(rgba(0, 165, 190, 1))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 93, 170, 1),
    rgba(0, 165, 190, 1)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 93, 170, 1),
    rgba(0, 165, 190, 1)
  );
}

@media (max-width: 991px) {
  .mission {
    text-align: center;
  }

  .mission .mission-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .mission {
    padding-bottom: 60px;
  }
}

.mission p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 767px) {
  .mission p {
    font-size: 17px;
  }
}

.line,
.badge {
  position: absolute;
}

.badge {
  top: 35px;
  left: 60px;
  color: #005daa;
  background: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .badge {
    left: 153px;
  }
}

@media (max-width: 576px) {
  .badge {
    left: 100px;
  }
}

.line {
  width: 80px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}

@media (max-width: 1199px) {
  .line {
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}

@media (max-width: 991px) {
  .line {
    top: 25%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
  }
}

@media (max-width: 767px) {
  .line {
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}

@media (max-width: 576px) {
  .line {
    top: 15%;
    -webkit-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
  }
}

.mission .mission-content::after {
  width: 550px;
  height: 445px;
  content: '';
  position: absolute;
  background: url('img/target-white-transparent.svg') no-repeat 25px -22px / cover;
  top: 0;
  right: 0;
  opacity: 0.2;
}

@media(max-width: 768px) {
  .mission .mission-content::after {
    content: none;
  }
}

.part-block {
  padding: 80px 0;
}

.text-center {
  text-align: center;
}


.text-left {
  text-align: left;
}

.insights-posts {
  position: relative;
}

.insights-posts h3 {
  color: #40516f;
  font-size: 30px;
}

.blog-wrapper {
  height: 350px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}

@media(max-width: 991px) {
  .blog-wrapper {
    margin-right: 0;
  }
}


.part-item {
    position: relative;
    height: 100%;
    cursor: pointer;
}


.insights-cat {
  position: relative;
  padding-top: 0px;
}

.insights-cat .three-posts {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
	      flex-wrap:wrap;
}

.insights-cat .part-item .flex-block {
  position: relative;
  height: 100%;
  cursor: pointer;
}


.col-ng-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-ng-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-ng-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-ng-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-ng-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-ng-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-ng-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-ng-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-ng-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-ng-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-ng-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-ng-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.featured-blog {
  position: relative;
  margin-top: 10px;
}

.part-item {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.part-blog .blog-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog-item-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.part-blog .item-title,
.part-blog .item-meta {
  width: 80%;
  margin: 0 0 0 29px;
  text-align: left;
}

.item-title h3,
.item-title h3 a {
  font-weight: 700;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.part-blog .item-meta {
  position: absolute;
  top: 0;
}

.part-blog .item-meta span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.part-blog .blog-item span {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #000;
  z-index: 1001;
  background: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.part-blog .part-item .container {
  position: relative;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.part-blog .blog-item .post-date {
  color: #fff;
  font-size: 14px;
}

.col-ng-1 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.col-ng-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-ng-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-ng-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-ng-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-ng-11 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.three-posts {
  margin-top: 15px;
  /*-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;*/

}

@media (max-width: 991px) {
  .three-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


@media (max-width: 991px) {
  .three-posts .col-ng-4 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.three-posts .col-ng-4 .blog-wrapper {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .three-posts .col-ng-4 .blog-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.three-posts .col-ng-4:last-child .blog-wrapper {
  margin-right: 15px;
}

@media (max-width: 991px) {
    .three-posts .col-ng-4:last-child .blog-wrapper {
      margin-right: 0;
  }
}

.featured-blog .blog-item {
  position: relative;
}


.three-posts .blog-item:before, .featured-blog .blog-item::before  {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.guides {
  position: relative;
  padding-bottom: 80px;
}


.guides .part-banner {
  background: #abd3f7;
  padding: 50px 30px 30px 30px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .guides .part-banner {
    margin-right: 0;
  }
}

.guides .part-banner p {
  color: #40516f;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .guides .part-banner p {
    font-size: 19px;
  }
}

.guides .part-banner span {
  display: block;
  font-size: 21px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .guides .part-banner span {
    font-size: 16px;
  }
}

.guides ::after {
  width: 575px;
  height: 450px;
  content: '';
  position: absolute;
  background: url('img/paper-white-transparent.svg') no-repeat 7px -13px / contain;
  top: 0;
  right: 0;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .guides ::after {
    content: none;
  }
}

.link-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.part-video {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .part-video {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .part-video .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .part-video .flex-block .col-ng-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .part-video .video-block {
    width: 350px;
  }
}

.part-videoPlay img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.part-video iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoPlayIcon {
  width: 75px;
  height: 75px;
  left: 50%;
  top: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: text-shadow ease 0.2s, color ease 0.2s;
  transition: text-shadow ease 0.2s, color ease 0.2s;
  z-index: 1;
}

.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-content {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .video-content {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }
}

.part-video h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .part-video h3 {
    margin-bottom: 5px;
  }
}

.part-video span {
  display: block;
  margin-bottom: 15px;
  font-size: 21px;
}

.part-video p {
  line-height: 1.5;
}

.post-item-img {
  padding-bottom: 75%;
}

.blog-posts {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-posts {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .blog-posts .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-posts .flex-block .col-ng-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog-posts h3,
.posts h3 {
  color: #40516f;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .blog-posts h3,
  .posts h3 {
    line-height: 1.2;
    font-size: 26px;
  }
}

.blog-posts .read-more,
.posts .read-more {
  color: #358fe9;
}

.blog-posts p,
.posts p {
  color: #40516f;
}

.post-content {
  min-height: 260px;
  background: #fff;
  padding: 30px 20px;
  text-align: left;
}

@media (max-width: 1024px) {
  .post-content {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .post-content {
    min-height: auto;
  }
}

.blog-posts .post-content h4 {
  color: #40516f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-posts .post-content {
  position: relative;
}

.blog-posts .post-content p {
  color: #a6a6a6;
}

.blog-posts .col-ng-4 .post-item {
  margin-right: 15px;
  box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.4);
}
@media (max-width: 991px) {
  .blog-posts .col-ng-4 .post-item {
    margin-bottom: 15px;
  }
}

.blog-posts .post-content .read-more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.bigBanner {
  position: relative;
  padding: 100px 0;
  color: #fff;
  }

.bigBanner::before {
  position: absolute;
  content: "";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 93, 170, 0.7)),
    to(rgba(0, 165, 190, 1))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 93, 170, 0.7),
    rgba(0, 165, 190, 1)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 93, 170 0.7),
    rgba(0, 165, 190, 1)
  );

}


@media (max-width: 767px) {
  .bigBanner {
    padding: 60px 0;
  }
}

.bigBanner p {
  font-size: 32px;
  padding: 0;
}

@media (max-width: 991px) {
.bigBanner p {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .bigBanner p {
    margin-bottom: 15px;
    text-align: center;
    font-size: 23px;
  }
}

.justify-self-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bigBanner .btn-contact {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 40px;
  font-size: 19px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .bigBanner .btn-contact {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .bigBanner .btn-contact {
    font-size: 16px;
    padding: 5px 40px;
  }
}

.bigBanner .col-ng-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .bigBanner .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bigBanner .col-ng-4,
  .bigBanner .col-ng-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.justify-self-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.part-form .hide-field,
.part-form .check-hide-field {
  display: none;
}

.part-events {
  padding-top: 40px;
  padding-bottom: 70px;
}

@media (max-width: 576px) {
	.part-events {
		padding-top:0;
	}
}

.part-events .flex-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .part-events .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .part-events .col-ng-5,
  .part-events .col-ng-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 65%;
  padding-bottom: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media(max-width: 1024px) {
  .event-item {
    padding-top:85%;
  }
}

@media(max-width: 768px) {
  .event-item {
    padding-top:45%;
  }
}



.event-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.event-tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  color: #000;
  z-index: 1001;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.page-template-landing-page .event-content, .page-template-landing-page-B .event-content,
.page-template-casestudy .event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 25px;
  padding-bottom: 30px;
  color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.page-template-landing-page .event-content .col-ng-1,
.page-template-landing-page .event-content .col-ng-11,
.page-template-landing-page-B .event-content .col-ng-1,
.page-template-landing-page-B .event-content .col-ng-11,
.page-template-casestudy .event-content .col-ng-1,
.page-template-casestudy .event-content .col-ng-11
{
  position: relative;
  z-index: 1001;
}

.page-template-landing-page .event-content .col-ng-1 p,
.page-template-landing-page .event-content .col-ng-11 p,
.page-template-landing-page-B .event-content .col-ng-1 p,
.page-template-landing-page-B .event-content .col-ng-11 p,
.page-template-casestudy .event-content .col-ng-1 p,
.page-template-casestudy .event-content .col-ng-11 p {
  padding-bottom: 0;
}

.page-template-landing-page .event-content .col-ng-11,
.page-template-landing-page-B .event-content .col-ng-11,
.page-template-casestudy .event-content .col-ng-11 {
  margin-left: 25px;
}

@media(max-width: 991px) {
  .page-template-landing-page .event-content .col-ng-11,
  .page-template-landing-page-B .event-content .col-ng-11,
  .page-template-casestudy .event-content .col-ng-11 {
    margin-left: 35px;
  }
}

.page-template-landing-page .event-content .col-ng-11 h3,
.page-template-landing-page-B .event-content .col-ng-11 h3, 
.page-template-casestudy .event-content .col-ng-11 h3
{
  color: #fff;
  padding-right: 50px;
  margin-bottom: 0;
  line-height: 1.2;
}

.page-template-landing-page .event-content .col-ng-11 h3 a,
.page-template-landing-page-B .event-content .col-ng-11 h3 a,
.page-template-casestudy .event-content .col-ng-11 h3 a
{
  color: #fff;
}

.page-template-landing-page .event-content .col-ng-11 p,
.page-template-landing-page-B .event-content .col-ng-11 p,
.page-template-casestudy .event-content .col-ng-11 p  {
  line-height: 1;
}

.page-template-landing-page .event-content .col-ng-1 p,
.page-template-landing-page-B .event-content .col-ng-1 p,
.page-template-casestudy .event-content .col-ng-1 p {
  width: 55px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.others-events {
  padding-left: 50px;
}

@media(max-width: 1024px) {
	.others-events {
	  padding-left: 30px;
	}
}

@media(max-width: 1024px) {
	.others-events .col-ng-11 {
		margin-left:10px;
	}
}

@media (max-width: 991px) {
  .others-events {
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
}

.others-events span,
.event-item span.month,
.event-item span.day {
  width: 55px;
  display: block;
  color: #358fe9;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 991px) {
  .event-item span.month,
  .event-item span.day,
  .others-events span.month,
  .others-events span.day {
    margin: 0 auto;
  }

  .others-events span.day {
    margin-bottom: 10px;
  }
}

.event-item span.month {
  font-weight: 400;
}

.event-item span.day {
  font-weight: 700;
  font-size: 30px;
}

.event-item span.month,
.event-item span.day {
  color: #fff !important;
}

.others-events h4 {
  line-height: 1.2;
}

.others-events h3 a {
  color: #40516F;
}

.others-events p {
  padding-bottom: 0;
  line-height: 1.2;
}

.others-events .day {
  font-size: 30px;
  font-weight: 700;
}

.others-events .flex-block {
  margin-bottom: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.hero-container {
   position: relative;
  max-width: 1650px;
  margin: 0 auto;
}



@media(max-width: 1024px) {
  .hero-container {
    top: -25px;
  }
}

.logo  {
  position: absolute;
  left:0;
  top:-15px;
}

.logo img {
  width: 125px;
  height: auto;
}

.btn-join, .btn-standard {
  position: absolute;
  right: 0;
  top:0;
  padding: 0px 30px;
  width: 90px;
  height: 42px;
  line-height: 38px;
  border: 2px solid #fff;
  color: #ffffff!important;
  font-weight: 600;
  font-family: 'Lato';
  opacity: 0.75;
  transition: opacity 0.2s ease,color 0.2s ease;
  display: block;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-radius: 4px;
}

.btn-standard {
	border: none;
	right:135px;
	z-index:10001;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    background-color: #005daa;
    overflow-x: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.sidenav .closeBtn, .menu-off .m-closeBtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.menu-off .m-closeBtn {
  top: 18px;
  right: 18px;
}

.overlay {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  z-index:-1;
}

.menu-off .overlay {
  opacity: 1;
  z-index:1;
}

.menu-off .part-form {
  position: static;
}


.mob-item, #closeBtn {
  display:none;
}

.part-menu ul  .mobile-join-btn {display:none;}

@media(max-width:1220px) {

  .mob-item {
    display:block;
  }

.part-menu ul  .mobile-join-btn {display:block;}


.menu-off #openBtn {display:none;}
.menu-off #closeBtn {display:block;}



   .sidenav ul {
    margin-left: 0px;
    margin-bottom: 0px;
    list-style:none;
   }

    .sidenav ul li {
      position: relative;
      padding-bottom: 5px;
      padding-right: 20px;
    }

     .sidenav ul li a {
        color: #fff;
        margin-right: 20px;
        opacity: 0.7;
        font-size: 30px;
        font-weight: 600;
        font-family: 'Lato';
        text-transform: capitalize;
        line-height: 1;
        transition: opacity 0.2s ease, color 0.2s ease;
        -webkit-transition: opacity 0.2s ease, color 0.2s ease;
     }


    .sidenav .sub-menu {
      display: none;
      padding-left: 50px;
      }

      .sidenav .show-child .sub-menu {
        display:block;
      }  

    .sidenav .sub-menu li {
      position:relative;
      list-style:none;
      margin-top:10px;
      padding-bottom: 8px;
      padding-right: 20px;
    }
    

    .sidenav .sub-menu li a {
      padding:0;
      font-size: 16px;
      line-height: 22px;
      opacity: 0.7;
      transition: opacity 0.2s ease, color 0.2s ease;
      -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    }
   
  .sidenav li.has-child > a:after {
    position: absolute;
    right:30px;
    color: #fff;
    font-size: 18px;
    height: 28px;
    width: 28px;
    margin-top:5px;
    line-height: 28px;
    content:"\f107";
    font-family:'FontAwesome';
  }

  .sidenav ul li.menu-item-has-children .fa {
      position: absolute;
      color:#fff;
      right: 25px;
      font-size: 22px;
      top: 17px;
      cursor: pointer;
      z-index: 1001;
  }

}

.menu-off .m-closeBtn#closeBtn {display:none;}

@media(max-width: 768px) {
  .menu-off #closeBtn {display:none;}
  .menu-off .m-closeBtn#closeBtn {display:block;}
}


.bannerCovid {
	display:none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 60px;
    text-align:center;
    background-color: rgba(64,81,111,.8);
    border-bottom: 1px solid rgba(255,255,255,.45);
    z-index: 10000;
}

.bannerCovid.topFixed {
  position: fixed;
}


@media(max-width: 1024px) {
  .bannerCovid {
    height:85px;
  }
}

@media(max-width: 768px) {
  .bannerCovid {
    height:110px;
    position: absolute;
  }

  .bannerCovid.topFixed {
    position: absolute;
  }
 
}

@media(max-width: 767px) {
  .bannerCovid {
    height:170px;
  }
}

.bannerCovid .container {
    padding-top:15px;
}

@media(max-width: 1024px) {
  .bannerCovid .container {
   padding-top:2px;
  }
}

@media(max-width: 768px) {
  .bannerCovid .container {
   padding-top:15px;
  }
}

.bannerCovid a {
    display:inline-block;
    color: #fff;
    text-transform: capitalize;
     font-family: 'Lato';
}

@media(max-width: 1024px) {
  .bannerCovid a {
    display:block;
    margin-top:5px;
  }
}

@media(max-width: 767px) {
  .bannerCovid a {
    margin-top:15px;
  }
}


@media(max-width: 767px) {
  .bannerCovid a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }
}


.bannerCovid .secondary-header-btn {
  line-height: 1.2;
} 

@media(max-width: 768px) {
  .bannerCovid .secondary-header-btn {
   padding-top:13px;
   padding-bottom:13px;
  } 
}

.menu-scroll {
  background: #fff;
  opacity: 0;
  position: fixed;
  top:57px;
  left:0;
  right:0;
  width: 100%;
  z-index: 10001;
  box-shadow: 0 3px 45px rgba(0,0,0,.15);
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
}

.menu-scroll.visible {
  opacity: 1;
}

.menu-scroll .container {
  width: 100%;
  max-width: 100%;
  padding: 15px 28px;
}

.menu-scroll .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-scroll .logo img {
  height: 55px;
  margin-bottom: 0;
}

.menu-scroll .logo {
  position: static;
}

.menu-scroll .logo {
    display: block;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-family: 'Open Sans';
    font-weight: 600;
}

.menu-scroll .part-menu  {
  position: relative;
  top: 15px;
}

.menu-scroll .part-menu ul {
  margin-bottom: 0;
}

.menu-scroll .part-menu ul {
  height: 58px;
}

.menu-scroll .part-menu ul a {
  color: rgba(64, 81, 111, .6);
}

.part-menu ul li.mobile-show {display:none;}
@media(max-width: 1220px) {
	.part-menu ul li.mobile-show {display:inline-block;}
}

.page-template-landing-page #header-outer, .page-template-landing-page #header-space {display: none;}
.page-template-landing-page-B #header-outer, .page-template-landing-page-B #header-space {display: none;}
.page-template-casestudy #header-outer, .page-template-casestudy #header-space {display: none;}
.page-template-whitepaper #header-outer, .page-template-whitepaper #header-space {display: none;}

.allEvents .event-item {
  padding-top: 35%;
}

.cs-items {
  min-height: 800px;
  padding: 80px 0;
}

.case-study {
  padding-bottom: 105px;
}

@media(max-width: 768px) {
  .case-study {
    padding-bottom: 90px;
  }
}

@media(max-width: 767px) {
  .case-study {
    padding-bottom: 70px;
  }
}


.case-study h1 .primary-title {
  margin-bottom: 15px;
}

.case-study h1 .secondary-title {
  line-height: 1.4;
  font-weight: 300;
}

.case-study::after {
    width: 1010px;
    height: 701px;
    content: '';
    position: absolute;
    background: url("img/paper-white-transparent.svg") no-repeat 114px 176px / contain;
    top: 0;
    right: 0;
    opacity: 0.8;
}

@media(max-width: 1366px) {
  .case-study::after {
    background-position: 211px 176px;
  }
}

@media(max-width: 1024px) {
  .case-study::after  {
    width: 877px;
    height: 439px;
    background-position: 380px 132px;
  }
}


@media(max-width: 768px) {
  .case-study::after  {
   width: 877px;
    height: 374px;
    background-position: 446px 170px;
  }
}

@media(max-width: 767px) {
  .case-study::after  {
   content: none;
  }
}


@media(max-width: 1366px) {
  .case-study .part-content {
    position: relative;
    top:40px;
  }
}

@media(max-width: 1024px) {
  .case-study .part-content {
    position: relative;
    top:70px;
  }
}


@media(max-width: 768px) {
  .case-study .part-content {
    top:20px;
  }
}


@media(max-width: 767px) {
  .case-study .part-content {
    top:0px;
  }
}

.cs-block {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  background-color: #fff;
}

@media(max-width: 991px) {
  .cs-block {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

.cs-block .cs-item {
    position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.4);
          box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.4);
}

@media(max-width: 991px) {
  .cs-block .cs-item {
    margin-bottom: 25px;
  }
}

.cs-block .cs-item .infographic {
  background: #358fe9 url("/wp-content/uploads/2021/04/neugroup-icons-infographic.svg") no-repeat center center;
}

.cs-block .cs-item .whitepapers {
  background: #358fe9 url("/wp-content/uploads/2021/04/neugroup-icons-whitepapers.svg") no-repeat center center;
}

.cs-block .cs-item .case-studies {
  background: #358fe9 url("/wp-content/uploads/2021/04/neugroup-icons-case-studies.svg") no-repeat center center;
}
    
.cs-block .cs-item .col-ng-2 {
  padding-bottom: 37%;
}

@media(max-width: 1366px) {
  .cs-block .cs-item .col-ng-2 {
    padding-bottom: 39%;
  }
}

@media(max-width: 1024px) {
  .cs-block .cs-item .col-ng-2 {
    padding-bottom: 62%;
  }
}

@media(max-width: 768px) {
  .cs-block .cs-item .col-ng-2 {
    padding-bottom: 37%;
  }
}


@media(max-width: 767px) {
  .cs-block .cs-item .col-ng-2 {
    padding-bottom: 95%;
  }
}

@media(max-width: 576px) {
  .cs-block .cs-item .col-ng-2 {
    padding-bottom: 92%;
  }
}

.cs-block .cs-item .col-ng-9 {
  padding: 30px;
}

.cs-block .cs-item span {
  color: #4296ea;
  text-transform: uppercase;
  font-size: 17px;
}

.cs-block .cs-item h3, .cs-block .cs-item p {
  color: #40516f;
}
.cs-block .cs-item h3 {
  font-weight: 700;
  line-height: 1.2;
}

.cs-block .cs-item p {
  line-height: 1.3;
  padding-bottom: 0;
}

.part-filter  {
  text-align: center;
  padding-bottom: 80px;
}

.part-filter ul {
  display: inline;
  margin-left: 0;
}

.part-filter ul li {
  display:inline-block;
  margin-right: 30px;
}

.part-filter ul li a {
  color: #40516f;
  font-size: 16px
}

.part-filter ul li.active a {
  color: #358fe9;
}

.cs-block a {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.cta-btn-shortcode {
	margin: 0 auto;
	margin-bottom:15px;
}

@media(min-width: 2000px) {
	.page-id-6266 .dark.left .vc_col-sm-3 {
		width: 25%;
	}
	
	.page-id-6266 .insights-sticky-sidebar .insights-sticky-sidebar-container {
		width: 100%;
	}
}

.page-template-membership-page #header-outer, .page-template-membership-page #header-space,
.page-template-page-about #header-outer, .page-template-page-about #header-space,
.page-template-page-research #header-outer, .page-template-page-research #header-space,
.page-template-page-cast #header-outer, .page-template-page-cast #header-space,
.page-template-membership-page-02  #header-outer, .page-template-membership-page-02 #header-space,
.page-template-page-sponsors  #header-outer, .page-template-page-sponsors #header-space  {
  display: none !important;
}

.part-logos {
  background: #f2f2f2;
  padding: 15px 0;
}

.page-template-membership-page .part-logos, .page-template-membership-page-02 .part-logos  {
	padding-top:75px;
	padding-bottom:75px
}


.page-template-membership-page .part-logos.page-bottom, .page-template-membership-page-02 .part-logos.page-bottom {
  padding-top:120px;
  padding-bottom:100px
}

.page-template-membership-page-02 .part-logos.page-bottom {
  padding-top: 140px;
}

@media(max-width: 991px) {
  .part-logos {
    padding: 35px 0;
  }

  .grid-block .grid-block {
  -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr;
  }
}


.part-logos img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.part-logos.page-bottom img {
  width: auto;
}


@media(max-width: 768px) {
  .part-logos img {
    max-width: 100%;
    width: auto;
  }
}

.page-template-membership-page .part-form, .page-template-membership-page-02 .part-form,
.page-template-page-sponsors .part-form {
  margin-bottom: -50px;
}

.grid-block {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr  1fr 1fr 1fr;
  align-items: center;
}

@media(max-width: 991px) {
  .part-logos .grid-block {
  -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr;
  }

  .logo-item {
    margin-bottom: 15px;
  }
}


.page-template-membership-page .part-form .form-group-inline,
.page-template-membership-page-02 .part-form .form-group-inline {
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

@media(max-width: 991px) {
  .page-template-membership-page .part-form .form-group-inline,
  .page-template-membership-page-02 .part-form .form-group-inline  {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr;
  }
}

.page-template-membership-page .part-form .form-group,
.page-template-membership-page-02 .part-form .form-group,
.page-template-page-sponsors .part-form .form-group {
  margin-bottom: 10px;
}

@font-face {
    font-family: Montserrat-Black;
    src: url("fonts/Montserrat-Black.otf") format("opentype");
}

@font-face {
    font-family: GothamHTF-Black;
    src: url("fonts/GothamHTF-Black.otf") format("opentype");
}


.padd-t-60 {
  padding-top: 60px;
} 


.padd-t-80 {
  padding-top: 80px;
} 

.padd-b-80 {
  padding-bottom: 80px;
}


.ng-process span, .carousel-items--slider h3 {
  display: block;
  color: #358fe9;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 23px;
}
@media(max-width:767px) {
  .ng-process span {
    font-size: 19px;
    line-height: 1;
  }
}

.carousel-items--slider h4 {
  color: #40516f;
  font-weight: 900;
  font-size: 24px;
}

 .carousel-items--slider h3,  .carousel-items--slider h4 {
   margin: 0;
 }

  .carousel-items--slider h3 {
    font-size: 20px;
  }


.ng-process .blog-posts {
  padding-bottom: 40px;
}
@media(max-width:768px)  {
  .ng-process .blog-posts {
    padding-bottom: 0px;
  }
}

.ng-process p {
  line-height: 1.5;
  font-size: 18px;
}
@media(max-width:767px) {
  .ng-process p {
    font-size: 16px;
  }
}

.ng-process h2 {
  font-weight: 900;
}
@media(max-width:767px) {
  .ng-process h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.process-items {
  margin-bottom: 60px;
 /* margin-left: 85px;*/
}
@media(max-width:991px) {
.process-items {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media(max-width:991px) {
  .process-item {
    display: block;
  }
}

.part-groups {
  margin-top: 15px;
}
@media(max-width: 576px) {
  .part-groups .container {
    max-width: 100%;
    margin:0;
  }
}

.process-items .grid-block, .part-groups .grid-block,
.group-counter .grid-block, .part-col-2  .grid-block, .member-types .grid-block {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}

  .part-groups .grid-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            justify-items: center;
  }

  .process-items .grid-block {
    justify-items: center;
  }


@media(max-width: 991px) {
  .process-items .grid-block,  .part-groups .grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .process-items {
    text-align: center;
  }

  .process-content  {
    margin-bottom: 15px;
  }
}

.process-items .process-img {
  float: left;
  margin-right: 25px;
}
@media(max-width: 991px) {
    .process-items .process-img {
      float: none;
      margin-right: 0;
  }
}

.process-content span {
  color: #40516f;
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
}
@media(max-width: 1199px) {
  .process-content span {
    font-size: 16px;
  }
}



.process-content p {
  font-family: Montserrat-Black;
  font-size: 24px;
 text-transform: uppercase;
}


.part-groups .grid-block {
  background: #212d3d;
  padding: 80px 50px 80px 90px;
}

@media(max-width: 991px) {
  .part-groups .grid-block {
    padding: 50px;
  }
}

@media(max-width: 768px) {
  .part-groups .grid-block {
    padding: 60px 30px;
  }
}

.part-groups .group-item {
  width: 70%;
  color: #fff;
  margin-bottom: 70px;
}
@media(max-width: 1024px) {
  .part-groups .group-item {
    width: 100%;
  }
}

@media(max-width: 991px)  {
  .part-groups .group-item {
    width: 100%;
    text-align: center;
  }
}

.part-groups .group-item:nth-child(3), .part-groups .group-item:nth-child(4),
.part-groups .group-item:nth-child(5) {
  margin-bottom: 0;
}
@media(max-width: 991px)  {
  .part-groups .group-item {
    margin-bottom: 30px !important;
  }
}


.part-groups h4 {
  color: #fff;
  font-family: Montserrat-Black;
  font-size: 30px;
}
@media(max-width: 1199px) {
  .part-groups h4 {
    font-size: 23px;
  }
}

.part-groups span {
  display: block;
  font-size: 19px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
}

.part-groups.ng-process span {
  display: block;
  color: #358fe9;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 23px;
}

.part-groups.ng-process .group-item span {
  display: block;
  color:#fff;
  font-size: 19px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 1px;
}


@media(max-width: 991px) {
  .part-groups span {
    font-size: 17px;
  }
}

.part-groups span::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #fff;
  top:55px;
  left:0;
}
@media(max-width: 991px) {
  .part-groups span::after {
    left:45%;
  }
}

@media(max-width: 690px) {
  .part-groups span::after {
    left:42%;
  }
}

.part-groups ul {
  list-style: none;
  list-style-position: inside;
  margin: 65px 0 0 0;
}

.part-groups ul li {
  list-style: none;
}

.part-groups ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  font-size: 17px
}
@media(max-width: 1199px) {
  .part-groups ul li a {
    font-size: 16px;
  }
}

@media(max-width: 576px) {
  .part-groups ul li a {
    font-size: 14px;
  }
}

.ng-process .blog-posts.padd-b-0 {
  padding-bottom: 0;
}

.group-counter {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  margin-top: -50px;
  background: #358fe9;
  color: #fff;
  padding: 60px;
}
@media(max-width: 1199px) {
  .group-counter {
    padding-bottom: 30px;
  }
}
@media(max-width: 1024px) {
  .group-counter {
    padding: 45px 60px;
  }
}

@media(max-width: 768px) {
 .group-counter {
   padding-top: 90px;
 }
}



@media(max-width: 576px) {
 .group-counter {
   padding-top: 70px;
 }
}





.group-counter::after {
    content:'';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-top: solid 25px #212d3d;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

@media(max-width: 1366px) {
  .group-counter::after  {
    top:-3px;
  }
}

@media(max-width: 991px)  {
  .group-counter::after {
    margin-left: -20px;
  }
}

.group-counter .grid-block {
    background: none;
    padding: 0;
}
@media(max-width: 1024px) {
  .group-counter .grid-block {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}

.group-counter .count-number {
  margin-right: 25px;
  font-size: 85px;
  font-weight: 900;
  font-family: GothamHTF-Black;
}
@media(max-width: 1199px) {
  .group-counter .count-number {
    font-size: 60px;
  }
}
@media(max-width: 991px) {
   .group-counter .count-number {
    margin-right: 0;
  }
}

.group-counter .group-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center
}

@media(max-width: 1024px) {
  .group-counter .group-count {
    margin-right: 20px;
  }
}

.group-counter .group-count:nth-child(2) {
  margin-left: 5px;
}
@media(max-width: 991px) {
  .group-counter .group-count:nth-child(2) {
    margin-left: 0;
  }
}

@media(max-width: 991px) {
  .group-counter .group-count {
    margin-right: 0px;
    text-align: center;
  }
}


@media(max-width: 991px) {
  .group-counter .group-count {
    display: block;
  }
}

.group-counter .group-count h5 {
  color: #fff;
  margin: 0;
  font-family: Montserrat-Black;
  font-size: 26px;
}
@media(max-width: 1199px) {
  .group-counter .group-count h5 {
    font-size: 23px;
  }
}
@media(max-width: 991px) {
    .group-counter .group-count h5 {
      margin-top: 20px;
    }
}

.group-counter .group-count p {
  padding: 0;
  text-transform: uppercase;
}
@media(max-width: 1199px) {
  .group-counter .group-count p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media(max-width: 991px)  {
    .group-counter .group-count p {
      margin-bottom: 30px;
    }
}

@media(max-width: 576px)  {
    .group-counter .group-count p {
      margin-bottom: 20px;
    }
}


.padd-t-60 {
  padding-top: 60px;
} 


.padd-t-80 {
  padding-top: 80px;
}

.padd-t-110 {
  padding-top: 110px;
} 

.padd-t-120 {
  padding-top: 120px;
} 

.padd-b-60 {
  padding-bottom: 60px;
}

.padd-b-30 {
  padding-bottom: 30px;
}

.part-col-2 {
  background: #f2f2f2;
  padding: 60px;
}

.reverse-col {
    padding: 110px 60px;
}
@media(max-width: 1366px) {
  .reverse-col {
    padding-bottom: 45px;
  }
}

@media(max-width: 768px) {
.reverse-col {
    padding-top: 60px;
  }
}


@media(max-width: 767px) {
  .part-col-2 {
    text-align: center;
  }
}

@media(max-width: 767px) {
  .part-col-2 {
    padding: 30px;
  }
}

.part-col-2  .grid-block, .member-types .grid-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
@media(max-width: 1024px) {
  .part-col-2  .grid-block {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media(max-width: 991px) {
  .member-types .grid-block {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }
}

.position-r {
  position: relative;
  height: 100%;
}

.part-col.position-r img {
  position: absolute;
  top: -101px;
}

.reverse-col .part-col img {
	top:-156px;
}

@media(max-width: 1520px) {
  .part-col.position-r img {
    width: 95%;
  }
}
@media(max-width: 1300px) {
  .part-col.position-r img {
    top:50px
  }
}

@media(max-width: 1024px) {
.part-col.position-r img {
    position: static;
  }
}

@media(max-width: 991px) {
  .part-col.position-r img {
    width: 90%;
    position: static;
  }
}

.part-col-2 .col-content {
  padding: 20px 40px 0 40px;
}

.reverse-col .col-content {
	padding-top:105px;
}


@media(max-width: 1300px) {
  .part-col-2 .col-content {
    padding: 30px 0px 0 40px;
  }
}

@media(max-width: 991px) {
  .part-col-2 .col-content {
    padding: 15px;
  }
}

.part-col-2 .col-content h3 {
  margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}
@media(max-width: 1199px) {
  .part-col-2 .col-content h3 {
      font-size: 25px;
    }
}

.part-col-2 .col-content p {
  padding-bottom: 15px;
}


.reverse-col .part-col .col-content p:first-of-type  {
  padding-bottom: 27px;
}

.reverse-col .part-col .col-content p {
    padding-bottom: 0;
}

@media(max-width: 1024px) {
  .part-col-2 .position-r {
    top:-110px;
  }
  
  .part-col-2 {
    padding-bottom: 0;
  }

  .reverse-col .position-r {
    top:0;
  }
}


@media(max-width: 768px) {
 .part-col-2 .position-r {
    top:-97px;
  }

  .reverse-col .position-r {
    top:0;
  }
}

@media(max-width: 767px) {

  .reverse-col .position-r {
    top:55px;
  }

   .part-col-2 .position-r {
      top:0;
    }
}


.part-col span {
    display: block;
    color: #358fe9;
    text-transform: uppercase;
    font-size: 32px;
    margin-left: -152px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 1.2;;
}
@media(max-width: 1300px) {
  .part-col span {
    font-size: 28px;
  }
}

@media(max-width: 1199px) {
  .part-col span {
    font-size: 25px;
  }
}

@media(max-width: 1024px) {
  .part-col span {
    margin-left: 39px;
  }
}


@media(max-width: 991px) {
  .part-col span {
    margin: 15px 0 0 0;
    padding-left: 15px;
    font-size: 22px;
    text-align: left;
  }
}

@media(max-width: 576px) {
  .part-col span {
    font-size: 18px;
  }
}

.member-types {
  position: relative;
  z-index: 3;
}


.member-types .grid-block {
 -webkit-box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.8);
          box-shadow: 0px 2px 7px 0px rgba(204, 204, 204, 0.8);
}

.member-types .grid-block .item-type:first-of-type {
  border-right: 1px solid rgba(204, 204, 204, 1)
}

@media(max-width: 991px) {
  .member-types .grid-block .item-type:first-of-type {
    border-right: none;
    border-bottom: 1px solid rgba(204, 204, 204, 1)
  }
}

.member-types .container {
  max-width: 1200px;
}



@media(max-width: 1300px) {
  .member-types .container {
     max-width: 1100px;
  }
}

@media(max-width: 1199px) {
  .member-types .container {
     max-width: 1000px;
  }
}


.middle-cols .container {
  max-width: 1425px; 
}

@media(max-width: 1000px) {
 
  .member-types .grid-block  {
    -ms-grid-columns: 1fr ;
      grid-template-columns: 1fr;
  }
}

.member-types .grid-block {
  grid-gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
  
.member-types .item-type {
  min-height: 415px;
  background: #fff;
  padding: 60px 50px;
  text-align: center;
 
}
@media(max-width: 1300px) {
  .member-types .item-type {
    min-height: 385px;
  }
}

@media(max-width: 1199px) {
  .member-types .item-type {
    min-height: 415px;
  }
}

@media(max-width: 1000px) {
  .member-types .item-type {
    min-height: auto;
  }
}

.member-types h3 {
  margin-bottom: 0;
  font-family: Montserrat-Black;
  font-size: 28px;
}

.member-types .item-type span {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.member-types .item-type span::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background: rgba(53, 143, 233, 0.5);
    top: 40px;
    /*top: 50%; */
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

.member-types .item-type p {
  line-height: 1.5;
  padding-bottom: 0;
}


.blue-wrapper .container .wrap-block {
    position: relative;
    background: #358fe9;
    width: 100%;
    height: 285px;
    /*top: -220px;*/
    margin-top: -245px;
    z-index: 2;
}


/*@media(max-width: 1000px) {
  .blue-wrapper .container .wrap-block {
    display: none;
  }
}*/

@media(max-width: 768px) {
  .blue-wrapper .container {
    max-width: 100%;
  }
 /* .blue-wrapper .container .wrap-block {
    display: none;
  }*/
}


.blue-wrapper .container .wrap-block::after {
    content: '';
    position: absolute;
    top: 92%;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-bottom: solid 25px #fff;
    border-left: solid 25px transparent;
    z-index: 1001;
    border-right: solid 25px transparent;
}

.m-types p:first-of-type {
  max-width: 1056px;
  margin: 0 auto;
}

.testimonials-partners {
  position: relative;
  color: #fff;
  margin-top: 150px;
  background: url("img/Img-NeuGroup-Testimonials-Web.jpg") no-repeat center center / cover;
  padding: 8% 0 5% 0;
}
@media(max-width: 991px) {
  .testimonials-partners {
    padding: 8% 0;
  }
}

@media(max-width: 768px) {
  .testimonials-partners {
    margin-top: 60px;
  }
}

@media(max-width: 576px) {
  .testimonials-partners {
    padding: 12% 0;
  }
}

@media(max-width: 576px) {
  .testimonials-partners {
    /*background: url("img/Img-NeuGroup-Testimonials-Web.jpg") no-repeat center right / cover;*/
    background: #fff;
    margin-top: 50px;
  }
}

.testimonials-partners::before {
  position: absolute;
  content: "";
  width:100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.55);
}

.s-testimonials::before {
  content: none;
} 


.testimonials-partners h4 {
  color: #fff;
  margin-bottom: 65px;
  font-size: 36px;
  font-weight: 900;
}
@media(max-width: 991px) {
  .testimonials-partners h4  {
    margin-bottom: 45px;
  }
}

@media(max-width: 767px) {
  .testimonials-partners h4  {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media(max-width: 576px) {
  .testimonials-partners h4  {
    font-size: 26px;
  }
}

.testimonials-partners h5 {
  color: #fff;
  margin-bottom: 35px;
}
@media(max-width: 991px) {
  .testimonials-partners h5 {
    margin-bottom: 45px;
  }
}

@media(max-width: 767px) {
    .testimonials-partners h5 {
      margin-bottom: 25px;
      font-size: 16px;
    }
}

@media(max-width: 576px) {
 .testimonials-partners h5 {
   font-size: 14px;
 }
}

.testimonials-partners span {
  display: block;
  color: #358fe9;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom:5px;
}
@media(max-width: 991px) {
  .testimonials-partners span {
    font-size: 19px;
  }
}
@media(max-width: 767px) {
  .testimonials-partners span {
    font-size: 17px;
  }
}
@media(max-width: 576px) {
  .testimonials-partners span {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
  }
}

.testimonials-partners p, .testimonials-partners h5  {
 font-size: 21px;
  font-weight: 400;
}
@media(max-width: 991px) {
  .testimonials-partners p, .testimonials-partners h5 {
    font-size: 17px;
  }
}

@media(max-width: 576px) {
  .testimonials-partners p, .testimonials-partners h5 {
    font-size: 14px;
  }
}


.testimonials-partners p {
  font-size: 19px;
}
@media(max-width: 991px) {
  .testimonials-partners p {
    padding-bottom: 0;
  }
}
@media(max-width: 767px)  {
  .testimonials-partners p {
    font-size: 17px;
  }
}

@media(max-width: 576px)  {
  .testimonials-partners p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.align-right {text-align: right;}

.reverse-col .part-col span {
  margin-left: 0%;
  margin-right: -135px;
}

@media(max-width: 1366px) {
  .reverse-col .part-col span  {
    margin-top: 85px;
  }
}

@media(max-width: 1024px)  {
  .reverse-col .part-col span {
    margin: 30px 0 0 39px;
    text-align: left;
  }
}


@media(max-width: 991px) {
  .reverse-col .part-col span {
    margin: 0 auto;
  }
}

@media(max-width: 768px) {
  .reverse-col .part-col span {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: left;
  }
}


@media(max-width: 767px)  {
  .reverse-col .part-col span {
    text-align: center;
  }
}

.reverse-col .part-col span {
  position: relative;
  z-index: 101;
}

.reverse-col .part-col h3 {
  margin-bottom: 20px;
}

.page-bottom {
  background: #fff;
  padding: 75px 0;
}

/*.reverse-col img {
  width: 87%;
}*/

@media(max-width: 1300px) {
  .reverse-col  .part-col img {
    left: 50px;
     top: -25px;
  }
}

@media(max-width: 768px) {
  .reverse-col  .part-col img {
    margin-bottom: -47px;
  }
}

@media(max-width: 1024px) {
  .mob-order-1 {order: 1;}
  .mob-order-2 {order: 2;}
  .reverse-col .align-right {
    text-align: left;
  }
}

@media(max-width: 767px) {
 .reverse-col .align-right {
    text-align: center;
  }
}

.m-types {
  padding-top: 20px;
}


@media(max-width: 768px)  {
  .m-types {
    padding-top: 20px;
  }
}

/*.part-logos .logo-item:nth-child(2) {
  margin-left: 40px;
}*/
@media(max-width: 991px) {
  .part-logos .logo-item:nth-child(2) {
    margin-left: 0px;
  }
}

@media(max-width: 768px) {
   .part-logos .logo-item:nth-child(1) {
      margin-left: 120px;
    }

    .part-logos .logo-item:nth-child(5){
      margin-left:-65px;
    }

    .part-logos.page-bottom .logo-item:nth-child(1) {
       margin-left: 75px;
    }

    .part-logos.page-bottom .logo-item:nth-child(5){
      margin-left:-100px;
    }
}

@media(max-width: 767px) {
   .part-logos .logo-item:nth-child(1) {
      margin-left: 95px;
    }
  }


.page-bottom .logo-item:nth-child(2) {
  margin-left: 0;
}

.testimonials-partners .swiper-pagination, .items-carousel  .swiper-pagination {
  position: static;
  margin: 0 auto;
  margin-top: 30px;
  transform: none !important;
}


.testimonials-partners .swiper-pagination .swiper-pagination-bullet, .items-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #fff;
  display: inline-block;
  transform: none !important;
} 

.items-carousel .swiper-pagination .swiper-pagination-bullet {
  background: #333;
}

.testimonials-partners .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.items-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: none;
}

.testimonials-partners .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.items-carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet  {
  position: static;
}

@media(max-width: 768px) {
  .padd-b-40-768 {
    padding-bottom: 40px;
  }
  
  .padd-b-15-768 {
    padding-bottom: 15px;
  }
}


.tc-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow: auto;
    /*visibility: hidden;
    opacity: 0;*/
    background: rgba(0, 93, 170, 0.7);
    z-index: 10001;
}

.tc-popup__content {
  background-color: #ffffff;
  margin: 10% auto; 
  padding: 60px;
  max-width: 550px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 40%);
}

@media(max-width: 767px) {
  .tc-popup__content {
     max-width: 350px;
     padding: 25px;
  }
}

.tc-popup__content h1 {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  line-height: 2.5;
  font-size: 34px;
  font-weight: 700;
}
@media(max-width: 767px) {
  .tc-popup__content h1 {
    font-size: 27px;
  }
}

.tc-popup__content  p {
  padding: 0;
  text-align: justify;
  text-align-last: center;
}
@media(max-width: 767px) {
  .tc-popup__content  p {
    padding: 0;
    text-align: center;
    text-align-last: initial;
  }
}

.single-post  .grid-block {
  max-width: 413px;
  margin: 0 auto;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media(max-width: 767px) {
  .single-post .grid-block {
    -ms-grid-columns: 1f;
    grid-template-columns: 1fr;
     grid-gap: 0px;
  }
}

.tc-popup__content a {
  display: block;
  width: 200px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 35px !important;
  font-size: 15px;
  margin-top: 27px;
  background: #005daa;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 4px;
}

@media(max-width: 767px) {
  .tc-popup__content a {
    width: 100%;
    margin: 0;
    margin-top: 12px !important;
    display: block;
  }
}
.tc-popup__content .btn-transparent {
  background: #fff;
  color: #005daa;
  border: 1px solid #005daa;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}


@media(max-width: 767px) {
  .align-center-m {
    text-align: center;
  }
}

.middle-cols {
  padding: 80px 0;
}
@media(max-width: 768px) {
  .middle-cols {
    padding-bottom:40px;
  }
}

@media(max-width: 768px) {
  .middle-cols .container {
    margin: 0;
    max-width:768px;
  }
}
@media(max-width: 767px) {
  .middle-cols {
    padding-top: 0;
  }
}

.middle-cols .item-type {
  padding-top: 80px;
}
@media(max-width: 1024px) {
  .middle-cols .item-type {
    min-height: 452px;
  }
}

@media(max-width: 768px) {
  .middle-cols .item-type {
    min-height: 395px;
  }
}

@media(max-width: 767px) {
  .middle-cols .item-type {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.middle-cols .grid-block {
  box-shadow: 0px 2px 7px 0px rgb(204 204 204 / 40%);
}

.middle-cols .grid-block {
  margin-top: -130px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.part-images-content .grid-block {
  margin-top: -165px;
}


@media(max-width: 768px) {
  .middle-cols .grid-block, .infographic-two-cols .grid-block {
    margin-top:0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.about-p {
 /* padding-top: 70px;*/
  padding-bottom: 70px;
}
@media(max-width: 767px) {
  .about-p {
    padding-top: 100px;
    padding-bottom: 100px;
}
}

.about-p .secondary-title {
  margin-top: 15px;
}

.justify-content-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.justify-content-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.two-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.four-columns {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media(max-width: 767px)  {
    .two-columns {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }
}

.main-text p {
  text-align: justify;
  font-size: 16px;
}

.main-text p {
  padding: 5px 25px;
}

@media(max-width: 768px) {
  .main-text p {
    text-align:center;
  }
}
@media(max-width: 767px)  {
  .main-text p {
    padding: 5px 10px;
  }
}

.main-text p {
  border: none;
}

.main-text div:first-child p {
  border-right: 1px solid rgba(204, 204, 204, 1);
}
@media(max-width: 768px) {
  .main-text div:first-child p {
    border-right:none;
  }
}

.align-items-start{
 -webkit-box-align:start;
     -ms-flex-align:start;
         align-items:flex-start;
}

.part-circles p {
  font-size: 16px;
}

.about-part-blocks span {
  color: #40516f;
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.about-part-blocks img {
  margin-bottom: 20px;
}

.about-part-blocks h4 {
  margin-top: 0;
  font-family: Montserrat-Black;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
}

.about-part-blocks .part-block {
  box-shadow: 0px 2px 7px 0px rgb(204 204 204 / 40%); 
}

.about-part-blocks .part-block p {
  text-align: center;
}
.infographic-two-cols {
  padding-bottom: 80px;
}
@media(max-width:768px) {
  .infographic-two-cols {
    padding-bottom: 40px;
  }
}

 .infographic-two-cols img {
   max-width: 100%;
   height: auto;
 }   

 .part-images {
    gap: 0;
 }

 .img-blocks span {
  margin-bottom: 10px;
 }

 .main-text {
   grid-gap: 0;
   padding-top: 30px;
 }

.part-images-content .grid-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
             gap: 0;
  }

 .part-images-content .item-type {
   background: #fff;
    padding: 55px;
 }
  @media(max-width:768px) {
     .part-images-content .item-type {
       padding-left: 35px;
       padding-right:35px;
     }
  }

 .part-images-content .item-type:first-child {
      border-right: 1px solid rgba(204, 204, 204, 1);
 }
 @media(max-width:768px) {
    .part-images-content .item-type:first-child {
      border: none;
      border-bottom: 1px solid rgba(204, 204, 204, 1);
    }
 }

 .part-images-content p {
   font-size: 16px;
   padding-bottom: 0;
   text-align: justify;
 }
  @media(max-width:768px) {
       .part-images-content p {
         text-align: center;
       }
  }
  

 .insight-posts .grid-block {
   grid-gap: 30px;
 }
  @media(max-width:768px) {
    .insight-posts .grid-block {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }

 .insight-posts {
  background: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
 }

 .insight-posts h3 {
  margin-top: 10px;
  margin-bottom:20px;
  font-size: 16px;
  line-height: 1.5;
  color: #40516f;
  font-weight: 700;
} 

.insight-post {
  position: relative;
}

 @media(max-width:768px) {
  .insight-posts h2 {
    padding-left:0;
  }
 }


.insight-posts p {
  padding-bottom: 0;
  font-size: 16px;
}    

.insight-posts a {
  font-size: 14px;
  text-transform: capitalize;
}
     
.insight-post-image {
  padding-bottom: 50%;
}

.insight-posts--posts .grid-block {
  grid-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.carousel-items {
  background: #212d3d;
  padding: 100px 0;
   color: #fff;
}
@media(max-width:1024px) {
  .carousel-items {
    text-align: center;
  }
}
@media(max-width:768px) {
  .carousel-items {
    padding: 50px 0;
  }
}

.carousel-items h2 {
	margin-bottom:20px;
}

.carousel-items span, .carousel-items h2 {
  color: #fff;
}
@media(max-width:1024px) {
.carousel-items h2 {
  padding-right: 45px;
}
}

.carousel-items span {
	margin-bottom:5px;
}

.carousel-items--content p {
	padding-right:90px;
	text-align:justify;
}
@media(max-width:1024px) {
  .carousel-items--content p {
      padding-right:0;
    text-align: center;
  }
}


.carousel-items--content p:last-of-type {
  padding-bottom: 0;
}


	.carousel-items .two-columns {
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
		  grid-template-areas: 'item item';
	}
	@media(max-width:1024px) {
		.carousel-items .two-columns {
			-ms-grid-columns: 100%;
			grid-template-columns: 100%;
			  grid-template-areas: 'item';
		}
	}

	.carousel-items--slider {
		position:relative;	
	}


	.newsletter-swipper {
		width: 100%;
		height: 100%;
		background:#fff;
		position: absolute;
		width: 564px;
		height: 650px;
		z-index: 10001;
		top: -327px;
		text-align: center;
		font-size: 18px;
    box-shadow: 0px 2px 15px 0px rgb(204 204 204 / 40%);
	}
	@media(max-width:1024px) {
		.newsletter-swipper {
			position:static;
			width:100%;
			height:100%;
			margin-top:50px;
		}
	}

	.newsletter-swipper .swiper-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction:column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

  @media(max-width:1024px) {
    .newsletter-swipper .swiper-slide {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
    }
  }

	 .newsletter-swipper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

	.newsletter-swipper .swiper-slide {
		background:#fff;
		padding:80px 45px;
		text-align:left;
	}


	.newsletter-swipper .slide-item span {
		display:block;
		color:#ccc;
       font-family: Montserrat-Black;
        font-size: 26px;
	}

    .newsletter-swipper .slide-item  p {
	   color:#000;
		/*padding-right:87px;*/
    }
	@media(max-width:768px) {
		 .newsletter-swipper .slide-item  p {
			padding-right:0;
		}
	}
	

	.carousel-items .newsletter-swipper .swiper-pagination span {
		width:12px !important;
		height:12px !important;
		background:#ccc !important;
		display:inline-block;
	}

	.carousel-items .newsletter-swipper .swiper-pagination .swiper-pagination-bullet-active-main {
		background:#000 !important;
	}

	.tabs-items {
		padding-bottom:80px;
    position: relative;
    z-index: 10001;
  } 
    @media(max-width:767px) {
      .tabs-items .container {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
      }
     }

	.tabs-items .tab {
		overflow: hidden;
	}

	.tabs-items .tab button {
		width:calc(100% / 3);
		background-color: #212d3d;
		color:#fff;
		float: left;
		border:none;
		border-right:1px solid #fff;
		outline: none;
		cursor: pointer;
		padding: 17px 50px;
		transition: 0.3s;
		font-size: 20px;
		border-radius:0 !important;
		 font-family: 'Open Sans';
	}

  .tabs-items .tab button:last-of-type {
    border-right: none;
  }

    @media(max-width:1199px) {
		.tabs-items .tab button {
			font-size: 18px;
		}
	}

  @media(max-width:1024px) {
    .tabs-items .tab button {
      padding-left: 80px;
      padding-right: 80px;
    }
  }

  @media(max-width:820px) {
    .tabs-items .tab button {
      padding-left: 30px;
      padding-right: 30px;
      font-size: 17px;
    }
  }

	@media(max-width:768px) {
		.tabs-items .tab button {
        padding: 17px 50px;
			font-size: 14px;
		}
	}

	@media(max-width:767px) {
		.tabs-items .tab button {
			width:100%;
			padding-left:30px;
			padding-right:30px;
		}
	}


	.tabs-items .tab button.active {
		background-color: #fff;
		color:#212d3d;
	}

	.tabs-items .tabcontent {
    min-height: 330px;
		display: none;
		padding: 50px 50px 17px 50px;
		box-shadow: 0px 2px 7px 0px rgb(204 204 204 / 40%);
	}
	@media(max-width:767px) {
		.tabs-items .tabcontent {
			padding-top:30px 30px 17px 30px;
      text-align: center;
		}
	}

	.tabs-items {
		margin-top:-90px
	}

  @media(max-width:1024px) {
    .tabs-items .container {
      padding-left:30px;
      padding-right: 30px;
    }
  }

  @media(max-width:768px) {
    .tabs-items .container {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  @media(max-width:768px) {
    .tabs-items {
      padding-bottom: 40px;
    }
  }
	@media(max-width:767px) {
		.tabs-items {
			margin-top:0;
		}
	}

	.tabs-items .tablinks, .tabs-items .tabcontent {
		background:#fff;
	}


.member-types .item-type.min-h-350 { min-height: 350px;}

.about-us-gallery div {
  position: relative;
}

.about-us-gallery .img-overlay {
  position: absolute;
  width: 100%;
  height: 98%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(33, 45, 61, 0.55);
  z-index: 101;
}
@media(max-width:768px) {
  .about-us-gallery .img-overlay {
    height:97%;
  }
}

@media(max-width:767px) {
  .about-us-gallery .img-overlay {
    height: 93%;
  }
}

@media(max-width:768px) {
  .about-us-posts {
    padding: 40px 0;
    text-align: center;
  }
}



.about-us-posts .insight-read-more {
  position: absolute;
  left: 3px;
  bottom: -43px;
}
@media(max-width: 768px) {
  .about-us-posts .insight-read-more {
    position: static;
  }
}

.about-us-posts .insight-post {
  min-height: 225px;
}
@media(max-width: 768px) {
  .about-us-posts .insight-post {
    min-height:auto;
  }
}

.about-us-posts a {
  color: #358fe9;
}

@media(max-width: 768px) {
  .page-template-page-about .part-circles {
    margin: 0;
    padding: 40px 0;
  }
}

.page-template-whitepaper .form-group {
	margin-bottom: 15px;
}

.page-template-whitepaper .part-intro {
	padding-top:60px;
	padding-bottom:80px;
}

.page-template-whitepaper .part-intro h3 {
	margin-bottom:30px;
	font-size:25px;
	font-weight:300;
}

.page-template-whitepaper .part-intro .partImage img {
	display:block;
	width:400px;
	margin:0 auto;
}
@media(max-width:767px) {
	.page-template-whitepaper .part-intro .partImage img {
		width:300px;
	}
}


.page-template-whitepaper .partImage {
	-ms-flex-item-align:end;
	    align-self:flex-end;
}
@media(max-width:767px) {
	.page-template-whitepaper .partImage {
		-ms-flex-item-align:center;
			align-self:center;
	}
}

.page-template-whitepaper .about-p  {
	padding-bottom:40px;
}


@media(max-width:767px) {

	.page-id-6266 #sidebar .widget#text-3 .footer-left-col p {
		display:none;
	}
	
	.page-id-6266 #sidebar .widget#text-3 .footer-left-col img {
		display:block;
	}
}

@media(max-width:767px) {
	
	#top  #logo {
		position: relative;
		left: -5px;
	}
}

.full--width  {
  padding-bottom: 50px;
}

.full--width h1 {
  padding-top: 150px;
}

.full--width h1 .primary-title, .full--width .secondary-title  {
  margin-bottom: 15px;
}

.full--width p:first-of-type {
  color: #fff;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}
@media(max-width:767px) {
  .full--width p:first-of-type {
    text-align: center;
  }
}

.research-intro {
  min-height: auto;
  padding: 60px 0 120px 0;
}
@media(max-width:1024px) {
  .research-intro {
    padding-bottom: 60px;
  }
}
@media(max-width:767px) {
  .research-intro {
    text-align: center;
  }
}

.research-intro p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.research-swipper {
  padding: 10px 30px;
  box-shadow: none;
  height: 730px;
  top:-353px;
  z-index: 1;
}
@media(max-width:767px) {
  .research-swipper {
    height: 300px;
  }
}

.research-swipper .slide-item {
  padding:55px 40px 65px 70px;
  background: none;
} 
@media(max-width:767px) {
  .research-swipper .slide-item {
    padding: 35px 35px 35px 55px;
  }
}

.slide-item-link {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}


.research-swipper .swiper-slide, .research-swipper {
  background: none;
}

.research-swipper .swiper-slide {
  padding: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 15px 0px rgb(204 204 204 / 70%);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.research-swipper .swiper-slide:hover {
   box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 80%);
}


@media(max-width:767px) {
  .research-swipper .swiper-slide {
    height: 266px !important;
  }
}

.chart {
  padding: 150px 0 60px 0;
}
@media(max-width:1024px) {
  .chart {
    padding-top: 60px;
  }
}

.items {
  background: #f2f2f2;
  padding: 60px 0;
}

.part-grid-items .grid-block {
  -ms-grid-columns: 1fr 10 1fr 30px 1fr 10 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media(max-width:1024px) {
   .part-grid-items .grid-block {
    -ms-grid-columns: 1fr 1fr ;
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:767px) {
   .part-grid-items .grid-block {
    -ms-grid-columns: 1fr ;
    grid-template-columns: 1fr;
  }
}


.part-grid-items .grid-block .item {
  min-height: 200px;
  background: #fff;
  padding: 30px;
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 3px rgb(204 204 204 / 40%);
  box-shadow: 0px 2px 7px 3px rgb(204 204 204 / 40%);
}

.part-grid-items .grid-block .item .flex-block {
  flex-direction: column;
}


.part-grid-items .grid-block .item h4 {
  color: #40516f;
  margin: 0;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
}

.part-grid-items .grid-block .item img {
  width: 50px;
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
}

.part-grid-items {
  position: relative;
  top:-30px;
  margin-bottom: 60px;
}

.r-leader {
	margin-top:60px;
  margin-bottom: 60px;
}
@media(max-width:767px) {
  .r-leader .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
   
.r-leader .item-person {
  background: #ffffff;
  padding: 55px 60px 45px 60px;
}
@media(max-width:767px) {
  .r-leader .item-person {
    padding: 40px;
    text-align: center;
  }
}

.r-leader .item-person .grid-block {
  -ms-grid-columns: 300px 10px 1fr;
  grid-template-columns: 300px 1fr ;
  gap:10px;
}

@media(max-width:768px) {
  .r-leader .item-person .grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns:  1fr ;
  }
}

.item-person__left img {
  border-radius: 100%;
  width: 250px;
  height: auto;
}
@media(max-width:768px) {
  .item-person__left img {
    display: block;
    margin: 0 auto;
  }
}

.item-person__right span, .personModal span {
  display: block;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.5;
}
@media(max-width:767px) {
  .personModal span {
    line-height: 1.2;
    font-size: 20px;
  }
}

@media(max-width:768px)  {
  .item-person__right {
    margin-top: 30px;
  }
}

@media(max-width:767px)  {
  .item-person__right #openModal {
    display: block;
  }
}

@media(max-width:767px) {
  .item-person__right span {
    font-size: 21px;
  }
}

.item-person__right h2, .personModal h2 {
  margin: 0;
  font-weight: 700;
}

.item-person__right h3, .personModal h3 {
  margin: 0 0 15px 0;
  font-size: 21px;
  line-height: 1;
}

.item-person__right p {
  font-size: 18px;
}

.personModal {
  display: none; 
  position: fixed; 
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.personModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 75px 45px;
  border: 1px solid #888;
  width: 50%; 
}
@media(max-width:768px) {
  .personModal .modal-content {
    width: 80%;
    padding: 40px;
  }
}
@media(max-width:768px) {
  .personModal .modal-content {
    padding: 60px 30px;
  }
}

.personModal .modal-content p {
  margin: 0;
  padding: 0;
}

.personModal .close-btn {
  position: relative;
  top:-50px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
@media(max-width:768px) {
  .personModal .close-btn {
    top:-45px;
  }
}

.personModal .close-btn:hover,
.personModal .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.personModal h3 {
  margin-bottom: 30px;
}

.part-chart {
  margin-top: 30px;
}

.single-progressbar {
  display: grid;
 -ms-grid-columns: 400px 10px 1fr;
  grid-template-columns: 400px 1fr;
  align-items: center;
}
@media(max-width:768px) {
  .single-progressbar {
      -ms-grid-columns: 300px 10px 1fr;
      grid-template-columns: 300px 1fr;
  }
}
@media(max-width:767px) {
  .single-progressbar {
    display: block;
  }
}

.single-progressbar h4 {
  color: #40516f;
  text-align: left;
  line-height: 1.5;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 700;
}

.percentCount {
  color: #4f607d;
  padding-right: 15px;
  font-size: 18px;
}

.part-chart .source {
  color: #4f607d;
  padding-left: 70px;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}
@media(max-width:767px) {
  .part-chart .source {
    padding-left: 0;
  }
}

.research-items .swiper-pagination {
   width: 50px;
  height: 300px !important;
}

.research-items .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  right: 35px; 
  transform: none;
}

.research-items  .swiper-pagination {
  width: 50px;
}

.research-items .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  background: #ccc;
}

.research-items .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  height: 30px;
  border-radius: 10px;
}

.research-items .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.research-items .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: none;
}

@media(max-width:767px) {
  .research-items  h2 {
    padding-right: 0;
  }
}

.bluebigBanner {
  background: #358fe9;
}
@media(max-width:767px) {
  .bluebigBanner {
    text-align: center;
  }
}

.bluebigBanner::before {
  content: none;
}

.bluebigBanner h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
}
@media(max-width:1024px) {
  .bluebigBanner h4  {
    line-height: 1;
  }
}
@media(max-width:767px) {
  .bluebigBanner h4  {
   font-size: 28px;
  }
}

.bluebigBanner span {
  display: block;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
@media(max-width:1024px)  {
  .bluebigBanner span {
    font-size: 21px;
  }
}

@media(max-width:767px)  {
  .bluebigBanner span {
    font-size: 18px;
  }
}

.bluebigBanner .btn-contact {
  border-radius: 0;
  padding: 20px 50px;
}
@media(max-width:768px) {
  .bluebigBanner .btn-contact {
    margin-top: 30px;
  }
}

.part-grid-items {
	display:none;
}


.page-cast {
      padding-bottom:55px;
  }
@media(max-width:768px)  {
	.page-cast .ng-col-12 {
		padding-top:50px;
	}
}


.page-cast .flex-block {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.icon-cast {
    width: 315px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 35px;
    margin-right:25px;
    font-size: 25px;
    color:#fff;
    border-radius: 3px;
      font-family: 'Lato';
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
@media(max-width:1199px) {
  .icon-cast {
    padding: 10px 25px;
    margin-right: 25px;
    font-size: 22px;
  }
}

@media(max-width:768px) {
  .icon-cast {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
      margin-right: 0;
    }
}

.icon-cast span {
  padding-left: 10px;
}

.icon-item-apple {
    background: rgba(213,109,251,255);
}
    
.icon-item-spotify {
    background:rgba(5,204,142,255);
}

.part-hero .group-btn {
    margin-top:35px;
}

.icon-cast:hover {
    color:#fff;
}

.flipster__nav__link, .flipster__nav, .part-yt-video .flipster__nav {
    display: none;
}

.part-yt-video .flipster {
   /* max-width: 1200px;
    margin: 0 auto;*/
}


.flipster__item img {
    width: 400px;
    height: 250px;
}

.part-yt-video {
    margin-top:50px;
}

.flip-items li, .yt-slider .swiper-slide {
    position: relative;
}

  .flip-items li a, .yt-slider .swiper-slide a {
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
  }

  .flip-items li a::before, .yt-slider .swiper-slide a::before {
      content: "";
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      width:100%;
      height:100%;
      background: rgba(0, 0, 0, .55);
  }

.flip-items li h3, .yt-slider .swiper-slide h3 {
    position: absolute;
    left:30px;
    bottom:20px;
    font-size: 21px;
    color:#fff;
    line-height:1.2;
    text-align:left;
}
@media(max-width:768px) {
  .flip-items li h3 {
    max-width: 250px;
    left: 60px;
    font-size: 18px;
  }
}

.flip-items li .play-btn, .yt-slider .swiper-slide .play-btn {
    width: 90px;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}


.flip-items li .play-btn::before, .yt-slider .swiper-slide .play-btn::before {
    content: none;
}

.flip-items li .play-btn img,  .yt-slider .swiper-slide .play-btn img {
    width: 80px;
    height: auto;
}

.view-yt-all {
    display: block;
    color:#566680;
    margin-top:50px;
    font-size: 20px;
    text-decoration:underline;
}
@media(max-width:768px){
	.view-yt-all {
		margin-top: 0px;
	}
}


.video-cast-active {
    background: #212d3d;
    padding: 80px 0 40px 0;
}
@media(max-width:768px){
	
	.video-cast-active {
		padding-top:40px;
	}
}

.video-cast-active h2 {
    background: #212d3d;
    color:#fff;
}

.cast-active-item, .cast-item  {
    margin-top:45px;
    position: relative;
}

.cast-item {
  margin-bottom: 15px;
}

.video-cast .visible-item {
  display: none;
} 

.video-cast .visible-item.rm-item {
	display: none !important;
}

@media(max-width:768px){
	.video-cast {
		margin-top:50px;
		margin-bottom:40px;
	}
}


.play-item {
    position: absolute;
    top: 46%;
    right: 0;
    transform: translate(-35%, -50%);
}

.cast-active-item .play-item, .cast-active-item .switch-bg {
  width: 85px;
  height: 93px;
  background: url('/wp-content/themes/salient-child/img/NG-PLAY-White.svg') no-repeat center center / contain;
}

.cast-active-item .play-item.switch-bg {
  background: url('/wp-content/themes/salient-child/img/NG-PAUSE-White.svg') no-repeat center center / contain;
}

.video-cast img {
  width: 85px;
}

.mob-white {
	display:none;
}

@media(max-width:768px) {
	.video-cast .cast-item__content .play-item .play-btn {
		display:none;
	}
	
	.video-cast .cast-item__content .play-item .mob-white {
		display:block;
	}
}



@media(max-width:768px) {
  .play-item {
	  top:20%;
	  left:50%;
	  right:auto;
	  display:block;
	  margin: 0 auto;
	  margin-top: 20px;
	  transform: translate(-50%, -20%);
	}
}

@media(max-width:767px) {
  .play-item {
	  top:10%;
	  transform: translate(-50%, -20%);
	}
}


.cast-active-item .grid-block, .cast-item .grid-block {
    grid-gap: 10px;
    -ms-grid-columns: 250px 10px 1fr 10px;
    grid-template-columns: 250px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media(max-width:768px) {
  .cast-active-item .grid-block, .cast-item .grid-block {
    display: block;
  }
}

.cast-active-item__content,  .cast-item__content {
  padding-left: 50px;
    text-align:left;
}

@media(max-width:768px) {
 .cast-active-item__content,  .cast-item__content {
   padding-left: 0;
    text-align:center;
  }
}

.cast-active-item__content span, .cast-item__content span  {
    display: inline-block;
    color: #888f97;
    /*margin-right:10px;*/
    font-size: 18px;
    text-transform: uppercase;
}
@media(max-width:768px) {
  .cast-active-item__content span, .cast-item__content span {
    margin-right: 0;
	font-size:12px; 
  }
  .cast-active-item__content .cast-theme, .cast-item__content .cast-theme {
      margin-top: 15px;
	  margin-bottom:0;
	  font-size:12px; 
  }
}

.cast-active-item__content .second-section, .cast-item__content .second-section {
  display: inline;
}

.cast-active-item__content span  + span::before,
.cast-item__content span  + span::before {
    content: " | ";
}
@media(max-width:768px) {
	/*.cast-active-item__content span  + span::before,
	.cast-item__content span  + span::before {
		content: none;
	}*/
}

.cast-active-item__content h2, .cast-item__content h2,
.cast-active-item__content h2 a, .cast-item__content h2 a {
    color:#fff;
    margin:0 0 5px 0;
    font-size:21px;
    font-weight:500;
    line-height:1.5;
}

  .cast-item__content h2, .cast-item__content h2 a {
    color:#40516f;
  }


  .cast-active-item__content p,  .cast-item__content p, .cast-item__content .cast-item__content--excerpt p,
  .cast-item__content--excerpt, .cast-item__content--desc span {
    color: #888f97;
    padding-right:180px;
    text-transform: none;
    margin: 0;
    font-size: 16px;
     line-height: 1.5;
  }


  .cast-item__content--desc .second-section {
    padding: 0;
    display: inline;
  }
  

  .cast-item__content .cast-item__content--desc span::before,
  .cast-active-item__content .cast-item__content--desc span::before  {
    content: none;
  }

  .cast-item__content--desc {
    position: relative;
    color: #888f97;
    margin-bottom: 10px;
    padding-right: 180px;
  }


  @media(max-width:1024px) {
    .cast-item__content--desc {
      padding-right: 140px;
    }
 }


  @media(max-width:768px) {
     .cast-item__content--desc {
       padding-right: 0;
     }
  }

  .cast-active-item .cast-item__content--desc a {
    color: #fff;
  }
  
@media(max-width:768px)  {
    .cast-active-item__content p,  .cast-item__content p, .cast-item__content .cast-item__content--excerpt {
      padding-right: 0;
    }
}

.cast-item__image, .cast-active-item__image {
  padding-bottom: 90%;
}

@media(max-width:768px) {
    .cast-item__image, .cast-active-item__image {
	  position:relative;
      padding-bottom: 60%;
    }
	
	.cast-item__image::before, .cast-active-item__image::before {
		content: "";
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		right:0;
		left:0;
		bottom:0;
		background: rgba(0,0,0,.75);
	} 
}

.cast-active-item__image img, .cast-item__image img {
    width: 200px;
    height: auto;
}

.cast-active-item__external a, .cast-item__external a {
    display: inline-block;
    color: #358fe9;
    margin-right:5px;
    text-transform:uppercase;
    font-size: 18px;
}
@media(max-width:768px)  {
	.cast-active-item__external  {
		margin: 20px 0;
	}
	
  .cast-active-item__external a, .cast-item__external a {
    font-size: 16px;
  }
}


  .cast-active-item__external a  + a::before, .cast-item__external a  + a::before  {
    content: " | ";
    color:#fff;
    padding: 0 5px;
}

.cast-item__external a  + a::before {
  color:#212d3d;
}

.cast-item__read-more, .cast-item__less-more {
  padding-left: 5px;
  color:#358fe9;
}

.cast-active-item__external {
	max-width:600px;
	position:relative;
	z-index:3;
}


.share-item  {
    height: 1px;
    text-align:right;
    position:relative;
    top:-26px;
	z-index:2;
}
@media(max-width:768px) {
  .share-item {
	 top:0;
	  margin: 15px 0;
    text-align: center;
  }
}

.share-item a {
    color:#888f97;
    padding-right:43px;
    text-transform:uppercase;
    font-size: 18px;
}
@media(max-width:768px) {
  .share-item a {
    padding-right: 0;
  }
}

.share-item .sharethis-inline-share-buttons {
    position:relative;
    visibility:hidden;
    text-align:right !important;
    padding-right:52px;
    top:10px;
}

.share-item.show-share-items .sharethis-inline-share-buttons {
    visibility:visible;    
}
@media(max-width:768px)  {
	.share-item.show-share-items .sharethis-inline-share-buttons  {
		padding-right:0;
		text-align:center !important;
	}
}

.share-item.show-share-items {
  height: auto;
}

.icon-cast img {
    width:45px;
  }

    
.footer-icons {
    background: rgba(53,143,233,255);
    padding:60px 0;
}

.footer-icons .grid-block {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media(max-width:768px) {
  .footer-icons .grid-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

   .footer-icons .grid-block img {
     width: 200px;
     display: block;
     margin: 0 auto;
   }
	  
	  .footer-icons .grid-block a:nth-child(2) img {
		  width:280px !important;
	  }
}

.footer-icons a:nth-child(2) {
  text-align: center;
}

  .video-cast .cast-item__external {
    margin: 0 0 15px 0 ;
  }


.cast-item__content--desc.show-item {
  display: block;
}

.cast-item__content--excerpt.hide-item {
  display: none;
}

#progress, #seekObj {
  background-color: #40516f;
  border: 0;
  width: 95%;
  position: absolute;
  left: 30px;
  bottom: -55px;
  height: 15px;
  cursor: pointer;
}
@media(max-width:768px) {
  #seekObj {
    width: 100%;
    left: 0;
  }
}

::-webkit-progress-bar {
  background-color: #40516f;
}

::-webkit-progress-value {
  background-color: #358fe9;
}

/* yt slider */
.yt-slider  {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.yt-slider {
  position: relative;
  height: 300px;
}
@media(max-width:768px)  {
	.yt-slider {
	  height: 370px;
	}
}

.yt-slider > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.yt-slider .swiper-slide {
  height: 300px;
  /*display: flex;*/
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.85);
}

.yt-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.yt-slider .swiper-slide__content {
  height: 300px;
}


.yt-slider .swiper-button-next, .yt-slider .swiper-button-prev {
  width: 20px;
  height: auto;
  color: #ccc;
}



@media(max-width:768px) {
	.yt-slider .swiper-button-next, .yt-slider .swiper-button-prev {
		position:static;
		height:20px;
		margin-top:-44px;
	}
	.yt-slider .swiper-button-next {
		margin-top:-22px;
	}
}

.yt-slider .swiper-button-prev {
  left: 0;
}

.yt-slider .swiper-button-next {
  right: 0;
}
@media(max-width:768px) {
	.yt-slider .swiper-button-next {
	  margin-left:auto;
	}
}

.yt-slider .swiper-button-prev:after, .yt-slider .swiper-rtl .swiper-button-next:after,
.yt-slider .swiper-button-next:after, .yt-slider .swiper-rtl .swiper-button-prev:after {
  font-size: 35px;
}

#audio-player {
  opacity: 0;
  position: absolute;
  top:100%;
}

.show-more-less-handler {
  position: static !important;
}

.audio-player .player-controls progress {
  width: 90%;
}
.audio-player .player-controls progress[value] {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  color: blue;
  height: 5px;
}
.audio-player .player-controls progress[value]::-webkit-progress-bar {
  background-color: white;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  color: blue;
}
.audio-player .player-controls progress::-webkit-progress-value {
  background-color: blue;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
   padding:0;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   color: #358fe9;
   /*padding-left: 10px;*/
   cursor: pointer;
}


.add-read-more  .t-dots {
  padding: 0 5px 0 0;
}

.add-read-more .read-less {
  padding-left: 0;
}

.cast-active-item__content .cast-item__content--desc .read-more,
.cast-active-item__content .cast-item__content--desc .read-less {
  color:#fff;
}
@media(max-width:768px) {
  .cast-active-item__content .cast-item__content--desc .read-more,
  .cast-active-item__content .cast-item__content--desc .read-less,
  .cast-item__content .cast-item__content--desc .read-more,
  .cast-item__content .cast-item__content--desc .read-less  {
    padding-right: 0;
  }
}

.cast-active-item__image img.item-image,
.cast-item__image img.item-image  {
  height: 1px;
  opacity: 0;
  visibility: hidden
}

.part-swiper {
	
}
@media(max-width:768px) {
	.part-swiper {
		margin-top:50px;
	}
}


.swiperLogos {
  padding-bottom: 50px;
}

.page-template-membership-page-02 .part-logos.page-bottom {
  padding-bottom: 0;
}

.part-logos.page-bottom .swiper-pagination {
  position: static;
  margin: 0 auto;
  margin-top: 20px;
}


.part-logos.page-bottom .swiper-pagination-bullet-active {
  background: rgba(0,0,0,0.5);
}


.padd-t-20 {
  padding-top: 20px;
}

.padd-t-40 {
  padding-top: 40px;
}


.padd-t-80 {
  padding-top: 80px;
}


.padd-b-70 {
  padding-bottom: 70px;
}

.padd-b-80 {
  padding-bottom: 80px;
}


.peer-group-process  .grid-block .process-item {
  justify-self: center;
}

.peer-group-process  .grid-block .process-item:first-of-type {
  justify-self: flex-start;
}

.peer-group-process  .grid-block .process-item:last-of-type {
  justify-self: flex-end;
}
@media(max-width:991px) {
  .peer-group-process  .grid-block .process-item, 
  .peer-group-process .grid-block .process-item:first-of-type, 
  .peer-group-process .grid-block .process-item:last-of-type {
    justify-self: center;
  }
}

.peer-group-form {
  top: 115px;
  margin-bottom: -165px;
}
@media(max-width:991px) {
  .peer-group-form {
    top: 0;
    margin-bottom: 0;
  }
}

.page-template-landing-page-redesign .part-intro p:last-of-type {
  padding-bottom: 0;
}

.blog-posts .grid-block {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media(max-width:991px) {
  .blog-posts .grid-block {
    grid-template-columns: 1fr;
  }
}

.blog-posts__item {
  position: relative;
  min-height: 342px;
  padding-top: 60%;
}

.blog-posts__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.blog-posts__content {
  position: absolute;
  padding-left: 20px;
  text-align: left;
  bottom: 0;
}

.blog-posts__item h3 {
  margin-bottom: 0;
}

.blog-posts__item h3 a {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.blog-posts__content span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.wrap-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.peer-group-video {
  background: #f2f2f2;
}

.peer-group-video .grid-block, .peer-group-cast .grid-block {
  grid-template-columns:  1fr 1fr;
  gap: 0 50px;
}

@media(max-width:991px) {
  .peer-group-video .grid-block, .peer-group-cast .grid-block {
    grid-template-columns:  1fr;
    gap: 50px;
  }

  .peer-group-video__item img {
    width: auto;
    margin: 0 auto;
  }
}

.ng-style-block h3 {
  color: #40516f;
  font-size: 35px;
  font-weight: 900;
}
@media(max-width:768px) {
  .ng-style-block h3 {
    font-size: 26px;
  }
}

.ng-style-block span {
  display: block;
  padding-bottom: 27px;
  font-size: 18px;
}
@media(max-width:768px) {
  .ng-style-block span {
    font-size: 16px;
  }
}

.peer-group-video__item span, .peer-group-cast span {
  color: #358fe9;
  text-transform: uppercase;
  font-size: 23px;
}

.section-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}


.peer-group-cast__item img {
    max-width: 100%;
  display: block;
  margin-left: auto;
}
@media(max-width:768px) {
  .peer-group-cast__item img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.peer-group-cast .icon-cast {
  width: 262px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
@media(max-width:768px)  {
  .peer-group-cast .icon-cast {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .order-item-1 {order:1;}
  .order-item-2 {order:2;}
}

.peer-group-cast .icon-cast img {
  margin: 0;
}

.peer-group-cast .icon-cast span {
  color: #fff;
  padding: 0 0 0 15px;
  font-size: 16px;
	font-weight:700;
}


.peer-group-cevent .peer-group-cevent__heading {
  position: relative;
  /*height: 230px;
  background:#212d3d;*/
  padding: 45px 20px 0 20px;
  text-align: center;
}

.peer-group-cevent .peer-group-cevent__heading::before {
  content: "";
  background:#212d3d;
  position: absolute;
  width: 100%;
  height: 230px;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.peer-group-cevent .peer-group-cevent__heading.l-height::before {
  height: 166px;
}

@media(max-width:768px) {
  .peer-group-cevent .peer-group-cevent__heading h3 {
    font-size: 25px;
    line-height: 1;
  }
}

@media(max-width:576px) {
  .peer-group-cevent .peer-group-cevent__heading h3 {
    font-size: 21px;
  }
}

.peer-group-cevent h3 {
  position: relative;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
}
@media(max-width:991px) {
    .peer-group-cevent h3 {
      font-size: 30px;
        line-height: 1.5;
    }
}

.peer-group-cevent .peer-group-cevent__heading span {
  position: relative;
  color: #358fe9;
  text-transform: uppercase;
  font-size: 23px;
}
@media(max-width:991px)  {
  .peer-group-cevent .peer-group-cevent__heading span  {
    font-size: 21px;
  }
}
@media(max-width:767px) {
  .peer-group-cevent .peer-group-cevent__heading span {
    font-size: 16px;
    line-height: 1;
  }
}

.peer-group-cevent .grid-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 15px;
  padding: 0 20px;
  position: static;
  top: -88px;
  align-items: baseline;
}
@media(max-width:1199px) {
  .peer-group-cevent .grid-block {
    grid-template-columns: 1fr;
    gap:15px;
  }
}
@media(max-width:768px) {
  .peer-group-cevent .grid-block {
    top:-30px;
  }
}

.peer-group-cevent__item {
  min-height: 215px;
  position: relative;
  background: #fff;
  padding: 30px;
  text-align: left;
  box-shadow: 0px 5px 7px 0px rgba(204, 204, 204, 0.4);
  border-radius: 3px;
}



.peer-group-cevent__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10%;
  width: 0;
  height: 0;
  border-top: solid 20px #212d3d;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}

@media(max-width:991px) {
  .peer-group-cevent__item::after {
    content: none;
  }
}

.peer-group-cevent__item span {
  display: block;
  color:#212d3d;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.peer-group-cevent__item p {
  max-width: 550px;
  color: #358fe9;
  padding: 0 0 10px 0;
  font-weight: 600;
  font-size: 18px;
}
@media(max-width:768px) {
  .peer-group-cevent__item p  {
    font-size: 20px;
  }
}

.peer-group-cevent .two-col .peer-group-cevent__item p  {
  min-width: 330px;
}


.peer-group-cevent__item h4 {
  color:#212d3d;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

@media(max-width:1000px) {
  .peer-group-cevent__item h4 {
    font-size: 22px;
  }
}

@media(max-width:768px) {
  .peer-group-cevent__item h4 {
    font-size: 19px;
  }
}


.peer-group-cevent__item  .d-day {
  position: absolute;
  right: 42px;
  top: 45px;
  color: #212d3d;
  font-size: 43px;
  font-weight: 700;
}
@media(max-width:1024px)  {
  .peer-group-cevent__item .d-day {
      right: 27px;
      top: 26px;
      font-size: 39px;
      font-weight: 700;
  }
}
@media(max-width:1000px)  {
  .peer-group-cevent__item  .d-day {
    right: 72px;
  }
}
@media(max-width:768px)  {
  .peer-group-cevent__item  .d-day {
    font-size:36px
  }
}
@media(max-width:767px) {
  .peer-group-cevent__item  .d-day {
    display: none
  }
}

.peer-group-cevent__link {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.peer-group-cevent__past {
  background: #f4f7fb;
  border: 1px solid #d3d5d6;
  padding: 50px;
  margin-top: 20px;
  border-radius: 3px;
  /*display: flex;
  flex-direction: column-reverse;*/
}

.peer-group-cevent__past--wrapper {
  margin-top: 50px;
}



.peer-group-cevent__past h3 {
  position: relative;
  color: #212d3d;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
}
 

.peer-group-cevent__past h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top:125%;
  left:0;
  bottom:0;
  background: #358fe9;
}


.peer-group-cevent__item--past {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media(max-width:767px) {
  .peer-group-cevent__item--past {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
}

.peer-group-cevent .peer-group-cevent__item--past-date {
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: center;
}
@media(max-width:767px) {
  .peer-group-cevent .peer-group-cevent__item--past-date {
    margin-bottom: 10px;
    text-align: left;
  }
}

.peer-group-cevent .peer-group-cevent__item--past-date span {
  display: block;
  color: #212d3d;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.peer-group-cevent .peer-group-cevent__item--past-month {
  color: #212d3d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

.peer-group-cevent .peer-group-cevent__item--past-day {
  font-weight: 700;
  font-size: 25px;
}

.peer-group-cevent .peer-group-cevent__item--past-full-date {
  color: #212d3d;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: none;
  line-height: 1;
}

.peer-group-cevent__item--past-item h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media(max-width:768px) {
  .peer-group-cevent__item--past-item h4 {
    font-size: 18px;
  }
}
.peer-group-cevent__item--past {
  display: none;
}

.grid-item {
 display: grid; 
}

.peer-group-cevent__past .read-more-items {
  display: block;
  color: #212d3d;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  order: -1;
}

.peer-group-cevent__past .read-more-items:hover, .peer-group-cevent__past .read-more-items:visited {
  color: #212d3d;
}

@media(max-width:767px) {
  .padd-b-35-m {
    padding-bottom: 35px;
  }
}


.peer-group-cevent .one-col {
  grid-template-columns: 1fr;
}

.peer-group-cevent .two-col {
  grid-template-columns: 1fr 1fr;
}

.peer-group-cevent .three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

@media(max-width:1199px) {
  .peer-group-cevent .one-col, .peer-group-cevent .two-col, .peer-group-cevent .three-col {
    grid-template-columns: 1fr;
  }

  .peer-group-cevent__item::after {
    content: none;
  }
}

.peer-group-hero  h1 .primary-title {
    font-size: 48px;
}

.peer-group-hero h1 .secondary-title {
    font-size: 20px;
}

.peer-group-video .peer-group-video__item:nth-child(1) {
    position: relative;
    padding-top: 55%;
}

.peer-group-video .peer-group-video__item:nth-child(1) img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.peer-group-video .peer-group-video__item img {
    width: 80px;
}

.peer-group-cevent--upcoming.one-col .peer-group-cevent__item .d-day {
    right: 110px;
}

/*.peer-group-cevent--upcoming.one-col .peer-group-cevent__item .d-day {
    position: static;
   text-align: right;
   padding-top: 30px;
}*/

.peer-group-cevent--upcoming.one-col .peer-group-cevent__item--content,
.peer-group-cevent--upcoming.three-col .peer-group-cevent__item--content,
.peer-group-cevent--upcoming.two-col .peer-group-cevent__item--content    {
    display: grid;
    grid-template-columns: 87% 86px;
}
@media(max-width:767px) {
  .peer-group-cevent--upcoming.one-col .peer-group-cevent__item--content {
    grid-template-columns: 1fr;
  }
}

.peer-group-cevent--upcoming.one-col .d-day, .peer-group-cevent--upcoming.three-col .d-day,
.peer-group-cevent--upcoming.two-col .d-day   {
  position: static;
  padding-top: 20px;
  text-align: center;
}


.peer-group-cevent--upcoming.three-col .peer-group-cevent__item--content {
    grid-template-columns: 81% 65px;
}
@media(max-width:767px)  {
  .peer-group-cevent--upcoming.three-col .peer-group-cevent__item--content {
      grid-template-columns: 1fr;
  }
}

.peer-group-cevent--upcoming.two-col .peer-group-cevent__item--content  {
  grid-template-columns: 85% 70px;
}
@media(max-width:767px) {
  .peer-group-cevent--upcoming.two-col .peer-group-cevent__item--content {
    grid-template-columns: 1fr;
  }
}


.peer-group-cevent--upcoming.one-col .peer-group-cevent__item {
   min-height: auto;
   padding-bottom: 30px;
}

.peer-group-cevent--upcoming.three-col .peer-group-cevent__item {
    min-height: 200px;
}
@media(max-width:767px) {
  .peer-group-cevent--upcoming.three-col .peer-group-cevent__item {
      min-height: auto;
  }
}


.peer-group-cevent .three-col .peer-group-cevent__item h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media(max-width:767px) {
  .peer-group-cevent .three-col .peer-group-cevent__item h4 {
    overflow: auto;
    -webkit-line-clamp: 5;
  }
}

.section-h {
  display: none;
}

.blog-posts.padd-t-80 {
  padding-top: 80px;
}


.part-form .wpcf7-radio .wpcf7-list-item, .page-id-7830 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
 
.part-form .wpcf7-radio .wpcf7-list-item  .wpcf7-list-item-label, .select-items h3,
.page-id-7830 .wpcf7-radio .wpcf7-list-item  .wpcf7-list-item-label  {
  color: #676767;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
}

.page-id-7830 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-family: Open Sans;
}

.select-items h3 {
  line-height: 1;
}

.part-form .submit-item input {
  margin-top: 15px;
}

.part-form .wpcf7-radio .wpcf7-list-item  input:checked + .wpcf7-list-item-label  {
  color:#000;
  font-weight: 700;
}

.part-radio-items h3 {
  color: #40516f;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif;
}

.part-radio-items  {
  margin: 15px 0;
}

.grid-45-55 {
  grid-gap: 60px;
  -ms-grid-columns: 45% 60px 55%;
  grid-template-columns: 45% 55%;
}
@media(max-width:991px) {
  .grid-45-55 {
    gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}


.grid-55-45 {
  grid-gap: 60px;
  -ms-grid-columns: 55% 60px 45%;
  grid-template-columns: 55% 45%;
}
@media(max-width:991px)  {
  .grid-55-45 {
    gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.grid-50-50 {
  grid-gap: 60px;
  -ms-grid-columns: 50% 60px 50%;
  grid-template-columns: 50% 50%;
}
@media(max-width:991px) {
  .grid-50-50 {
    gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}


.cols-alternate {
  padding-top: 70px;
}

@media(max-width:991px) {
  .cols-alternate .col-item {
    text-align: center;
  } 
}

.cols-alternate .col-item h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media(max-width:991px) {
  .cols-alternate .col-item h2 {
    font-size: 24px;
  }
}


.cols-alternate .col-item img {
  width: 100%;
  object-fit: cover;
}

.cols-alternate .col-item p {
  font-size: 18px;
}

.cols-alternate .grid-block {
  padding-bottom: 80px;
}


.head-cite {
  background: #f2f2f2;
  padding-bottom: 80px;
}

.head-cite .col-item {
  position: relative;
}

.head-cite .col-item p:not(.author-c p) {
  width:800px;
  position: relative;
  margin-right: -300px;
  margin-top: 105px;
  color: #1b2533;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  z-index: 1001;
}


.head-cite .col-item p:not(.author-c p)::before {
  width: 165px;
  height: 114px;
  content: "";
  position: absolute;
  left: -50px;
  top: -59px;
  background: url(/wp-content/uploads/2023/07/NG-Sponsor-QuoteSimbol.svg) no-repeat center center / 155px 96px;
}
@media(max-width:767px) {
  .head-cite .col-item p:not(.author-c p)::before  {
    background: url(/wp-content/uploads/2023/07/NG-Sponsor-QuoteSimbol.svg) no-repeat center center / 100px 80px;
  }
}

@media(max-width:991px) {
  .head-cite .col-item p:not(.author-c p) {
    width: 100%;
    margin:0;
    text-align: center;
    font-size: 24px;
  }

  .head-cite img {
    object-fit: cover;
    width: 100%;
  }
}

.head-cite .author-c {
  color: #1b2533;
  font-size: 21px;
  font-weight: 600;
}
@media(max-width:991px)  {
  .head-cite .author-c {
    display: block;
    text-align: center;
  }
}

.head-cite .author-c p {
  color: #40516f;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}

.c-items {
  gap:30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media(max-width:991px) {
  .c-items {
    grid-template-columns: 1fr;
  }
}

.c-items {
  color: #40516f;
}

.c-items p {
  font-size: 16px;
}

.c-items h3 {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

.c-items h3::before {
  content: "";
  position:absolute;
  top:0;
  left:50%;
  transform: translate(-50%);
  background: #358fe9;
  width: 50px;
  height: 4px;
}

.c-items {
  padding-top: 30px;
}

.s-testimonials {
  background: url("/wp-content/uploads/2023/07/NG-Sponsor-Testimonials.jpg") no-repeat center center / cover;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 70px;
  text-align: center;
}

.s-testimonials span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 27px;
  line-height: 1.5;
  font-size: 23px;
}
@media(max-width:767px) {
  .s-testimonials span {
    font-size: 19px;
  }
}

.s-testimonials h2 {
  color: #fff;
  padding-bottom: 50px;
}

.s-testimonials h5 {
  color: #fff;
  font-weight: 600;
}

.s-testimonials  .item-loop span {
  color:#fff;
  padding: 0;
  font-size: 18px;
}

.insight-posts  h2 {
  font-weight: 900;
}

.ng-style-block.insight-posts a {
  font-size: 18px;
}

.bigBanner-c {
  padding: 80px 0;
}

.bigBanner-c p {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}
@media(max-width:991px) {
  .bigBanner-c p {
    line-height: 1;
  }
}

.bigBanner-c span {
  font-size: 24px;
  text-transform: uppercase;
}
@media(max-width:991px) {
  .bigBanner-c span {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}


/*.s-testimonials__wrapper {
  background: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 7px 0px rgba(82,82,82,0.25);
  padding: 70px 40px 25px 40px;
}*/

.s-testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #dedede;
  padding: 0;
}

.s-testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.sponsor-video {
  background: #fff;
}

.sponsor-video .grid-block .peer-group-video__item:nth-child(1) {
  position: relative;
  padding-top:0;
}

.sponsor-video .grid-block .peer-group-video__item:nth-child(2) {
  position: relative;
  padding-top: 55%;
}


.sponsor-video .grid-block .peer-group-video__item:nth-child(2) img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.part-contribute  {
  padding-bottom: 30px;
}

.part-contribute .grid-block {
  gap:10px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media(max-width:1024px){
  .part-contribute .grid-block {
    gap: 50px;
    align-items: center;
  }
}
@media(max-width:991px) {
  .part-contribute .grid-block {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.part-contribute__left-items {
  margin-top: 60px;
}
@media(max-width:991px)  {
  .part-contribute__left-items {
    margin-top: 15px;
  }
}

.part-contribute__right-items--block h3 {
  color: #40516f;
  font-size: 28px;
  margin-bottom: 15px;
}
@media(max-width:767px)  {
  .part-contribute__right-items--block h3 {
    font-size: 24px;
  }
}

.part-contribute__right-items--block p {
  padding: 0 0 5px 0;
  font-size: 16px;
}

.part-contribute__left-items img {
  display: block;
  margin-bottom: 15px;
}
@media(max-width:1024px)  {
  .part-contribute__left-items img {
    width: 400px;
  }
}
@media(max-width:991px) {
  .part-contribute__left-items img {
    width: 100%;
  }
}

.part-contribute__left-items .mv-image {
  position: relative;
  left: 45px;
  top: -35px;
  border: 5px solid #fff;
}

.bg-color-grey .part-contribute__left-items .mv-image {
  border-color: #f2f2f2;
}


@media(max-width:1024px) {
  .part-contribute__left-items .mv-image {
    left: 10px;
  }
}
@media(max-width:991px) {
  .part-contribute__left-items .mv-image {
    left: 22px;
  }
}


.part-contribute__right-items--block {
  margin-bottom: 30px;
  text-align: left;
}

.sponsor-video {}
@media(max-width:991px) {
  .sponsor-video {
    text-align: center;
  }
}

.part-sponsor-tables {
  background: #f2f2f2;
  padding: 80px 0;
}

.part-sponsor-tables h2 {
  margin-bottom: 50px;
}
@media(max-width:767px) {
  .part-sponsor-tables h2 {
    margin-bottom: 45px;
  }
}

.table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 80%; 
  max-width: 480px;
}

.table > div {
  min-width: 275px;
  margin: 2px;
  background: #f2f2f2;
  padding: 20px;
  text-align: left;
}

.table .head-item {
  min-width: 275px;
  background: #d3d5d8;
  color: #5f6874;
  padding: 30px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.table .head-item:nth-child(2), .table div:nth-child(2)  {
  background: #005daa;
}

.table-container .head-items {
  min-width: 275px;
  background: #d3d5d8;
  color: #212d3c;
  font-size: 21px;
  text-align: center;
}

@media(max-width:768px) {
  .table-container .head-items img {
    width: 100px;
  }
}


.table-container .grid-block div {
  height: 100%;
  padding: 30px 30px 15px 30px;
  text-align: left;
  border-left: 1px solid #606060;
}


.table-container .grid-block div:last-of-type {
  border-right: 1px solid #606060;
}

.table-container .grid-block .pd-t {
  padding-top: 10px;
}

.table-container .grid-block div p {
  padding: 0;
  line-height: 1.2;
}

.table-container .head-items div  {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #606060;
}

.table-container .grid-block div h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.2;
}
@media(max-width:768px) {
  .table-container .grid-block div h3 {
    font-size: 18px;
  }
}

.table-container .grid-block div:nth-child(1) {
  display:flex;
  align-items: center;
  font-size: 21px;
}

@media(max-width:768px)  {
  .table-container .grid-block div:nth-child(1) {
    font-size: 18px;
  }
  
}

.table-container .grid-block div:nth-child(2) {
  background: #005daa;
  color: #fff;
  border: none;
  position: relative;
}

.table-container .grid-block div:nth-child(2)::before,
.table-container .grid-item-last div:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #005daa;
  position: absolute;
  top:-10px;
  left:0;
  right:0;
  bottom:0;
}
@media(max-width:768px) {
  .table-container .grid-block div:nth-child(2)::before,
  .table-container .grid-item-last div:nth-child(2)::before {
    content: none;
  }
}

.table-container .grid-item-last div:nth-child(2) {
  position: relative;
}

.table-container .grid-item-last  div:nth-child(2)::before {
  top:156px;
}

.table-container .grid-block {
  grid-template-columns: 180px 1fr 1fr 1fr; 
  gap: 0;
}
@media(max-width:768px) {
  .table-container .grid-block {
    grid-template-columns: 120px 1fr 1fr 1fr; 
  }
}

.table-container .head-items div:nth-child(3) {
  border-right: none;
}

.table-container .b-border div {
  border-bottom: 1px solid #606060;
  padding-bottom: 40px;
}

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

  .desktop-view {
    display: none;
  }
}

.part-mob-items .part-mob-item {
  padding: 20px;
  margin-bottom: 20px;
}

.part-mob-items  h4 {
  font-size: 21px;
}

.part-mob-items .ng-bg {
  background: #005daa;
  color: #fff;
  margin-bottom: 0;
}

.part-mob-items .ng-bg .part-mob-item {
  margin-bottom: 0;
}



.part-mob-items .ng-bg .part-mob-item {
  background: #005daa;
  color: #fff;
}

.part-mob-items div .part-mob-item {
  background: #d3d5d8;
}


.mobile-view h3 {
  font-size: 35px;
  margin-bottom: 20px;
}

.part-mob-item-content {
  padding: 10px 20px;
}

.mobile-view .mrg-t-20 {
  margin-top: 20px;
}

@media(max-width:767px) {
  .part-sponsor-tables .container {
    max-width: 100%;
    margin: 0;
  }  
}

.table-container .grid-block .border-r-n {
  border-right: none;
}

.table-container .grid-block .border-l-n {
  border-left: none;
}

.bg-color-grey {
  background: #f2f2f2;
}

.items-carousel {
  padding-top: 60px;
}

.items-carousel img {
  max-width: 90%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* menu items*/
.part-menu ul li {
  position: relative;
}


#top nav .buttons li:first-of-type {
  position: relative;
}

#top nav .buttons li:first-of-type:after {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2023/10/external-link-white.svg") no-repeat center right;
  width:  15px;
  height: 15px;
  right:15px;
}


.nav-menu-right-container .btn-standard {
  position: relative !important;
  right:0 !important;
  top:0 !important;
  margin-left: -30px;
}

.nav-menu-right-container .btn-standard:after {
  position: absolute;
  content: "";
  width:15px;
 height:15px;
  background: url("/wp-content/uploads/2023/10/external-link-white.svg") no-repeat center right;
  top: 13px;
  padding-right: 5px;
}

.part-menu ul li.menu-item-23200:after {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2023/10/external-link-white.svg") no-repeat 0 0;
  width:  15px;
  height: 15px;
}

.part-menu ul li.menu-item-23200 a {
  font-weight: 700;
}

.nav-wrapper {
  display: grid;
  grid-template-columns: 200px 1fr 350px;
}

@media(max-width:1405px) {
  .nav-wrapper {
    grid-template-columns: 150px 1fr 350px;
  }
}

@media(max-width:1355px) {
  .nav-wrapper {
    grid-template-columns: 100px 1fr 350px;
  }
}

.ng-logo {
  width: 125px;
  height: auto;
  position: relative;
  margin-top: -15px;
}

.page-template-page-about .btn-standard, .page-template-page-about .btn-join {
  position: static;
}

.nav-menu-right-container {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
}

.nav-wrapper .part-menu {
  text-align: center;
}


@media(max-width:1455px) {
.nav-wrapper .part-menu ul li {
    padding-right: 10px;
  }
}

@media(max-width:1220px) {
  .nav-menu-right-container .btn-standard,   .nav-menu-right-container .btn-join {
    display: none;
  }
}

.part-menu ul li.mobile-menu-item {
  display: none;
}
@media(max-width:1220px)  {
  .part-menu ul li.mobile-menu-item {
    display: block;
  }
}

.btn-join, .btn-standard {
  position: static;
  width: auto;
}

#top nav > ul > li.mobile-menu-item {
  display: none !important;
}

#top .span_9 nav .sf-menu  {
  padding-left: 100px;
}
@media(max-width:1485px) {
  #top .span_9 nav .sf-menu{
    padding-left: 0px;
  }

  #top .span_9 nav .buttons {
    padding-left: 20px;
  }
}


#top .span_9 nav {
  display: grid !important;
  grid-template-columns: 80% 20%;
}
@media(max-width:1485px)  {
  #top .span_9 nav {
    display: grid !important;
    grid-template-columns: 75% 25%;
  }
}


@media(max-width:1220px) {
  .off-canvas-menu-container.mobile-only .mobile-menu-item  {
    display: none;
  }
}

.digital-member-form form input[type="text"], .digital-member-form form input[type="email"],
.digital-member-form form input[type="tel"] {
  height: 45px;
} 

.digital-member-form form textarea {
  height: 80px;
}

.section-none-percentage .percentCount {
	display:none !important;
}

.no-percentage {
	grid-template-columns: 500px 1fr;
}



