* {
  box-sizing: border-box;
  font-family:'Montserrat',Arial,sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-weight: 400;
  font-kerning: auto;
  text-align: left;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  --font-heading:font-family:'Montserrat',Arial,sans-serif;
  --primary-blue:#212952;
  --primary-red:#B41C25;
}


input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body,
main, body {
 margin:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  font-family:'Montserrat',Arial,sans-serif;
  color:#000;
  text-align:left;
  background:#fff;
  cursor:default;
  font-size:14px;
  line-height:1.6;
}

html,
body {
  overflow-x: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

body {
  overflow-y: hidden;
}

.section {
  position: relative;
  display: block;
  margin: 0 auto;
  clear: both;
  width: 100%;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--primary-red);
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
}

h1 {
  font-size: 2rem; /* 32px if root is 16px */
  text-transform: capitalize;
}

h2 {
  font-size: 1.75rem; /* 28px */
}

h3 {
  font-size: 1.25rem; /* 20px */
}

h4 {
  font-size: 1rem; /* 16px */
}

h5 {
  font-size: 0.875rem; /* 14px */
}

h6 {
  font-size: 0.75rem; /* 12px */
}


.path-heath-tips #content .content-bar .views-row .views-field-title a {
    color: rgb(88,158,19);
    text-decoration: none;
}

.path-heath-tips #content .content-bar .views-row .views-field-title a  {
    font-weight: 600;
    margin-bottom: 0;
}

/**** Pager ***/
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: var(--primary-red)!important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    color: #fff !important;
}

.js-pager__items li {
    display: inline-block;
    float: left;
    padding-right: 15px;
}
#block-acfm-tabs .block__content li {
    
    display: inline-block;

}
/******************Content Edits**************/
#block-cca-primary-local-tasks .block__content ul {
  display: flex;               /* Align list items horizontally */
  gap: 15px;                   /* Space between items */
  list-style: none;            /* Remove bullets */
  margin: 0;                   /* Remove default margins */
  padding: 0;                  /* Remove default padding */
}

#block-cca-primary-local-tasks .block__content ul li {
  margin: 0;
}

#block-cca-primary-local-tasks .block__content ul li a {
  text-decoration: none;       /* Remove underline */
  color: var(--primary-blue);              /* Link color */
  font-weight: bold;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

#block-cca-primary-local-tasks .block__content ul li a:hover {
  color: #b50000;              /* Hover effect color */
}


/*********************************TABLE***************************************/
table.cols-2 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
}

table.cols-2 tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

table.cols-0 tbody tr:hover {
  background: rgba(33, 41, 82, 0.05);
}

table.cols-2 td {
  padding: 12px 16px;
  font-size: 15px;
}

table.cols-2 td a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

table.cols-2 td a:hover {
  color: var(--primary-red);
  text-decoration: underline;
}

/* Optional: Table header style */
table.cols-2 thead th {
  background: var(--primary-blue);
  color: #fff;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
}


/**** Header Section *****/
#header {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.96);
  padding: 25px 0px 15px 0px;

}

#header.fixed {
  position: fixed !important;
  background: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
}
.user-not-logged-in #header {
  top: 0;
}
#header .container-fluid {
  position: relative;
  margin: 0 50px;
}


/*** Logo ***/
#block-cca-site-branding {

     max-width: 320px;
    padding: 0;
  float: left;
  position: relative;
}


#block-cca-site-branding  img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

ul.nice-menu ul li {
    width:100%;
}
ul.nice-menu li {
  
  background:transparent !important;
}

ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
     background:transparent !important;
}
.views-field-view-node a {
  text-decoration: none;
  cursor: pointer;
}

/* General Reset */
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Main Menu Container */
ul.nice-menu.nice-menu-main {
  display: flex;
  flex-wrap: wrap;
  border: none;
  float:right;
  
}

/* Top-level Menu Items */
ul.nice-menu-main > li {
  position: relative;
}

ul.nice-menu-main > li > a,
ul.nice-menu-main > li > span {
  display: block;
  padding: 10px 5px;
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 5px;
}

/* Hover & Active State */
ul.nice-menu-main > li:hover > a,
ul.nice-menu-main > li:hover > span,
ul.nice-menu-main > li > a.is-active {
  border-bottom: 1px solid var(--primary-red);
  color: var(--primary-red);
}

/* Dropdown Menu */
ul.nice-menu-main li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 220px;
  border: 1px solid var(--primary-red);
  z-index: 1000;
   font-size: 14px;
  font-weight: 600;
}

/* Show Dropdown on Hover */
ul.nice-menu-main li:hover > ul {
  display: block;
}

/* Dropdown Items */
ul.nice-menu-main li ul li {
  position: relative;
}

ul.nice-menu-main li ul li a,
ul.nice-menu-main li ul li span {
  display: block;
  padding: 10px 15px;
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-weight: 600;
}

/* Dropdown Hover */
ul.nice-menu-main li ul li:hover > a,
ul.nice-menu-main li ul li:hover > span {
  background-color: var(--primary-red);
  color: #fff;
  
}

