


/* -------------------------------- 

Sitewide CSS

-------------------------------- */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
h1,h2,h3,h4,h5 {
  font-family: 'Arimo', sans-serif !important;
}
p, a {
  font-family: 'Arimo', sans-serif !important;
}

.navbar-nav li:first-child {
  margin-left: 1em;
}

.nav-link{
  font-size: 1.05rem;
  border: none !important;
}

.nav-item {
  border: none !important;
}

#legislationreact {
  margin-top:2rem;
}

.propic {

  display: flex;
}

a.anchor  {
  color: white;
  background-color: transparent;
}



.sideinfo {
  padding: 0;
  margin-top: 20px;
  float: left;
  width: 100%;
  display:block;
}

.sideinfo > ul {
  background: #002563;
  display:block;
  float: left;
  padding: 10px 0px 0px;

}

.pressCon {
  display: block !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  right: auto;
}
.staff {
  max-width: 472px;
  max-height: 420px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  border-top: 0;
  position: relative;
}

.staff img {
  width: 100%;
}

.staff-group img {
  max-width: 80%;
  max-height: 600px;

}

.staffJumbo {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.dpapic {
  max-width: 50vh;
  height: 50vh;
}

.card-footer{
position:absolute;
  bottom:0;
  width:100%;
}

/* last child code adds a margin space between the text box and the footer */
.card-text:last-child {
  margin-bottom: 4em !important;
}


.form-label  {
  font-weight: bold;
}
.form-label:after {
  color: #e32;
  content: ' *';
  display:inline;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container Iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.press {
  width: 75% !important;
}

/* This was causing the blur on mobile on navbar */
/* .navbar {
  -webkit-backdrop-filter: blur(5px);
  
  } */

  .slick-slide div:first-child {
    height: 100%;
    width: inherit;
    margin: 0 auto;
  }
  .slick-track
  {
      display: flex !important;
  }
  
  .slick-slide
  {
      height: inherit !important;
  }
/* -------------------------------- 

Menu view

-------------------------------- */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url(white) !important;
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url(white) !important;
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.slick-slide {
  padding-right: 10px;
}
.leg_spot {
  background: url("/static/img/youth_leg.JPG") ;
  background-size: cover;
  color: #efefef;
  height: 40rem;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

.borders {
  border-left: 1px solid #34445A;
}

.last {
  padding-left: 50px;
}
.link-menu {
    color: #002563;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    line-height: 20px;
    display: block;
    padding: 0;
    white-space: normal;
}

a.link-menu:hover {
  text-decoration: underline;
}

.megamenu a {
    color: #002563;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    line-height: 20px;
    display: block;
    padding: 15px;
    white-space: normal;
}

.megamenu p {
  color: #002563;
  font-size: 18px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 15px;
  white-space: normal;
}

/* .col{
  padding-top: 1rem;
  padding-bottom: 1rem;
} */
.small-menu {
  color: #3b424c;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}


.bill-blurb{
  color: white;
  line-height: 30px;
  font-size: 1rem;
  font-weight: 500;
  background-color: rgb(0, 53, 111);
}

.headstyle {
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}


.pageSubmenu h1 {
  margin-top: 2rem;
  font-weight: bold;
  text-align: center;
  
}

.pageSubmenu h3 {
  text-align: center;
  
}


.pageSubmenu h1:after {
  margin: 15px auto 25px;
  content: '';
  width: 60px;
  height: 3px;
  display: block;
  background: #024792;
}

.container h2:after{
  content: '';
  width: 60px;
  height: 3px;
  display: block;
  background: #024792;
  margin: 15px 0 25px;
}
.container-fluid h2:after{
  content: '';
  width: 60px;
  height: 3px;
  display: block;
  background: #024792;
  margin: 15px 0 25px;
}


.mediaCon h2:after {
  content: '';
  width: 60px;
  height: 3px;
  display: block;
  background: #024792;
  /* margin: 10px auto 20px auto; */
  margin: 15px 0 25px;

}

/* Accessible Links Checklist Changes */
.jumbotron a {
  text-decoration: underline;
  color: white;
}

.jumbotron a:hover {
  color: #FFD230;
}

.jumbotron .btn-primary {
  background-color: #fff !important;
  color: #14397f !important;
  border: 2px solid #fff;
}

.jumbotron .btn-primary:hover {
  text-decoration: none !important;
  background-color:  #adadad !important;
  color: #19124a !important;
  border: 2px solid #19124a;
}

/* Button changes per Luizas reccomendation */
.cd-hero__btn {
  background-color: #fff !important;
  color:#595959 !important;
  border: 2px solid #fff;
}

.cd-hero__btn:hover {
  background-color: #adadad !important;
  color: #19124a !important;
  border: 2px solid #19124a;
}

.card .btn-primary {
  background-color: #19124a !important;
  color: #ffffff !important;
  border: 2px solid #19124a;
}

.card .btn-primary:hover {
  text-decoration: none !important;
  background-color: #adadad !important;
  color: #19124a !important;
  border: 2px solid #19124a;
}

.card-slide {
  background-color: rgba(0, 1, 1, 0.5)!important;
}

.cd-hero__marker {
  color: #FFD230 !important;
}

.btn-primary {
  background-color: #19124a !important;
  color: #ffffff !important;
  border: 2px solid #19124a !important;
}

.btn-primary:hover {
  background-color: #adadad !important;
  color: #19124a !important;
  border: 2px solid #19124a !important;
  text-decoration: none !important;
}

a.btn.btn-primary:hover {
  text-decoration: none !important;
}

.cd-hero__nav {
  background-color: rgba(0, 1, 1, 0.5)!important;
}

/* .nav > li.dropdown.open {
  position: static;
}

.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.5);
  left: 0;
  right: 0;
}

.dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
} */
@media screen and (max-width: 767px) {
.icon-title {
  text-align: center;
  font-size: 0.55rem;
  color: #34445A;
  display: block;
  border-bottom:1px solid #34445A;
  margin-bottom: 1rem;
}

}
@media screen and (min-width: 768px) {
.icon-title {
  text-align: center;
  font-size: .85rem;
  color: #34445A;
  display: block;
 
}
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}



.navbar{
  font-weight: bold;
  position: relative;
}

.navbar-nav {
  gap: 1em;
}

@media only screen and (max-width:400px)  { 

  .media-con{
    padding: 5px;
    position: relative;
    display: block;
    clear: both;
  }

  .card-body {
    padding: 0px !important;
  }



    .navbar-nav .dropdown-menu {
        display:none !important;
    }
    .dropdown-toggle::after {
      display: none !important;
  }
 
  .abs {
    margin-right: auto;
  }

    .navItemStyle  {
      
      font-family:'Arimo', sans-serif;
      color:#34445A !important;
    }
    
    .nav-link {
      color: #34445A !important;
      font-family: 'Arimo', sans-serif;
      }   
      .dropdown-toggle::after {
        display:none;
    }


  .jumbo-text {
  font-size: 2em;
}

  .jumbo-small-text {
    font-size: .5em;
  }
  
 }


 @media only screen and (min-width:401px) and (max-width:767px) {
  .media-con{
    padding: 5px;
    position: relative;
    display: block;
    clear: both;
  }

  .navbar-nav .dropdown-menu {
    display:none !important;
}
.dropdown-toggle::after {
  display: none !important;
}
  .abs {
    margin-right: auto;
  }
  
    .navItemStyle  {
     
      font-family:'Arimo', sans-serif;
      color:#34445A !important;
    }
    
    .nav-link {
      color: #34445A !important;
      font-family: 'Arimo', sans-serif;
      }   
  
      .dropdown-toggle::after {
        display:none;
    }

    .jumbo-text {
      font-size: 3em;
    }
    .jumbo-small-text {
      font-size: 1.0em;
    }
 }
 



 @media only screen and (min-width:768px) and (max-width:1023px)   { 
  .media-con{
    padding: 5px;
    position: relative;
    display: block;
    clear: both;
  }

  .navbar-nav .dropdown-menu {
    display:none !important;
}
.dropdown-toggle::after {
  display: none !important;
}

   .abs {
    margin-right: auto;
  }
  .navItemStyle  {
   
    font-family:'Arimo', sans-serif;
    color:#34445A !important;
  }
  
  .nav-link {
    color: #34445A !important;
    font-family: 'Arimo', sans-serif;
    }   

    .dropdown-toggle::after {
      display:none;
  }
  .jumbo-text {
    font-size: 3em;
  }
  .jumbo-small-text {
    font-size: 1.75em;
  }
 }
 @media only screen and (min-width:1024px) and (max-width:1899px) { 
  .media-con{
    padding: 50px;
    position: relative;
    display: block;
    clear: both;
  }

  /* .navItemStyle  {
    border-bottom:1px solid #34445A;
    border-top:1px solid #34445A;
    font-family:'Arimo', sans-serif;
    color:#34445A !important;
  } */
  
  .nav-link {
    color: #34445A !important;
    font-family: 'Arimo', sans-serif;
    }   

    .jumbo-text {
      font-size: 6em;
    }

 }
 @media only screen and (min-width:1900px) { 
  .media-con{
    padding: 50px;
    position: relative;
    display: block;
    clear: both;
  }

  .navItemStyle  {
    border-bottom:1px solid #34445A;
    border-top:1px solid #34445A;
    font-family:'Arimo', sans-serif;
    color:#34445A !important;
  }
  
  .nav-link {
    color: #34445A !important;
    font-family:'Arimo', sans-serif;
    }   

    .jumbo-text {
      font-size: 6em;
    }
    .jumbo-small-text {
      font-size: 2.5em;
    }

 }









@media only screen and (min-width: 300px) {

    .titlePub {
        font-size: 0.5rem;
        line-height:1.2;
        font-weight: 200;
        font-family: 'Arimo', sans-serif;
        display : block;
        color : #34445A;
  }
  
  .titleName {
      font-size:0.85rem;
      line-height:1.2;
    font-weight: 400;
    font-family:'Arimo', sans-serif;
    display:block;
    color: #34445A;
  }



}

@media only screen and (min-width: 768px) {
    .titlePub {
        font-size: 0.75rem;
        line-height:1.2;
        font-weight: 200;
        font-family: 'Arimo', sans-serif;
        display : block;
        color : #34445A;
  }
  
  .titleName {
      font-size:1.25rem;
      line-height:1.2;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    display:block;
    color : #34445A;
  }
  .listitems {

    
    text-align: left !important;
   
} 

  }
  
  @media only screen and (min-width: 1170px) {
    
    .titlePub {
        font-size: 0.75rem;
        line-height:1.2;
        font-weight: 200;
        font-family: 'Arimo', sans-serif;
        display : block;
        color : #34445A;
  }
  
  .titleName {
      font-size:1.25rem;
      line-height:1.2;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    display:block;
    color : #34445A;
  }




  }



/*   

    .logo {
      padding: 0px 0px 0px 20px;
    } */


/* Makes the description field a set height on Intake and Contact Form / */
    textarea.form-control {
      height: 150px !important;
  }

#main-container{
    padding-top: 2rem;
    padding-bottom: 2rem;
}



/* ANCHOR TAGS  */
a:hover{
  /* text-decoration: none !important; */

}


#link:hover h4, #link:hover h5 {
  color: #024792;
}
#link:hover  {
  color: #23527c;
}
#link:hover, #link:focus{
  text-decoration: none;
}
#link h4, #link h5{
  color:#34445A;
}
#link {
  text-decoration: underline;
  color: #14397f;
  font-weight:700;
}

