/* The container second check for dd */
.containerc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 2%;
}
/* Hide the browser's default checkbox */



/* Hide the browser's default checkbox */
.containerc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmarkc {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.containerc:hover input ~ .checkmarkc {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .checkmarkc {
	background-color: #A2CE60;
	
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkc:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerc input:checked ~ .checkmarkc:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerc .checkmarkc:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}








/* The container main check box */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 25%;
}
/* Hide the browser's default checkbox */



/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #A2CE60;
	
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 #cpp1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cpp2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cpp3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cpp4 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Radio buttons ----------------------------------------------------------- */
.containerb {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
      -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 5%;
}

/* Hide the browser's default radio button */
.containerb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;

}

/* Create a custom radio button */
.checkmarkb {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
	
}

/* On mouse-over, add a grey background color */
.containerb:hover input ~ .checkmarkb {
    background-color: #ccc;
		
}

/* When the radio button is checked, add a blue background */
.containerb input:checked ~ .checkmarkb {
   background-color: #A2CE60;
		
	
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkb:after {
    content: "";
    position: absolute;
    display: none;
	
}

/* Show the indicator (dot/circle) when checked */
.containerb input:checked ~ .checkmarkb:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerb .checkmarkb:after {
 	top: 9px;
	left: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
	
}






@media only screen and (min-width: 481px) {
#cpp1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#cpp2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#cpp3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#cpp4 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 20%;
}
.containerb {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
      -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 5%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 15%;
}
.containerb {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
      -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 2%;
	
}
}
@media only screen and (min-width: 1300px) {
#cpp1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#cpp2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#cpp3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#cpp4 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "opensans light", Arial;
	
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2C2C78;
	margin-left: 0%;
}

}