/* Second-Level Dropdown */
ul.nice-menu-main li ul li ul {
  top: 0;
  left: 100%;
}

/* Optional: Add Dropdown Indicator for Parent Items */
ul.nice-menu-main li.menuparent > a::after,
ul.nice-menu-main li.menuparent > span::after {
  content: " ▼";
  font-size: 10px;
  margin-left: 4px;
  color: inherit;
}



/****************Responsive Menu ********************/

/* Container bar */

.mean-container .mean-bar {
    background: var(--primary-red);
}
.mean-bar {
  background: var(--primary-red);
  padding: 0;
  position: relative;
}

/* Hamburger Icon */
.meanmenu-reveal {
  color: #fff !important;
  background: var(--primary-red) !important;
  font-size: 20px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.meanmenu-reveal span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 22px;
  transition: all 0.3s ease;
}

/* Navigation menu container */
.mean-nav {
  background: var(--primary-red) !important;
}

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

.mean-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mean-nav ul li:last-child {
  border-bottom: none;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 23px;
}

/* Links */
.mean-nav ul li a,
.mean-nav ul li span {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.mean-nav ul li a:hover,
.mean-nav ul li span:hover {
  background: var(--primary-blue);
  color: #fff;
}

/* Expand buttons (+) */
.mean-expand {
  color: #fff !important;
  background: var(--primary-red);
  float: right;
  padding: 0 12px;
  font-size: 20px !important;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.3s ease;
}

.mean-expand:hover {
  background: var(--primary-blue);
}

/* Submenus */
.mean-nav ul li ul {
  background: #1a1f3c;
}

.mean-nav ul li ul li a {
  font-size: 14px;
  padding-left: 30px;
}

.mean-nav ul li ul li a:hover {
  background: var(--primary-blue);
}



#header .visible {
  visibility: visible!important;
  opacity: 1 !important;
  display: block !important;
}

#header .hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}


/****Search***/

#header-region .container {
  position: relative;
}

#block-cca-catheme-search-form {
    float:right;
}

/* Style the container */
.search-block-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

/* Style the input field */
.search-block-form input[type="search"] {
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: 2px solid var(--primary-blue);
  border-radius: 30px 0 0 30px;
  outline: none;
  width: 220px;
  transition: all 0.3s ease;
}

/* On focus */
.search-block-form input[type="search"]:focus {
  border-color: var(--primary-red);
  box-shadow: 0 0 5px rgba(180, 28, 37, 0.5);
}

/* Style the submit button */
.search-block-form input[type="submit"] {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border: none;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.search-block-form input[type="submit"]:hover {
  background-color: var(--primary-red);
}



#block-acfm-loginblock {
  position: absolute;
  right: 254px;
  top: 26%;
  transform: translateY(-30%);
}

#block-acfm-loginblock p {
  margin: 0;
}

#block-acfm-loginblock p a {
  position: relative;
  display: inline-block;
  background: transparent url(../img/user_icon_copy.png) no-repeat right 12px center;
  filter: brightness(0) invert(1);
  padding: 17px 45px 0px 10px;
  color: #fff;
  font-weight: 500;
  background-size: 24px;
  height: 44px;
  overflow: hidden;
}



#slider {
    
}
#header #block-cca-views-block-sliding-images-block-1 .slide__caption {
    position: absolute;
    width:100%;
    display: block;
    clear: both;
    text-align: left;
    padding-right: 45px;
    background:rgba(178, 110, 116, 0.8);
    margin: auto;
    left: 27%;
    color: #fff;
    padding-left: 0px;
    top: 74%;
    height:84px;
}

#header #block-cca-views-block-sliding-images-block-1 .slide__caption .views-field-title {
        text-align: right;
}
#header #block-cca-views-block-sliding-images-block-1 .slide__caption .views-field-field-caption .field-content {
  
text-align: right;
font-size: 32px;
font-weight: 700;
margin-top:-25px;
font-style:italic;
left: 78px;
  position: relative;
    
}

#slider #block-acfm-views-block-main-image-block-1 .slide__caption .slide__description .views-field-title .field-content  {
    font-size: 48px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #79d4f6, #21b259 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
#slider #block-acfm-views-block-main-image-block-1 .slide__caption .views-field-field-slideshow-text{
    font-size: 28px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #79d4f6, #21b259 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

#slider .slick-dots {
    position: absolute;
    bottom: 20%;
    left: 70%;
    display: block;
    z-index: 70;
    top: auto;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0 50px 0 0;
}

.slick-dots li button {
    color:transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #6a6a68;
}

.slick-dots li button::before {
    color: #2390ce;
    content: "";
}

.slick-dots li.slick-active button {
    opacity: 100%;
    color: #65caf8f;
    background: #65caf8;
}

 #slider #block-acfm-views-block-main-image-block-2 .slick-dots {
     display:none !important;
 }


