@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

body {
  font-family: "Open Sans", sans-serif !important;
}

p {
	font-size:17px
	
}

ul li {
  list-style: none;

  list-style-type: none;
}

.info-box ul li {
  list-style: none;

  list-style-type: disc;
}
.img-row img {
  display: inline !important;

  height: 150px !important;

  width: 150px important;
}

select {
    min-width: 200px;
    border-radius: 0px;
    color: #a3a2a2;
    
    padding: 11px 5px;
    height: auto;
    display: inline-block;
    margin-right: 8px;
    margin-top: 4px;
    background: url(../images/dropdown-down.png) right 20px center no-repeat !important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border: 1px solid #e6e6e6;
}

/* removes caret from seletdropdown menus for filters */
.has-glyphicons .select-wrapper::after {display:none}

#scroll-to-top {
  display: none;

  width: 50px;

  height: 50px;

  position: fixed;

  background: cadetblue;

  right: 10px;

  bottom: 10px;

  border-radius: 50%;
}

#scroll-to-top a {
  position: absolute;

  padding: 8px 16px;

  font-size: 20px;

  color: antiquewhite;
}

/*SearchBox CSS*/

.dm-search-overlay {
  position: fixed;

  background: rgba(13, 56, 89, 0.95);

  opacity: 1;

  width: 100%;

  height: 100%;

  top: 0;

  z-index: 9999;
}

.dm-modal-form form {
  position: fixed;

  top: 42%;

  left: 20%;

  font-size: 90px;

  z-index: 99999;
}

/*end saerch form*/

.main-header .navbar {
  padding: 0;

  width: 100%;

  margin: 0;
}

.region.region-navigation {
  display: block;

  width: 100%;
}

.main-header ul.menu.menu--main.nav.navbar-nav {
  display: flex;

  justify-content: space-between;

  align-items: center;

  width: 100%;
  margin: 0 !important;
}

.main-header .nav > li > a {
  font-size: 15px;

  padding-left: 10px;

  padding-right: 10px;

  color: rgba(0, 0, 0, 0.5);
}

.main-header .nav > li > a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.main-header .navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.announcements-section {
  background: #fff url("../images/map-gray-scale.png");
}

.announcements-section .field.field--name-field-select-view {
  width: 100%;
}

.announcements-section p {
  font-size: 15px;
}

.at-work-section .card {
  min-height: 450px !important;
}

.at-work-section .card .card-top {
  padding: 25px 30px 15px;
}

.at-work-section .card .card-top p {
  font-size: 15px;
}

.at-work-section .more-link a {
  font-size: 13px;

  font-color: #ff0000;
}

.section-hero {
  background-attachment: fixed;
}

.section-hero .inner-hero-content p {
  font-size: 2.111rem;
}

.section-hero .inner-hero-content h1 {
  font-size: 5.083rem;
}

.viewsreference--view-title {
  font-size: 1.5rem;

  color: #1f2656;

  font-weight: 600;
}

.at-work-section .card {
  padding-bottom: 55px;
}

.at-work-section .card .card-footer {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;
}

.roadmap-section .section-title a i.fa {
  margin-left: 5px;
}

.main-footer h2 {
  font-size: 24px;
  color: #ffffff
}

.main-footer .region.region-footer-1 {
  font-size: 15px;
}

.section.section-announcements {
  font-size: 16px;
}

.main-footer .footer-top ul li a {
  padding: 0;
}

.main-footer .footer-top ul li a:hover {
  background-color: transparent;
}

.footer-bottom .col-lg-6.pull-right {
  text-align: right;
}

.announcements-section h4 {
  font-size: 25px;

  font-weight: 700;
}

.section-heading {
  margin-bottom: 10px;
  margin-top: 30px
}

.section-heading h2 {
  font-size: 30px;
}

.section-heading p {
  font-size: 14px;
}

.media-section .media-item .media {
  font-size: 14px;

  box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.2);
}

.media-section .media-item .media h5 {
  font-size: 18px;

  margin-top: 10px;
}

.media-section .media-item .media img {
  margin-right: 10px;
}

.media-section .media-item {
  position: relative;
}

.media-section .media-item span {
  display: inline-block;

  font-size: 12px;

  color: #060f1e;

  background-color: #ffffff;

  position: absolute;

  top: 5px;

  left: 15px;

  padding: 4px 4px;
}

.pager-nav .pagination {
  display: inline-block;
}

.main-footer .footer-top {
 /* border-top: 7px solid #d4dce6;*/
	 border-top: 7px solid #f4d31e;
}

.roadmap-section {
  border-top: 3px solid #ffcc4d;
}

.section-hero::after {
  /*border-bottom: 6px solid #75a68c;*/

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0)
  );
}

.document-item {
  margin: 20px 0;

  padding: 20px 0;

  border: 1px solid #e9f1fb;

  background-color: #fff;

  box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.2);
}

.date {
  color: #a0a3b7;

  font-size: 14px;

  font-weight: 300;

  text-transform: uppercase;

  margin-bottom: 8px;
}

.btn.btn-yellow {
  border-radius: 3px;

  font-size: 1.5rem;

  font-weight: 600;

  background-color: #ffcc4d;

  padding: 13px 20px;
  color:#000000
}

.c2a1 {
  font-family: "Montserrat", sans-serif;

  color: #8d97ad;

  font-weight: 300;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  min-height: 400px;
}

.c2a1::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.c2a1 h2 {
  font-size: 8em;

  font-weight: 700;
}

.c2a1 p {
  font-size: 3em;

  font-weight: 700;
}

.c2a1 h1,
.c2a1 h2,
.c2a1 h3,
.c2a1 h4,
.c2a1 h5,
.c2a1 h6 {
  color: #3e4555;
}

.c2a1 .op-8 {
  opacity: 0.8;
}

.c2a1 .font-weight-medium {
  font-weight: 500;
}

/*.c2a1 .btn-danger-gradiant {*/

/*background: #ff4d7e;*/

/*background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);*/

/*background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));*/

/*background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);*/

/*background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);*/

/*background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);*/

/*}*/

/*.c2a1 .btn-danger-gradiant:hover {*/

/*background: #ff6a5b;*/

/*background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);*/

/*background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));*/

/*background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);*/

/*background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);*/

/*background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);*/

/*}*/

/* ------- added by Dev ------------ */

.contact-us-section {
  font-size: 15px;
}

.contact-us-section .contact-us-details h4 {
  font-size: 22px;
}

.grievance-form-section .grievance-form {
  font-size: 15px;
}



.region.region-content h1.page-header {
  display: none;
}

.sub-hero-section .inner-hero-content {
  max-width: 700px;
}

.sub-hero-section .inner-hero-content .btn-prev {
  display: inline-block;

  font-size: 20px;
}

.sub-hero-section .inner-hero-content p {
  font-size: 1.8rem;

  margin-top: 20px;
}


.sub-hero-section .inner-hero-content h3 a {
  color: #ffcc4d;
}

.sub-hero-section .inner-hero-content-wide {
  max-width: 100%;
}

.sub-hero-section .inner-hero-content-wide .btn-prev {
  display: inline-block;

  font-size: 20px;
}

.sub-hero-section .inner-hero-content-wide p {
  font-size: 1.8rem;
  color:#ffffff;
  margin-top: 20px;
}

.sub-hero-section .inner-hero-content-wide h3  {
  color: #ffffff;
}

.sub-hero-section .inner-hero-content-wide h3 a {
  color: #ffcc4d;
}

.single-details-section {
  padding: 60px 0;

  background-color: #eeeeee5e;
}

.subPageSectionTitle h3 {
  color: #000000;

  padding-bottom: 10px;

  position: relative;
}

.subPageSectionTitle h3::after {
  content: "";

  width: 80px;

  height: 3px;

  background-color: #ffcc4d;

  position: absolute;

  bottom: 0;

  left: 0;
}

.subPageSectionTitle h4 {
  padding-top: 20px;

  color: #000000;
}

.field.field--name-field-image.field--item {
  width: 100%;
}

.field.field--name-field-image.field--item img {
  margin: 20px auto;
}

.single-details-section {
  position: relative;

  padding: 60px 0 24px;

  background-color: #f6f7fb;
}

.single-details-section .single-details-img {
  margin: 20px 0 30px 0;
	font-size: 1.4em;
	font-family: 'Roboto', Arial, sans-serif;
}

.single-details-section ul {
  list-style: none;

  padding-left: 0;
}

.single-details-section ul li {
  position: relative;

  padding-left: 35px;

  padding-bottom: 15px;
}

section.single-details-section p {
  font-size: 16px;

  line-height: 35px;

  margin-bottom: 15px;
}

.single-details-section ul li:before {
  /*content: "?";*/

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  background: #6767a9;

  border-radius: 50%;

  padding: 4px;

  color: white;

  margin-right: 10px;

  position: absolute;

  left: 0;
}

.single-details-section a {
  /*color: #4b4b4b; */
    color:#4b4b4b;      

  text-decoration: none;
}

.single-details-section p a {
   color: #f1ae21 ;  
}

.section-heading p {
  font-size: 15px;

  line-height: 30px;
}

.section-heading h2 {
  margin-bottom: 15px;
}

.grievance-form-section .grievance-form h5 {
  font-size: 18px;
}

/*.grievance-form-section .form-row {*/

/*margin-top: 10px;*/

/*}*/

.wp-block-image .alignleft {
  margin-right: 20px;
}

.grievance-form-section .webform-submission-form .form-row .col-md-6 {
  width: 100%;

  flex: 1 1 100% !important;

  max-width: 100%;
}

.grievance-form-section .form-group {
  margin-bottom: 15px !important;
}

.grievance-form-section .form-group input.form-control,
.grievance-form-section .form-group select.form-control {
  min-height: 45px;

  font-size: 16px;
}

.grievance-form-section .form-group textarea.form-control {
  min-height: 130px;

  font-size: 16px;
}

.grievance-form-section .form-group label.control-label {
  margin-right: 10px;
}

