/************************************************************************/
/********** PROCEDURES ARCHIVE PAGES ************************************/
/************************************************************************/
.zup_archive_title {
  background-color: #F2F2F2;
}
.zup_archive_title .container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.zup_archive_title h1 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  color: #053365;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.zup_front_categories {
  padding: 25px 0;
}
.zup_front_categories .zup_home_cat_container {
  display: flex;
  flex-flow: wrap;
}
.zup_front_categories a.zup_sg_cat {
  padding: 80px 10px;
  border: 1px solid #DCDCDC;
  vertical-align: middle;
  text-decoration: none;
  color: #053365;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  background-color: #F2F2F2;
  transition: all 0.3s ease-out;
  display: flex;
  width: 260px;
  margin: 0 10px 20px;
  align-items: center;
  justify-content: center;
}
.zup_front_categories a.zup_sg_cat:hover {
  color: #F2F2F2;
  background-color: #053365;
  transition: all 0.1s ease-in;
}

.cbnp-procedures {
  padding: 25px 0;
  opacity: 0;
}
.cbnp-procedures:after {
  content: "";
  display: table;
  width: 0px;
  height: 0px;
  overflow: hidden;
  clear: both;
}

.cbnp_procedure {
  width: 25%;
  float: left;
  padding: 0 8px 16px;
}
.cbnp_procedure:nth-of-type(4n+1) {
  clear: left;
}
.cbnp_procedure .proc_category a,
.cbnp_procedure .procedure_title a {
  color: #053365;
}
.cbnp_procedure .proc_category a:hover,
.cbnp_procedure .procedure_title a:hover {
  color: #F16623;
  text-decoration: none;
}
.cbnp_procedure .proc_category a {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.cbnp_procedure .procedure_title {
  margin: 20px 0 30px;
}
.cbnp_procedure .procedure_title.zup_category_page {
  margin-top: 0;
}
.cbnp_procedure .procedure_title a {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.cbnp_procedure .procedure_content {
  border: 1px solid #DCDCDC;
  padding: 30px 20px 20px;
  background: #F2F2F2;
}
.cbnp_procedure .proc_meta_date {
  font-size: 14px;
}
.cbnp_procedure .proc_meta_date span {
  vertical-align: middle;
}
.cbnp_procedure .proc_meta_date .last_edit_date {
  margin-bottom: 5px;
  font-weight: 600;
}
.cbnp_procedure .proc_meta_date .publish_date {
  color: #636363;
}
.cbnp_procedure hr {
  height: 0;
  border-top: 1px solid #DCDCDC;
  margin: 15px 0;
}
.cbnp_procedure .proc_tags {
  margin-bottom: 20px;
}
.cbnp_procedure .proc_tags i {
  vertical-align: middle;
  margin-right: 5px;
  width: 22px;
}
.cbnp_procedure .proc_tags a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
.cbnp_procedure .proc_tags a:hover {
  color: #053365;
  text-decoration: underline;
}
.cbnp_procedure .zup-icons {
  display: inline-block;
  height: 16px;
  width: auto;
  line-height: 1;
  vertical-align: middle;
}
.cbnp_procedure .proc_tags .zup-icons {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .cbnp-procedures {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 1199px) {
  .cbnp_procedure {
    width: 33.33%;
  }
  .cbnp_procedure:nth-of-type(4n+1) {
    clear: none;
  }
  .cbnp_procedure:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 980px) {
  .cbnp_procedure {
    width: 50%;
  }
  .cbnp_procedure:nth-of-type(3n+1) {
    clear: none;
  }
  .cbnp_procedure:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .cbnp_procedure {
    width: 100%;
    float: none;
  }
}
/************************************************************************/
/********** SINGLE PROCEDURE ********************************************/
/************************************************************************/
.cbnp_default_page_container.procedures {
  padding-top: 0;
}
.cbnp_default_page_container.procedures .zup_procedure_title {
  color: #053365;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 60px 0 20px;
}
.cbnp_default_page_container.procedures .sg_cat_container {
  background-color: #F2F2F2;
  padding: 25px;
  text-align: right;
  margin-bottom: 40px;
}
.cbnp_default_page_container.procedures .category_list a {
  color: #053365;
  font-weight: 700;
  text-decoration: none;
}
.cbnp_default_page_container.procedures .category_list a:hover {
  text-decoration: underline;
}
.cbnp_default_page_container.procedures .sg_post_meta {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}
.cbnp_default_page_container.procedures .sg_post_meta > div {
  display: inline-block;
}
.cbnp_default_page_container.procedures .sg_post_meta i {
  margin-right: 5px;
}
.cbnp_default_page_container.procedures .sg_post_meta .meta_sep {
  margin: 0 10px;
}
.cbnp_default_page_container.procedures .sg_post_meta .publish_date {
  color: #636363;
}
.cbnp_default_page_container.procedures .sg_post_meta span {
  vertical-align: middle;
}
.cbnp_default_page_container.procedures .post_content {
  margin: 90px 0 60px;
}
.cbnp_default_page_container.procedures .post_content h2,
.cbnp_default_page_container.procedures .post_content h3 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 15px;
}
.cbnp_default_page_container.procedures .post_content h2:first-child,
.cbnp_default_page_container.procedures .post_content h3:first-child {
  margin-top: 0;
}
.cbnp_default_page_container.procedures .post_content h2 strong,
.cbnp_default_page_container.procedures .post_content h3 strong {
  font-weight: 700;
}
.cbnp_default_page_container.procedures .sg_post_meta .zup-icons,
.cbnp_default_page_container.procedures .proc_tags .zup-icons {
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  width: auto;
  line-height: 1;
}
.cbnp_default_page_container.procedures .proc_tags {
  margin-bottom: 20px;
}
.cbnp_default_page_container.procedures .proc_tags i {
  vertical-align: middle;
  margin-right: 5px;
  width: 22px;
}
.cbnp_default_page_container.procedures .proc_tags a {
  color: #000;
  text-decoration: none;
}
.cbnp_default_page_container.procedures .proc_tags a:hover {
  color: #053365;
}
.cbnp_default_page_container.procedures hr {
  height: 0;
  border-top: 1px solid #DCDCDC;
  margin: 30px 0;
}
.cbnp_default_page_container.procedures .btn.btn-primary {
  background-color: #053365;
  margin-left: 15px;
  padding: 10px 35px;
}

@media (max-width: 980px) {
  .cbnp_default_page_container.post .proc_tags {
    padding-bottom: 30px;
    border-bottom: 1px solid #DCDCDC;
  }

  .cbnp_default_page_container.post .post_content {
    margin: 70px 0 40px;
  }
}
@media (max-width: 767px) {
  .cbnp_default_page_container.post .proc_tags {
    text-align: center;
  }
  .cbnp_default_page_container.post .sg_post_meta {
    text-align: center;
  }
  .cbnp_default_page_container.post .sg_post_meta .meta_sep {
    display: none;
  }
  .cbnp_default_page_container.post .sg_post_meta > div {
    display: block;
    margin-bottom: 5px;
  }
}
/* login */
.div_zup_login a {
  color: #053365;
  text-decoration: underline;
}
.div_zup_login a:hover {
  color: #F2A000;
  text-decoration: none;
}

/* search form */
.sop_searchForm {
  padding-top: 25px;
  max-width: 580px !important;
  padding-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
.sop_searchForm form {
  overflow: hidden;
}

#site-content .sop_searchForm label {
  margin-left: 10px;
  display: block;
}

.home .sop_searchForm label {
  margin-left: 10px;
  display: block;
}

.sop_searchForm #searchForm {
  height: 45px;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid #f2f2f2;
  width: 100%;
  padding-right: 175px;
  box-sizing: border-box;
  margin-top: 0;
}

.sop_searchForm .search-submit {
  height: 45px;
  padding: 10px 50px;
  font-size: 18px;
  margin: 0;
  background-color: #053365;
  text-transform: capitalize;
  border: 0;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 30px;
}

.sop_searchForm .search-submit:hover {
  background-color: #F16623;
}

@media (max-width: 1200px) {
  .sop_searchForm label {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .sop_searchForm {
    padding-right: 10px;
  }

  .sop_searchForm .search-submit {
    right: 10px;
  }
}

/*# sourceMappingURL=zup_front.css.map */