#cont-top-wrapper {
     background:#FFF; 
  background-repeat: no-repeat;
   background-position: top left;
}
#content-top {
    
   background:#F5F5F5;
   padding: 50px 0;
    
}

/************Home paage ***************/
#about-content .section-title, #content-bottom1 .section-title  {
text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
#about-content .section-title::after, #content-bottom1 .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--primary-blue);
}

/*******Merge and *******************/
/* Container styling */
#block-cca-views-block-document-library-block-2, #block-cca-views-block-document-library-block-3 {
  padding: 20px;
  /*background-color: #f9f9f9;*/
   background-color: #ffff;
  border-radius: 10px;
}

/* Block title */
#block-cca-views-block-document-library-block-2 h2.block__title, #block-cca-views-block-document-library-block-3 h2.block__title  {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 20px;
  border-left: 5px solid var(--primary-blue);
  padding-left: 15px;
}

/* Grid layout for cards */
#block-cca-views-block-document-library-block-2 .contextual-region, #block-cca-views-block-document-library-block-3 .contextual-region {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Each card */
#block-cca-views-block-document-library-block-2 .views-row, #block-cca-views-block-document-library-block-3 .views-row  {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect on card */
#block-cca-views-block-document-library-block-2 .views-row:hover, #block-cca-views-block-document-library-block-3 .views-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Link in the card */
#block-cca-views-block-document-library-block-2 .field-content a, #block-cca-views-block-document-library-block-3 .field-content a {
  color: var(--primary-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

/* Hover effect on link */
#block-cca-views-block-document-library-block-2 .field-content a:hover, #block-cca-views-block-document-library-block-3 .field-content a:hover {
  color: var(--primary-red);
  text-decoration: underline;
}

#block-cca-views-block-document-library-block-2 .field-content a::before, #block-cca-views-block-document-library-block-3 .field-content a::before  {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}


#block-cca-views-block-document-library-block-2 .field-content a, #block-cca-views-block-document-library-block-3 .field-content a  {
  color: var(--primary-red);
  text-decoration: none;
  font-weight: 600;
  padding: 4px 2px;
  display: inline-block;
  transition: color 0.3s ease, transform 0.2s ease;
  text-decoration:none;
}

#block-cca-views-block-document-library-block-2 .field-content a:hover, #block-cca-views-block-document-library-block-3 .field-content a:hover  {
  color: var(--primary-blue);
  text-decoration: none;
  transform: translateY(-1px);
  
}

/****** About ***********/
#content-top .block__title {
text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
}
#content-top .block__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--primary-blue);
}

/************About **************/
#block-cca-views-block-about-competition-consumer-authority-block-1 img {
    
    width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#block-cca-views-block-about-competition-consumer-authority-block-1:hover img {
  transform: scale(1.03);
}

#block-cca-views-block-about-competition-consumer-authority-block-1 #custome-links {
    padding-top: 10px;
    padding-bottom: 20px;
}


/************News *************/


#publication {
    background:#FFFFFF;
    padding: 50px 0;
}

.index-column {
  margin-bottom: 40px;
}
.index-column .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

#publication #block-cca-views-block-latest-news-block-1 .index-column > div, .path-latest-updates .index-column > div {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 6px 14px 0px #e9ebec;
  -webkit-box-shadow: 1px 6px 14px 0px #e9ebec;
  width: 100%;
  height: 100%;
}

#publication #block-cca-views-block-latest-news-block-1 .index-column > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#publication #block-cca-views-block-latest-news-block-1 .views-field-title a, .path-latest-updates .index-column .wrapper .views-field-title a {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration:none;
}

.read-more-news {
    padding-top:12px;
}
.read-more-news a {
    color:var(--primary-red);
    text-decoration:none;
}
.read-more-news a:hover {
   color: var(--primary-blue);
}

#publication #block-cca-views-block-latest-news-block-1 .block__title {
text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
}
#publication #block-cca-views-block-latest-news-block-1 .block__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--primary-blue);
}

#block-cca-views-block-latest-news-block-1 .more-link {
    text-align: center;
  margin-top: 40px;
}
#block-cca-views-block-latest-news-block-1 #custome-links {
    padding-top:15px;
    padding-bottom:10px;
}

#block-cca-views-block-latest-news-block-1 .more-link a, #block-cca-views-block-about-competition-consumer-authority-block-1 #custome-links a, #block-cca-views-block-publications-block-1 .more-link a {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-decoration:none;
}

#block-cca-views-block-latest-news-block-1 .more-link a:hover, #block-cca-views-block-about-competition-consumer-authority-block-1 #custome-links a:hover, #block-cca-views-block-publications-block-1 .more-link a:hover {
    background-color: var(--primary-red);
    transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration:none;
}

/*********News  Page****************/
/* General block styling */
.path-latest-news .content-bar .block__content {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
 
}