.grievance-form-section .grievance-form {
  max-width: 800px;

  width: 100%;

  margin: 0 auto;

  border-radius: 5px;
}

.grievance-form-section .grievance-form .button,
.contact-us-section .button {
  border-radius: 3px;

  font-size: 16px;

  padding: 8px;

  width: 150px;

  border: 0;
}

.grievance-form-section .grievance-form .button:focus,
.grievance-form-section .grievance-form .button:active,
.grievance-form-section .grievance-form .button:visited,
.contact-us-section .button:focus,
.contact-us-section .button:active,
.contact-us-section .button:visited {
  background-color: #ffcc4d;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  border: 0;
}

.grievance-form-section .grievance-form .webform-button--submit,
.contact-us-section .button {
  background-color: #ffcc4d;
}

.grievance-form-section .grievance-form .webform-button--submit:hover,
.contact-us-section .button:hover {
  background-color: #e7b534;
}

.contact-us-section form input.form-control,
.contact-us-section form select.form-control {
  min-height: 38px;
}

.info-box {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

  padding: 20px 20px 30px 20px;

  background: #fff;
}

.google-map-section {
  position: relative;
}

.google-map-section a {
  position: absolute;

  top: 12px;

  left: 50px;

  background: #fff;

  padding: 10px;

  border-radius: 5px;

  color: #000;

  text-transform: uppercase;

  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.5);
}

/*Responsive*/

@media (max-width: 768px) and (min-width: 320px) {
  .logo img {
    max-width: 100%;
    height: 50%;
  }

  .main-footer img {
    max-width: 100%;
  }

  .contact-us-section .address {
    margin-bottom: 20px;
  }

  .main-footer .footer-bottom {
    padding-bottom: 60px !important;
  }

  .main-footer .footer-bottom ul {
    display: inline-flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;
  }

  .main-footer .footer-bottom ul li {
    margin-right: 0;
  }

  .main-footer .footer-bottom ul li a {
    padding: 10px 0;
  }

  .footer-bottom .d-flex {
    flex-direction: column;
  }

  .main-footer .footer-bottom p {
    text-align: center;

    margin-top: 10px;
  }

  .grievance-form-section .grievance-form {
    padding: 15px;
  }

  .grievance-form-section .grievance-form .button,
  .contact-us-section .button {
    margin-bottom: 10px;
  }

  .media-section .media-item .media .media-body {
    max-width: 100%;
  }

  .pagination > li > a,
  .pagination > li > span {
    padding: 6px 10px;
  }
}

/*new css start here*/

.media-section .view-content {
  display: flex;

  flex-wrap: wrap;

  margin: 0 -20px;
}

.media-section .media-item .media img {
  margin-right: 0;

  max-width: 100%;

  -webkit-transition: all 1.2s ease-in-out;

  transition: all 1.2s ease-in-out;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}

.media-section .media-item .media a {
  display: block;

  overflow: hidden;

  position: relative;
}

.media-section .media-item .media a:hover img {
  -webkit-transform: scale(1.04);

  -ms-transform: scale(1.04);

  transform: scale(1.04);
}

.media-item {
  display: block;

  margin: 0;

  width: 33.333%;

  padding: 0 10px;
}

.media {
  display: block;

  margin: 0;
}

.media-section .media-item .media .media-body {
  padding: 20px 20px;

  height: 320px;
}

.media-section .media-item .media .media-body a:hover {
  color: #337ab7;
}

.media-section .media-item .media .media-body p time {
  color: #a0a3b7;

  display: block;

  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .media-item {
    width: 50%;
  }
}

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

    margin: 0;

    width: 100%;

    padding: 0 20px;
  }
}

/*8/2/2020*/

.docs-section {
  padding: 40px 0;
}

.views-exposed-form {
  margin-bottom: 20px;

  background-color: #fff;

  padding: 13px 10px;

  margin-left: -15px;

  margin-right: -15px;
}

.views-exposed-form label {
  margin-right: 10px;

  font-size: 14px;
}

.views-exposed-form .form-control {
  font-size: 14px;

  margin-top: 0;

  min-width: 255px;
}

.views-exposed-form .form-item + .form-item {
  margin-left: 15px;
}

.views-exposed-form .form-actions {
  margin-left: auto;

  width: 30%;
}

.views-exposed-form .form-actions .button {
  font-size: 14px;

  padding: 3px 12px;

  width: 100%;
}

.document-item a {
  color: #337ab7;
}

.media-section .media-center {
  display: flex;

  flex-wrap: wrap;

  margin: 0 -20px;
}

.right-widget {
  /*  box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.2);*/

  box-shadow: -3px 0px 2px -3px rgba(0, 0, 0, 0.2);

  padding: 10px 5px 30px 20px;

  border-radius: 0px;
}

.right-widget p {
  padding-bottom: 20px;

  margin-bottom: 5px;

  border-bottom: 1px solid #ccc;
}

.right-widget a {
  color: #000;
}

.container-fluid section.col-sm-12 {
  padding: 0 !important;
}

.region.region-content form#search-form {
  padding: 0 15px 0 0;

  max-width: 1110px;

  margin: 0 auto;
}

.region.region-content form#search-form a {
  color: #4150ba;

  display: inline-block;

  margin-bottom: 10px;

  font-weight: 600;

  font-size: 18px;

  text-transform: capitalize;
}

.region.region-content h2 {
  max-width: 1110px;

  margin: 0 auto;
}

.region.region-content ol {
  padding: 0;

  margin-top: 20px;
}

.region.region-content ol li {
  list-style: none;

  margin-top: 15px;
}

.region.region-content ol li:last-child {
  padding-bottom: 40px;
}

.region.region-content ol li .container {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

  padding: 20px 20px 30px 20px;

  background: #fff;
}

.region.region-content h3 a {
  color: #4150ba;
}

.region.region-content ol li p {
  font-size: 14px;

  line-height: 24px;

  margin-bottom: 15px;
}

.single-details-section .field--label {
  font-weight: bold;

  font-size: 15px;

  position: relative;

  display: inline-block;
}

.single-details-section .field--label:after {
  content: ":";

  position: absolute;

  top: 0;

  right: -10px;
}

.single-details-section .field--items {
  display: inline-block;

  margin-left: 10px;
}

.single-details-section .field--items .field--item {
  display: inline-block;

  padding: 5px 15px !important;

  margin-left: 10px;

  background-color: #ffffff;

  border-radius: 5px;

  text-transform: uppercase;

  font-size: 13px;

  cursor: pointer;

  border: 1px solid #e1dfdf;

  min-width: 120px;

  text-align: center;
}

.single-details-section .field--items .field--item:hover {
  box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
}

.view-de-at-work {
  position: relative;
}

.view-de-at-work .more-link.form-group {
  position: absolute;

  top: -50px;

  right: 15px;
}

.view-de-at-work .more-link.form-group a {
  color: #000;

  font-size: 15px;

  text-transform: capitalize;

  padding: 4px 10px;

  text-decoration: none;
}

/*8/7/2020*/

.dm-modal-form form {
  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  /* font-size: 90px; */

  z-index: 9999;

  max-width: 1140px;

  width: 100%;

  padding: 0 15px;
}

.dm-modal-form form input#q {
  border: 0;

  font-size: 65px;

  font-weight: 300;

  background: transparent;

  color: #fff !important;

  border-radius: 0;

  border-bottom: 2px solid #fff6;

  width: 100%;

  transition: all 0.5s ease;
}

.dm-modal-form form input::placeholder {
  color: #fff;

  opacity: 1;
}

.dm-modal-form form input:-ms-input-placeholder {
  color: #fff;
}

.dm-modal-form form input::-ms-input-placeholder {
  color: #fff;
}

.dm-modal-form input#q:focus {
  outline: none;

  border-bottom: 3px solid #fff;
}

.dm-modal-form form button {
  border: 0;

  background: transparent;

  position: absolute;

  right: 15px;

  top: 35%;

  transform: translateY(-50%);

  font-size: 50px;

  padding: 0;
}

.dm-modal-form form button:before {
  width: 26px;

  height: 30px;

  content: "";

  background: #f7d80b;

  display: inline-block;

  clip-path: polygon(0 0, 0 40%, 65% 50%, 0 60%, 0 100%, 100% 50%);
}

.dm-modal-search form button:focus {
  outline: none;
}

.dm-modal-search .dm-search-close:before {
  content: "X";

  position: fixed;

  top: 4%;

  left: auto;

  right: 2%;

  text-decoration: none;

  color: #fff;

  font-size: 30px;

  z-index: 9999999;
}

.region.region-content {
  background-color: #f6f6f9;
}

.region.region-content .inner-hero-content h3 a {
  color: #ffcc4d;
}

/*8/8/2020*/

.main-footer .footer-top ul.social-links {
  margin-top: 10px;
}

.main-footer .footer-top .social-links a {
  color: #ffffff;

  font-size: 25px;

  margin-right: 0;

  padding: 1px 10px;

  background: #000000;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  margin-bottom: 0;

  text-align: center;

  display: inline-block;

  transition: all 0.5s ease;
}

.main-footer .footer-top .social-links a:hover {
  color: #3c3c3c;

  background: #efcf03;
}

.main-footer .footer-top .social-links li {
  margin-right: 10px;
}

section.bg-grey > .c2a1 {
  position: relative;

  padding: 50px 0 !important;
}

section.bg-grey > .c2a1:before {
  content: "";

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: #000000b5;

  left: 0;
}

.c2a1 h2 {
  font-size: 50px;

  margin-bottom: 25px !important;

  font-weight: 800 !important;
}

.c2a1 p {
  opacity: 1 !important;
}

.c2a1 a.btn {
  border-radius: 3px;

  font-size: 1.5rem;

  font-weight: 600;

  background-color: #ffcc4d;

  color: #000 !important;

  padding: 13px 20px;
}

.c2a1 a.btn:hover {
  background-color: #dc9d02;

  color: #fff !important;
}

