/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 06 2025 | 10:57:02 */
.container.cptsummaryintro {
	padding-top: 30px;
}

.search-results h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}


.search-results article {
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
}


.search-results article p {
	margin-bottom: 10px;
}



.postsummarypage {
background: #eee;
}

ul.surveymonkeynav {
	display: flex;
  	flex-wrap: wrap;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	padding: 20px 0 10px;
	
}

ul.surveymonkeynav li {
	border-radius: 10px;
	list-style-type: none;
	display: inline-block;
	flex: 50%;
	max-width: 350px;
	background: #00447c;
	font-size: 18px;
	padding: 5px 8px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
		text-align: center;

}

ul.surveymonkeynav li.active,
ul.surveymonkeynav li:hover {
	background: #0099ff;
}

ul.surveymonkeynav li a {
	color: #fff;
	
}

ul.surveymonkeynav li a:hover {
	text-decoration: none;
}



.container.surveymonk-complete {
	display: flex;
  	flex-wrap: wrap;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0;
}


.surveymonk-list {
	max-width: 33.33%;
    flex: 30%;
	padding: 10px 30px 50px;
  }

.surveymonk-list h2 {
	color: #00447c;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}

.surveymonk-list ul {
 	padding-right: 10px;
	padding-left: 10px;
}

.surveymonk-list li {
	font-size: 14px;
	margin-bottom: 15px;
	
}

.surveymonk-list li a {
	color: #000;
}

.surveymonk-list li a:focus,
.surveymonk-list li a:hover {
	color: #00447c;
}

.surveymonk-list-inner {
	max-width: 390px;
}

@media (min-width: 992px) {
	.container.surveymonk-complete,
  .container.postsummarypage {
    width: 98%;
  }
}

@media (max-width: 768px) {
  .container.surveymonk-complete,
  .container.postsummarypage {
    width: 98%;
  }
	
	.container.surveymonk-complete {
		padding-top: 30px;
	}
	
	
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 950px) {
  .surveymonk-list  {
	  max-width: 50%;
    	flex: 50%;
	  padding: 10px 10px 30px;
  }
	
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 720px) {
	.container.surveymonk-complete {
		padding-top: 20px;
	}
	
  .surveymonk-list  {
    	flex: 100%;
	  	max-width: 100%;
	  	padding: 5px 10px 30px;
  }
	
	ul.surveymonkeynav li {
		flex: 100%;
		margin-bottom: 2px;
	}
	
	.surveymonk-list-inner {
  		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}



.surveymonk-list p
{
	margin-bottom: 0;
}