/* News cards */
.path-latest-news .content-bar .views-row {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.path-latest-news .content-bar .views-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* News titles */
.path-latest-news .content-bar .views-field-title a {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.path-latest-news .content-bar .views-field-title a:hover {
  color: var(--primary-red);;
}

/* Summary text */
.path-latest-news .content-bar  .views-field-body {
  margin-top: 8px;
  color: #555;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* Read More links */
.path-latest-news .content-bar .views-field-view-node a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: var(--primary-blue);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.path-latest-news .content-bar .views-field-view-node a:hover {
  border-bottom: 2px solid var(--primary-red);
}





#block-cca-about{
    padding: 45px 0px 10px 40px;
    line-height: 16px;
}

#about-content {
     background:#fff;
     padding: 50px 0;
}

#about-content #block-cca-about  h2 {
  font-size: 20px;
  color: #b50000; /* red text */
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-left: 70px; /* space for logo */
  background: url('logo.png') no-repeat left center;
  background-size: 50px auto; /* adjust size of logo */
  line-height: 50px; /* vertically aligns with logo */
}

#about-content #block-cca-about .block__content {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  text-align: justify;
}

#custome-links a {
  color: #052541;
  text-decoration: underline;
  font-weight: bold;
}

#custome-links a:hover {
  color: #b6202e;
  text-decoration: underline;
  font-weight: bold;
}


#block-cca-documentlibraryhome {
    
    line-height: 20px;
    font-size: 12px;
    float: left;
    padding-bottom: 40px;
} 
#block-cca-documentlibraryhome h2 {
  font-size: 20px;
  color: #b50000; /* red text */
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-left: 70px; /* space for logo */
  background: url('logo.png') no-repeat left center;
  background-size: 50px auto; /* adjust size of logo */
  line-height: 50px; /* vertically aligns with logo */
}

#block-cca-howtohomepage {
    float:left;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 40px;

}

 #block-cca-howtohomepage h2 {
  font-size: 20px;
  color: #b50000; /* red text */
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-left: 70px; /* space for logo */
  background: url('logo.png') no-repeat left center;
  background-size: 50px auto; /* adjust size of logo */
  line-height: 50px; /* vertically aligns with logo */
}

#block-cca-howtohomepage .block__content a {
  color: #052541;
  text-decoration: none;
}

#block-cca-howtohomepage .block__content a:hover {
  color: #b6202e;
  text-decoration: underline;
}


#block-cca-socilaicons {
  background: #c8c7c7;
  padding: 10px 30px 40px 30px;
  border-bottom: 5px solid #b6202e;
}

/*
#block-cca-search-form-wide .form-search {
width: 210px;

  font-size: 11px;
  background-color: #fff;
  float: left;
  padding: 4px 4px 3px 4px;
  border: 1px solid #b6202e;
  background-color: #fff;
  color: #052541;
}


*/


#block-acfm-views-block-acfm-success-block-1 .wrapper-succes {
    background-color: #21b259;
    padding-top: 20px;
   
   
}

.wrapper-succes .text-4, .wrapper-succes .text-2, .wrapper-succes .text-3, .wrapper-succes .text-5  {
    margin: 24px 0 30px;
    color: #f9faf9;
    font-size: 2.974297rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    
}

.wrapper-succes .text-5 a  {
    margin: 24px 0 30px;
    color: #f9faf9;
    font-size: 2.974297rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    
}

.wrapper-succes:hover:nth-child(1)
{
    background:red;
}

.wrapper-succes .text-style-2  {
  font-weight: bold;  
}

.wrapper-succes .text-2 sup:nth-child(1)  {
  font-weight: bold;  
}
.wrapper-succes .person-add-outline {
    display: block;
    margin: 0 auto;
    width: 60px;
    padding-top: 20px;
}
.wrapper-succes .calendar-outline {
    display: block;
    margin: 0 auto;
    width: 60px;
    padding-top: 20px;
}



.wrapper-succes .heart {
    display: block;
    margin: 0 auto;
    width: 60px;
    padding-top: 20px;
}


.wrapper-succes .join-now {
    display: block;
    margin: 0 auto;
    width: 64px;
    padding-top: 20px;
}

.wrapper-succes .join-now p sup, .wrapper-succes .heart p sup, .wrapper-succes .calendar-outline p sup, .wrapper-succes .person-add-outline p sup {
    font-size:14px;
}

.wrapper-succes .text-2 sup, .wrapper-succes .text-3 sup, .wrapper-succes .text-4 sup, .wrapper-succes .text-5 sup  {
    font-size:16px;
    font-weight: bold;
}

/***********Detailed Pages ***************/

/* Container styling */
.node--type-document-library {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin: 15px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-left: 5px solid #1a4f8b; /* CCA brand blue */
}

/* Section titles like "Documents" and "Document Type" */
.node--type-document-library .field__label {
  font-weight: bold;
  font-size: 1rem;
  color: var(--primary-red);
  margin-bottom: 5px;
}

/* Document link */
.node--type-document-library .field--name-field-documents a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-red);
  text-decoration: none;
  transition: color 0.2s ease;
}

.node--type-document-library .field--name-field-documents a:hover {
  color: var(--primary-blue);
}