#banner{
  border-radius: 0;
  background-color: #C1272D !important;
  font-size: 14px;
}

.alert {
  padding: 0.35rem !important;
}

#banner a{
  color: #fff !important;
  text-decoration: underline;
} 
#banner a:hover{
  color: #FFD230 !important;
  text-decoration: underline;
} 



#navDate{
  padding-bottom: .50rem;
  color: #34445A;
  font-size: 14px;
}
#prTitle{
  font-size: 15px;
  font-weight: 500;
  padding: 5px 5px 5px 15px ;
}
#prCol{
  padding-bottom: 0.65rem;
}




@media only screen and (min-width:1200px) and (max-width:1899px) { 
  .navItemStyle  {
      border-bottom:1px solid #34445A;
      border-top:1px solid #34445A;
      font-family:'Arimo', sans-serif;
      color:#34445A !important;
    }

  }

  @media only screen and (max-width:1200px) {
    .dropdown-toggle::after {
      display: none !important;
    }
    .nav-item:hover .dropdown-menu {
        display: none !important;
    }
    .navItemStyle  {
      margin: 0 10px;
      
    
     
    }
  }
.navbar{
  padding: .5rem 0 !important;
}



/* For Rich Text Images uploaded by user  */

.richtext-image.full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.richtext-image.right {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.richtext-image.right {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

/* Beginning of Staff Page Update */

.department--name {
    margin-bottom: .5rem;
}

.dept--hr {
    border-top: 3px solid #14397F;
}

.row.employee-desc {
    margin-bottom: 1rem;
}

.employee-desc h4 {
    color:#535353;
    font-weight: bold;
}

.employee-desc p {
  margin-bottom: 0;
}

.employee-title {
    font-weight: bold;
}

.employee-desc a {
    text-decoration: underline;
    color: #14397f;
    font-weight: 700;
}

.employee-card {
    margin-bottom: 1rem;
}

.employee-card hr {
  display: none;
}

.employee-card img {
  margin-left: 1rem;
}

@media only screen and (max-width: 425px) {
    .employee-card img {
        margin: auto;
        margin-bottom: 1rem;
        display:block;
    }
    .employee-card {
      text-align: center;
    }
    .row.employee-desc {
      margin-left: 1rem;
      margin-right: 1rem;
    }
}

@media only screen and (max-width: 767px) {
  .employee-card hr {
    display:block;
  }
}

/* End of Staff Page Update */

.card-link {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}

.media-btn {
  margin-top: 1rem;
  float: right;
}

.nav-mytabs {
  justify-content: center;
}

/* Beginning latest section */
.latest-section {
  display: grid;
  grid-template-columns: 325px 325px 325px;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.arrow-right {
  margin-left: 0.5em;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  align-self: center;
}

.latest-card-link {
  transition: all .2s ease-in-out;
}

.latest-card-link:hover {
  transform: scale(1.05);
  text-decoration: none !important;
}

.latest-col {
  display: grid;
  grid-template-rows: 325px auto;
  gap: 1rem;
}

.latest-card {
  display: flex;
  height: 325px;
  width: 325px;
  background-size: cover !important;
  padding: 1rem;
}

/* .latest-img {
  width: auto;
  height: auto;
  position: relative;
  object-fit: cover;
} */

.latest-card h2 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin-top: auto;
}

.latest-card h2::after {
  content: none;
}

.latest-desc p {
  color: #19124a !important;
  font-size: 1.25rem;
}

.latest-desc a {
  align-self: right;
  color: #14397f;
  font-size: 1.25rem;
  font-weight: bold;
}

.resources-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.5rem;
}

.resources-section img {
  height: auto;
  max-width: 175px;
  min-width: 125px;
  margin-bottom: 1em;
}

.resources-link {
  color: #14397f;
  font-weight: bold;
  font-size: 1.25rem;
  transition: all .2s ease-in-out;
}


.resources-link:hover { 
  text-decoration: underline;
  transform: scale(1.1); 
}

.get-help-section {
  color: white;
  background-color: #14397E;
  text-align: center;
  margin: 2em 0;
  padding: 1em;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
	-moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
  margin-bottom: 2.5rem;

}

.get-help-section h1 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.get-help-section p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.help-button {
  transition: color 0.25s ease;

  align-self: center;
  border: 2px solid #fff;
  border-radius: 8px;
  width: fit-content;
  padding: 0.25rem 1rem;
  margin: 1rem 0 1.5rem 0;
  background-color: transparent;
  font-family: 'Arimo', sans-serif;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}

.help-button:hover {
  border-color: #fff;
  background-color: #fff;
  color:#14397E;
}

/* Footer changes begin */
.footer-top {
  padding: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-decoration: none;
  margin: 0 auto;
  justify-content: center;
}

.footer-top h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.our-office-section {
  margin: 0 auto;
  text-align: center;
}

.navigate-section {
  margin: 0 auto;
  text-align: center;
}

.navigate-section ul {
  list-style-type: none !important;
  padding: 0;
}

.navigate-section li {
  list-style-type: none !important;
}

.social-media-section {
  margin: 0 auto;
  text-align: center;
}

.social-media-section ul {
  padding: 0;
  display: flex;
  list-style-type: none !important;
  justify-content: center;
  gap: 2em;
  margin: 1em 0;
}

.social-media-section li {
  list-style-type: none !important;
}

.social-media-section i {
  font-size: 2rem;
}

.signup-btn {
  transition: color 0.25s ease;
  text-decoration: none !important;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 8px;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0rem 0 2.5rem 0;
  background-color: transparent;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}

.signup-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color:#14397E !important;
}
/* Footer changes end */

