.rt-home #sp-main-body {
    display: none;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: fff;
    top: -8px;
   /* -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;*/
}

/*
input[type="text"] {
    background-color: #454546 !important;
    border-color: #454546 !important;
  	color: white !important; 
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #454546;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 10px auto 25px auto;
}*/

button.btn.btn-primary.validate {
  background: linear-gradient(to right, #fd5f87, #fe848a);
  color: white;
  border-radius: 60px;
  padding: 7px 35px;
  font-size: 18px;
  border-color: transparent; 
}

button.btn.btn-primary.validate:hover{
   transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

.submit-btn {
    float: left;
    padding: 7px 35px;
    border-radius: 60px;
    width: 150px; 
    display: inline-block;
    background: linear-gradient(to right, #fd5f87, #fe848a);
    color: white;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}
/*

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
*/


.link-icon-row {
    display: flex;
    align-items: center;
    padding: 10px; /* Add padding as needed */
}

.link-icon {
    max-width: 30px; /* Adjust the icon width as needed */
    height: auto;
    margin-right: 10px; /* Add spacing between icon and text */
}

.link-description {
    text-decoration: none;
    color: #007BFF; /* Adjust link color as needed */
    margin: 0;
}

.link-description:hover {
    text-decoration: underline;
}

.external-link-container {
    margin-top: 25px; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.external-link-column {
    flex-basis: calc(50% - 10px); /* 50% width with 10px spacing between columns */
    margin-bottom: 10px;
    box-sizing: border-box; /* Include padding and borders in the width */
}

.int-address-footer{
   margin-top: 40px; 
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.int-column{
  flex-basis: calc(50% - 10px); /* 50% width with 10px spacing between columns */
    margin-bottom: 10px;
    box-sizing: border-box; /* Include padding and borders in the width */
}

.sec-menu-row {
  display: flex;
  justify-content: space-between;
  height: 300px; 
}

.sec-menu-column {
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.sec-menu-column:hover {
  background-color: #301934; /* Darker color when hovered */
}

.sec-menu-column:not(:first-child):not(:last-child) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.sec-menu-column img {
  width: 100px; /* Adjust the width as per your icon size */
  height: 100px; /* Adjust the height as per your icon size */
}

h3.sec-menu-title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding-top: 10px; 
}

p.sec-menu-subtext {
    color: grey;
}

@media screen and (max-width: 768px) {
  .sec-menu-row {
    flex-wrap: wrap;
    height: auto; /* Allow row height to adjust dynamically */
  }

  .sec-menu-column {
    width: 100%;
    padding-top:20px;
  }
  
  .sec-menu-column img {
    width: 50px; /* Adjust the width as per your icon size */
    height: 50px; /* Adjust the height as per your icon size */
    
  }
}

.home-home-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-card {
  width: calc(33.33% - 10px); /* Adjust width based on desired spacing */
  background-color: #301934;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
 /* aspect-ratio: 1/1;*/
  width:200px; 
  height: 250px; 
}

.home-card-content {
  text-align: left; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

h3.func-headers {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    background: linear-gradient(to right, #fd5f87, #fe848a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

p.func-subtext {
    color: white;
}

.document-item {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.center-items {
    display: flex;
    justify-content: center;
    background-color: #301934;
    position: relative;
    top: -15px;
    color: white; 
}

.nav-link {
  color: white;
}

.nav-link.active {
  background-color: #6B3F98 !important; /* Change this to your desired background color */
  border-radius: 0px !important; 
}

dl.row.zt_hp_docs {
    padding-bottom: 16px;
 /*  padding-top: 16px; */
    margin-left: 20px; 
    margin-right: 20px; 
    display: flex;
    align-items: center;
    border-bottom: 1px solid darkgrey;
}

div#pills-tabContent {
    position: relative;
    top: -5px;
}

a.zt_hp_docs_link {
    color: black;
}

a.zt_hp_docs_link:hover {
  color: #6B3F98; 
}

h3.rt-mission-header {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    background: linear-gradient(to right, #fd5f87, #fe848a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}












body, .sp-preloader {
 	/*background-image: url("http://172.19.168.100/j4_mig_integrity/images/Integrity%20Landing%20Page_background_3.png?1684523581032");*/
    /*background-color: pink;*/
  	 background-repeat: no-repeat;
    color: #252525;
}

#sp-header {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
}

#sp-header.full-header {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    /* padding-bottom: 15px; */
    background-color: white; 
 /* background-image: url("http://172.19.168.100/j4_mig_integrity/images/integrity%20commission%20header.png?1684849143666");*/
  
}

h1.rt-int-logo {
    color: white;
  padding: 50px 0px 50px 0px; 
}

.rt-position-2{
  background-image: url("images/integrity%20image.png?1684415900415");
  height: 472px; 
  background-repeat: no-repeat;
  padding-left: 15px; 
  color: white; 
}


ul{
  margin:0;
  padding:0;
  list-style:none;
}

.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}

.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   /*border:2px solid #d5d5d5;*/
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*
.active {
  background-color: #717171;
}*/

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#sp-section-2 {
    background-color: #6B3F98;
}

section#sp-section-3 {
    padding-top: 80px;
}

section#sp-prayer-function {
    padding-bottom: 82px;
}


.rt-search-box{
 color: white;
 width: 40%;
 height: 45%;
 padding-top: 85px;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: rgba(102, 51, 153, 0.2);
}



.rt-container{
  background-image: url("https://integritycommission.gov.dm/images/integrity%20commission%20header.png?1684848958000");
 height: 500px; 
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}

.integrity-vision {
      position: relative;
      display: inline-block;
    }

.integrity-vision img {
     width: 500px; 
  	 height: auto; 
    }


    .int-vision-caption {
    position: absolute;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 400px;
    border-radius: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    }