/* PDF icon before link */
.node--type-document-library .field--name-field-documents a::before {
  content: "\f1c1"; /* Font Awesome PDF icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary-red);
  font-size: 1.2rem;
}

/* File size text */
.node--type-document-library .field--name-field-documents span {
  color: #888;
  font-size: 0.9rem;
}

/* Document Type link */
.node--type-document-library .field--name-field-document-type a {
  display: inline-block;
  padding: 4px 10px;
  background: #eef4fa;
  color: #1a4f8b;
  font-weight: 500;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
}

.node--type-document-library .field--name-field-document-type a:hover {
  background: #d9e7f5;
}



/******************About **********************/
#block-acfm-views-block-about-bpomas-block-1 {
    background: url(../img/layer_177.png) no-repeat;
    background-position-x: 94px;
    padding-bottom:150px;
    
}

#block-acfm-views-block-about-bpomas-block-1 .inner {
    left: 50%;
    max-width: 425px;
    padding: 6.5rem 6.514084%;
    position: absolute;
    top: 97px;
    width: 74.823944%;
    background: rgba(104, 202, 241, 0.9) center 0;
    margin-left: -284px;
    position: relative;
    height:600px;
    padding-top: 30px;
}
#block-acfm-views-block-about-bpomas-block-1 .inner h2{ 
    font-size: 2.4rem;
    line-height: 1.2;
}
#block-acfm-views-block-about-bpomas-block-1 .inner h3{
position: relative;
    display: block;
    font-size: 26px;
    
}

#block-acfm-views-block-about-bpomas-block-1 .inner h3:after {
    content: "BPOMAS";
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    color: #000;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    font-size: 28px;
}
#block-acfm-views-block-about-bpomas-block-1 .inner .views-field-body p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
#block-acfm-views-block-about-bpomas-block-1 .inner .read-more-about a {

    color:#000;
    background: url("../img/link_arroe.png")no-repeat center right 14px;
    position: relative;
    overflow: hidden;
    padding: 15px 50px 15px 0px;
    display: inline-block;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    
}

/****** Forms **************************/
#block-acfm-views-block-acfm-forms-block-1 .views-view-grid{
    display: flex;
    flex-wrap: wrap;
}
#block-acfm-views-block-acfm-forms-block-1 .wrapper-forms {
    background: -webkit-linear-gradient(15deg, #79d4f6, #21b259 80%);
    padding:20px;
    margin-bottom:20px;
    color:#fff;
    min-height: 225px;
}

#block-acfm-views-block-acfm-forms-block-1 .wrapper-forms:hover{
   background-color:#21b259;
   cursor: pointer;
} 

#block-acfm-views-block-acfm-forms-block-1 .views-field-title a {
    margin: 21px 0 0;
    color: #fcfcfc;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

#block-acfm-views-block-acfm-forms-block-1 .views-field-field-icon .field-content {
    text-align:center;
}

#block-acfm-views-block-acfm-forms-block-1 .col-17 {
  margin: 15px auto 0;
  position: relative;
}
#block-acfm-views-block-acfm-forms-block-1 .kyc {
  display: block;
  margin: 0 auto;
  width: 64px;
}
#block-acfm-views-block-acfm-forms-block-1 .text-7 {
  margin: 21px 0 0;
  
 
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#block-acfm-views-block-acfm-forms-block-1 .col-18 {
  margin: 15px auto 0;
  position: relative;
}
#block-acfm-views-block-acfm-forms-block-1 .calculator {
  display: block;
  margin: 0 auto;
  width: 51px;
}
#block-acfm-views-block-acfm-forms-block-1 .text-8 {
  margin: 23px -46.969696% 0 0; /* -62px / 132px = -46.969696% */
  
  
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#block-acfm-views-block-acfm-forms-block-1 .col-15 {
  margin: 9.3rem auto 0;
  position: relative;
}
#block-acfm-views-block-acfm-forms-block-1 .forms {
  display: block;
  margin: 0 auto;
  width: 58px;
}
#block-acfm-views-block-acfm-forms-block-1 .text-10 {
  margin: 25px 0 0 -0.416667%; /* -1px / 240px = -0.416667% */

  
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
#block-acfm-views-block-acfm-forms-block-1 .presenataion {
  display: block;
  margin: 9rem auto 0;
  width: 73px;
}
#block-acfm-views-block-acfm-forms-block-1 .text-11 {
  margin: 26px 0 0;
  /*color: #fcfcfc;*/
  
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#block-acfm-views-block-acfm-forms-block-1 .col-16 {
  margin: 6.4rem auto 0;
  position: relative;
}
#block-acfm-views-block-acfm-forms-block-1 .col-2 {
  margin: 0 auto;
  padding: 3.1rem 0 25px;
  position: relative;
  background: url(images/buttons_mouse_over.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#block-acfm-views-block-acfm-forms-block-1 .find-doc {
  display: block;
  margin: 0 auto;
  width: 61px;
}
#block-acfm-views-block-acfm-forms-block-1 .text-9 {
  margin: 3.5rem 0 0;
 

  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#block-acfm-views-block-acfm-forms-block-1 .downloads {
  display: block;
  margin: 6.7rem auto 0;
  width: 56px;
}
#block-acfm-views-block-acfm-forms-block-1 .downloads-2 {
  margin: 3.1rem 0 0;
  
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