/* Blog section home page */
.blog-section {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 2em;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.blog-section-img {
  width: 300px;
  height: 200px;
  margin-bottom: 1rem;
  object-fit: cover;
}

.blog-section-learn{
  color: #14397f;
  font-size: 1.25rem;
  font-weight: bold;
}


.blog-section-link {
  line-height: 1.2;
  font-size: 1.75rem;
  font-weight: bold;
  color: #14397E;
}

.blog-col {
  display: flex;
  flex-direction: column;
}

.blog-col > * {
  margin-top: 0.5em;
}

.blog-col p {
  color: #19124a !important;
  font-size: 1.25rem;
}

.visit-blog-section {
  color: white;
  background-color: #14397E;
  text-align: center;
  margin-top: 2.5em;
  padding: 2em;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
	-moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
}

.visit-link {
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
}

.visit-link:hover {
  color:white !important;
  text-decoration: white underline;
}

.media-section {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .resources-section {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 1100px) {
  .latest-section, .footer-top, .blog-section {
    grid-template-columns: auto;
    justify-content: center;
  }

  .blog-section-img {
    width: 100%;
    height: 300px;
  }

  .latest-card {
    width: auto;
  }
}
/* End latest section */

a.skip-main {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  text-decoration: underline;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid white;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}

.media-container {
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em ;
}

.ig-container {
  transition: all 0.8s ease;
  margin-top: 1em;
  display: grid;
  grid-template-rows: 325px 325px 325px;
  grid-template-columns: 325px 325px 325px;
  row-gap: 1em;
  column-gap: 1em;
}

.ig-card {
  transition: all 0.8s ease;
  text-decoration: none !important;
}

.ig-card > .ig-caption {
  display: none;
  transition: all 0.8s ease;
}

.ig-card:hover > .ig-caption {
  display: flex;
  overflow: hidden;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #19124A 100%); */
  background: #19124aa0;
  transition: background 1s ease;
}

.ig-caption {
  transition: all 0.8s ease;
  overflow: hidden;
  width: 325px;
  height: 325px;
  margin: 0;
  color: white;
  justify-content: center;
  align-items: center;
}

.ig-caption-link {
  text-decoration: none;
  color: white;
  font-size: 0.95rem;
  padding: 1em;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.97);
}

.ig-caption-link:hover {
  color: white;
  font-weight: medium;
}

/* CS Section update */
.services-page p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.services-hero {
  height: 35vh;
  background:
  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #19124A 100%), 
  url("/static/img/services-hero1b.jpg") center center no-repeat;
  background-size: cover;
  color:white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);

}