@media (max-width: 767px) and (min-width: 320px) {
  .main-header a.logo {
    max-width: 280px;
  }

  .main-header .navbar-toggler {
    position: absolute;

    right: 10px;

    top: 15px;
  }

  .main-header .navbar {
    min-height: unset;

    margin-bottom: 10px;
  }

  .section-hero .inner-hero-content h1 {
    font-size: 3.083rem;

    margin-bottom: 20px;
  }

  .section-hero .inner-hero-content p {
    font-size: 1.5rem;
  }

  .views-exposed-form .form-item + .form-item {
    margin-left: 0;
  }

  .views-exposed-form .form-actions {
    margin-left: 0;

    width: auto;

    margin-top: 10px;
  }

  .footer-bottom .d-flex .col-lg-6 {
    padding: 0;
  }

  .main-footer .footer-bottom ul {
    flex-wrap: nowrap;
  }

  .view-de-at-work .view-content {
    padding-top: 20px;
  }

  .view-de-at-work .more-link.form-group {
    position: absolute;

    top: -20px;

    right: auto;

    left: 10px;
  }

  .at-work-section .card.simple-card {
    margin-bottom: 25px;
  }

  .views-exposed-form label {
    display: block;
  }

  .single-details-section .field--items {
    margin-left: 0;

    margin-top: 15px;
  }

  .single-details-section .field--items .field--item {
    margin-bottom: 15px;
  }

  .dm-modal-form form input#q {
    font-size: 30px;
  }

  .dm-modal-form form button {
    right: 15px;

    top: 32%;
  }

  .dm-modal-form form button:before {
    width: 22px;

    height: 24px;
  }

  .dm-modal-search .dm-search-close:before {
    right: 8%;
  }

  .navbar > ul.navbar-nav {
    flex-direction: row;

    justify-content: flex-start;

    align-items: center;

    width: 100%;

    margin: 0 auto;
  }

  .navbar-collapse.show ~ .navbar-nav {
    justify-content: center;
  }

  .navbar > ul.navbar-nav li.nav-item {
    width: 20%;
  }

  .navbar > ul.navbar-nav li.nav-item a.nav-link {
    text-align: center;
  }

  .form-item.js-form-item {
    display: block;

    width: 100%;
  }

  .form-item.js-form-item label.control-label {
    margin-bottom: 10px;
  }

  .form-item.js-form-item input {
    margin-bottom: 10px;
  }

  .form-item.js-form-item input,
  .form-item.js-form-item select {
    min-width: 300px;

    max-width: 300px;

    width: 100%;
  }

  .region.region-content form#search-form {
    padding: 0 15px;

    max-width: 540px;

    width: 100%;

    margin: 0 auto;
  }

  .region.region-content h2 {
    max-width: 540px;

    margin: 0 auto;
  }

  .main-footer .footer-top ul.social-links {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .main-header ul.menu.menu--main.nav.navbar-nav {
    justify-content: flex-start;
  }

  .main-header .nav > li > a {
    font-size: 14px;

    padding-left: 7px;

    padding-right: 6px;
  }

  .navbar > ul.navbar-nav {
    flex-direction: row;

    justify-content: flex-start;

    align-items: center;

    width: 100%;

    margin: 0 auto;
  }

  .navbar > ul.navbar-nav li.nav-item {
    width: 20%;
  }

  .navbar > ul.navbar-nav li.nav-item a.nav-link {
    text-align: center;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .main-header .navbar-toggler {
    position: absolute;

    right: 10px;

    top: 15px;
  }

  .form-item.js-form-item {
    display: block;

    width: 100%;

    margin: 0 !important;
  }

  .form-item.js-form-item label.control-label {
    margin-bottom: 10px;

    justify-content: left;
  }

  .form-item.js-form-item input,
  .form-item.js-form-item select {
    min-width: 300px;

    max-width: 300px;

    width: 100%;

    margin-bottom: 15px;
  }

  .views-exposed-form .form-actions {
    margin-left: 0;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .main-header ul.menu.menu--main.nav.navbar-nav {
    justify-content: flex-start;
  }

  .main-header .nav > li > a {
    font-size: 14px;

    padding-left: 7px;

    padding-right: 6px;
  }

  .form-item.js-form-item {
    display: block;

    width: 100%;

    margin: 0 !important;
  }

  .form-item.js-form-item label.control-label {
    margin-bottom: 10px;

    justify-content: left;
  }

  .form-item.js-form-item input,
  .form-item.js-form-item select {
    min-width: 300px;

    max-width: 300px;

    width: 100%;

    margin-bottom: 15px;
  }

  .views-exposed-form .form-actions {
    margin-left: 0;
  }
}

/************ Edit By Dev **********/

.main-header .navbar {
  box-shadow: none;
  background: none !important;
}

section.operators-listing-sections {
  padding: 50px 0;
}

section.operators-listing-sections .viewsreference--view-title {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e4e4e4;
}

section.operators-listing-sections .view-operators .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 40px;
}

section.operators-listing-sections .view-operators .view-content .row.info-box {
  margin: 0 !important;
  border-radius: 15px;
  box-shadow: 0 10px 16px -7px rgb(0 0 0 / 8%),
    -2px 2px 0 2px rgb(15 181 5 / 42%), 2px -2px 0 2px rgb(41 120 218 / 42%);
  border: 1px solid #eaeaea;
  display: block !important;
  transition: all 0.5s;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  > * {
  width: 100%;
  max-width: 100%;
  flex: 100%;
  padding: 0;
  text-align: center;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  h4
  a
  img {
  width: auto;
  height: 90px;
  margin: auto;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  .col-lg-3 {
  margin: 0 0 10px 0;
  line-height: normal;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  p.date {
  margin: 0 0 13px 0;
  padding: 10px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  .col-lg-3
  * {
  padding: 0;
  margin-bottom: 0 !important;
  line-height: normal;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  h1.card-title {
  margin: 0;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box
  h1.card-title
  a {
  font-size: 20px;
  line-height: normal;
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #464545;
}

section.operators-listing-sections
  .view-operators
  .view-content
  .row.info-box:hover {
  box-shadow: 0 30px 46px -27px rgb(0 0 0 / 19%),
    -2px 2px 0 2px rgb(15 181 5 / 42%), 2px -2px 0 2px rgb(41 120 218 / 42%);
}

.single-details-section {
  padding: 60px 0 55px;
}

.subPageSectionTitle h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

section.single-details-section p:last-child {
  margin: 0;
}

.single-operator .field.field--name-field-logo {
  padding: 14px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f6f6f6;
  box-shadow: -2px 2px 0 2px rgb(15 181 5), 2px -2px 0 2px rgb(41 120 218);
}

.single-operator .single-details-img {
  margin: 0;
}

.single-operator .right-widget {
  padding: 0 0 0 4px;
  box-shadow: none;
}

img {
  max-width: 100%;
}

.view-header {
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
}

.media-section .media-item .media {
  height: 100%;
  border-radius: 15px;
  padding: 0 20px 60px;
  box-shadow: none;
  overflow: visible;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 10px 20px -17px rgb(0 0 0 / 29%);
  transition: all 0.5s;
  position: relative;
}

.media-section .media-item .media > a {
  border-radius: 15px;
  overflow: hidden;
  margin-top: -70px;
}

.media-section .media-item {
  margin-top: 70px !important;
  margin-bottom: 40px !important;
}

.media-section .view-content {
  margin-top: 30px;
}

.media-section .media-item .media:hover {
  box-shadow: 0 30px 40px -37px rgb(0 0 0 / 27%);
}

.media-section .media-item .media .media-body {
  padding: 20px 0 0 0 !important;
  height: auto;
}

.media-section .media-item .media .media-body h2 a {
  font-weight: 600;
  font-size: 17px;

  color: #000000;
}

.media-section .media-item .media .media-body p time {
  margin: 12px 0 13px 0;
  padding: 10px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: normal;
}

.media-section .media-item .media .media-body > a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 15px;
  background: #000000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 17px;
  font-weight: bold;
  color: #fff !important;
  transition: all 0.5s;
}

.media-section .media-item .media:hover .media-body > a {
  background: #218e6e;
}

section.docs-section form.views-exposed-form {
  margin: 0 0 30px 0;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0 0 30px -18px rgb(15 100 255 / 38%);
}

section.docs-section form.views-exposed-form .form--inline {
  justify-content: center;
}

section.docs-section form.views-exposed-form .form--inline div#edit-actions {
  width: auto;
  margin: 0;
}

section.docs-section form.views-exposed-form .form--inline label.control-label {
  font-size: 14px;
  font-weight: 600;
}

section.docs-section form.views-exposed-form .form--inline input,
section.docs-section form.views-exposed-form .form--inline select {
  height: 43px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 0;
}

section.docs-section form.views-exposed-form button {
  margin: 0 0 0 10px;
  height: 43px;
  flex-shrink: 0;
  padding: 0px 28px !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.views-exposed-form {
  margin: 0 0 30px 0;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0 0 30px -18px rgb(15 100 255 / 38%);
}

form.views-exposed-form .form--inline {
  justify-content: center;
}

form.views-exposed-form .form--inline div#edit-actions {
  width: auto;
  margin: 0;
}

form.views-exposed-form .form--inline label.control-label {
  font-size: 14px;
  font-weight: 600;
}

form.views-exposed-form .form--inline input,
form.views-exposed-form .form--inline select {
  height: 43px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 0;
}

form.views-exposed-form button {
  margin: 0 0 0 10px;
  height: 43px;
  flex-shrink: 0;
  padding: 0px 28px !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.docs-section .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  grid-row-gap: 30px;
}

section.docs-section .view-content .row.info-box {
  margin: 40px 0 0 0 !important;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  align-items: unset !important;
  display: block !important;
}

section.docs-section .view-content .row.info-box > * {
  width: 100%;
  flex: auto;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

section.docs-section .view-content .row.info-box > div > i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #3ea800;
  margin-top: 0 !important;
  background: #fff;
  margin: 0 !important;
}

section.docs-section .view-content .row.info-box .col-lg-1 {
  margin-top: -59px !important;
  margin-bottom: 20px;
  line-height: normal;
  display: block !important;
}

section.docs-section .view-content .row.info-box:before,
section.docs-section .view-content .row.info-box:after {
  display: none;
}

section.docs-section .view-content .row.info-box p.date {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #565656;
}

section.docs-section .view-content .row.info-box h1.card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

section.docs-section .view-content .row.info-box h1.card-title * {
  text-decoration: none;
  color: #000000;
}

.contact-us-details {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 20px 30px 20px;
  background: #fff;
}

.grievance-form-section .grievance-form {
  background: #fff;
  border: 1px solid #ccc;
}

.grievance-form-section .form-group .form-item.js-form-item.form-type-textarea {
  margin: 0 !important;
}

.grievance-form-section .form-group .form-item {
  margin: 0 !important;
}

ul.pagination {
  padding: 15px;
  /*border: 1px solid #eaeaea;*/
  background: #fff;
  border-radius: 15px;
  /*box-shadow: 0 0 28px -16px rgb(77 201 0 / 88%);*/
}

ul.pagination * {
  font-size: 14px !important;
  font-weight: 600;
}

div#scroll-to-top {
  background: #000000;
}

section.single-details-section .addthis_inline_share_toolbox {
  padding: 10px 10px 6px;
  background: #fff;
  border: 1px solid #f0f0f0;
  margin: 0 0 20px 0;
  border-radius: 10px;
}

section.single-details-section ol,
section.single-details-section ul {
  padding: 0 0 0 40px !important;
}

section.single-details-section ol li,
section.single-details-section ul li {
  list-style-type: circle !important;
  padding: 0 0 0 0 !important;
  font-size: 16px;
  line-height: 35px;
}

.bg-grey.topbar_header {
  padding: 6px 0;
}

.bg-grey.topbar_header .container > div {
  margin: 0 !important;
}

.bg-grey.topbar_header .container > div * {
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.bg-grey.topbar_header .container > div {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.bg-grey.topbar_header .container ul.social-links {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.bg-grey.topbar_header .container ul.social-links li a i {
  font-weight: normal;
  font-size: 18px;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #211fac;
}

.bg-grey.topbar_header .container ul.social-links li:not(:last-child) {
  margin: 0 10px 0 0;
}

.bg-grey.topbar_header .container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 90%;
}

.bg-grey.topbar_header .container:after,
.bg-grey.topbar_header .container:before {
  display: none;
}

.bg-grey.topbar_header {
  background: #262626;
}

.bg-grey.topbar_header .container > div address {
  margin: 0 0 0 14px;
}

section.procurement-notices-section {
  padding: 50px 0;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  grid-row-gap: 20px;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box {
  padding: 0;
  margin: 0;
  border-radius: 15px;
  margin: 0 !important;
  padding: 20px !important;
  text-align: center;
  display: block !important;
  box-shadow: 0 0 20px -12px rgb(0 29 234 / 82%);
  transition: linear 0.7s;
  position: relative;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  > div {
  padding: 0;
  flex: 100%;
  max-width: 100%;
  height: auto;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  h4 {
  font-size: 21px;
  font-weight: 500;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  p.date {
  margin: 10px 0 15px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: 500;
  color: #606060;
  font-style: normal;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  p.date
  > time {
  position: relative;
  padding: 0 0 0 20px;
  width: 100%;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  p.date
  time
  i {
  position: absolute;
  left: 0;
  top: 0;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  h1.card-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 14px 0;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  h1.card-title
  * {
  color: #1f2656;
  text-decoration: none;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box
  p {
  font-size: 13px;
  font-style: italic;
  color: #5a5a5a;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box:hover {
  box-shadow: 0px 20px 60px -38px rgb(0 29 234 / 82%);
}

ul.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin: 30px 0 20px 0;
}

ul.pager li a {
  padding: 0;
  border: none;
  background: none !important;
}

ul.pager li a span.sr-only {
  clip: auto;
  position: static;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #1645b9;
  margin: 0 7px 0 0;
}

ul.pager li a span {
  font-size: 15px;
  font-weight: bold;
  color: #1645b9;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box:hover {
  background: #000000;
}

section.procurement-notices-section
  .view.view-procurement-notices
  .view-content
  .row.info-box:hover
  * {
  color: #fff !important;
}

section.procurement-notices-section .viewsreference--view-title {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 20px 0;
}

.views-exposed-form {
  margin: 0 0 30px 0;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  box-shadow: 6px 6px 0 -1px rgb(255 255 255), 10px 10px 0 -1px rgb(37 187 10);
  padding: 20px 10px;
}

.views-exposed-form button {
  background: #000000;
  font-weight: bold;
}

.single-details-section .field.field--name-field-tags {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.single-details-section .field.field--name-field-tags .field--item {
  min-width: auto;
  background: #42c30d;
  color: #fff;
  border: none;
  padding: 2px 7px !important;
  border-radius: 100px;
  font-weight: 600;
}

.dm-search-overlay {
/*  background: hsl(213deg 71% 51% / 91%);*/
  background: hsla(0, 0%, 7.5%, 0.91);
}

section.video-section {
  padding: 50px 0;
}

section.video-section .section-heading {
  display: none;
}

section.video-section .view.view-videos .view-content {
  display: flex;
  flex-flow: wrap;
}

section.video-section .view.view-videos .view-content .media-item {
  width: 33.333%;
  margin-bottom: 30px !important;
  height: auto;
  padding: 0 15px;
  margin-top: 80px !important;
}

section.video-section
  .view.view-videos
  .view-content
  .media-item
  .video-embed-field-lazy {
  border-radius: 15px !important;
  overflow: hidden;
  margin-top: -80px;
  display: inline-block;
  width: 100%;
}

section.video-section .view.view-videos .view-content .media-item .media {
  overflow: visible;
  display: block;
}

section.video-section .view.view-videos .view-content .media-item .media {
  height: 100%;
  padding: 0 20px 30px;
  border-radius: 15px;
}

section.video-section .view.view-videos .view-content .media-item .media h2 a {
  font-weight: 600;
  font-size: 17px;
  color: #1f2656;
}

section.video-section .view.view-videos .view-content .media-item .media time {
  margin: 12px 0 13px 0;
  padding: 10px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: normal;
  color: #a0a3b7;
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
}

section.video-section .view.view-videos .view-content .media-item .media p {
  font-size: 14px;
}

section.video-section .view.view-videos .view-content .media-item .media {
  font-size: 14px;
}

section.video-section
  .view.view-videos
  .view-content
  .media-item
  .video-embed-field-lazy
  button {
  border: none;
}

section.video-section .view.view-videos .view-content .media-item .media {
  border: 1px solid #d8d8d8;
  transition: linear 0.5s;
}

section.video-section .view.view-videos .view-content .media-item .media:hover {
  box-shadow: 0 0 60px -30px rgb(0 56 183 / 50%);
}

section.video-section .view.view-videos .view-content .media-item .media:hover {
  background: #000000 !important;
}

section.video-section
  .view.view-videos
  .view-content
  .media-item
  .media:hover
  * {
  color: #fff !important;
}

section.single-details-section .video-format {
  margin: 0 0 30px 0;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper {
  background: #fff;
  padding: 20px 20px 20px 30px;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px -17px rgb(8 51 129 / 72%);
  position: relative;
  overflow: hidden;
}

.view.view-taxonomy-term .view-content .views-row section.taxonomy-teaser {
  margin: 0 0 15px 0;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper
  a {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 17px;
  color: #1f2656;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper
  .content-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper
  h4 {
  font-size: 14px;
}

.region.region-content form#search-form {
  display: none;
}

.region.region-content form#search-form {
  display: none;
}

body.path-search ol li .container {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px -17px rgb(8 51 129 / 72%);
  position: relative;
  padding: 20px 20px 30px 30px !important;
  overflow: hidden;
}

body.path-search ol li .container a {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 17px;
  color: #1f2656;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
}

body.path-search ol li .container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

body.path-search ol li .container p:last-child {
  margin: 0;
}

body.path-search ol li .container:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 11px;
  background: #0452a2;
  top: 0;
  transition: all 0.5s;
}

body.path-search ol li .container:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 0;
  background: #0452a2;
  top: 0;
  transition: ease-in-out 0.9s;
}

body.path-search ol li .container:hover:after {
  width: 100%; /* border-radius: 0; */
  left: 0;
  right: auto;
}

body.path-search ol li .container > * {
  position: relative;
  z-index: 1;
}

body.path-search ol li .container:hover > * {
  color: #fff !important;
}

body.path-search ol li .container:hover a {
  color: #fff;
}

body.path-search ol li .container:hover:before {
  background: #71d800;
  z-index: 1;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 0;
  background: #0452a2;
  top: 0;
  transition: ease-in-out 0.9s;
  transition-delay: 100ms;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 11px;
  background: #0452a2;
  top: 0;
  transition: all 0.5s;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper:hover:before {
  background: #71d800;
  z-index: 1;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper:hover:after {
  width: 100%; /* border-radius: 0; */
  left: 0;
  right: auto;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper
  > * {
  position: relative;
  z-index: 1;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper:hover
  > * {
  color: #fff !important;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper:hover
  a {
  color: #fff;
}

.view.view-taxonomy-term
  .view-content
  .views-row
  section.taxonomy-teaser
  .box_wrapper
  * {
  transition: all 0.3s;
  transition-delay: 10ms;
}

.main-timeline-2 {
  position: relative;
  z-index: 1;
}

.main-timeline-2:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #003f5b;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.main-timeline-2 .timeline-2 {
  margin-bottom: 30px;
  position: relative;
}

.main-timeline-2 .timeline-2:before,
.main-timeline-2 .timeline-2:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline-2 .timeline-content {
  width: 48%;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
}

.main-timeline-2 .timeline-icon {
  width: 16px;
  height: 10px;
  background: #ff9420;
  margin: 0 auto;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-timeline-2 .timeline-icon:before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #ff9420;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -4px;
  left: 0;
}

.main-timeline-2 .timeline-icon:after {
  content: "";
  border-top: 4px solid #ff9420;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.main-timeline-2 .date {
  display: inline-block;
  padding: 2px 5px;
  background: #ff9420;
  font-size: 36px;
  color: #fff;
  border-top: 4px solid #000000;
}

.main-timeline-2 .timeline-content .date {
  margin-right: -4px;
}

.main-timeline-2 .timeline-2:nth-child(2n) .timeline-content .date,
.main-timeline-2 .timeline-content.right .date {
  margin-left: -4px;
  margin-right: auto;
}

.main-timeline-2 .title {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  color: #000000;
}

.main-timeline-2 .description {
  padding: 20px;
  background: rgb(254, 254, 254);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #003f5b;
}

.main-timeline-2 .timeline-content {
  text-align: right;
}

.main-timeline-2 .timeline-2:nth-child(2n) .timeline-content,
.main-timeline-2 .timeline-content.right {
  float: right;
  text-align: left;
}

.main-timeline-2 .timeline-content .title {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.main-timeline-2 .timeline-2:nth-child(2n) .timeline-content .title,
.main-timeline-2 .timeline-content.right .title {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

section.timeline {
  padding: 50px 0;
}

section.timeline .timeline-2 .timeline-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: -10px 11px 0 -2px rgb(246 246 249), -18px 19px 0 -3px #000000;
}

section.timeline .timeline-2 .timeline-content span.date {
  width: 100%;
  margin-left: -20px !important;
  display: inherit;
  margin-right: -20px !important;
  width: auto;
  border: none;
  line-height: normal;
  padding: 5px 20px;
  margin-bottom: 20px !important;
  background: #febf39;
  font-weight: 500;
}

.main-timeline-2 .timeline-content .title {
  box-shadow: none !important;
}

.main-timeline-2 .description {
  box-shadow: none;
}

.main-timeline-2 .timeline-2:nth-child(2n) .timeline-content {
  box-shadow: 10px -11px 0 -2px rgb(246 246 249), 18px -19px 0 -3px #000000;
}

.main-timeline-2 .timeline-icon {
  background: #000000 !important;
}

.main-timeline-2 .timeline-icon:before {
  border-bottom-color: #000000 !important;
}

.main-timeline-2 .timeline-icon:after {
  border-top-color: #000000 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000000;
  border-color: #000000;
}

section.section.section-hero a.btn.btn-lg.btn-white {
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #ffcc4d;
  padding: 13px 20px;
  color: #000;
}

section.section.section-hero .btn.btn-yellow {
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 13px 20px;
  color: #000;
}

section.section.section-hero .btn.btn-yellow i {
  margin: 0 10px 0 0;
}

section.title_wrapper {
  padding-top: 60px;
  margin: 0 0 40px 0;
}

section.title_wrapper h2 {
  color: #000000;
  font-weight: 800;
  position: relative;
  padding: 0 0 8px 0;
	font-size: 2.5rem
}

section.title_wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 1px;
  border-bottom: 3px solid #218e6e;
  left: 0;
}

section.oil-map-info-section .box_wrapper {
  background: #fff url("../images/maplines.png");
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 100%;
}

section.oil-map-info-section .box_wrapper h2 {
  font-size: 25px;
  font-weight: bold;
  color: #666666;
  margin: 0 0 30px 0;
}

section.oil-map-info-section .box_wrapper .button_wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 40px;
}

section.oil-map-info-section .box_wrapper .button_wrapper a.btn {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  padding: 15px 20px;
  border-radius: 3px;
}

section.oil-map-info-section
  .box_wrapper
  .button_wrapper
  a.btn:not(:last-child) {
  margin: 0 20px 0 0;
}

section.oil-map-info-section .box_wrapper .button_wrapper a.btn i {
  margin: 0 0 0 13px;
}

section.oil-map-info-section .oil_map_info .box_wrapper > h3 {
  font-weight: 800;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.5px;
  margin: 0 0 14px 0;
  line-height: normal;
}

section.oil-map-info-section .oil_map_info .box_wrapper .table_content p {
  font-size: 13px;
  line-height: normal;
  margin: 0 0 13px 0;
}

.oil_blocktable table {
  width: 100%;
  background: #fff;
}

.oil_blocktable table thead {
  background: #218e6e;
  color: #fff;
}

.oil_blocktable table thead th {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #aeaeae;
  padding: 8px 7px;
}

.oil_blocktable table tbody tr td {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #aeaeae;
  padding: 8px 7px;
}

.oil_blocktable table tbody tr:nth-child(even) {
  background: #ececec;
}

.oil_blocktable table tfoot tr th {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #aeaeae;
  padding: 8px 7px;
  color: #218e6e;
}

.oil_blocktable table thead tr:first-child th:first-child {
  text-align: left;
}

.oil_blocktable table tbody tr td:first-child {
  text-align: left;
}

.oil_blocktable table tfoot tr th:first-child {
  text-align: left;
}

section.active--licenced-table {
  padding: 50px 0 70px 0;
}

section.active--licenced-table
  .oil_blocktable
  table
  thead
  tr:first-child
  th:first-child {
  text-align: center;
}

section.active--licenced-table .oil_blocktable table tbody tr td:first-child {
  text-align: right;
}

section.active--licenced-table .button_wrapper {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 30px 0 0 0;
}

section.active--licenced-table .button_wrapper a.btn {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  padding: 15px 20px;
  border-radius: 3px;
}

section.active--licenced-table .button_wrapper a.btn i {
  margin: 0 0 0 13px;
}

section.active--licenced-table .oil_blocktable table tbody tr.yellow-color {
  background: #ffffff;
}

section.active--licenced-table
  .oil_blocktable
  table
  tbody
  tr.yellow-color
  td:first-child {
  font-style: italic;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section {
  margin-top: 80px;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .number_wrapper
  h4 {
  font-weight: 800;
  color: #222222;
  margin: 0 0 10px 0;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .number_wrapper
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .number_wrapper
  ul
  li {
  padding: 0 15px;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .number_wrapper
  ul
  li
  h3 {
  font-size: 38px;
  font-weight: 100;
  color: #218e6e;
  line-height: normal;
  text-align: center;
  margin: 0;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .number_wrapper
  ul
  li
  span {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #808080;
  line-height: normal;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .number_wrapper
  ul
  li {
  border-right: 1.5px solid #ccc;
  width:137px;
}



section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .books_wrapper {
  border: 1.5px dashed #218e6e;
  text-align: center;
  height: 100%;
  padding: 11px 15px;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .books_wrapper
  p {
  font-size: 15px;
  color: #218e6e;
  margin: 0;
}

section.oil-map-info-section
  .oil_map_info
  .box_wrapper
  .by_number_book_section
  .books_wrapper
  h3 {
  font-size: 68px;
  line-height: 60px;
  margin: 0;
  color: #218e6e;
}

.progress {
  width: 130px;
  height: 130px;
  background: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  box-shadow: none;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 25px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

section.oil-map-info-section .oil_map_info .box_wrapper .progress_bar_wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 0 90px 0;
}

.progres__wrapper .h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800 !important;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  border-color: #000 !important;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  border-width: 25px;
 /* border-color: #218e6e !important;  */
  border-color: #626461 !important; 
}

.progres__wrapper > span {
  display: block;
  text-align: center;
  font-size: 13px;
}

.progres__wrapper .progress {
  margin: 0 0 10px 0;
}

section.oil-map-info-section .oil_map_info .box_wrapper .oil_blocktable {
  overflow-y: auto;
}

section.active--licenced-table .oil_blocktable {
  overflow-y: auto;
}

.panel-group .panel {
  border: 0px none;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid #676767;
}

.panel-heading {
  padding: 0;
}

.panel-default > .panel-heading {
  color: #7a4b94;
}

.panel-title {
  position: relative;
}

.panel-title > a {
  display: block;
  padding: 11px 35px;
  background: #fff;
  font-weight: 600;
}

.panel-title > a:hover,
.panel-title > a:focus {
  text-decoration: none;
  outline: none;
}

.panel-title a:before {
  content: "\f068";
  font-family: "FontAwesome"; /*font-family: "Font Awesome 4 Free";*/
  font-weight: 900;
  margin-right: 10px;
  color: #7a4b94;
  position: absolute;
  left: 10px;
  top: 11px;
}

.panel-title .collapsed:before {
  content: "\f067";
}

.panel-title a.collapsed {
  color: #1f2656;
  font-weight: normal;
}

.panel-body {
  color: #727272;
  padding: 5px 10px 30px;
  line-height: 23px;
  letter-spacing: 1px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px none;
}

.panel-group h4.panel-title {
  margin: 0;
  padding: 0;
}

.panel-group .panel {
  border: 1px solid #dcdcdc;
  margin: 0 0 13px 0 !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px -19px rgb(0 114 255 / 84%);
}

.panel-title > a {
  font-size: 17px;
  color: #1f2656;
}

.panel-title > a {
  background: #000000;
  color: #fff;
}

.panel-title > a:before {
  color: #fff;
}

.panel-title a.collapsed {
  background: #fff;
}

.panel-title a.collapsed:before {
  color: #1f2656;
}

.panel-title a:before {
  font-weight: normal;
}

.panel-body {
  padding: 13px 15px;
}

.panel-body * {
  letter-spacing: 0;
  color: #060923;
  font-size: 14px;
  line-height: 21px;
}

.view.view-glossary .view.view-glossary .view-content {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: center;
  padding: 10px 50px;
  background: #f0f0f0;
  margin: 0 0 30px 0;
}

.accordion_panel-section {
  width: 100%;
  padding: 20px 0 40px 0;
}

.view.view-glossary .view-content span {
  padding: 3px 14px;
  background: #000000;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 2px;
  transition: linear 0.5s;
  cursor: pointer;
}

.view.view-glossary .view-content span * {
  color: #fff;
}

.view.view-glossary .view-content span:hover {
  background: #218e6e;
}

.single-details-section .field.field--name-field-tags .field--item a {
  color: #fff;
}

.single-details-section .field.field--name-field-tags .field--item {
  background: #000000;
  transition: linear 0.5s;
}

.single-details-section .field.field--name-field-tags .field--item a {
  color: #fff;
  text-transform: capitalize;
  padding: 2px 10px;
  display: block;
}

.single-details-section .field.field--name-field-tags .field--item:hover {
  background: #218e6e;
}

.single-details-section .field.field--name-field-tags .field--item:hover a {
  color: #fff;
}

.panel-title > a:hover {
  background: #218e6e;
  color: #fff;
}

.panel-title > a:hover:before {
  color: #fff;
}

.panel-title > a {
  transition: all 0.5s;
}

.right-widget {
  background: #fff !important;
  border: 2px solid #ececec !important;
  box-shadow: 0 0 50px -30px rgb(5 30 151 / 61%) !important;
  padding: 20px !important;
  border-style: solid !important;
}

.right-widget ul.listing_row {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

section.single-details-section .right-widget ul.listing_row li {
  list-style: none !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #dfdfdf !important;
  line-height: normal !important;
}

section.single-details-section .right-widget ul.listing_row li:last-child {
  border-bottom: none !important;
}

.right-widget ul.listing_row li .rel_doc ul {
  padding: 13px 0 0 0 !important;
}

.right-widget ul.listing_row li .rel_doc ul a.btn {
  width: 100%;
  margin: 0 !important;
  background: #000000;

  color: #fff;
  transition: background cubic-bezier(0.55, -0.3, 0.31, 1.18) 0.5s;
}

.right-widget ul.listing_row li .rel_doc ul a.btn:not(:last-child) {
  margin: 0 0 10px 0 !important;
}

.right-widget ul.listing_row li .rel_doc ul a.btn:hover {
  background: #218e6e;
}

.subPageSectionTitle h3 {
  color: #000000;
}

.subPageSectionTitle h3::after {
  background-color: #ffcc4d;
}

.region.region-content .inner-hero-content h3 a {
  color: #ffffff;
}

.region.region-content .inner-hero-content-wide h3 a {
  color: #ffffff;
}

.sub-hero-section,
section.section.section-hero {
  min-height: auto;
  padding: 61px 0;
}

a {
  color: #000000;
}

.container-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 0 60px 0;
}


.container-boxes .info-box {
  margin: 40px 0 0 0 !important;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  align-items: unset !important;
  display: block !important;
}

.container-boxes .info-box > * {
  width: 100%;
  flex: auto;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.container-boxes .info-box .col-lg-1 {
  margin-top: -59px !important;
  margin-bottom: 20px;
  line-height: normal;
  display: block !important;
}

.container-boxes .info-box .col-lg-1 i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #3ea800;
  margin-top: 0 !important;
  background: #fff;
  margin: 0 !important;
}

.container-boxes .info-box p.date {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #565656;
}

.container-boxes .info-box p.ref_number {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.container-boxes .info-box h2.card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.container-boxes .info-box h2.card-title a {
  text-decoration: none !important;
}


.container-boxes-charts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 0 60px 0;
}

.container-boxes-charts .info-box {
  margin: 40px 0 0 0 !important;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  align-items: unset !important;
  display: block !important;
}

.container-boxes-charts .info-box > * {
  width: 100%;
  flex: auto;
  max-width: 60%;
  padding: 0;
  text-align: center;
}

.container-boxes-charts .info-box .col-lg-1 {
  margin-top: -59px !important;
  margin-bottom: 20px;
  line-height: normal;
  display: block !important;
}

.container-boxes-charts .info-box .col-lg-1 i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #3ea800;
  margin-top: 0 !important;
  background: #fff;
  margin: 0 !important;
}

.container-boxes-charts .info-box p.date {
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #565656;
}

.container-boxes-charts .info-box p.ref_number {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.container-boxes-charts .info-box h2.card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.container-boxes-charts .info-box h2.card-title a {
  text-decoration: none !important;
}

/**************** Responsive design css *********/

@media (max-width: 1199px) {
  form.views-exposed-form button {
    margin: 20px 0 0 0;
  }

  section.video-section .view.view-videos .view-content .media-item {
    width: 50%;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section {
    justify-content: center;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section
    .number_wrapper {
    margin: 0 0 27px 0;
  }
}

@media (max-width: 1024px) {
  .form-item.js-form-item {
    width: auto;
    margin: 0 13px 0 0 !important;
  }
}

@media (max-width: 991px) {
  section.operators-listing-sections .view-operators .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  form.views-exposed-form button {
    margin: 0 0 0 0;
  }

  section.docs-section .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  header.main-header {
    position: relative;
  }

  header.main-header .container {
    max-width: 100%;
  }

  header.main-header .container .region.region-header nav.navbar {
    width: auto;
  }

  header.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header.main-header .container:before,
  header.main-header .container:after {
    display: none;
  }

  .main-header .navbar {
    width: auto;
    display: flex;
    align-items: center;
    position: static;
  }

  .main-header .navbar button.navbar-toggler {
    position: static;
    order: 2;
    -webkit-order: 2;
    margin: 0 0 0 20px;
  }

  .main-header .navbar ul.navbar-nav {
    width: auto;
  }

  .main-header .navbar ul.navbar-nav li {
    width: auto;
    position: relative;
  }

  .main-header .navbar ul.navbar-nav li:not(:last-child) {
    margin: 0 13px 0 0;
  }

  .main-header .navbar .dropdown .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
  }

  .main-header .navbar ul.navbar-nav {
    order: 1;
    -webkit-order: 1;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 999999;
    padding: 0;
  }

  .navbar-collapse ul.menu li {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  .navbar-collapse ul.menu li a {
    background: #28d002;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s;
  }

  .navbar-collapse ul.menu li a:hover,
  .navbar-collapse ul.menu li a:focus,
  .navbar-collapse ul.menu li a.is-active {
    background: #034ad5;
    color: #fff;
  }

  .main-timeline-2 .title {
    font-size: 21px;
    padding: 0;
  }

  .main-timeline-2 .description {
    padding: 0 0 20px 0;
    margin-top: 20px;
  }

  section.timeline .timeline-2 .timeline-content span.date {
    font-size: 27px;
  }

  section.oil-map-info-section .oil_map_info {
    margin-top: 30px;
  }

  section.oil-map-info-section .box_wrapper h2 {
    font-size: 18px;
    line-height: normal;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .progress_bar_wrapper {
    margin: 0 0 40px 0;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section {
    margin: 40px 0 0 0;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section
    .number_wrapper {
    margin: 0;
  }

  section.active--licenced-table {
    padding-top: 30px;
    padding: 0;
  }

  section.title_wrapper {
    padding-top: 40px;
    margin: 0 0 23px 0;
  }

  section.oil-map-info-section .box_wrapper .button_wrapper a.btn {
    padding: 10px 18px;
  }
}

@media (max-width: 980px) {
  .bg-grey.topbar_header .container > div {
    width: 100%;
    justify-content: center;
  }

  .bg-grey.topbar_header .container > div:not(:last-child) {
    margin: 0 0 11px 0 !important;
  }

  .bg-grey.topbar_header .container > div * {
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.operators-listing-sections
    .view-operators
    .view-content
    .row.info-box
    h4
    a
    img {
    height: 50px;
  }

  section.operators-listing-sections
    .view-operators
    .view-content
    .row.info-box {
    padding: 10px 15px;
  }

  section.operators-listing-sections
    .view-operators
    .view-content
    .row.info-box
    p.date
    > * {
    width: 100%;
    display: block;
    font-size: 14px;
  }

  section.operators-listing-sections
    .view-operators
    .view-content
    .row.info-box
    p.date {
    font-size: 0;
  }

  section.operators-listing-sections
    .view-operators
    .view-content
    .row.info-box
    p.date
    > *:not(:last-child) {
    margin: 0 0 8px 0;
  }

  form.views-exposed-form button {
    margin: 20px 0 0 0;
  }

  section.procurement-notices-section
    .view.view-procurement-notices
    .view-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-item.js-form-item input,
  .form-item.js-form-item select {
    max-width: 100%;
    min-width: 100%;
  }

  .form-item.js-form-item {
    width: 100%;
    margin: 0 !important;
  }

  .form-inline .select-wrapper {
    width: 100%;
  }

  section.video-section .view.view-videos .view-content .media-item {
    width: 100%;
  }

  .main-timeline-2:before {
    left: 0;
    margin: 0;
  }

  .main-timeline-2 .timeline-content {
    width: 90%;
    float: right;
  }

  .main-timeline-2 .timeline-icon {
    margin: 0;
    left: -6px;
  }

  .main-timeline-2 .timeline-content {
    text-align: left;
  }

  section.timeline .timeline-2 .timeline-content {
    margin: 0 0 20px 0;
  }

  section.timeline {
    padding: 30px 0;
  }

  .container-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .progress_bar_wrapper
    .progres__wrapper {
    width: 100%;
    text-align: center;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .progress_bar_wrapper
    .progres__wrapper
    .progress {
    margin: auto;
    margin-bottom: 16px;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .progress_bar_wrapper
    .progres__wrapper:not(:last-child) {
    margin: 0 0 30px 0;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section
    .number_wrapper {
    width: 100%;
    justify-content: center;
    margin: 0 0 20px 0;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section
    .books_wrapper
    h3 {
    font-size: 45px;
    line-height: normal;
  }

  section.oil-map-info-section .box_wrapper h2 {
    font-size: 16px;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section
    .number_wrapper
    h4 {
    text-align: center;
  }

  section.oil-map-info-section
    .oil_map_info
    .box_wrapper
    .by_number_book_section
    .number_wrapper
    ul {
    justify-content: center;
  }

  section.oil-map-info-section .box_wrapper .button_wrapper a.btn {
    width: 100%;
  }

  section.oil-map-info-section
    .box_wrapper
    .button_wrapper
    a.btn:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 550px) {
  section.operators-listing-sections .view-operators .view-content {
    grid-template-columns: repeat(1, 1fr);
  }

  section.docs-section .view-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 500px) {
  .main-timeline-2 .title {
    font-size: 18px;
  }

  section.timeline .timeline-2 .timeline-content span.date {
    font-size: 25px;
  }

  .container-boxes {
    grid-template-columns: repeat(1, 1fr);
  }

  .container-boxes .info-box h2.card-title {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .logo img {
    max-width: 270px;
  }
}

/* added by chris */

td,
td a {
  font-size: 13px;
}

th,
th a {
  font-size: 1.6em;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 12px;
}

.Guyana {
  position: relative;

  bottom: 120px;

  font-family: "Roboto", Helvetica, Arial;

  color: #ccc;
}

.Suriname {
  position: relative;

  right: 30px;

  float: right;

  bottom: 65px;

  font-family: "Roboto", Helvetica, Arial;

  color: #ccc;
}

.coastlineToggle {
  position: relative;
}

#CoastlineToggle {
  font-size: 14px;
}

.list-unstyled {
  list-style: none;

  list-style-type: none;
  font-size:12px
}

.main-timeline {
  font-family: "Roboto", sans-serif;

  padding: 20px 0;

  position: relative;
}

.main-timeline:before,
.main-timeline:after {
  content: "";

  height: 40px;

  width: 40px;

  background-color: #e7e7e7;

  border-radius: 50%;

  border: 10px solid #303334;

  transform: translateX(-50%);

  position: absolute;

  left: 50%;

  top: -15px;

  z-index: 2;
}

.main-timeline:after {
  top: auto;

  bottom: 15px;
}

.main-timeline .timeline {
  padding: 35px 0;

  margin-top: -30px;

  position: relative;

  z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";

  height: 100%;

  width: 50%;

  border-radius: 100px 0 0 100px;

  border: 15px solid #46b2bc;

  border-right: none;

  position: absolute;

  left: 0;

  top: 0;

  z-index: -1;
}

.main-timeline .timeline:after {
  height: calc(100% - 30px);

  width: calc(50% - 12px);

  border-color: #65c7d0;

  left: 12px;

  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-block;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #65c7d0;

  font-size: 50px;

  font-weight: 600;

  display: inline-block;

  transform: translateY(-50%);

  position: absolute;

  top: 50%;

  left: 10%;
}

.main-timeline .timeline-icon {
  color: #65c7d0;

  font-size: 80px;

  display: inline-block;

  transform: translateY(-50%);

  position: absolute;

  left: 34%;

  top: 50%;
}

.main-timeline .content {
  color: #909090;

  width: 50%;

  padding: 20px;

  display: inline-block;

  float: right;
}

.main-timeline .title {
  color: #65c7d0;

  font-size: 22px;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin: 0 0 5px 0;
}

.main-timeline .description {
  font-size: 15px;

  letter-spacing: 1px;

  margin: 0;
}

.main-timeline .timeline:nth-child(even):before {
  left: auto;

  right: 0;

  border-radius: 0 100px 100px 0;

  border: 15px solid red;

  border-left: none;
}

.main-timeline .timeline:nth-child(even):after {
  left: auto;

  right: 12px;

  border: 15px solid green;

  border-left: none;

  border-radius: 0 100px 100px 0;
}

.main-timeline .timeline:nth-child(even) .content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;

  right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;

  right: 32%;
}

.main-timeline .timeline:nth-child(5n + 2):before {
  border-color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 2):after {
  border-color: #ef5720;
}

.main-timeline .timeline:nth-child(5n + 2) .timeline-icon {
  color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 2) .timeline-year {
  color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 2) .title {
  color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 3):before {
  border-color: #8cc63e;
}

.main-timeline .timeline:nth-child(5n + 3):after {
  border-color: #6caf29;
}

.main-timeline .timeline:nth-child(5n + 3) .timeline-icon {
  color: #8cc63e;
}

.main-timeline .timeline:nth-child(5n + 3) .timeline-year {
  color: #8cc63e;
}

.main-timeline .timeline:nth-child(5n + 3) .title {
  color: #8cc63e;
}

.main-timeline .timeline:nth-child(5n + 4):before {
  border-color: #f99324;
}

.main-timeline .timeline:nth-child(5n + 4):after {
  border-color: #fbb03b;
}

.main-timeline .timeline:nth-child(5n + 4) .timeline-icon {
  color: #f99324;
}

.main-timeline .timeline:nth-child(5n + 4) .timeline-year {
  color: #f99324;
}

.main-timeline .timeline:nth-child(5n + 4) .title {
  color: #f99324;
}

.main-timeline .timeline:nth-child(5n + 5):before {
  border-color: #0071bd;
}

.main-timeline .timeline:nth-child(5n + 5):after {
  border-color: #0050a3;
}

.main-timeline .timeline:nth-child(5n + 5) .timeline-icon {
  color: #0071bd;
}

.main-timeline .timeline:nth-child(5n + 5) .timeline-year {
  color: #0071bd;
}

.main-timeline .timeline:nth-child(5n + 5) .title {
  color: #0071bd;
}

@media screen and (max-width: 1200px) {
  .main-timeline .timeline:after {
    border-radius: 88px 0 0 88px;
  }

  .main-timeline .timeline:nth-child(even):after {
    border-radius: 0 88px 88px 0;
  }
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    margin-top: -19px;
  }

  .main-timeline .timeline:before {
    border-radius: 50px 0 0 50px;

    border-width: 10px;
  }

  .main-timeline .timeline:after {
    height: calc(100% - 18px);

    width: calc(50% - 9px);

    border-radius: 43px 0 0 43px;

    border-width: 10px;

    top: 9px;

    left: 9px;
  }

  .main-timeline .timeline:nth-child(even):before {
    border-radius: 0 50px 50px 0;

    border-width: 10px;
  }

  .main-timeline .timeline:nth-child(even):after {
    height: calc(100% - 18px);

    width: calc(50% - 9px);

    border-radius: 0 43px 43px 0;

    border-width: 10px;

    top: 9px;

    right: 9px;
  }

  .main-timeline .timeline-icon {
    font-size: 60px;
  }

  .main-timeline .timeline-year {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main-timeline .timeline-icon {
    font-size: 50px;

    transform: translateY(0);

    top: 25%;

    left: 10%;
  }

  .main-timeline .timeline-year {
    font-size: 25px;

    transform: translateY(0);

    top: 65%;

    left: 9%;
  }

  .main-timeline .content {
    width: 68%;

    padding: 10px;
  }

  .main-timeline .title {
    font-size: 18px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 10%;
  }

  .main-timeline .timeline:nth-child(even) .timeline-year {
    right: 9%;
  }
}



.page-node-type-webform-demo-event .inner-hero-content div {
  display: inline-block;
}

.page-node-type-webform-demo-event .inner-hero-content div.field {
  padding-right: 30px;
}

.page-node-type-webform-demo-event .field--label {
  font-weight: bold;

  font-size: 18px;

  color: #0a9bcf;
}

.page-node-type-webform-demo-event .inner-hero-content .field--item {
  color: #fff;
}

.page-node-type-webform-demo-event .field--item {
  font-size: 14px;
}

.page-node-type-webform-demo-event .col-md-4 .pevent-5 div.field {
  border-bottom: 1px solid black;

  padding: 10px 0px;
}

.links li {
  display: inline;

  padding: 0px 3px;
}

.language-link.is-active {
  /*color: burlywood !important; */
	
	color: #ffe84d !important; 
}

.js-drupal-fullcalendar {
  width: 80%;

  margin: 0 auto;
}


.carousel-inner > .item > a > img {
  margin-top: 15px;
}

.view-id-discoveries .views-field-nothing {
  background: #fff;

  padding: 25px;

  font-size: 1.4em;

  height: 100%;
}

.view-id-discoveries .views-row {
  margin-bottom: 30px;
}

.view-id-discoveries p {
  margin-bottom: 15px;
}

.view-id-discoveries .views-row:hover .views-field-nothing strong {
  color: #000000;
}

.view-id-discoveries .views-row .views-field-nothing {
  border-top: 6px solid transparent;
}

.view-id-discoveries .views-row:hover .views-field-nothing {
  border-top: 6px solid #000000;
}

.dropdown-toggle span.caret {
  display: none;
}

.view-id-discoveries .view-header .view-content {
  display: block !important;
}

.view-id-discoveries .view-header .view-filters {
  display: none;
}

.view-id-discoveries .view-header {
  margin-top: 20px;
}

.view-id-discoveries .view-content {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-right: -15px;

  margin-left: -15px;
}

.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.exploration-activity-bg {
  /* Full height */
                height: 498px;
                position:relative;
                
                /* The image used */
                background-image: url("../images/overhead-tanker.jpg");

                /* Center and scale the image nicely */
                background-position: center bottom;
                background-repeat: no-repeat;
                background-size: cover;
                margin-top:-40px
}
.exploration-activity {
  position: absolute;
  bottom: 30px
}

.exploration-activity h1 {
font-size: 2.5rem
}

.bg-green {
  background-color:#1a6481
}
.social {
	margin-bottom: 10px
}

.tabs-heading {
	font-size: 1.6rem;
	font-weight: bold
}

.geolocation-map-wrapper .full-width{
    width: 100% !important;
    position: relative;
    margin-left: 0 !important;
    left: 0 !important;
}

.responsive-tabs .info-box {
    font-size: 15px !important;
    line-height: 2;
}
/* card */

.card {
 position:relative;
 display:flex;
 flex-direction:column;
 min-width:0;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:border-box;
 border:0 solid transparent;
 border-radius:.25rem
}
.card>hr {
 margin-right:0;
 margin-left:0
}
.card>.list-group {
 border-top:inherit;
 border-bottom:inherit
}
.card>.list-group:first-child {
 border-top-width:0;
 border-top-left-radius:.25rem;
 border-top-right-radius:.25rem
}
.card>.list-group:last-child {
 border-bottom-width:0;
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:.25rem
}
.card>.card-header+.list-group,
.card>.list-group+.card-footer {
 border-top:0
}
.card-body {
 flex:1 1 auto;
 min-height:1px;
 padding:1.5rem
}
.card-title {
 margin-bottom:.75rem
}
.card-subtitle {
 margin-top:-.375rem;
 margin-bottom:0
}
.card-text:last-child {
 margin-bottom:0
}
.card-link:hover {
 text-decoration:none
}
.card-link+.card-link {
 margin-left:1.5rem
}
.card-header {
 padding:.75rem 1.5rem;
 margin-bottom:0;
 background-color:rgba(0,0,0,.06);
 border-bottom:0 solid transparent
}
.card-header:first-child {
 border-radius:.25rem .25rem 0 0
}
.card-footer {
 padding:.75rem 1.5rem;
 background-color:rgba(0,0,0,.06);
 border-top:0 solid transparent
}
.card-footer:last-child {
 border-radius:0 0 .25rem .25rem
}
.card-header-tabs {
 margin-right:-.75rem;
 margin-bottom:-.75rem;
 margin-left:-.75rem;
 border-bottom:0
}
.card-header-pills {
 margin-right:-.75rem;
 margin-left:-.75rem
}
.card-img-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 padding:1.25rem;
 border-radius:.25rem
}
.card-img,
.card-img-top,
.card-img-bottom {
 flex-shrink:0;
 width:100%
}
.card-img,
.card-img-top {
 border-top-left-radius:.25rem;
 border-top-right-radius:.25rem
}
.card-img,
.card-img-bottom {
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:.25rem
}
.card-deck .card {
 margin-bottom:15px
}
@media (min-width:576px) {
 .card-deck {
  display:flex;
  flex-flow:row wrap;
  margin-right:-15px;
  margin-left:-15px
 }
 .card-deck .card {
  flex:1 0 0%;
  margin-right:15px;
  margin-bottom:0;
  margin-left:15px
 }
}
.card-group>.card {
 margin-bottom:15px
}
@media (min-width:576px) {
 .card-group {
  display:flex;
  flex-flow:row wrap
 }
 .card-group>.card {
  flex:1 0 0%;
  margin-bottom:0
 }
 .card-group>.card+.card {
  margin-left:0;
  border-left:0
 }
 .card-group>.card:not(:last-child) {
  border-top-right-radius:0;
  border-bottom-right-radius:0
 }
 .card-group>.card:not(:last-child) .card-img-top,
 .card-group>.card:not(:last-child) .card-header {
  border-top-right-radius:0
 }
 .card-group>.card:not(:last-child) .card-img-bottom,
 .card-group>.card:not(:last-child) .card-footer {
  border-bottom-right-radius:0
 }
 .card-group>.card:not(:first-child) {
  border-top-left-radius:0;
  border-bottom-left-radius:0
 }
 .card-group>.card:not(:first-child) .card-img-top,
 .card-group>.card:not(:first-child) .card-header {
  border-top-left-radius:0
 }
 .card-group>.card:not(:first-child) .card-img-bottom,
 .card-group>.card:not(:first-child) .card-footer {
  border-bottom-left-radius:0
 }
}
.card-columns .card {
 margin-bottom:.75rem
}
@media (min-width:576px) {
 .card-columns {
  -moz-column-count:3;
  column-count:3;
  -moz-column-gap:1.25rem;
  column-gap:1.25rem;
  orphans:1;
  widows:1
 }
 .card-columns .card {
  display:inline-block;
  width:100%
 }
}
.card {
 transition:all .3s
}
.card img {
 transition:all .3s
}
.card .card-header {
 padding:.93rem 1.5rem
}
.card .card-title {
 font-size:15px;
 font-weight:700;
 color:#222;
 transition:all .3s
}
.card:hover .card-title {
 color:#d9ad33
}
.card-lg img {
 -o-object-fit:cover;
 object-fit:cover;
 height:300px
}
@media (min-width:768px) {
 .card-lg img {
  height:400px
 }
}
@media (min-width:992px) {
 .card-lg img {
  height:350px
 }
}
@media (min-width:1200px) {
 .card-lg img {
  height:auto
 }
}
.card-md .card-body {
 padding-top:43px;
 padding-bottom:43px
}
.card-hover:hover {
 box-shadow:0 3px 10px rgba(0,0,0,.1)
}
.card-bg {
 background-color:#f5f5f5
}
.card-bg:hover {
 box-shadow:0 3px 10px rgba(0,0,0,.1);
 background-color:#fff
}
.card-bg-white {
 padding:70px 0 40px
}
.card-bg-white .card-body {
 padding:1.8rem
}
.card-bg-white .card-body h6 {
 line-height:26px;
 margin-bottom:25px
}
.card-bg-white .card-body a {
 font-size:13px;
 color:#969696;
 text-decoration:underline;
 transition:all .3s
}
.card-bg-white .card-body a:hover {
 color:#ff891e
}
@media (min-width:768px) {
 .card-opacity img {
  width:auto
 }
}
@media (min-width:992px) {
 .card-opacity img {
  width:100%
 }
}
.card-opacity .card-body {
 padding-top:15px
}
.card-opacity .card-body h5>a {
 margin-bottom:5px
}
.card-opacity:hover .card-hover-overlay {
 background-color:rgba(0,0,0,.3)
}
.card-transparent {
 background-color:transparent
}
.card-transparent .card-footer {
 padding:0;
 background-color:transparent
}
.card-hover-overlay {
 transition:all .5s
}
.card-hover-overlay:hover {
 background-color:rgba(0,0,0,.3)
}
.card-hoverable {
 transition:all .3s ease-in-out;
 background-color:rgba(0,0,0,.7)
}
@media (min-width:992px) {
 .card-hoverable:hover {
  background-color:rgba(0,0,0,.7)
 }
 .card-hoverable:hover .top-content {
  bottom:185px;
  margin-bottom:0
 }
 .card-hoverable:hover .bottom-content {
  opacity:1;
  visibility:visible;
  transition:all .99s
 }
}
@media (min-width:992px) {
 .card-hoverable {
  background-color:transparent
 }
}
.card-hoverable .top-content {
 transition:all .3s ease-in-out;
 bottom:185px;
 position:absolute;
 margin-bottom:0
}
@media (min-width:992px) {
 .card-hoverable .top-content {
  bottom:0;
  margin-bottom:30px
 }
}
.card-hoverable .bottom-content {
 transition:all .2s
}
@media (min-width:992px) {
 .card-hoverable .bottom-content {
  opacity:0;
  visibility:hidden;
  transition:all .2s
 }
}
.card-bg-img .card-img-top {
 height:auto
}
@media (min-width:768px) {
 .card-bg-img .card-img-top {
  height:400px
 }
}
@media (min-width:1200px) {
 .card-bg-img .card-img-top {
  height:450px
 }
}
.meta-post-sm .meta-tag {
 font-size:12px
}

.text-white {
    color: #fff !important;
}

/* badge */

.icon-badge {
 display:inline-block;
 text-align:center;
 position:relative
}
.icon-badge .badge {
 position:absolute;
 top:-5px;
 right:-10px;
 padding:.1875rem .44rem;
 border-radius:.625rem;
 width:-webkit-fit-content;
 width:-moz-fit-content;
 width:fit-content
}
.badge-rounded,
.badge-rounded-circle {
 left:20px;
 top:20px;
 text-align:center;
 transition:all .3s ease-in-out
}
.badge-rounded span,
.badge-rounded-circle span {
 font-size:18px;
 text-transform:uppercase;
 top:50%;
 position:relative;
 transform:translateY(-50%)
}
.badge-rounded {
 font-size:1rem;
 padding:.89rem 1.375rem;
 color:#fff;
 line-height:1;
 font-weight:700;
 border-radius:4px;
 width:-webkit-fit-content;
 width:-moz-fit-content;
 width:fit-content
}
.badge-rounded-circle {
 padding:0;
 width:76px;
 height:76px;
 border-radius:50%;
 box-shadow:none;
 text-align:center
}
.badge-large {
 position:absolute;
 font-size:1.25rem;
 color:#fff;
 text-transform:capitalize;
 line-height:1;
 padding:0 .625rem
}
@media (min-width:992px) {
 .badge-large {
  font-size:1.88rem;
  padding:.4375rem 1.8rem
 }
}
.badge-large-left {
 border-top-left-radius:0;
 border-bottom-left-radius:0;
 border-top-right-radius:.375rem;
 border-bottom-right-radius:.375rem;
 top:15px
}
@media (min-width:992px) {
 .badge-large-left {
  top:55px
 }
}
.badge-large-right {
 border-top-left-radius:.375rem;
 border-bottom-left-radius:.375rem;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 top:15px;
 right:0
}
@media (min-width:992px) {
 .badge-large-right {
  top:55px
 }
}
.badge-medium-center,
.badge-large-center {
 border-radius:.375rem;
 bottom:15px;
 left:50%;
 transform:translate(-50%)
}
.badge-medium {
 position:absolute;
 font-size:1.125rem;
 color:#fff;
 text-transform:capitalize;
 padding:.937rem 0;
 width:100%
}
@media (min-width:768px) {
 .badge-medium {
  font-size:1.25rem;
  padding:.937rem 2.81rem;
  width:auto
 }
}
@media (min-width:992px) {
 .badge-medium {
  padding:22px 33px;
  bottom:30px
 }
 .badge-medium span {
  font-size:1.5625rem
 }
}
.badge-sm {
 width:60px!important;
 height:60px!important;
 line-height:60px!important;
 background-color:rgba(0,0,0,.06)
}
.badge-sm span {
 font-size:30px!important
}
.badge-primary {
 color:#fff
}
.badge-primary:hover {
 color:#fff!important
}
.badge-black-Offset {
 background-color:rgba(0,0,0,.35)
}
.badge-hover {
 transition:all .3s
}
.badge-hover:hover {
 opacity:.8
}
.badge-pill-sm {
 font-weight:400;
 border:1px solid #dedede;
 color:#969696;
 padding:10px;
 font-size:12px;
 border-radius:5px;
 text-transform:uppercase
}
.facet-item__value, .facet-item__count {
font-size:14px;
margin-left:6px;
display: inline;
color:#313131
}