/* ***************Content ****************/
#block-acfm-pagetitle {
    background: rgb(255 255 255 / 69%) center 0;
    margin-top: -130px;
    min-height: 130px;
}

.frontpage-container #content, .layout-container #content-top  {
  display:none;
}

.layout-container #content{
     background:#FFF; 
  background-repeat: no-repeat;
   background-position: top left;
       padding-bottom: 56px;
    padding-top: 40px;
}
#content-bottom {

}

#content-bottom  .more-link {
    margin: 17px 0 0;
    padding: 0 1.919386%;
    position: relative;
    background: #333333 center center;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    width: 200px;
}
#content-bottom  .more-link a {
     color: #ffffff;
}
#block-acfm-views-block-heath-tips-block-1 .field-content {
    
}

#content-bottom #block-acfm-views-block-heath-tips-block-1 h2 {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
}

#health-tips #block-views-healthy-life-advices-block h2:after {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    font-style: italic;
    margin-left: 5px;
    content: "Advices";
}

#block-acfm-views-block-heath-tips-block-1 .views-field-title a {
    
    color: #000000;
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
}

#content-bottom #block-acfm-views-block-heath-tips-block-1 footer h2 {
    background: url(../img/layer_132.png)no-repeat left center;
    padding-left: 60px;
    padding-top: 20px;
    width: 58px;
    height: 58px;
    text-transform: uppercase;
    
    font-size: 25px !important;
    
}
/*****************FAQ ***********************/


#block-acfm-views-block-faq-block-1 .ui-accordion .ui-accordion-header {
    margin: 23px 0 0 0;
}

#block-acfm-views-block-faq-block-1 .ui-state-default a:link, #block-acfm-views-block-faq-block-1 .ui-state-default a:visited, #block-acfm-views-block-faq-block-1 a.ui-button,#block-acfm-views-block-faq-block-1  a:link.ui-button, #block-acfm-views-block-faq-block-1 a:visited.ui-button, #block-acfm-views-block-faq-block-1  .ui-button {
    font-weight: bold;
}
#block-acfm-views-block-faq-block-1 h2{
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
}
#block-acfm-views-block-faq-block-1 header p {
    
    color: #000000;
    font-size: 24px;
    font-style: italic;
}
      

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000/*{fcActive}*/;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #fff /*{borderColorActive}*/;
	    background: #ffffff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #fff/*{borderColorActive}*/;
	background-color: #000/*{fcActive}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
#last-wrapper {
  background: rgba(255, 255, 255, 0.57);
}
#content-bottom1 {
    background:#F5F5F5;
    padding: 50px 0;
}
#content-bottom1 .region-content-bottom1 {
    background:#fff;
}

#block-cca-views-block-document-library-block-4, #block-cca-views-block-document-library-block-5, #block-cca-views-block-document-library-block-1 {
  background-color: #f9f9f9;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#block-cca-views-block-document-library-block-4 h2.block__title,  #block-cca-views-block-document-library-block-5 h2.block__title, #block-cca-views-block-document-library-block-1 h2.block__title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #333;
}

#block-cca-views-block-document-library-block-4 .views-row,  #block-cca-views-block-document-library-block-5 .views-row, #block-cca-views-block-document-library-block-1 .views-row {
  margin-bottom: 15px;
}

#block-cca-views-block-document-library-block-4 .wrapper,  #block-cca-views-block-document-library-block-5 .wrapper, #block-cca-views-block-document-library-block-1 .wrapper {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 15px;
  transition: box-shadow 0.3s ease;
}

#block-cca-views-block-document-library-block-4 .wrapper:hover,  #block-cca-views-block-document-library-block-5 .wrapper:hover, #block-cca-views-block-document-library-block-1 .wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#block-cca-views-block-document-library-block-4 a,  #block-cca-views-block-document-library-block-5 a, #block-cca-views-block-document-library-block-1 a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0074cc;
}

#block-cca-views-block-document-library-block-4 a:hover,  #block-cca-views-block-document-library-block-5 a:hover, #block-cca-views-block-document-library-block-1 a:hover {
  text-decoration:none;
   color: var(--primary-red);
}

@media screen and (max-width: 768px) {
  #block-cca-views-block-document-library-block-4,  #block-cca-views-block-document-library-block-5, #block-cca-views-block-document-library-block-1 {
    padding: 15px;
  }

  #block-cca-views-block-document-library-block-4 h2.block__title,  #block-cca-views-block-document-library-block-5 h2.block__title, #block-cca-views-block-document-library-block-1 h2.block__title {
    font-size: 20px;
  }

  #block-cca-views-block-document-library-block-4 a,  #block-cca-views-block-document-library-block-5 a, #block-cca-views-block-document-library-block-1 a {
    font-size: 15px;
  }
}