.services-hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.alert-cs {
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  background-color: #C1272D;
  color: white;
  padding: 0.75em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

.alert-cs p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.helpdesk {
  display: flex;
  flex-direction: column;
}

.help-divider {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
  margin: 0 auto 1em;
  font-weight: bold;
  border-top: #14397E 2px solid;
  border-bottom: #14397E 2px solid;
}

.mini-h {
  color:#14397E;
  font-size: 1.25rem;
  font-weight: bold;
}

.hotline {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}

@media only screen and (max-width:1010px) {
  .ig-container {
    grid-template-columns: repeat(1, 325px);
    grid-template-rows: repeat(6, 325px)
  }
}

/* Home page */
@media only screen and (max-width:1150px){
  #customSlideMain{
    margin-top: 0 !important;
    padding-top: 150px !important;
  }
}
@media only screen and (max-width:767px){
  #customSlideInner h1{
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width:700px){
  #customMade{
    margin-top: 4.5rem !important;
  }
}
    #customMade .card-slide {
      margin-top: 7.5rem;
    }

    @media only screen and (max-width:767px){
      #customMade .card-slide h2{
        font-size: 2rem;
      }
      #customMade{
        margin-top: 4.5rem !important;
      }
      #customMade .card-slide {
        bottom: 127px !important;
      }
      
    }
    @media only screen and (max-width:1170px){
        #customMade .card-slide {
        margin-top: 5rem;
      }
    }

    @media only screen and (max-width: 480px) {
      .middle-card {
        margin-top: 14rem;
        transform: scale(0.75);
        padding: 1rem;
      }
    }

    @media only screen and (max-width: 375px) {
      .middle-card {
        margin-top: 14rem;
        transform: scale(0.6);
        padding: 1rem;
      }
      .bottom-content-section {
        margin-top: -5rem;
      }
    }

    html {
      scroll-behavior: smooth;
    }

    .hero-full-screen {
      height: 55vh;
      background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #19124A 100%), 
      url("/static/img/home/main-hero.jpg") center center no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      margin-bottom: 2.5rem;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
      -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
      -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25)  ; 
    }

    .hero-title {
      margin-top: auto;
      color: white;
      font-size: 4rem;
      font-weight: bold;
      padding-left: 1rem;
      padding-right: 1rem;

    }

    .hero-button {
      transition: color 0.25s ease;

      align-self: center;
      border: 3px solid #fff;
      border-radius: 8px;
      width: fit-content;
        padding: 0.25rem 1rem;
      margin: 1rem 0 2.5rem 0;

      font-family: 'Arimo', sans-serif;
      color: white;
      background-color: transparent;
      font-size: 2rem;
      font-weight: bold;
    }

    .hero-button:hover {
      border-color: #fff;
      background-color: #fff;
      color:#19124A;
    }

    .abs {
      border-right: 1.5px solid #fff;
    }

    @media screen and (max-width: 1200px) {
      .abs {
        border: none;
      }
    }

    @media screen and (max-width: 570px) {
      .hero-title {
        font-size: 2rem;
      }

      .hero-button{
        font-size: 1rem;
      }

    }
