/* cmsms stylesheet: awards modified: 09/03/25 15:55:38 */
#awards {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Default to 3 columns */
    gap: 10px; /* Adds a gap between the grid items */
}

.awardItem {
    /* background-color: #f0f0f0; */
    padding: 20px;
    text-align: center;
    /* border: 1px solid #ddd; */
}

.innerAwardItem {
    /* Add styles for the innerAwardItem container here */
}

.awardImage {
    /* Add styles for the award image container here */
    width:  250px;
    height:  250px;
    margin: 0px auto 20px auto;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    overflow:  hidden;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

.awardImage img {
    /* Add styles for the images within the award image container here */
    width: 200px;
    height:  auto;
    display:  block;
    margin: 25px auto 0px auto;
}

.awardTitle {
    /* Add styles for the award title here */
}

.awardPdf {
    /* Add styles for the award PDF link container here */
}

.awardPdf a {
    /* Add styles for the award PDF link here */
}

.awardShortText {
    /* Add styles for the short text container here */
}

@media (max-width: 1840px) {
    #awards {
        grid-template-columns: repeat(4, 1fr); /* 2 columns for screens <= 1024px */
    }
}

@media (max-width: 1680px) {
    #awards {
        grid-template-columns: repeat(4, 1fr); /* 2 columns for screens <= 1024px */
    }
}

@media (max-width: 1180px) {
    #awards {
        grid-template-columns: repeat(3, 1fr); /* 2 columns for screens <= 1024px */
    }
}

@media (max-width: 1024px) {
    #awards {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for screens <= 1024px */
    }
}

@media (max-width: 720px) {
    #awards {
        grid-template-columns: 1fr; /* 1 column for screens <= 720px */
    }
}
/* cmsms stylesheet: newCaseStudies modified: 09/03/25 15:55:38 */
.newCsDetails {width: 100%;background-color: #ffffff;-webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.6);box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.6);-webkit-border-top-left-radius: 70px;-moz-border-radius-topleft: 70px;border-top-left-radius: 70px;overflow: hidden;float: left;margin-bottom: 40px;border-bottom: 10px solid #40c1f0;}

.newCsDetails_inner {padding: 30px;}

.newCsDetails_content h4 {
	font-weight: 500;
	font-size: 85%;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 20px;
	margin-right: 30px;
}

.newCsDetails_bio {
line-height: 115%;
}

.newCsDetails_imagebank {
	display: flex;
	margin-top:  20px;
	align-items: flex-end;
}

.newCsDetails_little_image {
height: 130px;width: 130px;overflow: hidden;float: left;margin-right: 20px;-webkit-border-top-left-radius: 60px;-moz-border-radius-topleft: 60px;border-top-left-radius: 60px;background-color:  #cccccc;
}

.newCsDetails_little_image img {
height: 130px;width: 130px
}

.newCsDetails_bio_morelink {margin-left: auto;}

.newCsDetails_bio_morelink a:link, .newCsDetails_bio_morelink a:visited {transition: color 0.4s ease-out;color: #383d3c;text-transform:  uppercase;font-size: 110%;}

.newCsDetails_bio_morelink a:hover {
color: #40c1f0;
}

@media (max-width: 740px) {

    .newCsDetails_imagebank {
        display: block
    }

    .newCsDetails_little_image {
        float: left;
		width: 110px;
		height: 110px;
		margin-right: 15px;
		margin-bottom: 15px;
    }

	    .newCsDetails_little_image img {
			width: 110px;
			height: 110px;
		}

	.newCsDetails_bio_morelink {clear: both;}
}

    #inpage_cs_filter button {
height: 60px;
        display: inline-block;
        width: 115px;
        box-sizing: border-box;
        border: 1px solid #40c1f0;
background-color: #40c1f0;
color: #ffffff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding: 10px 40px;}
/* cmsms stylesheet: default_all modified: 09/03/25 15:55:38 */
#inner_mainpage img, aside img {
max-width: 100%;
height: auto;
}

#cookie_popup {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 20px;
    background-image: url("http://cognitionlandandwater.com/look/black_trans.png");
    color: #ffffff;
line-height: 120%;
}

#cookie_popup  a.blockbutton:link, #cookie_popup  a.blockbutton:visited {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 7px;
	text-decoration: none;
	font-size: 120%;
        text-decoration: none;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 20px;
}

.remaining_casestudy_inner a:link, .remaining_casestudy_inner a:visited {
color: #ffffff;
}


#cntnt01moduleform_1 input, #cntnt01moduleform_1 select {display: block;height: 40px;margin: 0px auto 30px auto;width:  300px;box-sizing:  border-box;padding:  5px;}

#cntnt01moduleform_1 textarea {display: block;height: 200px;margin: 0px auto 30px auto;width:  300px;box-sizing:  border-box;padding:  5px;}

.captcha {
width: 300px;
margin: 0px auto;
}


#inpage_cs_filter select {
width: 265px !important;
}
.visually-hidden {display: none;}