/* Container styling */
#block-cca-views-block-document-library-block-4, #block-cca-views-block-document-library-block-5, #block-cca-views-block-document-library-block-1 {
  padding: 20px;
  background-color: #ffffff;
 /* border: 2px solid var(--primary-blue);
  border-radius: 12px;*/
  margin-bottom: 30px;
}

/* Block title */
#block-cca-views-block-document-library-block-4 h2.block__title, #block-cca-views-block-document-library-block-5 h2.block__title, #block-cca-views-block-document-library-block-1 h2.block__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Grid layout */
#block-cca-views-block-document-library-block-4 .contextual-region, #block-cca-views-block-document-library-block-5 .contextual-region, #block-cca-views-block-document-library-block-1 .contextual-region  {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Each item as a bordered tile */
#block-cca-views-block-document-library-block-4 .views-row, #block-cca-views-block-document-library-block-5 .views-row, #block-cca-views-block-document-library-block-1 .views-row  {
  border-left: 4px solid var(--primary-blue);
  padding: 12px 16px;
  background-color: #f7f9fc;
  border-radius: 6px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Hover state for item */
#block-cca-views-block-document-library-block-4 .views-row:hover, #block-cca-views-block-document-library-block-5 .views-row:hover,#block-cca-views-block-document-library-block-1 .views-row:hover {
  background-color: #f0f4f9;
  border-left-color: var(--primary-red);
}

/* Link styles */
#block-cca-views-block-document-library-block-4 .field-content a,#block-cca-views-block-document-library-block-5 .field-content a,#block-cca-views-block-document-library-block-1 .field-content a {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

/* Hover link */
#block-cca-views-block-document-library-block-4 .field-content a:hover, #block-cca-views-block-document-library-block-5 .field-content a:hover,#block-cca-views-block-document-library-block-1 .field-content a:hover {
  color: var(--primary-red);
  text-decoration: none;
}
#block-cca-views-block-document-library-block-4 .field-content a::before,#block-cca-views-block-document-library-block-5 .field-content a::before,#block-cca-views-block-document-library-block-1 .field-content a::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  margin-right: 8px;
  font-size: 16px;
}

#content-bottom1 #block-acfm-views-block-news-and-media-block-1 h2 {
    text-align:center;
    color: #6ccff6;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.2;
   
}

#content-bottom1 #block-acfm-views-block-news-and-media-block-1 header h1 {
    text-align:center;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
}

#content-bottom1  header p {
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    
}

#content-bottom1 .views-field-title {
    padding-top:10px;
    padding-bottom:10px;
}
#content-bottom1 .views-field-title a {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
}
#content-bottom1  .read-more{
    padding-bottom:20px;
}
#content-bottom1  .read-more a {
    color: #000;
    text-decoration: none;
}

/********Tesimonial***************/
#content-bottom1 #block-acfm-views-block-testimonials-block-1 h2 {
    text-align:center;
    color: #21b259;
    font-size: 1.4rem;
    
}
#content-bottom1 #block-acfm-views-block-testimonials-block-1 header p{

    position: relative;
   
    color: #21b259;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}



#content-bottom1 #block-acfm-views-block-testimonials-block-1 .inner-block-wrapper {
    background: #61c9f5;
    padding: 15px 25px 15px 25px;
    display: block;
    position: relative;
    min-height: 345px;
    border-radius:15px;
    margin-bottom: 25px;
}

#content-bottom1 #block-acfm-views-block-testimonials-block-1 .inner-block-wrapper {
  background:#61c9f5 url("../img/quote.png") no-repeat left center;
  background-position: top left;
  padding-left: 90px;
    padding-top: 50px;
    background-position-x: 86px;
    background-position-y: 3px;
}

#content-bottom1 #block-acfm-views-block-testimonials-block-1 .inner-block-wrapper  .views-field-body {
    padding-top:20px;
    color: #262626;
    font-style: italic;
    font-weight: bold;
    line-height: 25px;
}

/**********sideBar**************/
#block-cca-views-block-publications-block-1 {
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 6px;

}

#block-cca-views-block-publications-block-1 .block__title {
  background: var(--primary-blue);
  color: #fff;
  padding: 10px 14px;
  font-size: 16px;
  margin: -16px -16px 12px -16px;
  border-radius: 6px 6px 0 0;
}

.publication-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#block-cca-views-block-publications-block-1 .views-field-title {
  margin-bottom: 8px;
}

#block-cca-views-block-publications-block-1 .views-field-title  a {
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
}

#block-cca-views-block-publications-block-1 .views-field-title a:hover {
  background: var(--primary-red);
  color: #fff;
}

#block-cca-views-block-publications-block-1 .more-link {
  margin-top: 12px;
  text-align: right;
}



      
#sub-footer {
  background:var(--primary-blue);
  padding: 55px 30px 20px 30px;
  color: rgba(255, 255, 255, 0.7);

}
#sub-footer h2 {
color: rgba(255, 255, 255, 0.7);
}

#sub-footer .footer-logo img {
  max-width: 200px;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1) saturate(10000%);
    
}

#sub-footer .social-links img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

#sub-footer .social-links .x-class {
    filter: invert(33%);
  transition: filter 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Optional: show full color on hover */
#sub-footer .social-links a:hover img {
  filter: grayscale(0%);
}




#sub-footer .block__content  a, #footer .block__content a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  text-decoration: none;
}

#footer .container {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer {
  background:var(--primary-blue);
  color: rgba(255, 255, 255, 0.7);
  padding-bottom:30px;
}

#footer #block-cca-copyrightblock p {
    text-align:center;
}

/**************Webform *********************/

.path-user #user-login-form,
.page-node-type-webform .webform-submission-form {
  display: block;
  margin: 20px auto;
}

.page-node-type-webform .webform-submission-form .js-form-item {
  padding-left: 5px;
  padding-right: 5px;
}

.page-node-type-webform .required .js-form-file,
.page-node-type-webform input.required {
  background: #ebebeb url(../img/asterisk.png) no-repeat left 6px top 6px !important;
  background-size: auto;
  background-size: 8px !important;
}

/* .path-user #user-login-form label */
#webform-submission-contact-us-node-61-add-form label,
legend .fieldset-legend {
  display: none;
}

#content #block-afa-content form .js-form-file,
#content #block-acfm-content form .form-submit {
  display: inline-block !important;
  width: auto !important;
}

.page-node-type-webform .webform-submission-form .form-actions {
  text-align: left;
  margin: 10px 0 auto;
}

#edit-benefitoption,
#edit-monthlysalary,
#edit-spouse,
#edit-childdependents,
#edit-childdependents,
#edit-parents,
#edit-adult-child-dependents,
#edit-adult-child-dependents-31-35,
#edit-grandchildren-under-21,
.views-exposed-form .form-select,
.path-search #search-form .form-search,
#content form .js-form-item .form-number,
#content form .js-form-item .form-text,
#content form .js-form-item .form-email,
.path-user #user-login-form .js-form-item .form-text,
.page-node-type-webform .webform-submission-form .form-select,
.webform-submission-form .js-form-item textarea,
.page-node-type-webform .webform-submission-form .js-form-file {
  width: 100%;
  display: inline-block;
  padding: 15px 15px;
  background: #ebebeb;
  outline: none;
  margin: 5px 0 15px 0;
  font-size: 1rem;
  border-radius: 10px;
  border-radius: 5px;
  border: 1px solid;
  max-width:100%;
}

.page-node-type-webform .js-form-submit, #calculator-calculator input,
.path-search #search-form #edit-submit,
#content #edit-actions input {
  border: none;
  display: inline-block;
  color: #ffff;
  padding: 13px 35px;
  border-radius: 50px;
  background-color:var(--primary-red);
  margin: 5px 0;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.page-node-type-webform .js-form-submit, .path-search #search-form #edit-submit, #content #edit-actions input:hover, #calculator-calculator input:hover {
  background-color: var(--primary-blue);
}

#calculator-calculator .my_message {
    border: 1px solid #bbbb4d;
    padding: 20px;
    color: red;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}


/***********************Responsive ************************/
@media only screen and (min-width: 320px) and (max-width:480px) {

#block-cca-site-branding {
  padding-top:20px;
}
.search-button{
	right: 20px;
}
#block-acfm-loginblock {
  position: absolute;
  right: 0px;
  top: 0px;
  }
  
#cont-top-wrapper #content-top #block-acfm-views-block-acfm-success-block-1 {
 margin-top:0px;
}


#slider .slick-dots, #slider #block-acfm-views-block-main-image-block-1 .slide__caption{
display:none !important;
}

#block-acfm-views-block-about-bpomas-block-1 {
	width: 100%;
	float: left;
	background-position-x: 0px;
}

#block-acfm-views-block-about-bpomas-block-1 .inner {
  left: 0px;
  padding: 6.5rem 6.514084%;
  position: absolute;
  top: 97px;
  width: 100%;
  background: rgba(104, 202, 241, 0.9) center 0;
  margin-left: 0px;
  position: relative;
  height: 600px;
}
}

@media only screen and (min-width: 481px) and (max-width:639px) {
    
#block-cca-site-branding {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 640px) and (max-width:719px) {
    
    #block-cca-site-branding {
        padding-top: 42px;
    }
    #block-cca-catheme-search-form {
    padding-top:53px;
}
}







@media only screen and (min-width: 720px) and (max-width:991px) {
    ul.nice-menu.nice-menu-main {
  float: left;
}

ul.nice-menu-main > li > a, ul.nice-menu-main > li > span {
  font-size:12px;
}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    
    ul.nice-menu-main > li > a, ul.nice-menu-main > li > span {
  font-size:12px;
}
}

@media (min-width:1200px) and (max-width:1919px) {
    
    .block-cheeseburgermenu__trigger-element{
        margin-right: 24px;
    }
}






